:root {
  --heading-font: "Barlow Condensed", sans-serif;
  --content-font: Play, sans-serif;
  --heading-color-primary: #111111 !important;
  --theme-color: #D20000 !important;
  --heading-color-secondary: #000;
}

.container-sm {
    max-width: 950px;
    margin: 0 auto;
}

.container-xsm {
    max-width: 650px;
    margin: 0 auto;
}
/**
.reviews .main-subtitle,
.hiring .main-subtitle,
.specials .main-subtitle,
.blog .main-subtitle,
.contact .main-subtitle,
.reviews .main-subtitle {
    display: none;
}
**/
body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

p {
    max-width: 1120px;
    margin: 0 auto !important;
}

.d-con-slider {
   overflow: hidden;
   max-height: 580px;
   position: relative;
} 

.d-con-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateX(-100%) rotate(145deg);
    width: 926px;
    height: 1252px;
    background: red;
    z-index: 11;
    mix-blend-mode: darken;
    animation: spanAcross 5s cubic-bezier(.25, .69, 0, 1) forwards;
}

@keyframes spanAcross {
    100% {
           transform: translateX(-30%) rotate(145deg);
           border-radius: 0;
    }
}

#u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption {
    margin-left: 250px;
    margin-bottom: 0;
    max-width: 850px;
}

/**HEADER**/

header.header .d-cell1, header.header .d-cell2, .d-cell3,header.header .d-toolbar-social-box {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center;
    margin-left: auto;
}

header.header div#u_column_34 {
    flex: 0 0 75%;
    width: 75%;
    margin-left: auto;
}

@media (max-width: 1390px) {
    header.header div#u_column_34 {
        flex: 0 0 95%;
        width: 95%;
        margin-left: auto;
    }

header.header div#u_content_custom_toolbar_1 a, header.header div#u_content_custom_toolbar_1 span {
    font-size: 13px;
}

header.header ul.menu li a {
    text-transform: uppercase;
    font-size: 14px !important;
}

header.header #u_content_custom_navLinks_2 .d-nav-links-info.d-header-nav ul.menu>li>div {
    padding: 0 12px 0 12px;
}

header.header #u_content_custom_logo_1 .d-logo-box {
    left: 25px;
}

.body #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption {
    margin-left: 175px !important;
    max-width: 700px;
}

.d-con-slider {
    overflow: hidden;
    max-height: 450px;
}

.home div#u_row_11 .container .u-row #u_column_17 {
    max-width: 991px !important;
    margin: 0 auto;
}

.home div.service-arrows {
    transform: translateY(-770px) !important;
}

.home .service-arrows .container {
    max-width: 1175px !important;
}

.home .section-col {
    padding: 10px 25px 10px;
}
}

header.header ul.menu li a {
    text-transform: uppercase;
}

.d-con-slider ul li img {
    max-height: 650px !important;
    object-fit: cover;
    min-height: 650px;
}

li.d-slider-item {
    background: #000;
}

li.d-slider-item img {
    opacity: .75 !important;
}

header div#u_content_menu_1 {
    min-width: max-content;
}

.slider-text .d-con-slider-caption {
    padding: 0px;
    color: #fff;
   text-align: center;
}

.slider-text .d-appointment-button ,
.v-button-colors {
    border: 1px solid var(--theme-color) !important;
    border-left: 15px solid var(--theme-color) !important;
    font-weight: bold;
}
.slider-text .d-appointment-button:hover ,
.v-button-colors:hover {
    background-color: var(--theme-color) !important;
}

 #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption {
    padding: 0px;
    color: #fff;
    }

.d-slider-caption h2, .d-slider-caption > p {
    display: none;
}

p.main-title {
    font-size: clamp(36px, 5.125vw, 100px);
    font-family: var(--heading-font) !important;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    color: white;
    line-height: 1 !important;
}

