/*
Theme Name: Grey - 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 {
    font-family: 'Playfair Display';
    color: #fff;
    text-transform: none;
    font-size: 40px;
    font-weight: 400;
}

.hide-d {
    display: none;
}
html .video_holder {
    height: 80vh;
    background: #000;
    max-height: 1000px;
}

footer#site-footer img {
    filter: brightness(0.5);
    max-width: 225px;
    margin-bottom: 20px;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    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;
}

/* Slide */
html .slick-slider.img-bottom {
    position: absolute;
    width: 200px;
    bottom: 10%;
    height: 250px;
    right: 75px;
    z-index: 1;
    overflow: hidden;
}

div#s-primary {
    height: 100vh;
    max-height: 1033px;
}

.newCon {
    height: 100% !important;
    width: 100%;
}

.s-caption,
.carousel-caption {
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}

.primary-s-container.clearfix.hide-xs {
    position: relative;
}

.img-bottom img {
    max-width: unset;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

html .img-bottom p {
    height: 250px;
}

.img-top img,
.img-bottom img {
    animation: move 40s ease;
    /* Add infinite to loop. */

    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;
    position: absolute;
}

@keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */

        -webkit-transform: scale(1);
        /* Safari and Chrome */

        -o-transform: scale(1);
        /* Opera */

        -moz-transform: scale(1);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

header#site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    padding: 0px;
    background: rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

div#regular-header {
    display: none;
}

div#s-primary:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(254deg, rgb(0 0 0 / 51%) 0%, rgb(0 0 0 / 43%) 5%, rgba(0, 0, 0, 1) 100%);
}

.s-caption img {
    filter: brightness(0) invert(1);
}

h2.s-title,
.carousel-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0px;
}

.s-content p {
    color: #fff;
    font-size: 33px;
    font-weight: 300 !important;
    font-family: "Roboto";
}

.s-content p {
    display: inline-block;
}

.s-content p:after,
.s-content p:before,
.carousel-caption h2 p:before,
.carousel-caption h2 p:after {
    width: 80px;
    height: 1px;
    background: #fff;
    left: -100px;
    content: "";
    top: 26px;
    position: absolute;
}

.s-content p:after,
.carousel-caption h2 p:after {
    left: auto;
    right: -100px;
}

.s-content p,
.carousel-caption h2 p {
    position: relative;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    max-width: 1000px;
    margin: 0px auto;
    display: block;
    line-height: 1.2;
    margin-bottom: 30px;
}

.text-over {
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
    padding: 50px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    margin-top: -100px;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    margin-bottom: 100px;
}

.text-over p {
    margin: 0px;
    font-size: 21px;
    position: relative;
    color: #fff;
}

.text-over:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--aColor);
    content: "";
    height: 100%;
    width: 100%;
    opacity: 1;
}

.dmm-menu {
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 0.001;
    display: none;
    flex-direction: column;
}

div#header {
    background: transparent;
    text-align: center;
    padding: 15px;
}

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

header#site-header p {
    margin: 0px;
}

header#site-header * {
    color: #fff;
}

.logo-wrap img {
    max-width: 200px;
    filter: brightness(0) invert(1);
    display: block;
    margin: 0px auto;
    /* opacity: 0; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-wrap {
    padding: 0px !important;
}

html #header .logo-wrap {
    float: none;
    margin: 0px auto;
    display: block;
    text-align: center;
}

#logo {
    float: none !important;
}

a.button.menu-btn.w-inline-block {
    position: relative;
    /* overflow: hidden; */
    margin: 5px;
    padding: 2px 10px;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    width: 96px;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #000;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 40px;
    height: 22px;
    border: 0px;
    padding: 0px !important;
}
.button-text.label-close {
    position: absolute;
    left: -100%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform-style: preserve-3d;
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-text.label-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    color: #111;
}
a.button.menu-btn.w-inline-block.active-menu .button-text.label-menu,
a.button.menu-btn.w-inline-block.active-menu .button-text.label-close {
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.button-line.dark {
    position: absolute;
    left: 0px;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s cubic-bezier(0.26, 0.5, 0.75, 1.01);
    width: 0px;
    top: 0px;
}
a.button.menu-btn.w-inline-block:hover .button-line.dark {
    width: 100%;
}

.menu-btn span {
    background-color: #fff;
    height: 2px;
    margin-bottom: 0px;
    display: block;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-btn span:last-of-type {
    margin: 0px;
}
.menu-btn {
    display: inline-block;
    width: 40px;
    float: right;
}

header#site-header .dm-third:nth-child(3) {
    display: flex;
    justify-content: flex-end;
}

p.menu-btn {
    margin-left: 20px !important;
    margin: 0px;
}

header#site-header .dm-third:nth-child(1) {
    text-align: left;
}

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

