/*
Theme Name: Confident - 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;
    background: rgb(0,0,0);
    color: #ffffff !important;
    padding: 15px 25px;
}

#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: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

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

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

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

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

.copyrights iframe {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.copyrights {
    text-align: left;
}

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

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    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: 387px;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 13px;
    /* filter: grayscale(1); */
    opacity: 0.8;
}

.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: #F4F6F3;
    padding: 10vh 0px;
}

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

section.new-service-section p {
    color: #000;
}

section.new-service-section h3 {
    font-size: 32px;
}

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

section.new-service-section .dm-third {
    flex: 1 1 30%;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    flex-basis: 300px;
}

section.new-service-section .dm-flex {
    gap: 1%;
    align-items: inherit;
}

section.new-service-section .dm-third:hover {
    background-image: initial;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px -6px rgb(0 0 0 / 30%);
    transform: translateX(0px) translateY(-15px)!important;
}

/* Testimonials */
#regular-header {}

.central-text-wrapper:nth-child(odd) .letter-wrap {background: var(--pColor);}

.dm-half-plus .slick-dots button {
    background: rgb(17 17 17 / 19%);
}

.letter-wrap img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: scaleX(-1);
    max-width: 60px;
}

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

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

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

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

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

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

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

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.5;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

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

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

/* Half Half  */
section.half-half-classy {
    padding: 10vh 0px;
    background: #f4f6f3;
}

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

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

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

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

/* CTA  */
.cta-content {
    background-color: var(--aColor);
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    width: 600px;
    margin: 0px auto;
    padding: 50px;
    z-index: 1;
    margin-left: 14%;
}

.cta-carrier {
    padding: 10vh 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
}

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

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

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

section.central-welcome .container-wide {
}

section.central-welcome * {
}

.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 {
    max-width: 100%;
}

.container-wide {
    max-width: 1580px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 15px;
    position: relative;
}

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 {
    }
    .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-size: 35px;
}

html #header #logo {
    float: none !important;
    display: block !important;
}

div#header {
    background: transparent;
    padding: 10px 0px;
    float: none;
}

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

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

.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: 127px;
        -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%;
    max-width: 100%;
    position: relative;
}

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: 350px;
    margin-top: -50px;
}

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

div#regular-header .container-wide.dm-flex p {
    margin: 0px;
    position: relative;
    margin-left: 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 {
}

.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: 60%;
    z-index: 1;
    left: 10%;
    right: 0px;
    text-align: center;
    left: 0px;
    margin: 0px auto;
}

.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: 96%;
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.4;
    z-index: 1;
    right: -10%;
}

.carousel-caption h2 {
    color: #fff;
    line-height: 1;
    margin: 0px 0px 20px;
}

html .video_holder {
    height: 85%;
    width: 50%;
}

.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;
        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) {

    .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 {
    position: absolute;
    right: -5px;
    width: 1px;
    background: var(--pColor);
}


.container-wide.dm-flex .dm-full p:nth-child(1) a {
    font-weight: bold;
}

.dm-third.address-header {
    display: flex;
    justify-content: flex-end;
}

.dm-third.address-header p {
    padding: 0px 10px;
}

.social-icons {
    margin-left: 10px;
}

.home header#site-header {
    position: relative;
    background: #fff;
}

.hide-las {
    /* height: 900px; */
    position: relative;
    /* background: whitesmoke; */
}

.hide-las:before {
    width: 50%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: var(--pColor);
    opacity: 0.4;
}

header#site-header {
    background: whitesmoke;
}

.main-head-wrap {
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#site-header:before {
    width: 50%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: var(--pColor);
    opacity: 0;
}

.video-image {
    width: 50%;
    margin: 0px auto;
    margin-right: 0px;
    padding-left: 10%;
}

.ful--wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

html .video_holder video {
    right: -10%;
    left: auto;
    width: 96% !important;
    box-shadow: 0px 1px 20px #0000004a;
}

.video-image img {
    width: 460px;
    height: 530px !important;
    object-fit: cover;
    box-shadow: 0px 1px 10px #0000001a;
    filter: grayscale(1);
}

