* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    background-image: url(../images/green_pat.svg) !important;
    background-color: #1F4A3C;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
       background-size: 2850px;
}

/* Header Section */
header {
    padding: 20px 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
}

header .header-btns-wrapper {
    gap: 10px;
}

header .header-logo img {
    width: 150px;
}


/* Banner Section */

.banner-sec {
    border: 30px solid transparent;
    border-bottom: unset;
    position: relative;
    height: 93vh;
    position: relative;
     overflow: hidden; 
    /* background-color: var(--primary-color); */
}

.banner-sec .banner-video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-sec video{
    height:100%;
}
.banner-sec .banner-mainbox {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
     background-color: var(--primary-color); 

}

.banner-sec .banner-mainbox::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(6 6 12 / 60%);
    z-index: 1;
/*    border-radius: 30px;*/
}

.banner-sec .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    object-fit: cover;
    object-position: 0% -520px;
}


.banner-sec .contentbox-wrapper {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner-sec .contentbox-wrapper .banner-title {
    color: var(--primary-light-color);
    font-size: 56px;
    font-weight: 100;
    line-height: 1.1;
    margin-bottom: 0;
}

.banner-sec .contentbox-wrapper .btn-wrapper {
    text-align: right;
}

/* About Bw Group Section */
.about-bw-group-sec .imgbox {
    max-width: calc(100% - 60px);
}

.about-bw-group-sec .top-img {
    max-width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}

.about-bw-group-sec .content p:last-child {
    margin-bottom: 0;
}

/* Our Team section */
.our-team-sec .sec-title .h2 {
    margin-bottom: 40px;
}

.our-team-sec .sec-title .content {
    max-width: 75%;
}

.our-team-sec .teams-list {
    max-width: calc(100% - 80px);
    margin-left: auto;
    position: relative;
}

.our-team-sec .teams-list .col-lg-6 {
    position: unset;
}

.our-team-sec .teams-list .team-popup {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 910px;
    background: var(--white-color);
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
    cursor: initial;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all;
}

.our-team-sec .teams-list .team-popup.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.our-team-sec .teams-list .team-popup .team-close-btn {
    color: var(--primary-color);
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 35px;
    cursor: pointer;
    font-family: var(--heading-font-family-2);
    font-weight: 100;
}

.our-team-sec .teams-list .team-popup .imgbox-wrapper , .new-pop-team .imgbox-wrapper {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.new-pop-team .imgbox-wrapper{
    justify-content: unset;
    gap: 15px;
}

.our-team-sec .teams-list .team-popup .imgbox-wrapper .popup-imgbox {
    width: 280px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
}

.our-team-sec .teams-list .team-popup .imgbox-wrapper .popup-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.our-team-sec .teams-list .team-popup .social-links , .new-pop-team .social-links  {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-team-sec .teams-list .team-popup .social-links li , .new-pop-team .social-links li {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 1;
}

.our-team-sec .teams-list .team-popup .social-links li:last-child , .new-pop-team .social-links li:last-child {
    margin-bottom: unset;
}

.new-pop-team .social-links li a{
    color: #9bf7b4
}

.our-team-sec .teams-list .team-popup .social-links li a {
    color: var(--primary-color);
}

.our-team-sec .teams-list .team-popup .popup-contentbox {
    color: var(--primary-color);
}

.our-team-sec .teams-list .team-popup .popup-contentbox .popup-member-name {
    font-size: 45px;
    margin-bottom: 10px;
}

.our-team-sec .teams-list .team-popup .popup-contentbox .popup-member-designation {
    margin-bottom: 15px;
}

/* 
.our-team-sec  .teams-list .row{
    margin-bottom: -40px;
} */
.our-team-sec .mainbox {
    cursor: pointer;
    margin-bottom: 40px;
}

.our-team-sec .mainbox .imgbox {
    aspect-ratio: 1 / 1.05;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.our-team-sec .mainbox .imgbox .open-link-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: 0.4s all;
    visibility: hidden;
}

.our-team-sec .mainbox .imgbox .member-img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.4s all;
}

.our-team-sec .mainbox .member-name {
    margin-bottom: 0;
    line-height: 1;
}

.our-team-sec .mainbox:hover .imgbox .member-img {
    transform: scale(1.1);
}

.our-team-sec .mainbox:hover .imgbox .open-link-icon {
    opacity: 1;
    visibility: visible;
}

#pagination-container {
    background: linear-gradient(90deg, rgba(84, 107, 95, 1) 0%, rgba(75, 100, 81, 1) 50%, rgba(75, 101, 74, 1) 100%);
}

#pagination-container .page-link {
    padding: 0;
    background-color: unset;
    color: var(--primary-color);
    border: unset;
}

