@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Rubiks-Regular400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Rubiks-Regular500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Poppins-Regular700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: Rubik, sans-serif;
    color: #212529;
    background-color: #fff;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    color: #063970
}

a:hover {
    text-decoration: none;
    color: #121521
}

a:focus {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121521;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.about-area h2 {
    text-transform: none
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8
}

p:last-child {
    margin-bottom: 0
}

p:empty {
    display: none
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-35 {
    padding-top: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.bg-color {
    background-color: #f4f9fd
}

.black-color {
    background-color: #222
}

.taf-default-btn {
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #0d6dd3;
    margin-bottom: -6px;
    font-weight: 500
}

.taf-default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #010101;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px
}

.contato h2, 
.contato h3 {
    margin-bottom: 0rem;
}

.contato p {
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

.taf-default-btn:hover {
    color: #fff
}

.taf-default-btn:hover::before {
    left: 0;
    right: auto;
    width: 100%
}

.banner-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-area .col-lg-6 {
    position: relative
}

.banner-content span {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #063970
}

.banner-content h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    margin-bottom: 20px
}

.banner-content p {
    color: #121521;
    margin-bottom: 35px
}

.banner-img {
    position: absolute;
    right: 0;
    top: -90px
}

.about-content {
    margin-top: -6px;
    margin-bottom: 30px;
    color: #063970;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px
}

.about-content p {
    margin-bottom: 30px
}

.about-content ul {
    margin-bottom: 35px
}

.about-content ul li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px
}

.about-content ul li:last-child {
    margin-bottom: 0
}

.about-content ul li i {
    display: inline-block;
    background-color: #deebf5;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #063970;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: -3px;
    left: 0
}

.about-content ul li:hover i {
    background-color: #063970;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.about-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative
}

.about-img .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #063970;
}

.owl-theme .owl-dots {
    line-height: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #121521;
    width: 20px;
    height: 5px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 0;
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #063970;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #063970;
    width: 30px;
}

.single-services {
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    border-radius: 4px;
    z-index: 1
}

.services-area .department-wrap .single-services {
    margin: 0 10px
}

.single-services::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0d6dd3;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.single-services i {
    display: inline-block;
    margin-bottom: 20px;
    color: #063970;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 1;
    font-size: 45px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #deebf5;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-services img {
    margin-bottom: 20px
}

.single-services h3 {
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-services p {
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover::before {
    height: 100%
}

.single-services:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.single-services:hover h3 {
    color: #fff
}

.single-services:hover a {
    color: #fff
}

.single-services:hover p {
    color: #fff
}

.services-area .btn-area {
    margin-top: 20px
}

.customers {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.customers:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: .8s;
    transition: .8s
}

.customers:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.customers:hover:before {
    left: -170%;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.footer-top-area {
    background-color: #292a2d
}

.footer-bottom-area {
    background-color: #000;
    padding: 20px 0
}

.footer-bottom-area .copy-right {
    text-align: center
}

.footer-bottom-area .copy-right p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px
}

.footer-bottom-area .copy-right p i {
    position: relative;
    top: 1px
}

.footer-bottom-area .copy-right p a {
    color: #ddd
}

.footer-bottom-area .copy-right p a:hover {
    color: #fff
}

.map-info-area .single-map-area {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px
}

.map-info-area .row .col-lg-4:last-child .single-map-area {
    margin-bottom: 0
}

.map-info-area .single-map-area i {
    display: block;
    color: #0d6dd3;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 25px;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    line-height: 60px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 50%
}

.map-info-area .single-map-area h3 {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 22px
}

.map-info-area .single-map-area p {
    line-height: 1.5
}

.map-info-area .single-map-area:hover {
    background-color: #0d6dd3
}

.map-info-area .single-map-area:hover i {
    color: #063970;
    border-color: #fff;
    background-color: #fff
}

.map-info-area .single-map-area:hover h3 {
    color: #fff
}

.map-info-area .single-map-area:hover p {
    color: #fff
}

.map-area iframe {
    height: 500px;
    width: 100%
}


.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #063970;
    top: 0;
    left: 0;
    z-index: 99999
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.wts {
    background-color: #4dc247;
    position: fixed;
    cursor: pointer;
    right: 60px;
    bottom: -40px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: .9s;
    transition: .9s
}

.wts i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.wts.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 60px;
    bottom: 10px;
}

.fa {
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    border-radius: 50%;
    width: 45px;
    height: 45px
}

.fa-whatsapp {
    background-image: url(../images/whatsapp-icon.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center
}

.video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 89px;
    text-align: center;
    border-radius: 50px;
    color: #063970;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(16, 103, 243, .5)
}

.video-btn i {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background-color: rgba(16, 103, 243, .5)
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.video-btn:hover {
    background-color: #0d6dd3
}

.video-btn:hover i {
    color: #fff
}

.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #0d6dd3
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.section-title {
    max-width: 660px;
    margin: -4px auto 60px;
    text-align: center;
    position: relative;
    color: #0d6dd3;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 500
    /* margin-bottom: 90px; */

}

.section-title h2 {
    font-size: 39px;
    margin-bottom: 15px;
}

.section-title h2 span {
    color: #0d6dd3
}

.about-area h2 span {
    color: #0d6dd3
}

.section-title h2:last-child {
    margin-bottom: 0
}

.section-title.white-title span {
    color: #fff
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.white-title p {
    color: #fff
}


.zap a,
.contact a,
.contact-footer a {
    width: 26rem;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    padding: 10px 0;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    padding: 14px 0px;
}

.zap a {
    background-color: #25d366;
    color: #fff !important;
}

.zap a:hover {
    background-color: #00ff5e;
    color: #043616 !important;
}

.contact a {
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 4px solid #fff;
    color: #b1b1b1;
}

.contact a:hover {
    background-color: #727473c3;
    color: #fff;
}

.contact-footer a {
    background-color: transparent;
    border: 1px solid #000;
    border-bottom: 4px solid #000;
    color: #000;
}

.contact-footer a:hover {
    background-color: #171717c3;
    color: #fff;
}

.text-blue {
    color: #0d6dd3
}

.flaticon-dental-insurance {
    background-image: url(../images/dental-insurance.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px
}

.flaticon-implant {
    background-image: url(../images/implant.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px
}

.flaticon-dental-care2 {
    background-image: url(../images/dental-care.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px
}

@font-face {
    font-family: boxicons;
    font-display: block;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/boxicons.woff2) format('truetype')
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-check:before {
    content: "\e9f0"
}

.bx-play:before {
    content: "\eb24"
}

.bx-location-plus:before {
    content: "\ead4"
}