*{
    font-family: "Poppins", serif;
    font-style: normal;
}
nav {
    font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  }
  .container{
    max-width: 1728px;
}
#navbar .nav-link.active{
   border-color: #06CAB3;
}
#navbar .nav-link{
  transition: all 0.6s;
  border-bottom: 2px solid transparent;
 }
 #navbar .nav-link:hover{
  border-color: #06CAB3;
 }
 .socialIcons .insta-icon:hover{
  transition: all 0.6s;
  background-color: #06CAB3;
  border-color: #06CAB3;
 }
 #navbar .call-now a:hover{
  transition: all 0.6s;
  background-color: #06CAB3;
  border-color: #06CAB3;
 }
 #navbar .call-now span, footer ul li a, footer a{
  transition: all 0.6s;
 }
 .owl-dots button.owl-dot.active {
  background-color: #06CAB3;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
#carousel-banner .owl-dots{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}










.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}