/*
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
*/


body {
    font-size: 15px!important;
    font-family: 'Noto Sans',Verdana,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    font-feature-settings: "liga";
    color: #081707;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.4!important
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Teko';
    font-weight: 400;
    line-height: 1.2!important
}

h1 {
    font-size: 32px!important
}

h2 {
    font-size: 26px!important
}

h3 {
    font-size: 22px!important
}

h4 {
    font-size: 20px!important
}

@media (min-width: 600px) {
    body {
        font-size:16px!important
    }

    h1 {
        font-size: 42px!important
    }

    h2 {
        font-size: 32px!important
    }

    h3 {
        font-size: 26px!important
    }

    h4 {
        font-size: 22px!important
    }
}

@media (min-width: 981px) {
    h1 {
        font-size:45px!important
    }

    h2 {
        font-size: 40px!important
    }

    h3 {
        font-size: 32px!important
    }

    h4 {
        font-size: 26px!important
    }
}

p strong {
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 18px;
    font-weight: 700
}

div#page-container {
    overflow: hidden
}

.et_pb_row {
    width: 95%!important
}

header#main-header {
    background: #ffffff00!important;
    box-shadow: none;
    border-bottom: solid 1px #ffffff5e
}

#main-header.et-fixed-header {
    background: #101010!important
}

body:not(.home) header#main-header {
    background: #101010!important
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    background: #f52e46!important;
    color: #000!important
}

.main-header-info-container {
    background: #081707;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 16px
}

.main-header-info-holder {
    color: #fff
}

.main-header-contact-info-holder a {
    color: #fff
}

.main-header-contact-info-holder a span {
    color: #8FC82C
}

.ws-header-booking {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 5px 0;
    height: 43px;
    z-index: 999
}

.top_button {
    background: #f52e46;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #e1828d
}

.header-menu-container {
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between
}

.header-menu-container:after {
    display: none
}

.header-info-holder {
    max-width: 300px
}

.logo_container {
    position: relative!important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 5px 10px
}

img#logo {
    min-height: 60px!important;
    max-height: 75px!important;
    width: auto!important;
    max-width: 280px!important
}

.text-logo {
    font-family: 'Teko';
    color: #fff;
    line-height: 1.1;
    max-width: 300px;
    font-size: 30px!important;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    text-align: left
}

.text-logo-icon {
    margin-right: 10px
}

.text-logo-icon img {
    width: 70px
}

.text-logo:first-letter {
    color: #6d35e0;
    font-weight: 700;
    font-size: 30px
}

span.info-addon {
    color: #081707;
    text-align: center;
    display: none
}

.hours-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.hours-holder .fa {
    margin-right: 5px;
    color: #081707;
    width: 48px;
    height: 48px;
    border: 1px dashed #081707!important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background: #ffdbb5
}

.hours-holder span.info-addon {
    width: 100%;
    display: block;
    text-align: center;
    color: #081707
}

a.hours-box {
    padding: 0!important;
    pointer-events: none
}

.main-header-napinfo-block a.hours-box {
    pointer-events: none
}

.hours {
    border: none;
    height: auto;
    box-shadow: none;
    background: transparent!important
}

.hours img {
    display: none
}

.hours p {
    padding: 0!important;
    font-size: 16px!important;
    text-shadow: none;
    color: #081707
}

.add-info-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #081707;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0 10px 15px -3px,rgb(0 0 0 / 5%) 0 4px 6px -2px;
    border: 1px solid #fff3;
    border-right: none
}

.add-info-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 270px;
    position: fixed;
    right: -220px;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
    margin-top: 35px;
    z-index: 97
}

.open-info {
    right: 0;
    z-index: 9999
}

.open-info #add-info-open-icon {
    display: none
}

.open-info #add-info-close-icon {
    display: block
}

.add-info-container {
    background: #8fc82c;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 220px;
    height: auto;
    border-bottom-left-radius: 0;
    box-shadow: rgb(0 0 0 / 10%) 0 10px 15px -3px,rgb(0 0 0 / 5%) 0 4px 6px -2px
}

.add-info-btn .fa {
    color: #8fc82c
}

#add-info-close-icon {
    display: none
}

.add-info-btn span {
    line-height: 1;
    color: #fff;
    margin-top: 5px;
    font-size: 12px
}

.add-info-container a,.header-location-container {
    color: #081707;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    text-align: right;
    width: 100%
}

.email-btn {
    margin: 10px 0
}

.add-info-container .fa {
    margin-right: 5px;
    margin-top: 2px
}

div#et-top-navigation {
    width: 100%;
    padding: 0px!important;
    position: inherit;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-left: solid 1px #ffffff5e
}

.right-header {
    display: flex
}

.main-header-napinfo-block {
    display: none
}

span.select_page {
    display: none!important
}

.floating-cta-btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #8fc82c;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0 10px 15px -3px,rgb(0 0 0 / 5%) 0 4px 6px -2px;
    border: 1px solid #fff3;
    border-right: none;
    right: 0;
    margin-top: 100px;
    z-index: 98
}

.floating-cta-btn a .fa {
    animation: ringing 5s ease-in-out infinite;
    color: #081707;
    font-size: 24px
}

.et-fixed-header.sticky-menu .add-info-block,.et-fixed-header.sticky-menu .floating-cta-btn {
    top: 20px
}

div#et_mobile_nav_menu {
    width: 100%
}

.mobile_menu_bar {
    padding-bottom: 0!important;
    width: 50px
}

.et_mobile_menu {
    height: auto!important;
    top: 82px;
    border-top: none;
    background-color: #252525!important
}

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

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
    position: relative
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
    content: '\f149';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg)
}

.et_mobile_menu .current_page_item a {
    color: #f52e46!important
}

.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d'
}

.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
    color: #f52e46;
    text-align: center;
    left: auto
}

#slider {
    background: url(https://flremodelingservices.com/wp-content/uploads/2025/07/remodeller-background-header.webp);
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    top: -90px;
    overflow: visible;
    background-position: center
}

#slider:before {
    content: '';
    background: linear-gradient(92deg,#000000cf 40%,#37383aad);
    position: absolute;
    width: 100%;
    height: 100%
}

.et_pb_slider .et_pb_slide_0 {
    margin-right: auto
}

.et_pb_slider .et_pb_slide_0 .et_pb_container {
    margin-right: auto;
    height: calc(100vh - 82px)!important;
    min-height: 600px!important
}

.et_pb_slides {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.et_pb_slides:before {
    content: '';
    background: url(https://flremodelingservices.com/wp-content/uploads/2025/07/constr-header-background-object-1.webp);
    width: 100vw;
    display: block;
    height: 100%;
    transform: translateX(-100%);
    opacity: 0;
    animation: slideInFromLeft 0.5s ease-out 1.5s forwards;
    position: absolute;
    z-index: 2;
    background-size: cover;
    max-width: 2000px;
    left: auto
}

@keyframes slideInFromLeft {
    to {
        transform: translateX(0);
        opacity: .2;
        left: 0
    }
}

.et_pb_slide_description {
    display: flex;
    align-items: center;
    max-width: 1080px;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    position: relative;
    height: 100%
}

.slider {
    text-align: left;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 200px
}

.slider-title h1 {
    color: #fff;
    font-weight: 500;
    font-family: 'Teko',sans-serif;
    margin: 15px 0;
    text-transform: uppercase
}

h2.slider-descrp {
    color: #fff;
    font-size: 23px !important;
    margin-top: 0;
    text-transform: capitalize;
    font-family: 'Teko'
}

.slider-buttons {
    margin-top: 40px;
    margin-bottom: 15px
}

.btn-style-one {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: #f52e46;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Teko';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: .1em;
    padding: 19px 40px 16px;
    color: #fff;
    z-index: 1
}

.btn-style-one:hover {
    background: #fff;
    color: #000!important
}

.btn-style-one .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #313132;
    opacity: .4;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.btn-style-one:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg)
}

.btn-style-two {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: #101010;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Teko';
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    padding: 19px 30px 16px;
    z-index: 1;
    letter-spacing: .1em;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.btn-style-two:hover {
    color: #101010
}

.btn-style-two .btn-curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: #fff;
    opacity: .2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease
}

.btn-style-two:hover .btn-curve {
    opacity: 1;
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg)
}

.not-home-button .btn-style-one .btn-curve {
    background: #101010;
    color: #fff
}

.not-home-button .btn-style-one:hover {
    color: #fff
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box
}

.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite
}

.badge-cotent {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    white-space: nowrap
}

.badge-cotent img {
    width: 40px;
    height: auto;
    padding-right: 5px;
    filter: invert(1)
}

.badge-certificates-container {
    display: flex;
    background-color: #000;
    border-radius: 15px;
    width: 700px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15%;
    margin-top: -40%;
    z-index: 1
}

