@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* body{
    
} */
a{
    text-decoration: none !important;
    font-family: "Outfit", sans-serif;
}
p, .f-out{
    text-decoration: none !important;
    font-family: "Outfit", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-rbt{
    font-family: "Roboto", sans-serif;
}
.bg-main{
    background: #f4eee5;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #529A6C  !important;
}
.color4{
    color: #0171A3 !important;
}
.bg-fff{
    background: #fff !important;
}
.bg2{
    background: #0171A3 !important;
}
.bg3{
    background: #529A6C !important;
}
.tbp{
    padding: 100px 0;
}
.tbm{
    margin: 100px 0;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

a.navbar-brand {
    padding: 0 0;
}
img.header-logo {
    max-width: 350px;
}
ul.navbar-nav {
    margin: 0 0 0 auto !important;
}
.btn1 {
    border: none;
    background: #0171A3;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.btn2 {
    border: none;
    background: #529A6C;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.btn3 {
    border: none;
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.btn4 {
    border: none;
    background: #111;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 15px;
}
a.nav-link {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    color: #111;
    padding: 20px 0 !important;
    margin: 0 16px;
}
.tph-ic {
    display: flex;
    justify-content: space-between;
}
/* section.top-header {
    padding: 8px 0;
    background: #529A6C;
} */
section.top-header {
    padding: 8px 0;
    background: linear-gradient(90deg, #529A6C, #03AAC6);
}
.tph-l {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.tph-l a i {
    margin-right: 6px;
}
.tph-ic a, .tph-ic span {
    color: #fff;
    font-size: 15px;
}
.tph-r {
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.hbs-slide {
    position: relative;
    z-index: 0;
}
.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000082;
    top: 0;
    left: 0;
}
.hbs-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.hbs-slide img {
    max-height: 860px;
    min-height: 860px;
    object-fit: cover;
}
.hbs-con h4 {
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 80px;
    margin-bottom: 20px;
    text-shadow: 6px 10px 10px #00000061;
}
.hbs-con span.hbs-tt {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Outfit", sans-serif;
    text-shadow: 0 0 4px #000000bf;
    margin-bottom: 12px;
    display: block;
}
.hbs-con p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}
.hbs-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 780px;
}
.hbs-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.hbs-con h6 {
    font-size: 110px;
    position: absolute;
    width: 100%;
    min-width: max-content;
    top: -67px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff33;
    left: 50%;
    transform: translateX(-50%);
    font-family: math;
    font-weight: bold;
}
.main-tt h4 {
    color: #529A6C;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
    position: relative;
    z-index: 0;
    line-height: 28px;
    padding-left: 22px;
    display :inline-block;
}
.main-tt h4:before{
    content: "" ;
    position: absolute;
    width: 100%;
    max-width: 8px;
    height: 100%;
    background-color: #529A6C;
    left: 0;
    border-radius: 8px;
}
.main-tt h3 {
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
    line-height: 60px;
}
.main-con p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.main-bullet ul li {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: "Outfit", sans-serif;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
}
.main-bullet ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-bullet ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    top: 5px;
    position: absolute;
    font-size: 10px;
    background: #529A6C;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.habl-ic {
    position: relative;
    z-index: 0;
    padding-right: 70px;
    padding-left: 40px;
    height: 100%;
}
.ab2 {
    position: absolute;
    top: 50px;
    right: -10px;
    border: 6px solid #fff;
    border-radius: 10px;
}
.ab2 img{
    border-radius: 4px;
}
.ab-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: -70px;
}
.ab1 {
    height: 100%;
}
.ab1 img {
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}
.ab-line {
    position: absolute;
    bottom: 50px;
    right: 35px;
    z-index: -1;
}
.ab-year {
    background: #529A6C;
    display: inline-flex;
    align-items: center;
    padding: 30px 30px;
    column-gap: 20px;
    border-radius: 10px;
    color: #fff;
    max-width: 230px;
    position: absolute;
    bottom: 60px;
    left: -20px;
}
.aby-l img {
    min-width: 60px;
}
.aby-r p {
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}
.aby-r span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}
.hvms-ic {
    background: #529A6C;
    padding: 70px 0;
    border-radius: 0 50px 0px 0;
    background-image: url(../../assets/img/bg3.png);
    background-size: contain;
}
.hvmc-box {
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}
.vmc-r p {
    font-size: 17px;
    line-height: 29px;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    color: #fff;
    margin-bottom: 0;
}
.vmc-r h4 {
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.vmc-r h4:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    left: 0;
}
.vmc-r h4:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    bottom: 0;
    left: 55px;
}
.vmc-l {
    width: 100px;
    height: 100px;
    background: #34704a;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 18px;
    border-radius: 8px;
}
section.h-vms {
    position: relative;
    z-index: 1;
}
section.h-vms:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #529A6C;
    left: 0;
    max-width: 50%;
    z-index: -1;
}
section.h-vms:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 50%;
    z-index: -1;
    background-image: url(../../assets/img/bg3.png);
    background-size: contain;
    top: 0;
}
.vms-bg {
    position: absolute;
    right: 0px;
    top: -240px;
}
.tm-animation-floating {
    -webkit-animation-name: tm-animation-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
  
  @-webkit-keyframes tm-animation-floating {
    from {
      -webkit-transform: translate(0, 0px);
    }
    65% {
      -webkit-transform: translate(0, 15px);
    }
    to {
      -webkit-transform: translate(0, 0px);
    }
  }
  section.h-wus {
    background: #24201F;
    margin-top: -130px;
    padding-top: 230px;
    position: relative;
    z-index: 0;
}
.hwul-ic {
    display: flex;
    column-gap: 40px;
    position: relative;
    z-index: 0;
}
.wu-l, .wu-r {
    width: 100%;
}
.wu-l img {
    height: 100%;
    object-fit: cover;
}
.wu-r img {
    margin-bottom: 40px;
}
.wu-r img:last-child {
    margin-bottom: 0px;
}
.hwul-ic img {
    border-radius: 10px;
}
.wu-m {
    background: #529A6C;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    padding: 30px 30px;
    text-align: center;
    border-radius: 16px;
}
.wum-box h5 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 2px;
    color: #fff;
}
.wum-box p {
    color: #fff;
    margin-bottom: 0;
}
.wu-m .wum-box:first-child {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.wur-box {
    display: flex;
    column-gap: 40px;
    color: #fff;
    align-items: center;
}

.urb-l img {
    max-width: 54px;
    min-width: 54px;
}
.urb-r p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    color: #c5c5c5;
}
.urb-r h5 {
    font-size: 20px;
    margin-bottom: 12px;
}
.wur-box {
    margin-bottom: 30px;
}
.urb-l {
    position: relative;
    z-index: 0;
}
.urb-l:before {
    content: "";
    position: absolute;
    width: 70px;
    background: #1212128a;
    height: 70px;
    border-radius: 100%;
    z-index: -1;
    top: -18px;
    left: -10px;
}
.wur-box:hover .urb-l:before {
    background: #529A6C;
    transition: 0.5s;
}
.wur-box:hover .urb-r h5 {
    color: #529A6C;
    transition: 0.5s;
}
.wur-box:hover .urb-l img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.wur-box:last-child {
    margin-bottom: 0;
}
.team-current-theme2 {
    position: relative;
}
.team-current-theme2 .inner-box {
    position: relative;
}
.team-current-theme2 .image-box {
    position: relative;
}
.team-current-theme2 .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 10px;
    z-index: 1;
}
.team-current-theme2 .image-box .image img {
    width: 100%;
    transition: all 400ms ease;
    min-height: 440px;
    max-height: 440px;
    object-fit: cover;
}
.team-current-theme2 .social-links {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 15px 0;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    transform: scaleY(0);
    transform-origin: bottom;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px 8px 0 0;
    transition: all 400ms ease;
}
.team-current-theme2 .social-links li {
    list-style: none;
    margin-bottom: 8px;
}
.team-current-theme2 .social-links li a {
    position: relative;
    height: 35px;
    width: 50px;
    display: block;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    text-align: center;
    color: #111;
    transition: all 300ms ease;
}
.team-current-theme2 .social-links li a:hover {
    color: #529A6C;
}
.team-current-theme2 .share-icon a{
    position: absolute;
    right: 20px;
    bottom: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #529A6C;
    transition: all 300ms ease;
    border-radius: 7px;
    z-index: 3;
}
.team-current-theme2 .info-box {
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 25px;
}
.team-current-theme2 .info-box .team-title {
    font-weight: 700;
    z-index: 2;
    margin-top: 6px;
    margin-bottom: 10px;
}
.team-item .team-subtitle {
    color: #529A6C;
}
.team-current-theme2 .info-box .team-subtitle {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #529A6C;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    line-height: 1em;
    transition: all 400ms ease;
}
.team-current-theme2 .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-current-theme2 .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
h4.team-title a {
    color: #212121;
}
section.h-wus:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    background-size: contain;
}

