body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */


/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 80px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;

}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;

    /* transition: color 0.3s ease;
    position: relative; */

    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover {
    /* color: #10002b !important; */
    color: #01af96 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



.navbar-nav .active a {
    /* color: #10002b !important; */
    color: #01af96 !important;
}




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}






.header-btn {
    display: flex;
    justify-content: end;
}

.header-btn a {
    background-color: #01af96;

    padding: 10px 17px 10px 17px;
    color: #ffffff;
    border-radius: 50px;
    text-align: end !important;
    font-size: 15px;
    font-weight: 400;


}


.header-btn a:hover {
    background: transparent;
    border: 1px solid #01af96;
    color: #01af96;
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }



    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }


}


@media(max-width:370px) {
    .head-top-cta a {
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0 25px;
    background: linear-gradient(135deg, #013d36 0%, #016c5f 55%, #01af96 100%);
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: url("../image/banner.jpg");
    background-position: center;
    opacity: .05;
}

.footer-widget {
    position: relative;
}

.footer-logo {
    width: 120px;
    margin-bottom: 25px;
}

.footer-about {
    color: rgba(255, 255, 255, .82);
    line-height: 30px;
    /* margin: 25px 0; */
    font-size: 15px;
}

.footer-widget h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}

.footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 3px;
    background: #fff;
}

.footer-widget ul {
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    list-style: none;
    margin-bottom: 16px;
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    transition: .3s;
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 8px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 30px;
}

.footer-social a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .35s;
}

.footer-social a:hover {
    background: #fff;
    color: #01af96;
    transform: translateY(-5px);
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: rgba(255, 255, 255, .82);
    line-height: 28px;
}

.contact-list li i {
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
    width: 20px;
}

.contact-list li a {
    color: rgba(255, 255, 255, .82);
}

.footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, .75);
    margin: 0;
}

.footer-bottom a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.footer-bottom span {
    color: rgba(255, 255, 255, .35);
    margin: 0 10px;
}

/* Tablet */

@media(max-width:991px) {

    .footer-widget {
        margin-bottom: 35px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

}

/* Mobile */

@media(max-width:576px) {

    .footer-section {
        padding: 50px 0 20px;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-widget h3 {
        font-size: 22px;
    }

    .footer-about {
        font-size: 14px;
        line-height: 28px;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-bottom {
        margin-top: 35px;
    }

}

/* footer end */






/*home banner */


.hero-banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;

    background:
        /* linear-gradient(90deg,
    rgba(18,58,50,.88) 0%,
    rgba(18,58,50,.55) 45%,
    rgba(18,58,50,.10) 75%), */


        /* linear-gradient(
    90deg,
    rgba(1,175,150,.95) 0%,
    rgba(1,175,150,.88) 30%,
    rgba(1,175,150,.70) 55%,
    rgba(1,175,150,.35) 80%,
    rgba(1,175,150,.10) 100%
    ), */


        linear-gradient(90deg,
            rgba(1, 175, 150, .95) 0%,
            rgba(1, 175, 150, .80) 25%,
            rgba(1, 175, 150, .55) 40%,
            rgba(1, 175, 150, .25) 55%,
            rgba(1, 175, 150, 0) 80%),

        /* linear-gradient(90deg,
        rgba(1, 175, 150, .95) 0%,
        rgba(1, 175, 150, .80) 25%,
        rgba(1, 175, 150, .55) 50%,
        rgba(1, 175, 150, .25) 75%,
        rgba(1, 175, 150, 0) 100%), */

        url("..//image/banner.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    color: #fff;
    max-width: 560px;
}

.hero-subtitle {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    color: #d8ebe4;
}

.hero-content h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    font-family: "Prosto One", sans-serif;
}

.hero-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #e8f1ed;
    margin-bottom: 35px;
}

.hero-content h3 {
    font-size: 17px;
    font-style: italic;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #2d8c73;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 50px;
    transition: .3s;
}

.hero-btn:hover {
    background: #1d6f5c;
    color: #fff;
    transform: translateY(-3px);
}

.hero-btn i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #1d6f5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.glass-card {
    position: absolute;
    background: rgba(255, 255, 255, .15);
    /* background: rgb(0 0 0 / 15%); */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    /* border:1px solid rgba(255,255,255,.2); */
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    color: #fff;
    /* box-shadow:0 20px 50px rgba(0,0,0,.18); */
}

