/*
Theme Name: Absinthe - 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 */

html .meetd {
    height: 400px;
    background-position: 50% 50%;
}

p {
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

html a.btn {
    color: #fff;
    font-size: 16px;
    background: #fff !important;
    color: var(--aColor) !important;
    background-color: #fff;
    border: 3px solid var(--aColor);
    padding: 10px 17px;
    padding-right: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

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

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

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

/* Blog Section */
section.dm-blog-posts {
    padding: 100px 0px;
    background-size: cover;
    /* background-position: 50% 50%; */
    /* background-size: initial; */
    /* background-repeat: no-repeat; */
}

section.dm-blog-posts h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
}

.dm-blog-image {
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0px;
}

.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: var(--pColor);
    padding: 80px 0px 120px;
}

.central-wrapper .central-tab:nth-child(1) {
    display: block;
}

.central-wrapper .central-tab {
    display: none;
}

section.central-services .container-wide {
    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);
}

/* Testimonials */

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: 22px;
    font-size: 26px;
    line-height: 1.4;
}

.central-test-content + h4 {
    font-size: 16px;
}

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

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

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

.container-wide {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.central-welcome .container-wide {
    left: 6%;
}

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

section.central-welcome h2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #5b6770;
}

section.central-welcome blockquote {
    background: var(--pColor);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

section.central-welcome blockquote:after {
    left: 10px;
    top: 10px;
    opacity: 0.2;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
}

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) {
    .mobile_cta_buttons.hide-d.mobile-btn div.header-social-icons:before {
        display: none;
    }
}

/* Header */

div#header {
    background: var(--aColor);
    padding: 15px 0px;
    float: none;
    position: absolute;
    box-shadow: 0 0 3px 5px rgb(0 0 0 / 20%);
    top: 0px;
    left: 0px;
    z-index: 1;
}

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

div#regular-header i {
    margin-right: 8px;
}

.main-head-wrap {
    position: absolute;
    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: 200px;
    display: block;
    margin: 0px auto;
}

ul#menu-main-menu a {
    text-transform: none;
}

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

div#regular-header {
    background: transparent;
}

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

.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: 60%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    max-width: 1170px;
    text-align: left;
    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;
}

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

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

html .video_holder {
    height: 595px;
    max-height: 1000px;
    width: 100%;
}

.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;
        padding: 0px !important;
        margin: 0px !important;
        margin-left: 0px;
    }

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

/* New */
.side-social-header {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 1000;
    width: 40px;
}

.side-social-header a {
    width: 34px;
    display: block;
    text-align: center;
    background: var(--pColor);
    border-radius: 50%;
    margin-bottom: 7px;
    margin-left: 5px;
    color: #fff;
    height: 34px;
    line-height: 36px;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
}

section.central-welcome h3 {
    font-size: 26px;
    margin: 0px;
}

section.central-welcome p {
    font-weight: 300;
    font-size: 20px;
}

section.faq_slider .container {
    position: relative;
    left: -5%;
}

.faq-slide-tab .dm-half:nth-child(1):before {
    content: "";
    border: 4px solid var(--aColor);
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 40px;
    bottom: -40px;
    left: -40px;
}

.faq-slide-tab .dm-half:nth-child(1) {
    padding: 0px;
    position: relative;
    width: 55%;
    overflow: visible;
    box-shadow: 0 1px 6px 2px rgb(0 0 0 / 30%);
}

section.faq_slider .faq-slide-tab {
    padding: 40px 40px 50px;
}

section.faq_slider {
    padding: 0px 0px 80px;
}

.faq-slide-tab .dm-half:nth-child(2) {
    width: 45%;
    padding-left: 65px;
    padding-right: 0px;
}

.buttons {
    position: absolute;
    bottom: -47px;
    right: 0px;
    display: flex;
    background: #fff;
}

.buttons span {
    width: 50px;
    background-color: #e5e5e5;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}

html a.btn:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "Font Awesome 5";
    font-weight: 300;
    content: "\f105";
    line-height: inherit;
    position: absolute;
    right: 11px;
    width: 0.8rem;
    color: var(--pColor);
}