#slide_rotate_1 {
    width: 300px;
    position: absolute;
    left: 75px;
    top: 20%;
    z-index: 1;
    overflow: hidden;
}
.img-top p {
    height: 450px !important;
}
.img-top img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(0.1);
}

section.central-welcome h2 {
    line-height: 1.2;
    font-weight: 400;
    font-size: min(max(32px, 6.25vw), 70px);
    color: var(--aColor);
}

section.central-welcome h4 {
    font-size: 27px;
    position: relative;
    display: inline-block;
}

section.central-welcome {
    text-align: center;
}

section.central-welcome h4:after,
section.central-welcome h4:before {
    width: 80px;
    height: 1px;
    background: #000;
    left: -100px;
    content: "";
    top: 51%;
    position: absolute;
    transform: translateY(-50%);
}

section.central-welcome h4:after {
    left: auto;
    right: -100px;
}

section.central-welcome p {
    max-width: 1000px;
    margin: 0px auto 20px;
    text-align: justify;
}

section.central-welcome {
    padding-bottom: 100px;
}
section.new-service-section .dm-blog-image {
    height: 40vw;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.9;
}

section.new-service-section > div {
    max-width: 2160px;
    padding: 0px 50px;
}

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

section.new-service-section .dm-third:nth-child(2) {
    margin-top: 50px;
}

section.new-service-section .dm-third {
    padding: 25px;
    position: relative;
}

section.new-service-section h3 {
    position: absolute;
    padding: 40px;
    bottom: 0px;
    margin: 0px;
    left: 0px;
    transition: opacity 0.4s ease, background 4s ease;
    color: #fff;
    font-size: 43px;
    max-width: 320px;
    line-height: 1.2;
    text-shadow: 0px 1px 10px #0000001f;
}

section.new-service-section p {
    text-align: center;
    padding: 0px;
}

.new-service-section p a {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}

.new-service-section .dm-third .dm-blog-image {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.new-service-section .dm-third:hover .dm-blog-image {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
}

section.new-service-section p a {
    transform: translateY(100%);
    opacity: 0.001;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
    z-index: -1;
    color: #fff;
    margin-bottom: 5px;
}

header#site-header.header_fixed,
#site-header.active-header,
header#site-header.header_fixed_1 {
    background: #000000c7;
}

header#site-header.header_fixed .logo-wrap * {
    opacity: 1;
}

section.new-service-section p a:nth-child(1) {
    transition-delay: 0s;
}

section.new-service-section p a:nth-child(2) {
    transition-delay: 0.2s;
}

section.new-service-section p a:nth-child(3) {
    transition-delay: 0.4s;
}

section.new-service-section p a:nth-child(4) {
    transition-delay: 0.6s;
}

section.new-service-section p a:nth-child(5) {
    transition-delay: 0.8s;
}

section.new-service-section p a:nth-child(6) {
    transition-delay: 1s;
}

section.new-service-section p a:nth-child(7) {
    transition-delay: 1.2s;
}

section.new-service-section p a:nth-child(8) {
    transition-delay: 1.4s;
}

section.new-service-section p a:nth-child(9) {
    transition-delay: 1.6s;
}

section.new-service-section p a:nth-child(10) {
    transition-delay: 1.8s;
}

section.new-service-section p a:nth-child(11) {
    transition-delay: 2s;
}

section.new-service-section .dm-third:hover p a {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}

.nss {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
    background: #000;
}

.link-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.001;
    transition: opacity 0.4s ease, background 4s ease;
}

section.new-service-section .dm-third:hover .link-holder {
    opacity: 1;
}

section.new-service-section .dm-third:hover h3 {
    opacity: 0;
}

.link-holder > a {
    display: none;
}

section.drquote {
    padding: 50px 0px 100px;
    text-align: center;
}

