/*
Theme Name: Classy - 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;
}

#page {
    padding: 0px;
}

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

#header a.btn {
    padding: 10px 20px;
}

.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;
    border-bottom: 1px solid 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: 0px;
    padding-top: 5vh;
}

.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;
    border-top: 1px solid #fff;
}

.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;
    margin: 0px 10px;
}

.copyrights h3,.copyrights h4 {
    color: #fff;
    font-size: 21px;
}

.copyrights {
    text-align: left;
}

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

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

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

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: 90px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 13px;
}

.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;
}

.central-tab:nth-child(2) {
    animation-delay: 0.2s;
}
.central-tab:nth-child(3) {
    animation-delay: 0.3s;
}
.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 {
    background: rgb(251 251 251 / 47%);
    padding: 100px 0px;
}

section.new-service-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 41px;
    line-height: 41px;
    font-weight: 100;
}

section.new-service-section p {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}

section.new-service-section h3 {
    font-size: 21px;
}

section.new-service-section span {
    border: 1px solid var(--pColor);
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 5px 25px;
    font-size: 15px;
}

section.new-service-section .dm-third {
    flex: 1 1 33%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 10px;
    flex-basis: 400px;
}

section.new-service-section .dm-flex {
    gap: 0%;
    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 {
    margin-top: -40px;
}

.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: #f2f2f2;
    padding: 10vh 0px;
}

.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: 0px;
    /* background: linear-gradient(to bottom, #bdbdbd, #e7e7e7, #d0d0d0); */
}

section.half-half-classy img {
}

section.half-half-classy h2 {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    font-family: 'Nunito';
    font-size: 45px;
}

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

.main-head-wrap.header_fixed #header {
    /* background: rgb(255 255 255 / 95%); */
}

/* CTA  */
.cta-content {
    background-color: rgb(244 246 243 / 86%);
    border-radius: 45px 0 45px 0;
    overflow: hidden;
    padding-top: 5%;
    padding-right: 6%;
    padding-bottom: 5%;
    padding-left: 6%;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    width: 100%;
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
}

.cta-carrier {
    padding: 15vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 90%;
    margin: 0px auto;
    filter: grayscale(1);
}

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

section.cta-classic {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    /* background: linear-gradient(to bottom, #bdbdbd, #e7e7e7, #d0d0d0); */
}

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

section.central-welcome .container-wide {
    padding: 2%;
    border-radius: 0px 40px 0px;
}

section.central-welcome * {
    color: #000;
}

.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;
    filter: grayscale(1);
}
section.central-welcome .dm-flex {
    align-items: inherit;
}

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

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

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

#site-header .container-wide {
    max-width: 100%;
}

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

section.central-welcome h3 {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--pColor);
}


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: -43px;
    }
    .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-right: 0px;
    }
}


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

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

div#header {
    background: var(--sColor);
    padding: 10px 0px;
    float: none;
}

.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: 83px;
        -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: 23%;
    position: relative;
    top: -15px;
    margin-top: -15px;
}

nav.navigation.clearfix #menu-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -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: 330px;
}

ul#menu-main-menu a {-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;border-bottom: 1px solid rgba(0,0,0,0);}

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

div#regular-header {
    background: var(--sColor);
    /* border-bottom: 1px solid #fff; */
}

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

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

div#regular-header .container-wide {
    padding: 5px 35px;
    padding-left: 0px;
    justify-content: flex-end;
}

.dm-third.social-header {
    text-align: right;
    flex: 1 1 25%;
}

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

.dm-third.address-header {
    text-align: center;
    flex: 1 1 50%;
}

.dm-third.phone-header {
    text-align: left;
    flex: 1 1 25%;
}

#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: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    max-width: 1300px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: right;
}

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

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

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

.carousel-caption h2 {
    color: #fff;
}

html .video_holder {
    height: 100vh;
    max-height: 500px;
    width: 100%;
    min-height: 500px;
    filter: grayscale(1);
    display: flex;
}

