/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
body {
    color: #2d2d2d;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
	overflow-x:hidden;
}

body,
p {
    font-size: 17px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Jost', sans-serif;
}
h1 {
    font-weight: bold;
}

.entry-title.main_title {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    color: #000 !important;
    text-shadow: -2px 1px #fff;
}

blockquote {
    border: 0;
    padding-left: 0;
}

.wpcr3_item_name a {
    color: #5E7C72 !important;
    text-decoration: underline;
}


#servcss {
    list-style-type: none;
    padding: 0;
}

#servcss li {
    font-weight: bold;
    margin-bottom: 0.3em;
    position: relative;
}
.home ul#servcss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home #servcss li {
position: relative;
    font-weight: bold;
    margin: 10px 0px;
    padding: 0px 10px;
    display: inline-block;
    color: #fff;
}
.home #servcss li:before {
    position: relative;
    padding-right: 10px;
    content: "\f00c";
    left: 0px;
    top: 0px;
    font-family: "FontAwesome";
    color: #5E7C72;
}
/* Social Icons */
#social-icons {
    text-align: left;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */

#main-header {
    background: transparent;
	line-height: 0px;
}
#main-header,
#main-header.et-fixed-header {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%) !important;
    filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.25)) !important;
}

header > .et_menu_container {
    max-width: 1350px !important;
}

/* Logo */

.et-fixed-header .logo_container,
.logo_container {
    padding: 0;
}

.text-logo {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 23px !important;
    font-weight: bold;
    line-height: 1.2 !important;
    text-transform: uppercase;
    padding: 0;
    transition: 0.3s;
}

/* Navigation */
#et-top-navigation {
    background: #37423d;
    padding: 10px 0px 10px 75px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* z-index: -2; */
}
#top-menu li {
    padding-right: 0px;
    transition: 0.3s ease-in-out;
}


#top-menu li a, .et_mobile_menu li a {
    font-family: 'Jost', sans-serif;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 10px 20px 10px 0!important;
    transition: 0.4s ease-in-out;
    position: relative;
    text-transform: capitalize !important;
}
#top-menu li a:hover {
    color: #5E7C72 !important;
    opacity: 1 !important;
}
.et-fixed-header #top-menu li a:hover {
    color: #5E7C72 !important;
}
#top-menu li li a {
    padding: 15px 10px !important;
}
.nav li ul {
	right: -10px;
    background: #2B3531;
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
    color: #fff !important;
}

#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
    background-color: transparent !important;
}
.et_header_style_centered #main-header .mobile_nav {
    padding: 15px 10px;
}
.et_mobile_menu {
    padding: 2% 5%;
}

#mobile_menu {
    background-color: #2B3531 !important;
    text-align: center;
}

.et_mobile_menu li a {
    color: #fff !important;
}

.et_monarch .et_social_mobile {
    width: 100% !important;
}

/* Scroll Down Button */
.scroll-down-btn {
    z-index: 99999;
    position: absolute;
    bottom: 35px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    padding: 10px;
    border-radius: 40px;
    background-color: #5E7C72;
}

.scroll-down-btn:hover {
    opacity: 0.8;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */
.widgettitle {
    position: relative;
    color: #000 !important;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.widgettitle:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #5E7C72;
}

#sidebar {
    color: #525252;
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
    display: none;
}

#sidebar #servcss li {
    position: relative;
    /*   padding-left: 25px; */
    transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
  position: absolute;
  content: '\f00c';
  top: 0;
  left: 0;
  color: #5E7C72;
  font-family: 'FontAwesome';
} */

#servcss svg {
    display: none;
}

/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.heading h2 {
    position: relative;
    font-family: 'Jost', sans-serif;
    color: #5E7C72 !important;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 0;	
}
.heading h2 span {
    color: #000;
}

.home-testimonial blockquote {
    border: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
    display: none !important;
}

