/*
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;
}

a.btn {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    background: rgb(0, 0, 0);
    color: #fff !important;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 7px 22px;
}

#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;
}
.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 15px;
    padding-top: 5vh;
    padding-bottom: 3vh;
}

.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;
    background: var(--aColor);
}

.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: 327px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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 {
    margin-bottom: 70px;
}

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

section.new-service-section p {
    color: #000;
}

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

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

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 {
    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 {
    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: 5vh 0px 0px;
    background-color: #5bc0eb1a;
}

section.half-half-classy img {
}

section.half-half-classy h2 {
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #3859c0;
}

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

.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: 57%;
}

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

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

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

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

section.central-welcome .container-wide {
}

section.central-welcome a.btn {
    color: #000 !important;
}

.central-welcome .central-image img {
    width: 100%;
    box-shadow: 0 20px 50px -20px rgb(0 0 0 / 20%);
    -o-object-fit: cover;
}
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%;
}

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

#site-header .container-wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

section.central-welcome h3 {
    font-size: 23px;
    color: var(--aColor);
    font-weight: 400;
}

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: -40px;
    }
    .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: #fff;
    padding: 10px 0px;
    float: none;
}

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

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: 81px;
        -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%;
}

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: 300px;
}

ul#menu-main-menu a {
    font-size: 15px;
    padding: 10px 13px;
}

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

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

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

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

div#regular-header .container-wide {
    padding: 5px 0px;
}

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

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

.carousel-caption h2 p {
    font-weight: 300;
    font-size: 34px;
    max-width: 700px;
    margin: 15px auto 25px;
    margin-left: 0px;
    line-height: 1.4;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

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

.carousel-caption h2 {
    color: #fff;
    max-width: 660px;
    line-height: 1.2;
}

html .video_holder {
    height: 85vh;
    max-height: 1000px;
    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;
        margin-left: 15px !important;
    }

    html a#pull:after {
        position: relative;
        padding: 0px !important;
        left: 0px;
        right: 0px;
        top: 0px !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;
    }

    .carousel-caption h2 p {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
    }

    .carousel-caption {
        text-align: center;
        padding: 0px 15px;
    }

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

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

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

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

.phone p a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--pColor);
    border-radius: 2px 2px 2px 2px;
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.phone p {
    margin: 0px;
}

section.central-welcome h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: none;
    line-height: 1em;
    color: var(--pColor);
    margin-bottom: 18px;
}

section.central-welcome h4 {
    font-family: "Open Sans", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: var(--pColor);
    margin: 0px;
    line-height: 1;
}

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

.new-service-section .dm-fourth {
    flex: 1 1 25%;
    padding: 0px 5px;
}

.new-service-section .dm-fourth a {
    display: block;
    position: relative;
    overflow: hidden;
}

.new-service-section .dm-fourth h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    padding: 5px 0px;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #1f2b6cad;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.new-service-section .dm-fourth a:hover .dm-blog-image {
    transform: scale(1.06);
}

.phone p a:hover {
    background: #ddf5ff !important;
    color: var(--pColor) !important;
}

.half-header h2 span {
    color: #5bc0eb;
    position: relative;
    display: inline-block;
}

.half-header h2 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.half-header svg path {
    fill: #eb5160;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: 0.3s;
    stroke: var(--aColor);
}

.half-header.e-animated svg path {
    animation: elementor-headline-dash forwards;
    animation-duration: 2.2s;
    animation-iteration-count: 1;
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }
    100% {
        stroke-dasharray: 1500 1500;
        opacity: 1;
    }
}

.half-header {
    padding-bottom: 25px;
}

.dm-full.dm-flex:nth-child(3) {
    flex-direction: row-reverse;
}

.dm-full.dm-flex:nth-child(3) h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--aColor);
}

.dm-full.dm-flex:nth-child(3) ul {
    color: #3859c0;
}

.dm-full.dm-flex:nth-child(3) ul li {
    list-style: disc;
}

.dm-full.dm-flex:nth-child(3) li:before {
    display: none;
}

.dm-full.dm-flex:nth-child(2) p {
    color: #3859c0;
}

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

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

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

section.a-us-today iframe {
    display: block;
    margin-top: 20px;
}

footer#site-footer h3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

footer#site-footer .dm-flex {
    align-items: flex-start;
    justify-content: flex-start;
}

.copyrights .dm-half:nth-child(2) h3 span {
    display: block;
    font-weight: 400;
}

.copyrights .dm-half:nth-child(2) p {
    font-weight: bold;
    margin-bottom: 15px;
}

.copyrights .dm-half:nth-child(2) p a {
    font-weight: 400;
}

.copyrights .dm-half:nth-child(2) h3 {
    margin-bottom: 18px;
}

.copyrights {
    float: none;
}

.dm-full.footer-creds {
    background: #fff;
    text-align: center;
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    flex-wrap: wrap;
}

.dm-full.dm-flex:nth-child(3) ul li {
    margin-bottom: 8px;
}

html a.btn:hover {
    background: #fff !important;
    color: var(--aColor) !important;
    border-color: var(--aColor) !important;
}

@media (max-width: 1100px) {
    .phone {
        display: none;
    }
}

@media (max-width: 880px) {
    .home .dm-half {
        flex: 1 1 100% !important;
    }

    .row.dm-flex {
        flex-wrap: wrap;
    }

    .logo-wrap {
        text-align: left;
    }

    html a#pull {
        margin: 0px auto !important;
        margin-right: 0px !important;
        color: var(--pColor) !important;
    }

    #logo img {
        display: block;
        margin: 0px auto;
        margin-left: 0px;
    }

    .carousel-caption h2 {
        text-align: center;
        font-size: 40px;
        max-width: 100%;
    }

    .new-service-section .dm-fourth {
        flex: 1 1 50%;
        padding: 5px;
    }

    .dm-full.dm-flex:nth-child(3) .dm-half:nth-child(2) {
        display: none;
    }

    .half-header {
        display: none;
    }

    .dm-full.dm-flex:nth-child(2) .dm-half:nth-child(1) {
        display: none;
    }

    .dm-flex.dm-full {
        margin-bottom: 20px;
    }

    .dm-full.dm-flex:nth-child(3) h3 {
        font-size: 24px;
    }

    .dm-full.dm-flex:nth-child(3) ul li {
        margin-bottom: 0px;
        font-size: 16px;
    }

    section.half-half-classy a.btn {
        width: 100%;
        display: block;
        text-align: center;
    }

    .copyrights .dm-half {
        margin-bottom: 20px;
    }

    .dm-full.footer-creds {
        flex-wrap: wrap;
    }

    a.sticks {
        background: var(--aColor);
        border: 0px;
        font-size: 14px;
    }

    a.sticks + a.sticks {
        background: var(--pColor);
    }
}

@media (max-width: 640px) {
    .carousel-caption h2 {
        font-size: 34px;
        line-height: 1;
    }

    section.central-welcome h3 {
        font-size: 20px;
        line-height: 1.2;
    }

    .dm-blog-image {
        height: 200px;
    }

    .new-service-section .dm-fourth h3 {
        font-size: 17px;
    }

    .dm-full.dm-flex:nth-child(3) h3 {
        font-size: 20px;
    }

    .copyrights p {
        text-align: left;
        font-size: 14px;
    }

    footer#site-footer h3 {
        font-size: 17px;
    }
}

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

/* About */
.elementor-star-rating__title {
    display: flex;
    margin-bottom: 15px;
}