html a.btn:hover {
    text-decoration: none;
    box-shadow: 0 7px 6px 0 rgb(0 0 0 / 25%);
}

/* Services */
.utopia-txt {
    width: 370px;
    text-align: center;
    padding: 30px 50px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    position: relative;
    position: relative;
    z-index: 1;
    order: 2;
}

section.utopia-testimonials {
    background-size: cover;
    background-position: 50% 50%;
}

.utopia-img {
    width: 370px;
    height: 370px;
    position: relative;
    order: 2;
}

.utopia-img img {
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.utopia-card {
    display: flex;
    align-items: center;
}

.utopia-badge {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--pColor);
    top: -50px;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.utopia-card:nth-child(1) {
    align-items: flex-start;
    margin: 0px auto;
    float: right;
    margin-right: 0px;
    width: 100%;
    justify-content: end;
}

.utopia-card:nth-child(2) {
    float: left;
    position: relative;
    flex-direction: column;
    margin-top: -100px;
    width: 490px;
    text-align: left;
    order: 2;
}

.utopia-card:nth-child(3) {
    float: right;
    flex-direction: column;
    width: 500px;
    margin-top: 90px;
}

section.utopia-services .container:after {
    content: "";
    display: block;
    clear: both;
}

.utopia-card:nth-child(1) .utopia-txt {
    margin-top: 70px;
    margin-right: -130px;
    position: relative;
    order: 1;
    display: block;
}

.utopia-card:nth-child(2) .utopia-txt {
    margin: 0px auto;
    margin-top: 0px;
    left: 40px;
}

.utopia-card:nth-child(2) .utopia-img {
    margin: 0px auto;
    margin-left: 0px;
}

.utopia-card:nth-child(2) .utopia-txt .utopia-badge {
    right: -50px;
    left: auto;
}

.utopia-card:nth-child(3) .utopia-img {
    margin: 0px auto;
    margin-right: 0px;
    margin-top: -80px;
    margin-left: 80px;
}

.utopia-card:nth-child(3) .utopia-txt {
    margin: 0px auto;
    margin-left: 0px;
}

.utopia-card:nth-child(3) .utopia-txt .utopia-badge {
    left: auto;
    right: -50px;
}

section.utopia-services .container {
    /* max-width: 1130px; */
    margin: 0px auto 100px;
}

.utopia-badge img {
    width: 60px;
    filter: brightness(0) invert(1);
}

.utopia-card:nth-child(2) .utopia-txt {
    order: 2;
}

.utopia-card:nth-child(2) .utopia-img {
    order: 1;
}

section.menu-main {
    height: 74px;
    position: relative;
    z-index: 10;
}

/* Testimonials */
.utopia-testimonials {
    padding: 100px 0px;
    text-align: center;
    position: relative;
}

section.utopia-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 70%) 50%, rgb(255 255 255 / 0%) 100%);
    top: 0px;
    left: 0px;
}

section.utopia-testimonials * {
    color: #fff;
}

.testimonials-wrapper h2 {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 34px;
}

section.utopia-testimonials img {
    filter: brightness(0) invert(1);
    max-width: 80px;
    margin-bottom: 14px;
}

section.utopia-testimonials h3 {
    font-size: 46px;
    margin: 0px;
    color: var(--aColor);
    line-height: 46px;
    margin-bottom: -10px;
}

section.utopia-testimonials p {
    font-size: 32px;
    font-weight: bold;
}

.central-testimonial-slider {
    width: 80%;
    margin: 40px auto 0px;
}