/* Left Card */

.banner-service-card {
    left: 0;
    /* bottom:40px; */

    width: 260px;
    padding: 20px;
}

.banner-service-card span {
    display: inline-block;
    margin: 6px;
    padding: 8px 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .15);
    font-size: 13px;
}

/* Right Card */

.stats-card {
    /* right: 140px; */
    right: 19%;
    /* bottom:40px; */

    width: 250px;
    padding: 22px;
}

.stats-card h2 {
    font-size: 35px;
    margin: 10px 0;
    font-style: italic;
}

.stats-card p {
    font-size: 14px;
}

/* Responsive */


@media (max-width:1400px) {

    .stats-card {
        right: 8%;
    }

}


@media (max-width:1200px) {

    .stats-card {
        right: -9%;
    }

}

@media (max-width:991px) {

    .hero-banner {
        text-align: center;
        background-position: 65% center;
    }

    .hero-content {
        max-width: 100%;
        margin: auto;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-btn {
        justify-content: center;
    }


    .banner-service-card,
    .stats-card {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .hero-banner .container {
        padding-bottom: 40px;
    }

}

@media (max-width:576px) {

    .hero-banner {
        min-height: 90vh;
        padding: 65px 15px 12px;
        /* background-position: 70% center; */
        background-position: 40% center;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-btn {
        padding: 14px 28px;
        font-size: 15px;
    }

}

/* banner end */








/* floating btn */

.floating-buttons {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.floating-buttons a:hover {
    transform: translateY(-5px);
}


.call-btn {
    background-color: #01af96;
}


.whatsapp-btn {
    background-color: #25D366;
}

/* end */



/* about */

.about-section {
    padding: 50px 0;
    background: #fff;
}

.about-img-wrapper {
    position: relative;
    padding-right: 50px;
}

.about-img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    /* box-shadow:0 20px 60px rgba(0,0,0,.08); */
    transition: .4s;
}

.about-img:hover {
    transform: scale(1.03);
}

.about-exp-box {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 190px;
    background: #01af96;
    color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(1, 175, 150, .25);
}

.about-exp-box h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
}

.about-exp-box span {
    display: block;
    font-size: 15px;
    margin-top: 6px;
}

.about-subtitle {
    display: inline-block;
    padding: 8px 20px;
    background: #e8fbf8;
    color: #01af96;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.about-title {
    font-family: "Prosto One", sans-serif;
    font-size: 40px;
    line-height: 1.3;
    color: #143634;
    margin-bottom: 25px;
}

.about-text {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid #edf2f2;
    border-radius: 12px;
    transition: .3s;
    background: #fff;
}

.about-feature:hover {
    border-color: #01af96;
    transform: translateY(-4px);
}

.about-feature i {
    color: #01af96;
    font-size: 18px;
}

.about-feature span {
    font-weight: 600;
    color: #143634;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: #01af96;
    color: #fff;
    padding: 16px 34px;
    border-radius: 50px;
    /* font-weight:600; */
    transition: .3s;
}

.about-btn:hover {
    background: #143634;
    color: #fff;
}

@media (max-width:991.98px) {

    .about-section {
        padding: 50px 0;
    }

    .about-title {
        font-size: 36px;
        /* margin-top:25px; */
    }

    .about-img-wrapper {
        padding-right: 0;
    }

    .about-exp-box {
        right: 20px;
        bottom: 20px;
    }

}

@media (max-width:767.98px) {

    .about-title {
        font-size: 25px;
        line-height: 1.5;
    }

    .about-exp-box {
        /* width:160px; */
        padding: 20px;
    }

    .about-exp-box h3 {
        font-size: 34px;
    }

    .about-btn {
        /* width:100%; */
        justify-content: center;
    }

}


@media (max-width:500px) {
    .about-exp-box {
        left: 20px;
        bottom: -6px;
    }
}

/* about end */


/* services start */

.service-section {
    padding: 50px 0;
    background: #f8fcfb;
}

.service-subtitle {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    background: #e8fbf8;
    color: #01af96;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-title {
    font-family: "Prosto One", sans-serif;
    font-size: 40px;
    color: #143634;
    max-width: 750px;
    margin: auto;
    line-height: 1.4;
    margin-bottom: 10px;
}

.service-description {
    /* max-width:700px; */
    margin: 3px auto 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
    font-weight: 400;
}

.service-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    transition: .4s;
    /* box-shadow:0 10px 35px rgba(0,0,0,.05); */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 100%;
    position: relative;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(1, 175, 150, .18);
}

.service-image {
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .5s;
}

.service-card:hover .service-image img {
    transform: scale(1.1) rotate(2deg);
}

.service-content {
    padding: 30px;
}

.service-content h4 {
    font-size: 20px;
    color: #143634;
    /* margin-bottom: 15px; */
    font-weight: 500;
}

.service-content p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    /* margin-bottom: 25px; */
}

