@font-face {
    font-family: Hatton-Ultralight;
    src: url(assets/fonts/Hatton-Ultralight.otf);
  }

  @font-face {
    font-family: Hatton-Medium;
    src: url(assets/fonts/Hatton-Medium.otf);
  }

  @font-face {
    font-family: Hatton-Semibold;
    src: url(assets/fonts/Hatton-Semibold.otf);
  }

  a:hover{
    text-decoration: none;
  }

  .bannertxt{
    font-family: Hatton-Medium;
  }

  .bannersubtxt{
    font-family: 'Lato', sans-serif;
  }

  .bannerimg1{
    width: 100%;
  }


  .bannerhead1{
    font-size: 50px;
  }

  .bannerhead1 span{
    color: #3D5C33;
  }

  .logo{
    width: 200px;
        padding: 15px;
  }

  .bannerbtn1{
    border: none;
    outline: none;
    background-color: #3D5C33;
    padding: 15px 20px;
  }

  .bannerbtn1 a{
    color: white;
  }

  .img11{
    width: 100%;
  }

  .section3{
    background-color: rgb(19, 19, 19);
    color: white;
  }

  .bannerhead2 {
    font-size: 45px;
}

.imgbannerfull{
  width: 100%;
}

.section4{
  background-color: rgb(18, 18, 18);
  color: white;
}

.contact1{
  font-family:  Hatton-Medium;
}

.contact-cont1{
  font-family: 'Lato', sans-serif;
}

.logo11{
  margin-top: -35px;
}

.contact-cont1 a{
  color: white;
}

.contact-cont2 a{
  color: rgb(14, 14, 14) ;
  font-weight: 600;
  
}

.contact-cont2{
  text-align: end;
}

.top-contact{
  justify-content: flex-end;
}



.sec1{
  border-bottom: 0.5px solid rgb(238, 238, 238);
}




.floating_btn2 {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

.contact_icon2 {
  background-color: #42a0db;
  box-shadow: 0 0 0 0 #42a0db;
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  /* box-shadow: 2px 2px 3px #999; */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.floating_btn {
  position: fixed;
  bottom: 102px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}