.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 .slide-caption{bottom:10px;}
    html .slide-caption h2{font-size:26px!important;}
    html .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;
        margin-left: 15px !important;
    }

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

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

    #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;
        top: 0px;
        margin: 0px;
    }

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

    .carousel-caption {
        text-align: center;
    }

    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%;
    }

    section.half-half-classy {
        padding: 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;
    }

    .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;
}
section.half-half-classy .dm-flex {
    /* align-items: inherit; */
}

section.half-half-classy img {
    height: 100% !important;
    object-fit: cover;
    object-position: 0% 50%;
    display: block;
}

section.half-half-classy .dm-half:nth-child(1) p {
    height: 100%;
    margin: 0px;
}

.classy-testimonials-wrapper.dm-flex .dm-third {
    width: 100%;
    text-align: center;
}

.letter-wrap * {
    color: #fff;
    border-color: #fff !important;
}

.letter-wrap img {
    filter: brightness(0) invert(1);
}

.dm-third.address-header > * {
    display: inline-block;
}

.dm-phone-header p {
    font-size: 17px;
    margin: 0px;
    color: #fff;
}

.dm-phone-header i {
    position: relative;
    left: -7px;
}

.dm-phone-header p a {
    /* font-weight: bold !important; */
    font-size: 17px !important;
}

.inner-flex {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(141deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 51%, rgba(0,0,0,1) 100%);
}

html .slide-caption {
    position: relative;
    padding: 0px 30px;
    text-align: left;
    max-height: initial !important;
    float: none;
    bottom: auto;
    width: 400px;
    right: 0px;
    left: 0px;
    padding: 0px;
    z-index: 1;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}

html .newCon {
    background-position: 50% 0%;
    accent-color: auto;
    flex: 1 1 100%;
    align-items: flex-end;
}

html .slide-caption h2 {
    text-align: left;
    line-height: 1;
    color: #fff;
    text-shadow: 0px 0px 0px;
    font-size: 48px !important;
    margin-bottom: 20px;
    max-width: 350px;
    padding: 10px;
    margin-left: -10px;
    margin-bottom: 10px;
}

html .slide-caption p {
    text-shadow: 0px 0px 0px !important;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    font-size: 20px;
    padding-right: 40px;
}
.primary-ser-container.clearfix.hide-xs {
    padding-top: 1px;
    padding-left: 1px;
}

.primary-ser-container.clearfix.hide-xs .slick-dots {
    bottom: 50px;
    width: 500px;
    left: auto;
    right: 0px;
    text-align: left;
}

li .slick-dots {
    background: #000 !important;
}

html .slick-dots li button {border: 1px solid #000;height: 20px;width: 20px;}

html .slick-dots li {
    margin-right: 20px;
}

.left-exp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-end;
    flex: 1 1 100%;
    /* max-width: 380px; */
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-exp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
    flex: 1 1 50%;
    accent-color: tan;
    padding: 15px 0px;
}

.left-exp {
    text-align: right;
}

.left-exp span {
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 41px;
    line-height: 41px;
    text-transform: uppercase;
    margin: 0px 10px;
}

section.the_exp p {
    margin: 0px;
}

section.the_exp .dm-full {
    text-align: center;
    margin-top: 25px;
}

html div#slider-primary {
    margin: 0px;
}

section.the_exp {
    padding: 100px 0px;
}

section.half-half-classy > div {
    max-width: 100%;
    padding: 0px;
    width: 100%;
}

section.half-half-classy .dm-half:nth-child(1) {
    padding: 0px;
    order: 2;
    flex: 1 1 55%;
}

.narrow-classy {
    max-width: 600px;
    margin-left: 10%;
}

section.half-half-classy .dm-half:nth-child(2) {
    color: #fff;
    flex: 1 1 45%;
    order: 1;
}

.narrow-classy h2 {
    /* color: #fff; */
    font-size: 41px;
    font-weight: 100;
}

section.half-half-classy img {
    width: 100%;
}

section.cta-classic .dm-half:nth-child(1) {
    padding: 0px;
    flex: 1 1 60%;
}

section.cta-classic img {
    display: block;
}

.dm-blog-image img + img {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/10/veneers_img.jpg);
    filter: grayscale(1);
    top: 0px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.dm-blog-image {
    position: relative;
}

.dm-blog-image img {
    display: block;
    margin: 0px auto;
    max-width: 90px;
}

