/*
Theme Name: Chevron - 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 #logo a {
    letter-spacing: 4px;
    text-transform: none;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(0,0,0);
    /* background: linear-gradient(90deg, var(--aColor) 0%, var(--sColor) 100%); */
    color: #fff !important;
    border-radius: 60px;
}

#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: #0584B5 !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;
    font-size: 17px;
}

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

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

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

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

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

.copyrights iframe {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.copyrights {
    text-align: left;
}

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

section.visit-us-today {
    padding: 10vh 0px;
    position: relative;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    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: 300px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 9px;
    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: #fff;
    padding: 10vh 0px;
}

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

section.new-service-section p {
}

section.new-service-section h3 {
    font-size: 27px;
    max-width: 280px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

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

section.new-service-section .dm-flex {
    gap: 1%;
    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: 10vh 0px;
    background: #f4f6f3;
}

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

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

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

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

/* CTA  */
.cta-content {
    border-radius: 45px 0 45px 0;
    overflow: hidden;
    width: 50%;
    margin: 0px auto;
}

.cta-carrier {
    padding: 15vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    margin: 0px auto;
    opacity: 1;
    background-color: rgb(244 246 243 / 86%);
}

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

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

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

section.central-welcome .container-wide {
}

section.central-welcome h2 {color: var(--pColor);font-size: 40px;}

.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: 4px;
    object-position: 50% 50%;
}
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: 1400px;
}

.container-wide {
    max-width: 1200px;
    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: -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 {
    padding: 5px 0px;
    float: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.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: 130px;
        -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;
    border-radius: 5px;
}

ul#menu-main-menu a {
}

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

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

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

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

div#regular-header .container-wide {
    padding: 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: center;
}

.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;
    opacity: 0.9;
    margin: 10px auto 20px;
    margin-right: 0px;
}

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

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

html .video_holder {
    height: 100vh;
    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: #fff !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: #0584b5;
}
    .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 {
        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: 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: absolute;
    right: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.6;
}

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

.home div#regular-header {
}

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

.counter-wrap {
    border: 2px solid #f39220;
    padding: 90px 60px;
    text-align: center;
    color: #f39220;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter-wrap h4 {
    margin: 0px;
    font-size: 60px;
    color: inherit;
    font-weight: 700;
}

.dm-col-md-4.dm-third:nth-child(1) h4:after {
    content: "+";
}

.dm-col-md-4.dm-third:nth-child(2) h4:after, .dm-col-md-4.dm-third:nth-child(3) h4:after {
    content: "+";
}

section.counter-up {
    padding: 0px 0px 100px;
    position: relative;
}

section.counter-up .contrainer:before {
    content: "";
    height: 100px;
    width: 2px;
    background: var(--sColor);
    position: relative;
    display: block;
    margin: 0px auto;
    margin-bottom: 50px;
}


section.counter-up .container:before {
    content: "";
    display: block;
    width: 2px;
    height: 150px;
    background: #e2e2e2;
    position: absolute;
    left: 20%;
    top: -10%;
}

section.counter-up .container {
    padding-top: 150px;
    padding-bottom: 50px;
}

.counter-wrap:hover {
    background: var(--pColor);
}

.counter-wrap:hover * {
    color: #fff;
}

.hide-las {
    position: relative;
}

.hide-las:before {
    content:"";
    border-left: 2px solid;
    border-color: #504a49;
    border-top: 2px solid;
    right: 50%;
    -webkit-transform: translateX(-92px);
    -moz-transform: translateX(-92px);
    -ms-transform: translateX(-92px);
    transform: translateX(-92px);
    z-index: 10;
    border-color: #e2e2e2 !important;
    height: 200px!important;
    width: 300px!important;
    position: absolute;
    bottom: -90px;
}

.hide-las:after {
    content:"";
    border-color: #504a49;
    border-top: 2px solid;
    right: 50%;
    -webkit-transform: translateX(-92px);
    -moz-transform: translateX(-92px);
    -ms-transform: translateX(-92px);
    transform: translateX(0);
    z-index: 10;
    border-color: #e2e2e2 !important;
    height: 200px!important;
    width: 65%;
    position: absolute;
    bottom: -90px;
    right: 0px;
}

.primary-auto-rotator {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 450px;
    height: 250px;
    overflow: hidden;
    z-index: 100;
    background: #e2e2e2;
}

.primary-auto-rotator img {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
    display: block;
    object-position: 50% 50%;
    border: 2px solid #e2e2e2;
}

.central-welcome h2 strong {
    color: var(--aColor);
    font-size: 36px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

html #secondary-navigation > nav > ul > li.current-menu-item > a:before {
    width: 100%;
}

ul#menu-main-menu a:before {
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    content: "";
    background: #fff;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul#menu-main-menu a {
    position: relative;
    padding: 8px 20px;
}

ul#menu-main-menu a:hover:before {
    width: 100%;
}

section.counter-up:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: var(--bgImage);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

