
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@media (min-width: 1200px) {
    .contain-sec1 {
        max-width: 75.26% !important;
        margin: 0 auto;
        padding: 0;
    }

    .contain-sec2 {
        max-width: 68.80% !important;
        margin: 0 auto;
        padding: 0;
    }

    .contain-sec3 {
        max-width: 86.77% !important;
        margin: 0 auto;
        padding: 0;
    }

    .contain-sec4 {
        max-width: 74.32% !important;
        margin: 0 auto;
        padding: 0;
    }

    .contain-sec5 {
        max-width: 83.85% !important;
        margin: 0 auto;
        padding: 0;
    }
}

:root {
    --color-1: #06aeef;
    --color-2: #091c46;
    --color-3: #0b0b0b;
    --color-4: #091c46;
    --font-2: "Roboto", sans-serif;
    --font-1:"Lato", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0 !important;
}
html body{
    font-family: "Lato", sans-serif !important;
}


.main-heading-1 {
        color: var(--color-2);
    line-height: 1.1;
    font-size: 3.3vw;
    margin-bottom: 10px;
    font-family: var(--font-1);
    letter-spacing: -0.09rem !important;
    font-weight: 400;
}

.main-heading-1 span {
    font-weight: 800;
}

.main-heading-2 {
    color: #fff;
    line-height: 1.1;
    font-size: 3.3vw;
    font-family: var(--font-1);
     font-weight: 400;
}

.sml-heading {
    color: var(--color-1);
    font-size: 1.05vw;
    font-family: var(--font-1);
    font-weight: 500;

}

.sml-heading-2 {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 500;

}

.desc-1 p {
    color: var(--color-3);
    /*font-size: 0.85vw;*/
        font-size: 1vw;
    font-family: "Lato", sans-serif;
    line-height: 1.6;
}

.desc-2 p {
    color: var(--color-3);
    font-size: 1.1vw;
    margin-bottom: 0;
}
.btn-header{
   background: rgb(255 255 255 / 20%);
    border-radius: 50px !important;
    color: #fff;
    padding:12px 20px;
    font-size: 0.7vw;
    border:1px solid rgb(255 255 255 / 0%);
    margin-left: 3px;
    transition:0.5s all ease-in-out;
}
.btn-header:hover,
.btn-header:focus{
    color: #fff;
    text-decoration: none !important;
    background:var(--color-1);
}
.btn-header img{
    margin-right: 10px;
}

.btn-header-2{
    border:1px solid #fff;
    color: #fff;
    padding:11px 20px;
    border-radius: 50px !important;
    margin-left: 15px;
    margin-right: 30px;
    transition:0.5s all ease-in-out;
}

.btn-header-2 img{
    margin-right:15px;
}
.btn-header-2:hover,
.btn-header-2:focus{
    color: #fff;
    text-decoration: none !important;
    background:var(--color-1);
     border:1px solid var(--color-1);
}
#header  .language-switcher-outer{
    margin: 0 !important;
    margin-left: 3px !important;
    
}
#header .wpml-ls-legacy-dropdown a {
     background: rgb(255 255 255 / 20%);
    border-radius: 50px !important;
    color: #fff;
    padding:12px 20px;
    font-size: 0.7vw;
    margin-left: 3px;
    transition:0.5s all ease-in-out;
    border:1px solid rgb(255 255 255 / 0%);
}
#header .wpml-ls-legacy-dropdown a:hover,
#header .wpml-ls-legacy-dropdown a:focus{
    color: #fff;
    text-decoration: none !important;
    background:var(--color-1);
}
#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    background:#fff;
    border:0;
    /*padding: 20px;*/
    top:55px;
    width: 150px;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu  a {
     border-radius: 0px !important;
     color: #212529;
     display: flex;
}
#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu  a:hover,
#header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu  a:focus{
    color: var(--color-1);
    text-decoration: none !important;
    background:none;
}
.menu-1{
        position: relative;
    top: -6px;
    margin-left: 20px;
}
.menu-1 span{
    width: 32px;
    height: 2px;
    /*background: var(--color-2);*/
    background:#fff;
    display: inline-block;
    position: relative;
    
}
.menu-1 span:before{
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    top:-8px;
   background:#fff;

}
.menu-1 span:after{
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    bottom:-8px;
    background:#fff;

}
.banr-home.overlay.overlay-show:before{
        opacity:1;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0.97) 100%);
    
}
/*.banr-home.overlay:after {*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: ease opacity 300ms 100ms;*/
/*    background: linear-gradient(0deg,rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0) 37%);*/
/*    opacity: 1;*/
/*}*/
.banr-home h1 {
    color: #fff;
    font-size: 3vw;
    margin-bottom: 10px;
    font-weight: 800;
}

.banr-home h2 {
    color: var(--color-1);
    font-size: 3vw;
    font-weight: 800;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    margin-bottom: 10px;

}

.banr-home p {
   color: #fff;
    font-size: 1.1vw;
    width:100%;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;

}

.btn-bner {
    background: var(--color-4);
    border-radius: 50px;
    /*width: 18%;*/
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 12px 30px;
    padding-bottom: 12px;
}

.btn-bner i {
    margin-left: 10px;
    font-size: 0.5vw;
}

.btn-bner:hover,
.btn-bner:focus {
    color: #fff;
    text-decoration: none !important;
}

.banr-home .container {
    bottom: 12%;

}
.btn-03 {
    font-size: 0.78vw;
    display: inline-block;
    font-weight: 400;
    padding: 13px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: var(--color-1);
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}
.btn-03 i {
    margin-left: 15px;
    font-size: 0.5vw;
}
.btn-03:hover,
.btn-03:focus{
    color: #fff;
    text-decoration: none !important;
}

.section-1 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.section-1 .row {
    display: flex;
    align-items: center;
}

.col-sec1-left {
    width: 52.59%;

}

.col-sec1-right {
    width: 47.40%;

}

.col-sec1-right img {
    width: 100%;
}

.section-1 .main-heading-1 {
    width: 80%;
    margin-bottom: 5px;
}

.section-1 .desc-1 p {
    width: 93%;
    margin-bottom: 0;
}

.section-2 {
    padding-bottom: 6%;
}

.sec2-box-1 {
    width: 23.32%;
    border-right: 1px solid #bebebe;
}

.sec2-box-2 {
    width: 27.33%;
    border-right: 1px solid #bebebe;
}

.sec2-box-3 {
    width: 30.79%;
    border-right: 1px solid #bebebe;
}

.sec2-box-4 {
    width: 18.54%;
}
.section-2 .counters {
    display: grid;
    grid-template-columns: 25% 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0;
    text-align: center;
}
.section-2 .counters .col{
    border-right: 1px solid #bebebe;
}
.section-2 .counters .col:last-child{
    border-right: 0px solid #bebebe;
}
.section-2 .counter strong {
    color: var(--color-2) !important;
    font-weight: 500;
}

.section-2 .counters.counters-lg strong {
    font-size: 3vw;
}

.section-2 .counter label {
    color: var(--color-2) !important;
}

.section-2 .counters.counters-lg label {
        text-transform: uppercase;
    font-size: 0.83vw;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 400;
}

.counters .sec2-box-1 .counter {
    text-align: left;

}

