@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


  
.font-style {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    
}

.font-style2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
   
}

.font-style3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
  
}

body {
    overflow-x: hidden;
}

.navbar {
    overflow: hidden;
}

.navbar a {
    font-weight: 800;
    color: #017D41 ;
}

.navbar li:hover {
    background-color: #017D41 ;
    border-radius: 5px;
}
#logo{
    font-size: 26px;
    font-weight: bolder;
}
.navbar li:hover .nav-link {
    color: white !important;
}
.top-section  p{
    color: black;
    font-weight: 600;
}

.form-conatiner{
    background-color:#017D41 ;
}
.form-conatiner label{
    color: white;
    font-weight: 600;
}

.why-pic {
    overflow: hidden;

}
.validation{
    margin: 0px;
}
.line-section {
    height: 7px;
    border: 2px solid #017D41 ;
    width: 70px;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-top: 20px;

}

footer {
    background-color: #017D41 ;
}

.line {
    background-color: #017D41 ;
    height: 3px;
    width: 30%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes slideRight {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }
}

.line.slide-right {
    animation-name: slideRight;
}
#about span {
    font-size: 23px;
}

.clr {
    color: #017D41 ;
    font-weight: 600;
}

.heading-section {
    text-align: center;
}

.heading-section h2 {
    color: #017D41 ;
    font-weight: bolder;
}

#about a {
    text-decoration: none;
    background-color: #017D41 ;
    color: white;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;
}


.test-box {
    background-color: white;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 2px;
    border: 2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  
  .test-box span {
    font-size: 10px;
    font-weight: 600;
  }
  
  .star {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 20px;
  }
  
  .star i {
    font-size: 15px;
    color: yellow;
    margin: 0px;
  
  }
  .rate {
    color: gray !important;
  
  }
  
.test-box img {
    width: 80%;
    aspect-ratio: 3/2;
    object-fit: contain;
    border-radius: 50%;
  }
  
  .rd-full {
    border-radius: 50%;
  }
  
 .test-box  .col-lg-4 p {
    width: 60px;
 }
  .owl-carousel .owl-item img{
  width: 70px !important;
  margin: auto;
  
  }
.service-box a {
    text-decoration: none;
    background-color: #017D41 ;
    color: white;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;


}


.feature-block {
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 30px;
    background-color: white;
    color: #02582f;
    transform-style: preserve-3d;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  
  .feature-card {
    text-align: center;
    margin: 10px;
  
  }
  
  .counter {
    font-size: 2.5em;
    font-weight: bold;
  }
  
  .detail-text {
    font-size: 1em;
  }
  
  .line-break-large {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
  
    }
  
    to {
      opacity: 1;
      transform: none;
    }
  }
.service-box a:hover{
    text-decoration: none;
    color: white;
    background-color: #02582f;
}
.service-box h3 {
    color: #017D41 ;
    margin: 0px;
}
.service-box{
    padding: 20px 0px;
}

#why-choose{
    background-color: #017D41 ;
}
.service-box li {
    list-style-type: square;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}


.pic img {
    height: 50px;
    width: 50px;
    background-color: white;
    box-sizing: border-box;
}

.pic {
    height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;


}


.cus-btn {
    border: none;
    background-color: white;
    padding: 10px 5px;
    border-radius: 100px;
    color: #017D41 ;
}

.check i {
    color: #017D41 ;
}

.cus-btn {
    width: 40px;
    overflow: hidden;
    height: 40px;
    transition: all 100ms;

}


.cus-btn:hover {
    width: 130px;


}

#about li {
    list-style: none;

}

#about a {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #017D41 ;
}

.box li {
    list-style: none;
}

.box a {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #017D41 ;
}

.cus-btn2 {
    border: none;
    background-color: #017D41 ;
    color: white;
    padding: 12px 30px;
    text-decoration: none;

}

#why-choose a {
    text-decoration: none;
    background-color: white;
    color: #017D41 ;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;

}

.why ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.s-image {
    height: 90%;
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.s-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    /* Add transition for smooth animation */
}

#contact {
    background-color: #017D41 ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contact {
    background-color: #017D41 ;
    color: white;
}


#contact button:hover {
    color: red;
}

#contact button {
    color: #017D41 ;
}

#contact a {
    text-decoration: none;
    color: white;
}

#cus_btn {
    text-decoration: none;
    background-color: #017D41 ;
    color: white;
    padding: 7px 30px;
    border-radius: 5px;
    border: none;
}

.submit-btn {
    border: none;
    padding: 10px 10px;
    background-color: #017D41 ;
    box-shadow: 1px 1px 10px gray;
    color: white;
    font-weight: 600;
}

footer {
    background-color: #017D41 ;
    color: white;
    padding: 10px;
}

footer li {
    list-style: none;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    letter-spacing: 2px;
    transition: all ease 600ms;
    color: white;
    text-decoration: none;
}

.foot_nav_lst ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.foot_nav_lst a {
    text-decoration: none;
    color: white;
}

.foot_lst {
    background-color: #017D41 ;
    ;
}

.foot_lst a {
    text-decoration: none;
    color: white;
}

h4 {
    padding-top: 20px;
    text-align: center;
}


.call_btn {
    display: none;
}

.whatsapp_btn {
    display: none;
}

@media screen and (max-width:992px) {
   
}

@media screen and (max-width:576px) {
    .call_btn {
        background-color: darkgreen;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 98px;
        right: 19px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .whatsapp_btn {
        background-color: darkgreen;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 176px;
        right: 19px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
    .top {
        text-align: center;
    }
    .whatsapp_btn i {
        font-size: 40px;
        color: white;
    }

    .call_btn i {
        font-size: 30px;
        color: white;
    }
    #cus_btn{
        display: none;
    }
    .owl-carousel .owl-item img{
        width: 40px !important;
        margin: auto;
        
        }
}