.elementor-container{
	width: auto !important;
}
/* -------- Slider ---------- */
#slider-ele .elementor-element-populated{
	padding: 0;
}
#slider-ele .elementor-container{
	width: 100%;
}
/* ---------- About Us ----------- */
#about-us-ele{
	padding: 50px 0;
}
.about-us-ele-text h2{
	text-align: left;
}
.about-us-ele-text .elementor-image{
	text-align: left;
}
.about-us-ele-text .about-us-feature{
	width: 32% !important;
	float: left;
	padding-right: 15px;
}
.about-us-ele-text .elementor-icon-box-wrapper{
	text-align: left !important;
}
.about-us-ele-text .elementor-icon-box-icon span{
	border-radius: 50%;
    display: inline-block;
    background: #222222;
    padding: 19px 21px;
}
.about-us-ele-text .elementor-icon-box-icon i{
	font-size: 20px;
    color: #fff;
}
.about-us-ele-text .elementor-icon-box-icon:before{
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(13% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
	
	border-color: #222222 transparent transparent transparent !important;
    top: 56px !important;
}
.about-us-ele-text .about-contact-head .elementor-icon-box-content{
	background: #f95500;
	padding: 18px 14px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}
.about-us-ele-text .about-contact-head .elementor-icon-box-content:after{
	content: "";
	border-left: 11rem solid transparent;
    border-right: 10rem solid transparent;
    border-top: 43px solid #f95500 !important;
    position: absolute;
	left: 0;
    right: 0;
    bottom: -43px;
}
.about-us-ele-text .about-contact-head h3{
	margin-top: 0;
}
.about-contact-wrap .elementor-column-wrap{
	background-color: #eee;
	padding: 0 !important;
}
.about-contact-wrap input[type="submit"]{
	border: none;
    background: #222222;
    text-align: center;
    font-size: 15px;
    padding: 11px 30px;
    font-weight: bold;
    color: #fff;
    margin: 34px 0 0 0;
    border-radius: 0;
    display: block;
    width: 100%;
}
.about-contact-wrap form{
	padding: 0 20px;
}
.about-us-feature .elementor-icon-box-icon:hover span{
	background-color: #f95500;
}
.about-us-ele-text .elementor-icon-box-icon:hover:before{
	border-color: #f95500 transparent transparent transparent !important;
}
/* ---------- Our Product ---------- */
#our-products-ele {
	padding-top: 50px;
}
#our-products-ele .woocommerce-loop-product__title{
	color: #000;
    font-weight: bolder;
    text-align: center;
    font-family: Montserrat;
	background:none;
}
#our-products-ele .onsale{
	clip-path: polygon(81% 0, 100% 50%, 81% 100%, 0% 100%, 13% 50%, 0% 0%);
    background-color: #f95500;
    font-weight: 600;
    border-radius: 0;
    min-width: 5.236em;
    margin: 0;
    font-size: 14px;
}
#our-products-ele .add_to_cart_button{
	margin-left: auto !important;
	margin-right: auto !important;
}
#our-products-ele .price del{
	display: none;
}
#our-products-ele .price ins{
	color: #222;
    font-size: 16px;
}
#our-products-ele .products li{
	border: none !important;
}
/* ---------- Our Partners ----------- */

#our-brand-ele .elementor-swiper-button-prev{
	left: -14px;
}
#our-brand-ele .elementor-swiper-button-next{
	right: -14px;
}
#our-brand-ele .elementor-swiper-button i:hover{
	color: #ff5400;
}
/* ---------- Media -------------- */
@media screen and (max-width: 575px){
	.about-us-ele-text .about-contact-head .elementor-icon-box-content:after{
		border-left: 8rem solid transparent;
		border-right: 10rem solid transparent;
	}
	.about-us-ele-text h2,#about-us-ele{
		text-align:center;
	}
	.about-us-ele-text .about-us-feature{
		width: 100% !important;
		float: none;
	}
	.about-us-ele-text .elementor-icon-box-wrapper{
		text-align:center !important;
	}
	.about-us-ele-text .elementor-icon-box-icon:before{
		left: calc(50% - 10px);
	}
	.about-contact-wrap{
		max-width: 291px;
    	margin: auto;
	}
	.elementor-container{
		width: auto;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px){
	.about-us-ele-text .elementor-icon-box-icon:before{
		left: 21px;
		left: calc(50% - 10px);
	}
	.about-contact-wrap{
		max-width: 291px;
    	margin: auto;
	}
	.about-us-ele-text .about-contact-head .elementor-icon-box-content:after{
		border-left: 8rem solid transparent;
		border-right: 10rem solid transparent;
	}
	#our-products-ele ul.products{
		display: flex;
		flex-wrap: wrap;
	}
	#our-products-ele .products li{
		width: 47%;
	}
	#about-us-ele,.about-us-ele-text h2,.about-us-ele-text .elementor-image{
		text-align:center;
	}
	.about-us-ele-text .elementor-icon-box-wrapper{
		text-align:center !important;
	}
	.elementor-container{
		width: auto;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.about-us-ele-text .about-contact-head .elementor-icon-box-content:after{
		border-left: 7rem solid transparent;
    	border-right: 8rem solid transparent;
	}
	#search_vechicle i.fa.fa-search{
		margin-right: 0;
	}
	.about-us-ele-text .elementor-icon-box-icon:before{
		left: 20px;
	}
	#our-products-ele ul.products{
		display: flex;
		flex-wrap: wrap;
	}
	#our-products-ele .products li{
		width: 47%;
	}
	.latest-update{
		padding: 30px 0 2px 0 !important;
	}
	.elementor-container{
		width: auto;
	}
}
@media screen and (max-width: 1200px) and (min-width: 992px){
	.about-us-ele-text .elementor-icon-box-icon:before{
		left: 21px;
	}
	#our-products-ele ul.products{
		display: flex;
		flex-wrap: wrap;
	}
	#our-products-ele .products li{
		width: 30%;
	}
	.about-us-ele-text .about-contact-head .elementor-icon-box-content:after{
		border-left: 9rem solid transparent;
    	border-right: 10rem solid transparent;
	}
	#featured-car-update .car-meta-field span{
		padding: 10px 3px;
	}
	.elementor-container{
		width: auto;
	}
}
.elementor-icon-box-title h3{
	text-align: left !important;
    margin: 0px 0 0 0 !important;
}