#pagination-container ul {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 15px;
    font-family: var(--heading-font-family-2);
    gap: 10px;
}

#pagination-container ul li {
    /* flex: 1; */
    text-align: center;
}


#pagination-container ul li:first-child {
    text-align: left;
    flex: 1;
}

#pagination-container ul li:first-child a {
    color: var(--white-color);
}

#pagination-container ul li:last-child {
    text-align: right;
    flex: 1;
}

#pagination-container ul li a {
    outline: none;
    border: none;
    box-shadow: none;
}

#pagination-container ul li:last-child a {
    color: var(--white-color);
}



#pagination-container ul li:not(:first-child):not(:last-child) a,
#pagination-container ul li:not(:first-child):not(:last-child) span {
    background-color: var(--primary-light-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination-container ul li.active:not(:first-child):not(:last-child) {
    background-color: var(--white-color);
}

#pagination-container ul li.active:not(:first-child):not(:last-child) .current {
    background-color: var(--white-color);
    color: var(--primary-color);

}

/* Group Of Companies Section */
.group-of-companies-sec .group-of-companies-list .mainbox {
    color: var(--theme-white);
    text-decoration: none;
    border-right: 1px solid #fff;
    display: block;
    padding: 30px 10px;
    transition: 0.5s all;
}

.group-of-companies-sec .group-of-companies-list .col-lg-3:last-child .mainbox {
    border-right: unset;
}

.group-of-companies-sec .group-of-companies-list .mainbox .imgbox {
    margin-bottom: 40px;
}

.group-of-companies-sec .group-of-companies-list .mainbox .content {
    margin-bottom: 30px;
}

.group-of-companies-sec .group-of-companies-list .mainbox .read-more-icon img {
    width: 20px;
}

.group-of-companies-sec .group-of-companies-list .mainbox:hover {
    transform: translateY(-10px);
}

/* Contact Form Section */
.contact-form-sec {
    margin-top: 60px;
}

.contact-form-sec .contact-form-main-wrapper {
    background-color: var(--primary-light-color);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.contact-form-sec .contact-form-wrapper {
    padding: 40px;
}

.contact-form-sec .contact-form-wrapper .contentbox {
    max-width: calc(100% - 110px);
}

.contact-form-sec .contact-form-wrapper .contentbox .h2 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 110px;
}

.contact-form-sec .contact-form-wrapper .content {
    color: var(--primary-color);
    margin-bottom: 30px;
}

.contact-form-sec .contact-form-wrapper .butn {
    font-family: var(--heading-font-family-2);
    font-weight: 100;
}



.contact-form-sec .form-main .row {
    margin-left: -20px;
}

.contact-form-sec .form-main .submit-btn {
    margin-left: 20px;
}

.contact-form-sec .form-main .input-wrapper {
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: var(--heading-font-family-2);
}

.contact-form-sec .form-main .input-wrapper input,
.contact-form-sec .form-main .input-wrapper textarea {
    background-color: unset;
    color: var(--primary-color);
    outline: none;
    border: 1px solid var(--primary-color);
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    transition: 0.4s all;
}

.contact-form-sec .form-main .input-wrapper input::placeholder,
.contact-form-sec .form-main .input-wrapper textarea::placeholder {
    color: var(--primary-color);
}

.contact-form-sec .form-main .input-wrapper input:hover,
.contact-form-sec .form-main .input-wrapper textarea:hover,
.contact-form-sec .form-main .input-wrapper input:focus,
.contact-form-sec .form-main .input-wrapper textarea:focus {
    outline: 1px solid var(--primary-color);
}

.contact-form-sec .form-main .agree-policy {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 20px;
      margin-left: 20px;
    text-align: center;
}

.contact-form-sec .form-main .agree-policy a {
    text-decoration: underline;
    color: var(--primary-color);
}

