* {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
}

:root {
    --way: #ffff;
    --font-color: #FFFFFF;
    --hover-link: #f693450
    --border: #1c1c1c;
    --card: #545454;
    --card-text: #de7a27!important;
    --briefing: #F8F8F8;
    --footer: #123963!important;
    --background-public: #e8e2d6;
    --box_from2: #de7a27;
    --mna: #e8e2d6;
    --popup: #e7e2d6;

}

body {
    overflow-x: hidden;
}

.sticky {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: var(--footer);
}

header {
    /* background: url("../assets/back1.svg") no-repeat;
    background-size: cover;
    background-position: center; */
    overflow: hidden;
    position: relative;

}

.navbar {
    transition: all 0.3s ease;
    background: rgb(18, 57, 99);
    border-bottom: 5px solid var(--card-text);
}

.navbar.sticky.animate {
    animation: slideIn 0.5s ease forwards;
    /* Adjust timing and easing as needed */
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.navbar-toggler {
    background-color: var(--border);
}

.navbar-toggler-icon {
    background-image: url("../images/icons8-menu.svg");
}

.nav-item .nav-link {
    color: var(--font-color);
    font-weight: 500;
}

.nav-item .nav-link:hover {
    color: var(--hover-link);
}

.navbar-nav .nav-link.show {
    color: var(--card-text) !important;
}

.main {
    padding: 4rem 0rem;

}

.main::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 100% 90px;
    background-position: 50% 100%;
    transform: rotateY(180deg);
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%233d4e73"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%233d4e73"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%233d4e73"/></svg>');

}

.main .text1 h5 {
    color: var(--border);
}

.main .text1 p {
    color: var(--border);
    font-weight: 400;
}

/* practice slider */
.practice {
    padding: 2rem 0rem 2rem;
}

.box .box1 {
    /* border: 1px solid var(--border); */
    width: 400px;
    min-height: 220px;
    padding: 15px;
    margin: 10px;
    text-align: justify;
    transition: 0.4s ease;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-out;
}

.box .box1:hover {
    background-color: var(--footer);
}

.box .box1 .img-chan {
    display: none;
}

.box .box1:hover .img-real {
    display: none;
}

.box .box1:hover .img-chan {
    display: block;
}

.box .box1 a {
    color: var(--card);
}

.box .box1:hover a {
    color: var(--briefing);
}

.box .box1 a h6 {
    color: var(--card-text);
    font-weight: 600;
    margin-top: 10px;
}
.slick-initialized .slick-slide{
    height:0%;
}

.slick-dots {
    bottom: -45px !important;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots .slick-active button:before {
    color: #DD884D !important;
    font-size: 12px;

}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 13px !important;
    line-height: 15.5px !important;
    content: 'â€¢';
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
    color: transparent !important;
    border: 1px solid black;
    border-radius: 50%;

}

/* recognition */
.recognition {
    padding: 4rem 0rem 2rem;
}

/* line1 */
.line1 {
    height: 2px;
    width: 30%;
    background-color: #f69342;
    margin: 30px 0px;
}

/* meet_team */
.meet_team {
    background: url('../images/Ellipse11.svg') no-repeat;
    background-position: top left;
    background-size: 12%;
    padding: 4rem 0rem;
}

.real {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(250, 239, 223, 1));
    margin: 15px 10px;
    width: auto;
    max-height: 440px;
}

.txt1 {
    color: var(--card-text);
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
}

.txt2 {
    color: var(--card);
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}


/* deal */
.deal {
    background: url('../images/Ellipse\ 10.svg') no-repeat;
    background-position: top right;
    background-size: 16%;
    padding: 4rem 0rem 2rem ;
}

.box2 {
    flex-wrap: nowrap;
    padding: 15px;
}

.box3 {
    width: 400px;
    min-height: 230px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin: 15px;
    transition: 0.4s ease-out;
    display: grid !important;
    grid-template-columns: auto;
}
.box3 .b1 {
    align-content: start;
}

.box3 .b2 {
    align-content: end;
}

.box3:hover {
    background-color: var(--footer);
}

.box3:hover a .links2 {
    transform: rotateZ(45deg);
}

.box3:hover p {
    color: var(--briefing);
}

.box3 h6 {
    color: var(--card-text);
    font-weight: 500;
}

.btn1 {
    background: transparent;
    border: 1px solid var(--card-text);
    color: var(--card-text);
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.5s ease-in;
    width:40%;
}

