@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Mukta", sans-serif;
    font-family: "Platypi", serif;
    font-family: "Inconsolata", monospace; *
    font-family: "Lato", sans-serif;
    /* font-family: "Dancing Script", cursive; */
    /* font-family: "Caveat", cursive; */
}


a{
    color: #000;
    text-decoration: none;
}
ul,li{
    margin: 0 ;
    list-style: none;
    padding: 0;
}

:root {
    --green: #0298CB;
    --red: #DC143C;
    --sky-blue:#69A914 ;
    --main-head: "Poppins", sans-serif;
    --main-line: "PT Sans", sans-serif;
    --sec-line:"Open Sans", sans-serif;
}


.headerSec {
    padding: 10px 0;
    /* background: #fbfbfb; */
    /* background: transparent; */
}
.top-scrolled{
    backdrop-filter: blur(10px);
    z-index: 99 !important;
    position: fixed;
    left: 0;
    right: 0;
}

.headerLeft a {
    color: #111;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
}

.headerLeft i {
    color: var(--sky-blue);
}

.headerRight a {
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 16px 30px 15px;
    font-size: 14px;
    font-weight: 600;
    margin-right: -12px;
    border-radius: 0px 23px 23px 0px;
}
.headerRight i {
    margin-right: 10px;
    color:#fff;
}

.headerRight .scheduleDemo {
    color: #fff;
    background: var(--sky-blue);
    font-size: 14px;
    padding: 6px 12px;
    border: none;
}

.navbar {
    background:#fff;
    backdrop-filter: blur(10px);
    position: fixed;
    left: 10%;
    right: 10%;
    top: -1px;
    transition: .5s all linear;
    margin-top: 70px;
    padding: 5px 0px;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.navbar-scrolled {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    left: 10%;
    right: 10%;
    top: -1px;
    border-radius: 30px;
}



.nav-link {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--main-head);
    letter-spacing: 1px;
    margin: 0px 10px;
}

.nav-link:hover {
    color: var(--green);
}

.navbar-scrolled .nav-link {
    color: #111 !important;
}

.topbar{
    padding: 10px 0px 13px;
    background-color: #f2ffff;
}
.top-icon {
    background: #fff;
    padding: 8px;
    border-radius: 4px;
    height: 33px;
    width: 33px;
    line-height: 14px;
    text-align: center;
    margin-right: 18px;
    margin-top: 6px;
    transform: rotate(45deg);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.top-right{
    padding-top: 5px;
}
.top-logo img{
    width:30%;
}
.top-icon i{
    transform: rotate(-45deg);

    font-size:18px ;
    color: var(--green);
}

.top-content h6{
    margin-top:7px !important;
    margin: 0;
    font-size: 15px;
    font-family: var(--sec-line);
    font-weight: 700;

}
.top-content p{
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #444540;
    font-family: var(--main-line);

}
.top-right ul{
justify-content: space-between;
}
.top-right ul li a img{
    margin-right: 14px;
    margin-top: 10px;
    width:23px ;
    height: 23px;
}
.facebook{
    width:25px !important ;
    height: 25px !important;
}

.carousel-caption {
    position: absolute;
    top: 9rem;
    left: 13%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}
.carousel-caption span{
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    padding: 3px 9px;
    border-radius: 5px;
    font-family: var(--sec-line);
    margin-bottom: 10px;
}
.carousel-caption h5{
    font-size: 40px;
    font-weight: 700;
    font-family: var(--main-head);
    color: #000000;
    width: 60%;
    line-height: 50px;
    margin-top: 10px;
}
.carousel-caption p{
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-head);
    color: #000000;
    width: 50%;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.carousel-caption a{
    color:var(--green);
    background-color: #ffff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    transition: .5s all;
    /* border: 2px solid var(--green); */

}
.carousel-caption a:hover{
    background-color: #fff;
    border: 2px solid var(--green);
    color: var(--green);
}
.point-box{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px 15px 18px;
    z-index: 99999 !important;
    border-radius: 4px;
    display: flex;
}
.carousel-item {
  
    z-index: -1;
}
.point{
    padding-bottom: 40px;
    margin-top: -50px;
}
.point-icon{
    margin-top: 7px;
    width: 40px ;
    margin-right: 15px;
    height: 40px;
    overflow: hidden;
}
.point-icon img{
    width: 100%;
    overflow: hidden;
}
.point-content h6{
    font-size: 15px;
    font-family: var(--main-line);
    font-weight: 600;
    color: #111;
    margin: 0 0 5px;
}
.point-content p{
    font-size: 14px;
    line-height: 15px;
    font-family: var(--main-line);
    font-weight:400;
    color: #3d3d3d;
    margin: 0;
}





.banner-01 {
    background: linear-gradient(to left, rgba(83, 82, 82, 0.5), rgba(2, 2, 2, 0.5)), 
                url('../images/about/banner-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px; /* Ensure proper height */
    padding: 132px 0px;
}



.banner-text h1 {
    font-weight: 800;
    padding-left: 90px;
    font-size: 50px;
    color: #fff;
    font-family: var(--main-head);
}

.banner-text li {
    padding-left: 100px;
    font-size: 20px;
    line-height: 1;
}

.banner-text a {
    color:#fff;
    font-weight: 600;
}

.about {
    padding: 10px 10px 0px;
}

.about-content {
    padding: 40px 0px;
}

.about-content h6 {
    color: var(--green);
    font-size: 13px;
    font-weight: 600;
    font-family: var(--main-head);
}

.about-content h3 {
    font-size: 38px;
    font-weight: 800;
    color: #000000;
    font-family: var(--main-line);
}

.about-content p {
    font-size: 13px;
    font-weight: 400;
}

.about-text {
    padding: 15px 0px;
}


.about-icons img {
    /* padding: 10px 0px; */
    width: 50px;
    height: 50px;
}

.about-para h5 {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0px 0px 5px;
    margin: 0px;
}

.about-para p {
    padding: 0px 5px;
    font-size: 13px;
}

.trusted {
    padding: 50px 10px;
}

.trust-heading {
    padding-bottom: 15px;
}

.trust-heading h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: var(--main-head);
    color:#000;
    margin: 0;
}
.trust-heading p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-family: var(--main-line);
    color:var(--green);
}