section.drquote h2 {
    font-weight: 400;
    font-size: min(max(32px, 6.25vw), 55px);
    color: var(--aColor);
    line-height: 1.2;
    margin-bottom: 35px;
    font-size: 39px;
}

h4.lines-heading {
    font-size: 23px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}

h4.lines-heading:before,
h4.lines-heading:after {
    width: 80px;
    height: 1px;
    background: #000;
    left: -100px;
    content: "";
    top: 51%;
    position: absolute;
    transform: translateY(-50%);
}

h4.lines-heading:after {
    left: auto;
    right: -100px;
}

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

section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(1) {
    flex: 1 1 25%;
    height: 650px;
}

section.owner-section .dm-flex:nth-child(1) {
    margin-bottom: 50px;
}

section.owner-section .dm-flex:nth-child(1) img {
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(1) img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
    object-position: 50% 30%;
}

section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(2) img {
    /* padding: 25px 0px 0px; */
    display: block;
    background-size: cover;
    min-height: 650px;
    object-fit: cover;
}

section.owner-section .dm-flex p {
    font-size: 22px;
}

section.owner-section h4,
section.owner-section h3 {
    text-align: center;
}

section.owner-section h4 {
    font-size: 40px;
    margin: 0px;
}

section.owner-section h3 {
    font-size: 60px;
    margin-bottom: 40px;
}

.mee-image img {
    max-width: 500px;
    margin: 0px auto;
    display: block;
}

.mee-image img:nth-child(1) {
    height: 350px !important;
    object-fit: cover;
    width: 100%;
    object-position: 50% 70%;
    max-width: 100%;
}

section.owner-section {
    margin-bottom: 150px;
}

.home-list {
    display: flex;
    justify-content: space-between;
}

section.visit-us-today {
    padding: 40px;
    position: relative;
    background: #000;
    color: #fff;
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

section.visit-us-today:before {
}

section.visit-us-today h3 {
    font-size: 43px;
    color: #fff;
}

section.visit-us-today a {
    font-weight: bold;
    color: #fff;
}

section.visit-us-today li input {
    height: 45px !important;
}

section.visit-us-today .bg-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.3;
    background-size: cover;
}

section.visit-us-today > div {
    position: relative;
    z-index: 1;
}

footer#site-footer * {
    background: transparent;
}

footer#site-footer {
    background: transparent;
}

footer#site-footer * {
    color: #000;
}

footer#site-footer a:hover {
    color: var(--aColor) !important;
}

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

section.home-icons h4 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--aColor);
}

section.seeityourself > div {
    box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
    padding: 40px;
    text-align: center;
}

section.seeityourself {
    padding: 100px 0px 200px;
    position: relative;
}

section.seeityourself h2 {
    font-size: 60px;
}

section.seeityourself li a {
    font-size: 31px !important;
}

.ss-social-icons a {
    font-size: 65px;
    margin: 0px 20px;
    color: var(--aColor);
}

.home-list {
    padding: 75px 20px;
}

section.home-icons > div {
    max-width: 2160px;
    padding: 0px 50px;
}

section.home-icons .slick-slide img {
    width: 100% !important;
}

span.button-press {
    cursor: pointer;
}

span.button-press.active {
    color: var(--aColor);
}

span.button-press img {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.button-press.active img {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(68%) sepia(39%) saturate(268%) hue-rotate(358deg) brightness(93%) contrast(94%);
}

section.canvas-masterpiece {
    position: relative;
    padding: 70px 0px;
}

section.canvas-masterpiece .dm-full {
    text-align: center;
    margin-bottom: 70px;
}

section.canvas-masterpiece img {
    min-height: 650px;
    object-fit: cover;
    width: 95%;
    display: block;
    margin: 0px auto;
}

section.canvas-masterpiece .bg-gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    opacity: 0.1;
    background-size: 40%;
    background-attachment: fixed;
}

section.canvas-masterpiece .dm-full h2 {
    color: var(--aColor);
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 27px;
}

.left-btn img {
    transform: scaleX(-1);
}

.arrows span {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--aColor);
    cursor: pointer;
}
header#site-header.header_fixed_1 .menu-btn span {
    background: #fff;
}
.arrows img {
    width: auto !important;
    max-width: 11px;
}