section.new-service-section .dm-third a:hover img + img {
        clip-path: polygon(0% 0, 100% 100%, 100% 100%);
}

.hd-testi__heading.hd-heading {
    text-align: center;
}

section.hd-testi.hd-section {
    padding: 100px 0px;
}
.hd-testi__heading.hd-heading {
    text-align: center;
}
.dm-test {
    margin: 0px 10px;
}
section.hd-testi.hd-section {
    padding: 100px 0px;
}

.readallreviews {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
.readallreviews a {
    display: inline-block;
    background-color: #111;
    width: 200px;
    padding: 12px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 8px;
    position: relative;
}
.readallreviews a:nth-child(1) {
    background-color: #317ddc;
}
.readallreviews a i {
    position: absolute;
    font-size: 31px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    opacity: 0.6;
}

section.hd-testi.hd-section {
    position: relative;
    background-attachment: fixed;
    background-position: 50% 50%;
}

section.hd-testi.hd-section:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    color: #fff;
    opacity: 1;
}

.testila {
    position: relative;
}

.readallreviews a:nth-child(3) {
    background-color: #c90e0e;
}
.readallreviews {
    text-align: center;
    padding-bottom: 10px;
}
.readallreviews a {
    display: inline-block;
    background-color: #111;
    width: 200px;
    padding: 12px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 8px;
    position: relative;
}
.readallreviews a:nth-child(1) {
    background-color: #70adfb;
}
.readallreviews a:nth-child(2) {
    background-color: #317ddc;
}
.readallreviews a i {
    position: absolute;
    font-size: 31px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    opacity: 0.6;
}

.ts-carousel__item {
    margin: 20px 0px;
    padding: 20px;
    background-color: transparent;
}

.nlapo {
    box-shadow: 2px 1px 17px rgba(0, 0, 0, 0.1);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #fff;
}
.hd-testi__heading.hd-heading p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

.testila:before {
    content: "\f10d";
    font-family: 'Font Awesome 5';
    color: #111;
    position: absolute;
    font-size: 90px;
    opacity: 0.1;
    top: -20px;
    left: -10px;
    line-height: 90px;
}

h2.hd-heading__head {
    color: #000;
    font-size: 37px;
    font-size: 45px;
    font-weight: 100;
    font-weight: 300;
    font-family: 'Nunito';
}

.whowrote {
    padding: 16px 0;
    border-top: 1px solid #dedede;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #111;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background-position: 50% 50%;
    background-size: cover;
    border: 2px solid rgba(131, 131, 131, 0.51);
    box-sizing: border-box;
}

.flux {
    display: flex;
    align-items: center;
}

.ts-carousel span.slide-star:before {
    opacity: 0;
}

html span.slide-star {
    float: none;
    display: block;
}

section.hd-testi.hd-section .ts-carousel {
    padding: 0px 50px;
}

.ts-carousel {
    position: relative;
    z-index: 1;
}

@media (max-width: 880px) {
    section.hd-testi.hd-section:after {
        display: none;
    }
    section.cta-classic .dm-half:nth-child(1) {
        flex: 1 1 100% !important
    }

    section.hd-testi.hd-section .ts-carousel {
        padding: 0px;
    }

    .narrow-classy {
        margin: 0px;
        padding: 40px 20px;
        padding: 20px 15px !important;
    }

    section.new-service-section h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .dm-phone-header {
        display: none !important;
    }

    section.half-half-classy .dm-half:nth-child(1) {
        order: 1;
        flex: 1 1 100% !important;
    }

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

    .left-exp {
        width: 100%;
        text-align: center;
        display: block;
        text-align: center;
        border: 0px;
        padding: 0px;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .left-exp span {
        text-align: center;
    }
    html .newCon {
        flex: 1 1 100%;
    }

    html .slide-caption {
        flex: 1 1 00%;
        padding: 20px;
        background: #000;
        text-align: center;
    }

    .inner-flex {
        flex-wrap: wrap;
    }

    html .dm-slide-main {
        height: auto !important;
    }

    html .dm-slide-main .newCon {
        height: 250px !important;
    }

    html .slide-caption h2 {
        font-size: 23px !important;
        text-align: center;
        margin: 0px;
        margin: 0px auto;
        max-width: 100%;
    }

    html .slide-caption p {
        display: none !important;
    }

    .slide-caption * {
        color: #fff !important;
        text-align: center;
    }
}

.logo-wrap {
    float: none !important;
}

.logo-wrap img {
    float: none;
    display: block;
}

.logo-wrap a {
    display: block;
}

.logo-wrap #logo {
    float: none;
}