.btn1:hover {
    background-color: var(--card-text);
    color: var(--briefing);
}

/* briefing */
.briefing {
    padding: 4rem 0rem;
    background-color: var(--briefing);
}

.briefing .text2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line2 {
    height: 1px;
    width: 100%;
    background-color: var(--border);
    margin: 30px 0px;
}

/* footer */
.footer1 {
    background-color: var(--footer);
    padding: 3rem 0rem;
    border-top: 5px solid var(--card-text);
}

.links1 {
    margin: 15px 0px;
}

.parent1 {
    font-size: 18px;
}

.links1 a {
    color: var(--briefing);
}

.copyright {
    text-align: center;
    padding: 10px 0px;
    background-color: var(--card-text);
    color: var(--briefing);
}

.links2 {
    transition: 0.4s ease-in-out;
}

.links2:hover {
    transform: rotateZ(45deg);
}

.links2 a {
    color: var(--card-text);
}

/* third page karnataka */
.karnataka {
    padding: 4rem 0rem;
}

.date_box {
    box-shadow: 0px 0px 12px 0px rgba(246, 147, 66, 1);
    padding: 20px;
    border-radius: 10px;
    margin: 2rem 0rem;
}

.share .share1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icons2 {
    list-style: none;
    height: 40px;
    width: 40px;
    background-color: var(--footer);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--card-text);
}

.icons2 i {
    font-size: 20px;
    color: var(--briefing);
}

.icons2:hover {
    background-color: var(--secondary);
    border: 1px solid var(--footer);
}

.icons2:hover a {
    color: var(--briefing) !important;
}


/* background */
.background {
    padding: 3rem 0rem 4rem;
    background: var(--background-public);
}


.back_text2 h5 {
    color: var(--card-text);
    font-weight: 600;
}

.back_text2 .entity {
    color: var(--card-text);
    cursor: pointer;
    width: 100%;
}

/* careers pages */

.career_box1 {
    display: none;
}

.img_career1 {
    position: relative;
}

.bg-orange {
    background-color: var(--card-text);
    width: 50%;
    padding: 10px;
}

.content {
    position: absolute;
    bottom: 0;
    right: 30%;
    background: rgb(0, 0, 0);
    background: rgba(10, 35, 70, 0.7);
    color: #f1f1f1;
    max-width: 100%;
    padding: 20px;
}

.content1 {
    background: url("../images/back_career4.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}

/* form1 */
.form_rect {
    background-color: var(--footer);
    padding: 40px;
    height: 650px;
}



.form1 .head2 {
    background-color: var(--box_from2);
    color: var(--briefing);
    margin-bottom: 4rem;
}

.form_head {
    color: var(--card-text);
    font-weight: 600;
}


.form_rect .form-control {
    border: none;
    border-bottom: 2px solid var(--card-text);
    border-radius: 0px;
    background: transparent;
    transition: 0.4s ease-in;
    color: var(--briefing);
}

.form_rect .form-control:focus {
    color: var(--briefing);
    font-weight: 500;
    border-color: none;
    background: transparent;
    outline: 0;
    box-shadow: none;
}

.form_rect .form-control::placeholder {
    color: white;
}

.form-check-input:checked {
    background-color: var(--footer);
    border-color: var(--card-text);
}

.form_rect .form-check-input:focus {
    border-color: var(--card-text);
    outline: 0;
    box-shadow: none;
}

.btn2 {
    background: transparent;
    border: 1px solid var(--card-text);
    color: var(--card-text);
    padding: 8px 30px;
    border-radius: 10px;
    transition: 0.5s ease-in;
    font-weight: 500;
}

.btn2:hover {
    background-color: var(--card-text);
    color: var(--briefing);
}

/* form 2 */
.form_rect1 {
    background-color: var(--box_from2);
    padding: 40px;
    height: 650px;
}

.form_head2 {
    color: var(--briefing);

}

.form_rect1 .form-control {
    border: none;
    border-bottom: 2px solid var(--footer);
    border-radius: 0px;
    background: transparent;
    transition: 0.4s ease-in;
    color: var(--briefing);
}

.form_rect1 .form-control:focus {
    color: var(--briefing);
    font-weight: 500;
    border-color: none;
    background: transparent;
    outline: 0;
    box-shadow: none;
}

.form_rect1 .form-check-input:focus {
    border-color: var(--card-text);
    outline: 0;
    box-shadow: none;
}

.form_rect1 .form-control::placeholder {
    color: white;
}

.form-check-label {
    color: var(--briefing);
}

.rect_imag img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.btn3 {
    background-color: var(--footer);
    border: 1px solid var(--footer);
    color: var(--briefing);
    padding: 8px 30px;
    border-radius: 10px;
    transition: 0.5s ease-in;
    font-weight: 500;
}

.btn3:hover {
    color: var(--footer);
    background-color: var(--briefing);
}

/* practice area */
/* m and a page */

.pa_box .txt3 {
    text-align: center;
    background-color: var(--card-text);
    color: var(--footer);
    /* margin-bottom: 3rem; */
    padding: 20px 0px;
}

.pa_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 895px;
    text-align: justify;
}

.pa_box1 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 895px;
    text-align: justify;
}

