/*
Theme Name: rteeti child
Template: rteeti
*/

@font-face {
    font-family: 'BrittanySignatureRegular';
    src: url('fonts/BrittanySignatureRegular.eot');
    src: url('fonts/BrittanySignatureRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BrittanySignatureRegular.woff2') format('woff2'),
        url('fonts/BrittanySignatureRegular.woff') format('woff'),
        url('fonts/BrittanySignatureRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hellix-Regular';
    src: url('fonts/Hellix-Regular.eot');
    src: local('fonts/Hellix Regular'), local('Hellix-Regular'),
        url('fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Regular.woff2') format('woff2'),
        url('fonts/Hellix-Regular.woff') format('woff'),
        url('fonts/Hellix-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Hellix-SemiBold';
    src: url('fonts/Hellix-SemiBold.eot');
    src: local('fonts/Hellix SemiBold'), local('Hellix-SemiBold'),
        url('fonts/Hellix-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-SemiBold.woff2') format('woff2'),
        url('fonts/Hellix-SemiBold.woff') format('woff'),
        url('fonts/Hellix-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Hellix-Light';
    src: url('fonts/Hellix-Light.eot');
    src: local('fonts/Hellix Light'), local('Hellix-Light'),
        url('fonts/Hellix-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Light.woff2') format('woff2'),
        url('fonts/Hellix-Light.woff') format('woff'),
        url('fonts/Hellix-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hellix-Thin';
    src: url('fonts/Hellix-Thin.eot');
    src: local('fonts/Hellix Thin'), local('Hellix-Thin'),
        url('fonts/Hellix-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Thin.woff2') format('woff2'),
        url('fonts/Hellix-Thin.woff') format('woff'),
        url('fonts/Hellix-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Hellix-Bold';
    src: url('fonts/Hellix-Bold.eot');
    src: local('fonts/Hellix Bold'), local('Hellix-Bold'),
        url('fonts/Hellix-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Bold.woff2') format('woff2'),
        url('fonts/Hellix-Bold.woff') format('woff'),
        url('fonts/Hellix-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hellix-ExtraBold';
    src: url('fonts/Hellix-ExtraBold.eot');
    src: local('fonts/Hellix ExtraBold'), local('Hellix-ExtraBold'),
        url('fonts/Hellix-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-ExtraBold.woff2') format('woff2'),
        url('fonts/Hellix-ExtraBold.woff') format('woff'),
        url('fonts/Hellix-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Hellix-Black';
    src: url('fonts/Hellix-Black.eot');
    src: local('fonts/Hellix Black'), local('Hellix-Black'),
        url('fonts/Hellix-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Black.woff2') format('woff2'),
        url('fonts/Hellix-Black.woff') format('woff'),
        url('fonts/Hellix-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}



@font-face {
    font-family: 'Hellix-Medium';
    src: url('fonts/Hellix-Medium.eot');
    src: local('fonts/Hellix Medium'), local('Hellix-Medium'),
        url('fonts/Hellix-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Hellix-Medium.woff2') format('woff2'),
        url('fonts/Hellix-Medium.woff') format('woff'),
        url('fonts/Hellix-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

#site-header{
	position:fixed;
	width:100%;
	z-index:9;
}
#site-content{
	padding-top:120px;
}
#site-content.padding-top{
	padding-top:90px;
}
.header-toggles.hide-no-js{
	display:none;
}
#site-header.fixed-header {
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 100%;
}
header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.header-inner.section-inner{
	max-width:1280px;
	padding:25px 0;
}
.primary-menu li{
	font-family: 'Hellix-Medium';
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing:0;
	margin:0 22px;
}
.primary-menu li:last-child{
	margin-right:0;
}
.primary-menu li a{
	color:#000000 !important;
	text-decoration:none !important;
	letter-spacing:0;
	line-height:60px;
	position:relative;
}
.primary-menu li a::after{
	position:absolute;
	left:0;
	bottom:6px;
	width:100%;
	height:3px; 
	background:#ec8021;
	content:"";
	transform:scale(0);
	transition:all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;

}
.primary-menu li a:hover::after{
	transform:scale(1);
}
.banner .elementor-widget-text-editor .elementor-widget-container{
	font-size: 24px;
	color: #ffffff;
	font-family: 'Hellix-Regular';
	letter-spacing:0;
	line-height: 30px;
}
.banner .elementor-widget-text-editor.sub-heading{
	position:relative;
	padding-left:20px;
	line-height: 18px;
	margin-top:-3px;
	margin:0;
}

.sub-heading::after{
	position:absolute;
	left:0;
	height:100%;
	content:"";
	background:#ec8021;
	width:3px;
	top:0;
}
.banner .elementor-widget-heading h1.elementor-heading-title{
	font-size: 100px;
	line-height: 100px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	letter-spacing:0;
	margin:15px 0 35px 0;
}
.banner .elementor-widget.elementor-widget-button .elementor-button{
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	background:#fff;
	border-radius:0;
	min-width:180px;
	margin-top:45px;
	position:relative;
	z-index:1;
}
.banner .elementor-widget.elementor-widget-button .elementor-button:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ec8021;
    transition: all 0.3s;
    border-radius: 0px;
    z-index: -1;
    border-color: #ec8021;
}
.banner .elementor-widget.elementor-widget-button .elementor-button:hover:before{
	width:100%;
}
.banner .elementor-widget.elementor-widget-button .elementor-button:hover{
	color:#fff;
	background:transparent;
}
.about-main{
	padding:250px 0 150px 0;
}
.custom-style .elementor-widget-heading h5.elementor-heading-title{
	position:relative;
	padding-left:20px;
	margin:0 0 15px 0;
	font-size: 20px;
	line-height: 18px;
	color: #000000;
	font-weight: 300;
	font-family: 'Hellix-Regular';
	letter-spacing:0;
}

.custom-style .elementor-widget-heading h5.elementor-heading-title::after{
	position:absolute;
	left:0;
	height:100%;
	content:"";
	background:#ec8021;
	width:3px;
	top:0;
}


.custom-style .elementor-widget-heading h2.elementor-heading-title {
    font-size: 62px;
    line-height: 67px;
    color: #000000;
    font-weight: bold;
    font-family: 'Hellix-Bold';
    letter-spacing: 0;
    margin: 0;

 
}
.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
	 width: auto;
}
.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title span {
    width: 15px;
    height: 15px;
    background: #ec8021;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    bottom: 0;
}
.custom-style .elementor-widget-text-editor .elementor-widget-container{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	font-family: 'Hellix-Regular';
	letter-spacing:0;
}
.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container {
    width: 550px;
    background: #fff;
    float: right;
    padding: 50px 80px;
    position: absolute;
    right: 0;
    height: calc(100% - 200px);
    bottom: 99px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: flex-end;
}
.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container p{
	margin:0;
}
.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container a.read-more{
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	border:1px solid #000;
	padding:16px 40px;
	display:inline-block;
	margin-top:30px !important;
	overflow:hidden;
	z-index:1;
	position:relative;
	width:200px;
	text-align:center;
}

.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container a.read-more::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    background-color: #ec8021;
    transition: all 0.3s;
    border-radius: 0px;
    z-index: -1;
    border:1px solid #ec8021;
}
.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container a.read-more:hover::before{
	width:100%;
	left:0;
}

.about-main.custom-style .elementor-widget-heading{
	z-index:2;
}
.about-main.custom-style .elementor-widget-text-editor{
	position:initial;
}
.vision-mission{
	padding:230px 0;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-title{
	font-size: 52px;
	line-height: 52px;
	color: #000000;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	letter-spacing:0;
	position:relative;
	margin:0 0 35px 0;
}
.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container a.read-more:hover{
	color:#fff;
	border-color:#ec8021;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-title span {
    width: 15px;
    height: 15px;
    background: #ec8021;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    bottom: 7px;
    margin-left: 10px !important;
    display: inline-block;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-description{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	font-family: 'Hellix-Regular';
}
.vision-mission .elementor-widget-image-box .elementor-image-box-content{
	padding-left:30px;
}
.vision-mission .elementor-widget-image-box .elementor-image-box-img{
    margin-top: 84px !important;
}
.our-product{
	padding:120px 0 150px 0;
}
.our-product.custom-style .elementor-widget-heading h5.elementor-heading-title, .our-product.custom-style .elementor-widget-heading h2.elementor-heading-title{
	color:#fff;
	position:relative;
}
.custom-style .elementor-widget-heading h2.elementor-heading-title span{
    width: 15px;
    height: 15px;
    background: #ec8021;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    bottom: 7px;
    margin-left: 10px !important;
    display: inline-block;
}
.our-product.custom-style .elementor-widget-text-editor .elementor-widget-container {
    color: #fff;
    max-width: 450px;
	margin-top:30px;
}
.our-product .elementor-widget-image img{
	width:90%;
	float:left;
	padding:50px 0;
}
.custom-style .elementor-widget-button .elementor-button{
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	border:1px solid #fff;
	padding:16px 40px;
	display:inline-block;
	background:transparent;
	min-width:200px;
	border-radius:0;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.custom-style .elementor-widget-button .elementor-button:hover {
    color: #fff;
    border-color: #ec8021;
}
.custom-style .elementor-widget-button .elementor-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ec8021;
    transition: all 0.3s;
    border-radius: 0px;
    z-index: -1;
    border-color: #ec8021;
}
.custom-style .elementor-widget-button .elementor-button:hover:before {
    width: 100%;
	left:0 !important;
}

.screen-product.custom-style .elementor-widget-button .elementor-button:before{
	background:#ec8021 !important;
	border:1px solid #ec8021;
	left:-2px;
}
.screen-product.custom-style .elementor-widget-button .elementor-button:hover{
	color:#fff;
	border:1px solid #ec8021;
	
}
.our-product .elementor-element.e-con-full:last-child{
	background:#fff;
}
.our-product .elementor-element.e-con-full:last-child {
    background: #fff;
    width: 550px;
	padding:50px;
}
.our-product .elementor-widget-heading .elementor-heading-title{
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	font-weight: bold;
	font-family: 'Hellix-Bold';
	margin:0;
	letter-spacing:0;
}
.our-product .elementor-element.e-con-full:last-child .elementor-widget-text-editor .elementor-widget-container {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    max-width: 82%;
    margin: 20px 0 40px 0;
}
.our-product .elementor-widget-image-box .elementor-image-box-description{
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	font-family: 'Hellix-Regular';
	line-height:24px;
}
.our-product .elementor-widget-image-box .elementor-image-box-img{
	width:54px !important;
	margin-right:0 !important;
}
.our-product .elementor-widget-image-box .elementor-image-box-content {
	padding-left:20px;
}
.our-product .elementor-widget.elementor-widget-image-box{
	margin-bottom:35px;
}
.screen-product{
	padding:135px 0 170px 0;
}
.screen-product.custom-style .elementor-widget-text-editor .elementor-widget-container{
	margin-bottom:30px;
}
.screen-product.custom-style .elementor-widget-heading h2.elementor-heading-title{
	margin-bottom:30px;
	position:relative;
}
.screen-product.custom-style .elementor-widget-button .elementor-button{
	color:#000;
	border:1px solid #000;
}
.screen-product .e-con-inner .e-con.e-flex .elementor-widget.elementor-widget-image{
    position: absolute;
    width: 830px !important;
    max-width: inherit;
    right: -240px;
    top: 10%;
    height: auto !important;
}

.quote-sec.custom-style .elementor-widget-heading h2.elementor-heading-title span{
	margin-left:-20px;
}
.quote-sec{
	padding:20px 0 150px 0;
}
footer#site-footer{
	border:none;
	background:url(/wp-content/uploads/2023/10/footer-back.jpg) no-repeat;
	background-position:center bottom;
	padding:124px 0 90px 0;
	margin:0 !important;
	background-size:cover;
}
#site-footer .section-inner{
	max-width:1280px;
	display:inherit;
}
#site-footer .footer-row{
	display:inline-block;
	width:100%;
}
.footer-logo{
	width:25%;
	float:left;
}
.footer-logo img{
	width:170px;
}
.footer-mid-row{
	width:25%;
	float:left;
	
}
.footer-location{
	width:25%;
	float:left;
}
.footer-form{
	width:100%;
}
.footer-form h2{
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    font-family: 'Hellix-Regular';
    letter-spacing: 0;
}
.footer-form h2::after{
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: #ec8021;
    width: 3px;
    top: 0;
}
.footer-mid-row ul{
	margin:0;
	width:100%;
}
.footer-mid-row ul li{
	float:left;
	width:100%;
	font-size: 18px;
	line-height: 28px;
	color: #717171;
	font-weight: 300;
	list-style:none;
	font-family: 'Hellix-Regular';
	margin:0 0 5px 0;
	padding-right:45px;
	letter-spacing:0;
}
.footer-mid-row ul li:last-child{
	padding-right:0;
}
.footer-mid-row ul li a{
	color: #717171;
	text-decoration:none !important;
	letter-spacing:0;
}
.footer-mid-row ul li:hover a{
	color:#ec8021;
}
.contact-block{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.contact-block:last-child{
	margin-bottom:0;
}
.contact-block h3{
	font-size: 22px;
	line-height: 28px;
	color: #fff;
	font-weight: 300;
	font-family: 'Hellix-Bold';
	letter-spacing:0;
	margin:0 0 15px 0;
	position:relative;
}
.contact-block p{
	font-size: 16px;
	line-height: 24px;
	color: #717171;
	font-weight: 300;
	font-family: 'Hellix-Regular';
	letter-spacing:0;
	margin:0;
}
.contact-block p a{
	color: #717171;
	text-decoration:none !important;
}
.contact-block:last-child p a{
	color:#ec8021;
}
.footer-form .cont-row input, .footer-form .cont-row textarea{
	background:transparent;
	border:none;
	padding:0 10px;
	color:#fff;
	font-size: 16px;
	line-height: 52px;
	font-weight: 300;
	font-family: 'Hellix-Regular';
	border-bottom:1px solid #6a6a6a;
	resize:none;
}
.footer-form .last-row input[type="submit"]{
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'Hellix-Bold';
    border: 1px solid #6a6a6a;
    padding: 16px 40px;
    display: inline-block;
    background: transparent;
    min-width: 200px;
    border-radius: 0;
	background:transparent !important;
	text-decoration:none !important;
	transition:0.3s;
}
.footer-form .last-row input[type="submit"]:hover{
	background:#fff !important;
	border:1px solid #fff;
	color:#000;
}
#site-footer a:hover{
	color:#ec8021;
}
.inner-banner{
	padding:100px 0;
}
.inner-banner .elementor-widget-heading .elementor-heading-title{
	margin:0;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Hellix-Black';
    letter-spacing: 0;
    margin: 0;
	position:relative;
	padding-left:20px;
}
.inner-banner .elementor-widget-heading .elementor-heading-title::before{
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: #ec8021;
    width: 3px;
    top: 2px;
}
.about-section.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
    height: auto;
    position: relative;
    left: 0;
    width: 100%;
    bottom: inherit;
}
.about-section.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container p{
	margin-bottom:20px;
}
.md-main{
	padding:100px 0;
}
.md-main.custom-style .elementor-widget-heading{
	margin-bottom:30px;
}
.md-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
    font-size: 38px;
    line-height: 40px;
}
.md-main.custom-style .elementor-widget-image img {
    width: 100%;
    border-radius: 0;
    height: 441px;
    object-fit: cover;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    background: #fff;
    padding: 10px;
}
.md-main.custom-style .elementor-widget-heading.md-text{
	margin-top:30px;
}
.md-main.custom-style .elementor-widget-heading.md-text h2.elementor-heading-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
	font-family: 'Hellix-Regular';
}
.md-main.custom-style .elementor-widget-heading.md-text h2.elementor-heading-title strong{
	color:#ec8021;
	font-size:18px;
}
.md-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
	margin-bottom:20px;
}
.contact-main{
	padding:100px 0;
}
.contact-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
}
.contact-main.custom-style .cont-row input {
    float: left;
    width: 100%;
    padding: 17px 16px;
    background: #ffffff;
    border: 1.5px solid #dfdde0;
    box-sizing: border-box;
    border-radius: 0;
    height: 60px;
    font-size: 17px;
    color: #4a505f;
	font-family: 'Hellix-Regular';
}
.contact-main.custom-style .cont-row textarea {
    float: left;
    width: 100%;
    padding: 17px 16px;
    background: #ffffff;
    border: 1.5px solid #dfdde0;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 17px;
    color: #4a505f;
	resize:none;
	font-family: 'Hellix-Regular';
}
.contact-main.custom-style .cont-row{
	margin-bottom:15px;
	float:left;
	width:100%;
}
.contact-main.custom-style .elementor-widget-image-box .elementor-image-box-title{
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ec8021;
	font-family: 'Hellix-Bold';
	font-weight:normal;
	margin:0 0 12px 0;
}
.contact-main.custom-style .elementor-widget-image-box {
	margin-bottom:50px;
}

