/*
Theme Name: Stacked - Child
Version: 5872
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;
}

.container {
    width:  100%;
    max-width: 1200px;
    padding: 0px 15px;
}

#page {
    padding: 0px;
}

.header-spacer {
	display: none !important;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000 !important;
    border-radius: 50px;
}

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

.dm-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.dm-head p {
    margin: 0px;
}

.logo-wrap {
    flex: 1 1 20%;
}

div#secondary-navigation {
    float: none;
    width: auto;
    flex: 1 1 60%;
}

.dm-head {
    flex: 1 1 20%;
    padding-right: 0px !important;!i;!;
}

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

#header .logo-wrap {
    padding: 0px;
}

.dm-head p a:hover,.dm-head p a:hover * {
    color: #fff;
}

div#header > div > * {
    padding: 0px 15px;
}

.dm-half.address-header {
    display: flex;
    flex: 1;
}

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

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

.dm-half.social-header {
    text-align: right;
    flex: 1;
    max-width: 300px;
}

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

div#regular-header {
    padding: 8px 0px;
    background: var(--aColor);
}

.dm-half.social-header .social-icons a {
    margin-left: 10px !important;
    display: inline-block;
    font-size: 20px;
}

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

ul#menu-main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#header {
    padding: 8px 0px;
    background: transparent;
}

.dm-head p a {
    border: 1px solid var(--pColor);
    padding: 5px 20px;
    border-radius: 50px;
}

.dm-head p i {
    color: var(--pColor);
    margin-right: 10px;
}

html .video_holder {
    height: 80vh;
    max-height: 800px;
    background: #000;
}

.carousel-caption {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    text-align: center;
    max-width: 1200px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px 15px;
}

.carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
}

.dm-head #pull {
}

.dm-head p a:hover {
    background: var(--pColor);
}

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

section.vt-welcome {
    padding: 7vh 0px;
    background: var(--pColor);
}

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

section.vt-welcome h2 {
    font-size: 40px;
    line-height: 1;
}

section.vt-welcome a.btn {
    background: #fff !important;
    color: #000 !important;
}

.central-image img {
    border-radius: 10px;
}

.central-image {
    position: relative;
}

.central-image:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/10/medal.png);
    height: 80px;
    width: 80px;
    position: absolute;
    background-size: contain;
    right: 0px;
    top: -30px;
}

section.home-icons {
    padding: 7vh 0px;
    text-align: center;
}

section.home-icons img {
    max-width: 70px;
    display: block;
    margin: 0px auto 15px;
}

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

section.home-icons h4 {
    font-weight: bold;
}

section.home-icons h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.home-icons .dm-flex {
    padding: 20px 0px;
}

.video_holder video {
    opacity: 0.6;
}

html .video_holder h2 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

section.classy-testimonials .section-heading {
    text-align: left;
}

section.classy-testimonials .container > .dm-flex {
    margin-bottom: 30px;
}

section.classy-testimonials .container > .dm-flex {
    text-align: left;
    font-size: 16px;
    color: #6b6b6b;
}

.central-test-content {
    padding: 25px;
    background-color: var(--aColor);
    border-radius: 8px;
    text-align: left;
    color: #fff;
}

.new-text-wrapper {
    padding: 0px 10px;
}

.name-f {
    margin: 0px auto;
    width: 80px;
    height: 80px;
    background: var(--sColor);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border: 5px solid #fff;
    margin-top: 20px;
}

.new-wrap h4 {
    text-align: center;
    font-weight: bold;
}

span.hiddenRest {
    display: none;
}

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

.pp-testimonials-content p {
    min-height: 135px;
}


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

section.classy-testimonials h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    margin: 0px 0px 30px;
}

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

.pp-head {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}

.pp-head h4 {
    text-align: left;
    margin: 0px;
    color: #fff;
}

.pp-head i {
    font-size: 14px;
}

.pp-head img {
    position: absolute;
    right: -0px;
    top: -0px;
    /* filter: brightness(0) invert(1); */
    max-width: 30px;
}

.pp-head:after {
    content: "";
    clear: both;
    display: block;
}

html ul.slick-dots {
    bottom: -50px;
}

html .slick-dots li button {
    background: whitesmoke;
}

section.half-half-classy {
    padding: 4vh 0px;
    background: #f6f4f0;
}

section.half-half-classy img {
    border-radius: 10px;
    display: block;
}

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

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

section.new-service-section h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
}

section.new-service-section a {
    display: flex;
    align-items: flex-start;
}

.dm-blog-image {
    height: 71px;
    width: 71px;
    background-size: contain;
    background-position: 50% 0%;
    margin-right: 20px;
    background-repeat: no-repeat;
}

section.new-service-section .dm-half {
    margin-bottom: 20px;
}

section.new-service-section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

section.new-service-section p {
    font-size: 20px;
}

.dm-blog-image + div {
    flex: 1 1 calc(100% - 91px);
}

.copyrights {
    padding: 40px 0px;
    float: none;
}

