/*
Theme Name: Navigate - Child
Version: 587
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

html h3 {
    color: #000;
}
@font-face {
  font-family: avoda;
  src: url("assets/avoda-webfont.woff"); 
}

@font-face {
  font-family: eyesome;
  src: url("assets/eyesome-script-webfont.woff"); 
}

#page {
    padding: 0px;
}

html a.btn {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    color: #ffffff !important;
    border-radius: 50px;
    font-weight: bold;
}

#header a.btn {
    padding: 12px 15px;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}
.anchor-fix {
    position: relative;
    top: -160px;
    width: 100%;
    height: 1px;
}
html #secondary-navigation > nav > ul > li:hover,html  #secondary-navigation > nav > ul > li.current-menu-item,html  #secondary-navigation > nav > ul li.current-menu-item,html #secondary-navigation > nav > ul > li.current-menu-parent {
    background: transparent !important;
}

html #secondary-navigation > nav > ul > li:hover > a,html  #secondary-navigation > nav > ul > li.current-menu-item > a,html  #secondary-navigation > nav > ul > li.current-menu-parent > a,html  #secondary-navigation > nav ul.sub-menu > li.current_page_item > a,html #secondary-navigation > nav > ul > li.current-menu-item > a {
    color: var(--pColor) !important;
}
.navigation ul ul{background: #fff !important;}
.sub-menu .current_page_item:before{opacity:0;}
@keyframes fadeInUpa {
    0% {
        opacity: 0;
        transform: translate3d(0, 150px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpa {
    animation-name: fadeInUpa;
}

@keyframes fadeInLefta {
    0% {
        opacity: 0;
        transform: translate3d(-150px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLefta {
    animation-name: fadeInLefta;
}

/* Footer */
.copyrights {
    padding: 5vh 0px;
}

.copyrights p a {
    line-height: 1;
    display: inline-block;
}

.copyrights p {
    margin-bottom: 23px;
}

footer .social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.dm-full.footer-creds p {
    margin-bottom: 0px;
}

footer#site-footer {
    margin: 0px;
}

.copyrights .dm-flex {
    align-items: inherit;
}

.copyrights .dm-half {
    padding: 0px;
}

.copyrights iframe {
    height: 100%;
}

a#move-to-top {
    width: 40px;
    height: 40px;
}

.copyrights .dm-full {
    text-align: center;
    padding: 20px 0px;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    opacity: 0.9;
}

.dm-col-3 {
    width: 40%;
}

.dm-col-3 span {
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dm-flex.dm-full {
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-flex.dm-full h4 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.dm-full.footer-contact-info img {
    max-width: 400px;
    margin: 0px auto;
    display: block;
    float: none;
}

.logo-wrap {
    margin: 0px;
    float: none;
    overflow: visible;
}

.dm-full.footer-contact-info {
    margin-bottom: 50px;
}

.copyrights .dm-half:nth-child(1) {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 14px;
}

.footer-wrapper {
    max-width: 620px;
    margin-right: 0px;
    margin-left: auto;
    margin: 0px auto;
}

.dm-full.footer-creds p:nth-child(2) {
    margin: 0px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
}

.copyrights {
    text-align: left;
}

.copyrights .dm-flex {
    max-width: 1300px;
    margin: 0px auto 20px;
}

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 14%);
    display: block;
}

section.visit-us-today .dm-flex {
    gap: 35px;
}

section.visit-us-today .dm-half {
    flex: 1;
}

section.visit-us-today h2 {
    font-size: 40px;
}

section.visit-us-today .dm-half li:before {
    opacity: 0;
    padding: 0px;
}

section.visit-us-today ul {
    padding: 0px;
}

section.visit-us-today li {margin-bottom: 22px;padding-left: 40px;position: relative;}

section.visit-us-today i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    color: var(--pColor);
}

section.visit-us-today a {
    display: block;
    line-height: 1;
}

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    margin-bottom: 13px;
    position: absolute !important;!i;!;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.5;
}

.dm-blog-image p {
    font-size: 17px;
}

section.dm-blog-posts p {
    font-size: 16px;
    color: #000;
}

section.dm-blog-posts h3 {
    font-weight: bold;
}

section.dm-blog-posts .dm-flex {
    margin-top: 30px;
    align-items: inherit;
}

section.dm-blog-posts .dm-third:hover {
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgb(38 115 228 / 20%);
}

section.dm-blog-posts .dm-third {
    padding: 20px;
    border-radius: 10px;
    padding: 20px;
    border-radius: 10px;
    -webkit-transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
    transition: background-color 200ms ease, box-shadow 350ms ease, color 200ms ease;
}

section.dm-blog-posts .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}
section.dm-blog-posts .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

/* Services  */
.central-tab {
    flex: 1 1 16%;
    padding: 10px;
}

section.new-service-section .dm-half:nth-child(2),
section.n-s-section .dm-third:nth-child(2),
.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
section.new-service-section .dm-half:nth-child(3),
section.n-s-section .dm-third:nth-child(3),
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
section.new-service-section .dm-half:nth-child(4),
.central-tab:nth-child(4) {
    animation-delay: 0.4s;
}
.central-tab:nth-child(5) {
    animation-delay: 0.5s;
}
.central-tab:nth-child(6) {
    animation-delay: 0.6s;
}
.central-tab:nth-child(7) {
    animation-delay: 0.7s;
}
 
.central-wrapper .central-tab img {
    border-radius: 10px;
}

.central-img-tabs {
    display: flex;
    justify-content: center;
    padding: 0px 15px;
    margin-top: -65px;
}

.central-img-tabs img {
    height: 140px !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
    display: block;
}

.central-img-tabs h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}

.central-wrapper {
    background: #4e8abf;
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    max-width: 1300px;
    margin: 0px auto;
}

.central-img-tabs .central-tab-item > div {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px solid rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.central-img-tabs .central-tab-item > div:hover {
    border-color: var(--aColor);
}

.central-tab-item.active-service-button > div {
    border-color: var(--aColor);
}

section.new-service-section {
    padding: 6vh 0px;
    background: #f5f5f552;
}

section.new-service-section h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 0px;
}

section.new-service-section .dm-half p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0px;
}

section.new-service-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

section.new-service-section .dm-half span {
    text-transform: uppercase;
    letter-spacing: 0px;
    background: var(--pColor);
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 4px;
    font-size: 17px;
    display: none;
}

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    align-items: inherit;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
.main-head-wrap.header_fixed #regular-header {
}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

.central-text-wrapper {
    padding: 20px 10px;
}

section.classy-testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 80%;
    border-radius: inherit;
    position: relative;
    display: flex;
    align-items: center;
}

.dm-half-plus {
    display: block;
    flex: 1 1 66.66%;
    width: 66.66%;
}

.classy-testimonials-wrapper.dm-flex {
    max-width: 1300px;
    margin: 0px auto;
}

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

.letter-wrap p {
    font-size: 17px;
}

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

section.central-testimonials * {
    color: #fff;
}

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

section.half-half-classy img {
    border-radius: 50px 0px;
}

section.half-half-classy h2 {
    font-size: 41px;
}

section.half-half-classy p {
    font-weight: 300;
}

.main-head-wrap.header_fixed #header {
}

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.cta-carrier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    padding: 10vh 0px;
}

.cta-carrier h2 {
    font-size: 41px;
}

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

/* Welcome */
section.central-welcome {padding: 3vh 0px;}

section.central-welcome .container-wide {
}

section.central-welcome h2 {font-size: 50px;text-align: center;}

.central-welcome .central-image img {
    width: 100%;
    height: 100% !important;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px 0px;
}
section.central-welcome .dm-flex {
}

.central-image {
    position: relative;
    height: 100%;
}

section.central-welcome .dm-half:nth-child(1) {flex: 1 1 55%;}

section.central-welcome .dm-half:nth-child(2) {
    flex: 1 1 45%;
    margin-top: -20px;
    max-width: 45%;
}

#site-header .container-wide {}

.container-wide {
    max-width: 1300px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
}

section.central-welcome h3 {
    color: #fff;
}


section.central-welcome blockquote {
    background: transparent;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-left: 2px solid var(--aColor);
    font-style: italic;
    opacity: 0.9;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    opacity: 0;
}

section.central-welcome blockquote p + p {
    font-weight: bold;
    font-size: 14px;
}