.home-testimonial .wpcr3_item_name a {
    color: #fff !important;
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
    font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
    .wpcr3_respond_2 input[type="text"],
    .wpcr3_respond_2 textarea {
        min-width: 100%;
    }
    .wpcr3_table_2 td {
        text-align: left !important;
    }
    .wpcr3_review_form_rating_field label {
        margin: 6px 0 !important;
    }
    .wpcr3_button_1 {
        margin-top: 10px;
    }
}
@media (max-width: 980px) {
    .wpcr3_respond_3,
    .wpcr3_aggregateRating,
    .wpcr3_table_2 td {
        text-align: center !important;
    }
    .wpcr3_div_2 {
        width: 100%;
    }
    .wpcr3_table_2 tr:last-of-type td {
        margin: 20px auto 0 !important;
    }
    .wpcr3_table_2 td {
        display: block;
        padding: 0 !important;
    }
    .wpcr3_table_2 td:first-child {
        margin-top: 10px !important;
    }
    .wpcr3_rating_style1_status {
        width: 85px !important;
    }
    .wpcr3_respond_2 input[type="text"],
    .wpcr3_in_content textarea {
        width: 100% !important;
        min-width: unset !important;
    }
    .wpcr3_submit_btn,
    .wpcr3_cancel_btn {
        width: 40%;
    }
}


/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
.title-free {
	text-align:center;
}
.free-estimate-heading {
    font-weight: bold;
    line-height: normal;
    color: #fff;
    padding-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
	text-align:center;
}
textarea {
    resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
    border: 0;
    border-bottom: 1px solid #fff;
    background: white;
    color: #000 !important;
    padding: 10px 10px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    margin: 0px 0px 10px!important;
    border-radius: 0px;
    transition: 0.3s linear;
    width: 100% !important;
}
body:not(.home) #contactForm input[type="text"],
body:not(.home) #contactForm input[type="password"],
body:not(.home) #contactForm input[type="tel"],
body:not(.home) #contactForm input[type="email"],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {
border: 1px solid #000;	
}
#contactForm input[type="text"]::placeholder,
#contactForm input[type="password"]::placeholder,
#contactForm input[type="tel"]::placeholder,
#contactForm input[type="email"]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
    color: #000 !important;
}

#contactForm input[type="text"]:focus,
#contactForm input[type="password"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
    opacity: 1;
}

#contactForm div:nth-child(5) img {
    float: left;
    margin-top: 5px;
}

#contactForm div:nth-child(5) input {
    float: right;
    width: 50% !important;
    height: 50px;
    margin: 0 !important;
}
#submitter {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #5E7C72;
    box-shadow: 0px 5px 15px 0px rgb(94 124 114);
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 15px 30px!important;
    margin: 10px auto 0!important;
    border: 0px solid #5E7C72;
    border-radius: 0px;
    width: 100% !important;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
#submitter:hover {
	background:#fff;
	color:#5E7C72;
}
body:not(.home) #submitter:hover {
	background:#5E7C72;
	color:#fff;	
}
/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color:#2B3531;
    padding-top: 30px;
}

#main-footer #footer-widgets {
    margin-bottom: 30px;
    padding: 3% 0 0;
}

#main-footer .footer-widget {
    color: #f7f7f7 !important;
    font-family: 'Jost', sans-serif;
}

#main-footer .footer-widget strong {
    color: #83ab9e !important;
}

#main-footer .footer-widget .et_pb_widget {
    float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
    width: 100%;
}

#main-footer h4 {
    position: relative;
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

#main-footer h4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #5E7C72;
}

table.openinghours {
    width: 100%;
    max-width: 350px;
    margin: 0 auto !important;
}


.hours th,
.openinghours td {
    text-align: left !important;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    text-shadow: none !important;
}

.openinghours td,
.hours th {
    color: #f7f7f7 !important;
}

.openinghours tr td:last-child {
    text-align: right !important;
}