.pa_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pe_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 1050px;
    text-align: justify;
}
.pe_box1 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .pe_box {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 1050px;
    text-align: justify;
}

.pa_box .pe_box h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .gc_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 894px;
    text-align: justify;
    
}

.pa_box .gc_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 894px;
    text-align: justify;
}

.gc_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.infr_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 618px;
    text-align: justify;
}

.infr_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 618px;
    text-align: justify;
}

.pa_box .jv_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height:847px;
    text-align: justify;
}

.pa_box .jv_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 847px;
    text-align: justify;
}
.pa_box .jv_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .ie_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 899px;
    text-align: justify;
}

.pa_box .ie_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 899px;
    text-align: justify;
}

.pa_box .ie_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .ca_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 885px;
    text-align: justify;
}

.pa_box .ca_box1 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .ca_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 885px;
    text-align: justify;
}

.pa_box .ca_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .bf_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 881px;
    text-align: justify;
}

.pa_box .bf_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 881px;
    text-align: justify;
}

.pa_box .bf_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .invest_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 560px;
    text-align: justify;
}

.pa_box .invest_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 560px;
    text-align: justify;
}

.pa_box .rest_box1 {
    background-color: var(--footer);
    padding: 25px;
    color: var(--font-color);
    min-height: 898px;
    text-align: justify;
}

.pa_box .rest_box1 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.pa_box .rest_box2 {
    background-color: var(--mna);
    padding: 25px;
    color: var(--footer);
    min-height: 898px;
    text-align: justify;
}

.pa_box .rest_box2 h5 {
    color: var(--box_from2);
    font-weight: 600;
}

.con2 {
    background: url("../images/contact_back.jpg") no-repeat;
    background-size: cover;
    padding: 40px;

}

.map-section {
    position: relative;
    z-index: 1;
}

.map-section::after {
    content: "";
    right: -40px;
    position: absolute;
    top: -40px;
    height: 200px;
    background: #de7a27;
    width: 300px;
    z-index: -1;
}

.map-section3 {
    position: relative;
    z-index: 1;
}

.map-section3::after {
    content: "";
    left: -40px;
    position: absolute;
    top: -40px;
    height: 200px;
    background: #de7a27;
    width: 300px;
    z-index: -1;
}