/* Mobile */
.mobile_cta_buttons.hide-d.mobile-btn p a {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.mobile_cta_buttons.hide-d.mobile-btn p {
    text-align: center;
    margin-bottom: 10px;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons a {
    color: #fff;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    float: none;
}

.mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons {
    background: transparent;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    padding: 20px 20px;
    display: none;
}

@media (min-width:  881px) {
    .main-head-wrap.header_fixed #regular-header {
        margin-top: -36px;
    }
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

@media (min-width: 881px) {
    div#header nav {
        width: auto;
        margin: 0px auto;
        margin-left: 0px;
    }
}


#secondary-navigation #logo a {
    font-weight: bold;
    font-size: 26px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: #435949;
    padding: 0px 0px;
    float: none;
    width: 100%;
}

.regular_header #secondary-navigation {
    float: none;
}

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-spacer {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 881px) {
    .header-spacer {
        min-height: 52px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

#logo {
    float: none !important;
}

#logo a {
    padding: 0px !important;
    float: none;
    display: block;
}

div#secondary-navigation {
    float: none;
    display: flex;
    align-items: center;
}

#header .logo-wrap {
    padding: 0px;
    overflow: visible;
    max-width: 100%;
    display: none;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#logo img {
    float: none;
    max-width: 300px;
}

ul#menu-main-menu a {
}

#secondary-navigation a {
    padding: 10px 15px;
}

div#regular-header {
    background: var(--pColor);
}

div#regular-header * {
    color: #fff;
}

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
}

div#regular-header .container-wide {
    padding: 7px 15px;
    justify-content: flex-end;
}

.dm-third.social-header {
    text-align: right;
}

.dm-third.social-header a {
    margin-left: 10px;
}

.dm-third.address-header {
    text-align: center;
}

.dm-third.phone-header {
    text-align: left;
}

#regular-header {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dm-full.footer-contact-info {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}


/* Video */
.carousel-caption {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 980px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 0px 15px;
}

.carousel-caption span {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-caption h2 p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 24px;
    max-width: 700px;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-left: 0px;
}

.video_holder:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 1;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.carousel-caption h2 {
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.1;
    font-size: 63px;
    text-align: center;
    margin: 0px;
}

html .video_holder {
    height: 85vh;
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #000 !important;
}

.dm-slide-main .slide-caption p{text-shadow:1px 2px 2px #000!important;}
.dm-slide-main .slide-caption a, .central-wrapper h3, .central-wrapper p{color:#fff;}
html .slick-next{display:none;}

/* Responsive */
@media (max-width:  1300px) {
    .container-wide {
        padding: 0px 15px;
    }
}

@media (max-width: 1025px ) {
    .copyrights .dm-half {
        flex: 1 1 100%;
    }

    .copyrights .dm-half:nth-child(1) {
        order: 2;
    }

    .dm-full.footer-creds p {
        text-align: center;
    }

    .copyrights .dm-half iframe {
        height: 350px;
    }

    .central-welcome .central-image img {
        width:  100%;
    }

    .central-img-tabs img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
        html .dm-slide-main {    height: 250px !important;}
    html .dm-slide-main .slide-caption{bottom:10px;}
    html .dm-slide-main .slide-caption h2{font-size:26px!important;}
    html .dm-slide-main .slide-caption p {    font-size: 14px;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .dm-blog-posts .dm-third {
        flex: 1 1 50%;
        flex-basis: 320px;
        max-width: 50%;
    }

    section.central-services {
        display: flex;
        flex-wrap: wrap;
    }

    section.central-services > .container-wide {
        order: 1;
    }

    .central-wrapper {
        order: 2;
        padding: 80px 0px;
    }

    .central-img-tabs {
        margin: 0px;
    }

    section.central-services {
        margin-bottom: 0px;
    }

    section.dm-blog-posts .dm-third {
        flex-basis: 320px;
    }
}
@media (max-width: 881px) {
    #page.homepage {
        padding: 0px !important;
    }
    html a#pull {
        width: auto;
        text-align: center;
        padding: 0px;
        color: #000 !important;
        background: transparent !important;
        font-size: 29px;
        position: relative;
        display: block;
        margin: 0px !important;
        padding: 0px !important;
    }

    html a#pull:after {position: relative;padding: 0px !important;left: 0px;right: 0px;top: 0px !important;color: #fff;}

    .regular_header #secondary-navigation {
        width: 100%;
        justify-content: center;
    }

    #header a.btn {
        margin: 0px auto;
        margin-right: 0px;
    }

    .dm-third.social-header {
        display: none;
    }

    nav.navigation.clearfix #menu-main-menu {
        margin: 0px !important;
    }
    #header .logo-wrap {
        max-width: initial;
    }

    .carousel-caption h2 p {
        display: none;
    }

    .carousel-caption {
        text-align: center;
        top: 52%;
    }

    section.central-welcome .container-wide {
        border: 0px;
        padding: 20px 10px;
    }

    section.central-welcome {
        padding: 5vh 0px;
    }

    .classy-testimonials-wrapper.dm-flex strong {
        padding: 0px;
        text-align: center;
        font-size: 40px;
    }

    .cta-carrier {
        padding: 10vh 0px;
    }

    .cta-content {
        width: 100%;
        padding: 0px 15px;
    }

    section.half-half-classy {
        padding: 5vh 0px;
    }

    section.visit-us-today {padding: 5vh 10px;}

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    .dm-full.footer-creds p {
        width: 100%;
        text-align: center;
        flex: 1 1 100%;
        text-align: center !important;!i;!;
        justify-content: center;
    }

    .copyrights .dm-full {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    html .video_holder {
        max-height: 500px !important;
    }
    .header-spacer {
        height: 95px;
    }
    div#regular-header {
        display: none;
    }
    .dm-blog-posts .dm-third {
        flex-basis: 320px;
        max-width: 100%;
    }
    section.central-welcome .dm-half:nth-child(1) {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    .central-tab {
        flex: 1 1 33.33%;
    }

    .central-img-tabs {
        flex-wrap: wrap;
    }
    .central-wrapper {
        padding: 50px 0px;
    }

    .central-wrapper .dm-half {
        flex: 1 1 100%;
    }

    .central-testimonials-wrapper {
        padding: 15px;
        width: 100%;
        text-align: center;
    }

    .central-testimonials-wrapper .dm-half {
        width: 100%;
        max-width: 100%;
    }
    .copyrights .dm-half:nth-child(1) {
        padding: 40px 0px;
    }
    .central-testimonials-wrapper .slick-dots {
        text-align: center;
    }
    .dm-col-3 {
        width: 100%;
        text-align: center;
    }

}
@media (max-width: 640px) {
    div#header {
        padding: 10px 0px;
    }
    #header a.btn {
        display: none;
    }
}
@media (max-width: 540px) {
    footer .dm-full {
        padding: 0px 15px;
    }
    .dm-full.footer-contact-info img {
        width: 100%;
        max-width: 90%;
    }
    .central-tab {
        flex:  1 1 50%;
    }
    .carousel-caption h2 {
        font-size: 32px;
    }
    section.central-welcome h2 {
        font-size: 30px;
    }
    .central-img-tabs {
        padding: 0px;
    }
    .central-wrapper .dm-half {
        padding: 0px;
    }
}

/* MLoc */
.container-wide.dm-flex .dm-full {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container-wide.dm-flex .dm-full p {
    padding: 0px 5px !important;
    font-size: 14px !important;
}

.container-wide.dm-flex p:after {
    content: "-";
    position: relative;
    right: -3px;
}

.container-wide.dm-flex p:last-of-type:after {
    display: none;
}

.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}

div#regular-header * {
    color: #000;
}

.dm-half.social-header {
    display: flex;
    justify-content: flex-end;
}

.social-header .social-icons a {
    padding: 0px 5px;
}

.dm-half.social-header .dm-rate-us {
    padding: 10px 15px;
    background: var(--pColor);
    margin: 0px;
}

.dm-half.social-header > * {
    padding: 10px 15px;
}

.dm-half.social-header .dm-rate-us span {
    text-transform: uppercase;
    font-size: 18px;
}

.video-location {
    max-width: 1300px;
    position: absolute;
    bottom: 10%;
    z-index: 1;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.video-location i {
    color: #F4F4EA;
}

.video-location a {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

#header .header-inline-appt a {
    font-size: 14px !important;
    color: #000000 !important;!I;!;
    background: #fff !important;
    border-radius: 0px;
    font-weight: 300;
    max-width: 200px;
    text-align: center;
    line-height: 1;
    font-style: italic;
}

section.home-icons {
    background-color: whitesmoke;
    padding: 11vh 0px;
    position: relative;
}

section.home-icons .dm-flex {
    align-items: inherit;
}

section.home-icons h4 {
    color: rgb(53, 52, 49);
    font-weight: bold;
    font-size: 26px;
}

section.home-icons h4:after {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--pColor);
    display: block;
    margin: 15px 0px;
}