#current-day {
    background-color: transparent;
}

#current-day td {
    color: #83ab9e !important;
    font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
    display: none;
}
.social-icon-nap-font {
    -webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
}
#footer-bottom {
    background-color: transparent !important;
    color: white;
}

#footer-bottom .container {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
}


/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) {
    .home ul#servcss {
        text-align: center;
    }
    .et_header_style_centered #main-header {
        padding: 0px 0 0;
    }
    .text-logo {
        width: unset;
    }
    .logo_container {
        position: static;
        text-align: center;
    }
	
    #mobile_menu {
        top: 33px;
        border-top: 0;
    }
    .home-testimonial .wpcr3_item_name a,
    .home-testimonial .heading,
    .home-testimonial .et_pb_text {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .et_monarch .et_social_mobile {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .et_pb_slide_description {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    #contactForm div:nth-child(5) img {
        float: none;
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .text-logo {
        font-size: 24px;
    }

    #contactForm div:nth-child(5) input {
        float: none;
        width: 100% !important;
    }
}

@media screen and (max-width: 425px) {
    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 48px !important;
        line-height: normal;
    }
}

@media screen and (max-width: 375px) {
    .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 38px !important;
    }
}
.et-fixed-header #top-menu li a {
    font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
    font-size: 17px !important;
}

/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
    .et_pb_slide_description {
        width: 100% !important;
    }
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
    width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
    top: unset !important;
    right: 5px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
.sub-menu li {
    padding: 0 !important;
    line-height: 1.2em !important;
}
.sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
    span.logo_helper {
        display: none;
    }
    a.text-logo {
line-height: 1em;
    display: inline-flex;
    vertical-align: middle;
    flex-direction: column;
    text-align: center;
    align-items: center;
    }
}
/***** MORE *****/
@media (max-width: 980px) {
    .et_pb_text,
    .et_pb_widget,
    .module-titles {
        text-align: center;
    }
    .contact-info.pull-right * {
        padding: 0 !important;
    }
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
    #main-footer h4 {
        text-align: center;
    }
    .widgettitle:before,
    #main-footer h4:before {
        width: 100%;
    }
    body:not(.home) h1.entry-title {
        text-align: center;
        font-size: 26px;
        border-bottom: 1px solid #ccc;
    }
    .et_pb_widget {
        text-align: center;
    }
    footer .et_pb_widget {
        float: none;
    }
}
#main-footer .container {
    width: 93%;
}
.payments strong,
.payments br {
    display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 100%;
    width: 100%;
    right: 0 !important;
    top: 0 !important;
}
.mobile_menu_bar:before {
    right: 5px !important;
    left: unset !important;
    position: absolute;
    top: -15px;
}
ul#mobile_menu {
    top: 100%;
}
#et-top-navigation > .container.clearfix.et_menu_container {
    width: 100%;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/


@media (min-width: 981px) {
    .image-logo .et_menu_container {
        width: 100% !important;
        max-width: 1350px;
        padding-right: 10px;
    }
    .image-logo #top-menu > li > a {
        transition: all 0.3s !important;
    }
}

@media (max-width: 980px) {
    .image-logo .logo_container {
        width: fit-content;
        margin: 0 auto;
        height: 100% !important;
    }
    .image-logo .logo_container,
    .image-logo #logo {
        max-height: 120px !important;
        max-width: 100%;
    }
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
    font-size: 1.2em;
}
.et_pb_widget svg {
    display: none;
}
@media (min-width: 981px) {
    .et_pb_widget li {
        /* list-style: disc inside; */
    }
}
@media (max-width: 980px) {
    .et_pb_column .et_pb_widget:nth-child(n) {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
    margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
    padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}
.footer-widget li:before {
    border-color: #5E7C72;
}
@media (max-width: 980px) {
    .et_pb_widget {
        text-align: center;
    }
    .paymentType {
        display: inline-block;
        float: none;
    }
}

#social-icons .social-icon {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
    .hours,
    .openinghours {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}
#mobile_menu li a {
    text-transform: uppercase !important;
    font-family: 'Jost', sans-serif;
    padding: 15px 10px !important;
}