.video-image h2 {
    font-size: 43px;
    margin: 0px;
    color: #000;
}

section.c-welcome {
    padding: 10vh 0px 3vh;
    background: #FCFCFC;
}

section.c-welcome h5 {
    text-transform: uppercase;
    font-family: 'Cinzel';
    margin: 0px;
    line-height: 1;
}

section.c-welcome h2 {
    font-size: 50px;
    color: #000;
}

section.c-welcome .dm-half:nth-child(1) {
    flex: 1 1 54%;
    padding-right: 60px;
}

section.c-welcome .dm-half:nth-child(2) {
    flex: 1 1 46%;
    background: var(--aColor);
    padding: 50px;
    padding-top: 70px;
    position: relative;
}

section.c-welcome .dm-half:nth-child(2) * {
    color: #fff;
}

section.c-welcome .dm-flex {
    align-items: flex-start;
}

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

.welcome-box a.btn {
    color: #000 !important;
    background: #fff !important;
    display: block;
    line-height: 1.2;
    text-align: center;
}

.welcome-box h3 {
    font-size: 30px;
    margin: 0px;
    padding-right: 15px;
    line-height: 1.2;
}

.welcome-box a.btn i {
    display: block;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

section.c-welcome .dm-half:nth-child(2):before {
    left: 10%;
    width: 1px;
    background: #000;
    height: 100px;
    content: "";
    position: absolute;
    top: -55px;
}

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

.main-head-wrap.header_fixed {
    background: #fff;
    box-shadow: 0px 1px 10px #00000026;
}

#site-header .main-head-wrap.header_fixed * {
    /* color: #fff; */
}

section.new-service-s {
    padding: 4vh 0px;
    position: relative;
}

section.new-service-s .dm-flex {
    max-width: 90%;
    margin: 0px auto;
    margin-right: 0px;
}

section.new-service-s .dm-third {
    padding: 0px 30px;
    margin-bottom: 30px;
}

section.new-service-s .dm-third:nth-child(2),section.new-service-s .dm-third:nth-child(5) {
    margin-top: -485px;
}

section.new-service-s .dm-third a {
    display: block;
    -webkit-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    position: relative;
    background: #000;
}

section.new-service-s .dm-third a div + div {
    position: absolute;
    bottom: 20px;
    padding: 0px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nss {
    max-width: 500px;
}

.nss h2 {
    font-size: 40px;
}

section.new-service-s .dm-third a span.btn {border: 1px solid #fff;color: #fff;padding: 5px 25px;background: #fff;color: #000;}

section.new-service-s .dm-third a h4 {
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

section.new-service-s .dm-third:nth-child(3), section.new-service-s .dm-third:nth-child(6) {
    margin-top: -230px;
}

section.new-service-s .dm-third a:hover div + div {
    bottom: 15%;
}

section.counter-up {background: #FCFCFC;padding: 0vh 0px 8vh;}

.dm-col-md-4.dm-fourth .counter-wrap {
    background: var(--sColor);
    color: #fff;
    text-align: center;
    padding: 80px 0px;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.29);
}

.dm-col-md-4.dm-fourth h4 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin: 0px;
}

.counter-wrap p {
    margin: 0px;
}

.dm-col-md-4.dm-fourth:nth-child(2) .counter-wrap,.dm-col-md-4.dm-fourth:nth-child(4) .counter-wrap {
    margin-top: 150px;
}

.dm-col-md-4.dm-fourth {
    padding: 0px 25px;
}

section.counter-up > div {
    max-width: 1400px;
}

.counter-wrap h4:after {
    content: "+";
}

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

section.new-service-s:before {
    background: whitesmoke;
    position: absolute;
    content: "";
    width: 100%;
    left: 0px;
    height: 100%;
    top: 0px;
}

/* Footer */
.copyrights {
    padding: 50px 0px;
    position: relative;
}

.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: #000;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

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

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

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

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

.copyrights iframe {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.copyrights {
    text-align: left;
    background: var(--sColor);
}

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

section.visit-us-today {
    padding: 10vh;
}

section.visit-us-today ifraME {
    border-radius: 0px 50px;
    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;
}

/* Footer */
.copyrights {
    float: none;
    overflow: visible;
}

.dm-full.footer-creds {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 0px;
}

.dm-full.footer-creds p {
    padding: 0px 15px;
    font-size: 17px;
}

footer#site-footer h3 {
    text-transform: uppercase;
    font-size: 35px;
}

footer#site-footer .copy-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-size: cover;
    opacity: 0.2;
    filter: grayscale(1);
}

.copyrights > div {
    position: relative;
    z-index: 1;
}

.copyrights li {
    list-style: none;
    padding: 0px;
}

.copyrights ul {
    padding: 0px;
    margin: 0px;
}

.copyrights ul + h3 {
    margin-top: 40px;
}

.copyrights li span {
    font-style: italic;
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.copyrights li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 30px;
}

.copyrights li i {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    background: #ababab57;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.copyrights h3 {
    margin-bottom: 30px;
}

.copyrights li a {
    font-size: 21px;
    color: #fff;
}

.footer-form li {
    padding: 0px;
    margin: 0px;
}

.footer-form ul {
    padding: 0px;
    color: #fff;
}

.footer-form li {
    width: 100% !important;
}

.footer-form li input,.footer-form li textarea {
    padding: 0px 15px !important;
    background: #0000007d;
    border: 0px !important;
    color: #fff;
}

.footer-form div#gform_wrapper_2 {
    margin: 0px;
}