section.home-icons img {
    display: block;
    margin-bottom: 20px;
    max-width: 65px;
}

section.home-icons .dm-third {
    position: relative;
    padding-bottom: 55px;
}

section.home-icons a.btn {
    position: absolute;
    bottom: 0px;
    background: var(--pColor) !important;
}

section.home-icons .dm-third:nth-child(2) {
    animation-delay: 0.2s;
}

section.home-icons .dm-third:nth-child(3) {
    animation-delay: 0.4s;
}

section.central-welcome h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dm-flix {
    padding: 20px;
    background: var(--sColor);
    border-radius: 20px;
    overflow: hidden;
}

.dm-flix .dm-half {order: inherit !important;!i;!;}

.dm-flix .dm-flex {
    align-items: center;
}

.dm-welcome-image img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.dm-welcome-image {
    position: relative;
    bottom: -20px;
}

.dm-welcome-content h3 {
    font-size: 40px;
    line-height: 1.2;
}

.dm-welcome-content p {
    color: #fff;
    font-size: 19px;
}

section.central-welcome h2 {
    margin-bottom: 0px;
    color: #000;
}

section.central-welcome .dm-full {
    padding-bottom: 80px;
}

.dm-welcome-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/02/2589185_314.png);
    position: absolute;
    bottom: -50px;
    right: -70px;
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity: 0.1;
    filter: brightness(0) invert(1);
    transform: scaleX(-1);
}

section.new-service-section h2 + p {
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

section.new-service-section .dm-half:nth-child(1),section.new-service-section .dm-half:nth-child(4) {
    flex: 1 1 50%;
}

section.new-service-section .dm-half {
    flex: 1 1 40%;
    margin-bottom: 30px;
}

section.new-service-section a {
    height: 396px;
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #0000000f;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.37);
}

section.new-service-section a > * {
    position: relative;
    z-index: 1;
    color: #fff;
}

section.new-service-section a:hover {
    transform: scale(1.05);
}

section.new-service-section h3:after {
    margin: 10px auto 0px;
    content: "";
    height: 2px;
    background: #fff;
    position: relative;
    display: block;
    width: 70px;
}

section.n-s-section {
    position: relative;
    padding: 5vh 0px 2vh;
    /* background: linear-gradient(180deg,var(--aColor) 0%,#fff 100.29%); */
    border-top: 1px solid var(--aColor);
}

section.n-s-section h2 {
    text-align: center;
    margin: 0px;
    font-size: 45px;
}

section.n-s-section h2 + p {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.n-s-section .dm-flex {
    align-items: inherit;
    padding-top: 20px;
}

.full-list {
    margin-top: 70px;
    text-align: center;
    position: relative;
}

.full-list:before {
    width: calc(50% - ( 314px / 2 ));
    left: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list:after {
    width: calc(50% - ( 314px / 2 ));
    right: 0px;
    height: 1px;
    background: var(--pColor);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.full-list .no-bg {
    border: 2px solid var(--pColor);
    background: transparent !important;!i;!;
    font-weight: bold !important;!i;!;
    font-size: 15px;
    color: #000 !important;!I;!;
}

section.n-s-section img {
    display: block;
}

section.classy-testimonials h2 {
    font-size: 65px;
    font-family: 'eyesome';
}

section.classy-testimonials h2 + p {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 65px;
}

span.hiddenRest {
    display: none;
}

.new-wrap {margin-bottom: 25px;}

.new-text-wrapper {
    padding: 20px;
}

.testimonial-stars i {
    color: #d3b013;
}

.testimonial-stars i {
    margin-right: 2px;
}

.testimonial-stars {
}

section.classy-testimonials .dm-flex + .dm-full {
    margin-bottom: 55px;
}

.name-f {
    height: 60px;
    width: 60px;
    background: var(--pColor);
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.inline-tex {
    display: flex;
    align-items: center;
}

.inline-tex h4, .testimonialname {
    margin-bottom: 0px;
    color: #000;
    font-size: 19px;
    font-family: 'DM Sans';
    line-height:1.4;
}

.pp-testimonials-content {
    font-size: 16px;
}

span.read_more {
    font-weight: bold;
    cursor: pointer;
}

section.classy-testimonials:before {
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background: #fff;);
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    position: relative;
    padding: 15px 0px;
}

.dm-full.footer-creds:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.bottom-footer {
    text-align: center;
}

.bottom-footer p {
    flex: 1 1 50%;
}

.bottom-footer p:nth-child(3) {
    flex: 1 1 100%;
    /* text-align: right; */
}

.bottom-footer p:nth-child(2) {
    /* text-align: right; */
}

.dm-full.footer-creds .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0px 15px;
}

.dm-full.footer-creds a {
    font-weight: bold;
}

section.visit-us-block {
    padding: 7vh 0px;
}

.visit-us-flex {
    margin-bottom: 50px;
}

.visit-us-flex:last-of-type {
    margin: 0px;
}

.visit-us-flex.welcomeright .dm-half:nth-child(1) {
    order: 2;
}

.visit-us-flex {
    border: 2px solid var(--pColor);
    border-radius: 20px;
    overflow: hidden;
}

.visit-us-flex .dm-flex {
}

.visit-us-flex .dm-half:nth-child(2) {}

html .middle {
    padding: 50px;
}

.visit-us-flex img {
    display: block;
}

.middle h3 {
    color: #000;
    font-size: 30px;
    line-height: 1;
}

.middle h3:after {
    content: "";
    width: 80px;
    background: var(--sColor);
    display: block;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html a.newbtn {
    margin: 0px;
    background: var(--pColor);
    color: #000;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.visit-us-block li a {
    color: #000;
    font-weight: bold;
}

.visit-us-flex li:before {
    display: none;
}

.visit-us-flex li {
    list-style: disc;
}

.visit-us-flex:last-of-type li {
    list-style: none;
    padding-bottom: 11px;
}

.visit-us-flex:last-of-type ul {
    padding-left: 0px;
}

.visit-us-flex iframe,.visit-us-flex img {
    height: 350px !important;!i;!;
    object-fit: cover;
    width: 100%;
}

a.sticks {
    border: 0px;
    background: var(--pColor);
}

a.sticks:nth-child(2) {
    color: #fff;
    background: var(--sColor);
}

.wow {
    opacity: 0;
}

.wow.fadeInUp,.wow.fadeInUpa {
    opacity: 0;
    transform: translate3d(0,100%,0);
}

.wow.animated {
    animation-fill-mode: forwards !important;
}

@media (max-width: 880px) {
    .copyrights .dm-fourth {
        margin-bottom: 30px;
    }
    
    section.home-icons .dm-third {
        margin-bottom: 40px;
    }

    section.n-s-section h2 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    section.n-s-section .dm-third {
        margin-bottom: 30px;
    }

    section.classy-testimonials h2 {
        font-size: 35px;
        line-height: 1.2;
    }

    .visit-us-flex iframe, .visit-us-flex img {
        height: 300px !important;
    }
    section.new-service-section .dm-half {
        flex: 1 1 100%;
    }
}
.visit-us-flex iframe {
	border-radius: 10px;
}

div#regular-header * {
    color: #fff;
}

section.home-icons:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    background-color: #fff;
    left: 0px;
    opacity: 0.2;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

section.home-icons p {
    font-size: 21px;
}

html .wda_video_style .buttonToAuto {
    bottom: auto;
    text-align: right;
    top: 0px;
}

section.central-welcome h2 + h3 {
    text-align: center;
    color: var(--aColor);
    font-size: 34px;
}


.full-list .no-bg:hover {
    background: var(--pColor) !important;!I;!;
    color: #fff !important;!i;!;
}

section.central-welcome h4 {
    text-align: center;
    font-size: 31px;
    font-weight: bold;
}

section.central-welcome .dm-flex .dm-flex {
    margin: 0px -15px;
}

section.central-welcome .dm-third img {
    height: 250px !important;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.37);
}

.home .header-spacer {
    display: none;
}

.dm-full {
    flex: 1 1 100%;
}

div#regular-header .container-wide > div {
    justify-content: flex-end;
}


section.n-s-section h3 {
    border-left: 3px solid var(--aColor);
    padding-left: 10px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 30px;
}

section.n-s-section .dm-full:nth-child(odd) .dm-third {
    order: 2;
}

section.n-s-section p {
    font-weight: 300;
}

section.n-s-section .dm-third img {
    border-radius: 15px 15px 15px 15px;
    box-shadow: -5px 6px 14px -4px rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
}

section.n-s-section .dm-full {
    margin-bottom: 70px;
}


@media (min-width:881px) {
    li#menu-item-32 {
        display: none;
    }
}

@media (max-width: 880px) {
    section.central-welcome .dm-half:nth-child(2) {
        max-width: 100%;
    }
}

section.new-service-section a:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 33%, var(--pColor) 100%);
    opacity: 1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