.arrows {
    display: flex;
}

span.left-btna,
span.left-btn {
    margin-right: 10px;
}

.numbers {
    font-family: "Playfair Display";
    font-size: 30px;
    color: var(--aColor);
}

.control-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.dm-fslick .slick-arrow {
    display: none !important;
}

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

.c-testimonial-slider {
    max-width: 1000px;
    margin: 40px auto 0px;
}

section.c-testimonials {
    text-align: center;
}

section.c-testimonials {
    padding: 150px 0px 0px;
}

section.seeityourself > div:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.1;
    background-attachment: fixed;
    filter: grayscale(1);
}

section.seeityourself > div {
    max-width: 95%;
    padding: 100px 0px;
}

section.seeityourself > div * {
    position: relative;
    z-index: 1;
}

.c-testimonials-wrapper.dm-flex h2 {
    font-size: min(max(32px, 6.25vw), 100px);
    color: var(--aColor);
}

.c-testimonials-wrapper.dm-flex .dm-full {
    margin-top: 0px;
}

.c-testimonial-slider h4 {
    color: var(--aColor);
    padding-top: 8px;
}

.c-testimonial-slider p {
    font-size: 34px !important;
}

.c-test-content {
    font-size: 25px;
}

.c-testimonial-slider:before {
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/grey-child/assets/rightq.png);
    background-size: contain;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    transform: scaleY(-1) scaleX(-1);
}

.c-testimonial-slider:after {
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/grey-child/assets/rightq.png);
    background-size: contain;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}

.c-testimonial-slider {
    position: relative;
}

.c-testimonials-wrapper.dm-flex .arrows {
    text-align: center;
    justify-content: center;
}

.trailing-image {
    width: 200px;
    position: absolute;
    right: 2%;
    height: 250px;
    bottom: -70px;
}

.trailing-image img {
    height: 100% !important;
    width: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(1);
    display: none;
}

/*div#header img {
    filter: brightness(0) invert(1);
}*/

span.left-btna img {
    transform: scaleX(-1);
}

.menu-btn span:nth-child(2),
.menu-btn span:nth-child(4) {
    top: 10px;
}

.menu-btn span:nth-child(3) {
    bottom: 0px;
    top: auto;
}

a.button.menu-btn.w-inline-block.active-menu span:nth-child(1),
a.button.menu-btn.w-inline-block.active-menu span:nth-child(3) {
    opacity: 0;
}

a.button.menu-btn.w-inline-block.active-menu span:nth-child(2) {
    transform: rotate(-45deg);
}

a.button.menu-btn.w-inline-block.active-menu span:nth-child(4) {
    transform: rotate(45deg);
}

html.hide-overflow {
    overflow: hidden !important;
}

.dmm-menu {
    display: none;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    position: fixed;
    top: 90.5px;
    z-index: 100;
    width: 100%;
}

.dmm-menu.open-menu {
    opacity: 1;
    display: flex;
    background: #000000c7;
}

.dmm-menu li a {
    color: #fff;
    font-family: "Playfair Display";
}

.dmm-menu > menu > ul {
    display: flex;
    max-width: 90%;
    margin: 0px auto;
    justify-content: space-between;
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}

menu {
    max-width: 1600px;
    margin: 0px auto;
    width: 100%;
}

@media (max-width: 1300px) {
    section.c-testimonials {
        padding-left: 100px;
        padding-right: 100px;
    }

    .c-testimonial-slider:before {
        left: 0px;
        opacity: 0.2;
    }

    .c-testimonial-slider:after {
        right: 0px;
        opacity: 0.2;
        top: 0px;
    }

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

    section.new-service-section .dm-third:nth-child(2) {
        margin: 0px;
    }

    section.new-service-section .dm-blog-image {
        height: 550px;
    }
}