.section-3 {
    background: var(--color-2);
    position: relative;
}
.section-3:before {
     content: "";
    position: absolute;
    background: url(../images/map.png) no-repeat;
    background-position: center right !important;
    background-size: 54% !important;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.sec3-box-1 {
    width: 50.02%;

}

.sec3-box-2 {
    width: 37.86%;
    padding-left: 5.20%;

}

.sec3-box-1 img {
    width: 100%;
}

.section-3 .row {
    display: flex;
    align-items: center;
}
.section-3 .main-heading-2 {
    margin-bottom: 20px;
}
.section-3 form{
       border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.section-3 input[type="email"] {
  display: inline-block;
  width: 67.24%;
  padding: 18px 36px 18px 0px;
  margin: 8px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  background:transparent;
  font-size: 0.77vw;
  color: #fff;
}
.section-3 input,
.section-3 input::-webkit-input-placeholder {
  font-size: 0.77vw;
  line-height: 3;
  color: #fff !important;
  font-weight: 600;
}
.section-3 input::-webkit-input-placeholder{
    color: #fff !important  ;

}

.section-3 input[type="email"]:focus{
	outline: 0px solid #ccc;
	outline-offset: 0px;
	border-bottom: 0px solid #ccc;
}


.section-3 .bt {
    font-size: 0.78vw;
    display: inline-block;
    font-weight: 400;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    background-color: var(--color-1);
    color: #fff;
    margin: 0;
}
.section-3 .bt i {
    margin-left: 15px;
    font-size: 0.5vw;
}

.section-4 {
    padding-top: 5%;
    padding-bottom: 5%;
}
.section-4 .owl-carousel {
    margin-top: 70px;

}
.section-4 .owl-carousel .thumb-info-wrapper  span{
    position: absolute;
    bottom: 0;

}
.section-4 .owl-carousel .thumb-info-wrapper  span h3{
        color: #fff;
    text-transform: none;
    font-size: 1.2vw;
    line-height: 1.2;
    position: relative;
    padding-bottom: 27px;
    left: 34px;
    font-weight:bold
}
.section-4 .owl-carousel .thumb-info-wrapper  span h3:before{
    position: absolute;
    content: "";
    width: 117px;
    height: 3px;
    background:var(--color-1);
    bottom: 10px;
    
}
.section-4 .owl-carousel .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    display: none;
}
/* .section-4 .main-heading-1 {
    margin-bottom: 10px;

} */
.section-5 {
    background: var(--color-2);
    padding-top: 7%;
    padding-bottom: 7%;
}
.why-icon-1{
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-box-1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50px;
}

.grid-box-1 .col {
    text-align: center;
}

.grid-box-1 .col h3 {
    font-size: 0.9vw;
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
}

.grid-box-1 .col p {
    color: rgb(255, 255, 255, 0.8);
    font-size: 0.8vw;
    line-height: 1.4;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.grid-box-1 .col:last-child p {
    width: 85%;
}

.grid-box-1 .col:first-child p {
    width: 95%;
}

.section-6 {
    padding-top: 7%;
    padding-bottom: 7%;
}

.grid-box-2 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    margin-top: 70px;
    text-align: center;
}
.ind-icon-1{
    height:75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ind-icon-1 img{
    height: 100%;
}

.grid-box-2 .col {
    background-color: #eef0f0;
    padding-top: 37px;
    padding-bottom: 11px;
}

.grid-box-2 .col h3 {
    text-transform: none;
    font-size: 1vw;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #0c0c0c;

}

.grid-box-2 .col p {
    margin-bottom: 0;
    color: #0c0c0c;
    line-height: 1.3;
    font-size: 0.8vw;
    width: 83%;
    margin-right: auto;
    margin-left: auto;

}

.section-7 {
    background: var(--color-2);
        padding-top: 8%;
    padding-bottom: 9%;
    position: relative;
}
.section-7:before{
    position:absolute;
    content: "";
        width: 100%;
    height: 100%;
    right: 5%;
    top: 0px;
    background: url(../images/map-2.png) no-repeat;
    background-position: right center !important;
    background-size: 55%;

}
.locati-hom.section-7:before{
    display: none;
}

.section-7.loca-inner {
    background:#fff;
    /*    padding-top: 8%;*/
    /*padding-bottom: 9%;*/
    position: relative;
    /*margin-top: 5%;*/
    /*margin-bottom: 5%;*/
}
.section-7.loca-inner:before{
    display: none;
    position:absolute;
    content: "";
        width: 100%;
    height: 100%;
    right: 5%;
    top: 0px;
    background: url(../images/map-inr.png) no-repeat;
    background-position: right center !important;
    background-size: 55%;

}
.section-7.loca-inner .counters strong {
    color:var(--color-2) !important;
}
.section-7.loca-inner .counters label {
    color:var(--color-2) !important;
}
.section-7  .main-heading-2{
    position: relative;
    padding-bottom: 32px;
}

.section-7  .main-heading-2:before{
    position: absolute;
    content: "";
    width: 121px;
    height: 3px;
    background: var(--color-1);
    bottom: 10px;
}
.section-7  p{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    font-weight: 400;

}
.section-7.loca-inner p {
    color:var(--color-3);
}
.section-7  p img{
    margin-right: 20px;
}
.loc-img-text p:first-child{
    margin-bottom: 20px;
}
.loc-img-text{
    margin-bottom: 80px;
}
.section-7 .counters{
    width: 39.93%;
}
.locati-hom.section-7 .counters{
    width:100%;
}
.loc-box-1{
    width: 33%;
    border-right: 1px solid #606b87;
}
.loc-box-2{
    width: 34.66%;
    /*padding-left: 6.06%;*/
    border-right: 1px solid #606b87;
}
.section-7.loca-inner .loc-box-1{
    border-right: 1px solid #bebebe;
}
.section-7.loca-inner .loc-box-2{
    border-right: 1px solid #bebebe;
}
.loc-box-3{
    width: 34.83%;
    /*padding-left: 6.06%;*/
}
.section-7 .counters strong {
    color: #fff !important;
    font-weight:500;
    font-size: 3.5vw;
}
.section-7 .counters label {
    color: #fff !important;
    font-size: 0.85vw;
    margin-top: 20px;
    font-weight: 300;
}
.section-7 .counters.counters-lg strong {
    font-size: 3.6vw;
}
.section-7 .counters.counters-lg label {
    font-size: 1vw;
    line-height: 25px;
    margin-top: 10px;
}
.section-7 .counters .counter {
    text-align: left;
}

.controls {
    text-align: center;
    margin: 30px 0;
}

button {
    /*padding: 10px 22px;*/
    margin: 5px;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    background: transparent !important;
}

button:first-child {
    /*background: #e74c3c;*/
    color: white;
}

button:last-child {
    /*background: #3498db;*/
    color: white;
}

.map-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 700px;
    margin: 0 auto 50px;
    background: url('../images/map.svg') no-repeat center center;
    background-size: contain;
}
.loca-inner .map-container {
  filter: drop-shadow(0px 0px 0 #000);
  transform: translateY(-0px);
}
/* Marker */
.marker {
    position: absolute;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
}

/* Dot */
.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.owned .dot { background: var(--color-1); }
.joint .dot { background: #fff; }
.loca-inner .owned .dot { background: var(--color-1); }
.loca-inner .joint .dot { background: #746767; }
/* Tooltip Label */
.section-7 .label {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #091C46;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.section-7 .marker:hover .label {
    opacity: 1;
}
.section-8 {
    padding-top: 6%;
    padding-bottom: 6%;
    
}

.grid-box-3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 50px;
    text-align: center;
}

.grid-box-3 .col {
    padding-left: 34px;
    padding-right: 34px;
}

.grid-box-3 .col img {
    width: 80%;
}

.section-9 {
    background: url(../images/sustainability_ho.webp) no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    padding-top: 15%;
    padding-bottom: 12%;
}

.footer-sec#footer {
    background: var(--color-2);
    padding-top: 10%;
    padding-bottom: 2%;
}

.footer-sec#footer h4 {
    font-size: 0.95vw;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
}

.footer-sec#footer .ftr-top ul li {
    padding-bottom: 15px;
}