.footer-form li {
    margin: 0px !important;
    margin-bottom: 15px !important;
}

.footer-form li#field_2_5 {
    font-size: 14px;
    margin: 0px;
    text-align: justify;
    color: #000;
}

.footer-form input::placeholder,.footer-form textarea::placeholder {
    color: #fff;
}

footer#site-footer {overflow: visible;}

.footer-hours p {
    margin: 0px;
}

.footer-hours p {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 250px;
}

.footer-hours p em {
    font-weight: bold;
}

.footer-hours p:last-of-type {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.footer-form input[type="submit"] {
    margin: 0px auto;
    display: block;
    width: 150px !important;
    background: var(--pColor);
    color: #fff;
    border: 0px;
    height: 50px;
    font-size: 20px !important;
    cursor: pointer;
    text-transform: uppercase;
}

.footer-form {}

.footer-form .gform_footer.top_label {
    margin: 0px;
    text-align: right;
}

.footer-form .ginput_container {
    margin: 0px !important;
}

.footer-form li#field_2_4 {
    margin-bottom: 7px !important;
}

section.footer-dm-half {
    padding: 70px 0px;
}

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

.ler {
    height: 100%;
    border-radius: 14px;
    background-size: cover;
    background-position: 50% 50%;
    padding: 60px;
}

section.footer-dm-half .dm-half:nth-child(1) .ler:before {
    background: var(--sColor);
}

section.footer-dm-half .dm-half .ler:before {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 14px;
    background: var(--pColor);
    content: "";
    top: 0px;
    left: 0px;
    opacity: 0.8;
}

.ler {
    position: relative;
}

.ler-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.ler-wrap * {
    color: inherit;
}

.ler-wrap img {
    display: block;
    margin: 0px auto;
    margin-bottom: 35px;
    filter: brightness(0) invert(1);
    max-width: 59px;
}

.ler-wrap h5 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    line-height: 1;
}

.ler-wrap h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
}

.ler-wrap > p:nth-child(1) {
    margin: 0px;
}

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

.test-content {
    min-height: 287px;
}

.control-name {
    text-align: center;
}

.control-name .button i {
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
}

.buttons i {
    display: inline-block;
    line-height: 50px;
    width: 50px;
    background: #00000075;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 10px;
}

.control-name h4 {
    font-size: 24px;
    position: relative;
}

.ler a.btn {
    background: var(--pColor) !important;
}

footer#site-footer span {
    display: block;
    color: #fff;
}

.control-name h4:before,.control-name h4:after {
    width: calc(55% - 100px);
    content: "";
    height: 1px;
    background: #fff;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.control-name h4:after {
    left: auto;
    right: 0px;
}