.badge-content-certificates {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap
}

.badge-content-certificates img {
    width: 40px;
    height: auto;
    padding-right: 5px
}

@media (max-width: 600px) {
    .badge-certificates-container {
        margin-top:0%;
        padding-left: 10%;
        align-items: center
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes slideInFromRight-mobile {
    to {
        transform: translate(0%,0%);
        opacity: .1;
        bottom: 10%
    }
}

@keyframes slideInFromRight-tablet {
    to {
        transform: translate(0%,0%);
        opacity: .2
    }
}

@keyframes slideInFromRight-desktop {
    to {
        transform: translate(30%,0%);
        opacity: .2
    }
}

@keyframes slideInFromRight-large {
    to {
        transform: translate(50%,0);
        opacity: .2
    }
}

@media (min-width: 601px) {
    .slider-buttons {
        display:flex;
        flex-direction: column;
        align-items: flex-start
    }

    .slider-buttons .slider-get-button {
        margin-right: 20px
    }
}

@media (min-width: 501px) {
    .et_pb_slide_description:after {
        width:100%;
        height: 60%;
        animation: slideInFromRight-tablet 0.5s ease-out 2.5s forwards
    }
}

@media (min-width: 768px) {
    .et_pb_slide_description:after {
        width:500px;
        height: 500px;
        animation: slideInFromRight-desktop 0.5s ease-out 2.5s forwards;
        background-size: contain
    }
}

@media (min-width: 980px) {
    .et_pb_slide_description:after {
        animation:slideInFromRight-large 0.5s ease-out 2.5s forwards;
        right: 10%;
        bottom: 10%
    }

    .row-content {
        display: flex;
        align-items: stretch
    }

    .row-content-column {
        display: flex;
        flex-direction: column;
        margin: 0!important
    }

    .row-content-image {
        flex: 1;
        display: flex;
        align-items: stretch
    }

    .row-content-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

p.introduction-content {
    text-align: center
}

.about-section {
    padding-top: 0
}

.about-title h2 {
    margin-top: 35px
}

.about-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.about-section .image-column .inner {
    position: relative;
    display: block
}

.about-section .image-column .inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 200px;
    background: #f52e46;
    border-radius: 8px
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden
}

.about-section .image-column .image-block img {
    display: block;
    width: 80%;
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 7px;
    max-height: 600px;
    object-fit: cover;
    border-radius: 10px;
    min-width: 300px
}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 140px
}

.about-section .image-column .image-block:nth-child(2) {
    margin-right: 140px;
    margin-top: -170px
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.about-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-bottom: 0
}

div#home-section-title {
    background-color: #081707!important;
    display: flex;
    justify-content: center;
    position: relative
}

div#home-section-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #081707;
    bottom: -25px;
    z-index: 999
}

div#services-blocks-section {
    background-color: #ffffff!important
}

div#services-blocks-section:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    transform: rotate(180deg)
}

.srvElement {
    min-height: 500px;
    margin-bottom: 20px
}

div#home-content-section {
    background-color: #ffffff!important
}

.section_title {
    color: #fff;
    font-family: 'Teko';
    font-size: 40px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1
}

h2.section_title.services-title {
    color: #fff;
    font-family: 'Teko';
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

.section_title span {
    color: #f52e46
}

.introduction-container h2 {
    color: #101010;
    font-family: 'Teko';
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1
}

.srvBlock {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.srvElement {
    flex: 1 1 100%;
    max-width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    max-height: 500px;
    transition: all 0.3s ease-in-out
}

@media (min-width: 768px) {
    .srvElement {
        flex:1 1 50%;
        max-width: 50%;
        height: 80vh;
        max-height: 505px
    }
}

@media (min-width: 981px) {
    .srvElement {
        flex:1 1 33%;
        max-width: 33%;
        max-height: 500px
    }
}

.srvElementBg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.6s ease,filter 0.4s ease;
    z-index: -2
}

.srvElementBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.srvElementOverlay {
    position: relative;
    z-index: 0;
    padding: 10% 5%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff;
    transition: all 0.3s ease
}

.srvElementOverlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,black 35%,transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: -1
}

.srvElementText {
    position: relative;
    border-left: solid 3px #f52e46;
    z-index: 2;
    padding: 10px;
    margin-top: 50%
}

.srvElementText::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #292929;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 1
}

.srvElement:hover .srvElementText::before {
    transform: scaleX(1)
}

.srvElement:hover .srvElementOverlay:before {
    opacity: 0
}

.srvElementHeader h3 {
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 0 0 4px #000;
    position: relative;
    z-index: 4;
    text-transform: uppercase
}

.srvElementContent {
    font-size: 16px;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    z-index: 4
}

p.process-content {
    text-align: center
}

p.service-area-content {
    text-align: center
}

p.last-para-content {
    text-align: center
}

.section_title_2 {
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #f52e46;
    text-align: left
}

.section_title_3 {
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Teko';
    text-align: center
}

#service-area {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

#service-area .column {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#service-area .image-column img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    max-width: 600px;
    margin: auto
}

#service-area .text-column {
    background: #fff;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 8px
}

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px
}

#main-footer .listing-rev-btn img {
    display: none
}

#main-footer .listing-rev-btn {
    border: 1px solid #8fc82c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #93a384;
    color: #fff;
    bottom: 10px;
    padding: 5px 35px 5px 32px;
    font-weight: 400;
    font-size: 16px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999
}

.floating-quote-btn {
    display: inline-block;
    position: fixed;
    left: 0;
    background: #f52e46;
    color: #fff;
    border: 1px solid #e1828d;
    border-left: 0;
    bottom: 58px;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    z-index: 9999
}

p.why-choose-us-content {
    text-align: center
}

div#home-testimonials {
    background-color: #fff!important;
    overflow: hidden
}

div#home-testimonials:before {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -100px;
    background-image: url(https://flremodelingservices.com/wp-content/uploads/2023/09/srv-ico.svg);
    filter: invert(1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70vw;
    max-width: 250px;
    height: 70vw;
    max-height: 250px;
    opacity: .2
}

.testimonials-section-title {
    text-align: center;
    font-size: 26px!important;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.1;
    color: #081707
}

div#testimonials-txt {
    text-align: center
}

.home .wpcr3_respond_1 {
    padding: 15px!important;
    color: #081707
}

.home .wpcr3_dotline {
    display: none!important
}

.home .wpcr3_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.home .wpcr3_review_ratingValue {
    width: 100%;
    text-align: center;
    margin: 0!important
}

.home .wpcr3_review_author {
    margin-left: 5px;
    text-align: center
}

.home .wpcr3_review_title.wpcr3_caps {
    width: 100%;
    text-align: center;
    margin: 0!important;
    font-size: 18px;
    color: #93a384;
    font-weight: 700
}

.home span.wpcr3_item_name a {
    color: #081707
}

div.wpcr3_review blockquote.wpcr3_content {
    border-color: #f52e46;
    padding-bottom: 0;
    text-align: justify
}

.home div.wpcr3_review blockquote.wpcr3_content {
    text-align: center;
    border: none;
    margin-bottom: 0;
    line-height: 1.7em;
    order: 1;
    background: #323232;
    padding: 10px;
    color: #fff
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 16px
}

.home .wpcr3_reviews_holder {
    position: relative
}

.home div.wpcr3_review blockquote.wpcr3_content p {
    font-style: italic
}

.testimonials-btn {
    background: #93a384;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #8fc82c
}

.testimonials-btn:hover {
    color: #fff;
    background: #646464
}

.review-title {
    text-align: center;
    font-size: 36px!important;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.1;
    color: #081707
}

.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px
}

.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain
}

.external-review-title {
    text-align: center;
    font-size: 20px!important;
    color: #000;
    font-weight: 600;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase
}

.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #000
}

.external-review-author {
    margin: 0 5px
}

.external-review-date {
    margin: 0 5px
}

.external-review-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px auto;
    text-align: center;
    padding: 0 25px;
    width: 95%;
    color: #000;
    font-weight: 300;
    font-style: italic;
    position: relative
}

.external-review-text:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    left: 5px;
    top: 0;
    opacity: .5
}

.external-review-text:after {
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: .5
}

.external-reviews-holder a {
    width: 200px;
    background: #93a384;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #8fc82c
}

.external-reviews-holder a:hover {
    background-color: #646464
}

div#external-reviews {
    padding: 0!important;
    background: #63d471
}

div#external-reviews .et_pb_row {
    padding: 0!important
}

.static-external-review-container {
    width: 100%;
    display: flex;
    justify-content: center
}

.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end
}

@media (min-width: 1025px) {
    .static-external-review-holder {
        display:flex;
        position: relative;
        justify-content: center
    }

    .static-external-review-container {
        width: 50%
    }

    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center
    }

    .review-origin-brand {
        position: absolute
    }
}

