*{
    padding: 0;
    margin: 0;
    box-sizing: border-box; 
}
p{    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;}
section {
    overflow: hidden !important;
}
h1, h2, h3, h4, h5, h6, a{
    font-family: 'DM Sans', sans-serif;
}
a{
    text-decoration: none !important;
}
img{
    width: 100%;
}
.tbp{
    padding: 80px 0;
}
.tbm{
    margin: 80px 0;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px !important;
    }
}
/* .hds-ic {
    align-items: center;
    display: flex;
    background: #15181B;
}
.hds-l {
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    border-radius: 0 0 36px 0;
    padding: 20px 20px 20px 0;
}
.hdsr-top-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hds-r {
    width: 100%;
}
.hdsr-top {
    background: #6add83;
    padding: 6px 30px;
}
.hdsr-top-ic a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
} */
.hdsr-top {
    background: #6add83;
}
.hdsr-top-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdsr-top-ic a {
    color: #353935;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.hdsr-topr {
    display: flex;
    gap: 16px;
}
.hdsr-top {
    background-image: linear-gradient(to right, #79eb93, #d6ffad);
    padding: 8px 30px;
/*    margin-left: 250px;*/
}
nav.navbar {
    padding: 0 0;
}
.hdsr-btm{
     background: #fff;
}
.navbar-logo {
    padding: 5px 0px !important;
/*    margin: -42px 26px 0 0 !important;*/
/*    background: #fff;*/
    border-radius: 0 0 60px 0;
    display: block;
}
.hdsr-btm-ic nav {
/*    background: #ededed;*/
}
.navbar-logo img {
    max-width: 220px;
}
a.nav-link {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 26px 0 !important;
    margin: 0px 45px 0 0;
    font-size: 17px;
}
a.nav-link.active {
    color: #6add83 !important;
}
.hds-ic {
    position: relative;
    box-shadow: 0 0 20px #00000030;
}
.navbar-collapse {
    margin-right: 30px;
}
.btn1 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    /* border-radius: 4px; */
    letter-spacing: 0.4px;background-image: linear-gradient(to right, #79eb93, #d6ffad);
}
.btn1 i, .btn2 i, .btn3 i{
    margin-left: 6px;
}
section.hero-banner {
/*    margin-top: -130px;*/
    position: relative;
    z-index: 0;
}
section.header-sec {
    position: relative;
    z-index: 9;
}
.hbs-slide {
    position: relative;
    overflow: hidden;
}
/*.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
}*/
.hbsc-det {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 700px;
    z-index: 2;
    background: rgb(0, 0, 0, 0.3);
    border-radius: 24px;
    backdrop-filter: blur(5px);
    padding: 30px 40px;
    border-radius: 30px;
}
.hbs-bg img {
    max-height: 900px;
    min-height: 900px;
    object-fit: cover;
    object-position: center center;
}
.hbsc-det h5 {
    font-size: 24px;
    text-decoration: underline;
    line-height: 34px;
    margin-bottom: 14px;
    font-weight: 500;
}
.hbsc-det h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
}
.hbsc-det h3 span{
     background: linear-gradient(90deg, #79eb93, #d6ffad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hbsc-det p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.btn2a {
    color: #000;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;  
    background: transparent; border:1px solid #d5d5d5;
}
.btn2 {
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;  
    background: transparent; border:1px solid #e9e9e9
}
.hbss-shape {
    position: absolute;
    z-index: 1;
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.hbss-shape1 {
    left: -820px;
    top: -200px;
}
.hbss-shape2 {
    left: -200px;
    bottom: -660px;
}
.hbss-shape3 {
    right: -540px;
    top: -470px;
}
.hbss-shape4 {
    right: -250px;
    bottom: -530px;
    opacity: 80%;
}
@keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  @keyframes downUp {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  }
  /* .slick-prev {
    left: 40px !important;
    z-index: 1;
}
.slick-next {
    right: 40px !important;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome !important;
    font-size: 24px !important;
}
.slick-next, .slick-prev {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff !important;
    border-radius: 60%;
} */
.hbs-slider .slick-next, .hbs-slider .slick-prev {
    width: 75px !important;
    height: 75px !important;
    background-color: #11111114 !important;
    border-radius: 100%;
}
.hbs-slider .slick-prev {
    left: 70px !important;
    z-index: 1;
}
.hbs-slider .slick-next {
    right: 70px !important;
}
.hbs-slider .slick-prev:before {
    content: '' !important;
    margin-right: 0;
    background: url(../../assets/img/arrow.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -50%) rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50px;
}
.hbs-slider .slick-next:before {
    content: '' !important;
    margin-right: 0;
    background: url(../../assets/img/arrow.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-120%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50px;
}
.hbs-slider button.slick-prev:hover:before {
    transform: translate(-50%, -50%) rotate(180deg) !important;
    transition: 0.7s ease !important;
}
.hbs-slider button.slick-next:hover:before {
    transform: translate(-50%, -50%) !important;
    transition: 0.7s ease !important;
}
.main-title h6 {
    position: relative;
    padding-left: 56px;
    font-size: 20px;
    font-weight: 600;
    color: #6add83;
    margin-bottom: 16px;
    display: inline-block;
}
.main-title h6:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #6add83;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.main-title h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}.main-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}
.main-con p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;
}
.innp-sm-heading {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.innp-sm-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #8bef98;
    bottom: 0;
    max-width: 60px;
    left: 0;
}
ul.ul2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: left;
}
ul.ul2 li {
    width: 100%; 
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    color: #000;
}
ul.ul2 li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/check.png);
    background-size: contain;
    left: 0;
    top:25%;
    transform: translateY(-10%);
    background-repeat: no-repeat;
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    min-height: 24px;
}
.main-ul {
    margin: 25px 0;
}
.habt-img {
    overflow: hidden;
    border-radius: 70px 0px;
}
.mb-30{
    margin-bottom: 30px;
}
.habtr-ic {
    margin-left: 50px;
}
.habt-ic {
    position: relative;
}
.pab-1{
    position: absolute;
    z-index: -1;
}
.hab-bg1 {
    left: -535px;
    top: -62px;
}
.hab-bg2 {
    width: 644px;
    height: 644px;
    left: 61px;
    bottom: -104px;
    border-radius: 500px;
    background: rgba(255, 54, 54, 0.1);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}
.upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}
.downUp {
    -webkit-animation: downUp 1.3S infinite alternate;
    animation: downUp 1.3S infinite alternate;
} 
section.h-pro-details {
    background: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.h-wwd{
    background: #f7fff9;}
.hpdr-ic {
    display: flex;
    flex-direction: column!important;
    align-items: flex-end!important;
}
.hpdr-i1 {
    border-radius: 10px;
    overflow: hidden;
    width: 410px;
    height: 444px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* .hpdr-i1 img {
    overflow: hidden;
    border-radius: 6px;
    width: 378px;
    height: 410px;
} */
.hpdr-i2 {
    width: 310px;
    height: 310px;
    overflow: hidden;
    margin-top: -207px;
    position: relative;
    border-radius: 500px;
    border: 6px solid #ffffff;
    margin-right: 210px;
}
.hpd-ic {
    position: relative;
}
.hpd-bg1 {
    top: -200px;
    opacity: 2%;
    left: -664px;
}
.hpd-bg2 {
    top: -120px;
    opacity: 2%;
    right: -392px;
}
.hpdl-con {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.hdpl-box {
    width: 100%;
    max-width: 31%;
    background: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    /* box-shadow: 0 0 20px #00000029; */
}
.hdpl-bi img {
    max-width: 60px;
    margin-bottom: 12px;
}
.tt-center {
    text-align: center;
}
.tt-center h6 {
    padding-right: 56px;
}
.tt-center h6:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #6add83;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.hdpl-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
        box-shadow: 0 0 10px #e2e2e2;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hdpl-bc span {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    color: #212121;
}
.fancy-box {
    position: relative;
}
.project-block-three .inner-box .image-box {
    position: relative;
    box-shadow: 0 0 10px #00000030;
}
.project-block-three figure.image img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    transition: 2s 
ease-in-out;
    /* border-radius: 12px; */
}
.newp{ font-size: 22px; line-height: 35px;}
.project-block-three .inner-box .image-box .content-box {
    position: absolute;
    background-color: #c6ffd0;
    width: 86%;
    padding: 13px 18px 13px;
    /* border-radius: 10px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    visibility: visible;
    left: 20px;
    bottom: 20px;
}
.project-block-three .inner-box .image-box .content-box .title {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #141414;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-block-three .inner-box .image-box .content-box .arrow-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -21px;
    width: 42px;
    height: 42px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #6add83;
    border: 4px solid #ffffff;
}
.mt-50{
    margin-top: 20px !important;
}
.ham-slide {
    margin: 0 12px;
}
.ham-slider .slick-list {
    margin: 0 -12px;
}
.project-block-three .inner-box  figure.image {
    overflow: hidden;
}
.ham-slide:hover .project-block-three .inner-box  figure.image img{
    transform: scale(1.25) rotate(4deg);
    transition: 2s ease-in-out;
}
.slick-dots li button:before {
    font-size: 12px !important;
    color: #68e87f !important;
}
.slick-dots li {
    margin: 0 2px !important;
}
.slick-dots {
    bottom: -38px;
}
section.h-aminities {
    position: relative;
    overflow: hidden; background: #f7fff9;
}
.ham-bg {
    position: absolute;
    z-index: -1;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.25;
}
section.h-abt {
    position: relative;
    overflow-x: unset !important;
    background: #fff;
}
.hab-txt h2 {
    text-transform: uppercase;
    font-size: 160px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255 255 255 / 0%) 46%, rgb(255 233 233 / 0%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(0 0 0 / 10%);
    margin-bottom: 0;
    text-align: end;
    line-height: 130px;
}
.hab-txt {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.hgas-box a {
    position: absolute;
    background: #000000b6;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    visibility: hidden;
}

.hgas-box a:before {
    position: absolute;
    width: calc(100% - 80%);
    height: calc(100% - 80%);
    border: 1px solid #fff;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hgas-box:hover a {
    visibility: visible;
    transition: 0.3s;
}
.hgas-box:hover a:before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    transition: 1s;
}

.hgas-box img {
    min-height: 360px;
    max-height: 360px;
    object-fit: cover;
}

.hga-icm{
    position: relative;
}
.hga-divider {
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../../assets/img/divider2.png);
    top: -15px;
    background-size: contain;
    background-repeat: repeat;
}
.hcnt-ic {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}
.hcnt-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px 22px;
    width: 100%;
    border-radius: 6px;
}
section.h-con {
    position: relative;
}
.hcn-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #79eb93, #d6ffad);
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 460px;
    max-height: 460px;
    background-attachment: fixed;
}
.hcn-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    z-index: -1;
}

.hcnt-bl i {
    font-size: 35px;
    color: #51c340;
}
.hcnt-br h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.hcnt-br span {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
}
.hcnt-br span a{
    color: #2c2c2c;
}
.hcnt-bl {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #21212138;
}
.hcn-row {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 60px #00000010;
}
.hcn-bl, .hcn-br {
    width: 100%;
    max-width: 50%;
}
.hcn-bl {
    background: #eaffef;
    padding: 40px 50px;
    border-radius: 10px 0 0 10px;
}
.hcn-br {
    padding: 40px 50px;
    border-radius: 0 10px 10px 0;
}
.form-row {
    display: flex;
    column-gap: 22px;
}
.form-group {
    width: 100%;
    margin-bottom: 22px;
}

.form-group .form-control {
    border: none;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    background: #dfdfdf75;
}
.hcnbl-author {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.hcnbl-al img {
    max-width: 60px;
    border-radius: 100px;
    min-width: 60px;
}
.hcnbl-ar h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #212121;
}
.hcnbl-ar span {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #4a4949;
}

section.h-con {
    position: relative;
    background: url(../../assets/img/ptn-1.png);
    z-index: 0;
    /* margin-top: 80px; */
}
footer {
    background-image: url(../../assets/img/ft-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    background-color: #2f3243;
}
.ft-top {
    padding: 60px 0 30px;
}

.ftc-con p {
       font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #ffffff;
}
.ftc-logo {
    margin-bottom: 20px;
}
.ftc-tt h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-left: 18px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}
.ftc-tt h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 4px;
    height: 100%;
    background: #69ed7f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftc-ul ul li{
    margin: 10px 0;
}
.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.ftc-ic {
    margin-left: 20px;
}
.ftca-box {
    display: flex;
    column-gap: 16px;
    margin-bottom: 18px;
}
.ftca-bl {
    max-width: 16px;
    min-width: 16px;
    text-align: center;
    color: #69ed7f;
    font-size: 17px;
    height: 100%;
    margin-top: 4px;
}
.ftca-br span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #fff;
}
.ftca-br span a{
    color: #e6e6e6;
}
.ft-btm {
    background: #00000057;
    border-radius: 10px;
    padding: 10px 50px;
    margin: 0 -50px;
    display: flex;
    justify-content: space-between;
}
.ft-btm p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.ft-btm p a{
    color: #6add83;
}
footer a:hover{
    color: #6add83 !important;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
    box-shadow: 0 0 20px #00000030;
}
.hga-divider2 {
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../../assets/img/divider2.png);
    bottom: -15px;
    background-size: contain;
    background-repeat: repeat;
    transform: rotate(-180deg);
}
section.h-gallery {
    padding: 80px 0;
}
section.h-gallery {
    overflow: hidden;
}
.hbs-slide:before {
   /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;*/
}
.hwu-con {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.hwuc-box {
    width: 100%;
    background: #fff;
    padding: 20px 10px 20px 10px;
    text-align: center;
    max-width: 23.5%;
    box-shadow: 0 0 10px #00000020;
    position: relative;
    /*margin-top: 40px;*/
}
.ibc-con ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
  
  .ibc-con li {
    padding-left: var(--icon-space);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
  }
  
  .ibc-con li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
    color: #6add83;
  }
  .ibc-con h4 {
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.ibc-con h4:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #6add83;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
.ibc-img img { 
    max-width: 80px;
}
.ibc-img {
   background: #6add83;
    width: 100%;
    height: 100%;
    max-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 125px;
    min-height: 125px;
    min-width: 125px;
    border: 8px solid #fff;
    /* position: absolute; */
    top: -50px;
    left: 50%;
    /* transform: translateX(-50%); */
    border-radius: 100%;
    margin: auto;
}
.hwuc-box:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 80%;
    height: 6px;
    background: #6add83;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.process-single {
    position: relative;
}
.process-single::before {
    content: url(../../assets/img/arrow-wwd.png);
    position: absolute;
    right: -72px;
    top: 34px;
}
.process-single .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative;
    line-height: 120px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 14%);
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 70px;
    color: #6add83;
}
.process-single .icon::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid #6add83;
}
.process-single span {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: #6add83;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    left: -3px;
    top: -5px;
    font-weight: 600;
}
.process-single h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.nn {
    color: #2a2a2a;
    line-height: 28px;
    font-size: 16px;
}

