@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body{
	font-family: 'Avenir LT Std';
	font-weight: normal;
	color: #939393;
	padding-top: 120px;
	overflow-x: clip;
}

a:hover{
	text-decoration: none;
}

img{
	max-width: 100%;
}

/* Navigation Starts */

.main-header nav.navbar{
	background: #fff;
	transition: all 0.4s;
}

.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img{
	height: 91px;
	transition: all 0.4s;
}

.navbar .navbar-nav .nav-item{
	padding: 42px 0;
	transition: all 0.4s;
}

.navbar .navbar-nav .nav-link{
	display: block;
	text-transform: uppercase;
	color: #1f2823;
	font-weight: 500;
	padding: 6px 15px;
	letter-spacing: 0.04em;
	transition: all 0.4s;
	position: relative;
}

.navbar .navbar-nav .nav-link:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #be302e;
	transform: scale(0,1);
	transition: all 0.4s;
}

.navbar .navbar-nav .nav-link:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #be302e;
	transform: scale(0,1);
	transition: all 0.4s;
}

.navbar .navbar-nav .nav-link:hover{
	color: #be302e;
}

.navbar .navbar-nav .current_page_item .nav-link:before,
.navbar .navbar-nav .current_page_item .nav-link:after,
.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link:hover:after{
	transform: scale(1);
}

.current_page_item a{
	color: #be302e !important;
}

.main-header nav.navbar.sticky-header{
	box-shadow: 0px 10px 150px 0px rgba(0, 0, 0, 0.09);
}

.main-header nav.navbar.sticky-header .navbar-nav .nav-item{
	padding: 15px 0;
}

.main-header nav.navbar.sticky-header .navbar-brand img{
	height: 60px;
}

.navbar-toggle{
	display: none;
}

#responsive-menu{
	display: none;
	width: 100%;
}

.slicknav_btn{
	margin: 0;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: none;
	border: 1px solid #0a100d;
	cursor: pointer;
}

.slicknav_icon-bar{
	box-shadow: none;
	background: #0a100d;
	height: 1px;
}

.slicknav_icon-bar + .slicknav_icon-bar{
	margin-top: 4px;
}

.slicknav_icon{
	right: 2px !important;
    position: relative;
    top: 4px;
}

.slicknav_menu{
	padding: 0;
	background: none;
}

.slicknav_nav a{
	color: #0a100d;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 0;
}

.slicknav_nav{
	padding: 10px 0;
}

.slicknav_nav a:hover{
	background: none;
	color: #be302e;
}

.slicknav_nav a:focus{
	box-shadow: none;
	outline: 0;
}

.subpage-header-section{
	background: url(../images/about-header-bg.jpg) no-repeat center center;
	background-size: cover;
	margin: 0 30px;
	border-radius: 14px;
	padding: 80px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.subpage-header-section:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.35);
}

.subpabe-header-box h1{
	font-weight: 700;
	color: #fff;
	font-size: 60px;
}

.subpabe-header-box p{
	font-size: 18px;
	color: #fff;
}

.header-breadcrumbs{
	display: inline-block;
	background: #0a100d;
	padding: 8px 20px;
	border-radius: 30px;
	color: #fff;
}

.header-breadcrumbs span,
.header-breadcrumbs a{
	color: #fff;
}

.footer-mega{
	background: #fafafa;
	padding: 80px 0 60px;
}

.footer-logo{
	margin-bottom: 20px;
}

.footer-social{
	margin-top: 20px;
}

.footer-social a{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #6b6c6b;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 4px;
	transition: all 0.4s;
}

.footer-social a:hover{
	background: #0a100d;
}

.footer-quick-links h3,
.footer-contact h3,
.footer-instagram h3{
	font-size: 20px;
	color: #6b6c6b;
	margin-bottom: 20px;
}

.footer-quick-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-quick-links ul li{
	margin-bottom: 5px;
}

.footer-quick-links ul li a{
	position: relative;
	color: #939393;
	padding: 0 0 0 15px;
	transition: all 0.4s;
}

.footer-quick-links ul li a:before{
	content: '\f054';
	font-family: FontAwesome;
	color: #be302e;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 2px;
}

.footer-quick-links ul li a:hover{
	color: #be302e;
}

.footer-contact-box{
	position: relative;
	padding-left: 24px;
}