.contact-main.custom-style .elementor-widget-image-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    margin: 0;
    font-family: 'Hellix-Regular';
}
.contact-main.custom-style .elementor-widget-image-box .elementor-image-box-description a{
	color: #000;
	text-decoration:none;
}

.contact-main.custom-style .last-row input[type="submit"] {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'Hellix-Bold';
    border: 1px solid #000;
    padding: 12px 40px;
    display: inline-block;
    background: #000;
    min-width: 200px;
    border-radius: 0;
    text-decoration: none !important;
    transition: 0.3s;
}
.contact-main.custom-style .last-row input[type="submit"]:hover {
	background: #ec8021;
	color: #fff;
	border: 1px solid #ec8021;
}
.map-main{
	padding-bottom:100px;
}

.map-main .elementor-widget-html{
    box-shadow: 0 0 19px rgba(0,0,0,0.1);
}
.career-row .elementor-widget-text-editor{
	margin-bottom:20px !important;
}
.career-row .elementor-widget-text-editor a{
	color:#ec8021;
}
.cont-row input[type=file] {
	 width: 100%;
	 max-width: 100%;
	 color: #444;
	 padding:12px 20px !important;
	 border-radius: 0;
	 margin-bottom: 0;
	 background:transparent;
	 font-size: 16px;
     color: #4a505f;
	 font-family: 'Hellix-Regular';
	 padding:15px !important;
}