.hwd-box:last-child .process-single::before{
    display: none;
}
.process-single .icon img {
    max-width: 70px;
}
section.about-counter {
    background: url(../../assets/img/tobacco.jpg);
    background-size: cover;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
section.about-counter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
    top: 0;
    left: 0;
    z-index: -1;
}
.about-counter .section, .about-counter .section span {
    color: #fff !important;
}
.about-counter .section {
    margin: 0px;
}
.section {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.section ul li {
    width: 100%;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
}
span.counter-content {
    color: #555555;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    line-height: 28px;
}
.htes-p p {
    line-height: 30px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 400;
    margin: 20px 0 0 0;
}
.htest-box {
    margin: 10px;
}
.testimonial-one__single {
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    /* max-width: 800px; */
    margin: 0 auto 0px;
}
.testimonial-one__quote {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 50px 60px;
    background: #eaffef;
    color: #212121;
    border-radius: 10px;
    border-bottom: 4px solid #6add83;
    position: relative;
}
.testimonial-one__stars {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.testimonial-one__stars i {
    color: #eec423;
}
.testimonial-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 160px;
}
.testimonial-one__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin-right: 18px;
    padding: 10px;
    border: 3px solid #6add83;
    border-radius: 50%;
}
.testimonial-one__name {
    font-size: 20px;
    font-weight: 700;
    color: #6add83;
    display: block;
}
.testimonial-one__job {
    font-size: 14px;
    display: block;
    line-height: 18px;
}
.testimonial-one__quote-icon {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    /* background: -webkit-gradient(linear,left bottom,left top,from(var(--e-global-color-primary)),to(var(--e-global-color-secondary))); */
    background: linear-gradient(90deg,#eaffef 0%,#6add83 100%);
    border-radius: 0 10px 0 100%;
    font-size: 42px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
/* .micon__quote:before {
    content: "\f10e";
} */
.testimonial-one__image img {
    width: 100%;
    max-width: 80px;
    height: 100%;
    max-height: 80px;
}
.htest-box {
    margin: 10px;
}
.testimonial-one__arrow {
    display: inline-block;
    width: 146px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 60px;
}
.testimonial-one__arrow span.first {
    -webkit-clip-path: polygon(0 0,0% 100%,100% 0);
    clip-path: polygon(0 0,0% 100%,100% 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    background: #eaffef;
    z-index: 9;
}
.testimonial-one__arrow span.second {
    position: absolute;
    left: 0;
    right: -4px;
    bottom: -4px;
    top: 0;
    -webkit-clip-path: polygon(0 0,0% 100%,100% 0);
    clip-path: polygon(0 0,0% 100%,100% 0);
    background: #6add83;
    z-index: 1;
}
section.h-testimonial {
    position: relative;
}
.htes-overlay {
    background-image: url(../../assets/img/tes-pattern.png);
    background-position: 86% 70px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}
section.h-testimonial {
    background-image: url(../../assets/img/tes-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.htes-2-inner {
    margin-left: 30px;
}
.sticky .hds-ic {
    margin-bottom: 20px;
}
select.form-select {
    background-color: #dfdfdf75;
    border: none;
    border-radius: 0;

    height: 52px;
}
.ftl-location ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftl-location ul li{
    margin: 12px 0;
    font-weight: 600;
}
.ftl-location ul li a{
    color: #fff;
}
.ftl-location ul li a:hover{
    color: #6add83;
}
.ftl-location {
    margin: 40px 0 20px;
}
.main-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background: #000000c7;
    display: flex;
    width: 40vw;
    height: 60vh;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    visibility: hidden;
    opacity: 0;
}
.main-form-b{
    visibility: visible;
    opacity: 1;
    width: 100vw;
    height: 100vh;
}
.mf-ic {
    background: #ffffff;
    padding: 50px 50px;
    position: relative;
    min-width: 800px;
    max-width: 800px;
}
.mfi-close span {
    background: #6add83;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
}
.ftl-location ul li:last-child {
    margin-bottom: 0;
}
.header-sec {
    overflow: unset !important;
}
ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 5px 5px 10px #00000020;
    padding: 10px 20px;
}
a.dropdown-item {
    padding: 10px 10px;
     border-bottom: 1px solid #d4d4d459;
     text-transform:capitalize;
     font-weight: 500;
}
ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #6add83 !important;
}
@media(min-width:992px){
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
    
}

section.inner-banner {
    margin-top: -130px;
    position: relative;
    z-index: 0;
}
section.inner-banner img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    object-position: bottom center;
}
section.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d6;
    top: 0;
    left: 0;
}
.ibc-ic {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 70px;
    color: #fff;
    text-align: center;
}
.ibc-ic p {
    margin-bottom: 0; 
    letter-spacing: 0.5px;
        color: #fff;
}
.ibc-ic p i{
    margin-inline: 6px;
    font-size: 11px;
}
.ibc-ic p a{
    color: #fff;
    text-transform: none;
}
.ibc-ic p a:hover{
    color: #6add83;
}
.ibc-ic h4 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 8px;
}
.ade-inner {
    column-gap: 20px;
}
.ade-box {
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    padding: 35px 35px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    width: 100%;
}
/* .ab-cu {
    background: #253241;
} */
.ab-cu {
    background: #EE4824;
}
.ab-cu:after {
    border-bottom-color: #fff!important;
    border-left-color: #fff!important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    content: '';
}
.ade-box img {
    max-width: 100px;
    margin-bottom: 20px;
}


