/*
Theme Name: Graviton Child
Theme URI: http://demo.bravisthemes.com/graviton
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description:Graviton is a sleek and modern WordPress Theme designed specifically for construction, renovation, factory, engineering, handyman, building, architecture, interior and development-related businesses. The theme features a clean and professional design that is both aesthetically pleasing and easy to navigate. The layout is fully responsive, ensuring that your website will look great on all devices, including desktops, laptops, tablets, and smartphones. Graviton is also highly customizable, allowing you to easily modify the layout, colors, and fonts to match your brand and style.
Version: 1.0.8
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: graviton
Text Domain: graviton-child
Tags:architecture, builder, building, business, company, construction, contractor, corporate, electrician, engineering, handymen, industry, painter, plumber, renovation
*/

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar,
.scroll-block::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar-button,
.scroll-block::-webkit-scrollbar-button {
    background-color: #333;
    height: 0;
}

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar-track,
.scroll-block::-webkit-scrollbar-track {
    background-color: #fff;
    width: 5px;
}

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar-track-piece,
.scroll-block::-webkit-scrollbar-track-piece {
    background-color: rgba(51, 51, 51, 0.1);
}

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar-thumb,
.scroll-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #333;
}

.tabs-text > div.elementor-widget-wrap::-webkit-scrollbar-corner,
.scroll-block::-webkit-scrollbar-corner {
    background-color: #fff;
}

.tabs-text > div.elementor-widget-wrap::-webkit-resizer,
.scroll-block::-webkit-resizer {
    background-color: #333;
}

.hero-slider .mask--content{
    position: relaitve;
}
.mask--content:before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background-color:rgba(0,0,0,0.5);
    z-index: 1;
}

.numbers-3 .pxl-counter--prefix.el-empty{
    font-size: 30px;
    margin-top: 34px;
}

.pxl-video--imagebg{
    position:relative;
}
.pxl-video--imagebg:before{
    content:'';
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background-color:rgba(0,0,0,0.4);
    z-index: 1;
}

.tabs-image{
    height: 500px;
}
.pxl-tabs2 .pxl-tabs--inner .wrap-title {
    min-width: 400px;
    max-width: 400px;
}
.pxl-tabs2.tab-effect-fade .pxl-tabs--content {
    position: relative;
    flex: 1 0 0;
}
#specifications .elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: flex-start;
}
.tabs-text{
    padding: 30px;
    display: block;
}
.tabs-text > div.elementor-widget-wrap{
    max-height: 440px;
    overflow-y: scroll;
    padding: 0 !important;
    justify-content: flex-start !important;
    align-items: normal !important;
    align-content: normal !important;
}
.tabs-text .pxl-item--title{
    margin-bottom:14px !important;
    line-height:normal !important
}
.pxl-tabs--inner .pxl-item--title{
    line-height:normal !important
}

.banner-1 div.pxl-text-editor a{
    color:#fff;
}

#line-launch .pxl-icon-box2{
    border:none
}


#contacts .wrap-ctf2 .wpcf7-form-control-wrap {
    margin: 0;
    flex: 1 0 0;
}

.form-fields {
	position: relative;
	max-width:534px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: 0 auto 0;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.form-field-mb {
	margin-bottom: 50px;
}
.form-field-33 {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.form-field-50 {
	flex: 0 0 calc(50% - 5px);
	max-width: calc(50% - 5px);
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	/*transition: opacity .15s linear;*/
}
body.modal-open {
	/*overflow: hidden;*/
	/**padding-right: 17px;*/
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 800px;
    margin: 1.75rem auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    /* transition: transform .3s ease-out;*/
}
.modal-xl {
	max-width: 1280px;
}
.modal-content {
	position: relative;
    padding: 10px 10px 40px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    overflow: hidden;
    z-index: 1;
}
.modal-xl .modal-content{
    padding: 0;
    display: flex;
    flex-direction: row;
}
.modal-content-form{
	flex:50% 0 0;
	padding:80px 100px;
}
.modal-content-image{
	flex:50% 0 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background: #1E1E1E;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity:0.6;
	z-index: 1049;
}
.modal-content-head{
	position: relative;
    padding: 50px;
    text-align: center;
    height: auto;
    background: #F9F9F9;
}
.modal-bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-heading {
    margin-bottom: 30px;
    position: relative;
    color: #18212D;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
}
/* .modal-description {
	color: var(--text-color);
	font-size: var(--text-size);
	font-weight: 600;
	line-height: 156.25%;
} */
.modal-content-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-content-body .row{
	gap: 20px;
    margin: 0;
}
.modal-content-body .row .input-filled{
	padding:0;
}
.modal-content-body .row .input-filled.col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: calc(50% - 10px);
}
.row .wpcf7-form-control.wpcf7-checkbox label{
	display:flex;
	align-items: center
}
.row .input-filled.col-xl-12.d-flex{
	justify-content: space-between;;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 15px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(close.svg);
	mask-image: url(close.svg);
	background-color: #AEAEAE;
	width: 50px;
    height: 50px;
    top: 0;
    right: 0;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--text-color);
}
.modal-xl .modal-close{
	background-color: #AEAEAE;
}
.modal-xl .modal-close:hover{
	background-color: var(--primary-color);
}
.form-field-button{
    margin-top: 0;
    margin-bottom: 0;
}
.form-line{
	margin-top:10px;
	margin-bottom:0;
	flex:100% 0 0;
	color: #999;
	text-align: left;
	font-size: var(--text-size-sm);
	font-style: normal;
	font-weight: 400;
	line-height:142.857%;
}
.form-line a{
	text-decoration:none;
	color:#505050;
}
.form-line a:hover{
	text-decoration:underline;
}

@media screen and (max-width:1099px){
	.modal-xl .modal-content {
		flex-direction: column;
	}

}

@media screen and (max-width:799px){
	.modal-content-body .row .input-filled.col-xl-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media screen and (max-width:499px){
	.numbers-3 .pxl-counter--prefix.el-empty,
	section.numbers-3 .pxl-counter span.pxl-counter--suffix {
		margin-top: 23px !important;
	}
	.pxl-tabs2 .pxl-tabs--inner .wrap-title > img {
		display:none
	}
	.tabs-text {
		padding: 30px 0;
	}
	.elementor-2197 .elementor-element.elementor-element-a6b1349{
		margin:0;
	}
	.tabs-image {
		height: 370px;
	}
	div.pxl-icon-box2 .pxl-item--title{
		line-height:normal;
	}
	.elementor-16354 .elementor-element.elementor-element-966cd97 > .elementor-element-populated {
		padding: 0 0px 0px 0px;
		height: 500px;
	}
	.elementor-16354 .elementor-element.elementor-element-966cd97 > .elementor-element-populated img{
		height: 500px;
        width: auto;
	}
	form .row .input-filled.col-xl-12.d-flex{
		flex-direction:column;
	}
	
}