.footer-sec#footer ul {
    margin: 0;
    padding: 0;
}

.footer-sec#footer ul li {
    list-style: none;
}

.footer-sec#footer ul li a {
    font-size: 0.85vw;
    color: rgb(255 255 255 / 60%) !important;
}

.ftr-botm {
    margin-top: 55px;
}

.ftr-botm p {
    color: rgb(255 255 255 / 60%) !important;
    margin-bottom: 0;
    font-size: 0.75vw;
}

.ftr-botm ul {
    display: flex;
    justify-content: end;
}

.ftr-botm ul li {
    display: inline-block;
    padding-left: 25px;

}

.ftr-botm ul li a {
    color: rgb(255 255 255 / 60%) !important;

}

.ftr-botm hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 20%) !important;
    margin-bottom: 25px;
    padding: 0;
}

.ftr-box-1 {
    width: 34.72%;
    position: relative;
}

.ftr-box-2 {
    width: 21.73%
}

.ftr-box-3 {
    width: 27.76%
}

.ftr-box-4 {
    width: 15.77%
}

.ftr-box-4 a {
    font-size: 0.95vw;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgb(255 255 255 / 70%) !important;
}

.phn-ftr {
    margin-top: 90px;
    display: inline-block;
    margin-bottom: 10px !important;
}

.ftr-logo {
    width: 179px;
    margin-bottom: 35px;
}

.ftr-box-1 p {
    color: #fff !important;
    font-size: 1vw;
    width: 75%;
    line-height: 1.7;
}
.ftr-box-1 .social-icons{
    position: absolute;
        bottom: -25px;
}
.ftr-box-1 .social-icons li {
    border: 1px solid #111d3d !important;
    padding-right: 5px;
}

.footer-sec#footer  .ftr-box-1 .social-icons li a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: #111d3d !important;
    font-size: 1.1vw;

}
.ftr-box-1 form{
       border-bottom: 1px solid rgb(255 255 255 / 30%);
       width: 70%;
        padding-bottom: 10px !important;
}
.ftr-box-1 input[type="email"] {
  display: inline-block;
       width: 85.67%;
    padding: 0;
  margin: 0px 0;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 20px;
  border: none;
  background:transparent;
  font-size: 0.9vw;
  color: #fff;
}
.ftr-box-1  input,
.ftr-box-1  input::-webkit-input-placeholder {
  font-size: 0.9vw;
  line-height: 3;
  color: #fff !important;
  font-weight: 100;
}
.ftr-box-1  input::-webkit-input-placeholder{
    color: #fff !important  ;

}

.ftr-box-1  input[type="email"]:focus{
	outline: 0px solid #ccc;
	outline-offset: 0px;
	border-bottom: 0px solid #ccc;
}


.ftr-box-1 .bt {
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin:0;
    padding: 0;
}
.serv-sec{
    padding-top: 5%;
    padding-bottom: 5%;
}
.serv-grid{
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap:5px;
    grid-row-gap: 30px;
}
.serv-grid .thumb-info-wrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
}
.serv-grid .thumb-info-wrapper span h3{
        color: #fff;
    text-transform: none;
    font-size: 1vw;
    line-height: 1.5;
    position: relative;
    padding-bottom: 27px;
    left: 34px;
}
.serv-grid .thumb-info-wrapper span h3:before{
    position: absolute;
    content: "";
    width: 117px;
    height: 3px;
    background:var(--color-1);
    bottom: 10px;
    
}
.serv-grid .thumb-info img {
    position: relative;
}
.serv-grid .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    display: none;
}
.banner-inr {
    background: url(../images/iner-bnr.jpg) no-repeat;
    background-position: center center !important;
    background-size: cover !important;
    height: 65vh;
    position: relative;
}
/*.banner-inr:before {*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*    transition: ease opacity 300ms 100ms;*/
/*    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);*/
/*}*/
.banner-inr h2 {
    color: #fff;
    font-size: 2.8vw;
    font-weight:800;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform:  uppercase;
}
.banner-inr .row{
    display: flex;
    align-items: end;
    /*justify-content: center;*/
    /*text-align: center;*/
    
}
.banner-inr .breadcrumb{
    padding-top: 3%;
    padding-bottom: 6%;
}
.banner-inr .breadcrumb>li {
    color: #fff;
    letter-spacing: 0.02rem;
    font-size: 0.9em;
}
.banner-inr .breadcrumb>li a{
    color:#fff;
}
.contact-sect{
    padding-top: 5%;
    padding-bottom: 5%;
}
.inr-heading-1 {
    color: var(--color-2);
    line-height: 1.1;
    font-size: 3vw;
    margin-bottom: 10px;
    font-family: var(--font-1);
    letter-spacing: -0.09rem !important;
    width: 80%;
}
.contact-sect .inr-heading-1{
    margin-bottom: 50px;
    font-weight: 400;
}
.tp-contact-wrap-info-icon{
    margin-right: 30px;
}
.tp-contact-wrap-info-icon span {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    color:var(--color-1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    font-size: 1vw;
}
.tp-contact-wrap-info-content p {
    line-height: 1;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: -0.34px;
}
.tp-contact-wrap-info-content a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: var(--color-3);
}
.tp-contact-wrap-info{
    margin-bottom: 50px;
}
 /* Form wrapper/card */
      .form-wrapper {
        width: 100%;
        background-color: white;
      }

      /* Top image styling */
      .form-image {
        margin-bottom: 3rem; /* mb-12 */
        width: 100%;
        border-radius: 0.5rem;
      }

      /* Header section for title and description */
      .form-header {
        margin-bottom: 2rem; /* mb-8 */
        text-align: center;
      }

      .form-title {
        font-size: 1.875rem; /* text-2xl */
        font-weight: 600; /* font-semibold */
        color: #1f2937; /* text-gray-800 */
      }

      .form-description {
        margin-top: 0.5rem; /* mt-2 */
        font-size: 0.875rem; /* text-sm */
        color: #4b5563; /* text-gray-600 */
        line-height: 1.5;
      }

      /* Container for each form field group */
      .form-group {
        margin-bottom:30px !important; /* mb-6 */
    
      }

      /* Form labels */
      .form-label {
        display: block;
        margin-bottom: 0.5rem; /* mb-2 */
        font-size: 0.875rem; /* text-sm */
        font-weight: 500; /* font-medium */
        color: #4b5563; /* text-gray-600 */
      }
            .form-group-1{
          display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 0px;
      }
/*     .contact-sect form  .form-group:first-child,*/
/*      .contact-sect form  .form-group:nth-child(2),*/
/*       .contact-sect form  .form-group:nth-child(3),*/
/*        .contact-sect form  .form-group:nth-child(4){*/
/*        float: left;*/
/*margin-right: 25px;*/
/*    width: 48%;*/
/*      }*/
      .contact-sect form  .form-group:nth-child(2),
        .contact-sect form  .form-group:nth-child(4){
             margin-right: 0px;
        }

      /* Common styles for input, select, and textarea */
      .form-input,
      .form-select,
      .form-textarea {
        width: 100%;
        border-radius: 0.375rem; /* rounded-md */
        border: 1px solid #d1d5db; /* border-gray-300 */
        padding: 0.75rem; /* p-3 */
        font-size: 0.875rem; /* text-sm */
        color: #1f2937; /* text-gray-800 */
        box-sizing: border-box;
        transition: border-color 0.2s, box-shadow 0.2s;
      }

      .form-input:focus,
      .form-select:focus,
      .form-textarea:focus {
        border-color: var(--color-2); /* focus:border-indigo-500 */
        box-shadow: 0 0 0 1px var(--color-2); /* focus:ring-1 focus:ring-indigo-500 */
        outline: none;
      }

      /* Consent Checkbox Group */
      .consent-group {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
      }

      .form-checkbox {
        height: 1rem;
        width: 1rem;
        color: var(--color-2);
      }

      .consent-label {
        margin-left: 0.5rem;
        font-size: 0.875rem;
        color: #4b5563;
      }

      .privacy-links {
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 0.875rem;
        color: #4b5563;
      }

      .privacy-links a {
        color: var(--color-2);
        text-decoration: none;
      }

      .privacy-links a:hover {
        text-decoration: underline;
      }

      /* Submit Button */
      .submit-btn {

        background: var(--color-4);
    border-radius: 50px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding :10px 40px;
        cursor: pointer;
        transition: background-color 0.3s, box-shadow 0.3s;
        text-transform: uppercase;
      }
      .submit-btn i {
    margin-left: 20px;
    font-size: 0.5vw;
}

      .submit-btn:hover {
        background-color: var(--color-2);
      }

      .submit-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px var(--color-2);
      }
      
      .btn-iner {
    background: var(--color-1);
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 12px 35px;
    width: auto;
}