#contact-form-section .et_pb_row {
    width: 95%!important;
    max-width: 900px;
    padding: 20px!important;
    background-color: #eeeff3;
    filter: drop-shadow(2px 4px 6px #221f20)
}

p.free-estimate-title {
    font-size: 26px!important;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    line-height: 1.1;
    color: #fff;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 40%),1px -1px 0 rgb(0 0 0 / 40%),-1px 1px 0 rgb(0 0 0 / 40%),1px 1px 0 rgb(0 0 0 / 40%);
    border-bottom: 1px dashed #8fc82c;
    margin-bottom: 15px;
    padding-bottom: 2px
}

div#contact-form-section {
    padding-top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg,rgba(255,255,255,1) 50%,rgb(56 142 60) 50%,rgb(56 142 60) 100%)
}

input#customer_name {
    width: calc(50% - 5px);
    float: left;
    border-radius: 10px
}

input#phone-cf {
    width: calc(50% - 5px);
    float: left;
    margin-left: 10px;
    border-radius: 10px
}

textarea#message {
    margin-bottom: 20px
}

#contact img {
    float: left;
    width: 120px;
    height: 40px;
    min-height: 40px;
    border-radius: 5px;
    filter: grayscale(1)
}

input#vercode {
    width: calc(100% - 130px);
    margin: 0;
    margin-left: 10px;
    float: left;
    padding: 7px 10px 7px;
    height: 40px
}

form#contactForm {
    text-align: center
}

input#submitter {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 500ms;
    position: relative;
    z-index: 1;
    height: 39px;
    border: none;
    background: #101010;
    margin-top: 10px;
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    line-height: 1;
    width: 210px;
    text-align: center;
    border-radius: 6px
}

input#submitter:hover {
    color: #101010;
    background: #fff
}

input.text,input.title,input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {
    max-width: 100%;
    padding: 7px 5px 7px;
    height: auto;
    display: block;
    line-height: 1;
    font-weight: 300;
    color: #000!important;
    border-radius: 10px;
    background-image: none;
    margin-bottom: 10px!important;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 30%)
}

#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 {
    color: #000!important;
    border-color: #000
}

#contact {
    padding: 0;
    max-width: 600px;
    margin: 0 auto
}

.link-button {
    width: 210px;
    text-align: center;
    background: #93a384;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
    border: 1px solid #8fc82c
}

.link-button:hover {
    color: #fff;
    background: #646464
}

.home #main-footer {
    padding-top: 40px
}

#main-footer {
    background: #222429;
    background-size: contain;
    background-repeat: repeat
}

#main-footer .container {
    width: 95%;
    color: #fff
}

div#footer-bottom {
    background-color: #f52e46;
    padding: 15px;
    color: #081707
}

.paymentsbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer-widget h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #f52e46;
    text-transform: uppercase;
    font-family: 'Teko'
}

.footer-widget .textwidget {
    color: #efefef
}

#footer-widgets .footer-widget a {
    border-radius: 0!important
}

table.openinghours {
    width: 100%!important;
    margin: 0 auto!important
}

@media screen and (max-width: 981px) and (min-width:425px) {
    .hours,.openinghours {
        max-width:385px;
        margin: 0 auto!important
    }
}

.entry-content tr td {
    border: none!important;
    padding: 6px 10px
}

table.openinghours tr {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans',sans-serif;
    color: #efefef
}

#current-day {
    background-color: #f52e46;
    color: #fff!important;
    padding: 0 2px
}

#current-day td {
    color: 0;
    text-shadow: none
}

#closed-day {
    color: #efefef
}

ul#menu-footer-menu li a {
    background: transparent!important
}

ul#menu-footer-menu li:before {
    color: #f52e46!important;
    content: '\f101'!important;
    font-family: 'FontAwesome'!important;
    border: none!important;
    top: 0!important
}

.et_pb_sidebar_0 h4.widgettitle {
    font-size: 26px!important;
    font-weight: 400;
    color: #231f20;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #f52e46
}

#sidebar h4.widgettitle {
    font-size: 32px;
    font-weight: 400;
    color: #101010;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #f52e46
}

.et_pb_sidebar_0 .textwidget {
    text-align: center
}

#sidebar .textwidget {
    text-align: center
}

.single-post div#main-content,.blog div#main-content {
    background-color: #fff;
    min-height: 50vh
}

.single-post .et_pb_post .entry-content {
    text-align: justify
}

.single-post div#main-content .container {
    padding: 0 0!important
}

.et_pb_title_meta_container,.post-meta {
    text-align: center
}

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

.single-post div#main-content .post {
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.single-post div#main-content .container {
    padding: 0 0!important;
    width: 95%
}

.single-post .et_pb_row {
    width: 100%!important
}

.single-post div#main-content .container {
    padding: 77px 0!important
}

#main-content .container {
    /* padding:77px 0!important; */
}

#main-content .container h2 {
    font-size: 24px!important;
    padding-bottom: 10px
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
     padding-top: 0px;
}
@media (min-width: 981px) {
    #main-content .container .type-post {
        margin-bottom:0!important;
        padding-bottom: 0
    }
}

@media (max-width: 980px) {
    #sidebar .et_pb_widget {
        margin-top:40px
    }
}

#left-area .post-meta a {
    color: #16bae1
}

#left-area .post-meta {
    text-align: center
}

.blog .et_pb_post {
    text-align: justify
}

.work-process-content p a {
    color: #f52e46;
    font-weight: 700;
    text-decoration: underline
}

.et_pb_toggle {
    border-radius: 15px
}

@media only screen and (min-width: 600px) {
    .work-process-content p a {
        color:#101010;
        font-weight: 700;
        text-decoration: underline
    }

    section#fullwidth-header-container {
        min-height: 760px!important;
        max-height: 950px!important
    }

    .et_pb_fullwidth_header_container.center {
        min-height: 760px!important;
        max-height: 950px!important
    }

    .main-header-napinfo-block {
        padding-right: 0
    }

    .homepage-services {
        max-width: 100%
    }

    .homepage-services #servcss li:before {
        position: absolute;
        top: 0;
        left: 0
    }

    .homepage-services #servcss li {
        padding-left: 20px;
        justify-content: flex-start
    }

    .homepage-services #servcss {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px
    }

    .homepage-services #servcss li:first-child {
        margin-top: 0
    }

    input#customer_name {
        width: calc((100%/3) - 7px)
    }

    input#phone-cf {
        width: calc((100%/3) - 7px)
    }

    input#customer_email {
        width: calc((100%/3) - 6px);
        float: left;
        margin-left: 10px
    }

    .services-1-container.fade-in-up {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-items: stretch
    }

    .services-1-content.serv1-container1 {
        width: 40%
    }

    .services-1-content.serv1-container2 {
        width: 58%
    }

    .services-1-content.serv1-container3 {
        width: 100%
    }

    .services-1-content.serv1-container4 {
        width: 54%
    }

    .services-1-content.serv1-container5 {
        width: 44%
    }

    .services-1-content.serv1-container6 {
        width: 100%
    }
}

@media screen and (max-width: 980px) {
    .about-title h2,.section_title,.section_title_2,.section_title_3 {
        font-size:32px;
        line-height: 1;
        text-align: center;
        margin-bottom: 10px
    }

    .contact-form-container {
        margin-top: -30px
    }

    .et_pb_sidebar_0 .et_pb_widget {
        width: 100%
    }

    .footer-widget:nth-child(n) {
        width: 100%!important;
        text-align: center;
        margin: 0!important
    }

    .et_pb_text {
        text-align: center!important
    }

    #footer-widgets .footer-widget .fwidget {
        width: 100%!important;
        margin-bottom: 30px!important
    }
}