section.nav-icons {
    text-align: center;
}

section.nav-icons img {
    display: block;
    margin: 0px auto;
    max-width: 80px;
}

section.nav-icons span {
    text-transform: uppercase;
    color: #777;
    font-weight: 300;
    display: block;
}

section.nav-icons .dm-fourth {
    margin-bottom: 20px;
}

section.nav-icons {
    padding-bottom: 10px;
}

section#locations.full-section .container-wide {
    max-width: 100%;
    border-radius: 0px;
    padding: 0px;
}

.full-section .visit-us-flex {
    border-radius: 0px;
    border: 0px;
}

.full-section {
    padding: 5vh 15px !important;
}

.visit-us-flex .dm-flex h4 {font-size: 30px;font-weight: 300;}

.full-section .dm-flex {
    align-items: inherit;
}

.full-section .visit-us-flex .dm-fourth:nth-child(odd) {position: relative;}

.full-section .visit-us-flex .dm-fourth {
    padding: 50px 15px;
    position: relative;
}

.full-section .visit-us-flex .dm-fourth:before {
    right: 0px;
    height: 90%;
    background: #1578c121;
    content:"";
    position: absolute;
    width: 1px;
    top: 5%;
}

.cta-carrier {
    position: relative;
}

.cta-carrier:before {
    background-color: #00000073;
    opacity: 1;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.cta-content h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.cta-carrier li input {
    height: 40px !important;
    border-radius: 50px;
    border-left: 3px solid var(--pColor);
}

.cta-carrier li textarea {
    border-radius: 50px;
    border-left: 3px solid var(--pColor);
}

.cta-carrier #field_2_6 input {
    height: auto !important;
}

.cta-carrier input[type="submit"] {
    background: var(--pColor);
    width: 200px !important;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0px auto !important;
    display: block !important;
}

.full-section .visit-us-flex .dm-fourth p {
    padding-left: 30px;
    position: relative;
}

.full-section .visit-us-flex .dm-fourth p i {
    position: absolute;
    left: 0px;
    top: 6px;
    color: var(--pColor);
}

section#locations h2 {
    text-align: center;
    font-size: 50px;
    margin: 0px;
}

.full-section .visit-us-flex .dm-fourth:last-of-type:before {
    opacity: 0;
}

.testimonial-stars i {
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

span.icon-bg img {
    max-width: 50px;
    margin: 0px auto;
    display: block;
}

.border-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0px auto;
}

.border-icon span:nth-child(1),.border-icon span:nth-child(3) {
    flex: 1 1 calc(50% - 50px);
    height: 1px;
    background: var(--pColor);
}

.border-icon span:nth-child(2) {
    flex: 1 1 100px;
}

.cta-carrier #field_2_6 a {
    font-weight: bold;
    color: #fff;
}

body:not(.home) header#site-header .main-head-wrap {
    background: #57575785;
}

@media (max-width: 880px) {
	section.central-welcome .dm-third {
		margin-bottom: 20px;
	}

	section.central-welcome .dm-full {
		padding-bottom: 0px;
	}

	section.n-s-section .dm-full .dm-third {
		order: inherit !important;
		flex: 1 1 100%;
	}

	section#locations .dm-fourth {
		flex: 1 1 50%;
	}

	.carousel-caption h2 {
		font-size: 36px;
		line-height: 1;
	}

	.video-location {
		bottom: 5%;
	}
	
	section.nav-icons .dm-fourth {
		flex: 1 1 50%;
	}

	section.nav-icons .dm-fourth img {
		max-width: 60px;
	}
}

@media (max-width: 540px) {
	section#locations .dm-fourth {
		flex: 1 1 100%;
	}
}

#site-header .container-wide {
	max-width: 100%;
	padding-right: 0px;
}

header#site-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.header-inline-appt a i {
    display: none;
}


section.cc-welcome {
    background: #435949;
    padding: 5vh 0px 8vh;
}

section.cc-welcome * {
    color: #fff;
}

section.cc-welcome {}

.hero_image svg {
    fill: rgba(67,89,73,1);
    position: absolute;
    bottom: -49%;
    width: 200%;
    left: 0px;
    transform: scaleY(-1);
}

.hero_image {
    overflow: hidden;
    position: relative;
    height: 770px;
    text-align: center;
    background: #FFFFFF;
    text-align: center;
}

.image-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: inherit;
}

.carousel-caption p {
    max-width: 600px;
    margin: 0px auto;
    text-transform: uppercase;
    font-style: italic;
    font-size: 15px;
}

html h1,html h2,html h3 {
    font-family: avoda;
}

.carousel-caption h4 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

section.cc-welcome h2 strong {
    font-size: 71px;
    font-family: eye;
    font-weight: 400;
    font-family: eyesome;
}

section.cc-welcome h2 {
    font-size: 60px;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
}

section.cc-welcome h2 + p {
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 30px;
}

section.cc-welcome p {
    font-size: 14px;
}

html a.btn {
    border-style: solid;
    padding: 13px 16px;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    background-color: rgba(225, 225, 225, 1) !important;
    background-image: none;
    border-radius: inherit;
    transition-duration: 0.5s;
    border-radius: 0px;
    color: #000 !important;
}

section.cc-welcome img {
    height: 625px !important;
    width: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}


section#ss img {
    border-radius: 10px;
    height: 663px !important;
    object-fit: cover;
    width: 100%;
    display: block;
}

section#ss .dm-half div > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    background: #fff;
    border-radius: 10px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: center;
    padding: 100px 30px;
}

section#ss h3 {
    font-family: 'eyesome';
    color: #000;
    font-size: 50px;
}

section#ss a.btn {
    background: var(--pColor) !important;
    color: #fff !important;
}

section#ss span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--pColor);
    font-weight: bold;
}

section#ss p {
    text-transform: uppercase;
    font-style: italic;
    font-size: 17px;
    margin: 30px 0px;
}

section#ss {
    padding: 7vh 0px;
}

section#ss .dm-half {
    padding: 0px 25px;
}

.carousel-caption img {
    max-width: 265px;
}

.image-hover {}

section.cc-classic {
    background: #435949;
    text-align: center;
    
    
    
    
    {    max-width: 265px;}.image-hover {};
}

section.cc-classic h2 {
    color: #fff;
}

section.cc-classic > h2 {
    font-family: 'eyesome';
    font-size: 55px;
    padding: 5vh 0px 0vh;
    margin: 0px 0px -32px;
    position: relative;
    z-index: 1;
}

section.cc-classic svg {
    transform: scaleY(-1);
    fill: #435949;
    position: relative;
    margin-bottom: -50px;
}

.cc-content {
    max-width: 810px;
    margin: 0px auto;
    padding: 70px 50px;
    background: rgba(125,120,102,0.93);
    color: #fff;
}

.cc-carrier {background-size: cover;background-position: 50% 50%;padding: 9vh 0px;}

.cc-content h2 {
    max-width: 500px;
    font-size: 49px;
    text-align: center;
    margin: 0px auto 20px;
    line-height: 1.2;
}

.cc-content p {
    font-size: 16px;
    max-width: 550px;
    margin: 0px auto 30px;
}

.item-box {
    background: rgba(125,120,102,1);
    text-align: center;
    padding: 40px;
    color: #fff;
}

.item-box span {
    font-weight: bold;
    font-family: 'Montserrat';
}

.item-box h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.item-box p {
    font-family: 'Montserrat';
    font-style: italic;
    text-transform: uppercase;
    font-size: 16px;
}

.item-box {
    margin-bottom: 30px;
}

section#why-choose-us .dm-third:nth-child(3) .item-box {
    background: rgba(67,89,73,0.88);
}

