
::-moz-selection { /* Code for Firefox */
  background-color: #335F6C !important;
  color: white !important;
}

::selection {
  background-color: #335F6C !important;
  color: white !important;
}

body {
  cursor: url("../img/cursor.png"), auto;
}

a {
  text-decoration: none;
  color: #1E1E1E;
}

.footer-copyright a {
    cursor: url("../img/hand.png"), auto;
}

a:hover {
  text-decoration: none;
  cursor: url("../img/hand.png"), auto;
  font-weight: 600;
}

p, li  {
     font-family: "Inter", sans-serif;
     font-size: 16px;
     color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  color: #1E1E1E;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

/*PRELOADER*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 4px solid #70CEEC;
  border-top-color: #FFDF6B;
  border-bottom-color: #FFDF6B;
  border-style: dashed;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 0.3s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*BACK TO TOP*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 25px;
  z-index: 996;
  background: #70CEEC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.back-to-top i {
  font-size: 30px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover, .back-to-top i:hover  {
  background: #335F6C;
  color: #fff;
  cursor: url("../img/hand.png"), auto;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*NAVIGATION*/
    .btns {
      min-width: 180px;
      height: 50px;
      border-radius: 50px;
      border-color: black;
      background-color: white;
    }
    
     .btns  a {
         margin: auto;
     }
    .btns:hover { 
     padding-left: 20px;
     transition: ease-in-out 0.2s;
     border: solid black 1px;
    border-bottom: solid black 3px;
     cursor: url("../img/hand.png"), auto;
    }
    
    .icons {
      padding-left: 20px;
      margin: auto;
    }
    
    
    .col-blue, .col-yellow {
      border-radius: 50px;
      border-style: dashed black 1px;
    }
    
    
.navbar {
  background-color: white;
  border-radius: 25px;
  height: 100px;
  top: 20px;
  margin-left: 5% !important;
  margin-right: 5% !important;
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.navbar a {
  margin: auto;
  padding-top: 15px;
  font-size: 16px;
  color: #1E1E1E;;
}

.navbar .logo {
  height:5vh;
  width:17vh;
}

.offcanvas a {
  padding-bottom: 15px;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
   cursor: url("../img/hand.png"), auto;

}

a.nav-link.dropdown-toggle.mx-lg-2:hover {
      cursor: url("../img/cursor.png"), auto !important;
}


a.active {
    color: #70CEEC !important;
    text-decoration: underline;
     text-underline-offset: 0.5em;
     font-weight: bold;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1E1E1E;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: 0.3s;
  border-radius: 4px;
  border-style: none;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #FFEFB5;
    font-weight: bold;
  transition: ease-in-out 0.4s;
   cursor: url("../img/hand.png"), auto;
}

.dropdown-item.active {
     background: #FFEFB5;
    font-weight: bold !important;
     color:#1E1E1E !important;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
   cursor: url("../img/hand.png"), auto;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
     cursor: url("../img/hand.png"), auto;

}



/* FOOTER NAV*/
.navbar-footer a {
    margin-left: 0px;

}
.navbar-footer {
    padding-left: 0;
    margin-left: 0;
}

.navbar-footer a {
  margin: auto;
  padding-top: 15px;
  font-size: 16px;
  color: #1E1E1E;;
}

.navbar-footer a:hover:before,
.navbar-footer li:hover>a:before,
.navbar-footer .active:before {
  visibility: visible;
  width: 25px;
}

.navbar-footer a:hover,
.navbar-footer .active,
.navbar-footer .active:focus,
.navbar-footer li:hover>a {
   cursor: url("../img/hand.png"), auto;
}


.navbar-footer .dropdown ul a {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1E1E1E;
}

.navbar-footer .dropdown ul {
  display: block;
  position: absolute;
  left: 50px;
  /*top: calc(100% + 30px);*/
  margin: 0;
  padding: 10px 0;
  /*z-index: 99;*/
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: 0.3s;
  border-radius: 4px;
  border-style: none;
}

.navbar-footer .dropdown ul li {
  min-width: 200px;
}

.navbar-footer .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1E1E1E;
}

.navbar-footer .dropdown ul a i {
  font-size: 12px;
}

.navbar-footer .dropdown ul a:hover,
.navbar-footer .dropdown ul .active:hover,
.navbar-footer .dropdown ul li:hover>a {
  background-color: #FFEFB5;
    font-weight: bold;
  transition: ease-in-out 0.4s;
   cursor: url("../img/hand.png"), auto;
}

.navbar-footer .dropdown:hover>ul {
  opacity: 1;
  /*top: 100%;*/
  margin-top:0 !important;
  transition: in-ease 0.3s;
  visibility: visible;
  position: static !important;
   cursor: url("../img/hand.png"), auto;
}

.navbar-footer .dropdown .dropdown ul {
  top: 0;
  /*left: calc(100% - 30px);*/
  visibility: hidden;
}

.navbar-footer .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
     cursor: url("../img/hand.png"), auto;

}