p.main-subtitle {
    margin-top: 1em !important;
    font-size: clamp(16px, 1.5vw, 20px);
    font-family: var(--content-font) !important;
    color: white !important;
    font-weight: 500;
    text-transform: capitalize;
}
/**
.about p.main-subtitle, .services p.main-subtitle {
    font-size: clamp(45px, 3vw, 60px);
}
.about p.main-title, .services p.main-title{
    font-size: clamp(22px, 1.25vw, 36px);
    font-weight: 400;
}
**/
.slogan-container button {
    border: 1px solid var(--theme-color) !important;
    border-left: 15px solid var(--theme-color) !important;
    background: var(--theme-color);
    border-radius: 0;
    padding: 1em 2em;
    margin-top: 2.5em;
    font-family: var(--content-font);
    font-weight: 600;
}

.slogan-container button:hover {
    color: var(--theme-color);
    background: #fff; 
}

    #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption h1 {
        font-size: 50px;
    }

    #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption h2 {
        font-size: 35px;
    }

    #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-button {
        padding: 0px 0px 50px 100px !important;
    }


/* JUMBOTRON ARROWS */
span.arrow-left {
    color: white;
    border: 1px solid var(--theme-color);
    border-right: 10px solid var(--theme-color);
    padding: 0.5em 1.25em;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    transition: background 250ms ease-in-out;
}

span.arrow-right{
    color: white;
    border: 1px solid var(--theme-color);
    border-left: 10px solid var(--theme-color);
    padding: 0.5em 1.25em;
    display: flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    transition: background 250ms ease-in-out;
}

span.arrow-left:hover,
span.arrow-right:hover {
    background: var(--theme-color);
    color: #fff;
}

/* SERVICES ARROWS */
.home .service-arrows span.arrow-left {
    border: 1px solid var(-theme-color);
    border-right: 5px solid var(--theme-color);
    padding: 0.1125em .25em;
}

.home .service-arrows span.arrow-right{
    border: 1px solid var(-theme-color);
    border-left: 5px solid var(--theme-color);
    padding: 0.1125em .25em;
}

.home .service-arrows span.arrow-left:hover,
.home .service-arrows span.arrow-right:hover {
    background: var(--theme-color);
    color: white !important;
}

/** REVIEWS SCROLL **/

.home div#u_row_22 .container #u_column_48 > div {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.carousel-item {
    height: auto !important;
}


@media(max-width: 1199.98px) and (min-width: 481px) {


    .body #u_row_13 #u_column_19 #u_content_image_3 {
        padding: 0 !important;
    }

    header #u_column_19 #u_content_menu_1 a {
        margin: 0 8px;
        font-size: 1.1125rem !important;
    }

    header #u_column_20 div #u_content_button_6 div a span {
        font-size: .85em !important;
    }
}

/** BROWSER RESIZING **/
@media (max-width: 991px){
.d-con-gallery .d-image-gallery-row {
    flex-wrap: wrap;
    justify-content: center !important;
}}

header ul.menu {
    min-width: max-content;
}

header ul.menu li a{
   font-weight: bold;
}

@media (max-width: 1165px){
#u_content_custom_navLinks_2 .d-nav-links-info.d-header-nav ul.menu>li>div {
    padding: 0 10px 0 10px !important;
}
.about div#u_row_14, .home div#u_content_text_25, .home  div#u_content_text_9, .home  div#u_content_text_12{
    padding: 10px !important;
}

}

@media only screen and (min-width: 481px) and (max-width:991px) { 

    header .hide-desktop, .body .hide-desktop { 

        display: block!important; 

     } 

.body #u_content_custom_slider_1 .d-con-slider .d-slider-item .d-con-slider-caption {
    margin-left: 175px !important;
    margin-bottom: 0px;
}

} 

/** LAZY LOAD IMAGES **/

.lazyload {
  opacity: 0;
  transform: translateY(-10px) scale(.99);
  transition: all 1s ease-in-out 50ms;
  visibility: hidden;
}

.lazyload.loaded {
  opacity: 1;
  height: auto;
  transform: translate(0, 0) scale(1);
visibility: visible;
}