/*
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: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    background: var(--aColor) !important;
    color: #fff !important;
}

#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;
    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: #fff !important;
    background: var(--aColor);
    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 #000;
}

.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 {
    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: 300px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0px;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.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: transparent;
    padding: 5vh 160px;
}

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

section.new-service-section p {
    margin-bottom: 0px;
    line-height: 1.4;
}

section.new-service-section h3 {
    font-size: 25px;
    line-height: 1.2;
}

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

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    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%);
}

/* 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;
    display: none !important;
}

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

section.classy-testimonials {
    padding: 5vh 0px;
    background: var(--aColor);
}

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

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

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

.letter-wrap {
    background-color: transparent !important;
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
}

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

.letter-wrap h4 {
    font-size: 25px;
    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;
}

.dm-service-section.gallery-section {
    background: #474747;
}

.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 {
    background: rgb(255 255 255 / 95%);
}

/* CTA  */
.cta-content {
    padding-top: 5%;
    padding-right: 6%;
    padding-bottom: 5%;
    padding-left: 6%;
    width: 800px;
    text-align: center;
    margin: 0px auto;
}

.cta-carrier {
    padding: 5vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.75);
}

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

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

/* Welcome */
section.central-welcome {
    background: var(--pColor);
    padding: 10vh 0px;
}

section.central-welcome .container-wide {
    border: 1px solid #fff;
    padding: 5%;
    border-radius: 0px 40px 0px;
}

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

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

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

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

ul#menu-main-menu a {
}

#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: 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: 80vh;
    max-height: 1000px;
    width: 100%;
    min-height: 500px;
}

.carousel-caption a:hover {
    background: #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: 450px !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 {
        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: 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.new-service-section .container-wide {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px;
}

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

section.new-service-section .dm-third a {
    display: block;
    height: 440px;
    position: relative;
    padding: 0px 15px;
}

.dminline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

section.new-service-section .dm-third {
    background: var(--pColor);
}

section.new-service-section .dm-third:nth-child(odd) {
    background: var(--aColor);
}

section.new-service-section * {
    color: #fff;
}

section.new-service-section .dm-third a:hover .dm-blog-image {
    opacity: 1;
}

html .slide-caption {
    max-width: 820px;
    text-align: left !important;
    left: 3% !important;
    right: auto;
    top: 40%;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: visible;
}

html .slide-caption * {
    text-align: left !important;
}

.newCon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    /*background: linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 51%, rgba(0, 0, 0, 1) 100%);*/
}

html #slider-primary .dm-slide-main {
    height: 550px;
}

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

.letter-wrap * {
    color: #fff !important;
    text-align: center;
}

@media (max-width: 991px) {
    section.new-service-section {
        padding: 3vh 0px;
    }
}

.dm-service-section.products .dm-flex {
    align-items: normal;
}

.dm-service-section.products img {
    width: 200px !important;
    height: 200px !important;
    object-fit: contain;
}

.dm-service-section.partners .dm-flex {
    align-items: normal;
}

@media screen and (min-width: 881px) {
    .dm-slide-main .slide-caption h2 {
        font-size: 58px !important;
        color: var(--pColor) !important;
    }
}

section.visit-us-today {
    background: #e67e22 !important;
}

.contentfaqs ul {
    display: none;
    transition: 0s !important;
}

section.innerImage:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 38%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    opacity: 1;
}

section.innerImage {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

section.innerImage h1 {
    color: #fff;
    text-align: left;
    font-size: 40px;
}

#blog .innerImage {
    background-position: 50% 8% !important;
    height: 57vh !important;
}

.page-id-281 .dm-flex {
    align-items: flex-start;
}

section.dm-service-section.CTA {
    background: #474747;
    padding: 100px;
}

section.dm-service-section.CTA .dm-flex {
    justify-content: space-evenly;
    /* gap: 90px; */
}

section.dm-service-section.CTA a.btn {
    min-width: 180px;
    text-align: center;
}

.page-template-page-services li {
    list-style-position: inside;
}

/*.dm-full li:before {
    position: absolute;
    font-family: 'Font Awesome 5';
    content: '\f00c';
    margin: 0 5px 0 -25px;
    color: var(--aColor);
}*/
.dm-full ol li:before {
    display: none;
}

/*
.page-template-page-services .dm-full li {
    list-style: none;
}*/

/* Services Pages */
.inner-page {
    padding: 5vh 0px;
}