.cont-row input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #000;
	padding: 10px 20px;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
	height: 35px;
	line-height: 12px !important;
	font-size: 17px;
	font-family: 'Hellix-Regular';
	font-size:16px;
}
.cont-row p >span {
    font-size: 12px;
    color: #404143;
    margin: 0;
    font-family: 'Hellix-Regular';
    line-height: 22px;
}
.product-listing{
	padding:100px 0;
}
.product-listing.custom-style .elementor-widget-heading h2.elementor-heading-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    font-family: 'Hellix-Black';
}
.product-listing.custom-style .elementor-widget-image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}
.product-listing.custom-style .elementor-widget-text-editor{
	margin-bottom:20px;
}
.product-listing.custom-style .elementor-widget-button .elementor-button{
	border:1px solid #000;
	color:#000;
	margin-top:30px;
	overflow:hidden;
	z-index:1;
}
.product-listing.custom-style .elementor-widget-button .elementor-button::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #000;
    transition: all 0.3s;
    border-radius: 0px;
    z-index: -1;
    border-color: #000;
}
.product-listing.custom-style .elementor-widget-button .elementor-button:hover::after {
    width: 100%;
}
.product-listing.custom-style .elementor-widget-button .elementor-button:hover{
	color:#fff;
}
.primary-menu li ul.sub-menu{
	background:#fff;
	right:inherit;
	left:0;
	width:250px;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	padding:30px 0;
	visibility:hidden;
	opacity:0;
}
.primary-menu li ul.sub-menu li{
	margin:0 0 10px 0;
	padding:0;
}
.primary-menu li ul.sub-menu li:last-child{
	margin:0 !important;
}
.primary-menu li ul.sub-menu li a{
	padding:0 20px;
	line-height:28px;
	transition:0.3s;
	text-transform:capitalize;
}
.primary-menu li ul.sub-menu li a::after{
	display:none;
}
.primary-menu li ul.sub-menu li a:hover{
	color:#ec8021 !important;
}
.primary-menu ul.sub-menu::after {
    right: inherit;
    left: 10px;
    width: 14px;
    border-bottom-color: #fff !important;
}
.primary-menu li:hover ul.sub-menu{
	visibility:visible;
	opacity:1;
}
.primary-menu .icon{
	color:#ec8021 !important;
}
.our-team{
	padding-top:100px;
}
.our-team:last-child{
	padding-bottom:100px;
}
.our-team.custom-style .elementor-widget-image img {
    width: 100%;
    border-radius: 0;
    height: 441px;
    object-fit: cover;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    background: #fff;
    padding: 10px;
}
.our-team.custom-style .e-con-inner {
    background: #fff !important;
    box-shadow: 0.1em 0.6em 3em rgb(0 0 0 / 10%);
    padding: 50px;
}
.our-team.custom-style .elementor-widget-heading {
	margin-top:30px;
}
.our-team.custom-style .elementor-widget-heading h2.elementor-heading-title{
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    font-family: 'Hellix-Regular';
}
.our-team.custom-style .elementor-widget-heading h2.elementor-heading-title strong{
    color: #ec8021;
		margin:0;
}
.our-team.custom-style .elementor-widget.elementor-widget-text-editor{
	margin-bottom:30px;
}
.our-team.custom-style .elementor-widget-text-editor .elementor-widget-container ul {
    margin: 20px 0 0 0;
}
.our-team.custom-style .elementor-widget-text-editor .elementor-widget-container ul li {
    list-style: none;
    position: relative;
    padding-left: 23px;
    margin: 0 !important;
    margin-bottom: 5px !important;
}
.our-team.custom-style .elementor-widget-text-editor .elementor-widget-container ul li::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ec8021;
    content: "";
    left: 0;
    top: 9px;
    position: absolute;
    margin: 0 !important;
}
table.technical-specification {
	background:#f7f7f7;
	border:1px solid #f7f7f7;
}
.product-head.custom-style .elementor-widget-heading h2.elementor-heading-title{
    font-size: 38px;
    line-height: 44px;
}
table.technical-specification tr th{
	background:#ec8021;
	padding:10px 30px;
	border:none;
	text-align:center;
	line-height: 24px !important;
	font-size: 24px;
	font-family: 'Hellix-Black';
	border-right:10px solid #fff;
	color:#fff;
}
table.technical-specification tr td{
	border:none;
	border-right:10px solid #fff;
	text-align:center;
	line-height: 22px !important;
	font-size: 16px;
	font-family: 'Hellix-Regular';
	padding:20px 30px;
}
table.technical-specification tr td:last-child, table.technical-specification tr th:last-child{
	border-right:0 !important;
}
table.technical-specification.two-row tr td, table.technical-specification.two-row tr th{
	text-align:left;
}
table.technical-specification.two-row tr td:first-child, table.technical-specification.two-row tr th:first-child{
	text-align:center;
}
.padding-top{
	padding-top:100px;
}
.table-main{
	padding-bottom:100px;
}
.product-gallery{
	padding-bottom:100px;
}
.product-gallery .elementor-image-gallery .gallery-item img{
	width:100%;
}
.safety-main{
	padding:100px 0;
	background:#f7f7f7;
}
.safety-main.custom-style .elementor-widget-heading h2.elementor-heading-title{
    font-size: 38px;
    line-height: 44px;
	margin-bottom:30px;
}
.safety-main.custom-style .elementor-widget-text-editor .elementor-widget-container ul{
	margin:0;
	padding:0;
}
.safety-main.custom-style .elementor-widget-text-editor .elementor-widget-container ul li {
    list-style: none;
    position: relative;
    padding-left: 23px;
	width:50%;
    margin: 0 !important;
    margin-bottom: 5px !important;
	margin-top:5px !important;
	float:left;
}
.safety-main.custom-style .elementor-widget-text-editor .elementor-widget-container ul li::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ec8021;
    content: "";
    left: 0;
    top: 9px;
    position: absolute;
    margin: 0 !important;
	padding-right:5px;
}
.mbai-before-after-container.twentytwenty-container{
	width:700px;
	margin:0 auto;
}
.twentytwenty-container img{
	width:100%;
}
.head-two.custom-style .elementor-widget-heading h2.elementor-heading-title {
    font-size: 24px;
    line-height: 24px;
}
.day-night-main .elementor-widget-heading h2.elementor-heading-title {
    font-size: 38px;
    line-height: 44px;
    color: #000000;
    font-weight: bold;
    font-family: 'Hellix-Bold';
    letter-spacing: 0;
    margin: 0;
	max-width:60%;
	margin-bottom:30px;
}
.day-night-main{
	background:#f7f7f7;
	padding:100px 0 0 0;
}
.day-night-img{
	background:#f7f7f7;
	padding-bottom:100px;
}
.day-night-img .elementor-widget-image-box.elementor-position-top .elementor-image-box-img, .day-night-img .elementor-widget-image-box.elementor-position-top .elementor-image-box-img img{
	width:100% !important;
}
.day-night-img .elementor-widget-image-box .elementor-image-box-title{
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    font-family: 'Hellix-Bold';
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 10px;
	text-align:left;
}

