/********** Fixes **********/
:focus {outline:0 !important;}

.preloader-line {
box-shadow: inset 0 0 0 2px #21bcef;
}
#scrolling-nav li.active > a { 
color: #21bcef!important; 
}
.client-box.hover-item {
pointer-events: none;
}
/********** Fixes-End **********/

/********** Typography  **********/
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing:1px;
  font-family: 'Lato', sans-serif;
}
h6,
.h6 {
letter-spacing:2px;
}
@media (min-width: 1280px) {
.display-4 {
    font-size: 2.8rem;
  }
}
.text-colored {
  color: #21bcef !important;
}
.section-title-1::before, .section-title-1::after {
  display: block;
  width: 3px;
  height: 50px;
  content: "";
  background-color: #21bcef;
  /* stylelint-disable */
  margin-left: auto !important;
  margin-right: auto !important;
  /* stylelint-enable */
}
.section-title-3.text-white::after {
display: block;
width: 60px;
height: 3px;
margin: 1.25rem auto 0;
content: "";
background-color: #21bcef;
}
.section-title-3.n-text::after {
background-color: #21bcef;
}
/********** Typography-End **********/

/********** navigation **********/
.navik-header {
background: #ffffff;
}
.navik-header .logo img {
width: 170px;
}
.burger-menu {
top: 57px;
}
.line-menu {
background-color: #06527b;
}

@media (min-width: 1280px) {
.navik-header-container {
height: 120px;
}   
.navik-header .logo img {
width: auto;
max-width: inherit;
max-height: 100px;
}
.navik-header .logo img {
width: 186px;
}
.navik-menu > ul > li > a {
position: relative;
box-sizing: border-box;
height: 120px;
padding: 0 20px;
line-height: 120px;
white-space: nowrap;
}
.navik-menu > ul > li > a .fa-lg {
  font-size: 14px;
}
.navik-header.sticky {
box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
}
.navik-header.sticky .navik-header-container {
height: 100px;
}
.navik-header.sticky .navik-menu > ul > li > a {
height: 100px;
line-height: 100px;
}
.navik-header.sticky .logo img {
    max-height: 80px;
  }
.navik-header.sticky .logo img {
width: 150px;
}
/* three classes below change navbar link and hover */
.navik-menu ul li > a {
color: #202020 !important;
letter-spacing: 2px;
font-size: 12px;
font-weight: 600;
}
.navik-menu.menu-hover-3 > ul > li:hover > a {
color: #21bcef !important;
}
.navik-menu.menu-hover-3 > ul > li > a::after {
display: none;
}
}
@media only screen and (max-width: 1279px){
.navik-menu ul li > a {
  letter-spacing: 2px;
  color: #73656C !important;
  font-weight: 600;
  font-size: 12px;
}
.navik-menu ul li:hover > a {
  color: #21bcef !important;
  background-color: #eeeeee;
}
}
.navik-header .container-fluid {
padding-left: 50px;
padding-right: 50px;
}
@media only screen and (max-width: 767px){
.navik-header .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.navik-header .logo {
float: left;
padding: 19px 40px 19px 0;
}
.navik-menu {
clear: both;
}
}
/********** navigation-End **********/

/********** Hero **********/
.hero {
position:relative;
top:-100px;
margin-bottom:-100px
}

.hero-text{
padding:100px 100px 0 100px;
margin-left:80px;
}

@media only screen and (max-width: 1680px){
.hero-text{
padding:100px 50px 0 50px;
margin-left:50px;
}
.hero-text{
padding:60px 100px 0 100px;
margin-left:80px;
}
}

@media only screen and (max-width: 1480px){
.hero {
position:relative;
top:-60px;
margin-bottom:-60px
}
}

@media only screen and (max-width: 1430px){
.hero-text{
padding:60px 30px 0 30px;
margin-left:30px;
}
}
@media only screen and (max-width: 1320px){
.hero-text{
padding:0 0 0 0;
margin-left:40px;
}
.hero {
position:relative;
top:0;
margin-bottom:0;
}
}
@media only screen and (max-width: 1100px){
.hero-text{
padding:0 0 0 0;
margin-left:40px;
}
.hero-text .display-4 {
font-size: 2.4rem;
}
.hero-text .mb-5 {
margin-bottom: 1.5rem !important;
}
}
@media only screen and (max-width: 991px){
.hero-text{
padding:80px 0 30px 0;
margin-left:30px;
margin-right: 30px;
margin-top:20px;
}
}
@media only screen and (max-width: 767px){
.hero-text .display-4 {
font-size: 2rem;
}
}
@media only screen and (max-width: 599px){
.hero-text{
padding:60px 0 30px 0;
margin-top:10px;
}
.hero-text .display-4 {
font-size: 1.75rem;
}
}
/********** Hero-End **********/
.co-mame-logo-holder{
    max-width:220px;
    display:block;
    margin:-20px auto 0 0;
}
/********** icons-info **********/
.icon-info-1 .icon-element {
display: table-cell;
width: 90px;
height: 90px;
line-height: 1.2;
color: #ffffff;
text-align: center;
vertical-align: middle;
background-color: #21bcef;
border-radius: 50%;
}
.icon-info-1 .icon-element.blue {
background-color: #6195ed;
}
.icon-info-1 .icon-element.lt-pink {
background-color: #ed6cb0;
}
.icon-info-1 .icon-element img{
width:45px;

}
.icon-info-1 .icon-info-text {
display: table-cell;
vertical-align: middle;
}
@media only screen and (max-width: 991px) {
.icon-info-link {
  width:370px;
}
}
@media only screen and (max-width: 767px) {
.icon-info-link {
  width:330px;
}
}
/********** icons-info-end **********/