.ade-box h4 {
    color: #212121;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px;
    font-weight: 700;
} 
p.ccc {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;
    /* text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; */
}
.ade-box:after {
    border-bottom-color: #6add83;
    border-left-color: #6add83;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-width: 7px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
}
.ab-cu img {
    filter: brightness(0) invert(1);
}
.cf {
    color: #fff !important;
}
.serml-ic {
    margin-right: 60px;
    height: 100%;
    position: relative;
}
.serml-ic img {
    height: 100%;
    object-fit: cover;
}
.ser-kh, .m-benefits {
    background: #f9462e0a;
}
.ser-kh .ade-inner {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}
.ser-kh .ade-inner .ade-box {
    max-width: 32%;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #6add83 !important;
 
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}
.accordion-body ul {
    --icon-space: 1.6em;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .accordion-body li {
    padding-left: var(--icon-space);
    margin-bottom: 8px;
    /* color: #666; */
}
  
  .accordion-body li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
    color: #6add83;
}
.accordion-body p {
    margin-bottom: 10px;  line-height:30px
}
button.accordion-button {
    font-size: 20px;
    font-weight: 600;
}
/* section.ser-faq {
    background: #f9462e0a;
} */
.accordion-item {
    margin-bottom: 30px;
}
/* .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
} */
.accordion-item:not(:first-of-type) {
    border-top: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type {
    border-bottom-right-radius:0 !important;
    border-bottom-left-radius:0 !important;
}
.serm-ic .row {
    row-gap: 30px;
}

.serml-ic:before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid #6add83;
    border-radius: 0px;
    max-height: 85%;
    max-width: 50%;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.side-border-none:before {
    display: none !important;
}
.side-border-none {
    margin-right: 20px;
    height: 100%;
    position: relative;
}
.btn3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    /* border-radius: 4px; */
    letter-spacing: 0.4px;
    background: #6add83;
    border: 1px solid #6add83;
}
.pct-table table {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 40px;
}
.pct-table td {
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
}
.pct-table table {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 40px;
}
.pct-table table thead th {
    background: #f9462e;
    color: #fff;
    padding: 10px;
    border-right: 1px solid #fff;
}
.pct-table table thead th:last-child {
    border-right: none;
}
.mul2 ul.ul2 li {
   width: 100%;
    max-width: 48%;
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.mdnf-ic {
    padding-left: 40px;
    position: relative;
}
.mdnf-ic:before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid #6add83;
    border-radius: 0px;
    max-height: 85%;
    max-width: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
button.accordion-button.collapsed {
    background: #d7d3d2;
}
.accordion-item {
    border: none;
    box-shadow: 0 0 20px #00000020;
}
.mts-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}
.mts-box {
    width: 100%;
    max-width: 48%;
}

.m-con {
    padding-top: 100px;
}
.m-con .hcn-bg {
    position: absolute;
    top: 100px;
    left: 0;
    background: url(../../assets/img/tobacco.jpg);
    width: 80%;
    height: 100%;
    z-index: -1;
    min-height: 460px;
    max-height: 460px;
    background-attachment: fixed;
    left: 50%;
    transform: translateX(-50%);
}
section.contact-map {
    margin-bottom: -10px;
}
.mga-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.hgas-box {
    width: 100%;
    max-width: 31%;
}
.back-to-top a {
    background: #6add83;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
    position: fixed;
    bottom: -20px;
    right: 20px;
    box-shadow: 4px 4px 10px #00000030;
        visibility: hidden;
        opacity: 0;
}
.back-to-top-b a{
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    transition: bottom .4s linear;
}
.wht-ic a {
    display: block;
    max-width: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.wht-btn {
    display: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important
;
        flex-basis: auto;
        /* align-items: end; */
        justify-content: end;
    }
}
.text-left{
        text-align: left;
}
.sub-heading{
    font-size: 20px;
    font-weight: 600;
}