section#why-choose-us .dm-third:nth-child(3) .item-box + div {
    background: rgba(217,114,54,0.88);
}

section#why-choose-us h2 {
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 54px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 35px;
    max-width: 650px;
}

section#why-choose-us h2 em {
    font-family: 'eyesome';
        color: rgba(217,114,54,1);
}


section#why-choose-us {
    margin: 5vh 0px -50px;
    position: relative;
    z-index: 1;
}

section#why-choose-us h4 {
    text-transform: uppercase;
    font-style: italic;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    max-width: 300px;
}

section#why-choose-us strong {
    display: block;
    color: var(--pColor);
    font-size: 25px;
    max-width: 250px;
    line-height: 1;
    margin: 40px 0px;
}

section.image-grid {
    position: relative;
    background: var(--sColor);
    color: #fff;
    padding: 9vh 0px;
    overflow: hidden;
}

section.image-grid * {
    color: #fff;
}

section.image-grid hr {
    background: #fff;
    height: 2px;
    width: 80%;
}

.floating-grid {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 700px;
    top: -5%;
    transform: rotate(25deg);
    right: -9%;
}

.floating-grid img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.floating-grid .dm-half {
    padding: 20px 15px;
}

section.image-grid h4 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 20px;
}

section.image-grid h3 {
    font-size: 53px;
    line-height: 1;
    margin: 20px 0px;
}

section.image-grid h4 + p {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 15px;
}

.floating-grid .dm-half:nth-child(2) {
    position: relative;
    top: 150px;
}

section#testimonials {
    min-height: 100vh;
    padding: 50px 0px;
}

section#testimonials * {
    color: #fff;
}

section#testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0px;
    background: #000;
    opacity: 0.2;
}

section#testimonials h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pp-test-content p {
    font-family: 'Marcellus';
    font-size: 16px;
}

.i-tex {
    display: none;
}

.testi-lap {
    position: sticky;
}

section.lc-welcome h2 {
    color: rgba(217, 114, 54, 1);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 60px;
    text-align: left;
    font-family: 'avoda';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

section.lc-welcome h2 em {
    font-family: 'eyesome';
    text-transform: none;
    color: #000;
    font-size: 38px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

section.lc-welcome h2 + p {
    text-transform: uppercase;
    font-style: italic;
    max-width: 400px;
    font-size: 15px;
}

.small-img {
    width: 223px;
}

.small-img img {
    width: 223px !important;
    height: 230px !important;
    object-fit: cover;
}

.dm-half.img-contgainer img {
    object-fit: cover;
    display: block;
}

.big-img img {
    height: 430px !important;
    width: 370px;
}

div {}

.wide-img img {
    height: 232px !important;
    width: 600px !important;
}

.dm-half.img-contgainer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.big-img {
    margin: 0px auto;
    margin-right: 0px;
    right: 0px;
}

.dm-half.img-contgainer > div {
    padding: 10px;
}

section.lc-welcome .dm-half:nth-child(1) {
    flex: 1 1 40%;
}

.wide-img {
    position: relative;
    left: -100px;
}

section.lc-welcome {
    position: relative;
    top: -50px;
}

section.lc-welcome .dm-full {
    text-align: center;
    font-size: 14px;
    padding-top: 50px;
}

@media (max-width: 880px) {
	section.cc-welcome h2 {
		font-size: 50px;
		padding-top: 40px;
	}

	section.cc-welcome h2 strong {
		font-size: 50px;
	}

	section#ss .dm-half {
		padding: 10px;
	}

	section#ss .dm-half div > div {
		width: 80%;
		padding: 50px 10px;
	}

	section.cc-classic > h2 {
		font-size: 40px;
		line-height: 1.3;
		padding: 5vh 20px 0px;
		margin-bottom: 0px;
	}

	section.cc-classic svg {
		height: 50px;
	}

	section.cc-classic {
		overflow: hidden;
	}

	.cc-content {
		width: 90%;
	}

	section#why-choose-us h2 {
		position: relative;
		top: 0px;
		max-width: 100%;
		font-size: 40px;
	}

	section#why-choose-us h2 em {
		font-size: 29px;
		margin-bottom: 40px;
	}

	section.image-grid {}

	.floating-grid {
		position: relative;
		top: 0px;
		transform: none;
		right: 0px;
		margin-bottom: 30px;
	}

	section.image-grid {
		display: flex;
		flex-wrap: wrap;
	}

	section.image-grid > div:nth-child(1) {
		order: 2;
	}

	.floating-grid .dm-half:nth-child(2) {
		top: 20px;
		padding: 5px;
	}

	.floating-grid img {
		margin-bottom: 10px;
	}

	.floating-grid .dm-half {
		padding: 5px;
	}

	section.lc-welcome {
		top: 0px;
		padding: 5vh 0px;
	}

	section.lc-welcome h2 {
		font-size: 46px;
	}

	.dm-half.img-contgainer > div {
		flex: 1 1 50%;
	}

	.dm-half.img-contgainer {
		flex-wrap: wrap;
	}

	.dm-half.img-contgainer img {
		height: 300px !important;
		width: 100% !important;
	}

	.wide-img {
		left: 0px;
	}

}

.copyrights {
    text-align: center;
    color: #fff;
}

.dm-service-section h3 {
	color: #d97235;
}

.dm-modal-backdrop.show-dm-drop {visibility: hidden;}

  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
 border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
 border-radius: 8px;}

.testimonial-box-dm blockquote:after {
font-size: 40px;
color: #0e070714;
}
/* About */
section.section-hero {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
}

section.section-hero h1 strong {
    display: block;
    font-family: eyesome;
    font-weight: 400;
}

h1 {}

section.section-hero h1 {
    font-size: 60px;
    text-align: center;
    z-index: 1;
    color: #fff;
    position: relative;
    top: -70px;
}

.section-hero-image {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 35%;
    opacity: 0.6;
}

section.section-team {
    position: relative;
    z-index: 1;
    background: #fff;
}

.skewed-gallery div img {
    height: 274px !important;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}

.skewed-gallery {
    width: 280px;
    transform: rotate(-16deg);
    top: 9px;
    position: relative;
    right: -40px;
}

section.section-team h2 {
    line-height: 1;
    font-size: 59px;
    color: #000;
    margin-bottom: 30px;
    max-width: 500px;
}

section.section-team h3 {
    font-family: 'Montserrat';
    color: rgba(217, 114, 54, 1);
    font-size: 26px;
    text-align: left;
    font-weight: bold;
}

.svg-icon {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: -145px;
}

.svg-icon svg {
    height: 100%;
    transform: scaleY(-1) scaleX(-1);
    width: 3800px;
    position: absolute;
    left: -1090px;
    fill: var(--sColor);
}

section.meet-the-doctor h2 {
    line-height: 1;
    letter-spacing: 0em;
    font-size: 55px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

section.meet-the-doctor h2 strong {
    display: block;
    font-family: eyesome;
    font-weight: 400;
    font-size: 75px;
    text-transform: none;
}

section.meet-the-doctor {
    background: var(--sColor);
    z-index: 1;
    margin-top: -130px;
    position: relative;
    top: -70px;
}

section.section-team > .container {
    position: relative;
    z-index: 1;
}

footer#site-footer {
    position: relative;
    z-index: 1;
}


section.team-scroll {
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 0vh 0px;
}

.dm-half.floati-img img {
    height: 647px !important;
    display: block;
    width: 100%;
    object-fit: cover;
    width: 500px;
    left: 510px;
    top: 56px;
    width: 500px;
    height: 647px;
    box-shadow: 7px 8px 5px rgba(0, 0, 0, 0.5);
}

.dm-half.floati-narrow {
    background-color: rgba(217, 114, 54, 0.92);
    width: 429px;
    flex: 0 1 429px;
    padding: 35px;
    margin-right: -40px;
    position: relative;
    z-index: 1;
}

.dm-half.floati-img {
    flex: initial;
    margin-left: -40px;
}