.dm-full.footer-creds {
    border-top: 1px solid #ffffff78;
    padding: 20px 0px;
}

.copyrights .dm-fourth {
    text-align: left;
}

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

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

.bottom-footer p {
    margin: 0px 0px 4px;
}

.bottom-footer * {
    color: #fff;
}

.bottom-footer a {
    font-weight: bold;
}

.copyrights h3 {
    color: #fff;
    font-weight: bold;
}

.copyrights p {
    font-size: 16px;
}

.copyrights a.btn {
    font-size: 12px !important;
}

.copyrights .social-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: var(--aColor);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.copyrights .social-icons a:hover {
    background: #fff;
    color: #000 !important;
}

section.visit-us-today iframe {
    display: block;
    height: 450px;
}

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

.nss-button a {
    display: inline-block !important;
    font-size: 15px;
    padding: 10px 40px;
}

.nss-button {
    text-align: center;
    padding-top: 35px;
}

.cta-content {
    max-width: 1400px;
    margin: 0px auto;
    padding: 100px 0px;
}

.cta-carrier {
    background: #0000008c;
}

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

.cta-content * {
    color: #fff;
}

.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-content > div {
    flex: 1 1 70%;
    padding: 0px 15px;
    max-width: 700px;
}

.cta-content > div:nth-child(2) {
    flex: 1 1 30%;
    text-align: right;
}

.cta-content h2 {
    font-size: 40px;
    line-height: 1;
}

.cta-content > div:nth-child(2) a {
    font-size: 17px;
}

@media (max-width: 1100px) {
    .dm-head p a {
        font-size: 0px;
        display: block;
        text-align: center;
        border-radius: 50%;
        width: 50px;
        padding: 0px;
        position: relative;
        height: 50px;
    }
    
    .dm-head p a i {
        font-size: 23px;
        margin: 0px;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    
    .dm-head {
        flex: 1 1 40px;
    }
    
    #secondary-navigation a {
        padding: 10px 15px;
    }
}

@media (max-width: 880px) {
    div#regular-header {
        display: none;
    }
    
    .logo-wrap {
        flex: 1 1 50%;
    }
    
    .dm-head {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .dm-head #pull:after {
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    #header .logo-wrap {
        order: 1;
    }
    
    .regular_header #secondary-navigation {
        order: 3;
    }
    
    .dm-head {
        order: 2;
    }
    
    #page.homepage {
        padding: 0px !important;
    }
    
    .logo-wrap a {
        display: block !important;
    }
    
    .logo-wrap img {
        margin: 0px auto;
        margin-left: 0px !important;
        display: block;
    }
    .regular_header #secondary-navigation {
        height: auto !important;
    }
    section.home-icons h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .dm-head #pull {width: 50px;height: 50px;border-radius: 50%;margin: 0px !important; margin-left: 10px !important; text-align: center;}
    .mobile_cta_buttons.hide-d.mobile-btn {
        display: block;
        text-align: center;
        padding: 40px 0px;
    }
    
    div.header-social-icons {
        float: none !important;
        background: transparent !important;
    }
    
    p.mobileBtn a {
        display: block;
        color: #fff;
        padding: 9px 0px;
    }
    
    p.mobileBtn {
        margin-bottom: 10px;
    }
}
@media (max-width: 640px) {
    .dm-head p {
        display: none;
    }
    .regular_header #secondary-navigation {
        height: auto;
    }
    
    .cta-content {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .cta-content > div:nth-child(2) {
        text-align: center;
    }
    html .video_holder h2 {
        font-size: 35px;
        line-height: 1;
    }
    
    .carousel-caption p {
        font-size: 16px;
        line-height: 1.4;
        margin: 10px 0px;
    }
}

div#header .container-wide {
	max-width: 1650px;}

@media screen and (min-width: 881px) 

{
ul.sub-menu.toggle-submenu.wda-long-menu {
    width: 500px;
    display: flex;
}
ul.sub-menu.toggle-submenu.wda-long-menu li {
    flex: 1 1 50%;
	}}

.dm-head p a {
    background: var(--pColor);
	color: #fff !important;
}

.dm-head p i {
	color: #fff;
}

.dm-head p {
	margin-bottom: 10px;
}

.wda-flex {
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wda-flex .wda6:nth-child(1) {
    order: 2;
}

.wda-flex .wda6:nth-child(1) {
    border-radius: 10px;
    overflow: hidden;
}

.wda-flex .newbtn {
    margin: 0px;
    background: var(--aColor);
    color: #000;
}

section.wda-visual-block.welcomeright {
    padding: 5vh 0px;
    background: var(--aColor);
}

section.wda-visual-block.welcomeright h2 {color: #000;font-size: 40px;}

section.wda-visual-block.welcomeright .newbtn {
    background: var(--sColor);
    color: #fff;
}

.middle {
    padding: 0px 25px;
}

.copyrights .dm-fourth strong {
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.wda-flex {
    flex-wrap: wrap;
    padding: 0px 15px;
}