.day-night-img .elementor-widget-image img{
	width:100% !important;
}
.day-night-main .elementor-widget-text-editor .elementor-widget-container ul{
	margin:0;
	padding:0;
}
.day-night-main .elementor-widget-text-editor .elementor-widget-container ul li {
    list-style: none;
    position: relative;
    padding-left: 23px;
    margin: 0 !important;
    margin-bottom: 5px !important;
}
.day-night-main .elementor-widget-text-editor .elementor-widget-container ul li::after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ec8021;
    content: "";
    left: 0;
    top: 9px;
    position: absolute;
    margin: 0 !important;
}
.day-night-main .elementor-widget-text-editor{
	margin-bottom:50px !important;
}
.padding0{
	padding:0 !important;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor{
	text-decoration:none;
}

.site-logo img {
	max-height: inherit;
	width: 120px;
	height: auto !important;
}
ul.primary-menu {
	margin: 0.8rem 0 0 -2.5rem;
}
.footer-mid-row h3 {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    font-family: 'Hellix-Bold';
    letter-spacing: 0;
    margin: 0 0 15px 0;
	position:relative;
}
.footer-location.footer-location3 {
    float: right;
    width: auto;
}
.contact-block h3 span {
    width: 10px;
    height: 10px;
    background: #ec8021;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    bottom: 7px;
    margin-left: 10px !important;
   
}


.footer-mid-row h3 span {width: 10px;
    height: 10px;
    background: #ec8021;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    bottom: 7px;
    margin-left: 10px !important;}

ul li {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'Hellix-Regular';
    letter-spacing: 0;
}
table.technical-specification.two-row tr th:first-child {
    background: #000;
}
table.technical-specification.two-row tr th:nth-child(2) {
    background: #000;
}
table.technical-specification.two-row tr td:nth-child(1), table.technical-specification.two-row tr td:nth-child(2) {
    color: #777;
}
table.technical-specification.two-row tr td:nth-child(3) {
    font-size: 18px;
    line-height: 24px !important;
}
table.technical-specification.technical-specification1 tr td {
   padding: 12px 30px;
}
.projects {
    padding: 120px 0 80px 0;
}
.projects_gallery .gallery {
    margin-top: 0;
	margin-bottom:0;
}
.projects_gallery .gallery img {
    height: 250px;
    object-fit: cover;
	width:100%;
}
figure.gallery-item {
    margin-bottom: 15px !important;
}
.signature {
    font-family: 'BrittanySignatureRegular';
    font-size: 30px;
    line-height: 45px;
    margin: 0;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
}
figure.gallery-item img {
    border-radius: 7px;
}
.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1;
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    background: rgba(0, 0, 0, 0.5) !important;
}