@media screen and (min-width: 981px) {
    div#page-container {
        padding-top:0px!important
    }

    .about-section {
        padding-top: 0!important
    }

    p.why-choose-us-content {
        text-align: right;
        font-size: 18px
    }

    .introduction-container h2 {
        text-align: left
    }

    p.service-area-content {
        text-align: left
    }

    p.last-para-content {
        text-align: left
    }

    h2.section_title.services-title {
        margin-top: 10px
    }

    p.introduction-content {
        text-align: left
    }

    .our-projects-container h2 {
        font-size: 40px
    }

    div#FAQ-section {
        padding-top: 120px
    }

    a.phonenum {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-family: 'Teko';
        font-size: 18px
    }

    .logo-link span {
        width: 65%
    }

    i.fa.fa-phone {
        color: #f52e46;
        font-size: 23px;
        margin-right: 10px
    }

    .phonenum p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        color: #fff
    }

    .footer-widget {
        width: calc(82% / 3)!important
    }

    .gallery-swiper-container:after {
        content: '';
        width: 320px!important;
        height: 150px;
        background: #101010;
        position: absolute;
        border-radius: 15px;
        bottom: -50px!important;
        right: 0;
        z-index: -1
    }

    ul.sub-menu li {
        padding: 5px!important;
        font-size: 16px!important
    }

    .header-menu-container {
        display: flex
    }

    .main-header-contact-info-holder a {
        min-width: 67%
    }

    .right-header {
        width: 90%;
        display: flex;
        justify-content: space-around
    }

    .logo_container {
        padding: 10px 0 10px 10px
    }

    .logo-link {
        max-height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        width: 100%
    }

    .text-logo-icon {
        max-width: 56px
    }

    .main-header-napinfo-block {
        flex-direction: row;
        justify-content: flex-end;
        padding-right: 10px;
        display: flex;
        align-items: center;
        width: 162px!important
    }

    .main-header-email-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-size: 16px;
        color: #fff;
        background: #081707;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 999;
        height: 42px;
        width: 199px
    }

    .main-header-napln-container {
        font-size: 17px
    }

    .main-header-email-btn {
        position: relative;
        background: transparent;
        font-size: 17px
    }

    .main-header-email-btn img {
        margin-right: 5px;
        width: 30px
    }

    .ws-header-booking {
        height: 0;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1080px
    }

    .top_button {
        right: 210px;
        bottom: -34px;
        position: absolute
    }

    .header-info-holder {
        width: 27%
    }

    .main-header-info-holder {
        width: 81%;
        max-width: 870px
    }

    .main-header-info-container {
        justify-content: center
    }

    span.info-addon {
        display: block;
        text-align: right;
        font-weight: bold!important
    }

    .main-header-napinfo-block span {
        font-weight: 400;
        color: #fff;
        font-family: 'Teko';
        text-transform: uppercase
    }

    .main-header-napln-container .fa,.main-header-email-btn .fa,.hours-holder .fa {
        width: 48px;
        height: 48px;
        border: 1px dashed #081707;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .main-header-napln-container .fa {
        font-size: 35px
    }

    .main-header-email-btn .fa {
        font-size: 30px
    }

    .hours-holder .fa {
        font-size: 34px
    }

    nav#top-menu-nav ul#top-menu li a {
        color: #fff!important;
        padding-top: 18px!important;
        padding-bottom: 18px!important;
        font-family: 'Teko';
        opacity: 1!important;
		margin-top: 30px;
    }

    .et-fixed-header #top-menu li a {
        color: #fff!important
    }

    #top-menu .menu-item-has-children>a:first-child:after {
        top: 15px
    }

    nav#top-menu-nav ul#top-menu .current-menu-item a {
        color: #fff!important
    }

    nav#top-menu-nav ul#top-menu li>a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 7px;
        width: 100%;
        border-bottom: 2px solid #f52e46;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    nav#top-menu-nav ul#top-menu li>a:before {
        border-bottom-color: #f52e46
    }

    nav#top-menu-nav ul#top-menu>li:hover>a:before,nav#top-menu-nav ul#top-menu>li.current-menu-item>a:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    nav#top-menu-nav ul#top-menu li {
        padding-left: 11px;
        padding-right: 11px!important;
        font-size: 18px
    }

    div#et-top-navigation {
        padding: 0px!important;
        height: auto;
        border-left: none
    }

    nav#top-menu-nav {
        max-width: 710px;
        display: flex;
        justify-content: center
    }

    ul.sub-menu {
        filter: drop-shadow(0 1px 3px #5b5b5b);
        top: 50px;
        background-color: #101010!important;
        border-color: #f52e46!important
    }

    nav#top-menu-nav #top-menu ul.sub-menu a {
        color: #fff!important;
        position: relative;
        padding: 0px!important;
        line-height: 1.2;
        font-size: 18px!important
    }

    #top-menu-nav ul.sub-menu a:before {
        content: '\f149';
        position: absolute;
        left: 0;
        font-family: 'FontAwesome';
        -webkit-transform: scaleX(-1) rotate(90deg);
        transform: scaleX(-1) rotate(90deg)
    }

    ul.sub-menu li {
        padding: 0 10px!important;
        width: 100%
    }

    ul.sub-menu li a {
        padding: 5px 0px!important;
        width: 100%!important
    }

    section#fullwidth-header-container {
        min-height: 450px!important;
        max-height: 950px!important
    }

    .et_pb_fullwidth_header_container.center {
        max-height: 950px!important
    }

    .slider {
        width: 50%;
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
        margin-top: 100px
    }

    .ws-slogan h1 {
        font-size: 30px;
        max-width: 600px
    }

    div#home-title-block-container {
        flex-direction: row
    }

    div#first-par-img,div#first-par-img span {
        height: 100%
    }

    div#first-par-img img {
        height: 100%;
        object-fit: cover;
        object-position: left
    }

    .entry-title {
        text-align: left
    }

    .website-header-block {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 105px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .page-title-block {
        width: calc(100% - 300px);
        margin: 0;
        padding: 0
    }

    .page-title-block:before {
        right: 0;
        left: auto;
        width: 100vw;
        top: -130%;
        height: 400%
    }

    .page-title-block:after {
        border-right: none;
        border-top: 100px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 35px solid #081707;
        bottom: auto;
        right: -33px
    }

    .hours-holder {
        width: 300px;
        justify-content: flex-end
    }

    .page-title-block .section-title-heading {
        text-align: left
    }

    .home-first-par-title {
        flex-direction: column;
        align-items: center
    }

    .badge-holder {
        width: 25%
    }

    .badge-holder:nth-child(3) {
        order: unset
    }

    #service-area {
        flex-direction: row
    }

    #service-area .image-column {
        width: 50%;
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    #service-area .text-column {
        width: 60%;
        margin-left: -10%;
        padding: 3rem;
        box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
        background: #fff;
        margin-top: 30px;
        margin-bottom: -30px
    }

    .swiper-container {
        width: 90%
    }

    .swiper-button-prev {
        left: -40px
    }

    .swiper-button-next {
        right: -40px
    }

    div#homepage-nap-section {
        background-position-y: 79%
    }

    div#homepage-nap-section .et_pb_row {
        display: flex;
        align-items: center
    }

    .homepage-nap h3 {
        text-align: left
    }

    div#contact-section {
        max-width: 600px;
        margin: 0 auto
    }

    div#testimonials-img .et_pb_image,div#testimonials-img span {
        height: 100%
    }

    div#testimonials-img img {
        height: 100%;
        object-fit: cover;
        object-position: right
    }

    div#home-testimonials:before {
        right: calc(50% - 610px);
        bottom: -2px
    }

    .home .wpcr3_review {
        justify-content: flex-start;
        text-align: left
    }

    .home .wpcr3_review_ratingValue {
        text-align: left;
        width: auto
    }

    p.testimonials-section-title {
        text-align: left
    }

    div#testimonials-txt {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .home .wpcr3_review_title.wpcr3_caps {
        text-align: left
    }

    .home div.wpcr3_review blockquote.wpcr3_content {
        text-align: left
    }

    .home .wpcr3_respond_1 {
        padding-left: 0!important
    }

    .homepage-services #servcss {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        margin: 0 auto;
        width: 100%;
        column-gap: 25px
    }

    .homepage-services #servcss li:first-child {
        margin-top: 0!important
    }

    .homepage-services li {
        text-align: right;
        display: flex!important;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row;
        line-height: 1.3;
        margin: .4em 3px!important
    }

    .homepage-services #servcss li:before {
        top: auto
    }

    .footer-widget .et_pb_widget {
        width: 100%;
        margin-bottom: 0!important
    }

    .paymentsbox {
        justify-content: flex-start
    }

    div#social-icons {
        text-align: left
    }

    .footer-widget h4 {
        text-align: left
    }

    #footer-widgets {
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .et_pb_sidebar_0 h4.widgettitle {
        text-align: left
    }

    #sidebar h4.widgettitle {
        text-align: left
    }

    .et_pb_sidebar_0 .textwidget {
        text-align: left
    }

    #sidebar .textwidget {
        text-align: left
    }

    .et_pb_sidebar_0.et_pb_widget_area_right {
        border-left: 1px solid rgb(78 78 78 / 20%)
    }

    #left-area .post-meta {
        text-align: left
    }

    #main-content .container:before {
        background-color: rgb(6 45 91 / 20%)
    }

    .et_pb_title_meta_container,.post-meta {
        text-align: left
    }
}

.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0
}

.wpcr3_respond_2 input[type="text"],.wpcr3_in_content textarea {
    background: #ffffff!important;
    color: #000!important;
    border-color: #000!important
}

.wpcr3_respond_2 input[type="text"]:focus,.wpcr3_in_content textarea:focus {
    color: #fff;
    border-color: #fff
}