@media (max-width: 880px) {
    #logo img {
        margin-left: 0px;
        max-width: 250px;
    }
}

.association-logos-dm {
    padding: 70px 0px;
    background: #fdfdfd;
}

.copyrights {
    float: none;
    padding: 5vh 0px;
}

.under-footer {
    background: #fff;
}

.under-footer .dm-full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 0px;
}

.association-logos-dm img {
    max-width: 300px;
    margin: 0px 15px;
    max-height: 50px;
    width: auto;
}

.association-logos-dm h2 {
    font-size: 38px;
    font-size: 41px;
    font-weight: 100;
}

.dm-phone-header {
    text-align: right;
}

.dm-phone-header a {
    padding: 0px !important;
}

.dm-phone-header a i {
    padding-right: 9px;
}

.dm-phone-header p + p a {
    text-transform: none !important;
    font-weight: 400 !important;
    /* line-height: 1.2; */
    display: block;
}

.dm-phone-header p + p {
    padding-top: 10px;
}

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

section.half-half-classy .dm-half:nth-child(1) {
    flex: 1 1 60%;
}

.narrow-classy {
    margin: 0px auto;
    max-width: 750px;
    padding: 20px 60px;
}

section.cta-classic .dm-half:nth-child(2) {
    flex: 1 1 40%;
}

.narrow-classy h2 b {
    font-weight: inherit;
}

html .dm-slide-main {
    height: 500px !important;
}

.slide-caption a.btn {
    font-size: 17px;
    padding: 10px 50px;
}

.con-image img {
    width: 100%;
    display: block;
    margin: 0px auto;
    max-height: 750px;
}

.con-image {position: relative;z-index: 1;}

.slide-caption {
}

ul.slick-dots {
    display: none !important;
}

.newCon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* background: linear-gradient(141deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 51%, rgba(0,0,0,1) 100%); */
    max-width: 1600px;
}

html .slide-caption p br {
    display: none;
}

html .slide-caption p a {
    font-weight: bold;
}

.slide-content {
    margin-bottom: 30px;
}

span.letter {
    display: inline-block;
    font-family: 'Nunito';
    font-weight: 300;
}

.newCon:before {
    height: 100%;
    width: 50%;
    background-image: url(/wp-content/uploads/2022/11/FLOW-Dental-Aesthetics-logo-1.png);
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.1;
    transform: rotate(-34deg);
}

.left-exp span {
    font-weight: 300;
    font-family: 'Nunito';
}

section.new-service-section h4 {
    max-width: 900px;
    margin: 0px auto 40px;
    font-weight: 300;
    text-align: center;
}

section.new-service-section h2 a {
    display: block;
    text-align: center;
}

section.new-service-section .dm-third a {
    text-align: center;
    display: block;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 13%);
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 350px;
    background: #fff;
}

section.new-service-section .dm-third a h3 + div {display: none;}

.testila {
    min-height: 200px;
}

.sub-footer .flex-ed {
    width: 100%;
    max-width: 100%;
    align-items: in;
}

.sub-3 {
    width: 33.33%;
    padding: 0px 15px;
    position: relative;
}

.sub-3 h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: bold;
}

.sub-3 .big-p + p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin: 10px auto;
    display: block;
}

.sub-3 .big-p + p span {
    display: block;
    color: #fff;
    opacity: 0.8;
}
.ct-hours p {
    margin: 0px;
    color: #fff;
}

.ct-hours strong {
    width: 140px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

footer li#field_2_5 {
    display: none;
}

footer label {
    display: none !important;
}


footer li input,footer li textarea {
    width: 100% !important;
    background-color: #393939 !important;
    border: 0px !important;
}