.trust-text {
    padding: 15px 10px;
    position: relative;
}

.trust-text img {
    width: 70px;
    height: 70px;
}

.trust-text h5 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.trust-text p {
    font-size: 13px;
    font-weight: 400;
}

.trust-text::after {
    position: absolute;
    content: '';
    background: url(/assets/images/about/wave-icon.png);
    width: 11px;
    height: 50px;
    top: 60%;
    left: 103%;
    transform: translateY(-50%);
    right: -5px;
    background-repeat: no-repeat;
}

.choose {
    /* background:linear-gradient(to left, #6694b0, #4678a3) ; */
    background-color: #ecf2f6;
    padding: 40px 10px;
}

.choose-heading h6 {
    font-size: 14px;
    font-weight:700;
    color: var(--green);
    font-family: var(--main-head);
}
.why-img{
    display: inline-block;
}
.choose-heading h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    color:#000;
}

.choose-content {
    padding-top: 40px;
}

.choose-content h5 {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 10px;
    margin: 0;
    
font-family: var(--main-line);
    /* color: #fff; */
}
.more-btn{
    margin-top: 20px;
}
.more-btn a{
    background: var(--sky-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--main-line);
    padding: 13px 35px;
}
.choose-content p {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
    color: #444540;
    line-height: 15px;
}
ul{
    list-style: none;
}
.choose-icon img  {
    margin-top: 10px;
    background: #f3f3f3;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    padding: 10px;
}

.gallery {
    padding: 40px 10px;
}

.gallery-content {
    padding-bottom: 20px;
}

.gallery-content h6{
    font-size:  14px; 
    font-weight: 600;
    margin: 0px;
}

.gallery-content h3{
    font-size: 30px;
    font-weight: 600;
    color: var(--green);
}