.cta {
    padding: 50px 0px;
    background: var(--pColor);
    background-image: url(http://annroadah.doctormmdev4.com/wp-content/uploads/2022/02/gplay.png);
}

.dm-half-one {
    width: 66.66%;
}

.cta * {
    color: #fff;
}

.cta p {
    font-size: 20px;
    max-width: 650px;
    line-height: 1.4;
}

.cta .dm-third {
    text-align: right;
}

.cta .dm-third a.btn {
    font-size: 23px;
    padding: 5px 40px;
    padding-left: 20px;
    border-radius: 5px;
}

.cta p br {
    display: none;
}

.dm-full.footer-creds {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: inherit;
    font-size: 18px;
    padding: 10px;
    justify-content: space-between;
    margin-top: 50px;
}

.dm-full.footer-creds a {
    font-size: inherit;
}

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

.copyrights h3 {
    color: #fff;
}

.copyrights {
    padding: 55px 0px 65px;
}

.copyrights .dm-fourth:after {
    height: 90%;
    width: 1px;
    opacity: 0.7;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.copyrights .dm-fourth {
    position: relative;
}

.copyrights .dm-fourth:nth-child(4):after {
    opacity: 0 !important;
}

.dm-map iframe {
    display: block;
}

footer#site-footer > .dm-flex {
    width: 100%;
    background: #fff;
}

.faq-slide-tab img {
    height: 360px !important;
    object-fit: cover;
    width: 100%;
}

footer#site-footer > .dm-flex .dm-full {
    margin: 0px;
}

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

.faq-slider .slick-arrow {
    display: none !important;
}

footer#site-footer > .dm-flex {
    width: 100%;
    background: #fff;
}

html a.btn:hover {
    color: var(--pColor) !important;
}

footer#site-footer > .dm-flex .dm-full {
    margin: 0px;
}

section.utopia-services .container {
    position: relative;
    left: -50px;
}

.central-image span {
    display: block;
    font-size: 45px;
    line-height: 1;
    position: relative;
    top: -10px;
    left: -30px;
}

.central-image strong {
    color: var(--pColor);
    display: block;
    line-height: 1;
    position: relative;
    top: 5px;
    font-size: 56px;
}

footer#site-footer .social-icons a {
    font-size: 23px !important;
    margin: 0px 8px;
}

header#site-header.nonhome > div {
    position: relative;
    background: var(--pColor);
}

header#site-header.nonhome > div {
    position: relative;
    background: var(--pColor);
}

header#site-header {
    float: none;
}

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

section.page-header * {
    color: var(--pColor) !important;
}

section.menu-main.header_fixed #header {
    position: fixed;
}

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

section.dm-blog-posts .dm-third a div:nth-child(2) {
    padding: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.dm-blog-posts .dm-third a div:nth-child(2) p {
    margin: 0px;
}

section.dm-blog-posts .dm-third a div:nth-child(2) h3 {
    font-size: 25px;
    line-height: 1.2;
}

section.dm-blog-posts .dm-third:hover a {
    box-shadow: 0 7px 6px 0 rgb(0 0 0 / 25%);
}

section.dm-blog-posts a {
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
    display: block;
}

@media (max-width: 1366px) {
    section.faq_slider .container,
    .central-welcome .container-wide,
    section.utopia-services .container {
        left: 0px;
    }
}

@media (max-width: 1024px) {
    .utopia-card {
        display: flex;
        float: none !important;
        margin: 0px !important;
        left: 0px !important;
        width: auto !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 50px !important;
        flex-direction: inherit !important;
    }

    .utopia-card:nth-child(2) .utopia-txt {
        left: 0px;
    }

    .utopia-card:nth-child(2) {
        flex-direction: initial;
        align-items: center;
        justify-content: center;
    }

    .utopia-card:nth-child(1) .utopia-txt {
        margin-right: -20px;
    }

    .utopia-card {
    }

    .utopia-card:nth-child(2) .utopia-img {
        margin: initial;
    }

    .utopia-card:nth-child(2) .utopia-txt {
        margin: initial;
    }

    .utopia-card:nth-child(3) .utopia-txt {
        margin: initial;
    }

    .utopia-card:nth-child(3) .utopia-img {
        margin: inherit;
    }

    .utopia-card:nth-child(3) .utopia-txt .utopia-badge {
        right: auto;
        left: -50px;
    }

    .side-social-header {
        display: none;
    }
}

@media (max-width: 991px) {
    .dm-third.phone-header,
    .address-header {
        display: none;
    }

    .main-head-wrap .dm-third {
        width: 100%;
    }

    .logo-wrap {
        margin: 10px 0px;
    }

    html div#secondary-navigation {
        padding: 0px !important;
    }

    html div#header {
        padding: 2px 0px;
        text-align: center;
        color: #fff;
    }

    a#pull {
        margin: 0px !important;
        width: 100% !important;
        color: #fff !important;
    }

    html a#pull:after {
        color: #fff !important;
    }

    section.central-welcome .dm-half {
        flex: 1 1 100% !important;
    }

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

    html .central-image span {
        display: none;
    }

    .central-welcome .central-image img {
        height: 100% !important;
    }

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

    section.central-welcome h2 {
        margin-bottom: 15px;
    }

    .faq-slide-tab .dm-half {
        width: 100% !important;
        padding: 0px !important;
        text-align: center;
    }

    .central-text h3 {
        text-align: center;
        margin-bottom: 10px;
    }

    .faq-slide-tab .dm-half:nth-child(1):before {
        top: 10px;
        bottom: -10px;
        left: -10px;
        right: -10px;
    }

    .central-text {
        padding-top: 32px;
    }

    .utopia-card {
        flex-wrap: wrap !important;
        width: 450px !important;
        max-width: 100%;
        margin: 0px auto 55px !important;
    }

    .utopia-txt {
        width: 100% !important;
        order: 2 !important;
        margin: 0px !important;
    }

    .utopia-img {
        order: 1 !important;
        width: 100%;
    }

    .utopia-img img {
        margin: 0px auto;
    }

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

    footer#site-footer > .dm-flex .dm-full {
        flex-wrap: wrap;
        text-align: center;
    }

    .copyrights .dm-fourth:after {
        opacity: 0;
    }

    html .sticks {
        background: #111;
        font-size: 14px;
    }

    section.faq_slider .faq-slide-tab {
        padding: 40px 20px 50px;
    }

    .dm-full.footer-creds p {
        width: 100%;
    }

    .utopia-badge {
        left: 0px !important;
        right: 0px !important;
        margin: 0px auto;
        width: 60px !important;
        height: 60px !important;
        top: -30px;
    }

    .utopia-badge img {
        width: 30px !important;
    }

    .cta {
        text-align: center;
    }

    .cta .dm-third a.btn {
        margin: 0px auto !important;
        font-size: 15px;
    }

    .cta .dm-third {
        text-align: center;
    }

    html .video_holder {
        height: 400px;
    }
}