@media screen and (max-width: 980px) and (min-width: 767px) {
    .footer-widget:nth-child(n) {
        width: 100% !important;
    }
    #footer-widgets .footer-widget:nth-child(n),
    #footer-widgets .footer-widget {
        margin-bottom: 5% !important;
    }
    #footer-widgets .footer-widget .fwidget {
        margin-bottom: 5%;
    }
   
}
/* header info */
#page-container {
	overflow:hidden;
}
.container_info {
	display:flex;
	padding: 15px 0px 15px 75px;
}
.container_nav {
    text-align: left !important;
}
.image-logo .container_nav {
	flex-direction:row;
	justify-content:space-between;
}
.container_info, .container_nav {
	width: 95% !important;
    max-width: 95% !important;
}
.logo_container {
    text-align: center;
    display: inline;
    max-width:100%;
    width: fit-content;
    height: auto !important;
    position:relative;
    padding: 10px 0 !important;
    z-index: 3;
}
#logo {
	max-height:140px !important;
}
.image-logo .logo_container {
    max-width: 100%;
    /* height: 120px !important; */
    padding: 10px !important;
}
.et_header_style_centered header#main-header .logo_container {
    max-height: 300px !important;
	max-width:95%;
}
.header {
	display:flex;
}
.col-left-header-logo {
    width: 30%;
    background: #5E7C72;
    position: relative;
    display: flex;
    align-items: center;
	justify-content:center;
}
.col-left-header-logo:after {
    content: "";
    height: 100%;
    right: -10%;
    position: absolute;
    top: 0;
    width:100%;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background: #5E7C72;
    z-index: 2;
}
.col-right-header {
    width: 80%;
    background: #2B3531;
}
.header-nav {
    height: 50%;
    display: flex;
    align-items: center;
}
.header-info {
    background: #37423d;
    display: flex;
    height: 50%;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0;
}
.header-adr {
margin-right:25px;
}
.header-adr .fa, .header-phone .fa{
    position: relative;
    top: 0px;
    left: 0px;
    color: #7ba29c;
    font-size: 16px;
    transition: 0.3s;
    padding: 0px 10px 0 0px;
}
.header-adr, .header-phone {
	display: flex;
    align-items: center;
}
.header-i {
	display:flex;
	flex-direction:column;
}
.header-adr, .header-phone a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
}
/* end header info */
/* slider */
.et_pb_slide {
    background-position: center !important;
    min-height: 80vh;
}
.slider p{
    display: inline-block;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    background: #37423d6e;
    padding: 40px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.slider span{
	margin: 20px auto;
	display: block;
	max-width: 400px;
	font-weight: 400;
	font-size: 16px;
}
.slider-title {
    color: #5E7C72;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
	text-shadow: 1px 1px 1px #000;
	margin-bottom:10px;
	display: none;
}
.slider-cn {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.slider-descrp {
	display: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
.slider-buttons {
	display: flex;
    justify-content: center;
    align-items: center;
}
.slider-get-button, .slider-phone-button {
    margin: 20px 30px;
    font-size: 13px;
    font-weight: bold;
    background: #5E7C72;
    color: #fff;
    border: 2px solid #5E7C72;
    box-shadow: 0px 5px 15px 0px rgb(55 66 61);
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    overflow: hidden;
    line-height: normal;
    padding: 12px 12px;
    width: 230px;
}
.slider-get-button a, .slider-phone-button a {
    color: #fff;
}
.slider-get-button:hover, .slider-phone-button:hover {
	background:#2B3531;
	border-color:#2B3531;
}
.slider-phone-button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-phone-button a .fa {
	font-size: 30px;
	color:#fff;
}
.slider-phone-button a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.slider-phone-button a:before {
    content: "";
	background: #5E7C72;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* end slider */
/* first section content */
#first-section-content {
	background:#37423D;
}
.col-left-image {
	padding:15px;
	border:2px solid #5E7C72;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.col-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 500ms ease;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.col-left-image .et_pb_module, .col-left-image span {
    height: 100%;
}
h1.entry-title {
    font-family: 'Jost', sans-serif;
}
.home h1.entry-title {
    color: #fff;
    text-align: center !important;
    text-transform: capitalize;
    margin-bottom:0px;
}
.btn {
    text-align: center;
    margin-top: 50px;
}
.btn a, .testimonials-btn a {
color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #5E7C72;
    box-shadow: 0px 5px 15px 0px rgb(183 128 0 / 38%);
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
    line-height: normal;
    padding: 12px 30px;
}
.btn a:hover, .testimonials-btn a:hover {
	color:#fff;
	background:#5E7C72;
}
/* end first section content */

/* services-box */
#section-box-services {
	background: #5e7c72;
}
.title-services {
	text-align:center;
}
.title-services p {
    font-weight: bold;
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
}
/* SERVICES STYLE */

.srvBlock {
    max-width: 1366px;
    padding: 20px 10px 0px;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
}

.srvElement {
    width:fit-content;
    float: left;
    padding: 0px;
    margin: 0px 1%;
    background-color: #37423d;
}

.srvElementFullWidth {
    margin: 20px 20px 0px;
    background-color: #37423d;
    display: flex;
    flex-direction: column;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #5E7C72;
}

.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}

.srvElementContent  a{
    color: #5E7C72;
}

.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 40%;
}
.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding-left: 20px;
}