.service-btn {
    display: inline-block;
    text-decoration: none;
    color: #01af96;
    /* font-weight:700; */
    position: relative;
    transition: .3s;
}

.service-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #01af96;
    transition: .3s;
}

.service-card:hover .service-btn::after {
    width: 100%;
}

.service-btn:hover {
    color: #143634;
}

.service-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 18px 40px;
    background: #01af96;
    color: #fff;
    border-radius: 60px;
    /* font-weight:600; */
    transition: .3s;
}

.service-main-btn:hover {
    background: #143634;
    color: #fff;
    transform: translateY(-3px);
}

@media(max-width:991px) {

    .service-section {
        padding: 50px 0;
    }

    .service-title {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .service-title {
        font-size: 28px;
    }

    .service-image img {
        height: 220px;
    }



}

/* service end */



/* why choose start */

/* why choose  */

.why-choose-section {
    padding: 50px 0;
    background: #f3fefc;
    position: relative;
    overflow: hidden;
}

.why-leaf-shape {
    position: absolute;
    /* right:0;
    top:50%; */
    top: 32%;
    right: -9%;
    transform: translateY(-50%);
    opacity: .05;
}

.why-leaf-shape img {
    /* width:350px; */
    width: 100%;
}

.why-choose-header {
    margin-bottom: 20px;
}

.why-tag {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    /* background:rgba(255,134,74,.12); */
    background-color: #e8fbf8;
    color: #01af96;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-header h2 {
    font-family: "Prosto One", sans-serif;
    font-size: 40px;
    color: #143634;
    max-width: 700px;
    margin: auto;
}

.why-choose-header h2 span {
    color: #01af96;
}

/* Left Image */

.why-image-box {
    overflow: hidden;
    border-radius: 25px;
    height: 100%;
}

.why-image-box img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 25px;
}

/* Right Cards */

.why-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: .4s;
    border: 1px solid rgba(1, 175, 150, .15);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.why-card.active {
    /* background:#7f998b; */
    background-color: #01af96;
    color: #fff;
}

.why-card i {
    font-size: 30px;
    color: #01af96;
    margin-bottom: 15px;
}

.why-card.active i {
    color: #fff;
}

.why-card h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300px;
    margin-bottom: 12px;
    font-family: "Prosto One", sans-serif;
}

.why-card p {
    margin: 0;
    line-height: 1.8;
    color: #666;
    font-size: 15px;
}

.why-card.active p {
    color: #fff;
}

/* Responsive */

@media(max-width:991px) {

    .why-choose-header h2 {
        font-size: 40px;
    }

    .why-image-box img {
        height: 450px;
    }
}

@media(max-width:767px) {

    .why-choose-section {
        padding: 70px 0;
    }

    .why-choose-header h2 {
        font-size: 28px;
    }

    .why-image-box img {
        height: 320px;
    }

    .why-card {
        padding: 25px;
    }
}


