/*
Theme Name: Genesis Block Theme Child
Template: genesis-block-theme
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
Text Domain: genesis-block-theme-child
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/

body{
	margin:0px;
}

.site-container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1280px;
}
.no-search{
    margin: 40px 0px !important;
}
.post-content{
    margin-bottom: 60px;
    margin-top: 60px;
}
header .hfe-search-icon-toggle{
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9;
}
header .hfe-search-icon-toggle input{
    font-family: "Lexend", Sans-serif !important;
    font-size: 16px;
    color: #232323;
    padding:20px 50px 20px 20px !important;
}
header .hfe-search-icon-toggle i.fa-search{
    background: url(images/search.svg);
    background-repeat: no-repeat;
    padding: 0px;
    width: 24px !important;
    height: 24px;
    background-size: contain;
}

header .hfe-search-icon-toggle i:before{
    display: none;
}

.home-location select{
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #FFF;
    width: 300px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;

}
  
.custom-select {
    width: 100%;
    appearance: none;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.50);
    padding: 13.5px 20px 13.5px 54px;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Lexend", Sans-serif !important;
    position: relative;
    cursor: pointer;
    color: #232323;
}

.custom-select-wrapper::before {
    content:""; 
    background: url(images/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    z-index: 1;
    width: 24px;
    height: 24px;
}

.custom-select-wrapper::after {
    content: ""; 
    background: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    width: 22px;
    height: 22px;
}

select:focus-visible {
    outline: none;
}

.header-menu .sub-menu{
    /* padding: 9px 16px !important; */
    min-width: 300px !important;
    width: auto !important;
    max-width: auto !important;
}
/* .header-menu .sub-menu li{
    padding: 0px 16px;
} */
.header-menu .sub-menu li a{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 16px 16px !important;
    border-bottom: 1px solid #EFEFEF !important;

}
.header-menu .sub-menu li:last-child a{
    border-bottom: 0px !important;
}
.header-menu .sub-menu li a,.header-menu .sub-menu li a:hover{
    padding: 16px 16px !important;
    text-align: left;
    margin: 0px !important;
    border: 0px;
}

/* .header-menu .sub-menu li a::after{
    content: "";
    background: url(images/right-arrow.svg); 
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
    transition: .4s;
    flex-shrink: 0;
}
.header-menu .sub-menu li a:hover::after{
    background: url(images/right-arrow-yellow.svg); 
} */
header .sub-arrow svg{
    height: 14px !important;
    width: 14px !important;
}
header .elementor-nav-menu .sub-arrow{
    padding: 0px 0px 0px 6px;

}

p{
    margin: 0px;
}
.elementor-button{
	position:relative;
	overflow: hidden;
}

.elementor-button::before{
    content: "";
    width: 24px;
    height: 24px;
    background: #C48400;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 100%;
	left: calc(50% - 12px);
}

	
.elementor-button:hover:before {
	transform: scale(24);
}
.elementor-button-wrapper .elementor-button-content-wrapper{
	position:relative;
	z-index:9;
	transition: all 0.5s ease-in-out;
}
.btn-yellow .elementor-button{
	background: #C48400;
}
.btn-yellow .elementor-button::before{
	background:#fff;
}
.btn-yellow .elementor-button:hover .elementor-button-content-wrapper
{
	    color: #232323;
}

header.sticky{
    position: fixed !important;
    top: -60px !important;
    animation: goDown 0.8s ease-in-out forwards;
    top: 0px;
    left: 0px;
    right: 0px;
}
header.sticky .header-top{
    display: none;
}
@keyframes goDown {
    0% {
        transform: translateY(-60px);
    }
    100% {
      transform: translateY(60px);
    }
  }
/*------ Newsletter Form -----*/

.gfield.label-custom{
    position: relative;
}

.gfield.label-custom label {
    color: #5A5A5A !important;
    margin: 0;
    position: absolute;
    top: 11px;
    left: 14px;
    margin-bottom: 0px !important;
    transition: 0.1s;
    font-size: 14px !important;
    line-height: 8px !important;
    bottom: 0px;
}
.gfield.label-custom.isvalue label{
    opacity: 0;
}
.gform_required_legend{
	display:none;
}
.gform_title{
	display:none;
}