.srvElementHeader:hover {
    background-color: #37423D;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 15px auto 0px;
}
.srvElementFullWidth {
    margin: 15px auto 0px;
    display: inline-block;
}

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

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}

/* END SERVICES STYLE */
/* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
    color: #fff;
    text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
#additionalServices li {
    break-inside: avoid;
    padding: 5px 5px;
    text-align: left;
}   
}

@media (min-width: 981px) {
    #additionalServices {
        columns: 3;
        /* column-gap: 10px; */
         justify-content: flex-start;
    }
     #additionalServices li {
        width:calc(100% /3);
    }
}


.list-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 980px) {
	.list-container {
	flex-direction: row
	}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

/* END ADDITTIONAL SERVICES STYLE */
/* end services box */
/* nap section */
#nap-section {
    background: #37423D;
    padding: 0 !important;
}
.col-right-nap .et_pb_text_inner, .col-right-nap .et_pb_module {
	height:100%;
}
.title-nap p {
    text-align: center;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 35px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}
.row-nap {
    display: flex;
    padding: 0 !important;
}
.row-nap-box {
    width: 80%;
    position: relative;
    right: 125px;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.nap-main {
    background: #fff;
    padding: 0px 10px;
}
.nap-box {
    display: flex;
    align-items: center;
    flex-direction: row;
	margin:10px 0;
}
.nap-box-icon {
    position: relative;
    margin-right: 15px;
}
.nap-box-icon i {
    position: relative;
    z-index: 9;
    font-size: 30px;
    color: #fff;
    background: #5E7C72;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nap-box-info h3 {
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    color: #2B3531;
    text-align: left;
    font-size: 20px;
    padding-bottom: 0px;
}
.col-left-nap-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.col-left-nap-image .et_pb_module, .col-left-nap-image span {
    height: 100%;
}
/* end nap section */
/* last section content */
#last-section-content {
	background: #37423d;
}
/* end last section content */
/* clear section with call button */
#clear-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
	background-attachment: fixed;
}
.phone-button {
	display: flex;
    align-items: center;
    justify-content: center;
}
.phone-button a .fa {font-size: 30px;background-color: #5E7C72;border-style: solid;border-width: 5px 5px 5px 5px;border-color: #5E7C72;color: #fff;border-radius: 60%;box-shadow: 0px 0px 0px 10px rgb(55 66 61);padding: 2% 2% 2% 2%;display: flex;align-items: center;justify-content: center;height: 80px;width: 80px;transition: .5s all ease;}
.phone-button a:before {
    content: "";
    background: #5E7C72;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.phone-button a .fa:hover {
background-color: #fff;
 color: #5E7C72;
}
/* end clear section with call button */
/* testimonials section */
#testimonials-section {
	background:#2B3531
}
.col-left-image-testimonials {
	padding: 15px;
    border: 2px solid #5E7C72;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.col-left-image-testimonials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 500ms ease;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.col-left-image-testimonials .et_pb_module, .col-left-image-testimonials span {
    height: 100%;
}