.mtf h4 {
    color: #fff;
}

.mtf h4::before {
    background: #fff;
}

.projects-current-theme3 {
    position: relative;
}
.projects-current-theme3 .inner-box {
    position: relative;
}
.projects-current-theme3 .image-box {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    border-radius: 10px 10px 0 0;
}
.projects-current-theme3 .image-box .image {
    position: relative;
    margin-bottom: 0px;
}
.projects-current-theme3 .image-box .image::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    opacity: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #529A6C 100%);
    pointer-events: none;
    z-index: 2;
    transition: all 500ms ease;
}
.projects-current-theme3 .image-box .image img {
    width: 100%;
    transition: all 300ms ease;
}
.projects-current-theme3 .image-box .image::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    pointer-events: none;
    z-index: 2;
    transition: all 500ms ease;
}
.projects-current-theme3 .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px;
    transition: all 300ms ease;
    z-index: 9;
}
.projects-current-theme3 .content-box .cat-list {
    position: relative;
    display: inline-flex;
    padding: 5px 40px;
    justify-content: left;
    background: #529A6C;
    transition: all 300ms ease;
}
.projects-current-theme3 .content-box .cat-list li {
    margin-right: 5px;
}
.cat-list li {
    display: inline;
    color: #fff;
    margin-right: 7px;
    font-size: 13px;
}
.cat-list li:last-child span {
    display: none;
}
.projects-current-theme3 .content-box .title {
    display: block;
    padding: 24px 40px;
    background-color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 270px;
    transition: all 300ms ease;
}
.title a{
    color: #111;
}
.cat-list {
    list-style: none;
    margin: 0;
}
.projects-current-theme3 .inner-box:hover .image-box .image:before {
    height: 100%;
    opacity: 1;
}
.projects-current-theme3 .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(1);
}
.projects-current-theme3 .inner-box:hover .image-box .image:after {
    height: 20px;
    opacity: 1;
}
.projects-current-theme3 .inner-box:hover .content-box {
    padding-bottom: 0;
}
section.h-services {
    position: relative;
    z-index: 0;
}
section.h-services:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #529A6C, #03AAC6);
    top: 0;
    z-index: -1;
    max-height: calc(100% - 300px);
}
.projects-current-theme3 .image-box .image img {
    min-height: 540px;
    max-height: 540px;
    object-fit: cover;
    border-radius: 10px;
}
.hsr-box {
    margin: 0 12px;
}
.hsr-slider .slick-list{
    margin: 0 -12px;
}
.hcl-box {
    margin: 10px;
    box-shadow: 0 0 10px #00000020;
    padding: 10px 10px;
    border-radius: 8px;
}
.hcl-box img {
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
}
section.h-testimonial {
    background: #24201F;
    position: relative;
    z-index: 0;
}