.gform-footer input{
    border-radius: 50px !important;
    background-color: #4B0001 !important;
    display: inline-block !important;
    border: 0px;
    padding: 14px 52px !important;
    position: relative;
    overflow: hidden;
    font-size: 16px !important;
    line-height: normal !important;

}
.gform-footer input:hover{
    background: #C48400 !important;
}

.gform-footer input:focus{
    outline: none !important;
    border: 0px !important;
}	
.gform-footer:hover:before {
	transform: scale(13);
}

.newsletter-form .gform_footer{
	margin-top:20px
}


body .gform_wrapper .gfield_label{
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 7px;
}
body .gform_wrapper input:not(.gform-footer input), body .gform_wrapper select, body .gform_wrapper textarea {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 5px ;
    color: #232323;
    font-family: "Lexend", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    padding: 12px 45px 12px 14px;
    width: 100%;
    box-shadow: none ;
    height: auto;
}


.newsletter-form .ginput_container_email input{
	border: 1px solid #232323 !important;
    border-radius: 45px !important;
    background: transparent !important;
    padding: 10px 16px ; 
    display: block !important;
    height: auto !important;
    font-size: 14px !important;
    line-height: 28px !important;
    font-family: "Lexend", Sans-serif !important;
	position:relative;
}


body .gform_wrapper input::placeholder{
    color: #5A5A5A;
}
body .gform_wrapper input:focus,body .gform_wrapper textarea:focus{
    outline: none;
    border: 1px solid #4B0001 !important;
}
body .gform_wrapper.gravity-theme .gfield_required,.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    color: #DB0000 !important;
    font-family: "Lexend", Sans-serif !important;
    font-size: 16px;
    font-style: normal !important;
}

body .gfield_html {
    color: #232323;
    font-size: 14px;
    line-height: 22px;
}
body .gfield_html a{
    color: #232323;
    text-decoration: underline;
}
body .gfield_html a:hover{
    color: #C48400;
}
body .gform-theme--foundation .gform_fields {
    grid-column-gap: 12px;
    grid-row-gap: 20px !important;
}
.privacy-text{
    margin-top: -10px;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    margin-top: 0 !important;
    padding: 35px 0 0 0 !important;
}

body .gform_wrapper input:focus, body .gform_wrapper textarea:focus {
    border: 1px solid #4B0001 !important;
}
body .gform_wrapper.gravity-theme .isfocus .gfield_label,body .gform_wrapper.gravity-theme .isfocus .gfield_required {
    color: var(--main-color);
}
.gfield--type-phone.isvalue  .gfield_label{
    color: var(--main-color) !important;
} 
.gform_wrapper.gravity-theme .gform_validation_errors{
    display: none;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_label .gfield_required,
body .gform_wrapper.gravity-theme .gfield_error label, body .gform_wrapper.gravity-theme .gfield_error legend {
    color: #e43d43;
}
body .gform_wrapper.gravity-theme .gfield_validation_message, body .gform_wrapper.gravity-theme .validation_message{
    background: transparent;
    border: none;
    color: #e43d43;
    font-size: 18px;
    line-height: 24px;
    padding: 0px;
}

body img.gform_ajax_spinner {
    width: 40px;
    padding-left: 10px;
    background: #fff;
    flex-shrink: 0;
}

body select, select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/icon/icon-dropdown-field.svg);
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    outline: none;
    background-size: 20px;
}
.gform_confirmation_message{
    font-size: 16px;
    line-height: 25px !important;
    color: #fff !important;
    text-align: center;
    background-color: #4B0001 !important;
    padding: 17px 30px !important;
    border-radius: 10px !important;
    font-family: "Lexend", Sans-serif !important;
    display: inline-block !important;
    margin-top: 20px;
}
.gform-theme--foundation .gfield textarea.large {
    height: 77px !important;
    resize: none;
    resize: none;
    min-block-size: 0px !important;
}