@media (max-width: 1100px) {
    section.c-testimonials {
        padding-left: 100px;
        padding-right: 100px;
    }

    .c-testimonial-slider:before {
        left: 0px;
        opacity: 0.2;
    }

    .c-testimonial-slider:after {
        right: 0px;
        opacity: 0.2;
        top: 0px;
    }

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

    section.new-service-section .dm-third:nth-child(2) {
        margin: 0px;
    }

    section.new-service-section .dm-blog-image {
        height: 550px;
    }

    section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(1) {
        flex: 1 1 90%;
        height: 700px;
        max-width: 90%;
        margin: 0px auto;
        margin-left: 0px;
    }

    section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(2) {
        position: absolute;
        max-width: 250px;
        bottom: 10%;
        right: 2%;
    }

    section.owner-section .dm-flex:nth-child(1) {
        position: relative;
    }

    section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(2) img {
        padding: 0px;
        height: 300px !important;
        object-fit: cover;
    }

    .mee-image {
        display: none;
    }

    section.owner-section .dm-flex:nth-child(2) .dm-half {
        flex: 1 1 100%;
        text-align: center;
    }

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

    section.canvas-masterpiece .dm-half {
        flex: 1 1 100%;
        padding: 0px 15px;
    }

    section.canvas-masterpiece .dm-half:nth-child(2) {
        padding: 20px 40px;
    }

    section.canvas-masterpiece .dm-full h2 {
        font-size: 40px;
    }

    #slide_rotate_1 {
        top: auto;
        bottom: 10%;
        width: 200px;
    }

    .img-top p {
        height: 250px !important;
    }

    .text-over {
        margin-top: -50px;
    }
}

@media (max-width: 880px) {
    html #page.homepage {
        padding: 0px !important;
    }

    section.central-welcome h4:after,
    header#site-header .dm-third:nth-child(1) {
        display: none;
    }
    .s-content p:after,
    .s-content p:before,
    .trailing-image,
    h4.lines-heading:before,
    h4.lines-heading:after,
    header#site-header .dm-third:nth-child(3) p:nth-child(1) {
        display: none;
    }

    html .slick-slider.img-bottom,
    html .slick-slider.img-top {
        display: none;
    }

    div#header img {
        margin: 0px auto;
        margin-left: 0px;
    }

    section.new-service-section > div {
        padding: 0px 15px;
    }

    section.visit-us-today {
        padding: 40px 20px;
    }
    .text-over {
        padding: 25px;
        width: 96%;
    }

    .copyrights .dm-third {
        flex: 1 1 100%;
    }

    .copyrights .dm-third:nth-child(2) {
        margin: 20px auto;
    }

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

    .home-list {
        padding: 45px 20px;
    }

    .home-list span {
        display: block;
        width: 100%;
        flex: 1 1 50%;
        margin-bottom: 15px;
    }

    .home-list {
        flex-wrap: wrap;
    }

    .dm-fslick .dm-half {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }

    section.visit-us-today .dm-half {
        flex: 1 1 100%;
    }

    section.home-icons > div {
        padding: 0px 25px;
    }

    section.c-testimonials {
        padding: 0px 15px;
    }

    h2.s-title {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .dmm-menu.open-menu li {
        width: 100%;
        margin-bottom: 10px;
    }

    .dmm-menu ul {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .home-list span {
        flex: 1 1 100%;
    }
}

/* menu */

.header-spacer {
    min-height: 190px;
}

body:not(.home) header#site-header * {
    color: #000 !important;
}
body:not(.home) .menu-btn span {
    background-color: #000;
}
/*body:not(.home) header#site-header span {
    background: #000;
}*/

body:not(.home) header#site-header img {
    filter: none !important;
}

body header#site-header.header_fixed_1 *,
body header#site-header.header_fixed * {
    color: #fff !important;
}

body:not(.home) .logo-wrap img {
    opacity: 1;
}

menu > ul > li {
    flex: 1 1 16%;
}

ul.sub-menu {
    padding: 0px;
}

ul.sub-menu * {
    font-family: "Nunito" !important;
    font-size: 15px;
}

.menu-item-has-children > a:after {
    display: none;
}

menu > ul > li > a {
    font-size: 21px;
}
ul.sub-menu {
    list-style: none;
}
.sub-menu li {
    margin-bottom: 7px;
    position: relative;
}
.dmm-menu.open-menu {
    z-index: 10000000;
}

.sub-menu .current_page_item:before {
    left: -5px;
    height: 1px;
    top: auto;
    bottom: 0px;
    background: #fff;
    opacity: 1;
}
.dmm-menu > menu > ul > li > a {
    display: block;
    margin-bottom: 10px;
}
.sub-menu li:hover:before {
    width: 100%;
    opacity: 1;
}
.dmm-menu > menu > ul {
    padding: 0px 15px;
}