.contact-form-sec .form-bottom-bar {
    padding: 40px;
    position: relative;
    padding-top: 0 !important;
    padding-right: 0 !important;
    margin-top: -100px !important;
}

.contact-form-sec .footer-pattern {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    object-fit: cover;
}

.contact-form-sec .logo-wrapper {
    position: relative;
    z-index: 1;
    background-color: #9bf7b4;
    max-width: max-content;
    outline: 10px solid var(--primary-light-color);
    border-radius: 50%;
}

.contact-form-sec .logo-wrapper img {
    width: 90px;
}

/* Footer  */
footer {
    padding: 30px 0;
}

footer .policies-links ul {
    margin: 0;
    padding: 0;
    font-family: var(--heading-font-family-2);
    gap: 20px;
}

footer .policies-links ul li a {
    color: var(--theme-white);
}

/* Thank You Page */
.thankyou-sec {
    background: #abf2ad;
}

.thankyou-sec .thankyou-title {
    color: #2d6458;
    font-weight: 700;
}

.thankyou-sec .thankyou-text {
    color: #2d6458;
    font-size: 17px;
    font-weight: 500;
}

/*.thankyou-sec .thankyou-btn a {*/
/*    background: #2d6458 !important;*/
/*    color: #fff;*/
/*    border: 1px solid #2d6458;*/
/*    padding: 8px 21px 5px;*/
/*    border-radius: 25px;*/
/*    transition: 0.6s all !important;*/
/*}*/

/*.thankyou-sec .thankyou-btn a:hover {*/
/*    color: #2d6458 !important;*/
/*    border: 1px solid #2d6458;*/
/*    background: transparent !important;*/
/*    transform: scale(1.1);*/
/*}*/


/*CHANGES*/

header .header-logo img{
    width: 120px;
    filter: brightness(0) invert(1);
}

.new-pop-team .popup-imgbox img {
    width: 200px;
    border-radius: 10px;
}

.new-pop-team{
    max-width: calc(100% - 50px);
    margin-left: auto;
    margin-top: 132px;
}

.popup-member-name , .popup-member-designation{
    color: #9bf7b4;
}

.group-of-companies-list .imgbox img {
    width: 175px;
}


.companies-bw-ambrella-sec .group-of-companies-list .imgbox img {
    height: 80px;
}

.contact-form-sec .contact-form-wrapper .h2{
    font-size: 60px;
    line-height: 1;
    margin-bottom: 80px;
}

/*CHANGES*/

.banner-sec-em img.banner-bg{
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .thankyou-sec .thankyoutext {
        color: #2d6458;
        font-size: 14px;
        font-weight: 500;
    }
}

/* Responsive */

@media(max-width:1440px) {
    body {
        font-size: 16px;
    }

    header .header-logo img {
        width: 120px;
        margin-right: 10px;
    }

    .banner-sec .contentbox-wrapper .banner-title {
        font-size: 60px;
    }

    .contact-form-sec .contact-form-wrapper .contentbox .h2 {
        font-size: 60px;
    }
}