section.counter-up:after {
    content: "";
    background: linear-gradient(360deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 47%, rgb(255 255 255) 100%);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

section.counter-up .container {
    position: relative;
    z-index: 1;
}

.video_holder video {
    object-position: top;
}

.nice-section-break {
    padding: 80px 0px;
    text-align: center;
    position: relative;
}

.nice-section-break h2 {
    margin: 0px;
    font-size: 45px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.nice-section-break h2:after {
    content: "";
    width: 100px;
    background: var(--aColor);
    height: 2px;
    position: relative;
    display: block;
    margin: 10px auto 0px;
}

.copyrights .dm-full {
    border-top: 1px solid #fff;
}

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

section.visit-us-today .dm-flex {
    align-items: inherit;
    margin: 0px -15px;
    gap: 0px;
    background: #fff;
}

section.visit-us-today iframe {
    height: 100%;
    border-radius: 0px;
}

.nice-section-break:before {
    content: "";
    background-image: var(--bgImage);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    background-attachment: fixed;
}

header#site-header {
    z-index: 1000;
}

.hover-over {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 20%;
    text-align: center;
    display: none;
}

section.cta-classic {
    position: relative;
}

section.cta-classic:after {
    content: "";
    background: linear-gradient(342deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 47%, rgb(255 255 255) 100%);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hover-over h4 {
    font-weight: bold;
    font-size: 23px;
    margin: 15px 0px;
    text-transform: uppercase;
}

.hover-over i {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--aColor);
    border-radius: 50%;
    color: #fff;
}

.hover-over span {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 20px;
    display: none;
}

.cta-carrier h3 {
    font-weight: bold;
    font-size: 36px;
}


/* Flip Flop */
/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 500px;
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
   -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg) translateZ(1px);
}

.new-service-section .dm-flex > div {
    -webkit-backface-visibility: visible;
    animation-fill-mode: initial !important;
}

@media not all and (min-resolution:.001dpcm) { @media {
    .flip-box:hover .flip-box-inner {
        transform: rotateX(180deg) translateZ(1px);
    }
}}

.sub-menu .current_page_item:before {
    opacity: 0.7;
    background: #ffffff;
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility: visible;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, #9d9d9d 0%, var(--pColor) 100%);
}

/* Style the back side */
.flip-box-back {
  background-color: var(--pColor);
  color: white;
  transform: rotateX(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

section.half-half-classy .dm-flex {
    align-items: center;
}

section.half-half-classy img {
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    object-position: 70% 50%;
}

section.half-half-classy .dm-half:nth-child(2) p {
    height: 100%;
}

.flip-box-front img {
    display: block;
    margin: 0px auto 20px;
    max-width: 130px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.2;
}

.flip-box-front h3 {
    padding: 0px 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.flip-box-back * {
    color: #fff;
}

.flip-box-back h3 {
    max-width: 100% !important;
    text-align: center;
}

section.visit-us-today:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: var(--bgImage);
    opacity: 0.5;
    z-index: -1;
    left: 0px;
    top: 0px;
}

section.visit-us-today .dm-half:nth-child(2) {
    padding: 0px;
}

section.visit-us-today .dm-half:nth-child(1) {
    padding: 40px;
}

section.visit-us-today .dm-half:nth-child(1) h3:after {
    content: "";
    height: 3px;
    background: var(--aColor);
    width: 80px;
    display: block;
    margin: 10px 0px;
}

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

section.hd-testi.hd-section:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--pColor);
    content: "";
    color: #fff;
    opacity: .8;
}

h2.hd-heading__head {
    color: #fff;
    margin: 0;
    font-size: 45px;
    letter-spacing: 1px;
    text-align: center;
}

.nlapo {
    box-shadow: 2px 1px 17px rgba(0,0,0,.1);
    padding: 30px 40px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
}

.ts-carousel__item {
    margin: 20px 0;
    padding: 0px 10px;
}

.testila {
    position: relative;
}

.testila:before {
    content: "\f10d";
    font-family: 'Font Awesome 5';
    color: var(--aColor);
    position: absolute;
    font-size: 90px;
    opacity: .1;
    top: -20px;
    left: -25px;
    line-height: 90px;
}

.no-slider:before,.no-slider:after {
    opacity: 0 !important;
}

.ts-carousel__para {
    font-size: 19px;
}

.ts-carousel__para {
    min-height: 150px;
}

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

.whowrote {
    min-height: 86px;
}

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

.img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--aColor);
    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;
    box-sizing: border-box;
    color: #fff;
}

.ts-carousel__head {
    margin-bottom: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0;
    width: calc(100% - 60px);
}

span.slide-star {
    width: 100%;
}

span.slide-star:before {
    opacity: 0 !important;
}

a.dm_classic_modal {
    display: inline-block;
    cursor: pointer;
}

section.hd-testi.hd-section .slick-prev {
    z-index: 1;
    left: -60px;
}

section.hd-testi.hd-section .slick-next {
    right: -60px;
}