.dm-half.floati-narrow p {
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 24px;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.dm-half.floati-narrow h3 {
    font-size: 51px;
    padding-top: 26px;
    padding-left: 30px;
}

.dm-half.floati-narrow h3 strong {
    font-size: 54px;
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: -20px;
    left: -17px;
}

.dm-half.floati-narrow h3 {
    position: relative;
}

.stick-review {
    background-color: rgba(67, 89, 73, 0.94);
    padding: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.dmm-item {
    max-width: 1200px;
    margin: 0px auto;
    padding: 5vh 0px;
    background: #fff;
}

.stick-review {
    max-width: 1200px;
    margin: 0px auto;
}

.doctor-item {
    position: relative;
    background: #fff;
}

.team-scroll .doctor-item{ display: contents; }

.team-scroll .dmm-item,
.team-scroll .stick-review:has(p),
.team-scroll [clas="stick-review"]:has(p){
  position: sticky;
  top: 0;
}

.dmm-item h4 {
    letter-spacing: 0em;
    font-size: 56px;
    color: #000;
    font-weight: 300 !important;
    font-family: 'avoda';
}

.dmm-item h4 strong {
    display: block;
    font-family: 'eyesome';
    color: var(--pColor);
    font-weight: 400;
    font-size: 62px;
    position: relative;
    left: 80px;
    top: -24px;
}

.dm-flex.image-grid .dm-third {
    padding: 0px;
}

.dm-flex.image-grid img {
    height: 480px !important;
    object-fit: cover;
    width: 100%;
    object-position: 50% 79%;
    display: block;
}

section.grid-img {
    background: #fff;
    position: relative;
    padding-top: 50px;
}

.dm-flex.image-grid {
    margin: 0px -15px;
}

section.grid-img > div {
    max-width: 1400px;
}

section.wood-form {
    padding: 5vh 0px;
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/uploads/2026/06/pexels-fwstudio-129722-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

section.wood-form:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}

.content-wood {
    color: #fff;
    display: flex;
}

.content-wood h3 {
    flex: 1 1 300px;
    text-align: right;
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.content-wood p {
    flex: 1 1 calc(100% - 300px);
    padding-left: 45px;
}

.dm-half.floati-narrow h3 strong {
    position: relative;
    display: block;
    text-transform: none;
    padding-bottom: 20px;
}

.dm-half.floati-narrow h3 {
    text-transform: uppercase;
    line-height: 1;
    padding: 0px;
    padding-top: 45px;
}

section.grid-img:before {
    content: "";
    bottom: 0px;
    height: 85%;
    background: #f5f5f5;
    width: 100%;
    position: absolute;
}

section.grid-img:before {
    content: "";
    bottom: 0px;
    height: 81%;
    background: #E1E1E1;
    width: 100%;
    position: absolute;
}

.stick-review.narrow-review {
    max-width: 600px;
    margin: 0px auto;
    transform: translateX(-174px);
}

/* Service */
section.section-service {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -90px;
}

section.section-hero.service-hero h1 {
    color: rgba(255, 255, 255, 1);
    line-height: 1.1;
    font-size: 63px;
    text-align: center;
}

section.heading-section {
    padding: 27px 0px 15px;
    text-align: center;
    background: #435949;
    position: relative;
    z-index: 1;
}

section.heading-section h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
}

section.section-hero.service-hero {
    height: 878px;
    overflow: hidden;
}

section.section-hero.service-hero > .section-hero-image {
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: 50% 100%;
}

section.section-hero.service-hero .dm-full {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
}

section.section-hero.service-hero h1 {
    top: 0px;
}

section.section-hero.service-hero p {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: ;
    font-style: italic;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0px auto 20px;
}

.hero-svg {
    width: 3626px;
    height: 733px;
    transform: scale(1, 1) translate(0px, 0px) rotate(180deg);
    position: absolute;
    bottom: -235px;
    left: -806px;
}

.hero-svg svg {
    fill: #fff;
}

section.parallax-section > div {
    background-color: rgba(125, 120, 102, 0.93);
    text-align: center;
    color: #fff;
    padding: 40px;
}

section.parallax-section h2 {
    color: #fff;
    font-size: 50px;
    max-width: 500px;
    margin: 0px auto 20px;
}

section.parallax-section p {
    max-width: 700px;
    margin: 0px auto 20px;
    font-size: 14px;
}

section.parallax-section {
    padding: 10vh 15px;
    background-size: cover;
    background-position: 50% 50%;
}

section.section-service .dm-full img {
    width: 250px;
    height: 202px !important;
    box-shadow: -5px 6px 5px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    margin: 0px auto;
    margin-right: 0px;
    display: block;
}

section.section-service img {
    object-fit: cover;
}

section.section-service .dm-half {
    order: 2;
}

section.section-service h2 {
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 54px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    max-width: 500px;
    margin-bottom: 30px;
}

section.section-service .dm-third div:nth-child(1) img {
    width: 374px;
    height: 388px !important;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0px auto;
}

section.section-service .dm-third div:nth-child(2) img {
    width: 249px !important;
    height: 224px !important;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}


section.section-service li:before {
    content: "\f0da";
    color: var(--pColor);
    font-size: 52px;
    position: absolute;
    top: 3px;
    line-height: 0.5;
}

section.section-service li {
    margin-bottom: 30px;
}

.stacked-gallery .small-img {
    position: relative;
    top: -40px;
    left: -40px;
}

section.section-service .container {
    position: relative;
    top: -115px;
}

section.section-service {margin-bottom: -50px;}

.img-over {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: -50px;
    left: -60px;
    z-index: 1;
}

.img-over img {
    height: 350px !important;
    width: 350px !important;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: initial;
}

.ss-scroll {
    max-width: 90%;
    margin: 0px auto;
    margin-left: 0px;
}

section.service-scroll h3 {
    color: rgba(217, 114, 54, 1);
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-family: 'eyesome';
    font-size: 54px;
    line-height: 1;
}

section.service-scroll .dm-half p {
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;
    margin: 0px;
    line-height: 1.3;
}

.dm-scroll p {
    text-align: left !important;
    font-size: 18px !important;
}

.dm-scroll h4 {
    font-family: 'avoda';
    font-size: 47px;
    color: #fff;
    line-height: 1.1;
}

.dm-scroll .dm-half:nth-child(2) {
    background-color: rgba(67, 89, 73, 0.84);
    padding: 50px 40px;
    color: #fff;
}

.ss-item img {
    height: 527px !important;
    object-fit: cover;
    width: 100%;
}

section.parallax-section .dm-flex {
    padding: 5VH 0PX;
}

section.service-scroll .dm-scroll .dm-flex:nth-child(1) {
    padding: 5vh 0px 10vh;
    position: sticky;
    top: 0px;
}

.dm-scroll .dm-flex {
    padding: 0px !important;
}

.dm-scroll {
    position: sticky;
    top: 0;
    z-index: 1;
}


section.service-scroll > div > .dm-flex .dm-half:nth-child(2) {
    position: relative;
    top: 50px;
}

section.classic-half {
    padding: 5vh 0px 0px;
}

section.classic-half img {
    height: 766px !important;
    width: 100%;
    object-fit: cover;
}

section.classic-half h2 {
    font-size: 54px;
    color: #000;
    max-width: 400px;
    line-height: 1;
}

section.classic-half p {
    color: rgba(217, 114, 54, 1);
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

section.classic-half a.btn {
    border: 2px solid #000;
    background: transparent !important;
}

section.classic-half .dm-flex {
    margin: 0px -15px;
}

section.service-scroll:after {
    content: "";
    height: 500px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: whitesmoke;
    z-index: -1;
}

section.service-scroll {
    position: relative;
}

section.section-hero.hero-experience .section-hero-image {
    position: absolute;
    opacity: 0.9;
    background-position: 50% 65%;
}

section.section-hero.hero-experience .dm-full {
    max-width: 670px;
    background-color: rgba(255, 255, 255, 0.81);
    padding: 65px 50px;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 1;
}

section.section-hero.hero-experience .dm-full h1 {
    top: 0px;
    color: #000;
    line-height: 1;
    font-size: 50px;
    max-width: 450px;
    margin: 0px auto 20px;
}

section.section-hero.hero-experience p {
    color: rgba(67, 89, 73, 1);
    font-size: 48px;
    text-align: center;
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
    margin: 0px;
}

section.heading-icon {
    background: var(--pColor);
    color: #fff;
}

section.heading-icon p {
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: ;
    font-style: italic;
}

section.heading-icon .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.heading-icon img {
    max-width: 159px;
    margin: -75px 0px;
}

section.heading-icon p {
    margin: 0px;
    max-width: 650px;
    line-height: 1.2;
}

section.section-experience {
    position: relative;
    padding: 9vh 0px 8vh;
    text-align: center;
}

.image-big {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.1;
}

section.section-experience .dm-half {
    max-width: 750px;
    font-size: 19px;
}

section.section-what-to-expect {
    padding: 10vh 0px;
}

section.section-what-to-expect h2 {
    color: rgba(217, 114, 54, 1);
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    margin-bottom: 40px;
}

section.section-what-to-expect p {
    line-height: 1.8;
    letter-spacing: 0em;
    text-align: justify;
    font-weight: 400;
    font-style: normal;
}

.visit-wrapper {
    background: rgba(67,89,73,1);
    color: #fff;
    padding: 50px;
    position: relative;
}

.visit-wrapper h3 {
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 54px;
    text-align: left;
    font-family: 'eyesome';
}

.visit-wrapper div:nth-child(1) {
    max-width: 670px;
}

p.uzpp {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400 !important;
}

.visit-wrapper p {
    font-weight: bold;
    font-size: 16px;
}

.apsolute-img {
    position: absolute;
    right: -50px;
    top: -150px;
    width: 280px;
}

.apsolute-img img {
    display: block;
    height: 320px !important;
    object-fit: cover;
    width: 100%;
}

.apsolute-img {}

.apsolute-img {}

section.visit-section {
    padding-bottom: 6vh;
}

section.service-scroll.testi-scroll .dm-half:nth-child(1) {
}

section.service-scroll.testi-scroll h3 {
    font-family: 'avoda';
    text-align: left;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 68px;
    margin-bottom: 50px;
}

section.service-scroll.testi-scroll h3 strong {
    font-family: 'eyesome';
    font-weight: 400;
    font-size: 55px;
}

section.service-scroll.testi-scroll .container .dm-flex:nth-child(1) {
    height: 100vh;
}

.service-scroll > .container > .dm-flex{
  position: sticky;
  top: 0;
  /*height: 100vh;*/
  padding: 0px !important;
}

section.service-scroll.testi-scroll {
    background-size: cover;
    background-position: 50% 0%;
    background-color: #000;
}

.se-icon svg {
    width: 20px;
    fill: #fff;
}

section.service-scroll.testi-scroll .dm-scroll .dm-half:nth-child(2) {
    background: transparent;
}

.img-big {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: 50% 55%;
    opacity: 0.6;
    /* display: none; */
    left: 50%;
    transform: translateX(-50%);
}

.container {
    position: relative;
    top: 0px;
}

section.service-scroll.testi-scroll .dm-scroll {
    padding: 50vh 0px 70vh;
}

.page-id-431 section.grid-img {
    background: transparent;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

section.service-scroll.testi-scroll .dm-scroll h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-size: 15px;
    margin-top: 13px;
}

.dm-testi-scroll {
    margin-bottom: 25px;
}

section.section-hero.technology-hero p {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: ;
    font-style: italic;
    color: #fff;
    max-width: 500px;
    margin: 0px auto;
}

section.section-hero.technology-hero h1 {
    top: 0px;
    margin-bottom: 30px;
}

section.section-team.technology-team {
    background: #445949;
}

section.section-team.technology-team * {
    color: #fff;
}

section.section-team.technology-team svg {
    fill: #fff;
}

section.section-team.technology-team .svg-icon {
}

section.section-service.technology-services h2 strong {
    font-family: 'eyesome';
    text-transform: none !important;
    font-weight: 400;
}

section.section-service.technology-services h2 {
    max-width: 550px;
}

section.section-service.technology-services p {
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}

section.section-service.technology-services p strong {
    font-style: normal;
    color: var(--pColor);
    text-transform: none;
    font-size: 19px;
}

section.section-service.technology-services {
    margin-bottom: 0px;
    margin-top: -50px;
}

section.technology-heading {
    position: relative;
    z-index: 1;
}

section.technology-heading video {
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.8;
}

section.technology-heading h2 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-family: 'eyesome';
    font-size: 54px;
    margin: 0px;
    line-height: 1.2;
}

section.technology-heading {
    padding: 5vh 0px;
    background: #000;
}

section.classic-half {
    position: relative;
    z-index: 1;
    background: #fff;
}

section.techonology-scroller {
    position: relative;
    background: #435949;
    z-index: 1;
    padding: 30px 0px;
    top: 0px;
}

section.techonology-scroller * {
    color: #fff;
}

.techonlogy-grid {
    display: flex;
}

.techonlogy-grid img {
    height: 420px !important;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
}

.techonlogy-grid .dm-half:nth-child(1) {
    position: relative;
    top: -120px;
}

section.techonology-scroller em {
    color: rgba(225, 225, 225, 1);
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

section.techonology-scroller h2 {
    color: rgba(225, 225, 225, 1);
    line-height: 1;
    font-size: 55px;
    max-width: 500px;
}

section.techonology-scroller hr {
    background: #fff;
    width: 100%;
    height: 2px;
}

section.techonology-scroller .container > .dm-flex > .dm-half:nth-child(1) {
    padding: 0px;
    margin-left: -50px;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

.techno-scroll .dm-half:nth-child(2) {
    margin: 0px auto;
    margin-right: 0px;
}

.techno-scroll h4 {
    font-size: 47px;
    text-align: left;
    font-family: 'avoda';
    font-weight: 400;
    font-style: normal;
}

.techno-scroll p {
    font-size: 16px;
}

.techno-scroll .dm-half:nth-child(2) {
    padding: 20px;
    background-color: rgba(67, 89, 73, 0.84);
}

.techno-scroll {
    position: sticky;
    top: 0px;
    z-index: 1;
}

section.techonology-scroller .container:after {
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: #E1E1E1;
}

.grey-stick {
    height: 300px;
    position: sticky;
    bottom: 0px;
    background: whitesmoke;
    width: 100vw;
    left: 50%;
}

section.techonology-scroller .dm-flex {
    position: sticky;
    top: 0px;
}

section.techonology-scroller .dm-flex:after {}

section.techonology-scroller .dm-flex:after {
    content: "";
    position: absolute;
    bottom: -47%;
    width: 100%;
    height: 55%;
    background: whitesmoke;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

section.classic-half.technology-half {
    z-index: 100;
}

section.classic-half.technology-half p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

section.classic-half.technology-half h5 {
    font-style: italic;
    color: var(--pColor);
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 1px;
    margin: 25px 0px;
}

section.classic-half.technology-half h5 + p {
    font-size: 16px;
    text-align: justify;
}

section.classic-half.technology-half h2 {
    color: var(--pColor);
}

/* Wellness Services */

section.section-hero.technology-hero p {
    max-width: 650px;
    margin-bottom: 15px;
}

section.section-hero.technology-hero {
    text-align: center;
}

section.section-hero.technology-hero .section-hero-image {
    position: absolute;
}

section.section-hero.technology-hero > div {
    position: relative;
    z-index: 1;
}

.grid-gal {
    display: flex;
    flex-wrap: wrap;
}

.grid-gal img {
    height: 250px !important;
    width: 100%;
    object-fit: cover;
    display: block;
}

.grid-gal div {
    flex: 1 1 50%;
    padding: 5px;
}

section.section-wellness {
    padding: 7vh 0px;
}

section.section-wellness h2 {
    color: rgba(0, 0, 0, 1);
    line-height: 1;
    font-size: 50px;
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
}

section.section-wellness .dm-third {
    flex: 1 1 50%;
}

section.section-wellness h4 {
    font-weight: bold;
    font-size: 23px;
}

section.section-wellness h5 {
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
}

section.cc-classic.cc-wellness > h2 {
    padding: 4vh 0px 5vh;
    font-size: 50px;
}

section.cc-classic.cc-wellness .cc-content {
    background: rgba(217,114,54,0.88);
}

section.cc-classic.cc-wellness p {
    font-size: 19px;
    line-height: 2.3;
}

a.btn.btn-white {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff;
}

section.wellness-half {
    padding: 5vh 0px;
}

section.wellness-trifecta {
    padding: 10vh 0px;
    margin-top: 0px;
    background-size: cover;
    background-position: 50% 50%;
}

section.wellness-trifecta .dm-third {
    background: #ffffffde;
}

section.wellness-trifecta .dm-flex {
    align-items: center;
    gap: 10px;
}

section.wellness-trifecta h3 {
    text-align: center;
    color: rgba(217, 114, 54, 1);
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-family: 'eyesome';
    padding: 0px 30px;
}

section.wellness-trifecta .dm-third {
    text-align: center;
    padding: 50px 15px;
    flex: 1 1 32%;
}

section.wellness-trifecta a.btn {
    background: #425949 !important;
    color: #fff !important;
}

section.wellness-trifecta .dm-flex p {
    font-size: 16px;
}

.wellness-item strong {
    color: rgba(217, 114, 54, 1);
    font-size: 50px;
    font-family: 'eyesome';
    font-weight: 400;
    font-style: normal;
}

.wellness-item h3 {
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 32px;
    text-align: left;
    font-family: 'avoda';
    font-weight: 400;
    font-style: normal;
}

.wellness-item h4 {
    color: rgba(57, 54, 46, 1);
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-family: 'Montserrat';
    font-style: italic;
}

.wellness-item p {
    color: rgba(57, 54, 46, 1);
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: 14px;
    text-align: justify;
}

.wellness-item a.btn,.wellness-item button {
    background: #435949 !important;
    color: #fff !important;
	text-transform: uppercase;
    font-weight: 300;
    font-size: 12px !important;
    font-style: italic;
    width: 235px;
    display: block;
    margin: 0px auto;
    margin-right: 0px;
    border: 0px;
    cursor: pointer;
}
.local-heading {
    padding: 3vh 0px 3vh;
    font-size: 41px;
    background: #435949;
    text-align: center;
}

.local-heading h2 {
    font-family: 'eyesome';
    color: #fff;
    font-size: 45px;
    margin: 0px;
    line-height: 1;
}

section.last-section img {
    height: 550px !important;
    object-fit: cover;
    width: 100%;
}

section.last-section .dm-flex {
    padding-top: 5vh;
}

section.last-section h3 {
    font-family: 'eyesome';
    font-size: 45px;
    color: var(--pColor);
}

section.last-section h4 {
    font-family: 'avoda';
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
}

section.last-section strong {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-style: italic;
}

section.last-section p {
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
}

section.last-section .dm-full {
    text-align: center;
    padding: 6vh 0px 2vh;
}

section.last-section .dm-full p {
    text-align: center;
}

section.last-section {}

section.last-cta {
    text-align: center;
}

section.last-cta {
    background-size: cover;
    background-position: 50% 34%;
    padding: 10vh 0px;
    position: relative;
}

section.last-cta:before {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}

.wrapper-cle {
    background-color: rgba(125, 120, 102, 0.8);
    max-width: 800px;
    margin: 0px auto;
    padding: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.wrapper-cle h3 {
    font-family: 'avoda';
    font-size: 53px;
    color: #fff;
}

section.last-cta + section {
    padding: 0px;
    background: transparent;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

section.last-cta + section.grid-img:before {
    height: 90%;
}
/* Responsive */
@media (max-width: 768px) {
	section.section-hero.technology-hero h1 {
		font-size: 40px;
		line-height: 1;
	}

	section.section-hero.technology-hero {
		padding: 0px 20px;
	}
	.section-hero-image {
		position: absolute;
		top: 0px;
	}

	.skewed-gallery {
		transform: none;
		width: 100%;
		right: 0px;
		top: 0px;
	}

	section.section-team {
		overflow: hidden;
	}

	section.section-team {
		padding: 5vh 0px 5vh;
	}

	section.meet-the-doctor h2 {
		text-align: center;
	}

	section.meet-the-doctor h2 strong {
		font-size: 57px;
	}

	.dm-half.floati-img {
		margin: 0px;
		padding: 0px;
	}

	.dm-half.floati-narrow {
		margin: 0px;
		order: 2;
		width: 100%;
		max-width: 100%;
		flex: 1;
	}

	.dmm-item h4 {
		font-size: 49px;
		line-height: 1;
		text-align: center;
		padding: 5vh 0px;
		margin: 0px;
	}

	.dmm-item h4 strong {
		left: 0px;
		top: 0px;
		font-size: 40px;
		text-align: center;
	}

	.stick-review.narrow-review {
		transform: none;
	}

	.content-wood {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}

	.content-wood h3 {
		text-align: center;
	}

	.content-wood p {
		padding: 0px;
	}

	.team-scroll .dmm-item, .team-scroll .stick-review:has(p), .team-scroll [clas="stick-review"]:has(p) {
		position: relative;
	}

	.dmm-item {
		padding: 0px;
	}

	.dm-half.floati-img img {
		height: 450px !important;
	}

	.dm-half.floati-narrow h3 strong {
		font-size: 45px;
	}

	.dm-half.floati-narrow h3 {
		font-size: 40px;
	}

	.dm-half.floati-narrow p {
		font-size: 20px;
	}

	.stick-review {
		text-align: left;
	}
	section.meet-the-doctor {
		margin: 0px;
		top: 0px;
		padding: 5vh 0px;
	}

	.svg-icon svg {
		left: 0px;
		width: 100%;
		bottom: -43px;
	}

	.svg-icon {
		height: auto;
		margin: 0px;
		position: absolute;
		bottom: 0px;
		height: 150px;
	}
	
	/* Service */
	.header-inline-appt {
		display: none;
	}

	section.service-scroll .dm-half {
		flex: 1 1 100%;
	}

	.ss-scroll {
		max-width: 100%;
	}

	.img-over {
		left: -40px;
	}

	section.service-scroll > div > .dm-flex .dm-half:nth-child(2) {
		top: 0px;
		padding: 10vh 15px;
	}

	.dm-scroll .dm-half:nth-child(2) {
		background: rgb(67 89 73 / 95%);
		flex: 0 1 calc(100% - 30px);
	}

	section.classic-half .dm-half:nth-child(1) {
		padding: 5vh 15px;
		order: 2;
	}

	section.classic-half img {
		height: 500px !important;
	}

	section.section-hero.service-hero h1 {
		font-size: 50px;
		padding: 0px 15px;
	}

	section.section-hero.service-hero {
		height: 750px;
	}

	section.section-service .dm-full img {
		display: none;
	}

	section.section-service .container {
		top: 50px;
	}

	.stacked-gallery .small-img {
		left: -9px;
	}
	/* Experience */
	section.section-what-to-expect .dm-half {
		flex: 1 1 100%;
	}

	section.section-what-to-expect img {
		margin: 0px auto;
		display: block;
		margin-bottom: 30px;
	}

	section.section-what-to-expect {
		padding: 5vh 0px;
	}

	.apsolute-img {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		display: flex;
	}

	.apsolute-img img {
		width: 50%;
	}

	section.service-scroll.testi-scroll .container .dm-flex:nth-child(1) {
		height: auto;
		text-align: center;
		position: initial;
	}

	section.service-scroll.testi-scroll h3 {
		text-align: center;
	}

	section.service-scroll.testi-scroll .dm-scroll {
		padding: 5vh 0px;
	}

	.img-big {
		height: 100%;
	}

	.page-id-431 section.service-scroll > div > .dm-flex .dm-half:nth-child(2) {
		padding: 5vh 15px 0px;
	}

	section.grid-img .dm-third {
		flex: 1 1 33.33%;
	}

	section.section-hero.hero-experience {
		height: auto;
	}

	section.heading-icon p {
		padding: 10px 0px;
	}

	.visit-wrapper {
		padding: 20px;
	}
	.techonlogy-grid .dm-half:nth-child(1) {
		top: 0px;
	}

	section.techonology-scroller .container > .dm-flex > .dm-half:nth-child(1) {
		margin: 0px;
	}

	.techonlogy-grid .dm-half {
		padding: 5px;
		margin-bottom: 0px;
	}

	.techonlogy-grid img {
		margin-bottom: 10px;
		height: 300px !important;
		width: 100%;
	}

	.techno-scroll {
		position: relative;
	}

	section.techonology-scroller .dm-flex {
		position: relative;
	}

	section.techonology-scroller .dm-flex:after {
		opacity: 0;
	}

	.page-id-230 section.classic-half img {
		object-position: 100% 20%;
	}

}

.page-id-368 section.section-hero.service-hero a.btn + a.btn {
    background: #435949 !important;
    color: #fff !important;
}

.dm-servo-scroll {
    margin-bottom: 30px;
}

.dm-servo-scroll h4 {
    line-height: 1;
}

section.section-team.technology-team {
	overflow: hidden;
}

section.section-service h2 strong {
    font-family: 'eyesome';
    font-weight: 400;
}

@media (max-width: 580px) {
	section.service-scroll.testi-scroll h3 {
		font-size: 50px;
	}

	section.service-scroll.testi-scroll h3 strong {
		font-size: 45px;
	}

	section.service-scroll.testi-scroll .dm-scroll .dm-half:nth-child(2) {
		flex: 1 1  100%;
		padding: 5vh 15px;
	}

	section.grid-img .dm-third {
		flex: 1 1 100%;
	}
}