.footer-contact-box i{
	color: #be302e;
	position: absolute;
	top: 4px;
	left: 0;
}

.footer-copyright{
	background: #0a100d;
	padding: 18px 0;
}

.developed-by{
	text-align: right;
}

.developed-by p,
.copyright p{
	margin: 0;
	color: #fff;
}

.developed-by p a,
.copyright p a{
	color: #fff;
	transition: all 0.4s;
}

.developed-by p a:hover,
.copyright p a:hover{
	color: #be302e;
}



.collection-overlay{
	position: relative;
}

.collection-overlay:after{
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../images/collection-overlay.png) no-repeat right center;
	background-size: auto 100%;
}

.margin-none p{
	margin-bottom: 0;
}

.home-quick-contact-form .inline-control{
	float: left;
	padding: 0 1%;
}

.home-quick-contact-form:after{
	content: '';
	display: block;
	clear: both;
}

.home-quick-contact-form .inline-control:nth-of-type(1){
	width: 38%;
}

.home-quick-contact-form .inline-control:nth-of-type(2){
	width: 38%;
}

.home-quick-contact-form .inline-control:nth-of-type(3){
	width: 24%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
	border: none;
	background: #be302e;
	color: #fff;
	margin: 20px 15px 0 15px;
	border-radius: 4px;
}

.contact-page-form div.wpcf7-validation-errors,
.contact-page-form div.wpcf7-acceptance-missing,
.contact-page-form div.wpcf7-mail-sent-ng,
.contact-page-form div.wpcf7-aborted{
	margin: 20px 0 0 0;
	padding: 10px 20px !important;
}

.list-style ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-style ul li{
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}

.list-style ul li:before{
	content: '\f00c';
	font-family: FontAwesome;
	color: #be302e;
	position: absolute;
	top: 0;
	left: 0;
}

.counter-single .elementor-counter-title{
	margin-top: 10px;
}

.services-single-box .elementor-image-box-img{
	position: absolute;
	left: 0;
	top: 50%;
    transform: translate(0, -50%);
}

.work-step .elementor-image{
	display: inline-block;
	position: relative;
	padding: 20px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 39.488px 0.512px rgba(0, 0, 0, 0.1);
}

.work-step .elementor-image:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -52px;
	width: 40px;
	height: 1px;
	border-top: 1px dashed #6b6c6b;
	z-index: 1;
}

.no-right-line.work-step .elementor-image:after{
	display: none;
}

.export-table table{
	border-top: 1px solid #1f2823;
	border-left: 1px solid #1f2823;
}

.export-table table tr td{
	border-right: 1px solid #1f2823;
	border-bottom: 1px solid #1f2823;
	text-align: center;
	padding: 6px 4px;
}

.export-table table tr:nth-of-type(1) td,
.export-table table tr:nth-of-type(2) td{
	background: #ecebeb;
	color: #1f2823;
	font-weight: 700;
}

.tech-table table{
	width: 100%;
	border-spacing: 6px;
	border-collapse: separate !important;	
}

.tech-table table tr td{
	text-align: center;
	padding: 10px;
}

.tech-table table tr:nth-of-type(1) td{
	background: #1f2823;
	padding: 0;
}

.tech-table table tr td h3{
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4em;
	padding: 10px;
}

.tech-table table tr td h4{
	background: #ecebeb;
	color: #1f2823;
	font-size: 16px;
	text-transform: uppercase;
	padding: 16px 10px;
	margin: -10px;
}

.contact-phone .elementor-icon-box-icon {
    position: relative;
    top: 20px;
}

.contact-email .elementor-icon-box-icon{
	position: relative;
    top: 10px;
}

.contact-row{
	margin-bottom: 30px;
}

.contact-row:after{
	content: '';
	display: block;
	clear: both;
}

.contact-left{
	float: left;
	width: 48%;
}

.contact-right{
	float: right;
	width: 48%;
}

.service-slide{
	padding: 40px 30px 30px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 18.4px 1.6px rgba(0, 0, 0, 0.03);
	min-height: 356px;
}

.service-slide .icon-box{
	margin-bottom: 30px;
}

.service-slide h3{
	color: #be302e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.service-slide p{
	margin: 0;
	color: #939393;
	line-height: 1.6em;
}

.app-pagination,
.service-pagination{
	text-align: center;
	margin-top: 40px;
}