.title-testimonials {
font-weight: bold;
    line-height: normal;
    color: #fff;
    padding-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}
/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border: 1px solid #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    background: #ffffff;
    padding: 3px;
    border-radius: 5px;
    min-height: 35px;
    filter: drop-shadow(0px 0px 3px #ffffff);
}
 
.reviewer-name {
    font-weight: 500;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    border-style: solid;
    display: flex;
    color: #fff;
}
 
.nav-arrows button:hover {
    background: transparent;
    color: #ffffff;
    border-color: transparent;
}
 
.nav-arrows button svg {
    height: 30px;
    width: 30px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 0;
    }
 
    .review-from-logo {
      padding-left: 5px;
    }
}

/* contact form section */
#contact-section {
	background: #37423d;
}
input#customer_name.quickFormFields, input#phone-cf.quickFormFields, input#customer_email.quickFormFields {
    width: 32% !important;
    float: left;
}
input#customer_name.quickFormFields, input#phone-cf.quickFormFields {
	margin-right:2% !important;
}
/* end contact form section */
/* services list */
.title-services-list {
font-weight: bold;
    line-height: normal;
    color: #fff;
    padding-bottom: 20px !important;
    font-family: 'Jost', sans-serif;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
}
.row-services-list {
	 background: #2B3531cf;
    padding: 15px;
}
/* end services list */


/* END TESTIMONIALS PLUGIN CSS*/
/* add buttons*/
/* .booking-button-switch, #main-footer .listing-rev-btn {display:none !Important;} */
    .slider-button {
        margin-top:80px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #37423D;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #5E7C72;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 10px 25px 12px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
    line-height: 1;
}
.top_button:hover {
    color:#fff;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color:#fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 5px 15px;
    background-color: #5E7C72;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #37423D;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 55px;
    text-transform: uppercase;
    width: 245px;
}
#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 5px 15px;
    border: 3px solid #37423D;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    background: #5E7C72;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    justify-content: center;
    width: 245px;
    z-index: 9999;
    font-weight:bold;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left:15px;
}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 980px) {
    .et_header_style_centered #et_mobile_nav_menu {
    margin-top: 0px;
    }
	.sub-menu li {
    line-height: 0 !important;
    }
	.header {
		flex-direction:column;
	}
	.col-left-header-logo, .col-right-header {
    width: 100%;
	}
	.col-left-header-logo:after {
    right: 0%;
    width: 0%;
	}
	.header-info, .header-nav {
    height: auto;
    }
	.header-adr {
	margin-bottom: 15px;
    margin-right: 0px;
     }
	#et-top-navigation {
    padding: 10px 10px;
	}
	.container_info, .container_nav {
	margin:0 auto;
    } 
    .container_info {
    align-items: center;
    flex-direction: column;
    padding: 15px 15px;
     }
	.image-logo .logo_container {
    max-width: 100%;
	}
	.slider-cn, .slider-title {
    font-size: 30px;
	}
    .row-services {
        flex-direction: column;
		padding-bottom:0px !important;
	}
	.row-nap {
		flex-direction:column;
	}
	.row-nap-box {
    right: 0px;
    margin: 0 auto;
}
	.wpcr3_review, .wpcr3_item_name {
    text-align:center !important;
  }
}
@media screen and (max-width: 600px) {
	.et_pb_slide {
    background-position: 35% 100%!important;
}
	.slider-buttons {
    flex-direction: column;
}
	.slider-get-button, .slider-phone-button {
    margin: 25px 10px;
}
	input#customer_name.quickFormFields, input#phone-cf.quickFormFields {
    margin-right: 0% !important;
}
	input#customer_name.quickFormFields, input#phone-cf.quickFormFields, input#customer_email.quickFormFields {
    width: 100% !important;
	}
}