section.h-testimonial:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg2.png);
    background-size: cover;
    background-position: center center;
    top: 0;
    opacity: 0.23;
}
.hcl-slider .slick-list{
    margin: 0 -10px;
}
.hts-box .tsb-ic {
    background: #100d0d;
    color: #fff;
    display: flex;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.tsb-l img {
    height: 100%;
    object-fit: cover;
    max-width: 200px;
    min-width: 200px;
    border-radius: 10px 0 0 10px; 
}
.tsb-r {
    padding: 30px 30px 30px 30px;
}
.tsb-r h4 {
    font-size: 22px;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
}
.tsb-r span {
    display: flex;
    margin-bottom: 18px;
    column-gap: 4px;
    color: #ffb300;
}
.tsb-r p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.tsb-r h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.tsb-r h6 {
    color: #529A6C;
    margin-bottom: 0;
}
.hts-box {
    margin: 0 12px;
}
.hts-slider .slick-list{
    margin: 0 -12px;
}
.hcnl-ic {
    background: linear-gradient(90deg, #529a6cdb, #03aac6e0);
    padding: 40px 40px 40px 40px;
    margin-right: -12px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.hcnl-form {
    width: 100%;
}
.form-row {
    display: flex;
    column-gap: 14px;
}
.form-group {
    width: 100%;
    margin-bottom: 14px;
}
.form-group .form-control {
    padding: 16px 20px;
    border-radius: 0;
    border: none;
}
section.h-contact {
    position: relative;
    z-index: 0;
    background: #F3F4F7E5;
}
section.h-contact:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    background: url(../../assets/img/contact.png);
    z-index: -1;
    top: 0;
    left: 0;
}
section.h-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 50%;
    background: linear-gradient(90deg, #F3F4F7E5, #f3f4f7e5);
    z-index: 0;
    top: 0;
    left: 0;
}
/* .hcnr-ic {
    padding: 65px 0px 70px 0px;
} */
.accordion-item {
    margin-bottom: 20px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-item {
    background-color: transparent !important;
    border: none !important;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #529A6C !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
 filter: brightness(0) invert(1);
}
.accordion-item:last-child {
    margin-bottom: 0;
}
footer {
    background: #24201F;
    /* position: relative;
    z-index: 0; */
}
.ft-top {
    padding: 80px 0 60px;
}
.ftc-con p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.ftc-logo {
    margin-bottom: 20px;
    max-width: 350px;
}
.ftc-social span {
    color: #529A6C;
    font-weight: 600;
    font-size: 20px;
    margin-right: 0px;
}
.ftc-social {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.ftc-social a {
    color: #fff;
    font-size: 17px;
    background: #529A6C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-tt h4 {
    color: #529A6C;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
    position: relative;
    z-index: 0;
    line-height: 28px;
    padding-left: 22px;
    display: inline-block;
}
.ftc-tt h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 8px;
    height: 100%;
    background-color: #529A6C;
    left: 0;
    border-radius: 8px;
}
.ftc-ic2 {
    margin-left: 70px;
}
.ftc-ul ul li {
    margin-bottom: 12px;
}
.ftc-ul ul li:last-child {
    margin-bottom: 0px;
}
.ftc-ul ul li a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 300;
}
.ftc-ul ul li a:hover, .ftc-br a:hover{
    color: #529A6C;
}
.ftc-box {
    display: flex;
    column-gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}
.ftc-bl span {
    background: #f5eff5;
    color: #529A6C;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
}
.ftc-br h5 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.3px;
}
.ftc-br p, .ftc-br a {
    margin: 0;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}
.fbtm-ic p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.fbtm-ic {
    display: flex;
    justify-content: space-between;
}
.ft-btm {
    background: #1c1918;
    padding: 20px 0;
    color: #fff;
}
.ft-top {
    padding: 80px 0 60px;
}
.fbtm-ic p a{
    color: #fff;
}
.fbtm-ic p a:hover{
    color: #529A6C;
}
li.nav-item:last-child a {
    margin-right: 0;
}
.tph-ic span {
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.4px;
    font-size: 16px;
}
ul.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px #00000020;
    padding: 6px 8px;
}
a.dropdown-item {
    padding: 10px 12px;
    border-bottom: 1px solid #efefef;
}
ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #529A6C !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
    padding: 6px 0 !important;
}
img.whatsapp-logo {
    width: 100%;
    max-width: 70px;
}
img.call-logo {
    width: 100%;
    max-width: 56px;
    background: #fff;
    border-radius: 100%;
    padding: 3px;
    box-shadow: 0 0 10px #00000020;
}