@media(max-width:1300px) {
    header {
        top: 30px;
    }

    .banner-sec {
        border-width: 15px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    .our-team-sec .teams-list .team-popup .popup-contentbox .popup-member-name {
        font-size: 38px;
    }
}

@media(max-width:1200px) {

    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    /* .butn-large {
        font-size: 18px;
        padding: 12px 32px;
    } */

    .medium-container {
        max-width: calc(100% - 80px);
    }

    .small-container {
        max-width: calc(100% - 180px);
    }

    .badge-primry {
        padding: 6px 12px;
        font-size: 18px;
    }

    /* .banner-sec .contentbox {
        max-width: 100%;
    }

    .banner-sec .short-descp {
        font-size: 20px;
    }

    .banner-sec .banner-list li {
        font-size: 18px;
    }

    .banner-sec .b24-form-wrapper {
        max-width: 80%;
        margin-left: 0;
    } */
.banner-sec-em{
        height: 80vh;
}
}

@media(max-width:991px) {
    .banner-sec {
        height: 600px;
    }

    .banner-sec .contentbox-wrapper .banner-title {
        font-size: 48px;
    }

    .our-team-sec .teams-list {
        max-width: 100%;
    }

    .group-of-companies-sec .group-of-companies-list .mainbox .imgbox img {
        width: 100px;
    }

    .contact-form-sec .contact-form-wrapper .contentbox {
        max-width: 100%;
    }

    .contact-form-sec .contact-form-wrapper .contentbox .h2 {
        font-size: 48px;
    }

    .contact-form-sec .contact-form-wrapper .contentbox .h2 {
        margin-bottom: 60px;
    }

    .our-team-sec .teams-list .team-popup .imgbox-wrapper .popup-imgbox {
        width: 220px;
        height: 240px;
    }
    .new-pop-team {
        max-width: 100%;
        margin-left: auto;
    }
    .contact-form-sec .contact-form-wrapper .h2{
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .banner-sec-em img.banner-bg{
            object-position: right;
    }
    .group-of-companies-sec,  .group-of-companies-sec .sec-title {
    margin: 0 !important;
}
.mainbox-em-pad{
    margin:0;
}
    body{
      background-size: 3000px;
    }
        .group-of-companies-sec .group-of-companies-list .mainbox .imgbox img {
        width: 160px;
    }
        header .header-logo img {
       width: 70px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .banner-sec-em{

    margin: 8px !important;
  
    }
    .medium-container {
        max-width: 100%;
    }

    /* Sections Padding */
    .sec-padding {
        padding: 50px 0;
    }

    .sec-padding-small {
        padding: 40px 0;
    }

    .sec-padding-medium {
        padding: 50px 0;
    }

    .sec-padding-large {
        padding: 50px 0;
    }

    .small-container {
        max-width: 100%;
    }

    header {
        top: 0px;
    }

    .banner-sec {
        height: 450px;
        border-width: 5px;
    }

    .banner-sec .contentbox-wrapper .banner-title {
        font-size: 38px;
    }

    .banner-sec .contentbox-wrapper .btn-wrapper {
        text-align: left;
    }

    .banner-sec .contentbox-wrapper {
        bottom: 30px;
    }

    .about-bw-group-sec .imgbox {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .our-team-sec .contentbox {
        margin-bottom: 40px;
    }

    .our-team-sec .sec-title .content {
        max-width: 100%;
    }

    .our-team-sec .teams-list .team-popup {
        position: fixed;
        height: calc(100% - 100px);
    }

    .contact-form-sec {
        margin-top: 30px;
    }

    .contact-form-sec .contact-form-wrapper .contentbox {
        margin-bottom: 40px;
    }

    .group-of-companies-sec .group-of-companies-list .col-lg-3:nth-child(2) .mainbox {
        border-right: unset;
    }

    .group-of-companies-sec .group-of-companies-list .col-lg-3:nth-child(1) .mainbox,
    .group-of-companies-sec .group-of-companies-list .col-lg-3:nth-child(2) .mainbox {
        border-bottom: 1px solid #fff;
    }

    .contact-form-sec .contact-form-wrapper .contentbox .h2 {
        margin-bottom: 20px;
    }

    .contact-form-sec .form-bottom-bar{
        margin-top: 0px !important;
    }

/*     .new-pop-team .imgbox-wrapper{
        justify-content: space-between;
        gap: unset;
     }*/
        
    .new-pop-team{
        margin-top:0;
    }    
}

@media(max-width:575px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }

    .butn {
        font-size: 14px;
    }

    .badge-primry {
        font-size: 15px;
    }

    .sec-padding {
        padding: 30px 0;
    }

    header .header-btns-wrapper {
        gap: 5px;
    }

    header .butn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .sec-title br {
        display: none;
    }

    .banner-sec {
        height: 320px;
    }

    .banner-sec .contentbox-wrapper .banner-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .group-of-companies-sec .group-of-companies-list .mainbox {
        border-right: unset;
        border-bottom: 1px solid #fff;
    }

    .contact-form-sec .contact-form-wrapper .contentbox .h2 {
        font-size: 30px;
    }

    .contact-form-sec .contact-form-wrapper {
        padding: 20px;
    }
    .contact-form-sec .form-main .input-wrapper .iti{
        width:100%;
    }
    
    .contact-form-sec .form-bottom-bar {
        padding: 20px;
    }
    
    .companies-bw-ambrella-sec .group-of-companies-list .imgbox img{
        height:auto;
    }

    
}