section.social-icons {
    padding: 90px 0px 140px;
    text-align: center;
    background: whitesmoke;
}

section.social-icons h2 {
    font-size: 45px;
    color: #000;
}

section.social-icons .social-icons a {
    height: 60px;
    width: 60px;
    background: var(--aColor);
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    color: #000;
}

.footer-form li input {
    height: 40px;
}

footer#site-footer .dm-third:last-of-type {
    background: #fff;
    padding: 40px;
    margin-top: -120px;
    -webkit-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 3px 0px 30px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 3px 0px 30px 1px rgba(0, 0, 0, 0.29);
}

footer#site-footer .dm-third:last-of-type input {
    background: 0000007d;
}

footer#site-footer .dm-third:last-of-type li {
    padding: 0px;
    margin-bottom: 6px !important;
}

.bottom-footer {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer p {
    flex: 1 1 50%;
}

.bottom-footer p:last-of-type {
    flex: 1 1 100%;
    text-align: right;
}

.bottom-footer p:nth-child(2) {
    text-align: right;
}

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

.cta-content a.btn {
    background: #fff !important;
}

section.cta-classic:before {
    content: "";
    height: 100px;
    top: -50px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 30%;
    z-index: 1;
}

.ccimg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    height: 100%;
    background-size: cover;
    filter: grayscale(1);
}

.cc-img {
    position: absolute;
    right: 0px;
    bottom: -50px;
    transform: translateX(12%);
}

.cc-img img {
    height: 640px !important;
    object-fit: cover;
    width: 100%;
    display: block;
}

@media (max-width: 1280px) {
	.copyrights .dm-flex {
		padding: 0px 15px;
	}
	.hide-las {
		height: 700px;
	}

	.nss {
		max-width: 700px;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 300px;
	}

	section.new-service-s .dm-flex {
		margin: 0px auto;
		max-width: 95%;
		margin-left: 0%;
	}
	nav.navigation.clearfix #menu-main-menu {
		margin: 0px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	nav.navigation.clearfix #menu-main-menu a {
		padding: 10px;
	}

	.ful--wrapper {
		align-items: flex-start;
	}

	.video-image {
		padding-right: 2%;
		padding-left: 7%;
	}

	.video-image img {
		width: 100%;
	}
}

@media (max-width: 880px) {
	
	.header_fixed a#pull:after {
    color: var(--pColor);
}
	#logo img {
    margin-top: unset !important;
}
	section.c-welcome .dm-half:nth-child(1) {
		margin-bottom: 100px;
		padding-right: 15px;
	}

	.dm-col-md-4.dm-fourth {
		flex: 1 1 100%;
		width: 100%;
		top: 0px !important;
		margin-bottom: 20px;
	}

	.dm-col-md-4.dm-fourth .counter-wrap {
		margin: 0px !important;
	}

	section.new-service-s .dm-third:nth-child(3), section.new-service-s .dm-third:nth-child(6) {
		margin-top: 0px;
	}

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

	.nss {
		margin-bottom: 60px;
	}

	section.new-service-s .dm-third {
		padding: 0px 15px;
		margin-bottom: 15px;
	}

	.cc-img {
		display: none;
	}

	.cta-content {
		margin: 0px auto;
		text-align: center;
		max-width: 90%;
	}

	.ccimg {
		width: 100%;
	}

	footer#site-footer .dm-third:last-of-type {
		flex: 1 1 100%;
		margin: 0px;
		order: 1 !important;
		margin-top: -125px;
		margin-bottom: 50px;
	}

	footer#site-footer .dm-third:nth-child(1) {
		order: 2;
	}

	footer#site-footer .dm-third:nth-child(2) {
		order: 3;
	}

	.video-image {
		width: 100%;
	}

	.ful--wrapper {
		flex-wrap: wrap;
	}

	html .video_holder {
		width: 100%;
		padding: 30px 15px;
		display: flex;
		flex-wrap: wrap;
	}

	.hide-las {
		height: auto;
	}

	.hide-las:before {
		height: 100%;
		width: 100%;
	}

	.carousel-caption {
		position: relative;
		top: auto;
		transform: none;
		text-align: left;
		left: 0px;
		margin-top: 30px;
		width: 100%;
	}

	html .video_holder video {
		right: 0px;
		width: 100% !important;
		position: relative;
		height: 450px !important;
		object-fit: cover;
	}

	.video_holder:before {
		width: 100%;
		right: 0px;
		opacity: 0;
		top: 0px;
		display: none;
	}

	#site-header:before {
		opacity: 0;
	}

	.video-image {
		display: none;
	}

	div#regular-header {
		display: none;
	}

	html .mobileBtn {
		padding: 0px;
	}

	.main-head-wrap.header_fixed a#pull {
		color: #fff !important;
	}

	.mobile_cta_buttons.hide-d.mobile-btn {
		background: #FCFCFC;
	}

	section.c-welcome {
		padding-top: 5vh;
	}

	.dm-col-md-4.dm-fourth {
		padding: 0px 10px;
		flex: 1 1 50%;
	}
}