.btn-iner i {
    margin-left: 10px;
    font-size: 0.5vw;
}

.btn-iner:hover,
.btn-iner:focus {
    color: #fff;
    text-decoration: none !important;
}
.section-iner-1{
    padding-top: 5%;
    padding-bottom: 5%;
}
.section-iner-1 h2{
    font-size: 5vw;
    font-weight: 600;
}
.section-iner-1 h3{
    font-size: 1.5vw;
    margin-top: 5px;
    margin-bottom: 50px;
    text-transform: none;
}
.section-iner-2{
    padding-top: 5%;
    padding-bottom: 5%;
}
.section-iner-2 h2{
    font-size: 3vw;
    font-weight: 500;
    margin-bottom: 20px;
}
.section-iner-2 h3{
    font-size: 1.3vw;
    margin-top: 0px;
    margin-bottom: 50px;
    text-transform: none;
}
.tick-icon{
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    border:1px solid var(--color-2);;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 20px;
    color: var(--color-2);;
}
.list-icon-text{
    margin: 0;
    padding: 0;
}
.list-icon-text li{
    list-style: none;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
    color: var(--color-3);
    font-size: 0.85vw;
    line-height: 1.5;
}
.tick-icon-1 {
    background: var(--color-1);
    /*width: 19px;*/
    /*height: 19px;*/
    color: #fff;
    /*line-height: 19px;*/
    border-radius: 100%;
    text-align: center  ;
    font-size: 13px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    padding: 5px;
}
.sub-head-1 {
    color: var(--color-2);
    line-height: 1.1;
    font-size: 1.5vw;
    margin-bottom: 10px;
    font-family: var(--font-1);
    letter-spacing:0rem !important;
    font-weight: 500;
    text-transform: none;
    margin: 30px 0 23px 0;
}
.serv-inr-1{
  padding-top: 5%;
 
}
.serv-inr-1.serv-inr-pdng{
    padding-bottom: 5%;
}
.serv-inr-1 .col-md-5{
    /*background: var(--color-2);*/
    
  padding-left: 3%;

}
.serv-inr-1 .row{
    display: flex;
    align-items: center;

}
.serv-inr-1 .serv-inr-right{
    padding-left: 5%;
    padding-right: 5%;
}
.serv-inr-1 .desc-1 p {
    width: 82%;
}
.sust-inr-1{
    padding-top: 5%;
    padding-bottom: 5%;
}
.sust-inr-1 .row{
    display: flex;
    align-items: center;

}
.sust-inr-right {
    padding-left: 5%;
    padding-right: 5%;
}
.sust-inr-left {
    padding-right: 5%;
}
.sust-inr-left-2{
    padding-left: 5%;
    padding-right: 5%;
}
.sust-inr-right-2{
    padding-left: 5%;
}
.sust-inr-1 .main-heading-1 {
    margin-bottom: 30px;
    width: 85%;
    font-weight: 400;
    
}
.about-sec-3 .main-heading-1 {
    font-weight: 400;
}
.acco-sect .accordion.accordion-modern-status.accordion-modern-status-borders>.card {
    border: 0px solid rgba(0, 0, 0, .085) !important;
     border-bottom: 1px solid rgba(0, 0, 0, .085) !important;

}
.acco-sect .accordion.accordion-modern-status>.card .card-header a {
  padding: 20px 60px 20px 0px;
    color: var(--color-3) !important;
    font-family: var(--font-1);
    font-weight: 500 !important;
    font-size: 1vw;
}
.acco-sect .card-body {
    padding:20px 20px 20px 0;
}
.acco-sect .card-body p{
      color: rgb(0 0 0 / 70%) !important;
    font-size: 0.8vw;
    line-height: 1.3;
}
.acco-sect .accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a:after {
    content: "\2b";
    font-weight: 100;
    font-size: 1.5vw;
}
.contact-sect .accordion h4 {
    font-size: 0.89vw;
    color: var(--color-2);
    
}
.contact-sect .accordion p a{
    color: var(--color-1);
    text-decoration:underline;
}
.contact-sect .acco-sect .accordion.accordion-modern-status>.card .card-header a {
    font-weight: 700 !important;
    font-size: 1.3vw;
}
.vision-box{
    background: var(--color-1);
    padding:50px;
    height: 100%;
}
.vision-box h3{
    color: #fff;
    font-family: var(--font-1);
    text-transform: none;
    font-size: 2vw;
    margin-bottom: 20px;

}
.vision-box p{
    color: #fff;
    margin-bottom: 0;
     font-size: 1vw;
    line-height: 1.4;
        width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-family: Lato, sans-serif;
    line-height: 1.6;;
}
.vision-section .row .col-md-6:last-child .vision-box{
    background: var(--color-2);
}
.vision-section{
    padding-bottom: 5%;
}
.about-sec-3{
        background-color: #eef0f0;
        padding-top: 5%;
        padding-bottom: 5%;
}
.grid-box-about {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    margin-top: 50px;
    text-align: center;
}
.grid-box-about .col{
    background:#fff;
    border-radius:10px;
    padding:39px 20px;
}
.grid-box-about h4 {
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-1);
    color: var(--color-2);
}
.value-image{
    height:70px;
    margin-bottom: 20px;
}
.value-image img{
    height: 100%;
}
.career-form{
    padding-top: 8%;
}
.career-form h3 {
    font-size: 1.2vw;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: inherit;
    margin-top: 30px;
}
 .career-form .gform-body input{
      max-width: 100%;
    border: 1px solid #82848f !important;
    border-radius: 12px !important;
    background: transparent;
    font-size: 14px !important;
    height: 60px !important;
    box-shadow: none !important;
    color:#112337;
}
 .career-form .gform-body select{
    
    border: 1px solid #82848f !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    color:#112337;
      height: 60px !important;
      padding-top: 10px;
     
 }
 .career-form  .ginput_container_date input {
    width: 100% !important;
    max-width: 100%;
}
 .career-form .gform-body .gchoice input{
     height: auto !important;
    border-radius: 5px !important;
 }
.career-form .gchoice label{
    font-size: 14px !important;
     
 }