@media(max-width:432px) {

    .why-choose-section {
        padding: 55px 0;
    }

    .why-choose-header h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    .why-leaf-shape {
        top: 8%;
        right: -38%;
    }

}

/* why choose us end */



/* service destail page */

.service-detail-section {
    padding: 50px 0;
}

.service-detail-img {
    width: 100%;
    border-radius: 20px;
}

.service-detail-subtitle {
    display: inline-block;
    padding: 8px 18px;
    background: #e8fbf8;
    color: #01af96;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-detail-title {
    font-size: 30px;
    color: #143634;
    margin-bottom: 25px;
}

.service-detail-heading {
    color: #143634;
    margin: 35px 0 20px;
    font-weight: 500;
}

.service-detail-text {
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 15px;
}

.service-benefit {
    padding: 16px 20px;
    border: 1px solid rgba(1, 175, 150, .15);
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}

.service-benefit i {
    color: #01af96;
    margin-right: 10px;
}

.service-benefit:hover {
    background: #01af96;
    color: #fff;
}

.service-benefit:hover i {
    color: #fff;
}

/* Form */

.service-form {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    position: sticky;
    top: 100px;
}

.service-form h3 {
    color: #143634;
    margin-bottom: 10px;
}

.service-form p {
    color: #666;
    margin-bottom: 25px;
}

.service-form .form-control,
.service-form .form-select {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.service-form textarea.form-control {
    height: auto;
}

.service-form .form-control:focus,
.service-form .form-select:focus {
    border-color: #01af96;
    box-shadow: none;
}

.service-form-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 50px;
    background: #01af96;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.service-form-btn:hover {
    background: #143634;
}

@media(max-width:991px) {

    .service-detail-title {
        font-size: 25px;
    }

    .service-form {
        position: static;
    }

}

/* detail page end */


/* contact page */

.contact-section {
    padding: 40px 0;
    background: #f8fcfb;
}

.contact-subtitle {
    display: inline-block;
    padding: 8px 22px;
    background: #e8fbf8;
    color: #01af96;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-title {
    font-family: "Prosto One", sans-serif;
    font-size: 42px;
    color: #143634;
    margin-bottom: 20px;
}

.contact-description {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.contact-info {
    background: #202cad;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: #01af96;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.contact-item h5 {
    color: #fff;
    margin-bottom: 8px;
}

.contact-item p {
    color: #d6e5e3;
    margin: 0;
    line-height: 1.7;
}

.contact-item a {
    color: #d6e5e3;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08); */
}

.contact-form .form-control {
    height: 56px;
    border-radius: 12px;
    border: 1px solid rgba(1, 175, 150, .18);
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    resize: none;
}

.contact-form .form-control:focus {
    border-color: #01af96;
}

.contact-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 50px;
    background: #01af96;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}

.contact-btn:hover {
    background: #143634;
}

@media(max-width:991px) {

    .contact-section {
        padding: 50px 0;
    }

    .contact-title {
        font-size: 34px;
    }

    .contact-info {
        margin-bottom: 20px;
    }

}

@media(max-width:767px) {

    .contact-title {
        font-size: 28px;
        line-height: 1.4;
    }

    .contact-info,
    .contact-form {
        padding: 25px;
    }

}


@media(max-width:432px) {

    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 15px;
    }

    .contact-item a {
        font-size: 15px;
    }


    .contact-item p {
        font-size: 15px;
    }

}

/* contact page end */



/* mission and vision */


.mission-section {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #f7fffd, #eefaf8);
    overflow: hidden;
}

.mission-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: #01af9610;
    border-radius: 50%;
    top: -180px;
    left: -150px;
}

.mission-section::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: #01af9612;
    border-radius: 50%;
    right: -180px;
    bottom: -180px;
}