.hd-testi__carousel {
    padding: 0px 45px;
}

@media (max-width: 1100px) {
    .dm-col-md-4.dm-third {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 880px) {
	
	
	#blog #secondary-navigation ul a {
    color: #ffffff !important;
}

    .dm-col-md-4.dm-third {
        width: 50%;
        margin-bottom: 30px;
    }

    section.new-service-section .dm-third {
        padding: 0px 5px;
    }

    .primary-auto-rotator {
        display: none;
    }

    .hide-las:before,.hide-las:after {
        display: none;
    }

    html .video_holder {
        max-height: 600px;
    }

    .carousel-caption {
        top: 68%;
    }

    .container-wide .dm-half {
        flex: 1 1 100% !important;
    }

    section.central-welcome .dm-half:nth-child(1) {
        order: inherit;
        margin-bottom: 20px;
    }

    section.counter-up .container:before {
        display: none;
    }

    section.counter-up .container {
        padding: 50px 0px;
    }

    .container-wide .dm-half:nth-child(1) {
        order: 2;
        padding-top: 20px;
    }

    section.new-service-section .dm-third {
        padding: 10px;
    }

    section.new-service-section .dm-flex {
        gap: 0px;
    }

    .copyrights .dm-fourth {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media (max-width: 720px ) {
    div#header {
        padding: 0px;
    }
    .dm-col-md-4.dm-third {
        width: 100%;
    }
    section.central-welcome {
        padding-bottom: 0px;
    }

    div#header {
        padding: 0px;
    }

    .dm-col-md-4.dm-third {
        width: 100%;
    }

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

    .cta-carrier {
        padding: 40px 0px;
    }

    section.cta-classic {
        background-size: 0px;
    }

    section.cta-classic {
        background-position: center top;
    }

    section.new-service-section .dm-third {
        flex: 1 1 100%;
    }

    .nice-section-break h2 {
        font-size: 40px;
        padding: 0px 10px;
    }

    section.visit-us-today iframe {
        height: 400px;
    }
    h2.hd-heading__head {
        font-size: 35px;
    }
    .hd-testi__carousel {
        padding: 0px 10px;
    }
}

@media (max-width: 640px ){
    .carousel-caption span {
        letter-spacing: 0px;
        font-size: 18px;
        line-height: 1;
        display: block;
    }
    .nice-section-break h2 {
        font-size: 30px;
    }
    section.visit-us-today .dm-half:nth-child(1) {
        padding: 40px 20px;
    }
    .copyrights .dm-fourth {
        width: 100%;
    }
}

html .no-slider .video_holder {
    height: 90vh;
}

html .no-slider .video_holder .carousel-caption {
    top: 60%;
}

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

.newCon {
    opacity: 0.4;
}

div#slider-primary {
    background: #000;
}

html .dm-slide-main .slide-caption {
    top: 55%;
    bottom: auto;
    text-align: center;
    max-width: 1600px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
}

html .dm-slide-main .slide-caption p {
    text-align: center;
    font-size: 22px;
}

html .dm-slide-main .slide-caption h2 {
    text-align: center;
    margin: 0px;
    font-size: 50px !important;
}

.main-head-wrap.header_fixed #header {
    background: #000000ad;
}

/* New Header */
div#new-top-header {
    background: var(--pColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#new-top-header * {
    color: #fff;
}

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

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

a.header-btn {
    padding: 15px 15px;
    display: block;
    background: var(--aColor);
}

.dm-half-plus.phone-header {
    text-transform: uppercase;
}

.dm-half-plus.phone-header p {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    position: relative;
}

.dm-half-plus.phone-header p i {
    margin-right: 6px;
}

.dm-half-plus.phone-header p:nth-last-child(2):after {
    opacity: 0;
}

.main-head-wrap.header_fixed #new-top-header {
    margin-top: -52px;
}

.dm-third.new-header .social-icons a {
    padding: 0px 5px;
    position: relative;
}


body:not(.home) header#site-header {
    background: var(--aColor);
}

@media (max-width: 880px) {
    #new-top-header {
        display: none;
    }
}

div#header {
	background-color: #fff;
}
body:not(.home) #secondary-navigation > nav > ul a, body:not(.home) #secondary-navigation > nav > ul a:hover, body:not(.home) #secondary-navigation .navigation ul .current-menu-item a{color:#0584B5!important;}
.home div#header  {
	background-color: transparent;
}
.page-id-30 section.visit-us-today, .page-id-31 section.visit-us-today{display:none;}
.flip-box-back a.btn {
	background: linear-gradient(90deg, #595d5f 0%, #282829 100%);
}

#blog #secondary-navigation .navigation ul ul a {
    background: #0584b5 !important;
    color: #fff !important;
}

#new-top-header span.social-icons-image, ,mobile_cta_buttons span.social-icons-image { filter: brightness(0) invert(1); }
span.social-icons-image { width: 18px; height: 16px; display: inline-block; }