/**/

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*HERO BANNER*/
#hero {
  width: 100%;
  background: url("../img/banner-about.png") no-repeat center;
  position: relative;
  padding: 100px 0 0 0;
  background-size: cover;
  top: 0;
  height: 100%;
  text-align: center;
}


#hero h1 {
  margin: 0 0 20px 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 75px;
  margin-top: 150px;
  color:black;

}

#hero h1 span {
font-weight: 800;
  font-size: 100px;
font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

#hero h2 {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 100 !important;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1440px) {
    .navko {
    width: 100% !important;
  }
  }

@media (min-width: 1024px) {
  #hero {
    background-position-x: 30%;
/*    background-attachment: fixed;*/
  }
    .hero-waves {
    margin-top: -50px;
  }
  .navko {
    width: 88% !important;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: -200px;
  }
 
  .navko {
    width: 85% !important;
  }

  #hero .animated {
    animation: none;
  }       

  .row .justify-content-between {
    margin-top: 100px !important;
  }
  
  .cta h2 {
   font-size: 50px !important;
  }

  #hero h1, #hero h1 span {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  #hero h2 {
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
   .nav-logo {
    width: 120px;
    height: 35px;
  }
  
  #hero {
        margin-top: -100px;
       background-position-x: 1%;
  }
  
 .hero-waves {
    margin-top: -150px;
  }
   .col-cta-box {
    margin-top: -50px !important;   
   }
}

@media (max-width: 429px) {
    
    
  #hero .justify-content-between {
  
      text-align: center;
  }
    .mobile-txt {
      text-align: center !important;
      padding: 0;
      margin: 0;
  }
  
    .cta-center-mobile {
        text-align: center;
    }
  
  .btn-blue-cta {
      text-align: center !important;
      padding: 0;
      margin: 0;
      float: inherit !important;
  }
     .col-cta-box {
    margin-top: 50px !important;   
   }
     .col-cta-box .row .col-md-12 {
        padding-left: 15px !important;
    }
     .logo {
    width: 150px !important;
    height: 45px !important;
  }
  
  
  #footer {
      text-align: center !important;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 100px;
  width: 100%;
  height: 100px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/*SECTIONS*/
section {
  padding: 80px 0;
  overflow: hidden;
}


/*QUICK LINKS*/
.quick-links-cards .box {
  padding: 40px 20px 40px 20px;
  background: #B8E7F6;
  text-align: left;
  border-radius: 25px;
  border-style: dashed;
  border-color: #335F6C;
  border-width: 2px;
  position: relative;
  overflow: hidden;
}

.quick-links-cards .col-mid {
  background: #FFEFB5;
  border-style: dashed;
  border-color: #C0A956;
}

.quick-links-cards h3 {
  text-align: left;
  /* padding: 20px 15px; */
  font-size: 45px;
  font-weight: 600;
  color: #1E1E1E;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.btn-blue {
  background-color: #70CEEC;
  color: white;
  width: 200px;
  height: 55px;
}

.btn-blue i {
    font-size: 20px;
}

.btn-blue:hover {
  background-color: #FFDF6B;
  color: #1E1E1E;
}

.btn-yellow {
  background-color: #FFDF6B;
  color: #1E1E1E;
  width: 200px;
  height: 55px;
}

.btn-yellow:hover {
  background-color: #335F6C;
  color: white;
}

.btn-nav a:hover {
     color: white !important;
}

.btn-yellow i {
    font-size: 20px;
}

.book-btn {
    font-size: 18px;
    font-weight: bold;
}

/*TEAM*/

.team {
  padding: 80px 0 80px;
}