/* HTML BADGES STYLE */
div#home-badges-section {
	background-color: #37423D !important;
	background-size: auto;
	background-repeat: repeat;
}

.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #FFFFFF15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	max-width: 160px;
	padding: 15px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 20px 20px 0 0;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
	color: #fcfffc;
	text-align: center;
	line-height: 1;
	text-transform: capitalize;
	font-size: 17px;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
    height: 100%;
    margin-bottom: 5px;
}

.badge-holder img {
	width: 50%;
	padding-bottom: 5px;
}

.badge-holder .fa {
	color: red;
	font-size: 45px;
    margin-bottom: 10px;
}

.badge-title {
	background: #37423D;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #ffffff;
	font-weight: bold;
}

/* END HTML BADGES STYLE */

.wpcr3_button_1,  .wpcr3_button_1:hover{
    background: #5E7C72;
    border-radius: 0px;
    border: 0px;
    color: #fff;
}
@media screen and (min-width:980px){
.testimonials-container{
	/* max-width:520px; */
	}
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #5e7c72;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding: 10px 15px 5px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
    background: #37423d;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding: 10px 15px 5px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}


#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

h2.entry-title {
    color: #2B3531;
    font-family: 'Jost', sans-serif;
    text-align: center;
    font-size: 28px;
}

/* Blog Post, Services and Blog Page Style */

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
    text-align: justify !important;
}

@media (max-width: 980px) {
	
	.page-template-default div#content-area div#left-area h1 {
	    font-size: 26px !important;
	    text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
	    font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		text-align: center !important;
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
    padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h2{
    padding-bottom: 10px;
}

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

@media (min-width: 981px) {
	#main-content .container .type-post:last-of-type {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

.post-content-inner {
    text-align: justify;
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

/* NEW CONTENT */
.first-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.first-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    list-style: inside disc;
    width: 100%;
    max-width: 600px;
    }

.first-list-content li {
    padding: 5px 10px;
    margin-bottom: 10px !important;
    background: #5E7C72;
    color: #fff;
    text-align: left;
    width: 100%;
}

.first-list-content li:hover {
    color: #000;
 background: #fff;
}

div#last-content-3-section{
    background: url('https://allconstructionsvcs.com/wp-content/uploads/2026/05/bg-content.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 27%;
    background-position-x: 50%;
    color: #fff;
    position: relative;
}

div#last-content-3-section h2{
    color: #fff;
}

div#last-content-3-section:before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111b23a6;
    position: absolute;
}

.second-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.second-list-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 600px;
   
}

.second-list-content li {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px !important;
    text-align: left;
    background: #5E7C72;
}
.second-list-content li:hover {
 background: #2B3531;
}
div#last-content-4-image span img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div#last-content-4-image {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

div#last-content-4-image:before {
    content: '';
    width: 100%;
    height: 100%;
    left: -15px;
    top: -15px;
    padding: 15px;
    border: 2px solid #5E7C72;
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (min-width: 981px){
	div#last-content-1-row,
	div#last-content-2-row, 
div#last-content-4-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
}
h2.first-par-title{
	color: #fff;
	text-align: center;
}

.et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(0, 0, 0, 0.1) !important;
}