.wpcr3_table_2 td {
    font-size: 1em!important
}

.wpcr3_leave_text {
    font-size: 1.1em
}

.wpcr3_leave_text {
    margin-bottom: 20px
}

.wpcr3_button_1 {
    margin-top: 10px;
    background: #f52e46;
    color: #fff;
    border: 1px solid #f52e46;
    border-radius: 10px
}

.wpcr3_button_1:hover {
    margin-top: 10px;
    background: #101010;
    color: #fff;
    border: 1px solid #101010;
    border-radius: 10px
}

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

@media (max-width: 980px) {
    .review-title {
        font-size:26px!important
    }

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

@keyframes ringing {
    20% {
        transform: rotate(0deg)
    }

    21% {
        transform: rotate(10deg)
    }

    22% {
        transform: rotate(-10deg)
    }

    23% {
        transform: rotate(12deg)
    }

    24% {
        transform: rotate(-12deg)
    }

    25% {
        transform: rotate(12deg)
    }

    26% {
        transform: rotate(-12deg)
    }

    28% {
        transform: rotate(10deg)
    }

    30% {
        transform: rotate(-10deg)
    }

    32% {
        transform: rotate(5deg)
    }

    34% {
        transform: rotate(-5deg)
    }

    36% {
        transform: rotate(2deg)
    }

    38% {
        transform: rotate(0deg)
    }
}

.testimonials-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.testimonials-title {
    text-align: center;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: .5rem;
    letter-spacing: -.025em;
    color: #1a202c
}

.testimonials-info {
    margin-bottom: 1rem
}

.testimonial-item {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    padding-bottom: 40px;
    background: #fff;
    min-height: 100%;
    break-inside: avoid;
    border-radius: 0
}

.testimonial-item:before {
    content: '';
    background: #c5b2b5;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    right: 80px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.testimonial-item a {
    padding: 20px;
    background: #c5b2b5;
    border-radius: 10px
}

.testimonials-grid .testimonial-item {
    margin-bottom: 1rem
}

.testimonial-item:hover {
    background: #fff
}

.testimonial-item a {
    height: 100%;
    display: grid
}

.testimonial-subject {
    font-size: 30px!important;
    font-weight: 400;
    text-align: center;
    color: #101010;
    font-family: 'Teko';
    line-height: 1.1em
}

.rating {
    display: flex;
    justify-content: center;
    margin: .5rem
}

.star {
    width: 1rem;
    height: 1rem;
    color: #fff;
    margin: 2px
}

.testimonial-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 500;
    color: #101010;
    text-align: center;
    font-style: normal
}

.testimonial-footer {
    margin-top: 1rem
}

.reviewer-details {
    font-size: .75rem;
    max-width: 300px;
    margin: 0 auto
}

.review-from-logo {
    width: 5rem;
    height: auto;
    background: #fff;
    padding: 5px;
    margin-left: 10px;
    display: none
}

.reviewer-name {
    padding-right: 0!important;
    font-weight: 500;
    color: #101010;
    line-height: 1.5rem;
    border-right: none!important
}

@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;
        padding: 10px
    }

    .reviewer-details {
        display: flex;
        align-items: center
    }

    .reviewer-name {
        padding-right: .75rem;
        font-size: .75rem;
        border-right: 2px solid #101010
    }

    .review-from-logo {
        padding-left: 5px
    }
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem
}

.nav-arrows button {
    color: #fff;
    padding: .5rem;
    border-width: 1px;
    border-color: #081707;
    border-radius: 5px;
    cursor: pointer;
    background: #101010;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-arrows button:hover {
    background: #323333;
    color: #fff
}

.nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0
}

.rotate-180 {
    rotate: 180deg
}

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

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #fff;
    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: 10px 5px;
        text-align: left
    }
}

@media (min-width: 981px) {
    #additionalServices {
        columns:3;
        column-gap: 10px
    }

    div#header-section {
        min-height: 565px!important;
        max-height: 1000px!important;
        height: calc(100vh - 165px)!important
    }

    #slider {
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important
    }

    .et_pb_slides {
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important
    }

    .et_pb_slide.et_pb_slide_0 {
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important
    }

    .et_pb_container.clearfix {
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important
    }

    .et_pb_slide_content {
        min-height: 650px!important;
        max-height: 1000px!important;
        height: calc(100vh - 87px)!important
    }

    .first-list-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .first-list-content-container {
        width: 50%
    }

    ul.first-list-content {
        width: 45%;
        margin-top: 0
    }

    .second-list-container {
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }

    ol.second-list-content {
        width: 45%
    }

    div#home-content-section:before {
        right: -100px!important;
        bottom: 15px!important;
        max-width: 400px!important;
        max-height: 400px!important;
        opacity: 0.1!important
    }
}

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

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

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

.modalHolder {
    display: none
}

ul.homeul li {
    padding: 5px 5px;
    border: 1px solid #081707;
    list-style-position: inside;
    color: #000;
    background-color: #ffffffb8;
    font-size: 14px;
    font-weight: 500;
    box-shadow: rgba(0,0,0,.25) 0 .0625em .0625em,rgba(0,0,0,.25) 0 .125em .5em,rgba(255,255,255,.1) 0 0 0 1px inset;
    margin: 10px 0px!important
}

ul.homeul {
    padding: 0
}

div#bullets-with-bg {
    padding: 50px 20px
}

ol.homeol li {
    padding: 5px 5px;
    border: 1px solid #081707;
    list-style-position: inside;
    color: #fcfbf9;
    font-size: 14px;
    font-weight: 500;
    background-color: #93a384;
    box-shadow: rgba(0,0,0,.25) 0 .0625em .0625em,rgba(0,0,0,.25) 0 .125em .5em,rgba(255,255,255,.1) 0 0 0 1px inset;
    margin: 10px 0px!important
}

ol.homeol li:hover {
    background-color: #081707;
    color: #8fc82c
}

ul.homeul li:hover {
    background-color: #93a384;
    color: #fcfbfa
}

.add-content .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.areas-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0;
    margin-top: 20px
}

body:not(.home) ul.areas-list {
    width: 100%
}

.areas-list li::marker {
    color: #f52e46
}

@media screen and (min-width: 600px) {
    .areas-list {
        columns:2;
        -webkit-columns: 2;
        -moz-columns: 2
    }
}

div#badges-section {
    padding-top: 20px;
    padding-bottom: 20px
}

.gallery-swiper-container {
    padding: 0;
    margin: 0
}

.gallery-swiper {
    width: 100%;
    overflow: hidden
}

.gallery-swiper .swiper-wrapper {
    margin-left: 0!important;
    margin-right: 0!important;
    display: flex
}

.gallery-swiper .swiper-slide {
    width: 100%;
    flex: 0 0 auto;
    border-radius: 15px
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    display: block
}

div#gallery-slider-section {
    position: relative;
    padding-top: 0
}

.gallery-swiper-container:before {
    content: '';
    width: 300px;
    height: 200px;
    background: #f52e46;
    position: absolute;
    border-radius: 15px;
    top: -84px;
    left: -60px;
    z-index: -1
}

.gallery-swiper-container:after {
    content: '';
    width: 270px;
    height: 150px;
    background: #101010;
    position: absolute;
    border-radius: 15px;
    bottom: -70px;
    right: -30px;
    z-index: -1
}

.gallery-swiper .swiper-slide img:hover {
    filter: grayscale(100%)
}

.our-projects-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
    background: #101010;
    border-radius: 15px;
    padding: 40px 20px
}

.our-projects-container h2 {
    font-family: 'Teko';
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    color: #fff
}

.our-projects-container p {
    text-align: center;
    color: #fff
}

a.gallery_button.btn-style-one {
    margin-top: 20px
}

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

.meet-team-text-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    padding-bottom: 65px;
    max-width: 550px;
    position: relative;
    z-index: 1
}

.meet-team-text-button h2 {
    font-family: 'Teko';
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    color: #fff
}

.meet-team-text-button p {
    color: #fff;
    text-align: center
}

a.team-button.btn-style-one {
    margin-top: 20px
}

.process-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: relative;
    width: 90%;
    max-width: 550px;
    top: -84px;
    z-index: 3
}

.process-list-container h2 {
    font-family: 'Teko';
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    color: #101010
}

ol.work-process-list {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.work-process-list li {
    padding: 5px 10px;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 15px;
    width: 100%;
    text-align: left
}

.team-container {
    background: #f52e46;
    display: flex;
    border-radius: 15px;
    min-height: 250px;
    max-width: 600px;
    width: 100%;
    position: relative;
    top: -50px;
    z-index: 2
}

.team-container img {
    border-radius: 15px;
    object-fit: cover
}

div#blog-section {
    background: #101010
}