.inner-page li {
    list-style: none;
}

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

.dm-flex.left_dm_flex .dm-full .dm-flex {
    margin: 0px -15px;
}

.dm-flex.left_dm_flex .dm-fourth .dm-flex {
    margin: 0px;
    display: block;
}

.dm-flex.left_dm_flex .dm-fourth h4 {
    text-align: left;
    color: var(--aColor);
    font-weight: bold;
    line-height: 1;
    font-size: 17px;
}

.dm-flex.left_dm_flex .dm-fourth p {
    font-size: 15px;
}

.dm-flex.left_dm_flex img {
    height: 220px !important;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

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

section.visit-us-today * {
}

.banner-slide img,
.banner-slide p {
    margin: 0px !important;
    display: block;
}

.dm-flex.left_dm_flex .dm-fourth {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e67e22;
}

.normal_section {
    padding: 5vh 0px;
    text-align: center;
    position: relative;
}

.normal_section img {
    height: 450px !important;
    object-fit: cover;
    width: 100%;
    margin: 0px 0px 50px !important;
}

.normal_section:before {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #c4a484;
    content: "";
    position: absolute;
}

.normal_section:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 100px 0 100px;
    border-color: #f5f5f5 transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
    bottom: -90px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.slider_section {
    position: relative;
}

.over-it {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 50px;
}

.over-it * {
    color: #000;
}

.over-it h1 {
    font-size: 50px;
    line-height: 1;
    margin: 0px;
}

.over-it h4 {
    text-transform: uppercase;
    line-height: 1;
    font-size: 17px;
    font-weight: bold;
}

section#qt_1 {
    background: var(--aColor);
    padding: 10vh 0px 7vh;
    text-align: center;
    position: relative;
}

section#qt_1 a.btn {
    background: #fff !important;
    color: var(--pColor) !important;
    padding: 20px 45px;
    font-size: 17px;
    width: 300px;
    margin: 0px 40px;
}

section#qt_1:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 90px 100px 0 100px;
    border-color: #c4a484 transparent transparent transparent;
    transform: rotate(0deg);
    content: "";
    top: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.page-id-29 section.visit-us-today {
    background: #fff !important;
}

.mainSection {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.contentLeft {
    width: 70%;
}
.contentRight {
    width: 25%;
}

.rightbox {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.rightboxinfo {
    padding: 0 15px;
    list-style-type: none;
}
.rightboxinfo li {
    padding: 4px 0;
}
.rightboxinfo li:before {
    display: none;
}

.rightbox * {
    font-weight: normal !important;
    font-size: 13px;
    color: #333;
}
.rightboxinfo strong {
    font-weight: bold !important;
    font-size: 14px !important;
}
.rightbox i {
    color: #e67e22;
}
.rightbox h4 {
    background: #fcfcfc;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    font-weight: bold !important;
    color: #333;
}
@media (max-width: 880px) {
    .mainSection {
        display: block;
    }
    .contentLeft,
    .contentRight {
        width: 100%;
    }
    .visit-item {
        width: 100% !important;
    }

    .newCon:before {
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    }
    section#qt_1 a.btn {
        margin: 10px 0px;
    }
    section#three_0_29 img {
        height: 350px !important;
        object-fit: cover;
        object-position: 60% 50%;
    }

    .over-it {
        padding: 0px 25px;
    }

    .over-it h1 {
        font-size: 36px;
    }

    .normal_section img {
        height: 350px !important;
    }
}

.dm-slide-main .slide-caption h2 {
    line-height: 1.2;
}

span.hero-title {
    color: #fff;
}

h2.slide-title {
    text-transform: uppercase;
}

.slide-caption a.btn {
    font-weight: bold;
    padding: 10px 40px;
    font-size: 16px;
    letter-spacing: 2px;
    background: var(--pColor) !important;
}

.dminline {
    padding: 9px;
}

section.visit-us-today {
    display: none;
}

.classy-testimonials-wrapper.dm-flex a.btn {
    background: #286181 !important;
    margin-top: 15px;
}

#blog .copyrights a:hover {
    color: #000 !important;
}

footer#site-footer {
    background-color: #fff;
}

.copyrights * {
    color: #000 !important;
}

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

section.blog_dm_posts h2 {
    text-align: center;
}

.nepla h3 {
    font-size: 22px !important;
}

.nepla {
    padding: 0px;
    background: #fafafa;
}