section.central-welcome:nth-child(6) h2 {
    font-weight: 400;
    font-size: min(max(32px, 6.25vw), 55px);
    color: var(--aColor);
    line-height: 1.2;
    margin-bottom: 35px;
}


section.new-service-section p a:nth-child(12) {
    transition-delay: 2.1s;
}

section.new-service-section p a:nth-child(13) {
    transition-delay: 2.2s;
}

section.new-service-section p a:nth-child(14) {
    transition-delay: 2.3s;
}

html ul ul.wda-long-menu {
    background-color: transparent !important;   
    width: auto;
}

.page-id-609 .dm-service-section img {
    outline: none!important;
    border: none!important;
}
.video_holder video {
    opacity: 0.8;
}


@media (max-width: 1280px) {
    .dmm-menu > menu > ul {
        max-width: 100%;
        padding: 0px 15px;
    }
}

@media (min-width: 1101px) {
    ul.sub-menu {
        display: block !important;
    }
}
@media (max-width: 1100px) {
    .sub-menu li {
        margin-bottom: 7px;
    }

    .dmm-menu > menu > ul {
        padding: 0px 15px;
    }

    .sub-menu {
        display: none;
    }

    .dmm-menu.open-menu > menu > ul {
        flex-wrap: wrap;
    }

    .dmm-menu.open-menu > menu > ul > li {
        flex: 1 1 100%;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .dmm-menu.open-menu > menu > ul {
        padding: 0px 35px;
    }

    li.menu-item-has-children > a:after {
        content: " ";
        border: 3px solid transparent;
        border-radius: 2px;
        border-right: 0;
        border-top: 0;
        right: -1em;
        display: block;
        height: 0.625em;
        margin-top: -0.4375em;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: rotate(-135deg) scale(0.8) translateY(-7px);
        transition: transform 0.4s ease, border-color 0.4s ease;
        transform-origin: center;
        width: 0.625em;
        border-color: #c3a980;
    }

    li.menu-item-has-children > a {
        position: relative;
    }
}
@media (max-width: 880px) {
    header#site-header .dm-third {
        flex: 1 1 70%;
            width: 70%;
    }

    header#site-header .dm-third:nth-child(3) {
        flex: 1 1 30%;
        width: 30%;
    }

    h2.s-title, .carousel-caption h2 {
        font-size: 40px;
        line-height: 1;
    }

    .s-content p, .carousel-caption h2 p {
        font-size: 19px;
        padding-top: 12px;
    }

    .s-content p:after, .carousel-caption h2 p:after {
        right: d;
        display: none;
    }

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

    div#header img {
        width: 100%;
        display: block;
    }


    .text-over p {
        font-size: 18px;
    }

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

    section.new-service-section .dm-blog-image {
        height: 450px;
    }

    section.new-service-section h3 {
        padding: 20px;
    }

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

    section.owner-section .dm-flex:nth-child(1) .dm-half:nth-child(1) {
        width: 100%;
        max-width: 100%;
    }

    section.canvas-masterpiece .dm-full h2 {
        font-size: 30px;
    }

    section.canvas-masterpiece img {
        min-height: 400px;
    }

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

    section.seeityourself h2 {
        font-size: 50px;
        line-height: 1.2;
    }

    section.visit-us-today h3 {
        font-size: 35px;
    }
}
@media (max-width: 768px) {
    .owner-section .dm-half:nth-child(2) {
        display: none;
    }
    .logo-wrap img {
        max-width: 100px;
    }
}

.link-holder p {
    text-align: left;
    font-size: 24px;
    color: #ffff;
    padding: 0px 15px !important;
    margin: 0px;
    text-align: left !important;
}

section.visit-us-today li input {
    border-radius: 20px;
    border-left: 5px solid var(--aColor);
}

section.visit-us-today li textarea {
    border-radius: 20px;
    border-left: 5px solid var(--aColor);
}

section.visit-us-today li#field_2_6 input {
    height: auto !important;
}

.dm-form-block h4 {
    font-size: 25px;
}

section.canvas-masterpiece h2 {
    font-size: 40px;
}


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

.bottom-footer p {
    margin-bottom: 5px;
}

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