.career-form .gform-theme--foundation .gfield textarea.large {
    min-block-size: 10rem;
    border: 1px solid #82848f !important;
     border-radius: 12px !important;
     box-shadow: none !important;
     color:#112337;
     font-size: 14px !important;
}
.career-form .gfield input::-webkit-input-placeholder,
.career-form .gfield textarea::-webkit-input-placeholder{
    color:#112337;
}
.career-form .gfield .gf_placeholder{
    color:#ccc;
}
.career-form  .gform_footer .gform_button {
    background:var(--color-2) !important;
    font-size:16px !important;
    color: #fff;
    border: 0px solid #3d3d3d !important;
    padding:18px 45px !important;
    border-radius:50px !important;
}
.career-form  .gform_footer{
        text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sust-inr-1 .career-form  .main-heading-1 {
    width: 100%;
    margin-bottom: 50px;
} 
.contact-sect .career-form {
    margin-top:0;
        padding-top: 0;
}
.career-form .gform-theme--framework .gform-field-label{
    font-size: 17px;
    
}
.career-form .gform-theme--foundation .gform_fields {
row-gap: 20px;
}
.ftr-box-1 .gform-body{
    max-width: 90%;
    width: 90%;
}
.ftr-box-1 .gform-theme--foundation .gform_footer, .ftr-box-1 .gform-theme--foundation .gform_page_footer {
        gap: 0;
    margin-block-start: 0;
}
.ftr-box-1  #gform_3 {
       display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9%;
}
.ftr-box-1  #gform_3 .gform_button {
    background: transform !important;
    padding: 0px;
    border: 0 !important;
    box-shadow: none !important;
}
.ftr-box-1 .gform-body input{
max-width: 100%;
    border: 0px solid #3d3d3d !important;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-radius: 0px;
    background:transparent !important;
    font-size: 18px;
    box-shadow: none !important;
    color: #fff ;
    padding-left: 0 !important;
}
.form-track  form {
       display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #bdd6e6;
    padding: 15px 0px 15px 20px;
}
.form-track  .gform_footer .gform_button {
    background:transparent !important;
    padding: 0px;
    border: 0 !important;
    box-shadow: none !important;
        width: 80% !important;
}
.form-track  .gform-body input{
max-width: 100%;
    border: 0px solid #3d3d3d !important;
    border-radius: 0px;
    background:transparent !important;
    font-size: 18px;
    box-shadow: none !important;
    color: #333 ;
    padding-left: 0 !important;
    color:#112337;
}
.form-track .gform-theme--foundation .gform_footer, .form-track .gform-theme--foundation .gform_page_footer {
        gap: 0;
    margin-block-start: 0;
}
.form-track .gfield input::-webkit-input-placeholder,
.form-track .gfield textarea::-webkit-input-placeholder{
   color:#112337;
    font-size: 18px;
}
.adr-grid {
        display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    margin-top: 50px;
}
.adr-grid .col{
    border-right: 1px solid #ccc;
}
.adr-grid .col:last-child{
    border-right:0;
}

.adr-grid h4 {
    font-family: var(--font-1);
    color: var(--color-2);
    font-size: 1.15vw;
}
.adr-grid p{
    font-family: Lato, sans-serif;
    font-size: 0.85vw;
    line-height: 1.4;
    color: var(--color-3);
    margin-bottom:8px;
}
.adr-grid p a{
    font-family: Lato, sans-serif;
    font-size: 0.85vw;
    line-height: 1.6;
    color: var(--color-1);
    text-decoration: underline;
    
}
.cont-sect-2{
    padding-bottom: 5%;
}
/*menu start=============================================================================================================*/
html .scroll-to-top {
    z-index: 10 !important;
}
.top-nav {
  /*background-color: #555;*/
  /*width: 100%;*/
  /*height: 50px;*/
  /*overflow: hidden;*/
  position: absolute;
  width: 20px;
  right: 0px;
  top: 27px;
}

.menu, .menu-close {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
}

.menu-line {
    width: 35px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
}

.menu-close .menu-line {
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.menu-close .menu-line:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 8px;
}

.menu-close .menu-line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -8px;
}

.menu-panel {
  width: 596px;
  right: -596px;
  height: 100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
      overflow-y: scroll;
        padding: 3.4rem 80px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  font-size: 2.5em;
  z-index:1050;
  text-align: left;
}