div#home-blog-posts {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#home-blog-posts .et_pb_column {
    display: flex
}

#home-blog-posts .et_pb_post {
    background: #ffab17;
    border-radius: 15px;
    padding: 40px 20px;
    border: none!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 425px!important
}

#home-blog-posts h3.entry-title {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #101010;
    text-align: center
}

#home-blog-posts .post-meta,#home-blog-posts .post-meta a,#home-blog-posts .post-content p {
    color: #101010!important;
    text-align: center
}

h2.blog-section-title {
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

.footer-widget li:before {
    border-color: none
}

body:not(.home) h1.entry-title.main_title {
    font-size: 42px;
    text-align: center;
    line-height: 1
}

.FAQ-first-row-container,.FAQ-second-row-container,.FAQ-third-row-container,.FAQ-fourth-row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.FAQ-first-row-container h2,.FAQ-second-row-container h2,.FAQ-third-row-container h2,.FAQ-fourth-row-container h2 {
    font-size: 32px;
    text-align: center
}

.FAQ-first-row-container p,.FAQ-second-row-container p,.FAQ-third-row-container p,.FAQ-fourth-row-container p {
    text-align: center
}

.FAQ-fourth-row-img-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px
}

.FAQ-fourth-row-img-container img {
    border-radius: 15px
}

.FAQ-fourth-row-content {
    margin-bottom: 30px
}

body:not(.home) div.wpcr3_aggregateRating {
    display: none!important
}

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

.service1-container p {
    text-align: center
}

div#why-trust-us-row {
    background: #101010;
    padding: 40px 20px;
    border-radius: 15px;
    color: #fff
}

h2.testimonials-container-title {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    color: #101010;
    text-align: center
}

.pl-content-container {
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    margin-bottom: 20px
}

img.working-process-img {
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 2
}

.pl-container {
    display: flex;
    flex-direction: column
}

.work-process-list li span {
    font-weight: 600
}

.work-process-list li:hover,.pl-content-container:hover {
    background: #f52e46
}

.pl-content-container:hover p a {
    color: #000
}

.about-us-home-container {
    background: #f52e46;
    padding: 40px 20px;
    border-radius: 15px
}

.about-us-home-container h2 {
    text-align: center;
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #101010
}

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

.about-us-home-container p {
    text-align: center
}

a.areas-btn.btn-style-one {
    margin-top: 30px
}

a.areas-btn.btn-style-one .btn-curve {
    background: #101010;
    color: #fff!important
}

.areas-btn.btn-style-one:hover {
    color: #fff
}

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

.work-process-content {
    color: #fff;
    margin-bottom: 20px
}

.work-process-content h2 {
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0
}

div#meet-the-team-home-section {
    background: #101010;
    padding-bottom: 0
}

.team-section-home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.meet-team-content {
    margin-bottom: 20px;
    padding-bottom: 75px!important;
    padding-top: 60px!important;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    width: 85%;
    max-width: 450px
}

.meet-team-content h2 {
    color: #101010;
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #101010;
    text-align: left
}

.team-img-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -70px
}

.team-img-container img {
    border-radius: 15px;
    width: calc(100% - 40px);
    height: auto;
    max-width: 600px
}

.meet-team-content:before {
    content: '';
    width: 60%;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    font-family: 'Teko';
    font-size: 22px;
    height: 185px;
    background: #f52e46!important;
    border-radius: 15px;
    position: absolute!important;
    z-index: -1;
    top: -125px;
    right: 15px;
    align-items: center;
    justify-content: center
}

div#last-content-row {
    background: #c5b2b5;
    padding: 40px 20px;
    border-radius: 15px;
    bottom: -65px
}

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

.last-content-button {
    margin-top: 30px
}

div#last-content-section {
    padding-top: 0
}

div#contact-form-hero-section {
    position: relative;
    margin-bottom: 50px;
    margin-top: -140px;
    bottom: 100%;
    max-width: 1080px;
    margin: 0 auto;
    height: 90%;
    z-index: 1
}

.cf-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f52e46;
    width: 95%;
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 600px;
    border-radius: 15px;
    position: relative;
    z-index: 9999;
    margin-top: 50px!important;
    margin-bottom: -40px
}

h2.free-estimate-title {
    color: #fff!important;
    font-family: 'Teko';
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: none!important;
    line-height: 1
}

.slider-cf-container {
    display: flex;
    flex-direction: column
}

.services-1-container.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.3s
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

body:not(.home) div#contact-form {
    border-radius: 15px
}

#footer-widgets .footer-widget li a:hover {
    color: #fff!important
}

.srvElementContent a {
    font-weight: 700;
    text-decoration: underline;
    color: #f52e46
}

.pl-content-container p a {
    text-decoration: underline;
    font-weight: 700
}

.nap_cf_success_message {
    color: #101010!important;
    border-color: #101010!important;
    border-radius: 15px;
    margin-bottom: 10px
}

div#badges-row {
    padding-top: 0;
    padding-bottom: 0
}

.services-1-content.serv1-container1 {
    background: #fff;
    border: 1px solid #101010;
    padding: 20px;
    border-radius: 15px
}

.services-1-content.serv1-container2 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-1-content.serv1-container3 {
    padding: 20px;
    border-radius: 15px
}

.services-1-content.serv1-container4 p a {
    color: #f52e46
}

.services-1-content.serv1-container4 {
    background: #101010;
    color: #fff;
    padding: 20px;
    border-radius: 15px
}

.services-1-content.serv1-container4 h2 {
    color: #fff
}

.services-1-content.serv1-container5 {
    background: #fff;
    padding: 20px;
    border-radius: 15px
}

.services-1-content.serv1-container6 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-2-content.srv2-container1 {
    background: #101010;
    color: #fff;
    padding: 20px;
    border-radius: 15px
}

.services-2-content.srv2-container2 {
    padding: 20px;
    border-radius: 15px
}

.services-2-content.srv2-container3 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-2-content.srv2-container5 {
    background: #101010;
    color: #fff;
    padding: 20px;
    border-radius: 15px
}

.services-2-content.srv2-container5 h2 {
    color: #fff
}

.services-2-content.srv2-container6 {
    padding: 20px;
    border-radius: 15px
}

.services-3-content.serv3-container1 {
    color: #fff;
    background: #101010;
    padding: 20px;
    border-radius: 15px
}

.services-3-content.serv3-container4 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-3-content.serv3-container3 {
    color: #fff;
    background: #101010;
    padding: 20px;
    border-radius: 15px
}

.services-3-content.serv3-container3 h2 {
    color: #fff
}

.services-3-content.serv3-container6 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-3-content.serv3-container4 p a {
    color: #101010;
    font-weight: 700;
    text-decoration: underline
}

.services-4-content.serv4-container2 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-4-content.serv4-container4 {
    padding: 20px;
    background: #101010;
    color: #fff;
    border-radius: 15px
}

.services-4-content.serv4-container4 h2 {
    color: #fff
}

.services-4-content.serv4-container5 {
    background: #f52e46;
    padding: 20px;
    border-radius: 15px
}

.services-4-content.serv4-container3 {
    padding: 20px
}

.services-4-content.serv4-container6 {
    padding: 20px
}

.services-4-content.serv4-container4 p a {
    color: #f52e46
}

.about-page-content.abt-content2 {
    background: #101010;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px
}

.about-page-content.abt-content2 h2 {
    color: #fff
}

.about-page-content.abt-content3 {
    padding: 20px
}

.about-page-content.abt-content4 {
    background: #f52e46;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px
}

.about-page-content.abt-content5 {
    background: #101010;
    padding: 20px;
    border-radius: 15px;
    color: #fff
}

.about-page-content.abt-content5 h2 {
    color: #fff
}

.about-page-content.abt-content2 p a {
    color: #f52e46
}

.about-cf-container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bottom-contact-form-container .cf-container {
    margin-top: 30px!important
}

.bottom-contact-form-container {
    display: none
}

