*{
    margin: 0;
    padding: 0;
}
.header-top{
    background: #008000;
    /* background: #004aad; */
    padding: 10px 0;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Tenor Sans", serif;
}
p{
  font-family: "Lato", serif;
    font-size: 18px;
    color: #010101;
    font-weight: 400;
}
/* banner */


@media (min-width: 992px) {
    /* .slider,
    .slide {
      height: 80vh;
    } */
  }
  .slide {
    position: relative;
  }
  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  @media (min-width: 992px) {
    /* .slide .slide__img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    } */
  }
  .slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
   width:100%;
  }
  .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slide .slide__content--headings {
    text-align: center;
    color: #fff;
  }
  .slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
    font-family: "Tenor Sans", serif;
    font-weight: 500;
    background: rgba(0,0,0,.3);
    padding: 10px 30px;
  }
  .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  .slick-dotted .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button:hover,
  .simple-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
  }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: white;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
  }
  .stick-dots .slick-dots li button:hover,
  .stick-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover,
  .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
  }
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  @keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
            animation-name: zoomInImage;
  }
  @-webkit-keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
            animation-name: zoomOutImage;
  }
  
  /* about */
  .sec-pad{
    padding: 50px 0;

  }
  .sec-title h2{
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2px;
    font-family: "Tenor Sans", serif;
    color: rgb(5, 83, 70);
    font-size: 54px;
  }

  .about-sec{
    background: radial-gradient(rgba(5, 83, 70, 0.15) 0%, rgba(5, 83, 70, 0.04) 49%, rgba(5, 83, 70, 0) 64%, rgba(5, 83, 70, 0) 100%);
  }
  .sec-title p{
    font-family: "Lato", serif;
    font-size: 22px;
    color: #010101;
font-weight: 500;
  }
  .sec-title span{
    font-size: 24px;
    font-weight: 400;
    color: #055346;
    font-family: "Tenor Sans", serif;
    line-height: 2.0;
  }
  .service-content{
    padding: 30px 24px 30px 30px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,.08),0 5px 7px rgba(0,0,0,.05);
    margin-bottom: 30px;
  }
  .service-content h3{
    font-family: "Tenor Sans", serif;
    color: rgb(5, 83, 70);
    font-size: 30px;
    font-weight: 500;
  }
  .service-one img{
    border-radius: 20px 20px 0 0;
  }
  .service-details ul li{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #006604;
    font-size: 14px;
    font-family: "Lato", serif;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .service-details ul li i{
    color: green;
    font-size: 18px;
    margin-right: 5px;
  }

  /* testi */

.testi-sec{
    background: #e3f2fd;
}
.footer{
  background: url(../images/ftr_bg.png);
  background-size: cover;
}

.ftr_grid h4{
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.78px;
    font-family: "Tenor Sans", serif;
    color: rgb(5, 83, 70);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    
}
.footer{
    padding: 40px 0 0 ;
}
.ftr_grid h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    border-bottom: 1px solid;
}
.ftr_grid p{
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
    font-weight: 500;
}
.ftr_grid h6{
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
}
.ftr_grid ul li a{
    font-size: 18px;
    font-family: "Tenor Sans", serif;
    color: rgb(18 72 63);
    font-weight: 500;
}
.social ul li{
    display: inline-block;
    margin: 4px 15px 4px 0 !important;
}
.social ul{
    padding: 0;
}
.header-top-left ul, .header-top-right ul{
    margin: 0;
    padding: 0;
}
.header-top-left ul li {
    display: inline-block;
    margin-right: 24px;
}
.header-top-left ul li a {
    color: #ffffff;
}
.header-top-right {
    float: right;
}
.header-top-right ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-right ul li a {
    color:#ffffff;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
}
.appoinment{
  border-width: 1px 1px 1px 1px;
  background: #FFFFFF;
  padding: 50px 40px 50px 40px;
  border-radius: 16px;
  border-color: #D9D9D9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 30px;

}
.map_area{
  margin-top: 20px;
  margin-bottom: 30px;
}
.form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Lato", serif;
}
.form-control{
  font-size: 14px;
  font-family: "Lato", serif;
}

.caption{
  font-family: "Merienda", serif;
  font-size: 28px;
  color: rgb(5, 83, 70);
  line-height: 1.6;
  
  line-height: 1.6;
}
.about-right-img-one img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}
.about-right-img-two img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}
.about-right-img-three img{
  margin-bottom: 20px;
  border-radius: 74px 20px 74px 20px;
}

.page-title{
  background: url(../images/page-title.webp);
  background-position: left;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.page-title::before{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}
.page-title h2{
  color: #fff;
}
.about-left h2{
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 40px;
  margin-bottom: 20px;
}
.vision h4{
  margin-bottom: 20px;
  /* border-bottom: 1px solid #eee; */
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 32px;
}
.about-bottom{
  background: #EFF6F4;
}
.about-bottom-left{
  position: relative;
}
.about-bottom-left img{
  position: relative;
  left: 0px;
  top: 27px;
}
.about-bottom-left p{
  padding-left: 30px;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-bottom-left h2{
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -2px;
  font-family: "Tenor Sans", serif;
  color: rgb(5, 83, 70);
  font-size: 40px;
  margin-bottom: 20px;
}
.blog-link a{
  border: 1px solid rgb(24,104,91);
  padding: 10px 33px !important;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  background:rgb(24,104,91);
  border-radius: 0px;
  text-transform: uppercase;
}
.blog-link a:hover{
  background: #fff;
  color: rgb(24, 104, 91);
  border-color: rgb(24, 104, 91);
}
.blog-img{
  margin-bottom: 25px;
}
.blog-title h6{
  padding: 0 10px 0 0;
  border-radius: 5px;
  color: rgb(24, 104, 91);
  margin-right: 10px;
  font-size: 20px;
}
.blog-title span{
  font-family: "Tenor Sans", serif;
}
.blog-head{
  margin-bottom: 20px;
}
.blog-grid{
  margin-bottom: 30px;
}
.contact-grid{
  background: #FFF;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    min-height: 240px;
    margin-bottom: 20px;
}
.contact-grid h5{
  background-color: #233F48;
  margin: 0px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  color: #FFF;
  margin-bottom: 15px;
}
.contact-grid i{
  padding-right: 5px;
}
.social ul li a{
  color: #233f48;
  font-size: 22px;
}
.map_area iframe{
  border: 2px solid #9c9c9c;
  width: 100%;
  height: 490px;
  border-radius: 8px;
}
@media (max-width: 600px){
  .slide .slide__content--headings h2{
    font-size:45px;
  }
}