.team h2 {
  text-align: center;
  font-size: 55px;
  line-height: 75%;
}

.team .box {
  padding: 40px 40px 40px 40px;
  border-style: dashed;
  border-color: #335F6C;
  border-radius: 25px;
  border-width: 2px;
  background-color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.team p {
    text-align: center;
}

.section-title {
  padding-bottom: 20px;
}

.team .box h4  {
    color: #70CEEC;
    font-size: 40px;
}

.col-contact h4, .col-about h4 {
    font-size: 40px;
    color: #1E1E1E;
    line-height: 1;
}

.col-contact h4 {
    margin-bottom: 20px;
}

.schedtxt {
  font-size: 40px;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  line-height: 0.8;
  color: #70CEEC !important;
}

.section-title {
  padding-bottom: 20px;
}

ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
.contact-info li {
  padding-bottom: 20px;
}

.contact-info .icons-contact {
    font-size:25px;
    margin-right: 10px;
}

.col-contact {
  padding: 40px 20px 40px 40px;
  border-radius: 25px;
  border-width: 2px;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #FFEFB5;
  border-style: dashed;
  border-color: #C0A956;
}


/*  */
/*ABOUT*/
.about-us .box {
  padding: 30px 20px 30px 20px;
  background: #B8E7F6;
  text-align: center;
  border-radius: 25px;
  border-style: dashed;
  border-color: #335F6C;
  border-width: 2px;
  position: relative;
  overflow: hidden;
  min-height: auto !important;
}

.about-us p {
    text-align: center;
}

.about-us h2 {
  text-align: center;
  font-size: 55px;
  line-height: 75%;
}

.about-us .col-mid {
  background: #FFEFB5;
  border-style: dashed;
  border-color: #C0A956;
}

.about-us h4 {
  text-align: left;
  font-size: 50px;
  line-height: 0.8;
  color: #70CEEC;
  padding-bottom: 15px;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.about-us .col-about {
  padding: 30px 20px 30px 20px;
  background: #B8E7F6;
  text-align: center;
  border-radius: 25px;
  border-style: dashed;
  border-color: #335F6C;
  border-width: 2px;
  position: relative;
  overflow: hidden;
  background-color: white;
}

.col-about p, h4 {
    text-align: left;
}

.about-us h3 {
    font-size: 45px;
    line-height: 0.8;
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.service-desc {
    width: 80%;
    margin: auto;
}


/*CTA*/

#cta {
  width: 100%;
  background: url("../img/cta-inner-bg.png") no-repeat center;
  position: relative;
  padding: 0 0 0 0;
  background-size: cover;
  top: 0;
  /*padding-top: 50px;*/
  padding-bottom: 50px;
  height: 100%;
  text-align: center;
}

.cta-waves {
  display: block;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 5;
  position: relative;
}


.cta h2 {
    font-size: 80px;
}

.btn-blue-cta i {
    font-size: 20px;
}

.btn-blue-cta:hover {
  background-color: #FFDF6B;
  color: #1E1E1E;
}

.btn-blue-cta {
  float: right;
  background-color: #70CEEC;
  color: white;
  width: 280px;
  height: 55px;
}

.cta-form {
  padding: 0px 0 80px;
  margin-top: -250px;
  
}

.cta-form h4 {
  text-align: left;
  font-size: 55px;
  line-height: 75%;
  color: #70CEEC;
  
}

.cta-form .box {
  padding: 40px 40px 40px 40px;
  border-style: dashed;
  border-color: #335F6C;
  border-radius: 25px;
  border-width: 2px;
  background-color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.cta-form .form-control {
    border:none;
    border-radius: 0;
    border-bottom: solid 1px black;
}



.contact-form {
  padding: 80px 0 0px;
  margin-bottom: -70px !important;

}

.contact-form h4 {
  text-align: left;
  font-size: 55px;
  line-height: 75%;
  color: #70CEEC;
  
}

.contact-form .box {
  padding: 40px 40px 40px 40px;
  border-style: dashed;
  border-color: #335F6C;
  border-radius: 25px;
  border-width: 2px;
  background-color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.contact-form .form-control {
    border:none;
    border-radius: 0;
    border-bottom: solid 1px black;
}



/**/
/*STEPS*/

.steps {
  padding: 80px 0 80px;
  margin-top: 0px;
}

.steps h2 {
  text-align: center;
  font-size: 55px;
  line-height: 75%;
}

.steps .box {
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-color: #335F6C;
  border-radius: 25px;
  border-width: 2px;
  background: #B8E7F6;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.section-title {
  padding-bottom: 20px;
}

.steps .box h4  {
    color: #1E1E1E;
    font-size: 40px;
}


.btn-yellow-steps i {
    font-size: 20px;
}

.btn-yellow-steps:hover {
  background-color: #335F6C;
  color: white;
}

.btn-yellow-steps {
  background-color: #FFDF6B;
  color: #1E1E1E;
  width: 200px;
  height: 55px;
}

.steps .col-white .box {
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-color: #335F6C;
  border-radius: 25px;
  border-width: 2px;
  background-color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.steps .col-map .box {
    padding: 0;
    background: none;
    border: none;
    min-height: 500px;
}

/**/

/* OUR TEAM */

.team-img {
    max-width: 200px;
}
/**/

/*SERVICES*/
.services-cards .box {
  padding: 40px 20px 40px 20px;
  background: #B8E7F6;
  text-align: center;
  border-radius: 25px;
  border-style: dashed;
  border-color: #335F6C;
  border-width: 2px;
  position: relative;
  overflow: hidden;
}

.services-cards h2 {
  text-align: center;
  font-size: 55px;
  line-height: 75%;
}

.services-cards .col-mid {
  background: #FFEFB5;
  border-style: dashed;
  border-color: #C0A956;
}

.services-cards h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  width: 80%;
  line-height: 0.8;
  margin: auto;
  color: #1E1E1E;
  padding-bottom: 15px;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.services-cards img {
    margin-bottom: 20px;
}

.service-desc {
    width: 85%;
    margin: auto;
    padding-bottom: 25px;
}

.services-cards-inner {
     background: #F1FBFE;
     margin-bottom: 80px;
}


.services-cards-inner .box {
  padding: 40px 20px 40px 20px;
  background: #B8E7F6;
  text-align: center;
  border-radius: 25px;
  border-style: dashed;
  border-color: #335F6C;
  border-width: 2px;
  position: relative;
  overflow: hidden;
}

.services-cards-inner h2 {
  text-align: center;
  font-size: 55px;
  line-height: 75%;
}

.services-cards-inner p {
    text-align: center;
}

.services-cards-inner .col-mid {
  background: #FFEFB5;
  border-style: dashed;
  border-color: #C0A956;
}

.services-cards-inner h3 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  width: 80%;
  line-height: 0.8;
  margin: auto;
  color: #1E1E1E;
  padding-bottom: 15px;
  font-family: Dongle, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}

.services-cards-inner img {
    margin-bottom: 20px;
}

.service-desc {
    width: 85%;
    margin: auto;
    padding-bottom: 25px;
}


/*   */


/*FOOTER*/



.footer {
  width: 100%;
  padding: 0px 0 80px 0;
  background: url("../img/footer.png") no-repeat center;
  position: relative;
  background-size: cover;
  top: 0;
  height: 100%;
}


.footer h3 {
    font-size: 45px;
}



.footer-copyright {
    background-color:#70CEEC; 
    height:auto; 
    text-align: center; 
    margin:auto; 
    padding: auto;
}

.carousel-control-next, .carousel-control-prev /*, .carousel-indicators */ { filter: invert(100%); }


.carousel-inner .carousel-item > img:hover {
  -webkit-animation: thing 2s;
  -o-animation: thing 2s;
  animation: thing 2s; 
  transition: in-ease-out 0.2s;
}
@keyframes thing {
  from {
     transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.col-equipments1 {
  border-radius: 25px;
  background-color: white;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url("../img/xrays.png");
  background-size: cover;
}

.col-equipments1 img {
  height: auto;
  width: auto;
  background-size: cover;
}



.col-equipments2 {
  border-radius: 25px;
  background-color: white;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url("../img/panoramic.png");
  background-size: cover;
}

.col-equipments2 img {
  height: auto;
  width: auto;
  background-size: cover;
}


.col-equipments3 {
  border-radius: 25px;
  background-color: white;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-image: url("../img/interoral.png");
  background-size: cover;
}

.col-equipments3 img {
  height: auto;
  width: auto;
  background-size: cover;
}