.elementor-star-rating__title i {
    color: #ffe500;
}

.dm-service-section img {
    outline: none !important;
    margin: 0px !important;
    border: 0px !important;
}

#post-14 .dm-service-section .dm-flex {
    align-items: inherit;
}

div#post-14 .dm-full {
    padding-top: 30px;
}

div#post-14 .dm-full a.btn {
    font-size: 17px;
}

.elementor-star-rating {
    padding-left: 10px;
}

html section.page-header {
    background: transparent !important;
}

html section.page-header * {
    color: var(--pColor) !important;
    font-size: 35px;
}

/* Staff  */
.page-id-63 section.page-header {
    display: none;
}

div#post-63 h2 {
    font-size: 55px;
    color: var(--pColor);
    font-weight: bold;
}

.staff-grid-container h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: var(--pColor);
    margin: 0px 0px 5px;
}

.staff-grid-container h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.staff-grid-container {
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.staff-grid-container > div {
    max-width: 100%;
}

html .staff-image {
    height: 18vw !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html .staff-image:hover {
    transform: scale(1.05);
}

a.wide-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--pColor);
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none !important;
    padding: 9px 20px;
}

#post-63 a.wide-button {
    text-decoration: none !important;
}

.staff-grid-container .staff-image {
    min-height: 300px;
    background-position: 50% 0%;
}