@media (max-width: 640px) {
	.welcome-box {
		flex-wrap: wrap;
	}

	.welcome-box h3 {
		margin-bottom: 30px;
	}

	.dm-col-md-4.dm-fourth {
		flex: 1 1  100%;
	}

	.dm-full.footer-creds p {
		flex: 1 1 100%;
		text-align: center;
	}

	.copyrights li {
		text-align: left;
	}

	footer#site-footer .dm-third:last-of-type {
		padding: 20px;
	}

	section.new-service-s:before {
		width: 100%;
	}
}

.primary-ser-container.clearfix.hide-xs {
    position: relative;
    background: #000;
}

div#slider-primary {
    opacity: 1;
}

.dm-slide-main {
    background: #000;
}

.newCon {
    opacity: 0.7;
}

#slider-primary .dm-slide-main {
    max-height: 800px;
}

footer li#field_2_6 {
    color: #000;
}

footer li#field_2_6 a {
    font-size: 15px;
    font-weight: bold;
}

footer#site-footer h3 {
    color: #fff;
    margin-bottom: 15px;
}

footer#site-footer .dm-third:last-of-type h3 {
    color: #000;
}

section.classy-testimonials {
    padding: 10vh 0px;
    background: #fff;
}

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

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

.classy-testimonials-wrapper.dm-flex strong {
    font-size: 35px;
    line-height: 1;
    font-weight: 400;
    padding-right: 50px;
    display: block;
}

.letter-wrap {
    background-color: var(--aColor);
    border-radius: 0 22px 0 22px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
    box-shadow: 0px 5px 10px -6px rgb(0 0 0 / 30%);
}

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

.letter-wrap h4 {
    font-size: 25px;
    border-top: 1px solid #000;
    padding-top: 10px;
}

section.central-testimonials {
    padding: 100px 0px;
    background-size: cover;
    background-position: 50% 0%;
    position: relative;
}

.central-testimonials-wrapper {
    margin: 0px auto;
    width: 52%;
    margin-right: 0px;
    padding: 50px 0px 30px;
    position: relative;
}

.central-testimonials-wrapper .dm-half {
    width: 47.5vw;
    max-width: 650px;
}

.central-testimonials-wrapper strong {
    display: block;
    margin-bottom: 40px;
}

.central-testimonials-wrapper p {
    font-size: 24px;
}

.central-test-content {
    margin-bottom: 18px;
    font-size: 15px;
}

.central-test-content + h4 {
}

section.central-services {
    margin-bottom: 80px;
}

section.central-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

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

.central-testimonials-wrapper li:before {
    display: none;
}

.central-testimonials-wrapper .slick-dots {
    position: relative;
    bottom: 0px;
    text-align: left;
}

.central-testimonials-wrapper .slick-dots li button:before {
    opacity: 0.3 !important;
}

.central-testimonials-wrapper .slick-dots li button {
    opacity: 0.5;
}

.central-testimonials-wrapper .slick-dots .slick-active button {
    background: #fff !important;
    opacity: 1 !important;
}

.central-testimonials-wrapper {
    padding: 50px 0px 30px;
}