.ws-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    /* display: none; */
}

.sidebar-form .call-action {
    position: absolute;
    background: linear-gradient(90deg, #529A6C, #03AAC6);
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-bottom: none !important;
    cursor: pointer;
    left: -95px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.sidebar-form {
    position: fixed;
    top: 50%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 999999;
    background-color: #fff;
}

.sidebar-form.show {
    right: 0;
}
.form-close {
    position: relative;
}
a.close-btn {
    position: absolute;
    right: 0;
    top: -44px;
    cursor: pointer;
    max-width: 34px;
}
.sidebar-form h3 {
    color: #000;
    font-weight: 800;
    font-size: 24px;
    margin: 0 0 10px;
}

.form-group label, .text-area-msg label {
    /* font-family: 'Comme', sans-serif; */
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

.form-group {
    padding: 6px 0;
    margin: 0px !important;
}

.form-group input {
    padding: 6px 10px;
    border: 1px solid #efefef;
    font-size: 13px;
}

.text-area-msg textarea {
    border: 1px solid #efefef;
    width: 100%;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
}

.text-area-msg {
    margin: 0 0 12px;
}

input#submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
}
div#call-icon {
    display: none;
}



@media(max-width:575px){
      div#whatsapp-icon a, div#call-icon a {
        display: block;
    }
    .d-social {
        display: flex;
    }
    div#call-icon {
        display: block;
    }
    .ws-icon {
        
        transform: none;
        background: #209e14;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50% !important;
        height: 40px;
        line-height: 40px;
        z-index: 999999;
        box-shadow: 0 0 10px #00000020;
        text-align: center;
    }
    img.whatsapp-logo {
        width: 100%;
        max-width: 40px;
    }
    .cl-icon {
        
        background: #e35431;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 33.33% !important;
        height: 40px;
        line-height: 40px;
        z-index: 999999;
        text-align: center;
    }
    img.call-logo {
        width: 100%;
        max-width: 30px;
        border-radius: 100%;
        padding: 0;
        /* box-shadow: 0 0 10px #00000020; */
        background: #fff;
    }
    .sidebar-form {
        position: fixed;
        bottom: -100% !important;
        right: 0px;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 10px #00000020;
        padding: 20px;
        transition: none;
        z-index: 999999;
        background-color: #fff;
        top: unset;
        left: unset;
        transform: unset;
    }
    .sidebar-form .call-action {
        position: absolute;
        font-family: unset;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        width: 50%;
        height: 40px;
        line-height: 40px;
        border-bottom: none !important;
        cursor: pointer;
        right: 0;
        bottom: 100%;
        transform: none;
        left: unset;
        top: unset;
    }
    .sidebar-form.show {
        bottom: 0 !important;
    }
}
.sidebar-form .form-group .form-control {
    border: 1px solid #efefef;
}
.rg-30{
    row-gap: 30px;
}
.mt-con p{
    text-align: end;
}
.tsb-m {
    position: absolute;
    max-width: 60px;
    right: 30px;
    top: 24px;
}
.main-header .navbar {
    padding: 0;
}
.main-header {
    padding: 11px 0;
}
.accordion-body {
    font-family: "Outfit", sans-serif;
}
button.accordion-button {
    font-weight: 500;
}
section.i-banner {
    background: url(../../assets/img/i-banner.webp);
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
section.i-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #003814bd, #00404ab5);
    left: 0;
    top: 0;
    z-index: -1;
}
.ibc-con h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    display: inline-block;
}
span.ibc-divider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffffb3;
    bottom: 0;
    border-radius: 10px;
    max-width: 70px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-left: -60px;
}
span.ibc-divider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffffb3;
    bottom: 0;
    border-radius: 10px;
    max-width: 70px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin-left: 60px;
}
.ibc-con p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.ibc-con p a{
    color: #fff;
}
.ibc-con p i {
    margin: 0 8px;
}
span.ibc-divider img {
    max-width: 30px;
    filter: brightness(0) invert(1);
}
span.ibc-divider {
    display: block;
    margin: 6px auto 10px;
    max-width: 200px;
    position: relative;
    z-index: 0;
}
section.ab2-ic {
    background: linear-gradient(90deg, #bddacc, #bce8ee);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #529A6C !important;
}
.mcv-ic {
    display: flex;
    gap: 70px;
}
.mcv-box {
    width: 100%;
}
.mcv-box {
    width: 100%;
    border: 2px solid #bddacc;
    padding: 22px 22px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.mcv-box:nth-child(even) {
    border: 2px solid #bce8ee;
}
.cvb-ico img {
    max-width: 80px;
    margin-bottom: 20px;
}
.mcv-box:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 20px;
    background: #bddacc;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 10px 10px 0px 0px;
}
.mcv-box:nth-child(even):before {
    content: "";
    position: absolute;
    width: 160px;
    height: 20px;
    background: #bce8ee;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border-radius: 10px 10px 0px 0px;
}
.cvb-ic {
    box-shadow: 10px 10px 20px #00000020;
    border-radius: 30px;
    padding: 22px 18px;
    height: 100%;
    position: relative;
    z-index: 0;
}
.cvb-con p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
.cvb-con h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
.cvb-ic:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid #bddacc;
    top: 50%;
    transform: translateY(-50%);
    right: -33px;
    background: #fff;
    border-radius: 50%;
}
.cvb-ic:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid #bddacc;
    top: 50%;
    transform: translateY(-50%);
    left: -33px;
    background: #fff;
    border-radius: 50%;
}
.mcv-box:nth-child(even) .cvb-ic:before {
    border: 4px solid #bce8ee;
}
.mcv-box:nth-child(even) .cvb-ic:after {
    border: 4px solid #bce8ee;
}
.mcv-box:first-child .cvb-ic:after {
    display: none;
}
.mcv-box:last-child .cvb-ic:before {
    display: none;
}
.mcv-box:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #bddacc;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
}
.mcv-box:last-child:after {
    display: none;
}
.mwu-ic {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.mwu-box {
    width: 100%;
    max-width: 31%;
    text-align: center;
    box-shadow: 0 0 20px #00000010;
    border-radius: 30px;
    padding: 30px 30px;
}
.mwu-box img {
    max-width: 80px;
    margin-bottom: 20px;
}
.mwu-box p {
    margin: 0;
    font-size: 17px;
    color: #333;
}
.mwu-box h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
.mts-ic {
    display: flex;
    gap: 25px;
}
.mts-box {
    width: 100%;
    /* box-shadow: 0 0 10px #00000020; */
    padding: 10px 10px;
    border-radius: 20px;
    text-align: center;
    background: #f3f8f6;
    border: 2px solid #bddacc;
}
.mts-box:nth-child(even) {
    background: #edf9fa;
    border: 2px solid #bce8ee;
}
.mtsl img {
    border-radius: 10px;
    max-height: 330px;
    min-height: 330px;
    object-fit: cover;
    object-position: top center;
    margin-bottom: 14px;
}
.mtsr p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 0;
}
.mtsr {
    margin: 10px 10px 10px 10px;
}
.mtsr h5 {
    font-size: 15px;
    font-weight: 700;
    color: #529A6C;
}
.mts-box:nth-child(even) .mtsr h5{
    color: #03AAC6;
}
.mts-box:nth-child(even) .mtsr h4:before {
    background: #03AAC6;
}
.mtsr h4 {
    font-size: 20px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    position: relative;
    z-index: 0;
}
.mtsr h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #529A6C;
    max-width: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}