.sub-3:nth-child(2) p {text-align: center;color: #fff;}

.sub-3:nth-child(2) li {
    list-style: none;
    font-size: 15px;
    line-height: 29px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 180px;
    flex: 0 1 180px;
}

.sub-3:nth-child(2) ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.sub-3:nth-child(2) ul a {
    color: #fff;
}

footer#site-footer {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 10px 0;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-position: 50% 50%;
    overflow: visible;
    background: transparent;
    justify-content: center;
}

.sub-footer h3 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}

.sub-footer ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sub-footer li {
    width: 100%;
    margin-top: 10px !important;
}

.sub-footer li input {
    width: 100% !important;
    height: 50px;
}

.sub-footer input[type="submit"] {
    background: var(--aColor);
    color: #fff;
    width: 200px !important;
    margin: 0px auto !important;
    display: block !important;
    text-transform: uppercase;
    padding: 0px !important;
    cursor: pointer;
}

.sub-footer li:nth-child(2),.sub-footer li:nth-child(3) {
}
section.big-banner svg {
    height: 110px;
    width: 120%;
    left: -10%;
}
.sub-6 li {
    text-align: center;
    font-size: 18px;
    margin-left: 20px;
}

.sub-footer {
    position: relative;
}

.sub-footer h3,.sub-footer p {
    color: #fff;
}

.sub-footer li#field_2_5 {
    color: #fff;
    margin-bottom: 20px;
}

.wide-wrapper svg {
    fill: var(--sColor);
    transform: translateY(0px) scaleY(-1);
    top: 100%;
}
.contact-footer .container {
    padding: 80px 0px;
    display: flex;
}
.sub-footer.contact-footer {
    padding-top: 0px;
    background: var(--sColor);
    margin: 0px;
}
.sub-footer.contact-footer label {
    display: none !important;
}

.sub-footer.contact-footer span {
    color: #fff;
}

.sub-footer.contact-footer a {
    color: #fff;
}

.sub-footer.contact-footer i {
    color: #fff;
}

.sub-footer.contact-footer .dm-third div {
    margin-bottom: 20px;
}

.sub-footer.contact-footer span {
    font-weight: bold;
    font-size: 20px;
}

.sub-footer.contact-footer .dm-third div a {
    display: block;
}

a.hovering-button {
    position: fixed;
    bottom: 50px;
    z-index: 100;
    background: var(--sColor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    bottom: 15px;
    left: 15px;
}

a.hovering-button:hover {
    background: #6b5d52;
    transform: scale(1.04);
}

.sub-footer.contact-footer h3 {
}

.sub-footer.contact-footer .dm-full h3 {
    margin: 0px;
}

.dm-full div#gform_wrapper_2 {
    margin: 0px;
}

.dm-full .gform_legacy_markup_wrapper .gform_footer {
    margin: 0px;
}

.sub-footer.contact-footer textarea,
.sub-footer.contact-footer input {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
}


.sub-footer.contact-footer input[type="submit"] {
    background: #fff;
    color: #000;
    height: 40px;
}


.sub-footer.contact-footer textarea::placeholder,
.sub-footer.contact-footer input::placeholder {
    color: #fff;
}

.sub-footer.contact-footer textarea:focus,
.sub-footer.contact-footer input:focus {
    background: #fff;
    color: #111;
}

footer .container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
    float: none;
}

@media (max-width: 1330px) {
    .dm-phone-header {
        display: none;
    }
    div#header nav {
        margin-right: 0px;
    }
    #secondary-navigation a {
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    #logo img {
        max-width: 250px;
    }

    section.half-half-classy .dm-half:nth-child(1) {
        flex: 1 1 100%;
        order: 1;
    }

    section.cta-classic .dm-half:nth-child(2) {
        flex: 1 1 100%;
    }
    
    section.hd-testi.hd-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 880px) {
    html .dm-slide-main .newCon {
        height: auto !IMPORTANT;
    }

    html .slide-caption {
        flex: 1 1 100%;
        left: 0px;
        bottom: 0px;
        margin: 0px;
        top: auto;
        width: 100% !important;
        transform: none;
    }

    html .dm-slide-main .newCon {
        flex-wrap: wrap;
    }

    html .dm-slide-main {
        height: auto !important;
    }

    .slide-caption a.btn {
        background: #fff !important;
        color: #000 !important;
    }

    .slide-content {
        margin-bottom: 10px;
    }

    .sub-footer.contact-footer .dm-third,.sub-footer.contact-footer .dm-full {
        flex: 1 1 100%;
    }

    .contact-footer .container {
        flex-wrap: wrap;
    }

    .sub-footer.contact-footer .dm-full {
        padding: 0px 15px;
    }

    .sub-footer.contact-footer .dm-third {
        margin-bottom: 30px;
    }
} 