/* Services */
.page-header {
    display: none !important;
}

.page-id-30 .page-header,
.page-id-14 .page-header {
    display: block !important;
}

.dm-service-section:nth-child(even) {
    background: transparent;
}

.dm-service-section.small-big h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: var(--pColor);
}

.dm-service-section.small-big .dm-container {
    max-width: 100%;
    padding: 0px 3%;
}

.dm-service-section.small-big .dm-half:nth-child(1) {
    width: 55%;
}

.dm-service-section.small-big .dm-half:nth-child(2) {
    width: 45%;
    padding: 0px 5%;
}

.dm-service-section.small-big img {
    display: block;
    width: 100%;
}

.dm-service-section.small-big p {
    font-size: 18px;
    font-weight: 300;
}

.dm-service-section:nth-child(even) .dm-half:nth-child(1) {
    order: inherit;
}

.form-half label {
    display: none !important;
}

.dm-half h2 {
    color: var(--pColor);
    font-family: "Poppins", Sans-serif;
}

.dm-half.form-half {
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #96e99a;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 25px 15px 25px;
    background-color: #f8fff9;
}

.dm-half.form-half h2 {
    color: #6bca5b;
}

.dm-half.form-half li input {
    width: 100% !important;
}

.dm-half.form-half li input,
.dm-half.form-half li {
    width: 100% !important;
}

.dm-half.form-half li input {
    height: 47px;
    border-radius: 6px;
    border-color: #000;
    padding: 0px 10px !important;
}

div#gform_wrapper_3 {
    margin: 0px !important;
}

li#field_3_1 {
    margin: 0px;
}

ul#gform_fields_3 li {
    margin-top: 5px;
}

.dm-half.form-half input[type="submit"] {
    background-color: #6bca5b;
    color: #ffffff;
    display: block;
    width: 300px;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    margin: 0px auto;
}

.dm-service-section.wide-dm .dm-half:nth-child(1) {
    width: 52%;
}

.padding {
    padding: 0px 6%;
}

.dm-service-section.wide-dm .dm-half:nth-child(2) {
    width: 48%;
}

.dm-service-section.wide-dm .dm-container {
    max-width: 100%;
    padding: 0px 3%;
}

.dm-service-section {
    padding: 40px 0px;
}

.dm-service-section.cta {
    padding: 60px 0px;
    background-color: #f3f5f8;
}

.dm-service-section.cta h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    color: var(--pColor);
}

.dm-service-section.faq h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    text-align: center;
    color: var(--pColor);
    margin-bottom: 40px;
}

.contentfaqs h4 {
    border-top: 1px solid var(--pColor);
    background: transparent;
    color: var(--pColor);
    font-size: 17px;
    margin: 0px;
    padding: 20px;
    border-color: #d8d8d8;
    padding-right: 55px;
    text-transform: uppercase;
    font-size: 16px;
}

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

.dm-service-section.faq {
    padding-bottom: 70px;
}

.contentfaqs {
    border-bottom: 1px solid #d8d8d8;
}