@media (min-width: 600px) {
    .contact-form-container {
        margin-top:-20px
    }

    @media (min-width: 980px) {
        .contact-form-container {
            margin-top:40px
        }
    }

    div#header-section {
        margin-bottom: auto
    }

    .cf-container {
        min-height: 380px
    }

    .services-2-container.srv2-main-container1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: space-around;
        align-items: stretch;
        flex-wrap: wrap
    }

    .services-2-content.srv2-container1 {
        width: 40%
    }

    .services-2-content.srv2-container2 {
        width: 58%
    }

    .services-2-container.srv2-main-container2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch
    }

    .services-2-content.srv2-container3 {
        width: 100%
    }

    .services-2-content.srv2-container4 {
        width: 100%
    }

    .services-2-content.srv2-container5 {
        width: 58%
    }

    .services-2-content.srv2-container6 {
        width: 40%
    }

    .services-3-container.serv3-main-container1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .services-3-content.serv3-container1 {
        width: 40%
    }

    .services-3-content.serv3-container2 {
        width: 58%
    }

    .services-3-container.serv3-main-container2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch
    }

    .services-3-content.serv3-container3 {
        width: 100%
    }

    .services-3-content.serv3-container4 {
        width: 100%
    }

    .services-3-content.serv3-container5 {
        width: 58%
    }

    .services-3-content.serv3-container6 {
        width: 40%
    }

    .services-4-container.serv4-main-container1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .services-4-content.serv4-container1 {
        width: 40%;
        border: 1px solid #101010;
        padding: 20px;
        border-radius: 15px
    }

    .services-4-content.serv4-container2 {
        width: 58%
    }

    .abt-page-img-content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }

    .about-page-content.abt-content2 {
        width: 40%;
        margin-bottom: 0
    }

    .about-page-content-image {
        width: 58%
    }

    .about-page-meet-the-team-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .about-page-meet-the-team-content {
        width: 48%
    }

    .about-page-meet-the-team-image {
        width: 50%
    }

    .work-process-content-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }

    .work-process-content {
        width: 77%;
        background: #f52e46;
        padding: 40px 20px;
        border-radius: 15px;
        color: #101010;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        left: -20px
    }

    .work-process-img-container {
        width: 50%;
        position: relative;
        top: 0;
        left: 25%
    }

    .work-process-content p {
        text-align: left;
        color: #fff
    }

    .work-process-content h2 {
        color: #fff
    }

    div#team-process-section {
        min-height: 430px
    }

    .work-process-img-container:before {
        border-radius: 15px;
        width: 145%;
        height: 200px;
        position: absolute;
        top: -40px;
        left: -60%;
        content: '';
        z-index: 0
    }
}

@media (min-width: 981px) {
    body:not(.home) div#main-content {
        padding-top:87px
    }

    .meet-team-text-button {
        width: 100%!important;
        max-width: unset;
        right: unset;
        z-index: 5;
        padding-bottom: 40px
    }

    .team-process-container {
        display: flex;
        flex-direction: column
    }

    .team-container {
        width: 45%;
        right: 0;
        top: unset;
        min-height: 320px
    }

    .process-list-container {
        position: relative;
        left: unset;
        top: unset;
        width: 53%
    }

    body:not(.et_pb_page) #main-content .container {
        padding: 10px 0 10px 0px!important;
    }

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

    .FAQ-second-row-content {
        width: 47%
    }

    .FAQ-second-row-container p {
        text-align: left
    }

    .FAQ-fourth-row-container {
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .FAQ-fourth-row-content {
        margin-bottom: 0;
        width: 50%
    }

    .FAQ-fourth-row-img-container {
        margin-bottom: 0;
        width: 48%
    }

    .FAQ-fourth-row-container p {
        text-align: left
    }

    .FAQ-fourth-row-container h2 {
        text-align: left
    }

    .FAQ-second-row-container h2 {
        text-align: left
    }

    .FAQ-first-row-container p {
        text-align: left
    }

    .FAQ-first-row-container h2 {
        text-align: left
    }

    .FAQ-first-row-container {
        display: flex;
        align-items: flex-start
    }

    .FAQ-third-row-container {
        display: flex;
        align-items: flex-start
    }

    .FAQ-third-row-container p {
        text-align: left
    }

    body:not(.home) h1.entry-title.main_title {
        text-align: left;
        font-size: 50px
    }

    .team-process-content-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start
    }

    .pl-container {
        position: relative
    }

    .last-section-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .last-content {
        width: 63%
    }

    .last-content-button {
        margin-top: 0;
        width: 32%
    }

    .contact-form-container {
        position: relative;
        left: unset!important;
        width: 50%;
        height: 90%!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        z-index: 1
    }

    div#contact-form-hero-section .et_pb_code_inner {
        height: 100%;
        display: flex;
        justify-content: flex-end
    }

    .cf-container {
        width: 90%;
        max-width: 440px;
        position: relative;
        margin: unset;
        margin-top: 0!important
    }

    .slider-cf-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

    div#header-section {
        margin-bottom: 0
    }

    .services-2-container.srv2-main-container1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .services-2-content.srv2-container1 {
        width: 100%
    }

    .services-2-content.srv2-container2 {
        width: 100%
    }

    .services-3-container.serv3-main-container1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .services-3-content.serv3-container1 {
        width: 100%
    }

    .services-3-content.serv3-container2 {
        width: 100%
    }

    .services-4-container.serv4-main-container1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .services-4-content.serv4-container1 {
        width: 100%
    }

    .services-4-content.serv4-container2 {
        width: 100%
    }
}

div#blog-section {
    background: #101010
}

div#home-blog-posts {
    display: flex;
    flex-direction: column;
    justify-content: center
}

#home-blog-posts .et_pb_column {
    display: flex
}

#home-blog-posts .et_pb_post {
    background: #f52e46;
    border-radius: 15px;
    padding: 40px 20px;
    border: none!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 425px!important
}

#home-blog-posts h3.entry-title {
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

#home-blog-posts .post-meta,#home-blog-posts .post-meta a,#home-blog-posts .post-content p {
    color: #fff!important;
    text-align: center
}

h2.blog-section-title {
    position: relative;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

.footer-widget li:before {
    border-color: transparent
}

body:not(.home) div.wpcr3_aggregateRating {
    display: none!important
}

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

.service1-container p {
    text-align: center
}

@media (min-width: 981px) {
    
#services-1-section {
    position: relative
}

#services-1-row {
    position: relative
}

#services-1-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.services-1-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-1-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0
}

.services-1-content h2 {
    padding-bottom: 10px;
    text-align: center
}

.services-1-content p {
    text-align: center
}

.services-2-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-2-main-container>div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#services-2-section {
    position: relative
}

#services-2-row {
    position: relative
}

#services-2-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.services-2-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-2-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0
}

.services-2-content h2 {
    padding-bottom: 10px;
    text-align: center
}

.services-2-content p {
    text-align: center
}

.services-2-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-2-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px
}

.services-3-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-3-main-container>div:first-of-type {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center
}

#services-3-section {
    position: relative
}

#services-3-row {
    position: relative
}

#services-3-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.services-3-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0
}

.services-3-content h2 {
    padding-bottom: 10px;
    text-align: center
}

.services-3-content p {
    text-align: center
}

.services-3-image-1 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-3-image-1 img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px
}

.services-3-image-2 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-3-image-2 img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px
}

.services-4-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-4-main-container>div:first-of-type,.services-4-main-container>div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#services-4-section {
    position: relative
}

#services-4-row {
    position: relative
}

#services-4-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.services-4-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-4-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0
}

.services-4-content h2 {
    padding-bottom: 10px;
    text-align: center
}

.services-4-content p {
    text-align: center
}

.services-4-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.services-4-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px
}

div#text-5 {
    width: 100%!important
}

body:not(.home) .et_pb_module.et_pb_sidebar_0.et_pb_widget_area {
    width: 100%
}

.GalleryPageSwiper2,.GalleryPageSwiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.GalleryPageSwiper2 {
    height: 80%;
    width: 100%;
    padding-bottom: 50px!important
}

.GalleryPageSwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.GalleryPageSwiper .swiper-slide,.GalleryPageSwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: center center / cover transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px
}

.GalleryPageSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.GalleryPageSwiper .swiper-slide-thumb-active {
    opacity: 1
}

.GalleryPageSwiper .swiper-slide img,.GalleryPageSwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.GalleryPageSwiper .swiper-slide img {
    max-width: 600px;
    max-height: 400px
}

.GalleryPageSwiper2 .swiper-slide img {
    max-width: 600px;
    height: 300px
}

.GalleryPageSwiper .swiper-slide img {
    height: 150px
}

.GalleryPageSwiper2 .swiper-button-next {
    right: auto;
    left: calc(50% + 10px);
    top: 34px;
    border: 1px solid #f52e46;
    border-radius: 10px;
    padding: 0;
    position: relative!important;
    width: 40px!important;
    height: 40px!important;
    background: #f52e46
}

.GalleryPageSwiper2 .swiper-button-prev {
    left: calc(50% - 50px);
    top: calc(100% - 35px);
    border: 1px solid #f52e46;
    border-radius: 10px;
    padding: 0;
    background: #f52e46;
    width: 40px!important;
    height: 40px!important
}

.GalleryPageSwiper2 .swiper-button-prev::after,.GalleryPageSwiper2 .swiper-button-next::after {
    color: #fff;
    text-align: center;
    font-size: 20px!important
}

.GalleryPageSwiper2 .swiper-button-next.swiper-button-disabled,.GalleryPageSwiper2 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto
}