.gfield-choice-input{
    width: max-content !important;
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label{
    align-items: center;
    color: #5A5A5A;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    max-width: 100% !important;
    font-family: "Lexend", Sans-serif !important;

}
.ginput_container_checkbox .gchoice label:before {
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    flex-shrink: 0;
}
.ginput_container_checkbox .gchoice input:checked+label:after {
    content: "";
    display: flex;
    align-items: center;
    position: absolute;
    background-image: url(images/icon-filter-check.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    width: 20px;
    height: 20px;
}
.ginput_container_checkbox .gchoice input:checked+label:before {
    background-color: #4B0001;
    border-color: transparent;
}
.ginput_container_checkbox .gchoice input:checked+label{
    color: #4B0001 !important;
}
.ginput_container_checkbox .gfield_checkbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 0px !important;
    row-gap: 10px !important;
}
.ginput_container_checkbox .gchoice{
    display: inline-block;
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield-choice-input {
    display: none;
}

.gform-theme--framework .gfield--type-choice .gchoice .gfield-choice-input{
    display: none !important;
}


.gform-theme--framework .gfield--type-choice .gchoice label{
    position: relative;
    margin-left: 0px !important;
    color: #5A5A5A !important;
} 

.ginput_container_checkbox .gchoice:not(:last-child){
    margin-right: 50px;
}
.gform-theme--framework .gform_validation_errors:focus{
    outline: none !important;
}

.zoom-effect {
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  
.zoom-effect img {
    transition: transform 0.3s ease-in-out;
    display: block; 
}

.zoom-effect:hover img {
    transform: scale(1.1); 
}


.why-choose-slider .e-n-carousel{
    padding-top: 10px;
}

.work-slider .e-n-carousel{
    overflow: visible;
    padding-right: 130px;
}

.work-wrap{
    overflow: hidden;
}

.work-slider .swiper-pagination {
    width: 100%;
    display: flex;
}


.work-slider-main{
    position: relative;
}

.dot-wrapper{
    position: relative;
    height: 30px;
}
.dot-wrapper::before{
    content: "";
    position: absolute;
    height: 1.5px;
    background: #000;
    width: 44px;
    display: block;
    bottom: 0px;
    right: -44px;
}
.dot-wrapper::after{
    content: "";
    position: absolute;
    height: 1.5px;
    background: #000;
    width: 100%;
    display: block;
    bottom: 0px;
}
.dot-wrapper .dot{
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.dot-wrapper .dot .line{
    width: 2px;
    height: 30px;
    background: #000;
}


.work-slider .swiper-slide:first-child .dot-wrapper::after{
    width: 50%;
    left: 50%;
}

.work-slider .swiper-slide:last-child .dot-wrapper::after{
    width: 50%;
    right: 50%;
}

.work-slider .swiper-slide:last-child .dot-wrapper::before{
    display: none;
}

.twentytwenty-handle{
    background: #fff;
    border: 0px;
}

.bafg-twentytwenty-container{
    height: 530px !important;
    border-radius: 20px;
}
.bafg-slider-title{
    display: none;
}

.twentytwenty-after-label,.twentytwenty-before-label {
    opacity: 1 !important;
}

.twentytwenty-horizontal .twentytwenty-before-label:before{
    top: auto !important;
    margin-top: 0px !important;
    bottom: 20px !important;
    left: 20px !important;
    font-size: 16px;
    letter-spacing: 0px !important;
    border-radius: 50px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before{
    top: auto !important;
    margin-top: 0px !important;
    bottom: 20px !important;
    right: 20px !important;
    font-size: 16px;
    letter-spacing: 0px !important;
    border-radius: 50px;
}

.before-after-slider .twentytwenty-right-arrow {
    background: url(images/before-arrow-1.svg);
    border: 0px !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -9px !important;
    margin-right: -20px !important;
}

.before-after-slider .twentytwenty-left-arrow {
    background: url(images/before-arrow-2.svg);
    border: 0px !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -9px !important;
    margin-left: -20px !important;
}

.before-after-slider .twentytwenty-handle{
    height: 50px !important;
    width: 50px  !important;
    margin-left: -26px !important;
}

.twentytwenty-overlay:hover,.twentytwenty-overlay{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%) !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 1.1px !important;
}
.twentytwenty-container img{
    height: 100%;
    object-fit: cover;
}
.elementor-widget-n-accordion .e-n-accordion-item{
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.elementor-widget-n-accordion .e-n-accordion-item[open]{
    border: 1px solid #C48400;
}
.banner-cta-bg{
    position: relative;
}
.banner-cta-bg::before{
    content: "";
    width: 55%;
    height:100%;
    display: block;
    background: linear-gradient(270deg, rgba(252, 249, 242, 0.00) -0.58%, rgba(252, 249, 242, 0.50) 19.9%, #FCF9F2 40.39%);
}


.testimonail-slider .elementor-swiper-button-prev{
    width: 80px;
    height: 66px;
    border:2px solid #EFEFEF !important;
    border-bottom: 0px !important;
    background: #fff;
    align-items: center;
    justify-content: center;
    right: 95px !important;
    left: auto !important;
    top: auto !important;
    bottom: 0px !important;
    transform: unset !important;
}
.testimonail-slider .elementor-swiper-button-next{
    width: 80px;
    height: 66px;
    background: #4B0001;
    border:2px solid #4B0001 !important;
    border-bottom: 0px !important;
    align-items: center;
    justify-content: center;
    right: 15px !important;
    left: auto !important;
    top: auto !important;
    bottom: 0px !important;
    transform: unset !important;
}
.testimonail-slider .swiper-slide{
    height: auto;
}
.testimonail-slider .swiper-slide .e-con-inner > .elementor-element{
    height: 100%;
}
/* .testimonail-slider .swiper-slide{
    height: 100% !important;
} */

.testimonail-slider .swiper-slide .testimonial-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
header .btn-yellow .elementor-button-wrapper{
    display: flex;
}
.testimonial-image{
    height: 100%;
}

.commit-form .elementor-widget-image{
    height: 100%;
}

.work-slider .elementor-widget-text-editor .elementor-widget-container{
    overflow: visible;
}

.social-media:hover .social-link .elementor-icon{
    transform: rotate(-90deg);
}

.contact-form .gform_footer .gform_button {
    width: 100% !important;
}
.social-media{
    position: relative;
}
.social-link {
    position: absolute;
    right: 15px;
    left: auto;
    top: 30px;
}
.social-media .elementor-icon-wrapper{
    display: flex;
    align-items: center;
}
.customer-video .elementor-custom-embed-image-overlay {
    display: flex;
    justify-content: flex-end;
}
.customer-video{
    display: flex;
    justify-content: flex-end;
}


/*--- surbhi css --*/

.inner-banner .inner-banner-img{
    height: 100%;
}
.inner-banner .inner-banner-img img{
    object-fit: cover;
}
.service-list .elementor-icon-box-icon{
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 7px 10px rgba(35, 35, 35, 0.05);
    padding: 18px;
    display: flex !important;
    min-width: 72px;
    min-height: 72px;
    justify-content: center;
    align-items: center;
    width: 72px;
}
.service-list .elementor-icon-box-title{
    margin: 16px 0;
}
.call-btn .elementor-icon-list-icon {
    justify-content: center;
    background-color: #fff;
    align-items: center;
    min-width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 15px;
}
.call-btn .elementor-icon-list-icon svg{
    margin-right: 0 !important;
}
.call-btn .elementor-widget-container{
    transform: skewX(22deg);
}
.call-btn .elementor-widget-container .elementor-icon-list-items{
    transform: skewX(-22deg);
}
.list-style ul{
    margin-top: 0;
    padding-left: 25px;
    margin-bottom: 14px;
}
.list-style ul li:not(:last-child){
    margin-bottom: 14px;
}
.elementor-custom-embed-play svg{
    opacity: 1;
}
.video-block .elementor-custom-embed-play{
    line-height: 0;
}
.video-block .elementor-custom-embed-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
    z-index: -1;
}  
.video-block .elementor-custom-embed-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
    z-index: -1;
}
@keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
      opacity: 0;
    }
}
.service-area .elementor-image-box-content a{
    color: #4B0001;
    text-decoration-line: underline;
}
.service-area .elementor-image-box-content a:hover{
    color: #C48400;
}
.floor-resurfacing-list .elementor-icon-list-item {
    padding-left: 10px !important;
}
.work-slider .elementor-widget-html{
    margin-top: auto;
}

.service-map iframe .i4ewOd-pzNkMb-haAclf{
    display: none;
}
.need-help a{
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 600;
}
.need-help a:hover{
    color: #C48400;
}
.work-slider .elementor-widget-image .elementor-widget-container{
    position: relative;
}


.work-slider .elementor-swiper-button-next,
.work-slider .elementor-swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 0px !important;
    background: #4B0001;
    align-items: center;
    justify-content: center;
    position: absolute !important; 
    bottom: 10px; 
    transform: translateX(0) !important; 
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}
.work-slider .elementor-swiper-button-next{
    right: 12px !important;
    top: 0px !important;
    margin-top: 100px;
}
.work-slider .elementor-swiper-button-prev{
    left: -5px !important;
    top: 0px !important;
    margin-top: 100px;
}
.work-slider .elementor-swiper-button-next svg,     .work-slider .elementor-swiper-button-prev svg{
    height: 22px !important;
    width: 22px !important;
    fill: #fff !important;
}
.gfield_required_asterisk{
    font-size: 16px !important;
    color: #DB0000;
}
.review-icon-box .elementor-icon-box-title{
    margin: 0px !important;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    margin-left: -1.8px !important;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button {display : block;color: var(--black); }

.error-box{
    text-align: center;
    margin: 60px 0px;
}
.error-box h1{
    margin: 0px 0px 10px 0px !important;
    line-height: 65px;
}
.error-box p{
    margin-bottom: 20px !important;
}

.error-box a{
    background: #C48400;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.error-box a:hover{
    color: #fff !important;
}
.error-box a::before {
    content: "";
    width: 24px;
    height: 24px;
    background: #4B0001;
    border-radius: 50%;
    position: absolute;
    transition: all 0.5s ease-in-out;
    top: 100%;
    left: calc(50% - 12px);
}
.error-box a:hover:before {
    transform: scale(12);
}
.error-box a span{
    color: #fff !important;
    position: relative;
    z-index: 9;
}
.dialog-lightbox-body{
    overflow: hidden;
}

.meet-video{
    height: 100%;
}
 /* body.menu-open .elementor-nav-menu--dropdown{
    max-height: calc(100vh - 100px) !important;
} */

/*------- Area We Serve Start --------*/
.city-service-icon .elementor-icon-box-title{
    margin: 0px 0px 20px 0px;
}
.key-benifit-section{
    position: relative;
}

.key-benifit-section::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(270deg, rgba(252, 249, 242, 0.00) 14.73%, rgba(252, 249, 242, 0.50) 29.62%, #FCF9F2 65.48%);
}
.area-we-cta-banner .elementor-widget-image{
    height: 100%;
}
.area-we-cta-banner .elementor-widget-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*------- Area We Serve End --------*/

/*------ Find A location Start --------*/
.areate-state-link a{
    transition: all 0.3s ease;
}
.areate-state-link .elementor-button-icon svg{
    width: 12px;
    height: 12px;
}
.areate-state-link .elementor-button-icon{
    transition: all 0.3s ease;
}
.areate-state-link a::before {
    display: none;
}
.areate-state-link a:hover{
   border-color: #C48400 !important;
}

.areate-state-link a:hover .elementor-button-icon{
    transform: rotate(45deg);
}

.location-near-you .elementor-icon-box-title{
    margin: 0px;
}
.apart-main-slider{
    overflow: hidden;
}
.location-apart-slider .swiper{
    overflow: inherit;
    padding-right: 5%;
}

.location-near-you{
    height: 100%;
}

/*------ Find A location End --------*/

/*-------- Responsive Design -------*/
@media screen and (max-width: 1024px) {
    .site-container{
        max-width: 100%;
        width: auto;
    }
    .work-slider .e-n-carousel{
        padding-right: 50px;
    }
}
@media only screen and (max-width: 991px) {

    .service-map iframe{
        height: 500px !important;
    }
    .banner-cta-bg::before {
        width: 75%;
    }

    .call-btn .elementor-widget-container,.call-btn .elementor-widget-container .elementor-icon-list-items{
        transform: unset;
    }
    .call-btn .elementor-widget-container{
        border-radius: 30px;
    }
    .call-btn .elementor-icon-list-icon{
        margin-right: 10px;
        min-width: 40px;
        height: 40px;
    }
    .inner-banner .inner-banner-img,.map-block{
        position: static !important;
    }
    header nav {
        overflow-y: auto;
        height: calc(100vh - 211px);
    }
    .location-apart-slider .swiper{
        padding-right: 10%;
    }
}

@media only screen and (max-width: 767px) {
    header .hfe-search-icon-toggle{
        width: 47px !important;
        height: 47px;
    }
    .custom-select-wrapper{
        max-width: 90%;
    
    }
    .elementor-button{
        width: 100% !important;
    }

    .ginput_container_checkbox .gchoice:not(:last-child) {
        margin-bottom: 10px;
    }
    .service-map iframe {
        height: 400px !important;
    }
    .bafg-twentytwenty-container {
        height: 350px !important;
    }
    .testimonail-slider .elementor-swiper-button-next,.testimonail-slider .elementor-swiper-button-prev{
        width: 80px;
        height: 50px;
        width: 50px;
    }

    .testimonail-slider .elementor-swiper-button-prev{
        right: 65px !important;
    }
    .gform-footer input{
        width: 100% !important;
    }
    .twentytwenty-horizontal .twentytwenty-after-label:before{
        font-size: 15px;
    }
    .twentytwenty-horizontal .twentytwenty-before-label:before{
        font-size: 15px;
    }


    .service-list .elementor-icon-box-icon{
        margin-bottom: 0 !important;
    }
    .video-block .elementor-custom-embed-play:before,
    .video-block .elementor-custom-embed-play:after{
        height: 35px;
        width: 35px;
    }
    .newsletter-form .ginput_container_email input{
        padding: 10px 45px 10px 20px !important;
    }
    .newsletter-form .gform_footer {
        margin-top: 15px !important;
    }

    .work-slider .elementor-swiper-button-next,
    .work-slider .elementor-swiper-button-prev {
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        position: absolute !important; 
        bottom: 10px; 
        transform: translateX(0) !important; 
        margin: 0px;
    }
    .work-slider .elementor-swiper-button-next {
        left: calc(50% - -3px) !important;
        right: auto !important;
        top: 100% !important;
        bottom: 10px !important;
    }

    .work-slider .elementor-swiper-button-prev {
        left: calc(50% - 53px) !important; 
        right: auto !important;
        top: 100% !important;
        bottom: 10px !important;
    }
    .work-slider .elementor-swiper-button-next svg,     .work-slider .elementor-swiper-button-prev svg{
        height: 20px !important;
        width: 20px !important;
        fill: #fff !important;
    }
    .header-menu .sub-menu{
        margin: 0px 15px;
    }
    .header-menu .sub-menu  ul {
        margin: 15px;
    }

    .elementor-nav-menu--dropdown{
        overflow-y: scroll;
        /* height: 100vh; */
    }
    .error-box {
        margin: 40px 0px;
    }
    body .gform_wrapper .gfield_label {
        font-size: 16px;
        line-height: 23px;
    }
    .work-slider .e-n-carousel {
        padding-right: 0px;
    }
    .location-apart-slider .swiper{
        padding-right: 18%;
    }

}
@media only screen and (max-width: 375px) {
    .custom-select-wrapper::before{
        width: 20px;
        height: 20px;
        left: 15px;
    }
    .custom-select-wrapper::after{
        width: 20px;
        height: 20px;
        right: 15px;
    }
    .custom-select{
        padding: 13px 10px 13px 45px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 360px) {

    header .hfe-search-icon-toggle {
        width: 44px !important;
        height: 44px;
    }
    .custom-select-wrapper{
        max-width: 100%;
    
    }
    .customer-video .elementor-custom-embed-image-overlay img {
        height: 50px;
        width: 50px;
    }    
}
@media only screen and (max-width: 320px) {
    .header-menu .sub-menu ul {
        margin: 10px 0px 0px 0px;
        padding: 0px 15px;
    }
}