.blog_dm_content {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

.blog_dm_image {
    background-size: cover;
    width: 100%;
    height: 230px;
    /*background-position: 50%;*/
}

.nepla a:hover {
    color: #fff !important;
}

.content-blog {
    padding: 10px 20px;
}

.visitus-home {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.visit-item {
    width: 20%;
    height: 300px !important;
    max-height: 330px !important;
}

.visit-item:nth-child(2),
.visit-item:nth-child(3),
.visit-item:nth-child(4) {
    text-align: center;
    color: #fff !important;
}

.visit-item img {
    object-fit: cover !important;
    padding: 0px !important;
    margin: 0px;
}
.visit-item .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section.visitus-home {
    background: #474747;
}

section.visitus-home h3 {
    color: #fff !important;
    font-size: 20px;
}

.visit-item {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

section.visitus-home .visit-item:nth-child(odd) {
    background: #e67e22;
}

.visit-item {
    padding: 25px;
    padding-top: 45px;
}

.visit-item p {
    font-size: 15px;
    margin-bottom: 13px;
}

.banner-slide img {
    width: 100%;
    display: block;
}

section.cta-classic {
    margin-bottom: 30px;
}

.dm-service-section a.btn {
    margin-bottom: 10px;
}

a.btn {
    font-weight: bold;
}

.visit-item ul {
    list-style: none;
    padding: 0px;
}

.visit-item li {
    display: inline-block;
    width: 36px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
}

.newCon {
    background-position: 80% 50% !important;
}

section#three_2_29 * {
    color: #fff;
}

ul#gform_fields_3 li {
    flex: 1 1 50%;
}

ul#gform_fields_3 {
    display: flex;
    flex-wrap: wrap;
}

li#field_3_8 {
    flex: 1 1 100% !important;
}

.gfield_html {
    flex: 1 1 100% !important;
}

li#field_3_15 ul {
    display: flex;
}

ul#input_3_19 {
    display: flex;
}

div#post-407 .gfield_radio {
    display: flex;
}

input,
textarea,
select {
    border-color: #c6c6c6;
}

div#post-407 li input:not([type="radio"]),
div#post-407 li select {
    height: 40px;
}

div#post-407 label {
    font-weight: 500;
}

.gfield_html * {
    font-weight: bold !important;
}

div#post-281 h4 {
    background: #fcfcfc;
    color: #000;
    border: 1px solid #dadada;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 0px;
    font-family: "Roboto";
    font-weight: 500;
}

.dm_faq_item {
    background: #ffffff;
    border: 1px solid #dadada;
    border-top: 0px;
    padding-left: 30px;
    top: -1px;
    border-radius: 0px 0px 4px 4px;
}

div#post-281 .dm-half i {
    color: #e67e22;
    margin-right: 7px;
}

div#post-281 .dm_faq_item p a {
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

div#post-281 .dm_faq_item p strong {
    margin-bottom: 5px;
    margin-top: 12px;
    display: block;
    position: relative;
    left: -9px;
    font-weight: 500;
}

.dm_faq_item strong {
    color: rgb(102, 102, 102);
    margin-bottom: 12px;
    display: block;
}

div#post-281 .dm_faq_item p {
    margin-bottom: 5px;
}

div#post-281 .dm_faq_item p:nth-child(1) strong {
    margin-top: 0px;
}

.contentfaqs h4 img {
    border: 0px !important;
    outline: 0px !important;
}

div#post-679 .dm-half img {
    outline: none !important;
    max-height: 300px;
    width: auto;
}

.aiovg-videos-filters-wrapper {
    min-height: 300px;
}

.aiovg-meta.aiovg-flex.aiovg-flex-wrap.aiovg-gap-1.aiovg-items-center.aiovg-text-small {
    display: none;
}

.dm-fourth h4 {
    text-transform: uppercase;
}
li#menu-item-1241 a {
    background: var(--aColor) !important;
    color: #fff !important;
    transition: 1s;
}

.f-buttonwrapper {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

#page .f-buttonwrapper .btn {
    text-decoration: none !important;
    width: fit-content;
    text-align: center;
}

@media screen and (max-width: 880px) {
    .f-buttonwrapper {
        flex-direction: column;
        gap: 0.1rem;
    }
}

.quote-banner {
    background: var(--aColor);
    padding: 2.5rem 0px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.quote-banner .btn {
    background: #fff !important;
    color: black !important;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
}