.con3 {
    background: url("../images/contact_back2.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
}

.con4 {
    background: url("../images/contact_back3.jpg") no-repeat;
    background-size: cover;
    padding: 40px;
}

.mum-box {
    color: var(--briefing);
    margin-top: 30px;
}

.mum-box1 {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.icons2 {
    list-style: none;
    height: 40px;
    width: 40px;
    background-color: var(--briefing);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: 1px solid var(--box_from2);
}

.icons2 i {
    font-size: 20px;
    color: var(--box_from2);
}

.icons2:hover {
    background-color: var(--box_from2);
    border: 1px solid var(--briefing);
}

.icons2:hover i {
    color: var(--white);
}

.cont_form1 .form-control {
    background-color: #f5f5f5;
    transition: 0.4s ease-in;
    color: var(--footer);
}

.cont_form1 .form-control:focus {
    border: 1px solid var(--box_from2);
    color: var(--footer);
    font-weight: 500;
    border-color: none;
    background: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    color: black;
}

.btn4 {
    background-color: var(--footer);
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    color: var(--briefing);
    transition: 0.5s ease-in;
}

.btn4:hover {
    background-color: var(--box_from2);
}

/* about page */
.abt_us {
    color: var(--briefing);
    background-color: var(--footer);
    padding: 40px;
    min-height: 722px;
}

.abt_us1 img {
    min-height: 722px;
}

.abt_us h3 {
    color: var(--box_from2);
    font-weight: 600;
}


.th_way .th_way1 {
    background-color: var(--footer);
    padding: 0px 12px;
    color: var(--way);
}

/* .th_way-img {
    position: relative;
}

.th_way-img .th_way-img1 img {
    position: absolute;
    left: 10px;
    object-fit: cover;
} */
.th_way-img {
    min-height: 685px;
}

.th_way-img h2 {
    background-color: var(--way);
    height: 50px;
}


.th_way1 .th_way-img .th_way-img1 {
    object-fit: cover;
    text-align: end;
}

.th_txt1 h3 {
    color: var(--box_from2);
    font-weight: 600;
    padding: 30px;
    background-color: var(--way);
    font-size: 36px;
}

.th_txt2 h5 {
    color: var(--box_from2);
    font-weight: 600;
    font-size: 18px;
}

.th_txt2 h6 {
    color: var(--box_from2);
    font-weight: 500;
}

.th_way .th_txt2 {
    padding: 40px;
}

.modal-content {
    width: 125% !important;
      text-align: justify;
      word-wrap: break-word!important;
}

/* briefings_and_updates */


.briefing1 .brief_text1 {
    text-align: center;
    font-weight: 600;
    background-color: var(--card-text);
    color: var(--way);
    padding: 20px 0px;
}

.bac-brief {
    background-color: var(--footer);
    padding: 2rem 0rem;
}


.brief2 .input-group {
    width: 40%;
    min-width: 40%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    margin: auto;
    transition: width 0.3s ease-in-out;
}


.brief2 .input-group:hover {
    width: 80%;
}

.brief2 .input-group .form-control {
    border: 1px solid var(--border);
}

.brief2 .input-group .form-control:focus {
    border: 1px solid var(--footer);
    box-shadow: 0 0 0 .1rem rgba(61, 78, 115, 0.3);
}

.box4 {
    margin: 15px 0px;

}

.box4 .card {
    background-color: var(--background-public);
    min-height: 295px;
    display: grid;
    grid-template-columns: auto;
}

 .box4 .card .b1 {
    align-content: start;
    padding:1rem;
}

 .box4 .card .b2 {
    align-content: end;
}
 .box4 .card .b2 p a{
     color: var(--border);
    font-weight: 500;
    font-size: 15px;
    padding-left:1rem;
 }


.card2 h5 a {
    color: var(--box_from2);
    font-size: 20px;
}

.card2 p {
    color: var(--border);
    font-size: 15px;
}


.card-body {
    border-top: 1px solid var(--box_from2);
}

.card-body p {
    color: var(--border);
    font-size: 15px;
}

#loadMore {
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: transparent;
    background-color: var(--box_from2);
    transition: .3;
    text-decoration: none;
    font-weight: 500;
}

#loadMore:hover {
    color: var(--box_from2);
    background-color: #fff;
    text-decoration: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

/* deal alert */
.deal_ul {
    padding: 3rem 0rem;
}

.deal_txt {
    text-align: center;
    font-weight: 600;
    background-color: var(--card-text);
    color: var(--briefing);
    padding: 20px 0px;
}

.deal_ul .nav-item .nav-link {
    color: var(--footer);
    border: 1px solid var(--box_from2);
    transition: all .3s ease-in-out;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 50px;

}

.deal_ul .nav-pills .nav-link.active {
    background-color: var(--footer);
    color: white;
}


/*  */
.tab-content .tab-pane .box6 {
    max-width: 100%;
    min-height: 220px;
    border-radius: 0px 30px 0px 30px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--footer);
    padding: 20px;
    transition: 0.4s ease-out;
    margin: 20px auto;
        display: grid;
    grid-template-columns: auto;
}
.tab-content .tab-pane .box6 .b1 {
    align-content: start;
}

.tab-content .tab-pane .box6 .b2 {
    align-content: end;
}

.tab-content .tab-pane .box6 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tab-content .tab-pane .box6:hover {
    background-color: var(--footer);
}

.tab-content .tab-pane .box6:hover a .links2 {
    transform: rotateZ(45deg);
}

.tab-content .tab-pane .box6:hover p {
    color: var(--briefing);
}

.tab-content .tab-pane .box6 h6 {
    color: var(--card-text);
    font-weight: 500;
}

/* Styles for the popup */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--popup);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.popup h2 {
    color: var(--footer);
    font-weight: 500;
    margin-top: 0;
}