.app-pagination .swiper-pagination-bullet,
.service-pagination .swiper-pagination-bullet{
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 1px solid #1f2823;
	transition: all 0.4s;
}

.app-pagination .swiper-pagination-bullet-active,
.service-pagination .swiper-pagination-bullet-active{
	background: #1f2823;
	transform: scale(1.4);
}

.app-slide .icon-box{
	display: inline-block;
	background: #fff;
	box-shadow: 1px 1px 18.4px 1.6px rgba(0, 0, 0, 0.03);
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 20px;
}

.app-slide h3{
	color: #6b6c6b;
	font-size: 18px;
}

.home-product-box{
	position: relative;
	overflow: hidden;
}

.home-product-box figure{
	margin: 0;
}

.home-product-box figure img{
	width: 100%;
	transition: all 0.4s;
}

.home-product-box-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 40px;
	background: rgba(0,0,0,0);
	transition: all 0.4s;
}

.home-product-box-overlay h3{
	font-size: 36px;
	color: #fff;
	font-weight: 900;
}

.home-product-box-overlay a{
	color: #fff;
	font-weight: 500;
	line-height: 1em;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.home-product-box:hover figure img{
	transform: scale(1.2);
}

.home-product-box:hover .home-product-box-overlay{
	padding-top: 40px;
	background: rgba(0,0,0,0.5);
}


.header-slider{
	border-radius: 14px;
	overflow: hidden;
}

.header-slide{
	position: relative;
	padding: 120px 40px; 
	background-size: cover;
    background-repeat: no-repeat;
}

.header-slide:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(31,40,35,0.3);
}

.header-slide h2{
	font-size: 54px;
	font-weight: 900;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom:20px;
	text-align: center;
}

.header-slide p{
	max-width: 668px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 1;
}

.header-btn-group{
	margin-top: 50px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.header-btn-group a{
	display: inline-block !important;
	background: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 12px 25px;
	color: #be302e;
	margin: 0 10px;
	transition: all 0.4s;
}

.header-btn-group a:hover{
	background: none;
	color: #fff;
}

.contact-and-nav{
	margin: 30px 0;
}

ul.slider-contactinfo{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.slider-contactinfo li{
	display: inline-block;
	vertical-align: middle;
	color: #1f2823;
	font-size: 18px;
	font-weight: 500;
	margin-right: 20px;
}

ul.slider-contactinfo li i{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #1f2823;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
}

.header-slider-nav{
	text-align: right;
}

.header-slider-nav .header-button-prev,
.header-slider-nav .header-button-next{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 2px solid #1f2823;
	color: #1f2823;
	border-radius: 50%;
	text-align: center;
	margin-left: 6px;
	cursor: pointer;
	transition: all 0.4s;
}

.header-slider-nav .header-button-prev:focus,
.header-slider-nav .header-button-next:focus{
	box-shadow: none;
	outline: 0;
}
	
.header-slider-nav .header-button-prev:hover,
.header-slider-nav .header-button-next:hover{
	background: #1f2823;
	color: #fff;
}

.btn-wp {
    background: #1ebea5;
    color: #fff;
    display: inline-block;
    padding: 10px 15px 10px 50px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
	position: relative;
	transition: all 0.4s;
}

.btn-wp i {
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 8px;
}

.btn-wp:hover{
	background: #333;
	color: #fff;
}

.footer-sticky {
    position: fixed;
    bottom: 28px;
    right: 120px;
	z-index: 20;
}

.error404 .subpage-header-section{
    display: none;
}

.page-not-found {
    padding: 100px 20px;
    text-align: center;
}

.page-not-found h1 {
    font-size: 200px;
    font-weight: 700;
    color: #1f2823;
    line-height: 1em;
}

.page-not-found p{
    font-size: 22px;
    color: #333;
	text-transform: capitalize;
}

.page-not-found a{
	background: #be302e;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    transition: all 0.4s;
}

.page-not-found a:hover{
	background: #1f2823;
}

.product-sidebar-menu ul li{
	border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 6px 0;
}

.product-sidebar-menu ul li:last-child{
	border: none;
}

.product-archive-page .elementor-pagination{
    margin-top: 30px;
}

.product-archive-page .elementor-pagination a{
	color: #1f2823;
	transition: all 0.4s;
}

.product-archive-page .elementor-pagination a:hover{
	color: #be302e;
}