/********** Info-Grid **********/
.intro-grid .col-xl-4{
height:500px;
}
@media only screen and (max-width: 1400px){
.intro-grid .col-xl-4{
height:550px;
}
}
@media only screen and (max-width: 1279px){
.intro-grid .col-xl-4{
height:430px;
}
}
@media only screen and (max-width: 991px){
.intro-grid .col-xl-4{
height:380px;
}
}
@media only screen and (max-width: 767px){
.intro-grid .col-xl-4{
height:auto;
}
}
.bg-image.al-lft-1 {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}
@media only screen and (max-width: 991px) {
.bg-image.al-lft-1 {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}
}
.invisalign-logo-holder-2{
    max-width:300px;
    display:block;
    margin:-20px auto 31px 0;
}
@media only screen and (max-width: 1279px) {
.invisalign-logo-holder-2{
    margin:0 auto 31px 0;
}
}
/********** Info-Grid-End **********/

/********** Testimonials **********/
.testimonial-1 .testimonial-details {
  position: relative;
  padding: 1rem 2.5rem;
  background-color: transparent;
  text-align:center;
}
.testimonial-1 .testimonial-details::before {
  display:none;
}
.owl-theme .owl-dots .owl-dot span::before {
  background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff;
}
.with-quote-mk span{
position:relative;
font-family: 'Georgia', serif;
font-size: 22px;
line-height: 1;
margin:0 2px;
color: #ffffff;
}
@media only screen and (max-width: 480px){
.testimonial-1 .testimonial-details {
  padding: 1rem 1rem;
}
}
/********** Testimonials-End **********/

/********** team-page **********/
@media only screen and (max-width: 991px){
.profile-pic{
max-width:400px;
display:block;
margin:50px auto 0;
}
}
/********** team-page-end **********/

/********** treatments-page **********/
.treatment-image{
max-width:250px;
display:block;
margin:40px auto;
}
/********** treatments-page-end **********/

/********** contact-page **********/
.contact-icon-image{
max-width:60px;
display:block;
margin:40px auto 20px;
}
.contact-icon{
width: 100%;
padding-bottom:50px;
margin-bottom: 30px;
}
.contact-icon a{
color:#ffffff;
transition: all 0.3s ease-in-out;
font-size: 17px;
}
.contact-icon a:hover{
color:#ffffff;
opacity:0.7;
}
.location-txt{
max-width:60%;
margin: 0 auto;
}
.large-list{
padding-left:0;
}
.large-list li{
font-size:17px;
margin: 6px 0;
list-style: none;
}
ul.upper-latin {
list-style-type: disc;
padding-left:20px;
}
.upper-latin li {
padding:6px 0;
font-size: 1rem;
}
@media only screen and (max-width: 991px){
.location-txt{
max-width:90%;
margin: 0 auto;
}
}
/********** contact-page-end **********/

/********** Backgrounds **********/
.bg-primary {
  background-color: #21bcef !important;
}
.bg-secondary {
  background-color: #06527b !important;
}

.bg-secondary-3 {
  background-color: #296597 !important;
}

.bg-dark {
  background-color: #0f3956 !important;
}

.bg-mid {
  background-color: #06648f !important;
}

.bg-lighter {
  background-color: #189ac1 !important;
}
/********** Backgrounds-End **********/