.menu-panel.show {
  right: 0px;
  background-color: white;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu-background {
  width: 100vw;
  height: 100vh;
  top: 0;
  right: -100vh;
  position: fixed;
  z-index: 10;
  top: 0px;
}

.menu-background.show {
  right: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.menu-title {
  margin: 50px 0;
  font-size: 1em;
}
.menu-links ul{
 margin: 0;
 padding:0;
 margin-top: 80px;
}
.menu-links ul li{
    list-style: none;
    padding: .8rem 0;
    text-align: left;
    border-bottom: 2px solid #bdd6e6;
    /*margin-top: 10px;*/
        
}
.menu-links ul li a{
    color: var(--color-2);
        font-size: 1.1vw;
    font-weight: 400;
    font-family: var(--font-1);
    text-transform: none;
    
}
.menu-links ul li a:hover,
.menu-links ul li a:focus,
.menu-links ul li a:active{
    text-decoration: none !important;
    color: var(--color-1);
}
.menu-links  a:hover,
.menu-links  a:focus,
.menu-links a:active{
    text-decoration: none !important;
    color: var(--color-1);
}
.menu-panel a{
 color: var(--color-2);
        font-size: 1.1vw;
    font-weight: 600;
    font-family: var(--font-1);
}
.menu-panel a i{
    margin-right: 10px;
}
.menu-links{
    text-align: left;
}
.phone-head-1{
    display: inline-block;
    margin-bottom: 20px;
}
.menu-panel .menu-close {
    background: var(--color-1);
    padding:20px 20px;
}
.menu-panel .item{
 position: relative;
 cursor: pointer;
}
.menu-panel .item .dropdown{
 position: absolute;
 right: 0;
 margin: 5px;
 transition: 0.3s ease;
}

.menu-panel .item .sub-menu{
 display: none;
 margin:0;
 padding: 0;
 border-left: 1px solid var(--azur, #bdd6e6);
    break-inside: avoid;
    padding-left: 1.6rem;
    padding-left: 20px;
    margin-top: 14px;
}
.menu-panel .item .sub-menu li:last-child{
    border-bottom:0;
}

.menu-panel .item .sub-menu a{
 /*padding-left: 80px;*/
}
.rotate{
 transform: rotate(90deg);
}
.menu-panel .sub-btn{
        width: 100%;
    display: inline-block;
}
.menu-links  .sub-menu li a{
    font-size: 0.9vw;
    font-weight: 500;
}
.menu-links .sub-menu li{
   border-bottom: 0px solid #bdd6e6;
   padding-top: 0px;
   padding-bottom: 20px;
   line-height: 0;
}
.menu-links .sub-menu{
    
}
/*.sideBorder{*/
/*  float:left;*/
/*  box-sizing:border-box;*/
/*  transition:0.2s all ease-in;*/
/*  position:relative;*/
/*  cursor:pointer;*/
/*  width: 100%;*/
/*  padding-left: 15px;*/
/*  margin-bottom: 25px;*/
/*}*/
/*.sideBorder:before {*/
/*  position:absolute;*/
/*  bottom:0;*/
/*  background:#fff;*/
/*  height:5px;*/
/*  display:block;*/
/*  content:"";  */
/*  width:5px;*/
/*  transition:0.2s all ease-in;  */
/*}*/
/*.sideBorder:before {*/
/*  bottom:0;  */
/*}*/
/*.sideBorder:hover:before{*/
/*  width:5px;*/
/*  height:100%;*/
/*  background:var(--color-1);*/
/*}*/
/*.sideBorderL:before {*/
/*  left:0*/
/*}*/
.dropdown-mega-sub-nav .dropdown-item{
    display: flex !important;
    align-items: start;
    white-space: normal;
}
.sideBorder{
    margin-bottom: 30px;
}
.dropdown-mega-sub-nav .sideBorder:last-child{
    margin-bottom: 0px;
}
.sideBorder a .submenu-icon{
    width:12%;
}
.sideBorder a .submenu-icon img{
    width: 30px;
}
.sideBorder a .submenu-content{
    width:88%;
}
.submenu-content h5{
        text-transform: none;
    font-weight: 600;
    font-size: 0.85vw;
    margin-bottom: 2%;
    letter-spacing: 0 !important;
    transition: 0.1s all ease-in;
}
.submenu-content p{
    font-size: 13px;
    line-height: 1.4;
    color:#212529;
    margin-bottom: 0;
    letter-spacing: 0 !important;
}
.sideBorder:hover .submenu-content h5{
    color:var(--color-1);
}
/*menu end=============================================================================================================*/
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}
.news-box-1{
   background-color: #eef0f0;
   border-radius: 15px;
   overflow: hidden;
   height: 100%;
}
.news-content-1{
    padding:20px 30px 50px 30px;
}
.news-image{
    height:300px;
    overflow: hidden;
}
/*.news-image img{*/
/*  transition: 0.3s;*/
/*}*/

/*.news-box-1:hover .news-image img {*/
/*  transform: scale(1.3);*/
/*}*/
.news-content-1 h3{
    text-transform: none;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 1.1;
    font-family: var(--font-1);
    color: var(--color-2);
    width: 95%;
    margin-bottom: 15px;
}
.news-content-1 h6{
    line-height: 1.3;
    font-size: 0.8vw;
    margin-bottom: 15px;
}
.news-content-1 p {
    margin-bottom: 20px;
    color: #0c0c0c;
    line-height: 1.3;
    font-size: 0.8vw;
    font-weight: 400;
}
.news-content-1 a{
    color: var(--color-2);
     font-size: 0.8vw;
     font-weight: 600;
}
.news-content-1 a i{
    margin-left: 20px;
}
.news-content-1 a:hover,
.news-content-1 a:focus{
    text-decoration:none !important;
      color: var(--color-2);
}
.serv-inr2{
    background:var(--color-2);
    padding:8% 0;
    margin-top: 5%;
    background: url(../images/thought-bg.jpg) no-repeat;
     background-attachment: fixed;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.serv-inr2 h2{
    font-weight: 400;
}
.serv-inr2 p {
    color: #fff;
    font-size: 1vw;
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    width: 60%;
    margin-bottom: 0;
}
.serv-inr2 .main-heading-2{
    margin-bottom: 10px;
    
}
.serv-btn {
    background: var(--color-1);
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 12px 35px;
    display: inline-block;
    margin-top: 30px;
}

.serv-btn i {
    margin-left: 10px;
    font-size: 0.5vw;
}

.serv-btn:hover,
.serv-btn:focus {
    color: #fff;
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .loc-row-1{
        position: relative;
    }
  .section-7  .counters {
      position: absolute;
      width: 35% !important;
  }
 .section-7  .counters .loc-box-1:nth-child(2) .counter,
  .section-7  .counters .loc-box-1:last-child .counter {
      padding-left: 20px;
      
  } 
    .section-7.locati-hom { 
        padding-top: 5%;
        padding-bottom: 3%;
    }
    .loca-h-right{
        padding-right: 2%;
    }
    .loca-h-left{
        padding-left:12.13% ;
        padding-top: 8%;
    }
    
     /*html.sticky-header-active .main-white-logo{*/
     /*    opacity:0 !important;*/
     /*}*/
     /*.sticky-logo{*/
     /*    opacity: 1 !important;*/
         
     /*}*/
        .header-main#header .header-nav-main nav>ul>li.dropdown .dropdown-menu {
            min-width: 300px;
            background: var(--color-2);
        }
    .header-main#header .header-nav-main nav>ul>li>a {
        font-size: 0.95vw;
        font-weight: 400 !important;
        letter-spacing: 0 !important;

    }
   html.sticky-header-active #header.header-effect-shrink .header-body {
       background-color: #fff !important;
    /*box-shadow:0 0 17px rgb(0 0 0 / 86%) !important;*/
    border-bottom: 1px solid rgba(37, 48, 83, .161) !important;
}
.header-main#header .header-body .header-container {
        height: 100px;
    min-height: 0px;
} 
   .header-main#header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown .dropdown-menu {
    background: #fff;
        border-radius: 0px !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        left: 0px;
    }
        #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:hover>a, #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:focus>a, #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li:active>a, #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li.active>a, #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li.open>a, #header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-nav>li.accessibility-open>a {
        color: #2f2f2f !important;
        background:transparent !important;
    }
       .header-main#header .header-nav.header-nav-dropdowns-dark nav>ul>li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.5;
        color: rgb(107 105 105);
        margin-bottom: 10px;
        margin-left: 15px;
    }
        .header-main#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav>li>a {
        border-radius: 0px;
        color: #2f2f2f !important;
        margin: 0 0 0px -8px;
        padding: 0px 8px;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .dropdown-menu  .col-lg-3 {
        border-right: 1px solid #e5e7eb;
    }
  .header-main#header  .dropdown-mega-content {
      position: relative;
        
    }
    .btn-sec-header{
        position:absolute;
        bottom: 20px;
        right: 20px;
    }
    .dropdown-mega-content .row .col-lg-3:last-child,
    .dropdown-mega-content .row .col-lg-3:first-child{
         border-right: 0px solid #ccc;
        
    }
     .dropdown-mega-content .row .col-lg-3:nth-child(2),
      .dropdown-mega-content .row .col-lg-3:nth-child(3),
      .dropdown-mega-content .row .col-lg-3:last-child
      {
         padding-left: 20px;
     }
      .header-main#header .header-nav.header-nav-links nav>ul li{
           padding: 0 0.9rem;
      }
        .header-main#header .header-nav.header-nav-links nav>ul li:hover .nav-link {
        color: var(--color-1) !important;
        /*border-bottom: 5px solid #e5e7eb;*/
    }
     .header-main#header .header-nav.header-nav-links nav>ul li .nav-link {
         position: relative;
         box-sizing:border-box;
  transition:0.2s all ease-in;
  padding: 0 0rem;
  font-weight: 600 !important;
  text-transform: none;
  color: #fff;
     }
     .header-main#header .header-nav.header-nav-links nav>ul li .nav-link:before {
  position:absolute;
  bottom:0;
  background:var(--color-1);
  height:4px;
  display:block;
  content:"";  
  width:0;
  transition:0.2s all ease-in;  
  bottom: 30px;
  left:0;
}
html.sticky-header-active  .js-wpml-ls-item-toggle{
    background: var(--color-2) !important; 
}
 html.sticky-header-active .header-main#header .header-nav.header-nav-links nav>ul li .nav-link {
     color:var(--color-2);
 }
html.sticky-header-active   .btn-header {
    background: var(--color-2);
 }
 html.sticky-header-active   .btn-header:hover,
 html.sticky-header-active   .btn-header:focus{
     background: var(--color-1);
 }
   html.sticky-header-active  .btn-header-2 {
        border: 1px solid var(--color-2);
        color:var(--color-2);
     }
       html.sticky-header-active  .btn-header-2:hover,
         html.sticky-header-active  .btn-header-2:focus{
           color: #fff;
           border: 1px solid var(--color-1);
         }
   html.sticky-header-active  .header-main#header .header-nav.header-nav-links nav>ul li .nav-link:before {
   bottom: 10px;
}
.header-main#header .header-nav.header-nav-links nav>ul li:hover .nav-link:before {
  width:100%;
  
}
 .header-main#header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down {
        display: inline-block;
        margin-left: 10px;
                font-size: 0.72vw;
    }
        .header-main#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-content {
        /*padding:2rem 1.2rem;*/
        padding: 0;
    }
.dropdown-mega-content .row{
    display:flex;
    align-items: center;
}
/*.bfromLeft:before {*/
  
