/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
:root {
    --theme-color1: #272f28;
    --theme-color1-rgb:39 47 40;
    --theme-color2: #d2563d;
    --theme-color2-rgb:210 86 61;
    --theme-color3:  #dc964e;
    --theme-color3-rgb:220 150 78;
    --bs-black: #000000;
    --bs-black-rgb: 0, 0, 0;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --transition: all 800ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
    --color-gradient-1: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color1) 100%);
    --color-gradient-2: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
    --content-width: 90% !important;
}
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin; 
        scrollbar-color: var(--theme-color1) #efefef; 
    }
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #efefef; 
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-color1);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--theme-color2);
    border-radius: 10px;
}
::-moz-selection {
    background: var(--theme-color1);
    color: var(--theme-color3);
}
::selection {
    background: var(--theme-color1);
    color: var(--theme-color3);
}
::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::placeholder {
    color: inherit !important;
    opacity: 1;
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    /* word-break: break-word; */
}
div#page-container {
    overflow-y: visible;
    overflow-x: hidden;
}
header #dd-hamburger .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}
#wpadminbar {
    z-index: 9999999 !important;
}
.et_pb_row {
    width: 90%;
}
footer .et_pb_column .et_pb_widget.widget_nav_menu,
footer .et_pb_column .et_pb_widget_area {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-right: 0;
    padding-right: 0;
}
.wpcf7-spinner {
    position: absolute;
}
.wpa-test-msg {
    display: block;
    width: 100%;
    float: left;
}
.contact-form-sec form .et_pb_column {
    margin-bottom: 15px !important;
}
.equal-img, .equal-img * {
    height: 100%;
    display: flex;
    object-fit: cover;
}
.aspect-ratio-1 img {
    aspect-ratio: 1;
    object-fit: cover;
}
p:empty {
    padding-bottom: 0;
}
.grecaptcha-badge {
    margin-bottom: 100px!important;
     z-index:10;
}
/* --list-style-- */
.list-style {
    & ul {
        padding: 0;
        display: grid;
        gap: 6px;
        line-height: inherit;
        margin-top: 10px;
        & li {
            list-style: none;
            position: relative;
            padding-left: 22px;
            left: 0;
            &:before {
                content: "\f0a3";
                font-family: var(--font-awesome-free);
                font-weight: 900;
                margin-right: 0;
                color: var(--theme-color1);
                position: absolute;
                left: 0;
            }
        }
    }
}
/* --list-style-close-- */
/* --main-title-- */
.main-title {
    & h5 {
        display: inline-flex;
        position: relative;
        margin-bottom: 10px;
        background: var(--theme-color1);
        padding: 7px 20px;
        border-radius: 50px;
        color: var(--bs-white);
        font-family: 'Poppins';
        &:before{
            position: absolute;
            content: "";
            padding: 15px 15px;
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-image: url(/wp-content/uploads/2025/08/leaf.png);
            display: block;
            margin: 0 auto 0px;
            background-position: center;
            top: -27px;
            z-index: -1;
            right: 0;
        }
    }
    & h2 {     
    }
    &.et_pb_bg_layout_dark {
        & h5 {
			background:var(--bs-white);
			color:var(--bs-black) !important;
            &:before {
                filter: brightness(0) invert(1);
            }
        }
    }
}
/* --main-title-close-- */
/*--back-to-top--*/
span.et_pb_scroll_top.et-pb-icon{
    right: 10px;
    width:60px;
    height:60px;
    background: transparent;
    bottom: 10px;
}
span.et_pb_scroll_top.et-pb-icon:before {
    background-image: url(/wp-content/uploads/2025/08/back-to-top-1.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*--back-to-top-close--*/
/*--btn-design--*/
.et_pb_button{
    --padding: 14px 40px;
    --border-radius: 100px;
    --text-transform: uppercase;
    position: relative !important;
    padding: var(--padding) !important;
    z-index: 2;
    color: var(--bs-white) !important;
    font-size: clamp(0.875rem, 0.8092rem + 0.2105vw, 1rem) !important;
    text-transform: var(--text-transform);
    border: none !important;
    overflow: hidden;
    background-color: var(--theme-color1) !important;
    border-radius: var(--border-radius) !important;
    display: inline-flex !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    background-size: contain;
    background-repeat: repeat;
    &:before, &:after {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all 520ms ease;
    border-radius: 50px;
	opacity:1 !important;
	display:block !important;
	margin:0px !important;
    }
    &:after {
    background-color: var(--theme-color2);
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
    z-index: -1;
    }
    &:hover {
        &:after {
            transition: all .3s;
		    transform: rotate(0);
        }
    }
    &.sub_btn {
        padding: 0 !important;
        text-align: center;
        display: inline-block;
        float: left;
        & .wpcf7-submit {
            padding: var(--padding) !important;
            background: transparent !important;
            font-size: inherit;
            color: inherit !important;
            border: inherit;
            cursor: pointer;
            z-index: 99;
            position: relative;
            font-weight: inherit;
        }
    }
    &.et_pb_bg_layout_dark {
        background-color: var(--theme-color2) !important;
        &:after {
            background-color: rgba(var(--bs-white-rgb), 0.2);
        }
    }
}
/*******  | HEADER CODE |  *******/
.et_pb_sticky.et_pb_sticky--top span.et_pb_image_wrap img{
    height:80px;
}
.main-header span.et_pb_image_wrap img{
    transition:.5s;
}
header .et_pb_menu__wrap {
		width:100%;
	}
/*******  | HOMEPAGE CODE |  *******/
/* Home Slider Css Start */
.home-slider-sec .et_pb_slide_description {
    position: relative;
    text-shadow: none !important;
    display: flex;
    z-index: 1;
    padding: 5% 0;
    flex-direction: column;
    justify-content: stretch;
    text-align: center;
    max-width: 70%;
    width: 100%;
    animation: none !important;
    margin: auto;
}
.home-slider-sec .et_pb_slides .et_pb_slider_container_inner{
vertical-align:bottom;
}
.home-slider-sec .et_parallax_bg {
-webkit-animation: dct_kenburn_41 5s ease-in-out both;
animation: dct_kenburn_41 5s ease-in-out both;
}
@-webkit-keyframes dct_kenburn_41 {
0% {
-webkit-transform: scale(1.2) translate(0, 0);
transform: scale(1.2) translate(0, 0);
-webkit-transform-origin: 90% 90%;
transform-origin: 90% 90%
}
 
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
 
}
@keyframes dct_kenburn_41 {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
 
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
 
}
.home-slider-sec .et_pb_slide_overlay_container:before {
    position: absolute;
    content: '';
    width: 512px;
    height: 500px;
    background-image: url(/wp-content/uploads/2025/08/slider-tree-img.png);
    background-size: 100%;
    bottom: 0px;
    left: -110px;
    right: 0;
    background-repeat: no-repeat;
}
@keyframes left-to-right{
   0% {
    background-position: -1920px 100%;
}
100% {
    background-position: 0 100%;
}
}
.home-slider-sec .et-pb-controllers {
    position:absolute;
    text-align:center;
    margin:auto;
    bottom:0%;
    left:auto !important;
    width:fit-content;
    height:fit-content;
    right:2%;
    display:flex;
    flex-direction:column;
    gap:15px;
    top:0;
}
.home-slider-sec .et-pb-controllers a{
    width:20px;
    height:20px;
    border-radius:50%;
    background:var(--bs-white);
    opacity:1;
}
.home-slider-sec a.et-pb-active-control {
    background:var(--theme-color2) !important;
    outline:1px solid var(--theme-color2);
	outline-offset:3px;
}
 .home-slider-sec h2.et_pb_slide_title span{
    color:var(--theme-color2);
}
/* Home Slider Css Close */
/* About Us Sec Css Start */
.home-about-sec .et_pb_module.et_pb_image img {
    object-fit: cover;
}
.home-about-sec .et_pb_module.et_pb_text.about-exp:before {
    position: absolute;
    content: '';
    width: 49px;
    height: 23px;
    background: var(--theme-color2);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: 0;
    left: 0px;
    transform: translateX(-100%);
    z-index: 9;
}
.home-about-sec .et_pb_module.et_pb_text.about-exp{
    overflow:visible !important;
}
.home-about-sec .image1 span.et_pb_image_wrap:before{
    position: absolute;
    top: 0;
    left: -95%;
    z-index: 1;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    transform: skewX(-25deg);
}
.home-about-sec .image1 span.et_pb_image_wrap:hover:before {
    animation: shine .75s;
}
@keyframes shine {
    to {
        left: 125%
    }
}
/* About Sec Css Close */
/* Services Sec Css Start */
.home-service-sec .et_pb_column .et_pb_module.et_pb_image{
    position:relative;
}
.home-service-sec .et_pb_column .et_pb_module.et_pb_image:before{
    content: "";
    height: 100%;
    width: 101%;
    background-image: url(/wp-content/uploads/2025/07/image-45.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size:100% 100%;
    z-index: 1;
}
.home-service-sec .et_pb_column .et_pb_module.et_pb_image img{
    height:380px;
    object-fit:cover;
	transition:.5s;
}
.home-service-sec .et_pb_column .et_pb_main_blurb_image {
    background: var(--theme-color2);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 2;
    border-radius: 50%;
}
.home-service-sec .et_pb_column .et_pb_main_blurb_image img {
    filter: brightness(0) invert(1);
}
.home-service-sec .et_pb_column:hover .et_pb_image span.et_pb_image_wrap img {
    transform: scale(1.2);
}
.home-service-sec .et_pb_column .et_pb_image span.et_pb_image_wrap {
    overflow: hidden;
}
.home-service-sec .et_pb_column:hover .et_pb_main_blurb_image {
    background:var(--theme-color1);
}
.home-service-sec .et_pb_column .et_pb_main_blurb_image{
    transition:.5s;
}
/* Services Sec Css Close */
/* Key Selling Points Css Start */
.key-selling-points .et_pb_main_blurb_image span{
    width:80px;
    height:80px;
    background-image:url(/wp-content/uploads/2025/07/keyskil-img-patren.png);
    background-size:contain;
    display:flex !important;
    align-items:center;
    justify-content:center;
    background-repeat:no-repeat;
}
.key-selling-points .et_pb_main_blurb_image span img{
    filter:brightness(0) invert(1);
    width:40px;
    object-fit:contain;
}
.key-selling-col2 .et_pb_blurb_content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
}
.key-selling-col2 .et_pb_main_blurb_image {
    max-width: 100px;
    width: 100px;
	margin:0px;
}
/* Key Selling POints Css Close */
/* Home Testimonial Sec Css Start */
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-free {
    border: 1px solid #0000002e !important;
    border-radius: 20px !important;
    padding: 40px 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.home-testimonial-sec h4.sp-testimonial-client-name {
    font-size: 20px !important;
    margin-top: 20px;
}
.home-testimonial-sec .et_pb_module.et_pb_image span.et_pb_image_wrap img {
    object-fit: cover;
}
.home-testimonial-sec .testimonial-nav-arrow {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    bottom: 0px;
    right: 0px !important;
    left: auto !important;
    margin: 0 !important;
    text-align: right !important;
}
.home-testimonial-sec .sp-testimonial-free-section {
    margin: 0px !important;
}
.home-testimonial-sec .testimonial-nav-arrow {
    opacity: 1;
    right: 8px;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    border-radius: 0;
    color: var(--bs-white);
    font-size: 34px;
    background: var(--theme-color1) !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    margin:4px !important;
}
.home-testimonial-sec .testimonial-nav-arrow:before{
    content: '' !important;
    background: url(/wp-content/uploads/2025/08/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    z-index: 999;
}
.home-testimonial-sec .swiper-button-prev:before{
    background: url(/wp-content/uploads/2025/08/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-testimonial-sec .testimonial-nav-arrow i:before{
    display:none !important
}
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-client-testimonial {
    order: -1;
    margin: 0;
}
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-free .sp-testimonial-client-rating {
    order: -2;
}
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-content p {
    height: 70px;
    overflow: auto;
    margin-bottom: 0px !important;
    text-align: left;
    padding: 0px;
    margin: 10px 0px;
}
.home-testimonial-sec .sp-testimonial-title h3 {
    font-size: 24px !important;
    color: var(--theme-color2) !important;
}
/* Home Testimonial Sec Css Close */
/* Home accredition Sec Css Start */
.home-logo-sec .gs_logo_single {
    border: 1px solid #00000036;
    background: var(--bs-white);
	overflow:hidden;
}
.home-logo-sec .gs_logo_single img {
    height:100px;
    width:100%;
    object-fit:contain;
	transition:.5s;
}
.home-logo-sec .gs_logo_single:hover img {
    transform: scale(1.1);
}
.home-logo-sec .gs_logo_single--wrapper.swiper-slide {
    height: auto !important;
}
.home-logo-sec .swiper-button-prev, .home-logo-sec .swiper-button-next {
    color: var(--bs-white);
    background: var(--theme-color1) !important;
    width: 55px !important;
    height: 55px !important;
}
.home-logo-sec .swiper-button-prev:before, .home-logo-sec .swiper-button-next:before{
    content: '' !important;
    background: url(/wp-content/uploads/2025/08/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    z-index: 999;
}
.home-logo-sec .swiper-button-prev:before{
    background: url(/wp-content/uploads/2025/08/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-logo-sec .swiper-button-prev:hover, .home-logo-sec .swiper-button-next:hover {
    background: var(--theme-color2) !important;
}
.home-logo-sec .swiper-button-prev {
    left: -28px;
}
.home-logo-sec .swiper-button-next {
    right: -28px;
}
/* Home Accredition Sec Css Close */
/*******  | INNERPAGE CODE |  *******/
/* Services Page Css Start */
.service-gallery-sec .wpcp-single-item a.wcp-light-box img {
    height: 420px;
    object-fit: cover;
}
.service-gallery-sec .wpcp-single-item {
    border: 2px solid var(--theme-color2) !important;
    border-radius: 5px;
}
.service-gallery-sec .swiper-button-prev, .service-gallery-sec .swiper-button-next {
    font-size:40px !important;
}
.before-after-slider ss3-force-full-width {
    width: 100% !important;
}
.before-after-slider .img.skip-lazy {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.before-after-slider .bafg-twentytwenty-container{
    height: 600px !important;
    display: flex;
}
.before-after-slider .skip-lazy {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.before-after-slider .nextend-arrow {
    background: var(--theme-color1);
    margin: 0 40px;
    border-radius: 60px;
    padding: 5px;
}
.before-after-slider .et_pb_slide_description {
    padding: 0px !important;
    background: #ffffff !important;
    animation: none !important;
}
.before-after-slider .et_pb_container {
    height: auto !important;
}
.before-after-slider .et_pb_slide {
    padding: 0px !important;
}
.before-after-slider .twentytwenty-before-label, .before-after-slider .twentytwenty-after-label {
    display: none;
}
.before-after-slider .twentytwenty-before-label, .before-after-slider .twentytwenty-after-label {
    display: none;
}
.before-after-slider .et-pb-slider-arrows a {
    background: var(--theme-color2);
    border-radius: 50%;
    opacity: 1 !important;
}
.before-after-slider .et-pb-slider-arrows a.et-pb-arrow-next {
    right: 0px !important;
}
.before-after-slider .et-pb-slider-arrows a.et-pb-arrow-prev {
    left: 0px !important;
}
.before-after-slider .et-pb-controllers {
    display: none;
}
.before-after-slider .twentytwenty-container img {
/*     clip: auto !important; */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
/* Services Page Css Close */
.inner-banner h1 {
    padding-bottom: 0px;
}
/* Contact Page Css Start */
.contact-form-info .wpcf7-form .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-submit, .wpcf7-recaptcha) {
    width: 100% !important;
    padding: clamp(0.625rem, 0.4605rem + 0.5263vw, 0.9375rem);
    background-color: var(--bs-white);
    border: 1px solid #dfe5e8;
    border-radius: 0;
    margin-bottom: 10px;
    max-height: clamp(7.5rem, 6.5132rem + 3.1579vw, 9.375rem);
    font-size: 15px;
    font-weight: 500;
    height: auto !important;
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
}
.contact-form-info .dscf7-captcha-container {
    width: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 0px;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 10px 0px !important;
    color: var(--bs-black) !important;
}
/* Contact Page Css Close */
/*******  | FOOTER CODE |  *******/
.main-footer .et_pb_gallery_items img {
    padding: 5%;
    border: 1px solid var(--bs-white);
    object-fit: cover;
    aspect-ratio: 1.3;
    width: 100%;
}
.main-footer .et_pb_gallery_items {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}
.main-footer .et_pb_gallery_grid .et_pb_gallery_item {
    display: block !important;
    margin-bottom: 0px !important;
    width: 100%;
}
footer .et_pb_widget_area ul li a{
    display:block;
    position:relative;
    padding-left:20px;
}
footer .et_pb_widget_area ul li a:before{
    position:absolute;
    content:'\f101';
    font-family:fontawesome;
    left:0;
    top:0;
    font-size:15px;
}
footer .et_pb_widget_area ul li{
    list-style:none;
}
.top-footer:before {
    content: '';
    width: 300px;
    height: 100px;
    background: url(/wp-content/uploads/2025/07/footer-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    position: absolute;
    top: -57px;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
   z-index:2;
}
.main-footer .et_pb_blurb_content {
    display: flex !important;
    align-items: center;
}
.main-footer .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0px;
    width:35px;
}
/*******  | MEDIA QUERY CODE |  *******/
@media screen and (min-width:981px) and (max-width:1500px){
.home-slider-sec .et_pb_slide_overlay_container:before {
    width: 362px;
    height: 350px;
}
.main-footer .et_pb_column:first-child {
    padding-left: 0px;
}
}
@media screen and (width >= 981px) {
    .row-reverse {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .row-reverse .et_pb_column {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .row-reverse .et_pb_column.et-last-child {
        margin-left: 0 !important;
    }
}
@media screen and (max-width:980px){
.et_pb_sticky.et_pb_sticky--top span.et_pb_image_wrap img {
    height: 60px;
}
.home-about-sec .et_pb_module.et_pb_image span.et_pb_image_wrap img, .home-about-sec .et_pb_module.et_pb_image span.et_pb_image_wrap {
    width: 100%;
}
.home-slider-sec .et_pb_slide_overlay_container:before {
    width: 219px;
    height: 210px;
    left: -50px;
}
.home-slider-sec .et_pb_slide_description {
    padding: 35% 0;
    max-width: 80%;
}
.home-service-sec .et_pb_column .et_pb_module.et_pb_image img {
    height: 450px;
}
.key-selling-col2 .et_pb_blurb_content {
    flex-direction: row;
    gap: 10px;
}
.home-slider-sec .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: middle;
}
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-content p {
    height: 80px;
}
}
@media screen and (max-width:767px){
.main-title {
    & h5 {
        padding: 6px 16px;
        font-size: 14px !important;
		font-weight:500 !important;
        &:before{
            padding: 10px 10px;
            top: -18px;
        }
    }
}
.contact-form-info .et_pb_column {
    margin-bottom: 0px;
}
.top-footer:before {
    height: 50px;
    top: -40px;
}
.home-slider-sec .et_pb_slide_description {
    padding: 57% 0;
    width: 100% !important;
    max-width: 100%;
}
.key-selling-col2 .et_pb_blurb_content {
    flex-direction: column;
}
.home-logo-sec .gs_logo_single img {
    height: 60px;
}
.home-service-sec .et_pb_column .et_pb_module.et_pb_image img {
    height: 400px;
}
.home-testimonial-sec .sp-testimonial-free-wrapper .sp-testimonial-content p {
    height: 130px;
}
.before-after-slider .bafg-twentytwenty-container {
    height: 420px !important;
}
.home-slider-sec .et-pb-controllers a {
    width: 10px;
    height: 10px;
}
}