.mission-section-heading {
    text-align: center;
    max-width: 760px;
    margin: auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.mission-section-heading span {
    color: #01af96;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.mission-section-heading h2 {
    font-size: 40px;
    margin: 15px 0;
    color: #143634;

    font-family: "Prosto One", sans-serif;
}

.mission-section-heading p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

.mission-wrapper {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.center-line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-line::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 340px;
    background: linear-gradient(#01af96, #143634);
    border-radius: 50px;
}

.pulse-circle {
    width: 110px;
    height: 110px;
    background: #01af96;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 42px;
    position: relative;
    z-index: 3;
}

.pulse-circle::before,
.pulse-circle::after {
    content: "";
    position: absolute;
    inset: -12px;
    border: 2px solid #01af96;
    border-radius: 50%;
    animation: pulse 2.5s infinite;
}

.pulse-circle::after {
    animation-delay: 1.2s;
}

@keyframes pulse {

    0% {
        transform: scale(.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }

}

.mission-box {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px);
    padding: 55px;
    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .08);
    transition: .45s;
    border: 1px solid rgba(255, 255, 255, .5);
}

.mission-box:hover {
    transform: translateY(-15px);
}

.circle-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(135deg, #01af96, #143634);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin-bottom: 25px;
}

.left-box {
    border-top: 6px solid #01af96;
}

.right-box {
    border-top: 6px solid #143634;
}

.mission-box h3 {
    font-size: 30px;
    color: #143634;
    margin-bottom: 20px;
}

.mission-box p {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

@media(max-width:992px) {

    .mission-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .center-line {
        display: none;
    }

    .mission-section-heading h2 {
        font-size: 38px;
    }

}

@media(max-width:576px) {

    .mission-section {
        padding: 50px 0;
    }

    .mission-section-heading h2 {
        font-size: 25px;
        line-height: 1.5;
    }

    .mission-box {
        padding: 35px;
    }

    .mission-box h3 {
        font-size: 25px;
    }

}

/* mission end */


/* tstimoniyals */

.nb-testimonial-section {
    padding: 50px 0;
    /* background: #f6fbfa; */
    overflow: hidden;
}

.nb-section-title {
    max-width: 760px;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}

.nb-section-subtitle {
    display: inline-block;
    color: #01af96;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.nb-section-heading {
    font-size: 40px;
    color: #143634;
    /* font-weight: 700; */
    margin-bottom: 20px;
    font-family: "Prosto One", sans-serif;
}

.nb-section-text {
    color: #6d6d6d;
    line-height: 1.9;
    font-size: 15px;
}

.nb-testimonial-slider .owl-stage {
    display: flex;
}

.nb-testimonial-slider .owl-item {
    display: flex;
    padding: 0px 5px;
}

.nb-testimonial-item {
    background: #fff;
    border-radius: 22px;
    padding: 40px;
    border: 2px solid #e8f3f2;
    height: 100%;
    transition: .4s;
    position: relative;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
}

.nb-testimonial-item:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 18px 45px rgba(0, 0, 0, .08); */
}

.nb-testimonial-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #01af96, #143634);
}

.nb-quote-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #01af96;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.nb-rating {
    color: #ffc107;
    margin-bottom: 18px;
    font-size: 13px;
}

.nb-rating i {
    margin-right: 3px;
}

.nb-review {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
    font-size: 15px;
}

.nb-client {
    display: flex;
    align-items: center;
}

.nb-client img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 18px;
    border: 3px solid #01af96;
}

.nb-client h4 {
    margin: 0;
    font-size: 20px;
    color: #143634;
    font-size: 17px;
}

.nb-client span {
    color: #777;
    font-size: 15px;
}

/* .nb-testimonial-slider .owl-dots {
    margin-top: 45px;
    text-align: center;
} */

.nb-testimonial-slider .owl-dot span {
    width: 12px;
    height: 12px;
    background: #b8d9d4;
    transition: .4s;
}

.nb-testimonial-slider .owl-dot.active span {
    width: 35px;
    border-radius: 20px;
    background: #01af96;
}

@media(max-width:991px) {

    .nb-testimonial-section {
        padding: 50px 0;
    }

    .nb-section-heading {
        font-size: 36px;
    }

}

@media(max-width:767px) {

    .nb-section-heading {
        font-size: 25px;
        line-height: 1.5;
    }

    .nb-testimonial-item {
        padding: 30px;
    }

}

/* testimoniyal end */