.dm-third.address-header p {
    line-height: 1.3;
    font-weight: 400;
}

.dm-third.phone-header p a {
    font-weight: 400;
    font-size: 22px;
}

.side-social-header a:hover {
    color: #fff !important;
}

.side-social-header span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.side-social-header a:hover span {
    position: relative;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    section.utopia-testimonials {
        background-size: cover;
        background-position: 50% 50%;
    }

    .testimonials-wrapper h2 {
        font-size: 28px;
        line-height: 1;
    }

    .testimonials-wrapper .dm-third {
        width: 50%;
    }

    section.utopia-testimonials p {
        font-size: 26px;
    }

    section.utopia-testimonials h3 {
        font-size: 38px;
    }

    .central-test-content {
        font-size: 20px;
    }

    .central-test-content + h4 {
        font-size: 21px;
        font-weight: bold;
    }
}

section.dm-blog-posts .dm-third:nth-child(1) {
    position: relative;
    top: 15px;
}

section.dm-blog-posts .dm-third:nth-child(3) {
    position: relative;
    top: -15px;
}

.carousel-caption h2 {
    line-height: 1;
    font-size: 60px;
    margin-bottom: 35px;
}

.carousel-caption h2 p {
    margin: 0px;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 640px) {
    .carousel-caption h2 {
        font-size: 44px;
        margin-bottom: 25px;
    }

    .carousel-caption h2 p {
        font-size: 27px;
    }

    html .carousel-caption a.btn {
        font-size: 9px;
        padding: 10px 30px;
        padding-left: 12px;
    }

    .carousel-caption {
        top: 65%;
    }
}

html .meetd {
    background-position: 50%;
}

.copyrights .dm-fourth:nth-child(3) {
    display: none;
}

.copyrights .dm-fourth {
    flex: 1 1 33.33%;
}

.logo-wrap * {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 30px !important;
    text-align: center;
    text-shadow: 0px 1px 1px #000;
}

.pum-content p,
.central-welcome p {
    font-weight: 400 !important;
}

.dm-blog-posts a {
    background-color: white;
}