/*}*/
   .menu-1{
       display: none;
   }
   .btn-header-2 {
       margin-right: 0;
   }
   .view-header{
               color: #2f2f2f !important;
               font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        margin-top: 30px;
        display: block;
       
   }
   .col-left-img{
      width: 100%;
      border-radius: 15px;
      overflow: hidden;
   }
   .col-left-img img{
       width: 100%;
       height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: middle;
    display: inline-block;

   }
       .dropdown-menu .col-lg-4 {
        /*border-right: 1px solid #e5e7eb;*/
        width:36.77%;
        padding-left: 6%;
    }
    .dropdown-menu .col-lg-4:first-child,
    .dropdown-menu .col-lg-4:last-child{
        border-right: 0px solid #e5e7eb;
    }
    .dropdown-menu .col-lg-4:nth-chil(2){
        
    }
    .dropdown-menu .col-lg-4:first-child{
        width:29.19%;
        background: #f8f9fb;
        padding:2% 4% 2% 2%;
    }
    .dropdown-menu .col-lg-4:last-child{
        width:34.02%;
        padding-left: 0;
    }
    .dropdown-menu .col-lg-4:first-child h3 {
    text-transform: none;
    font-weight: 600;
    font-size: 0.85vw;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.dropdown-menu .col-lg-4:first-child p {
    font-size: 13px;
    line-height: 1.4;
    color: #212529;
    margin-bottom: 0;
    width: 100%;
    margin-top: 20px;
}
.dropdown-menu .col-lg-4:first-child a{
    font-size: 0.75vw !important;
    color: var(--color-1) !important;
    padding-left: 0 !important;
    margin-top: 15px;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    padding-bottom: 0 !important;
    
}
.dropdown-menu .col-lg-4:first-child a i{
    margin-left: 15px;
}
}
/* 991 ============================================================================================================ */
@media (max-width:991px){

       .header-main#header .header-btn-collapse-nav {
            display: none !important;
        }
.banr-home h1 {
    font-size: 5vw;
}
.banr-home h2 {
    font-size: 5vw;
    width: 80%;
}
.banr-home p {
    font-size: 2vw;
    width: 95%;
}
.btn-bner {
    width: 30%;
    font-size: 13px;
}
.btn-bner i {
    font-size: 11px;
}
.btn-header {
    background: rgb(255 255 255 / 20%);
    border-radius: 50px !important;
    color: #ffff;
    padding: 12px 15px;
    font-size: 12px;
}
.btn-header-2 {
    font-size: 12px;
    padding: 11px 15px;
    margin-left: 5px;

}
/*.menu-1 {*/
/*    display: none;*/
/*}*/
#header .header-btn-collapse-nav {
    background: var(--color-1);
}
#header .header-nav-features {
    position: relative;
    padding-left: 0px !important;
    margin-left: 5px !important;
}
.menu-links ul li a {
    font-size: 16px;
}
.menu-panel a {
    color: var(--color-2);
    font-size: 16px;
}

}
/* 767 ====================================================================================================== */

@media (min-width:768px){
    .map-mob-1{
        display: none !important;
    }
}
@media (max-width:767px){
    .map-container {
    height: 300px;
    }
    .map-mob-1{
        display: block !important;
    }
   .section-7 .counters .loc-box-1:last-child {
       border-right: 0;
        
    }
    .loca-h-right{
        display: none;
    }
    #header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    padding: 0px;
    width: auto;
}
    html #header.header-transparent {
    height: 50%;
}
html #header .header-body{
    height: 50%;
    
}
    #header .language-switcher-outer {
    margin-left: 6px !important;
}
    #header .wpml-ls-legacy-dropdown a {
        font-size: 14px;
    }
    .section-7 .counters .counter {
    text-align: center;
}
        .btn-03 {
        font-size: 13px;
        padding: 9px 20px;
    }
        .btn-03 i {
        margin-left: 10px;
        font-size: 12px;
    }
    .serv-btn {
    padding: 8px 25px;
    font-size: 14px;
}
.serv-btn i{
    font-size: 14px;
}
    .serv-inr2 p {
     font-size: 14px;
    width: 100%;
}
    .adr-grid h4 {
    font-size: 18px;
}
.adr-grid p {
    font-size: 14px;
}
.adr-grid p a {
    font-size: 14px;
}
    .adr-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
    }
    .adr-grid .col:nth-child(2),
     .adr-grid .col:nth-child(4){
        border-right: 0;
    }
    .news-content-1 {
    padding: 10px 30px 30px 30px;
}
    .news-content-1 a {
    font-size: 14px;
}
    .news-content-1 h6 {
    font-size: 14px;
}
    .news-content-1 p {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 14px;
}
    .news-content-1 h3 {
    font-size: 20px;
    }
    .news-grid {
    grid-template-columns: repeat(2, 1fr);
}
    .sust-inr-left {
    padding-right: 0%;
}
    .menu-links .sub-menu li a {
    font-size: 14px;
    }
    .vision-box p {
    font-size: 14px;
    }
    .vision-box h3 {
    font-size: 6vw;
    margin-bottom: 15px;
}
    .vision-box {
    padding: 30px;
}
    .vision-section .row .col-md-6:last-child .vision-box {
    margin-top: 20px;
}
    .grid-box-about {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    margin-top: 30px;
}
.grid-box-about  img{
    width: 60px;
}
    .grid-box-about h4 {
    font-size: 14px;
    }
    .about-sec-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .cert-sec-inr1.sust-inr-1{
        padding-top:0;
    } 
    .sus-sec-pd.sust-inr-1{
         padding-top:0;
    }
    .sust-inr-1.cert-sec-inr1 .main-heading-1 {
    margin-bottom: 0px;
}
    .acco-sect .card-body p {
    font-size: 14px;
    line-height: 1.5;
}
    .acco-sect .accordion.accordion-modern-status>.card .card-header a {
    font-size: 16px;
}
.contact-sect .acco-sect .accordion.accordion-modern-status>.card .card-header a {
    font-size: 20px;
}
.contact-sect .accordion h4 {
    font-size:16px;
}
.acco-sect .accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a:after {
    font-size: 22px;
}
.contact-sect .inr-heading-1 {
    margin-bottom: 30px;
}
    .sust-inr-right {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}
.sust-inr-right-2 {
    padding-left: 0;
    order:1;
}
.sust-inr-left-2 {
    padding-left:0;
    padding-right: 0;
    order: 2;
    margin-top: 30px;
}
    .sust-inr-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .list-icon-text li {
        font-size: 14px;
    }
    .sub-head-1 {
    font-size: 5.5vw;
    }
    .serv-inr-1 .desc-1 p {
    width: 95%;
}
    .serv-inr-1 .serv-inr-right {
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 30px;
}
    .serv-inr-1 {
    padding-top: 50px;
}
    .ind-icon-1 {
    height: 75px;
}
    .section-iner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .section-iner-1 h2 {
    font-size: 12vw;
    margin-bottom: 10px;
}
.section-iner-1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
    .section-iner-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
    .section-iner-2 h2 {
    font-size: 8vw;
    margin-bottom: 10px;
}
.tick-icon {
    margin-bottom: 20px;

}
.section-iner-2 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
    .btn-iner i {
    font-size: 12px;
}
    #header .container {
    max-width: 100% !important;
}
.banr-home .row{
    margin-left: auto;
    margin-right: auto;
}
    .banr-home h1 {
        font-size: 7vw;
    }
    .banr-home h2 {
    font-size: 7vw;
}
.btn-bner {
    width: 40%;

}
.banr-home .container {
        max-width: 100%;
    }
    .col-sec1-left {
    width: 100%;
    order: 2;
}
.col-sec1-right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
}
.sml-heading {
    font-size: 14px;
    margin-bottom: 5px;
}
.sml-heading-2 {
    font-size: 14px;
    margin-bottom: 5px;
}
.main-heading-1 {
    font-size: 6vw;
    margin-bottom: 5px;
}
.main-heading-2 {
   font-size: 6vw;
}
.section-1 .main-heading-1 {
    width: 90%;
}
.section-1 .desc-1 p {
    width: 100%;
    margin-top: 10px;
}
.desc-1 p {
    font-size: 14px;
    line-height: 1.5;
}
.section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-2 {
    padding-bottom: 50px;
}
.grid-box-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 20px;
}
.grid-box-3 .col {
    padding-left: 0px;
    padding-right: 0px;
}
.grid-box-3 .col img {
    width: 80%;
}
.section-7 .counters {
    width: 100%;
}
.section-7 .counters strong {
    font-size: 5vw;
}
    .section-7 .counters label {
        font-size: 12px;
        margin-top: 0px;
    }