span#form {
    position: relative;
    top: -200px;
}

.dm-half li:before {
    display: none;
}

.dm-half li {
    list-style: disc;
}

.dm-service-section ul {
    font-size: 16px;
}

input#gform_submit_button_2 {
    background: var(--aColor);
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

/* Menu */
ul.sub-menu.toggle-submenu li {
    background: #5bc0eb !important;
}

ul.sub-menu.toggle-submenu li a {
    color: #fff !important;
    padding: 5px;
    display: block;
}

html .navigation ul ul {
    width: 280px;
}

html #secondary-navigation > nav.navigation ul.sub-menu li:hover,
html #secondary-navigation > nav.navigation > ul li.current-menu-item {
    background: var(--aColor) !important;!i;!;
}

html #secondary-navigation > nav.navigation > ul li.current-menu-item a {
    color: #fff !important;
}

html #secondary-navigation > nav.navigation ul.sub-menu > li.current_page_item > a {
    color: #fff !important;
}

.dm-service-section.faq .dm-container {
    max-width: 1600px;
}

.dm-service-section.faq .dm-container .dm-half {
    padding: 0px 5%;
}

.dm-service-section.wide-dm.colored {
    background-color: #5bc0eb29;
}

.dm-footer-info ul {
    list-style: none;
}

.dm-footer-info li {
    display: inline-block;
    margin: 0px 19px;
}

.dm-footer-info {
    width: 100%;
}

.dm-footer-info li br {
    display: none;
}

.dm-footer-info li:after {
    content: "";
    color: var(--pColor);
    position: absolute;
    right: -22px;
    height: 100%;
    width: 1px;
    background: var(--pColor);
}

.dm-footer-info li {
    position: relative;
}

.dm-footer-info li:last-of-type:after {
    display: none;
}

.dm-footer-info ul {
    margin: 0px 0px 5px;
    padding: 10px 0px;
}

div#post-31 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 62px;
    text-align: center;
    color: var(--pColor);
    margin-bottom: 80px;
}

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

div#post-31 h3 {
    font-size: 20px;
    font-style: italic;
}

@media (max-width: 1370px) {
    .dm-service-section.cta h2,
    .dm-service-section.small-big h2 {
        font-size: 40px;
    }
}

.fa-plus.fa-minus:before {
    content: "\f068";
}

@media (max-width: 991px) {
    .dm-service-section.small-big .dm-half:nth-child(2) {
        padding: 15px;
    }
    .dm-service-section.small-big .dm-half:nth-child(1) {
        order: 2;
        padding-bottom: 20px;
    }
    .dm-service-section.wide-dm .dm-half,
    .dm-service-section.wide-dm.colored .dm-half,
    .dm-service-section.small-big .dm-half {
        width: 100% !important;
    }
    #content_box .single_page .dm-container img.emoji {
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        margin: auto !important;
        max-width: 15px;
    }
    .dm-half.padding {
        padding: 30px 15px;
    }
    .dm-service-section.faq .dm-half {
        width: 100%;
        margin-bottom: -1px;
    }
    div#post-31 h2 {
        font-size: 35px;
        line-height: 1;
    }
}

@media (max-width: 640px) {
    .dm-service-section.faq h2 {
        font-size: 35px;
    }
    .dm-footer-info li {
        font-size: 15px;
    }
    .dm-service-section.small-big .dm-half:nth-child(2) {
        padding: 15px;
        text-align: center;
    }
    .dm-service-section {
        padding: 30px 0px 30px;
    }
    .dm-service-section.cta h2,
    .dm-service-section.small-big h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 880px) {
    .dm-rate-us a,
    .dm-rate-us .review-link {
        color: black !important;
    }

    .dm-rate-us a:visited {
        color: black !important;
    }
}

.new-service-section .dm-fourth h3 {
	background: #eb5160;
}
html #logo a {
    color: var(--aColor);
    font-weight: bold !important;
    font-size: 30px;
}