.popup p {
    color: var(--footer);
    text-align: justify;
    margin-top: 0;
}


.popup button {
    margin-top: 10px;
    padding: 8px 16px;
    cursor: pointer;
}
.right-line{
        border-left: 3px solid #ffffff;
    padding-left: 20px;
    }
/* media query */
@media (min-width:2100px) {
    .main::before {
        background-size: 100% calc(2vw + 90px);
    }

    .pa_box .gc_box2 {
        min-height: 839px;
    }

}

@media (max-width:1400px) {
    .pa_box .pe_box {
        min-height: 1122px;
    }
    .pe_box1{
        min-height: 1122px;
    }
    .pa_box1{
        min-height: 900px;
    }
    .pa_box2{
        min-height: 900px;
    }

    .pa_box .gc_box1 {
        min-height: 862px;
    }

    .pa_box .gc_box2 {
        min-height: 862px;
    }

    .infr_box2 {
        min-height: 618px;
    }

    .pa_box .ie_box1 {
        min-height: 861px;
    }

    .pa_box .ie_box2 {
        min-height: 861px;
    }

    .abt_us {
        min-height: 665px;
    }

    .abt_us1 img {
        min-height:665px;
    }

    .th_way-img {
        min-height: 500px;
    }
    .box3 .b1 p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .tab-content .tab-pane .box6 {
    min-height: 240px;
}
.btn1 {
    width:70%;
}
.box4 .card {
    min-height: 335px;
}


}

@media (max-width:1200px) {
    .txt1 {
        font-size: 16px;
        padding-left: 5px;
    }

    .txt2 {
        font-size: 16px;
        font-weight: 500;
        padding-left: 5px;
    }

    .share {
        display: none;
    }

    .pa_box .pe_box {
        min-height: 1314px;
    }
    .pe_box1 {
        min-height: 1314px;
    }

    .pa_box .gc_box1 {
        min-height: 810px;
    }

    .pa_box .gc_box2 {
        min-height: 810px;
    }

    .infr_box2 {
        min-height: 642px;
    }
     .infr_box1 {
        min-height: 642px;
    }

    .pa_box .jv_box1 {
        min-height: 770px;
    }

    .pa_box .jv_box2 {
        min-height: 770px;
    }

    .pa_box .ie_box1 {
        min-height: 805px;
    }

    .pa_box .ie_box2 {
        min-height: 805px;
    }

    .pa_box .ca_box1 {
        min-height: 799px;
    }

    .pa_box .ca_box2 {
        min-height: 799px;
    }

    .pa_box .bf_box1 {
        min-height: 795px;
    }

    .pa_box .bf_box2 {
        min-height: 795px;
    }

    .pa_box .rest_box1 {
        min-height: 802px;
    }

    .pa_box .rest_box2 {
        min-height: 802px;
    }
    

    .abt_us {
        min-height: 721px;
    }

    .abt_us1 img {
        min-height: 721px;
    }

    .th_way-img {
        min-height: 500px;
    }

    .modal-content {
        width: 110% !important;
    }
    .btn1 {
    width:70%;
}
    

}

@media (max-width:992px) {
    .main {
        padding: 3rem 0rem;
    }

    .practice .box {
        flex-wrap: wrap;
    }

    .box2 {
        flex-wrap: wrap;
    }

    .date_box {
        display: block;
    }

    .share {
        display: block;
    }

    .share .share1 {
        justify-content: flex-start;
    }

    .img_career1 img {
        height: 80vh;
        object-fit: cover;
    }

    .content {
        right: 8%;
    }

    .pa_box1 {
        min-height: 500px;
    }

    .pa_box2 {

        min-height: 500px;
    }

     .pa_box .pe_box {
        min-height: 980px;
    }
    .pe_box1 {
        min-height: 980px;
    }

    .infr_box2 {
        min-height: 500px;
    }
     .infr_box1 {
        min-height: 500px;
    }

    .pa_box .ie_box1 {
        min-height: 150px;
    }

    .pa_box .ie_box2 {
        min-height: 300px;
    }

    .pa_box .ca_box1 {
        min-height: 450px;

    }

    .pa_box .ca_box2 {
        min-height: 450px;
    }

    .ifra_map iframe {
        height: 350px;
    }

    .abt_us {
        min-height: 500px;
    }

    .abt_us1 img {
        height: 500px;
        object-fit: cover;
        min-height: 500px;
    }

    .box3 {
        min-height: 250px !important;
    }
     .pa_box .gc_box1 {
        min-height: 400px;
    }
    .pa_box .jv_box1 {
        min-height: 350px;
    }

    .pa_box .jv_box2 {
        min-height: 350px;
    }
    .pa_box .bf_box1 {
        min-height: 280px;
    }

    .pa_box .bf_box2 {
        min-height: 280px;
    }
    .pa_box .invest_box1{
    min-height: 150px;
    }
    .pa_box .rest_box1 {
        min-height: 300px;
    }

    .pa_box .rest_box2 {
        min-height: 300px;
    }
    .tab-content .tab-pane .box6 {
        min-height: 200px;
    }
    .th_way-img h2 {
    height: 0px;
}
.right-line {
    border-left: none;
    padding:0px;
}

}