.card {
    width:100%;
    height: 200px;
    /* perspective: 1000px; */
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.999s;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.card-front {
    background-color: #7cb7e1;
    color: #fff;
    display: flex;
    align-items: center;
    /* border: 10px solid #6A2C70; */
    border-radius: 10px;
    justify-content: center;
    transform: rotateY(0deg);
}

.card-back {
    /* background-color: #F08A5D; */
    color: #fff;
    /* display: flex; */
    align-items: center;
    /* border: 10px solid #F08A5D; */
    border-radius: 10px;
    justify-content: center;
    font-size: 13px;
    transform: rotateY(180deg);
    padding: 0px 13px;
}

.card-back h5 {
    padding-top: 30px;
    font-size: 17px;
    font-weight: 600;
}


.card-back {
    background: linear-gradient(to left, #535252a9, #02020280), url(/assets/images/about/bg\ img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.btn-btn{
    background-color: #fff;
    color: #69A914;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
}
.service-content{
    min-height: 200px;
    text-align: center;
    padding: 15px 10px 15px;


}
.choose-content{
    background-color: #fff;
    margin-top: 14px;
    border-radius: 6px;
    padding: 10px 15px;
}
.service-box{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .5s all linear;

}
.service-box:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.service-box img{
    border-radius: 10px 10px 0px 0px;
}
.services{
    background-color: #f3f3f3;
    padding: 50px 0px 30px;
}
.service-content h3{
    font-size: 18px;
    width: 80%;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    font-family: var(--main-head);
    color: var(--sky-blue);
}
.service-content p{
    font-size: 13px;
    font-weight:600;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    font-family: var(--main-line);
    color: #3d3d3d;
}
.contact-button:hover{
    color: #fff;
}
.contact-button{
    background: var(--green);
    padding: 10px 16px;
    border-radius: 5px;
    color: #fff;
    font-family: var(--main-line);
    font-size: 15px;
    font-weight: 600;
}


/* counter start here  */
.line {
    position: absolute;
    width: 107px;
    height: 99%;
    top: 38%;
    right: -52px;
}
  .card-sec{
    position: relative;
  }
  .black-sec p {
    color: #fff;
    font-size: 20px;
    font-family: 'Frank Ruhl Libre', serif;
  }
  .black-sec span {
    padding-top: 10px;
    color: #fff;
    font-size: 25px;
    font-family: 'Frank Ruhl Libre', serif;
  }
  .sec-img {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    transform: rotate(45deg);
    padding: 11px;
    margin-bottom: 20px;
}
.sec-img img{
    transform: rotate(-45deg);

    
}
  .black-sec {
    background: linear-gradient(to left, #000000ea, #000000cc),url(../images/counter/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 30px 0px;
  }
  
  
  /* counter end here  */
.testi{
    background-color: var(--green);
    
}
.testiiiii{
    top: 0;
    background-color: #fff;
    position: relative;
    bottom: 0;
}
  .testi-box{
    padding: 80px 30px 30px ;
    top: 0;
    background-color: #fff;
    position: relative;
    bottom: 0;
  }
  .testi-img img{
    overflow: hidden;
    padding: 10px;
    width: 80%;
    display: inline-block;
  }
  .testi-img{
    background: #eee;
    border-radius: 50%;
    /* overflow: hidden; */
    position: relative;
    width: 80px ;
    height: 80px;
  }
  .testi-img::before {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 3px solid transparent;
    border-right: 16px solid transparent;
    border-top: 11px solid var(--green);
    transform: rotate(60deg);
}
.testicontent{
    margin-left: 90px;
    margin-top: 0px;
}
.testicontent h6{
    font-family: var(--main-head);
    color: var(--green);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.testicontent p{
    font-family: var(--main-line);
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.testi-content p{
    font-family: var(--main-line);
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
.testi-content h6{
    font-family: var(--main-line);
    color:#fff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    margin: 10px 0px 5px;
}
.testi-content h5{
    font-family: var(--main-head);
    color:#fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.testi-content{
    margin-top: 90px;
}
.abt-btn{
    background: var(--green);
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .5s all;
    border-radius: 5px;
    border: 2px solid var(--green);
}
.abt-btn:hover{
    background: #fff;
    color: var(--green);
}
.footer {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 30px 15px 10px;
    
    /* border-bottom: 2px solid #eee; */
}


.footer-box {
    padding: 10px 15px;
}

.footer-box h5 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: var(--sky-blue);
    padding-bottom: 20px;
    border-bottom: 2px solid #3F3F3F;
    font-family: var(--main-head);
}
.footer-box h5:after {
    display: block;
    height: 4px;
    content: '';
    background: var(--green);
    position: absolute;
    left: 0;
    width: 22%;
    bottom: -2px;
}

.footer-box p {
    font-size: 13px;
    font-family: "Barlow", sans-serif;
}

.footer-box strong {
    font-size: 14px;
}

.footer-box i {
    font-size: 13px;
    padding-right: 6px;
    color: var(--green);
}

.footer-box a {
    color: #505050;
    font-family: var(--main-line);
    font-weight: 600;
    font-size: 14px;
}

.office {
    padding-top: 30px;
}

.office i {
    font-size: 20px;
}

.footer-1 {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    
}

.footer-1 span {
    font-family: "Barlow", sans-serif;

}
.footer-box ul li{
    border-bottom: 1px dashed #eee;
    padding-bottom: 5px;
}
#last{
    background: var(--green);
    padding: 10px 0px;
    margin-top: 10px;
    border-radius: 0px;
    
}
.footer-icon i {
    font-size: 18px;
    color:#fff;
    padding-right: 16px;
}

/* mission vission  */

.mission {
    padding: 50px 10px;
    background-color: #f9f9f9;
}

.mission-heading h6 {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #4EB1E6;
}

.mission-heading h3 {
    padding-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
}

.card {
    /* width: 190px; */
    height: 254px;
    background: #fff;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
}

.card h4 {
    z-index: 1;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0px;
}

.card::before {
    content: '';
    position: absolute;
    width: 100px;
    background-image: linear-gradient(180deg, #4EB1E6, #69A914);
    height: 130%;
    animation: rotBGimg 4s linear infinite;
    transition: all 0.2s linear;
}

.card .mission-icon {
    z-index: 10;
    color: #69A914;
}

.card i {
    font-size: 45px;
}

.card p {
    z-index: 10;
    color: #000;
    padding: 0px 15px;
    font-size: 15px;
    font-weight: 400;
}

@keyframes rotBGimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.card::after {
    content: '';
    position: absolute;
    background: #fff;
    inset: 5px;
    border-radius: 15px;
}

/* 
.card:hover:before {
    background-image: linear-gradient(180deg, rgb(81, 255, 0), purple);
    animation: rotBGimg 3.5s linear infinite;
  } */

/* mission end */


.banner-03 {
    background: linear-gradient(to left, rgba(83, 82, 82, 0.5), rgba(2, 2, 2, 0.5)), 
                url('../images/about/banner-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px; /* Ensure proper height */
    padding: 132px 0px;
}



.banner-text-03 h1 {
    font-weight: 700;
    /* padding-left: 90px; */
    font-size: 55px;
    color: #fff;
    padding-top: 11px;
}

.breadcrumb-item.active {
    color: #fff;
}

.banner-text-03 li {
    /* padding-left: 10px; */
    font-size: 18px;
    line-height: 1;
}

.banner-text-03 a {
    color: #69A914;
    font-weight: 550;

}

.services-01 {
    padding: 40px 10px;
    background: linear-gradient(to left, #bcd6e6, #4678a3);

}

.inner-heading-services-01 h6 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}


.inner-heading-services-01 h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.inner-box-01 {
    transition: .5s, all;
    margin: 13px 0px;
    padding: 35px;
    border: 1px solid #dce0e1;
    /* box-shadow: rgba(214, 103, 103, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;  */
    background-color: #fff;
}


.inner-box-01 i {
    font-size: 40px;
    color: #fff;
    background-color: #59afe1;
    padding: 10px 12px;
    border-radius: 5px;
}

.inner-box-01 h4 {
    padding: 15px 0px;
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.inner-box-01 p {
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}

.content-section-01 {
    padding: 60px 10px;
}

.content-heading-01 h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
}

.content-heading-01 h4 {
    font-size: 26px;
    font-weight: 700;
}

.content-heading-01 p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    word-spacing: 3px;
    color: #3F3F3F;
    font-family: var(--main-head);
}

.top-tier {
    padding: 15px 0px;
}

.top-tier h5 {
    font-size: 16px;
    font-weight: 700;
}

.top-tier p {
    font-size: 13px;
    font-weight: 400;
}

/* .product {
    background: linear-gradient(to left, #000a0a75, #00000a80), url(/assets/images/bg/water-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    z-index: 1;
    padding: 18px 0px;
} */


.product {
    padding: 40px 10px;
}

.product-heading h6 {
    font-size: 17px;
    font-weight: 600;
    color: #4EB1E6;
}

.product-heading h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000;
}

.product-slide .item img {
    min-height: 250px;
}
.banner-02 {
    background: linear-gradient(to left, rgba(83, 82, 82, 0.5), rgba(2, 2, 2, 0.5)), url(../images/about/banner-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
     height: 380px;
    padding: 132px 0px;
}




.banner-text-01 h5 {
    font-weight: 600;
    padding-left: 90px;
    font-size: 40px;

}

.banner-text-01 li {
    padding-left: 90px;
    /* font-size: 20px;
    line-height: 1; */
}

.banner-text-01 a {
    color: #69A914;
    font-weight: 550;
    /* font-size: 14px; */
}

.form {
    padding: 60px 10px;
    background-color: #F9F9F9;
}


.contact-details {
    padding: 30px 0px;
    border-radius: 5px;
    background-color: #fff;
}


.contact-details h4 {
    font-size: 18px;
    color: #69A914;
    padding: 0px 15px;
}

.contact-details h3 {
    font-size: 42px;
    font-weight: 700;
    padding: 8px 15px;
    color: #000;
}

.contact-details p {
    color: #5f5f5f;
    font-size: 15px;
    padding: 0px 15px;
}

.phone-detail {
    padding: 20px 10px;
}

.phone-detail p {
    padding-right: none;
}


.mail-icon i {
    color: #69A914;
    font-size: 16px;
    padding: 0px 15px;
}

.mail-text h6 {
    color: black;
    font-size: 20px;
    font-weight: 600;
}

.mail-text p {
    color: #5f5f5f;
    font-size: 14px;
    padding: 0px 0px;
}

.contact-icon {
    font-size: 30px;
    padding-left: 10px;
}

.cont-icons{
    padding: 0px 18px;
    color: #69A914;
}

.contact-form {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 25px;
}

.contact-form h3 {
    font-size: 29px;
    line-height: 36px;
    padding-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.contact-form label {
    width: 100%;
    margin: 10px 0 0;
    font-size: 14px;
    display: inline-block;
}

.contact-form span {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.contact-form i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #69A914;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}


.contact-form input {
    width: 100%;
    font-weight: 400;
    border: 1px solid rgba(119, 119, 119, .2);
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 5px 15px 3px 33px;
    font-size: 13px;
}

.contact-form textarea {
    border: 1px solid rgba(119, 119, 119, .2);
    border-radius: 6px;
    font-weight: 400;
    width: 100%;
    border-width: 0 0 1px;
    border-radius: 0;
    padding: 5px 50px 3px 33px;
    font-size: 13px;
}

.contact-bt {
    font-size: 15px;
    padding: 12px 30px 11px;
    background: #69A914;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 10px 0px;
}

@media screen and (max-width:480px) {
    .top-logo img{
        width:85%;
    }
    .tyty{
        display: none !important;
    }
    .top-icon {
       
        height: 25px;
        width: 25px;
        line-height: 9px;
        margin-right: 10px;
    }
    
    .top-icon i {
        font-size: 12px;
    }
    .top-content h6 {
        margin-top: 4px !important;
        margin: 0;
        font-size: 14px;
    }
    .top-content p {
        margin: 0;
        font-size: 10px;
        font-weight: 400;
        color: #444540;
        font-family: var(--main-line);
    }
    .navbar-scrolled {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:-5px;
        border-radius: 0;
    }
    .navbar {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:-5px;
        border-radius: 0;
    }
    .navbar-toggler i{
        color: var(--green);
    }
    .headerRight a {
        background-color: var(--green);
        color: #fff;
        text-decoration: none;
        padding: 14px 16px 11px;
        font-size: 12px;
        font-weight: 600;
        margin-right: -11px;
        border-radius: 0;
    }
    .point {
        padding-bottom: 40px;
        margin-top: 26px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 15px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about-para h5 {
        font-size: 15px;
        font-weight: 600;
        padding: 1px 0px 0px 5px;
        margin: 0px;
    }
    .about-icons img {
        /* padding: 10px 0px; */
        width: 40px;
        height: 40px;
    }
    .about-text {
        text-align: left;
        padding: 15px 0px;
    }
    .about-content p {
        font-size: 12px;
        font-weight: 400;
    }
    .about-content h3 {
        font-size: 26px;
        font-weight: 800;
        color: #000000;
        font-family: var(--main-line);
    }
    .about-content {
        text-align: center;
        padding: 0px 0px 20px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 15px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about {
        padding: 0px 0px 0px;
    }.about-content h6 {
        color: var(--green);
        font-size: 15px;
        font-weight: 600;
        font-family: var(--main-head);
    }
    .choose-heading h6 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        color: var(--green);
        font-family: var(--main-head);
    }
    .choose-heading h3 {
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 10px;
        color: #000;
    }
    .why-img {
        padding: 20px 0;
        display: inline-block;
    }
    .testi-content{
        display: none;
    }
    .line-0{
        display: none !important;
    }
    .card-sec {
        margin-top: 20px;
        position: relative;
    }
    .testiiiii {
        padding: 11px 0px 0;
        top: 0;
        /* background-color: #fff; */
        position: relative;
        bottom: 0;
    }
    #last {
        text-align: center;
        background: var(--green);
        padding: 10px 0px;
        margin-top: 10px;
        border-radius: 0px;
    }
    .footer-1 span {
        font-size: 11px;
        font-family: "Barlow", sans-serif;
    }
    .banner-text li {
        padding-left: 39px;
        font-size: 18px;
        line-height: 1;
    }
    .banner-01 {
        padding: 35px 0px;
    }
    .banner-text h1 {
        font-weight: 800;
        padding-left: 35px;
        font-size: 40px;
        color: #fff;
        font-family: var(--main-head);
    }
    .card {
        /* width: 190px; */
        height: 254px;
        background: #fff;
        position: relative;
        display: flex;
        margin-bottom: 20px;
        place-content: center;
        place-items: center;
        overflow: hidden;
        border-radius: 20px;
    }
    .banner-text-03 li {
        /* padding-left: 10px; */
        font-size: 13px;
        line-height: 1;
    }
    .banner-text-03 h1 {
        font-weight: 700;
        /* padding-left: 90px; */
        font-size: 23px;
        color: #fff;
        padding-top: 11px;
    }
    .banner-03 {
      
        height:100%;
        padding: 50px 0px;
    }
    .carousel-caption a {
        color: #fff;
        background-color: var(--green);
        border-radius: 5px;
        padding: 7px 4px;
        font-size: 9px;
        font-weight: 600;
        transition: .5s all;
        border: 2px solid var(--green);
    }
    .carousel-caption p {
        font-size: 13px;
        font-weight: 400;
        display: none;
        font-family: var(--main-head);
        color: #ffff;
        width: 50%;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .carousel-caption h5 {
        font-size: 13px;
        font-weight: 700;
        font-family: var(--main-head);
        color: #ffff;
        width: 60%;
        line-height: 16px;
        margin-top: 6px;
    }
    .carousel-caption span {
        color: var(--green);
        font-size: 9px;
        font-weight: 700;
        background-color: #fff;
        padding: 3px 9px;
        border-radius: 5px;
        font-family: var(--sec-line);
        margin-bottom: 10px;
    }
    .carousel-caption {
        position: absolute;
        top: 20px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }.carousel-caption {
        position: absolute;
        top:45px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }
    .carousel-item{
        height: 220px;
        position: relative;
    }
    .carousel-item img{
        height: 220px;


    }
    .carousel-item::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000088;
    }

    .banner-02 {
        background:linear-gradient(to left, #000000e1 , #000000ba) ,url(../images/contact/product-banner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 60px 0px;
    }
    .cont-icons {
        padding: 0px 7px;
        color: #69A914;
    }
    .mail-text h6 {
        color: black;
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }
    .phone-detail {
        padding: 5px 10px;
    }.contact-details p {
        color: #5f5f5f;
        font-size: 11px;
        padding: 0px 15px;
    }
    .contact-details h3 {
        font-size: 22px;
        margin: 0;
        font-weight: 700;
        padding: 8px 15px;
        color: #000;
    }
    .contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }.contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }
}
@media screen and (min-width:481px) and (max-width:769px) {
    .top-logo img{
        width:85%;
    }
    .tyty{
        display: none !important;
    }
    .top-icon {
       
        height: 25px;
        width: 25px;
        line-height: 9px;
        margin-right: 10px;
    }
    
    .top-icon i {
        font-size: 12px;
    }
    .top-content h6 {
        margin-top: 4px !important;
        margin: 0;
        font-size: 14px;
    }
    .top-content p {
        margin: 0;
        font-size: 10px;
        font-weight: 400;
        color: #444540;
        font-family: var(--main-line);
    }
    .navbar-scrolled {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:-5px;
        border-radius: 0;
    }
    .navbar {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:5px;
        border-radius: 0;
    }
    .banner{
        padding-top:100px;
    }
    .navbar-toggler i{
        color: var(--green);
    }
    .headerRight a {
        background-color: var(--green);
        color: #fff;
        text-decoration: none;
        padding: 14px 16px 11px;
        font-size: 12px;
        font-weight: 600;
        margin-right: -11px;
        border-radius: 0;
    }
    .point {
        padding-bottom: 40px;
        margin-top: 26px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 15px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about-para h5 {
        font-size: 15px;
        font-weight: 600;
        padding: 1px 0px 0px 5px;
        margin: 0px;
    }
    .about-icons img {
        /* padding: 10px 0px; */
        width: 40px;
        height: 40px;
    }
    .about-text {
        text-align: left;
        padding: 15px 0px;
    }
    .about-content p {
        font-size: 12px;
        font-weight: 400;
    }
    .about-content h3 {
        font-size: 26px;
        font-weight: 800;
        color: #000000;
        font-family: var(--main-line);
    }
    .about-content {
        text-align: center;
        padding: 0px 0px 20px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 15px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about {
        padding: 0px 0px 0px;
    }.about-content h6 {
        color: var(--green);
        font-size: 15px;
        font-weight: 600;
        font-family: var(--main-head);
    }
    .choose-heading h6 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        color: var(--green);
        font-family: var(--main-head);
    }
    .choose-heading h3 {
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 10px;
        color: #000;
    }
    .why-img {
        padding: 20px 0;
        display: inline-block;
    }
    .testi-content{
        display: none;
    }
    .line-0{
        display: none !important;
    }
    .card-sec {
        margin-top: 20px;
        position: relative;
    }
    .testiiiii {
        padding: 11px 0px 0;
        top: 0;
        /* background-color: #fff; */
        position: relative;
        bottom: 0;
    }
    #last {
        text-align: center;
        background: var(--green);
        padding: 10px 0px;
        margin-top: 10px;
        border-radius: 0px;
    }
    .footer-1 span {
        font-size: 11px;
        font-family: "Barlow", sans-serif;
    }
    .banner-text li {
        padding-left: 39px;
        font-size: 18px;
        line-height: 1;
    }
    .banner-01 {
        padding: 35px 0px;
    }
    .banner-text h1 {
        font-weight: 800;
        padding-left: 35px;
        font-size: 40px;
        color: #fff;
        font-family: var(--main-head);
    }
    .card {
        /* width: 190px; */
        height: 254px;
        background: #fff;
        position: relative;
        display: flex;
        margin-bottom: 20px;
        place-content: center;
        place-items: center;
        overflow: hidden;
        border-radius: 20px;
    }
    .banner-text-03 li {
        /* padding-left: 10px; */
        font-size: 13px;
        line-height: 1;
    }
    .banner-text-03 h1 {
        font-weight: 700;
        /* padding-left: 90px; */
        font-size: 23px;
        color: #fff;
        padding-top: 11px;
    }
    .banner-03 {
      
        height:100%;
        padding: 50px 0px;
    }
    .carousel-caption a {
        color: #fff;
        background-color: var(--green);
        border-radius: 5px;
        padding: 7px 4px;
        font-size: 9px;
        font-weight: 600;
        transition: .5s all;
        border: 2px solid var(--green);
    }
    .carousel-caption p {
        font-size: 13px;
        font-weight: 400;
        display: none;
        font-family: var(--main-head);
        color: #ffff;
        width: 50%;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .carousel-caption h5 {
        font-size: 13px;
        font-weight: 700;
        font-family: var(--main-head);
        color: #ffff;
        width: 60%;
        line-height: 16px;
        margin-top: 6px;
    }
    .carousel-caption span {
        color: var(--green);
        font-size: 9px;
        font-weight: 700;
        background-color: #fff;
        padding: 3px 9px;
        border-radius: 5px;
        font-family: var(--sec-line);
        margin-bottom: 10px;
    }
    .carousel-caption {
        position: absolute;
        top: 20px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }.carousel-caption {
        position: absolute;
        top:45px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }
    .carousel-item{
        height: 220px;
        position: relative;
    }
    .carousel-item img{
        height: 220px;


    }
    .carousel-item::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000088;
    }

    .banner-02 {
        background:linear-gradient(to left, #000000e1 , #000000ba) ,url(../images/contact/product-banner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 60px 0px;
    }
    .cont-icons {
        padding: 0px 7px;
        color: #69A914;
    }
    .mail-text h6 {
        color: black;
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }
    .phone-detail {
        padding: 5px 10px;
    }.contact-details p {
        color: #5f5f5f;
        font-size: 11px;
        padding: 0px 15px;
    }
    .contact-details h3 {
        font-size: 22px;
        margin: 0;
        font-weight: 700;
        padding: 8px 15px;
        color: #000;
    }
    .contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }.contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }
}
@media screen and (min-width:770px) and (max-width:1200px) {
    .top-logo img{
        width:85%;
    }
    .tyty{
        display: none !important;
    }
    .top-icon {
       
        height: 25px;
        width: 25px;
        line-height: 9px;
        margin-right: 10px;
    }
    
    .top-icon i {
        font-size: 12px;
    }
    .top-content h6 {
        margin-top: 4px !important;
        margin: 0;
        font-size: 14px;
    }
    .top-content p {
        margin: 0;
        font-size: 10px;
        font-weight: 400;
        color: #444540;
        font-family: var(--main-line);
    }
    .navbar-scrolled {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:-5px;
        border-radius: 0;
    }
    .navbar {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #fff;
        left: 0;
        right: 0;
        top:5px;
        border-radius: 0;
    }
    .banner{
        padding-top:100px;
    }
    .navbar-toggler i{
        color: var(--green);
    }
    .headerRight a {
        background-color: var(--green);
        color: #fff;
        text-decoration: none;
        padding: 14px 16px 11px;
        font-size: 12px;
        font-weight: 600;
        margin-right: -11px;
        border-radius: 0;
    }
    .point {
        padding-bottom: 40px;
        margin-top: 26px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 15px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about-para h5 {
        font-size: 8px;
        font-weight: 800;
        padding: 1px 0px 0px 5px;
        margin: 0px;
    }
    .about-icons img {
        /* padding: 10px 0px; */
        width: 40px;
        height: 40px;
    }
    .point-content p {
        font-size: 8px;
        line-height: 8px;
        font-family: var(--main-line);
        font-weight: 400;
        color: #3d3d3d;
        margin: 0;
    }
    .point-content h6 {
        font-size: 11px;
        font-family: var(--main-line);
        font-weight: 600;
        color: #111;
        margin: 0 0 5px;
    }
    .about-text {
        text-align: left;
        padding: 3px 0px 20px;
    }
    .about-content p {
        font-size: 8px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .abt-btn {
        background: var(--green);
        padding: 4px 8px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        transition: .5s all;
        border-radius: 5px;
        border: 2px solid var(--green);
    }
    .about-content h3 {
        font-size:14px;
        font-weight: 800;
        color: #000000;
        font-family: var(--main-line);
    }
    .about-content {
        text-align:start;
        padding: 0px 0px 20px;
    }
    .point-box {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        padding: 20px 5px 18px;
        z-index: 99999 !important;
        border-radius: 4px;
        display: flex;
        margin-bottom: 15px;
    }
    .about {
        padding: 0px 0px 0px;
    }.about-content h6 {
        color: var(--green);
        font-size: 11px;
        margin: 0;
        font-weight: 600;
        font-family: var(--main-head);
    }
    .choose-heading h6 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        color: var(--green);
        font-family: var(--main-head);
    }
    .choose-heading h3 {
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 10px;
        color: #000;
    }
    .why-img {
        padding: 20px 0;
        display: inline-block;
    }
    .testicontent p {
        font-family: var(--main-line);
        color: #3d3d3d;
        font-size: 11px;
        font-weight: 500;
        margin: 0;
    }
    .testi-content h6 {
        font-family: var(--main-line);
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        margin: 10px 0px 5px;
    }
    .line-0{
        display: none !important;
    }
    .card-sec {
        margin-top: 20px;
        position: relative;
    }
    .testiiiii {
        padding: 11px 0px 0;
        top: 0;
        /* background-color: #fff; */
        position: relative;
        bottom: 0;
    }
    #last {
        text-align: center;
        background: var(--green);
        padding: 10px 0px;
        margin-top: 10px;
        border-radius: 0px;
    }
    .footer-1 span {
        font-size: 11px;
        font-family: "Barlow", sans-serif;
    }
    .banner-text li {
        padding-left: 39px;
        font-size: 18px;
        line-height: 1;
    }
    .banner-01 {
        padding: 35px 0px;
    }
    .banner-text h1 {
        font-weight: 800;
        padding-left: 35px;
        font-size: 40px;
        color: #fff;
        font-family: var(--main-head);
    }
    .card {
        /* width: 190px; */
        height: 254px;
        background: #fff;
        position: relative;
        display: flex;
        margin-bottom: 20px;
        place-content: center;
        place-items: center;
        overflow: hidden;
        border-radius: 20px;
    }
    .banner-text-03 li {
        /* padding-left: 10px; */
        font-size: 13px;
        line-height: 1;
    }
    .banner-text-03 h1 {
        font-weight: 700;
        /* padding-left: 90px; */
        font-size: 23px;
        color: #fff;
        padding-top: 11px;
    }
    .banner-03 {
      
        height:100%;
        padding: 50px 0px;
    }
    .carousel-caption a {
        color: #fff;
        background-color: var(--green);
        border-radius: 5px;
        padding: 7px 4px;
        font-size: 9px;
        font-weight: 600;
        transition: .5s all;
        border: 2px solid var(--green);
    }
    .carousel-caption p {
        font-size: 13px;
        font-weight: 400;
        display: none;
        font-family: var(--main-head);
        color: #ffff;
        width: 50%;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .carousel-caption h5 {
        font-size: 13px;
        font-weight: 700;
        font-family: var(--main-head);
        color: #ffff;
        width: 60%;
        line-height: 16px;
        margin-top: 6px;
    }
    .carousel-caption span {
        color: var(--green);
        font-size: 9px;
        font-weight: 700;
        background-color: #fff;
        padding: 3px 9px;
        border-radius: 5px;
        font-family: var(--sec-line);
        margin-bottom: 10px;
    }
    .carousel-caption {
        position: absolute;
        top: 20px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }.carousel-caption {
        position: absolute;
        top:45px;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }
    .carousel-item{
        height: 220px;
        position: relative;
    }
    .carousel-item img{
        height: 220px;


    }
    .carousel-item::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000088;
    }

    .banner-02 {
        background:linear-gradient(to left, #000000e1 , #000000ba) ,url(../images/contact/product-banner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 60px 0px;
    }
    .cont-icons {
        padding: 0px 7px;
        color: #69A914;
    }
    .mail-text h6 {
        color: black;
        font-size: 20px;
        margin: 0;
        font-weight: 600;
    }
    .phone-detail {
        padding: 5px 10px;
    }.contact-details p {
        color: #5f5f5f;
        font-size: 11px;
        padding: 0px 15px;
    }
    .contact-details h3 {
        font-size: 22px;
        margin: 0;
        font-weight: 700;
        padding: 8px 15px;
        color: #000;
    }
    .contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }.contact-details h4 {
        font-size: 18px;
        color: #69A914;
        margin: 0;
        padding: 0px 15px;
    }
}