.post-page-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.post-page-main-container>div:first-of-type,.post-page-main-container>div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#post-page-section {
    position: relative
}

#post-page-row {
    position: relative
}

#post-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.post-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.post-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 10px 0
}

.post-page-content h2 {
    padding-bottom: 10px;
    text-align: center
}

.post-page-content p {
    text-align: center
}

.post-page-image {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.post-page-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 600px;
    border-radius: 10px
}

#faq-page-row {
    position: relative
}

#faq-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.faq-main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-first-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-first-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-first-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    max-width: 600px
}

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 15px 0
}

.faq-content h2 {
    text-align: center
}

.faq-content p {
    text-align: center
}

.faq-third-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-fourth-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center
}

.faq-fourth-row-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.faq-fourth-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    max-width: 600px
}

body:not(.home)#contact-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

body:not(.home)#contact-form {
    width: 100%;
    background: #000;
    border-radius: 10px
}

body:not(.home)#contact-form .success {
    text-align: center;
    color: #fff;
    margin-bottom: 15px
}

body:not(.home) input#customer_name {
    width: 100%;
    float: left
}

body:not(.home) input#phone-cf {
    width: 100%;
    float: left;
    margin-left: 0
}

body:not(.home) textarea#message {
    margin-bottom: 20px
}

body:not(.home) input#submitter {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: 500ms;
    position: relative;
    z-index: 1;
    height: 39px;
    background: #f52e46;
    color: #fff;
    border-color: #101010;
    padding: 11px 20px;
    display: inline-block;
    line-height: 1;
    width: 210px;
    text-align: center;
    border-radius: 0;
    border-radius: 10px
}

body:not(.home) input#submitter:hover {
    color: #101010;
    background: #fff
}

body:not(.home) input.text,input.title,input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {
    max-width: 100%;
    padding: 7px 5px 7px;
    height: auto;
    display: block;
    width: 100%;
    line-height: 1;
    font-weight: 300;
    color: #000!important;
    background-image: none;
    margin-bottom: 10px!important;
    background: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #f52e46;
    border-radius: 10px
}

body:not(.home)#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: #000000!important
}

body:not(.home)#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 {
    color: #000000!important;
    border-color: #000
}

#contact-page-section input#customer_email {
    margin-left: 0;
    width: 100%
}

#about-page-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.about-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px
}

.about-page-container>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-content h2 {
    text-align: center
}

.about-page-content p {
    text-align: center
}

.about-page-content-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    max-width: 600px
}

.about-page-meet-the-team-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-meet-the-team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-meet-the-team-content h2 {
    text-align: center
}

.about-page-meet-the-team-content p {
    text-align: center;
    padding-bottom: 15px!important
}

.about-page-meet-the-team-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-meet-the-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    max-width: 600px
}

.about-page-mission-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column
}

.about-page-mission-container h2 {
    text-align: center
}

.about-page-mission-container p {
    text-align: center
}

.about-page-certifications-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column
}

.about-page-certifications-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column
}

.about-page-certifications-content h2 {
    text-align: center
}

.about-page-certifications-content p {
    text-align: center;
    padding-bottom: 15px!important
}

.about-page-certifications-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.about-page-certifications-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 600px;
    border-radius: 10px
}

@media (min-width: 981px) {
    body:not(.home) #main-content {
        padding-top:87px
    }

    #services-1-col {
        align-items: flex-start
    }

    .services-1-container {
        align-items: flex-start
    }

    .services-1-content {
        align-items: flex-start
    }

    .services-1-content h2 {
        text-align: left
    }

    .services-1-content p {
        text-align: left;
        padding-bottom: 0
    }

    #services-2-col {
        align-items: flex-start
    }

    .services-2-main-container>div:first-of-type {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .services-2-container {
        align-items: flex-start
    }

    .services-2-container:first-of-type {
        width: 49%
    }

    .services-2-content {
        align-items: flex-start
    }

    .services-2-content h2 {
        text-align: left
    }

    .services-2-content p {
        text-align: left
    }

    .services-2-image {
        width: 49%
    }

    #services-3-col {
        align-items: flex-start
    }

    .services-3-main-container>div:first-of-type {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .services-3-container {
        align-items: flex-start
    }

    .services-3-main-container>div:first-of-type .services-3-container {
        width: 49%
    }

    .services-3-content {
        align-items: flex-start;
        padding: 20px
    }

    .services-3-content h2 {
        text-align: left
    }

    .services-3-content p {
        text-align: left
    }

    .services-3-image-1 {
        width: 49%
    }

    .services-3-image-2 img {
        max-width: none;
        max-height: 350px
    }

    #services-4-col {
        align-items: flex-start
    }

    .services-4-main-container>div:first-of-type,.services-4-main-container>div:last-of-type {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .services-4-container {
        align-items: flex-start
    }

    .services-4-main-container>div:first-of-type .services-4-container,.services-4-main-container>div:last-of-type .services-4-container {
        width: 49%
    }

    .services-4-content {
        align-items: flex-start
    }

    .services-4-content h2 {
        text-align: left
    }

    .services-4-content p {
        text-align: left
    }

    .services-4-image {
        width: 49%
    }

    .services-4-container.services4-image-container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%!important
    }

    .services-4-container.services4-image-container .services-4-image {
        width: 53%;
        min-height: 325px
    }

    .services-4-container.services4-image-container .services-4-content {
        width: 46%
    }

    .services-4-container.services4-image-container .services-4-image img {
        min-height: 325px
    }

    #post-page-col {
        align-items: flex-start
    }

    .post-page-main-container>div:first-of-type,.post-page-main-container>div:last-of-type {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .post-page-container {
        align-items: flex-start
    }

    .post-page-main-container>div:first-of-type .post-page-container,.post-page-main-container>div:last-of-type .post-page-container {
        width: 49%
    }

    .post-page-content {
        align-items: flex-start
    }

    .post-page-content h2 {
        text-align: left
    }

    .post-page-content p {
        text-align: left
    }

    .post-page-image {
        width: 49%
    }

    #faq-page-col {
        align-items: flex-start
    }

    .faq-first-row {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }

    .faq-first-row-img {
        width: 49%
    }

    .faq-container {
        width: 49%;
        align-items: flex-start
    }

    .faq-content {
        align-items: flex-start
    }

    .faq-content h2,.faq-content p {
        text-align: left
    }

    .faq-fourth-row {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }

    .faq-fourth-row .faq-content {
        width: 49%;
        align-items: flex-end
    }

    .faq-fourth-row .faq-content h2,.faq-fourth-row .faq-content p {
        text-align: left
    }

    .faq-fourth-row-img {
        width: 49%
    }

    #about-page-col {
        align-items: flex-start
    }

    .about-page-container {
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between
    }

    .about-page-container>div:first-of-type {
        width: 100%
    }

    .about-page-content-image {
        width: 58%
    }

    .about-page-content {
        align-items: flex-start
    }

    .about-page-content h2 {
        text-align: left
    }

    .about-page-content p {
        text-align: left;
        padding-bottom: 15px!important
    }

    .about-page-meet-the-team-container {
        flex-direction: row-reverse;
        align-items: stretch;
        justify-content: space-between
    }

    .about-page-meet-the-team-content {
        width: 49%;
        align-items: flex-start
    }

    .about-page-meet-the-team-content h2,.about-page-meet-the-team-content p {
        text-align: left
    }

    .about-page-meet-the-team-image {
        width: 49%
    }

    .about-page-mission-container {
        align-items: flex-start
    }

    .about-page-mission-container h2,.about-page-mission-container p {
        text-align: left
    }

    .about-page-certifications-container {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between
    }

    .about-page-certifications-content {
        align-items: flex-start;
        width: 49%
    }

    .about-page-certifications-content h2,.about-page-certifications-content p {
        text-align: left
    }

    .about-page-certifications-image {
        width: 49%
    }

    .meet-team-content {
        max-width: unset;
        width: 70%;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .meet-team-content:before {
        width: 50%;
        top: -110px;
        font-size: 27px
    }

    .team-img-container {
        left: 30%;
        top: 73%;
        position: absolute
    }

    div#meet-the-team-home-section {
        min-height: 610px
    }

    .about-cf-container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center
    }

    .bottom-contact-form-container {
        width: 40%;
        display: flex;
        justify-content: flex-end;
        display: none
    }
}

.abt-content-icons {
    background: #f52e46;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px
}

.icon-img {
    width: 70px;
    height: 70px;
    filter: invert(1) brightness(1.5)
}

.icon-text {
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #fff
}
}

ul.sub-menu {
    margin-top: 20px;
    /*margin-left: 60px;*/
}
@media(max-width: 768px) and (min-width: 320px){
	ul.sub-menu {
    margin-top: 0px!important;
}
}