.dm-service-section.variarty .dm-flex {
    align-items: inherit;
    gap: 1%;
}

.dm-service-section.variarty strong {
    display: block;
    font-size: 19px;
    margin-bottom: 11px;
    font-size: 22px;
}

.dm-service-section.variarty .dm-fourth {
    flex: 1 1 49%;
    background: rgb(255 255 255 / 35%);
    padding: 20px;
    margin-bottom: 1%;
}

.dm-service-section.variarty br {
    display: none;
}

.full-half .dm-half {
    width: 100%;
    text-align: center;
}
.full-half h3 {
    text-align: center;
}

/* Responsive */
.half-half .container {
    padding: 0px;
    max-width: 100%;
}

.half-half .dm-half:nth-child(2) img {
    width: 100%;
    display: block;
}

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

.mini-half-inner {
    max-width: 600px;
    margin:0px auto;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
}

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

.dm-half.half-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #d0d0d0;
}

.dm-half.half-bg:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.8;
    background: linear-gradient(90deg, rgba(192,192,192,1) 0%, rgba(231,231,231,1) 42%, rgba(226,226,226,1) 76%, rgba(208,208,208,1) 100%);
}

.mini-half-inner * {
    color: #000;
}

.mini-half-inner h2,.mini-half-inner h1 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mini-half-inner p {
    font-size: 20px;
    margin-bottom: 30px;
}

.half-half img {
    min-height: 650px;
    object-fit: cover;
    max-height: 650px !important;
    object-position: 50% 50%;
}

.inner_spacing {
    padding: 100px 0px;
}

.inner_spacing.half-half {
    padding: 0px;
}

.normal_section .container {
    max-width: 1000px;
    font-size: 21px;
}

.normal_section {
}

.border-line {
    position: relative;
    text-align: center;
}

.border-line:before {
    content: "";
    width: 100%;
    position: relative;
    display: block;
    border-top: 1px solid #000;
    margin: 30px 0px;
}

.border-line p {
    font-size: 30px;
    max-width: 400px;
    margin: 0px auto 20px;
    line-height: 1.3;
}

html section#wda_testi {
    padding: 150px 0px;
    background-position: top;
}

section#three_1_253 ul {
    column-count: 2;
    list-style: none;
}

section#three_1_253 li {
    padding: 3px 0px;
    background: #fcfcfc;
    margin-bottom: 10px;
}

/* About */
div#post-14 .dm-flex {
    align-items: inherit;
}

div#post-14 .dm-third {
    background: var(--pColor);
    flex: 1 1 32%;
    padding: 30px;
    color: #fff;
}

div#post-14 .dm-flex {
    gap: 1%;
}

div#post-14 h4 {
    font-weight: bold;
    color: #fff;
}

div#post-14 .dm-third:nth-child(2) {
    background: var(--sColor);
}

div#post-14 .dm-third img {
    border: 0px;
    outline: 0px;
    max-width: 80px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    margin-bottom: -35px;
    transform: translateY(-75px);
}

div#post-14 .dm-third:before {
    content: "";
    position: absolute;
    background: #fff;
    top: -60px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

div#post-14 .dm-third {
    position: relative;
}

div#post-14 .dm-flex {
    padding-top: 50px;
}

.dm-flex.no-align {
    align-items: initial;
    margin-bottom: 20px;
}

.dm-flex.no-align p {
    font-size: 16px;
}

.dm-flex.no-align strong {
    display: block;
}