.central-tab-item {
    cursor: pointer;
}

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

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

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

.central-test-content {
    padding: 40px;
    background-color: #f4f5f7;
    border-radius: 8px;
    text-align: center;
}

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

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

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

span.hiddenRest {
    display: none;
}

span.read_more {
    font-weight: bold;
    color: var(--aColor);
    cursor: pointer;
}

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

.social-icons a {
    color: #fff !important;
}

footer li#field_2_6 label {
    display: inline-block !important;
    color: #000 !important;
}

li#field_2_6 a {
    color: #000 !important;
}

footer li#field_2_6  input {
    height: auto;
}

.pp-testimonials-content > img {
    display: block;
    margin: 0px auto;
    filter: brightness(0);
    max-width: 70px;
}

.dm-third.address-header .social-icons a {
    color: #000 !important;
}

html .meetd
 {
	 height: 300px;}

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

{
.internal-review {
    margin: 40px 0;
    float: left;
    width: 100%;
}

.internal-review .left {
    width: 28%;
    display: inline-block;
    float: left;
    margin-top: 27px;
}

.internal-review .right {
    width: 70%;
    display: inline-block;
    float: left;
    padding: 30px;
    border: 4px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    line-height: 20px;
}

.internal-review .right:before {
    height: 0;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #dbdbdb;
    content: "";
    top: 22px;
    position: absolute;
    left: -18px;
}

.type-full {
    font-size: 15px;
    line-height: 180%;
    color: #656f72;
    height: 346px;
    overflow: hidden;
    height: auto;
    padding: 80px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.internal-review .type-full {
    display: block;
    padding: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.internal-review .right:after {
    height: 0;
    width: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 12px solid white;
    content: "";
    top: 25px;
    position: absolute;
    left: -12px;
}

.internal-review .reviewer {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.internal-review .internal-rating {
    margin: 0;
    unicode-bidi: bidi-override;
    clear: both;
    position: relative;
    padding: 0;
    width: 150px;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #424242;
}

.internal-review .review-rating {
    margin-bottom: 10px;
}

.internal-review .review-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

i.fa.fa-star {
	color: gold;
}
	
}

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

{
.internal-review {
    margin: 40px 0;
    float: none;
    width: 100%;
}

.internal-review .left {
    width: 80%;
    display: block;
    float: left;
    margin-top: 27px;
	margin: 0 auto;
    float: none;
}

.internal-review .right {
    width: 80%;
    display: block;
    float: left;
    padding: 30px;
    border: 4px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 20px;
    line-height: 20px;
	float: none;
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 16px;
}

.internal-review .right:before {
    height: 0;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #dbdbdb;
    content: "";
    top: 22px;
    position: absolute;
    left: -18px;
}

.type-full {
    font-size: 15px;
    line-height: 180%;
    color: #656f72;
    height: 346px;
    overflow: hidden;
    height: auto;
    padding: 80px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.internal-review .type-full {
    display: block;
    padding: 0px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

.internal-review .right:after {
    height: 0;
    width: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 12px solid white;
    content: "";
    top: 25px;
    position: absolute;
    left: -12px;
}

.internal-review .reviewer {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.internal-review .internal-rating {
    margin: 0;
    unicode-bidi: bidi-override;
    clear: both;
    position: relative;
    padding: 0;
    width: 150px;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #424242;
}

.internal-review .review-rating {
    margin-bottom: 10px;
}

.internal-review .review-date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

i.fa.fa-star {
	color: gold;
}
	
}

section.counter-up {
	background: #8bbacb !important;}

section.c-welcome  {
	background: #8bbacb !important;}

html .video_holder {
    height: 50vh;
    width: 50%;
}

html .video_holder video {
    right: -10%;
    left: auto;
    width: 96% !important;
    box-shadow: 0px 1px 20px #0000004a;
}

.video_holder:before {
	width: 100%;
	right: 0;
	background: unset;
}

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

html .video_holder video {
    right: 0;
    left: auto;
	width: 100% !important;}

.logos-ass h2 {
	width: 100%;
	text-align: center;
}