/********** Buttons **********/
.btn {
letter-spacing:1px;
}
.btn-primary {
    color: #fff;
    background-color: #35bcef;
    border-color: #35bcef;
    box-shadow: none!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #37a6d0;
  border-color: #37a6d0;
  box-shadow: none!important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus {
color: #fff;
background-color: #37a6d0;
border-color: #37a6d0;
box-shadow: none;
}
.btn-secondary {
  color: #fff;
  background-color: #06527b;
  border-color: #06527b;
  box-shadow: none!important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #044467;
  border-color: #044467;
  box-shadow: none!important;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .secondary.dropdown-toggle, .show > .secondary.dropdown-toggle:focus {
color: #fff;
background-color: #044467;
border-color: #044467;
box-shadow: none;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.3125rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-sm > i, .btn-group-sm > .btn > i {
  font-size: 0.8rem;
}
.play-btn-auto-animate::before, .play-btn-auto-animate::after {
    border: 2px solid #21bcef;
}
.text-btn-normal {
  font-family: 'Montserrat', sans-serif;
  text-transform:uppercase;
  font-size:12px;
  font-weight: 500;
  letter-spacing:2.5px;
  line-height: 1;
  padding-bottom:3px;
  border-bottom: solid 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.text-hover-primary:hover, .text-hover-primary:focus {
  color: #21bcef !important;
}
.text-btn-normal.dark{
color:#202020;    
}
.text-btn-normal.dark:hover{
color:#777777;    
}

.text-btn-normal.light{
color:#ffffff;    
}
.text-btn-normal.light:hover{
color:#ffffff;
opacity:0.7;
}

/********** Buttons-End **********/

/********** Social-Icons **********/
.social-footer{
display:block;
margin:40px auto 0;
}
.social-header{
position: absolute;
top: 50%;
right: 30px;
margin-left:20px;
transform: translateY(-50%);
z-index:2;
}
.social-header .btn-icon-only{
width: 36px;
height: 36px;
padding: 0;
line-height: 35px;
display: block;
}
.social-header .btn-outline-light {
color: rgba(255, 255, 255, 0.85);
background-color: #06527b;
background-image: none;
border:solid 1px;
border-color: rgba(255, 255, 255, 1);
box-shadow: none;
margin-left:2px
}
.social-header .btn-outline-light:hover, .social-header .btn-outline-light:focus, .social-header .btn-outline-light.focus {
color: #ffffff;
background-color: #21bcef;
border-color: #21bcef;
box-shadow: none;
}
.social-header.top-mob{
position: absolute;
top: 30px;
left: 50%;
margin-left:0;
transform: translateX(-50%);
z-index:2;
width:200px;
text-align:center;
display: none;
}
.social-header.top-mob .btn-icon-only{
display: inline-block;
}
@media only screen and (max-width: 991px){
.social-header{
display: none;
}
.social-header.top-mob{
display: block;
}
}
@media only screen and (max-width: 599px){
.social-header.top-mob{
top: 20px;
}
}
/********** Social-Icons-End **********/

/********** Sticky Phone **********/
.sticky-phone {
  position: fixed;
  width: 100%;
  height: 85px;
  padding-left:25px;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
}
.sticky-phone--bottom {
	bottom: -85px;
}
.sticky-phone--show {
	visibility: visible;
}
.sticky-phone--bottom.sticky-phone--show {
	bottom: 0;
}
.sticky-phone .btn-round.btn-lg, .sticky-phone .btn-group-lg > .sticky-phone .btn-round.btn {
    border-radius: 40px;
    height: 60px;
    line-height: 26px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3)!important; 
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3)!important;
}
.mob-phone-round{
max-width:62px;
display:none;
}
.mob-phone-round img {
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0,0,0,0.3) );
 filter: drop-shadow( 1px 1px 1px rgba(0,0,0,0.3) ); 
}

.dummy-voobot{
position: fixed;
width: 220px;
height: 64px;
right:25px;
bottom: 23px;
z-index:100;
}
.dummy-voobot img {
  -webkit-filter: drop-shadow( 1px 1px 1px rgba(0,0,0,0.3) );
 filter: drop-shadow( 1px 1px 1px rgba(0,0,0,0.3) ); 
}
@media only screen and (max-width: 599px){
.mob-phone-round{
display:block;
}
.sticky-phone .btn{
display:none;
}
}
/********** Sticky Phone End **********/

/********** go-to-top **********/
.go-to-top a {
background-color: #21bcef;
box-shadow: none!important;
}

.go-to-top a:hover, .go-to-top a:focus {
background-color: #65aa46;
color: #ffffff;
box-shadow: none!important;
}
/********** go-to-top-end **********/

/********** Miscellaneous **********/
.banner-middle{
margin-bottom: 1rem;
}
.company-logo-holder{
max-width:280px;
padding:30px 20px;
display:block;
margin: 0 auto 20px;
border:solid 1px #eee;
}

.bg-image.rpt {
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 1500px;
}
.page-title::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
/********** Miscellaneous-end **********/

/********** Responsive-Tweaks **********/
@media only screen and (max-width: 599px){
.mobile-padding{
padding-top:40px!important;
padding-bottom:40px!important;
}
.mobile-padding-b{
padding-bottom:0!important;
}
.mobile-margin-t{
margin-top:0!important;
}
}
@media only screen and (max-width: 480px){
.portfolio-info {
padding-right: 0;
padding-left: 0;
}
.portfolio-info-wrapper {
padding: 40px 30px 20px;
box-shadow: 0px 1px 10px rgb(0 0 0 / 0);
}
}
/********** Responsive-Tweaks-End **********/

/********** Footer-End **********/
.footer-bottom a{
margin: 0 5px;
}
.footer-cleaner{
display:none;
}
@media only screen and (max-width: 767px){
.footer-cleaner{
display:block;
width:100%;
height: 30px;
clear: both;
}
}
/********** Footer-End **********/
.posrel {
position:relative;
}
.scrollcontroller {
    position: absolute;
	width:100px;
	height:100px;
    top: -100px;
	z-index:99999;
}
@media(max-width: 991px) {
.scrollcontroller {
    position: absolute;
	width:100px;
	height:100px;
    top: 0px;
	z-index:99999;
}
	}