.dm-flex.no-align .dm-third {
    background: #f8f8f8;
    padding: 20px;
    border: 4px solid #fff;
    flex: 1 1 33.33%;
}

div#post-21 .dm-flex {
    align-items: inherit;
}

div#post-21 img {
    height: 100% !important;
    object-fit: cover;
    border: 0px;
    outline: 0px;
    display: block;
    margin: 0px;
}

@media (max-width: 880px) {
    .dm-half.half-bg {
        order: 2;
    }

    .half-half .dm-half:nth-child(2) img {
        min-height: 350px;
        max-height: 350px;
    }

    .mini-half-inner h2, .mini-half-inner h1 {
        font-size: 35px;
    }

    .mini-half-inner {
        padding: 30px 20px;
    }
}

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

div#post-218 img {
    border: 0px;
    outline: 0px;
    margin: 0px;
}

.no-align img {
    height: 100% !important;
    object-fit: cover;
    border: 0px;
    outline: 0px;
    margin: 0px;
    object-position: 50% 50%;    
}

.ba-images img {
  height: 50vh;
}
@media only screen and (max-width: 1300px) {
  .ba-images img {
    height: 50vh;
  }
}
@media only screen and (max-width: 1000px) {
  .ba-images img {
    height: 30vh;
  }
}
@media only screen and (max-width: 690px) {
  .ba-images img {
    height: 250px;
  }
}

.ba-slide .dm-half {
    padding: 0px 1px;
    width: 50%;
}

.ba-slide {
    padding: 0px 10px;
}

.lazy-loaded {
    max-height: 600px;
    opacity: 0;
    visibility: hidden;
}

section.ba-images h2 {
    color: #000;
    font-weight: 300;
    font-family: 'Nunito';
    padding-left: 65px;
    font-size: 45px;
}

section.ba-images {
    padding: 50px 0px;
}

section.ba-images .flickity-button {
    display: none !important;
}

.dm-lightbox {
    padding: 0px;
}

.noClick {
   pointer-events: none;
}

@media (max-width:880px) {
    section.ba-images h2 {
        font-size: 30px;
        padding: 0px;
        text-align: center;
    }
}

.ba-slide a {
    display: block;
}

.ba-slide a img {
    display: block;
}

.ba-slide h3 {
    font-size: 35px;
    text-transform: uppercase;
}


/* Slider */
.ba-slide .dm-flex {
    background: #000;
}

.ba-slide .dm-flex img {
    max-height: 500px;
}

.ba-slide .dm-flex {
    min-height: 500px;
    max-width: 1000px;
}

.ba-slide .dm-flex .dm-half:nth-child(2) img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.dm-half.dm-full img {
    display: block;
}

.ba-slide .dm-flex .dm-half:nth-child(2) a {
    margin-bottom: 20px;
}

.ba-slide .dm-flex .dm-half:nth-child(2) a:last-of-type {
    margin: 0px;
}

.dm-half.dm-full img {
    max-height: 250px;
    margin: 0px auto;
    border: 5px solid #000;
}

@media (min-width: 1024px) {
    .dm-half.dm-full {
        width: 1000px;
    }
}

@media (max-width: 880px) {
    .ba-slide .dm-flex {
        min-height: 400px;
    }
}

a.reg-staff-image img {
    display: block !important;
    opacity: 1 !important;
    width: auto;
    border-radius: 0px;
    max-width: initial;
    max-width: 200px;
    margin: 20px auto;
}

.dm-phone-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-phone-header p {
    margin: 0px;
}

.dm-phone-header p a:after {
    display: none;
}

.dm-phone-header p:after {
    display: none;
}


.dm-third.phone-header a.btn {
    background: #ffffff !important;
    color: #000 !important;
    padding: 5px 20px;
}

.dm-third.phone-header a {
    margin-right: 2px;
}

p.gray-btn a {
    display: inline-block !important;
    padding: 4px 20px !important;
    background: #d3d3d3 !important;
    color: #000 !important;
}

@media (max-width: 1440px) {
    div#regular-header .container-wide {
        padding: 5px 25px;
    }
    .dm-phone-header p a {
        font-size: 16px !important;
    }

    #regular-header p.gray-btn .btn {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }
}