.section-8 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.loc-img-text p:first-child {
    margin-bottom: 20px;
}
.section-7 p {
    font-size: 14px;
}
.loc-img-text {
    margin-bottom: 50px;
}
.section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.grid-box-2 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    padding-left: 12px;
        padding-right: 12px;
}
.grid-box-2 img{
    width:60px
}
.grid-box-2 .col p {
    font-size: 13px;
    width: 90%;
}
.grid-box-2 .col h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 3px;
}
.desc-2 p {
    font-size: 14px;
    line-height: 1.5;
}
.section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.grid-box-1 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.grid-box-1 img{
    width:45px
}
.grid-box-1 .col h3 {
    font-size: 14px;
}
.grid-box-1 .col p {
    font-size: 13px;
}
.section-4 .container-fluid {
        padding-right: 25px !important;
    padding-left: 25px !important;

}
.section-4 .owl-carousel .thumb-info-wrapper span h3 {
    font-size: 20px;
    line-height: 1.3;
}
.section-4 .owl-carousel {
    margin-top: 30px;
}
.section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec3-box-1 {
    width: 100%;
}
.sec3-box-2 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/map.png) no-repeat;
    background-position: center center !important;
    background-size: 100% !important;
}
.section-3 .bt {
    font-size: 13px;
    padding: 9px 20px;
}
.section-3 {
    padding-bottom: 0px;
}
.section-3 .bt i {
    margin-left: 10px;
    font-size: 12px;
}
input, .section-3 input::-webkit-input-placeholder {
    font-size: 14px;
}
.section-3 input[type="email"] {
    font-size: 14px;
    height: 60px;
    margin-top: 0px;
}
.ftr-box-1 {
    width: 100%;
}
.ftr-box-1 .social-icons {
    position: inherit;
    bottom: -30px;
}
.ftr-logo {
    width: 100px;
    margin-bottom: 20px;
}
.ftr-box-1 p {
    font-size: 14px;
    width: 90%;

}
.ftr-box-1 form {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    width: 100%;
   
}
.ftr-box-1 input, .ftr-box-1 input::-webkit-input-placeholder {
    font-size: 14px;
}
.ftr-box-1 input[type="email"] {
    height: 50px;
    margin-top: 0px;
    font-size: 14px;
}
.footer-sec#footer .ftr-box-1 .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.footer-sec#footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ftr-box-2 {
    width: 40%;
}
.ftr-box-3 {
    width: 60%;
}
.footer-sec#footer h4 {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 50px;
}
.footer-sec#footer ul li a {
    font-size: 13px;
}
.ftr-box-4 a {
    font-size: 16px;
}
.ftr-box-4 {
    width: 100%;
}
.phn-ftr {
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 10px !important;
}
.ftr-botm {
    margin-top: 30px;
}
.ftr-botm .col-md-7{
    order: 2;

}
.ftr-botm .col-md-5{
    order: 1;
    
}
.ftr-botm ul {
    justify-content: start;
}
.ftr-botm .col-md-5 ul li:first-child{
    padding-left: 0;
}
.ftr-botm p {
    font-size: 13px;
    margin-top: 20px;
}
.section-3:before {
    display: none;
}
.form-group-1{
grid-template-columns: repeat(1, 1fr);
      }
      .submit-btn i {
    font-size: 12px;
}
.tp-contact-wrap-info-icon span {
    font-size: 16px;
}
    .inr-heading-1 {
        font-size: 6vw;
            width: 100%;
    }
    .tp-contact-wrap-info-content a {
    font-size: 17px;
    }
    .tp-contact-wrap-info-content p {
    font-size: 14px;
    }
    .tp-contact-wrap-info {
    margin-bottom: 30px;
}
    .form-wrapper {
       margin-top: 30px;
    }
    .contact-sect {
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-inr h2 {
    font-size: 7vw;
}
 .serv-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    .serv-grid .thumb-info-wrapper span h3 {
                font-size: 18px;
        line-height: 1.3;
    }
    .serv-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
}
/* 650 =============================================================================================================== */
@media (max-width:650px){
        .btn-header {
            display:none
        }
}

  /* Mobile Responsive Styles */
      @media (max-width: 640px) {
        .form-wrapper {
          padding: 0rem;
        }
        .form-title {
          font-size: 1.5rem;
        }
           /*.section-7{*/
           /*    padding-bottom: 300px;*/
           /*}*/
        .section-7:before {
    right: 0;
    left: 0;
    bottom: 20px;
    background-position: center bottom !important;
    background-size: 90%;
    top: auto;
}
      }
/* 600 =============================================================================================================== */
@media (max-width:600px){
        .news-grid {
    grid-template-columns: repeat(1, 1fr);
}
    .career-form .gform-theme--foundation .gform_fields {
        row-gap: 20px;
}
    .menu-panel {
    width: 400px !important;
        padding: 3.4rem 50px;
    }
    /*.menu-panel {*/
    /*width: 100%;*/
    /*}*/
    .sec2-box-1 {
    width: 50%;
}
.sec2-box-2 {
    width: 50%;
    border-right: 0px solid #bebebe;
}
.sec2-box-3 {
    width: 50%;
    margin-top: 30px;
}
.sec2-box-4 {
    width: 50%;
    margin-top: 30px;
}
.section-2 .counters {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
}
.section-2 .counters .col:nth-child(even){
    border-right: 0px solid #ccc;
}
.counters .sec2-box-1 .counter {
    text-align: center;
}
.section-2 .counters.counters-lg strong {
            font-size: 7.5vw;
}
.section-2 .counters.counters-lg label {
    font-size: 14px;
    margin-top: 0px;
}
    .grid-box-1 {
    grid-template-columns: repeat(2, 1fr);
}
.banr-home p {
    font-size:15px;
    width: 100%;
}
.btn-bner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;

}
.container{
    width:95% !important;
}
.section-7 .counters strong {
        font-size: 30px;
    }
   .section-7 .row.counters  {
    --bs-gutter-x: 0rem;
    }
    .grid-box-2 {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width:550px){
        .adr-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 50px;
    }
    .adr-grid .col{
        border-right: 0;
    }
}
@media (max-width:500px){
    .serv-grid {
    grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width:486px){
    .section-3 input[type="email"] {
    width: 65.24%;
    }
        .section-3 .bt {
        font-size: 12px;
        padding: 7px 15px;
    }
        .btn-03 {
        font-size: 12px;
        padding: 7px 15px;
    }
}
@media (max-width:422px){
    .section-3 input[type="email"] {
       width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 30%);
        border-radius: 0 !important;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .section-3 form {
    border-bottom: 0px solid rgb(255 255 255 / 30%);
}
}