/* cta start */

.nb-cta-section {

    position: relative;

    padding: 70px 0;

    background: url(..//image/cta-1.jpg);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: fixed;

    overflow: hidden;

}

.nb-cta-overlay {

    position: absolute;

    inset: 0;

    /* background: linear-gradient(rgba(4, 24, 20, .70), rgba(4, 24, 20, .65)); */
    background: linear-gradient(rgba(4, 24, 20, .30), rgba(4, 24, 20, .25));

}

.nb-cta-card {

    position: relative;

    z-index: 2;

    max-width: 1300px;

    margin: auto;

    text-align: center;

    padding: 70px 60px;

    border-radius: 32px;

    overflow: hidden;

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(5px);

    -webkit-backdrop-filter: blur(5px);

    /* border: 1px solid rgba(255, 255, 255, .15); */

    /* box-shadow:
        0 30px 70px rgba(0, 0, 0, .40),
        inset 0 1px 0 rgba(255, 255, 255, .15); */

}

.nb-cta-card::before {

    content: "";

    position: absolute;

    inset: 0;

    border-radius: 32px;

    padding: 1.5px;
    border: 2px solid rgba(255, 255, 255, .15);

    /* background: linear-gradient(135deg, #8ef8da, #01af96, #ffffff40); */

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;

    mask-composite: exclude;

}

.nb-cta-card::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    background: #01af9635;

    border-radius: 50%;

    filter: blur(90px);

    top: -120px;

    right: -120px;

    z-index: -1;

}

.nb-cta-icon {

    width: 95px;

    height: 95px;

    margin: auto;

    margin-bottom: 28px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 42px;

    color: #fff;

    background: linear-gradient(135deg, #01af96, #143634);

    box-shadow: 0 18px 45px rgba(1, 175, 150, .45);

}

.nb-cta-subtitle {

    display: inline-block;

    color: #91ffe0;

    text-transform: uppercase;

    letter-spacing: 4px;

    font-size: 15px;

    font-weight: 700;

    margin-bottom: 15px;

}

.nb-cta-title {

    color: #fff;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 600;

    margin-bottom: 25px;
    font-family: "Prosto One", sans-serif;

}

.nb-cta-text {

    max-width: 720px;

    margin: auto;

    color: rgba(255, 255, 255, .92);

    font-size: 15px;

    line-height: 2;

    margin-bottom: 45px;

}

.nb-cta-btn-group {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 18px;

    flex-wrap: wrap;

}

.nb-btn-primary {

    padding: 17px 40px;

    border-radius: 60px;

    background: #01af96;

    color: #fff;

    text-decoration: none;

    /* font-weight: 600; */

    transition: .4s;

}

.nb-btn-primary:hover {

    background: #fff;

    color: #143634;

}

.nb-btn-secondary {

    padding: 17px 40px;

    border-radius: 60px;

    text-decoration: none;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, .35);

    background: rgba(255, 255, 255, .08);

    backdrop-filter: blur(10px);

    transition: .4s;

}

.nb-btn-secondary:hover {

    background: #fff;

    color: #143634;

}

@media(max-width:991px) {

    .nb-cta-section {

        padding: 50px 0;

        background-attachment: scroll;

    }

    .nb-cta-card {

        padding: 50px 35px;

    }

    .nb-cta-title {

        font-size: 40px;

    }

}

@media(max-width:767px) {

    .nb-cta-card {

        padding: 40px 25px;

        border-radius: 25px;

    }

    .nb-cta-title {

        font-size: 30px;
        line-height: 1.5;

    }

    .nb-cta-text {

        font-size: 16px;

        line-height: 1.8;

    }

    .nb-btn-primary,

    .nb-btn-secondary {

        width: 100%;

        text-align: center;

    }

}


@media (max-width:500px) {
    .nb-cta-title {
        font-size: 25px;
        line-height: 1.9;
    }
}
/* cta end */




/* form modal start*/


.nb-modal{
    border:0;
    border-radius:22px;
    overflow:hidden;
}

.nb-modal .modal-body{
    padding:40px;
}