.msrl-ii {
    height: 100%;
}
.msrl-ii img {
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}
.mcl-ic {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.mcl-box {
    width: 100%;
    max-width: 23%;
    text-align: center;
    box-shadow: 0 0 20px #00000010;
    border-radius: 30px;
    padding: 20px;
}
.mcl-box img {
    max-height: 80px;
    min-height: 80px;
    object-fit: contain;
    object-position: center center;
}
.crsr-form {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgba(82, 154, 108, 0.86), rgba(3, 170, 198, 0.88));
    padding: 40px;
}
.career-sec button.accordion-button {
    background: #ededed;
}
.job-opening-con p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}
.tst-mx {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.newp{ color: #529A6C!important; font-weight: bold; font-size: 20px;}
.tst-mxb {
    width: 100%;
    max-width: 46%;
    box-shadow: 0 0 20px #00000010;
    border-radius: 30px;
    padding: 20px; background: #fff;
}
/* .tst-mxb img {
    max-height: 400px;
    min-height: 400px;
    object-fit: contain;
} */
 section.m-contact {
    position: relative;
    background: url(../../assets/img/earth.png);
    background-repeat: no-repeat;
    background-size: 660px;
    background-position: center left;
    z-index: 0;
}
section.m-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 55%;
    background: #03aac617;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
    border-radius: 70px 0 0 0;
}
.pt-200 {
    padding-top: 200px !important;
}

.hcnr-ic .ftc-bl span {
    background: linear-gradient(60deg, #529a6c, #03aac6);
    width: 54px;
    height: 54px;
    font-size: 20px;
    color: #fff;
}
.hcnr-ic .ftc-br h5 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    color: #111;
}
.hcnr-ic .ftc-br p, .hcnr-ic .ftc-br p a {
    color: #333;
    font-size: 17px;
    line-height: 30px;
}