.product-listing.custom-style .elementor-widget-button .elementor-button::after{
	background:#ec8021;
	border:1px solid #ec8021;
	left:-2px;
}
.product-listing.custom-style .elementor-widget-button .elementor-button:hover{
	border:1px solid #ec8021;
	left:0;
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a{
	position:relative;
	overflow:hidden;
	float:left;
	border-radius: 7px;
	width:100%;
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 2;
    border-radius: 7px;
	transition:0.3s;
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a img{
	transition:0.3s;
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a:hover img{
	transform:scale(1.1);
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a:hover::after{
	background:rgba(0,0,0,0.5);
}
.primary-menu li.current-menu-item a::after{
    transform: scale(0);
}
.primary-menu li.current-menu-item a {
    color: #ec8021 !important;
}
.primary-menu li.current-menu-parent a::after{
	transform: scale(0);
}
.primary-menu li.current-menu-parent a {
    color: #ec8021 !important;
}
.inner-banner .elementor-widget-heading .elementor-heading-title{
	font-size: 42px;
	line-height: 40px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    padding: 0;
    margin: 0;
	font-family: 'Hellix-Medium';
    font-size: 16px;
    line-height: 28px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	 border: none;
    padding: 0;
    margin: 0;
	font-family: 'Hellix-Medium';
    font-size: 16px;
    line-height: 28px;
}
.thank-you .elementor-widget-text-editor .elementor-widget-container{
	font-family: 'Hellix-Medium';
   font-size: 18px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 0;
}
  img.vert-move {
    -webkit-animation: mover 2.7s infinite  alternate;
    animation: mover 2.7s infinite  alternate;
    width:200px
}
img.vert-move {
    -webkit-animation: mover 2.7s infinite  alternate;
    animation: mover 2.7s infinite  alternate;
}

img.vert-move.two-n{
    -webkit-animation: moverUp 2.7s infinite  alternate;
    animation: moverUp 2.7s infinite  alternate;
}
img.vert-move.two-n{
    -webkit-animation: moverUp 2.7s infinite  alternate;
    animation: moverUp 2.7s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
 }
@-webkit-keyframes moverUp {
    0% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
@keyframes moverUp {
    0% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
} 
.row-product{
    margin: 200px 0 150px 0;
    float: left;
    width: 100%;
}
.animaton-row{
    width: 100%;
    float: left;
    position: relative;
}
.vert-move.one-n {
    width: 37%;
    float: left;
}
.vert-move.three-n{
    width: 37% !important;
    float: right;
}
.vert-move.two-n {
    width: 62%;
    position: absolute;
    z-index: 1;
    left: 19%;
    top: -150px;
    margin: 0 auto;
}
.projects .elementor-widget-text-editor .elementor-widget-container{
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'Hellix-Regular';
    letter-spacing: 0;
}
.projects .elementor-widget-heading h2.elementor-heading-title, .project-head .elementor-widget-heading h2.elementor-heading-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: 'Hellix-Black';
	letter-spacing:0;
	color:#000;
	margin:0;
}
.project-head .elementor-widget-heading h2.elementor-heading-title {
	margin-bottom:50px;
}
.projects .projects_gallery .gallery h3{
	float:left;
	width:100%;
	margin:0;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Hellix-Medium';
    letter-spacing: 0.5px;
	font-weight:bold;
    color: #000;
    margin: 0;
}
.projects .elementor-image-gallery .gallery-item .gallery-icon a{
	margin-bottom:20px;
}
.projects .projects_gallery .gallery p{
	float:left;
	width:100%;
	 font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    font-family: 'Hellix-Regular';
    letter-spacing: 0;
	margin:0 0 10px 0;
}
.project-map{
	margin-bottom:100px;
}
.project-map .e-con-inner{
	position:relative;
}
.project-map .elementor-widget-html{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.home_about_img img {
    height: 580px;
    object-fit: cover;
}
.project-tab.elementor-widget-html ul.tab-main{
	width:100%;
	margin:0;
	padding:0;
}
.project-tab.elementor-widget-html ul.tab-main li{
	float:left;
	width:auto;
	margin:0 10px 0 0;
	list-style:none;	
}

.project-tab.elementor-widget-html ul.tab-main li a{
	color:#000;
	padding:10px 40px;
	background:#f7f7f7;
	color:#000;
	float:left;
	width:auto;
	font-size: 24px;
    line-height: 50px;
    font-family: 'Hellix-Black';
    letter-spacing: 0;
	position:relative;
}
.project-tab.elementor-widget-html ul.tab-main li a:hover{
	background:#000;
	color:#fff;
}
.project-tab.elementor-widget-html ul.tab-main li a.active{
	background:#000;
	color:#fff;
}
.project-tab.elementor-widget-html ul.tab-main li a.active::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 10px solid black;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
}
.elementor-lightbox .dialog-lightbox-close-button{
	text-decoration:none !important;
}
@media (max-width: 1350px){
	.header-inner.section-inner{
		max-width:90%;
	}
	.e-con.e-flex>.e-con-inner {
		max-width: 90% !important;
	}
	.footer-mid-row ul li{
		padding-right:6%;
	}
}
@media (max-width: 1280px){
	.custom-style .elementor-widget-heading h2.elementor-heading-title{
		 font-size: 58px;
		line-height: 60px;
	}
	.banner .elementor-widget-heading h1.elementor-heading-title {
		font-size: 65px;
		line-height: 70px;
		margin-bottom:25px;
	}
	.banner .elementor-widget-text-editor .elementor-widget-container{
		font-size:22px;
		line-height:26px;
	}
	.screen-product .e-con-inner .e-con.e-flex .elementor-widget.elementor-widget-image{
		width:700px !important;
	}
	.our-product.e-con>.e-con-inner .e-con.e-flex:first-child{
		padding-right:50px;
	} 
}
@media (max-width: 1200px){
	.vert-move.two-n { 
		top: -130px;
	}
}
@media (max-width: 1100px){
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
		padding:40px 40px;
	}
	.our-team.custom-style .elementor-widget-image img{
		height:280px;
	}
	.vert-move.two-n {
		top: -112px;
	}
}
@media (max-width: 1080px){
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 20px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-content {
		padding-left: 10px;
	}
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
		bottom:0;
	}
	.screen-product.custom-style .elementor-widget-heading {
		margin-bottom: 0px;
	}
	.screen-product .e-con-inner .e-con.e-flex .elementor-widget.elementor-widget-image {
		width: 650px !important;
	}
	.footer-mid-row {
		padding-right: 5%;
	}
	.contact-block p br{
		display:none;
	}
	.primary-menu li{
		margin:0 20px;
	}
	table.technical-specification tr th {
		padding: 12px 20px;
		line-height: 20px !important;
		font-size: 18px;
	}
	table.technical-specification.two-row tr td {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.our-team.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 20px;
		line-height: 26px;
	}
	.our-team.custom-style .e-con-inner {
		padding: 30px;
	}

}
@media (max-width: 1024px){
	.project-head, .project-map {
		display: none;
	}
}
@media (max-width: 1000px){

	.home_about_img img {
		height: 430px;
		object-fit: cover;
	}
}
@media (max-width: 999px){
/* 	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
		position: relative;
		width: 100%;
		bottom: 0;
		height: inherit;
		justify-content: inherit;
		display: inherit;
		float: none;
	} */
	.about-main {
		padding: 100px 0;
	}
	.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 40px;
		line-height: 46px;
		width: 90% !important;
	}
	.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title span {
		width: 12px;
		height: 12px;
		bottom: 5px;
	}
	.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		width: 100%;
	}
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container {
		padding: 25px;
		width:100%;
		padding-top:100px !important;
		height:auto !important;
	}
	.banner .elementor-widget-heading h1.elementor-heading-title {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 25px;
	}
	.vision-mission {
		padding: 100px 0;
	}
	.vision-mission.e-con.e-flex>.e-con-inner{
		flex-direction:column;
	}
	.vision-mission.e-con.e-flex>.e-con-inner .e-flex.e-con.e-child {
		width:100%;
		margin-bottom:50px;
	} 
	.vision-mission .elementor-widget-image-box .elementor-image-box-img{
		width:150px !important; 
		margin-top:60px !important;
	}
	.vision-mission.e-con.e-flex>.e-con-inner .e-flex.e-con.e-child:last-child{
		margin-bottom:0 !important;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 52px;
		line-height: 54px;
		margin: 0 0 20px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title span {
		width: 12px;
		height: 12px;
	}
	.screen-product .e-con-inner .e-con.e-flex .elementor-widget.elementor-widget-image {
		width: 590px !important;
	}
	.screen-product {
		padding: 100px 0;
	}
	.quote-sec{
		padding-bottom:100px !important;
	}
	.header-inner .toggle{
		height:40px;
		top:31px;
		width:40px;
		padding:0;
	}
	.toggle-inner .toggle-text, .nav-toggle .toggle-icon, .nav-toggle svg{
		display:none;
	}
	.nav-toggle .toggle-inner{
		width:40px;
		height:3px;
		background:#000;
		padding:0;
	}
	.nav-toggle{
		right:5%;
	}
	.nav-toggle .toggle-inner::after{
		width:100%;
		height:3px;
		position:absolute;
		left:0;
		top:-10px;
		content:"";
		background:#000;
	}
	.nav-toggle .toggle-inner::before{
		width:100%;
		height:3px;
		position:absolute;
		left:0;
		bottom:-10px;
		content:"";
		background:#000;
	}
	span.toggle-text {
		display: none;
	}
	.menu-modal {
		display: block;
		opacity:0;
		visibility:hidden;
		left:inherit !important;
		bottom:inherit !important;
		top:0;
		right:-350px;
		width: 350px !important;
    	height: 100%;
		transition:0.3s !important;
		box-shadow:0 0 10px rgba(0,0,0,0.2);
	}
	.menu-modal.active {
		left: inherit;
		opacity: 1;
		right: 0;
		visibility:visible;
	}
	.modal-menu li{
		border:none;
	}
	.modal-menu li a{
		padding:15px 0 !important;
		text-decoration:none !important;
	}
	button.sub-menu-toggle{
		padding:0 !important;
		border:none;
	}
	.menu-modal .section-inner {
		width: 100%;
		padding: 0 30px 0 20px;
	}
	.modal-menu li a{
		 font-size: 22px;
		line-height: 22px;
		color: #000000;
		font-family: 'Hellix-Medium';
		letter-spacing: 0 !important;
	}
	.modal-menu ul.sub-menu {
		padding-left:20px;
	}
	.modal-menu li ul.sub-menu a{
		padding:10px 0 !important;
		font-size:18px;
	}
	body.showing-modal::after{
		position:fixed;
		width:100%;
		height:100%;
		content:"";
		height:100%;
		left:0;
		top:0;
		background:rgba(0,0,0,0.5);
		transition:0.3s;
		z-index:9;
	}
	.site-logo img{
		max-height:7rem;
	}
	.header-inner.section-inner{
		padding:25px 0;
	}
	#site-content {
		padding-top: 102px;
	}
	.projects{
		padding:80px 0;
	}
	.product-listing.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 36px;
		line-height: 34px;
		margin-bottom: 22px;
	}
	.contact-main {
		padding: 80px 0;
	}
	.site-logo img {
		max-height: inherit;
		width: 90px;
	}
	.safety-main{
		padding:80px 0;
	}
	.day-night-main{
		padding:80px 0 0 0;
	}
	.day-night-img .elementor-widget-image-box .elementor-image-box-title{
		font-size:26px;
		line-height:26px;
	}
	.day-night-img{
		padding-bottom:80px !important;
	}
	.product-head.custom-style .elementor-widget-heading h2.elementor-heading-title{
		font-size: 34px;
		line-height: 40px;
	}
	.md-main.custom-style .elementor-widget-image img {
		height: 300px;
	}
	.md-main.custom-style .elementor-widget-heading.md-text h2.elementor-heading-title {
		font-size: 20px;
		line-height: 26px;
	}
	.our-team {
		padding-top: 80px;
	}
	.our-team:last-child {
		padding-bottom: 80px;
	}
	.projects .elementor-widget-heading h2.elementor-heading-title, .project-head .elementor-widget-heading h2.elementor-heading-title {
		font-size: 32px;
		line-height: 32px;
	}
}
@media (max-width: 900px){
	#site-footer .footer-row {
		display: flex;
		flex-direction: column;
	}
	.footer-logo {
		width: 100%;
	}
	.footer-mid-row {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.footer-location {
		width: 100%;
		margin-top: 30px;
	}
	footer#site-footer{
		padding:80px 0;
	}
	.safety-main.custom-style .elementor-widget-heading h2.elementor-heading-title, .day-night-main .elementor-widget-heading h2.elementor-heading-title {
		font-size: 34px;
		line-height: 36px;
	}
	table.technical-specification tr th {
		padding: 12px 12px;
		line-height: 22px !important;
		font-size: 18px;
	}
	table.technical-specification.two-row tr td {
		font-size: 16px !important;
		line-height: 22px !important;
		padding:12px 20px;
	}
	.md-main {
		padding: 80px 0;
	}
}
@media (max-width: 800px){
	.mbai-before-after-container.twentytwenty-container{
		width:100%;
	}
}
@media (max-width: 768px){
	.banner .elementor-widget-heading h1.elementor-heading-title {
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.banner .elementor-widget-text-editor .elementor-widget-container {
		font-size: 18px;
		line-height: 24px;
	}
	.banner .elementor-widget.elementor-widget-button .elementor-button {
		font-size: 16px;
		line-height: 28px;
		z-index: 1;
	}
	.vision-mission .elementor-image-box-wrapper{
		display:flex;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-wrapper{
		text-align:left;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-content {
		padding-left: 25px;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-img {
		width: 60px !important;
		margin-top: 0!important;
	}
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container {
		padding: 0;
		margin-top:30px;
	}
	.about-main.custom-style .elementor-widget-image img{
		width:100%;
		margin-top:30px;
	}
	.about-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 34px;
		line-height: 32px;
		width: 100% !important;
	}
	.custom-style .elementor-widget-text-editor .elementor-widget-container {
		font-size: 16px;
		line-height: 26px;	
	}
	.about-main, .vision-mission {
		padding: 60px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-title {
		font-size: 38px;
		line-height: 40px;
		margin: 0 0 20px 0;
	}
	.vision-mission .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 25px;
	}
	.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 38px;
		line-height: 40px;
	}
	.our-product {
		padding: 60px 0;
		background-size:cover !important;
	}
	.custom-style .elementor-widget-heading h5.elementor-heading-title{
		font-size:16px;
		margin-bottom:5px;
	}
	.our-product .elementor-widget-image img {
    	width: 300px;
	}
	.our-product .elementor-element.e-con-full:last-child {
		width: 100%;
		padding: 22px;
		margin-top:30px;
	}
	.our-product .elementor-widget-heading .elementor-heading-title {
		font-size: 26px;
		line-height: 26px;
	}
	.our-product .elementor-element.e-con-full:last-child .elementor-widget-text-editor .elementor-widget-container {
		font-size: 20px;
		line-height: 26px;
		width:100%;
	}
	.our-product .elementor-widget-image-box .elementor-image-box-wrapper {
		text-align: left;
		display: flex;
	}
	.our-product .elementor-widget-image-box .elementor-image-box-description {
		font-size: 16px;
		line-height: 20px;
	}
	.about-main.e-con.e-flex>.e-con-inner{overflow:hidden;}
	.screen-product {
		padding: 60px 0;
	}
	.screen-product .e-con-inner .e-con.e-flex .elementor-widget.elementor-widget-image {
		position: relative;
		width: 100% !important;
		right: 0;
	}
	.quote-sec{
		padding-bottom:60px !important;
	}
	.custom-style .elementor-widget-heading h2.elementor-heading-title span{
		width:12px;
		height:12px;
	}
	.quote-sec.custom-style .elementor-widget-heading h2.elementor-heading-title{
		margin-top:10px;
	}
	.screen-product.custom-style .elementor-widget-button .elementor-button:before{
		left:-2px;
	}
	footer#site-footer{
		padding:60px 0;
	}
	.contact-block p {
		font-size: 16px;
		line-height: 26px;
	}
	.modal-menu {
		position: relative;
		left: 0;
		width: 100%;
	}
	.screen-product.custom-style .e-con.e-flex:first-child{
		order:2;
	}
	.screen-product.custom-style .e-con.e-flex:last-child{
		order:1;
	}
	.screen-product.custom-style .elementor-widget-heading h2.elementor-heading-title br, .our-product.custom-style .elementor-widget-heading h2.elementor-heading-title br{
		display: none;
	}
	.footer-mid-row ul li{
		padding-right:3%;
		font-size:16px;
		line-height:26px;
	}
	.footer-logo img {
		width: 120px;
	}
	.inner-banner .elementor-widget-heading .elementor-heading-title {
		font-size: 36px;
		line-height: 32px;
	}
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
		background:transparent;
	}
	.projects{
		padding:50px 0;
	}
	.order-change .e-con.e-flex:first-child{
		order:2;
	}
	.order-change .e-con.e-flex:last-child{
		order:1;
	}
	.product-listing.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 34px;
		line-height: 32px;
		margin-bottom: 22px;
	}
	.product-listing{
		padding:50px 0 !important;
	}
	.product-listing.custom-style .elementor-widget-image img{
		margin-top:30px;
		height:auto;
		min-height:auto;
	}
	.product-listing.custom-style.order-change{
		padding-bottom:0 !important;
	}
	.contact-main {
		padding: 50px 0;
	}
	.contact-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.contact-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.contact-main.custom-style .elementor-widget-image-box {
		margin-bottom: 30px;
	}
	.safety-main.custom-style .elementor-widget-heading h2.elementor-heading-title, .day-night-main .elementor-widget-heading h2.elementor-heading-title {
		font-size: 28px;
		line-height: 34px;
		max-width:100%;
	}
	.safety-main.custom-style .elementor-widget-text-editor .elementor-widget-container ul li{
		width:100%;
		font-size: 16px;
    	line-height: 20px;
	}
	.safety-main.custom-style .elementor-widget-text-editor .elementor-widget-container ul li::after{
		top:5px;
	}
	.safety-main{
		padding:50px 0;
	}
	.page-id-650 .product-listing.custom-style.order-change{
		padding-bottom:50px !important;
	}
	.day-night-main{
		padding:50px 0 0 0;
	}
	.day-night-img .elementor-widget-image-box .elementor-image-box-title{
		font-size:24px;
		line-height:24px;
	}
	.day-night-img{
		padding-bottom:50px !important;
	}
	.product-head.custom-style .elementor-widget-heading h2.elementor-heading-title{
		font-size: 26px;
		line-height: 26px;
	}
	.padding-top {
		padding-top: 50px;
	}
	.product-gallery .gallery{
		width:100%;
		margin:0;
	}
	.product-gallery .elementor-image-gallery .gallery-item{
		width:100%;
	}
	table.technical-specification{
		max-width:700px;
		width:700px;
	}
	.table{
		overflow:auto;
	}
	.md-main.custom-style .elementor-widget-heading {
		margin-bottom: 15px;
	}
	.md-main.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 32px;
		line-height: 32px;
	}
	.md-main {
		padding: 50px 0;
	}
	.signature {
		font-size: 25px;
		line-height: 36px;
	}
	.product-listing.custom-style .elementor-widget-image.margin-top0 img{
		margin-top:0 !important;
	}
	.product-gallery {
		padding-bottom: 50px !important;
		}
	.product-listing.custom-style .elementor-widget-heading h2.elementor-heading-title {
		font-size: 32px;
		line-height: 30px;
	}
	.our-team.custom-style .elementor-widget-image img{
		height:inherit;
	}
	.our-team.custom-style .elementor-widget-text-editor .elementor-widget-container ul li{
		font-size:16px;
		line-height:24px;
	}
	.our-team.custom-style .elementor-widget-heading{
		margin-bottom:20px;
	}
	.our-team.custom-style .e-con-inner {
		padding: 20px;
	}
	.our-team {
		padding-top: 50px;
	}
	.our-team:last-child {
		padding-bottom: 50px;
	}
	.our-product.e-con>.e-con-inner .e-con.e-flex:first-child {
		padding-right: 0;
	}
	.animaton-row {
		width: 480px;
	}
	.vert-move.two-n {
		top: -135px;
	}
	.row-product {
		margin: 150px 0 100px 0;
	}
	.projects .elementor-widget-heading h2.elementor-heading-title, .project-head .elementor-widget-heading h2.elementor-heading-title {
		font-size: 28px;
		line-height: 28px;
		text-align:center;
	}
	.project-tab.elementor-widget-html ul.tab-main li{
		width:100%;
	}
	.project-tab.elementor-widget-html ul.tab-main li a{
		padding:10px 20px;
		text-align:center;
		font-size:20px;
		line-height:35px;
		width:100%;
		margin:0 0 10px 0;
	}
	.home_about_img img {
		height: 300px;
		object-fit: cover;
	}
	.about-main.custom-style .elementor-widget-text-editor .elementor-widget-container{
		position: relative;
		width: 100%;
		bottom: 0;
		height: inherit;
		justify-content: inherit;
		display: inherit;
		float: none;
		padding-top:0 !important;
}
@media (max-width: 550px){
.animaton-row {
		width: 100%;
	}
	.vert-move.two-n {
		top: -135px;
	}
	.vert-move.two-n {
		top: -95px;
	}
}
@media (max-width: 480px){
	.banner .elementor-widget-text-editor .elementor-widget-container br{
		display:none;
	}
	.our-product .elementor-widget-image img {
		width: 80%;
	}
	.our-product .elementor-widget-image-box .elementor-image-box-description br{
		display:none;
	}
	.custom-style .elementor-widget-heading h2.elementor-heading-title br{
		display:none;
	}
	.footer-mid-row ul li {
		padding-right:0;
		width: 100%;
	}
	.safety-main.custom-style .elementor-widget-heading h2.elementor-heading-title, .day-night-main .elementor-widget-heading h2.elementor-heading-title {
		font-size: 24px;
		line-height: 30px;
	}
	.product-gallery .elementor-image-gallery .gallery-item{
		padding-right:0 !important;
	}
	.md-main.custom-style .elementor-widget-heading h2.elementor-heading-title br{
		display:block;
	}
	.our-team.custom-style .elementor-widget-heading h2.elementor-heading-title br{
		display:block;
	}
}