@media (max-width:769px) {
    .practice {
        padding: 4rem 0rem 1rem;
    }

    .recognition {
        padding: 3rem 0rem;
    }

    .meet_team {
        background-size: 17%;
    }

    .briefing .text2 {
        display: block;
        text-align: center;
    }

    .box .box1 {
        min-height: 240px;
    }

    .img_career1 img {
        height: 100vh;
        object-fit: cover;
    }

    .content {
        right: 5%;
    }

    .career_box {
        display: none;
    }

    .career_box1 {
        display: block;
        padding-top: 0px;
    }

    .content1_txt {
        padding: 15px;
        background: rgb(0, 0, 0);
        background: rgba(10, 35, 70, 0.7);
        color: var(--briefing);
    }

    .form_rect1 {
        height: 700px;
    }

    .form_rect {
        height: 570px;
    }

    .rect_imag img {
        height: 400px;
    }

    .form1 .head2 {
        margin-bottom: 2rem;
    }

    .pa_box1 {
        padding: 15px;
    }

    .pa_box1 {
        min-height: 700px;
    }

    .pa_box2 {
        min-height: 850px;
    }

    .pa_box .pe_box {
        min-height: 700px;
    }

    .infr_box2 {
        min-height: 420px;
    }


    .pa_box .ie_box1 {
        min-height: 100px;
    }


    .pa_box .invest_box1 {
        min-height: 200px;
    }

    .con2 {
        padding: 15px;
    }

    .con3 {
        padding: 15px;
    }

    .con4 {
        padding: 15px;
    }

    .ifra_map iframe {
        height: 350px;
    }

    .icons2 {
        height: 30px;
        width: 30px;
    }

    .icons2 i {
        font-size: 16px;
    }

    .map-section::after {
        right: -15px;
        top: -15px;
        height: 200px;
        width: 200px;
    }

    .map-section3::after {
        left: -15px;
        top: -15px;
        height: 200px;
        width: 200px;
    }

    .abt_us1 img {
        height: 400px;
        object-fit: cover;
        min-height: 400px;
    }

    .th_way-img {
        min-height: 480px;
    }

    .modal-content {
        width: 100% !important;
    }

    .box3 {
        min-height: 225px !important;
    }

    .box4 .card {
        min-height: 230px;
    }

    .deal_ul .nav-pills {
        display: block !important;
    }

    .deal_ul .nav-pills .nav-link {
        width: 100%;
    }

    
    .brief2 .input-group {
    width: 70%;
    }

}

@media (max-width:576px) {
    .footer1 {
        text-align: center;
    }

    .txt1 {
        font-size: 14px;
        padding-left: 5px;
    }

    .txt2 {
        font-size: 14px;
        font-weight: 500;
        padding-left: 5px;
    }

    .form_rect1 {
        height: 790px;
    }

    .form_rect {
        height: 650px;
    }

    .rect_imag img {
        height: 350px;
    }

    .pa_box2 {
        min-height: 715px;
    }

    .pa_box .gc_box2 {
        min-height: 600px;
    }

    .th_way-img {
        min-height: 350px;
    }

    .th_txt1 h3 {
        font-size: 24px;
        padding: 20px;
    }

    .th_way .th_txt2 {
        padding: 20px;
    }
    .tab-content .tab-pane .box6 {
        min-height: 220px;
    }
    .popup {
        width:98%;
    }
   
}

@media (max-width:375px) {
    .form_rect1 {
        height: 820px;
    }

    .infr_box2 {
        min-height: 300px;
    }

    .th_way-img {
        min-height: 300px;
    }
     .btn1 {
        width:70%;
    }
    .popup {
        width:92%;
    }
}

.error{
  color:red;
  font-size:14px
}