.nb-close-btn{
    position:absolute;
    top:18px;
    right:18px;
    z-index:10;
}



.nb-modal-heading{
    text-align:center;
    margin-bottom:35px;
}

.nb-modal-heading span{
    display:block;
    color:#01af96;
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.nb-modal-heading h2{
    color:#143634;
    font-size:25px;
    font-weight:500;
    margin:0;
}

/* Form */

.nb-form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #d9e4e2;
    padding:12px 18px;
    font-size:15px;
    box-shadow:none;
}

.nb-form-control:focus{
    border-color:#01af96;
    box-shadow:0 0 0 .15rem rgba(1,175,150,.15);
}

.nb-textarea{
    height:130px !important;
    resize:none;
    padding-top:15px;
}

/* Button */

.nb-submit-btn{
    width:100%;
    height:55px;
    border:0;
    border-radius:50px;
    background:#01af96;
    color:#fff;
    font-size:16px;
    /* font-weight:600; */
    transition:.35s;
}

.nb-submit-btn:hover{
    background:#143634;
}



@media (max-width:991px){

    .nb-modal .modal-body{
        padding:30px;
    }

    .nb-modal-heading h2{
        font-size:30px;
    }

}

@media (max-width:767px){

    .modal-dialog{
        margin:15px;
    }

    .nb-modal .modal-body{
        padding:25px 20px;
    }

    .nb-modal-heading{
        margin-bottom:25px;
    }

    .nb-modal-heading h2{
        font-size:25px;
    }

    /* .col-md-6,
    .col-lg-6{
        width:100%;
    } */

    .nb-form-control{
        height:52px;
        font-size:14px;
    }

    .nb-textarea{
        height:120px !important;
    }

}


/* modal form end */


/* bra...st.. */


.nb-branch-section{

    padding:50px 0;

    background:#ffffff;

}

.nb-section-title{

    max-width:700px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;

}

.nb-section-title span{

    display:inline-block;

    color:#01af96;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.nb-section-title h2{

    font-size:40px;

    /* font-weight:700; */

    color:#143634;
    font-family: "Prosto One", sans-serif;

    margin-bottom:18px;

}

.nb-section-title p{

    color:#666;

    font-size: 15px;
    line-height:1.8;

}

.nb-branch-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    display:flex;

    flex-direction:column;

    height:100%;

    border:1px solid #e5efed;

    transition:.35s;

    /* box-shadow:0 12px 35px rgba(0,0,0,.05); */

}

.nb-branch-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.10);

}

.nb-branch-content{

    padding:28px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.nb-branch-content span{

    color:#01af96;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:10px;

}

.nb-branch-content h3{

    color:#143634;

    font-size:23px;

    margin-bottom:15px;

}

.nb-branch-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

    min-height:110px;

}

.nb-branch-phone{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:#143634;

    text-decoration:none;

    font-weight:600;

    margin-top:auto;

}

.nb-branch-phone i{

    width:45px;

    height:45px;

    background:#01af96;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

}

.nb-branch-phone:hover{

    color:#01af96;

}

.nb-branch-phone:hover i{

    background:#143634;

}

.nb-map{

    height:240px;

}

.nb-map iframe{

    width:100%;

    height:100%;

    border:0;

}

.nb-map-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    height:60px;

    background:#01af96;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.nb-map-btn:hover{

    background:#143634;

    color:#fff;

}

@media(max-width:991px){

    .nb-branch-section{

        padding:50px 0;

    }

    .nb-section-title h2{

        font-size:36px;

    }

    .nb-branch-content p{

        min-height:90px;

    }

}

@media(max-width:767px){

    .nb-section-title{

        margin-bottom:40px;

    }

    .nb-section-title h2{

        font-size:25px;
        line-height: 1.5;

    }

    .nb-branch-card{

        margin-bottom:10px;

    }

    .nb-branch-content{

        padding:22px;

    }

    .nb-branch-content h3{

        font-size:23px;

    }

    .nb-branch-content p{

        min-height:auto;

    }

    .nb-map{

        height:220px;

    }

}

/* end */