@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
/*  
font-family: "Gabarito", sans-serif;
font-family: "Russo One", sans-serif;
font-family: "Font Awesome 6 Pro";
*/
:root, * { color-scheme: only light !important; }
html, body { background-color: #000000 !important; }
html, body { background-color: #000000 !important; background-image: linear-gradient(#000000, #000000) !important; }
.x-item-description-child { all: initial }
body{
	overflow-x:hidden !important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Gabarito", sans-serif;
}
img{
    max-width: 100%;
}
*, ::after, ::before {
	box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;
}
ul{
    list-style: none;
}
/* ============================== HEADER CSS START ============================== */
.elite_auto {
	position: relative;
}
.elite_auto::before, .elite_auto::after {
	content: '';
	position: absolute;
	background-image: url(../images/header_top_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 335px;
	height: 360px;
	top: 0;
	margin: auto;
}
.elite_auto::before{
	left: 0;
}
.elite_auto::after{
	right: 0;
	transform: rotateY(-180deg);
}
.main_dezign_brain_header {
	margin: 0 0 40px 0;
	z-index: 11;
	position: relative;
}
.promo_top_text {
	padding: 25px 0 15px;
}
.welcom_text {
	color: #fff;
	font-family: "Gabarito", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0 0 0 80px;
	position: relative;
	line-height: 32px;
}
.welcom_text span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Gabarito", sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
}
.welcom_text::before {
	content: '';
	position: absolute;
	background-image: url(../images/haeder_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 68px;
	height: 32px;
	top: 0;
	margin: auto;
	left: 0;
	bottom: 0;
	transform: rotateY(-180deg);
	z-index: 1;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
	padding: 0 65px 0 0;
	position: relative;
}
.top_newsletter_link ul::before {
	content: '';
	position: absolute;
	background-image: url(../images/haeder_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 68px;
	height: 32px;
	top: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.top_newsletter_link ul li img{
	margin-right: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	font-family: "Gabarito", sans-serif;
	font-size: 14px;
	font-weight: 400;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 15px;
	letter-spacing: 0.5px;
	z-index: 1;
	position: relative;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
	color: #3ebaff;
}
.top_newsletter_link ul li:nth-child(1) a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 1px;
	background-color: #fff;
	top: 0;
	margin: auto;
	right: -3px;
	bottom: 0;
}
.header_bottom {
	z-index: 11;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu {
	background-image: linear-gradient(to top, #adadad, #ffffff);
	padding: 13px 0;
	border-bottom: 2px solid #0582c7;
	clip-path: polygon(95% 0%, 100% 100%, 5% 100%, 0 0%);
}
.main_menu.right_box2 {
	clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content:center;
}
.main_menu ul li a i{
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.main_menu ul li a {
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	border-right: 2px solid rgba(0,0,0,0.38);
}
.main_menu ul li a:hover{
	color:#3ebaff;
}
.main_menu ul li:nth-child(2) a{
	border-right:none;
}
.logo {
	text-align: center;
	margin: -40px auto 0px;
	position: relative;
}
.logo img {
	z-index: 1;
	position: relative;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 20px;
	z-index: 22222;
	margin-top: -7px;
	margin-bottom: 0;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	display: inline-grid;
	width: 180px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	background-image: linear-gradient(to top, #adadad, #fff);
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a i {
	margin-right: 5px;
	transition: all 0.5s ease-in-out;
}
.amon ul li a {
	background-color: transparent;
	font-family: "Gabarito", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 400;
	position: relative;
	transition: all .5s ease-in-out;
	color: #191919;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 10px;
	display: inline-block;
}
.amon ul li a:hover{
	color:#3ebaff;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li {
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
	background-color: #fff;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width:1199px){
	.main_menu ul li a {
		font-size: 15px;
		padding: 0 15px;
	}
}
@media screen and (max-width: 991px) {
	.promo_top_text {
		padding: 5px 0;
	}
	.logo {
		width: 80%;
		margin: 0;
	}
	.top_section1 .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
		order: -1;
	}
    .main_menu {
		display: none;
	}
	.main_menu_mobile {
		text-align: center;
	}
	.main_menu_mobile {
		display: flex !important;
	}
	.mobile_menu {
		display: block !important;
	}
	.top_section {
		padding:20px 0 20px;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 10px 0;
		padding: 0 50px 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
		padding: 0 50px 0;
	}
	.main_dezign_brain_header {
		margin: 0 0 0px 0;
	}
	.welcom_text::before {
	width: 48px;
	height: 20px;
	top: 40px;
}
.top_newsletter_link ul::before {
	width: 48px;
	height: 20px;
	top: auto;
	bottom: 32px;
}
	.top_section1 {
		margin: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 70%;
	}
}
@media screen and (max-width: 480px){
	.menu-links {
		top: 45px;
	}
	.logo {
		width: 65%;
	}
	.top_newsletter_link ul::before {
		display: none;
	}
	.top_newsletter_link ul {
		padding: 0;
	}
	.welcom_text::before {
		display: none;
	}
	.welcom_text {
		padding: 0;
	}
}
@media screen and (max-width:361px){
	.elite_auto::before, .elite_auto::after {
		width: 165px;
		height: 177px;
	}
}
/* ============================== HEADER CSS END ============================== */

/* ============================== PRODUCT_DES3 CSS START ============================== */
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	max-height: 597px;
	height: auto;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}

/* Images Code Start */
.product_images_wappers { 
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px 0 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.img-holder .lightbox:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.essWrap input[type="checkbox"], .essWrap input[type="radio"] {
	display: none;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
.ess-gallery .img-box {
	max-width: 640px;
	margin: 0 auto;
}
.img-holder {
	display: none;
}
.img-holder .imgBox {
	cursor: zoom-in;
	margin: 15px 0 20px;
}
.main_title {
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 400;
	padding: 8px 5px;
	color: #fff;
	margin-bottom: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #0582c7;
	text-transform: capitalize;
	font-family: "Gabarito", serif !important;
	clip-path: polygon(100% 0%, 98% 100%, 2% 100%, 0 0%);
}
.listing_content {
	width: 100%;
	margin: 0px auto 15px;
	display: table;
	padding: 00;
}
#main_gallery {
	border: 0px solid #b4b4b4;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: 739px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
.section-tittle span {
	color: #2ECC87 !important;
	text-transform: capitalize;
}
.imagsbox {
	display: flex;
	height: 700px;
	justify-content: center;
}
.imagsbox .full-img{

background: #fff;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
  }
@media only screen and (max-width: 1079px) {
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
  }
@media only screen and (max-width: 1024px) {
	#main_gallery .full_img_wapper {
	  height: 395px;
	  width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_row > div {
		max-width: 100%;
		float: none;
		margin: 0 auto !important;
		text-align: center;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		gap: 0 5px;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 0px 0px;
	}
	#main_gallery .thumb {
		height: 100px;
		width: 100px;
	}
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
	}
	#main_gallery #main_row {
		height: auto;
	}
	.imagsbox {
	height: 500px;
}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
		font-size: 17px;
	}
	#listingarea {
		margin-bottom: 0px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 0px;
		width: 100%;
		min-height: auto;
	}
	#main_gallery .full_img_wapper {
		background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
		height: 410px;
		width: 100%;
	}
	#main_gallery #main_row div ul {
		width: auto;
		margin: 0 auto;
		flex-wrap: wrap;
		grid-row-gap: 10px;
	}
	#main_gallery #main_row div ul li {
		float: left;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery #main_row .thumb img {
		max-height: 55px;
		max-width: 55px;
	}
	#main_gallery div.imagsbox_w {
		left: 0;
		margin: 10px auto 0;
		right: 0;
		top: 0 !important;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery div.imagsbox_w .full-img {
		max-height: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.listing_content {
		margin: 0px auto 25px;
	}
}
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 7px 5px;
	letter-spacing: 0.3px;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 28px;
	text-transform: capitalize;
	background-color: #0582c7;
	font-family: "Gabarito", serif;
	margin: 0 0 8px 0;
	clip-path: polygon(100% 0%, 98% 100%, 2% 100%, 0 0%);
}
.desc-rd p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
	font-family: "Gabarito", sans-serif !important;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px 0;
	font-family: "Gabarito", sans-serif !important;
}
.desc-rd.desc-text b, strong {
	text-transform: capitalize;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #fff;
	display: block;
	font-family: "Gabarito", sans-serif !important;
}
.product-text {
	margin: 0 0 50px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #222222;
	background-color: #222222;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin: 0 0 30px 0;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */

/*================================== PROMOTION CSS START  ================================== */
.service_wrapper {
	margin: 0 0 45px 0;
	padding: 25px 0;

}
.service_item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 14px;
	padding: 0 35px;
	border-right: 2px solid #808080;
}
.service_box:last-child{
	border-right:none;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.button.about3_button i {
	font-size: 20px;
	margin-right: 5px;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Gabarito', sans-serif;
	text-transform: capitalize;
	margin: 0px 0 0px 0;
	letter-spacing: 0.35px;
	text-align: left;
}
.service_title p {
	font-size: 17px;
	font-family: "Gabarito", sans-serif;
	font-weight: 500;
	color: #c8c8c8;
	margin-bottom: 0;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	text-align: left;
}
@media screen and (max-width:1199px){
	.service_box{
		padding: 0 24px;
	}
}
@media screen and (max-width:1024px) {
	.service_box {
		padding: 0px 10px;
		border-right: 0;
	}
	.service_item {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 15px;
	}
	/* .service_wrapper .service_item .service_box:nth-child(4) {
		margin:20px 0 0px 0;
	} */
	.service_wrapper {
		padding: 0px 0;
		background-color: transparent;
		border-bottom: 0;
		clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
	}
	.welcom_text::before ,.top_newsletter_link ul::before {
		width: 38px;
  		height: 17px;
	}
	.welcom_text {
		padding: 0 0 0 40px;
	}
	.top_newsletter_link ul{
		padding: 0 40px 0 0px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		width: 42%;
	}
	.service_wrapper .service_item .service_box:nth-child(3) {
		margin:20px 0 0px 0;
	}
	.welcom_text ,.top_newsletter_link ul{
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 49%;
	}
	.service_item {
		column-gap: 10px;
	}
	.service_title h4 {
		font-size: 16px;
	}
}
@media screen and (max-width:575px) {
	.service_box {
		width: 57%;
	}
	.service_title h4 {
		font-size: 17px;
	}
	.service_wrapper .service_item .service_box:nth-child(2){
		margin: 20px 0 0px 0;
	}
	.service_wrapper .service_item .service_box:nth-child(4){
		margin:20px 0 0px 0;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width: 78%;
	}
}
@media screen and (max-width: 361px) {
	.service_box {
		width: 91%;
	}
}
/*================================== PROMOTION CSS END  ================================== */

/*================================== BANNER CSS START  ================================== */
.banner_res {
	display: none !important;
}
#slidersection {
	margin: 0px auto 30px;
	text-align: center;
	max-width: 1400px;
}
  .slider {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .slider ul {
    width: 1000%;
    height: auto;
    position: relative;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    -moz-animation:slide-animation 19s infinite;
    -webkit-animation:slide-animation 19s infinite;
  }
  .slider li {
    width: 10%;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  @-webkit-keyframes slide-animation {
	  	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity: 1;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity:1;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
  @-moz-keyframes slide-animation {
    	1% {
		  left: 0%;
		  opacity: 1;
		}
	  20% {
		  left: 0%;
		  opacity: 1;
		}
		  25%{
			opacity:1;
		  }
		33.33% {
		  left: -100%;
			opacity: 1;
		}
	  50% {
		  left: -100%;
			opacity: 1;
		}
	  75% {
		  opacity:1;
		}
	  83.33% {
		  left: -200%;
			opacity: 1;
		}
	  95% {
		  left: -200%;
			opacity: 1;
		}
	  100% {
		  left: 0%;
		}

  }
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*================================== BANNER CSS END  ================================== */

/* ABOUT1 CSS START */
.about3_wrapper {
	margin: 0px 0px 50px;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content {
	position: relative;
}
.about_right_content h3::before {
	content: '';
	position: absolute;
	background-image: url(../images/about_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 46px;
	height: 31px;
	top: 0px;
	margin: auto;
	right: auto;
	left: 0;
	bottom: 0;
}
.about_right_content h3 {
	font-size: 40px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 42px;
	font-family: "Russo One", sans-serif;
	padding: 0 0 0 50px;
	display: inline-block;
}
.about_right_content h5 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	font-family: 'Gabarito', sans-serif;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	line-height: 30px;
}
.about_right_content h5 span{
	color: #36b3f8;
}
.about_content_img{
	margin: 0 0 15px 0;
}
.about_right_content p {
	font-size: 16px;
	font-weight: 400;
	color: #dbdbdb;
	font-family: 'Gabarito', sans-serif;
	line-height: 25px;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}
.about_right_content b {
	font-size: 22px;
	font-weight: 700;
	color: #36b3f8;
	font-family: 'Gabarito', sans-serif;
	line-height: 25px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	display: inline-block;
}
.button.about_us{
	text-align: left;
}
@media screen and (max-width:1300px) {
	
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.about_right_content h5 {
		font-size: 22px;
		line-height: 25px;
	}
	.about_right_content::before {
		width: 102px;
		height: 63px;
		right: -60px;
		top: 0;
	}
	.about_right_content h3 {
		font-size: 32px;
		margin-bottom: 25px;
		line-height: 35px;
	}
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width: 991px) {
	.about_right_content p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.about_bottom {
		text-align: center;
	}
	.about_right_content {
		margin-top:30px;
	}
	

	.about_right_content::before {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_bottom {
		margin: 0 auto;
	}
}
@media screen and (max-width:575px) {
	.about_right_content::before {
		width: 82px;
		height: 51px;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content h5 {
		font-size: 18px;
		line-height: 23px;
	}
	.about_right_content h3 {
		font-size: 28px;
		margin-bottom: 25px;
		line-height: 32px;
	}
	.about_right_content::before {
		width: 62px;
		height: 37px;
	}
}
@media screen and (max-width: 361px) {

}
/* ============================== ABOUT1 CSS END ============================== */

/*================================== MAIN TAB CSS START ================================== */
.clear {
	clear: both;
}
.tab [type=radio] {
	display: none
}
.tab_bottom {
	background-color: #242424;
	padding: 30px 40px;
	clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 77%, 94% 100%, 0 100%, 0% 80%, 0 0);
}
.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tabsbottom label {
	display: inline-block;
	cursor: pointer;
	letter-spacing: 0.3px;
	color: #d4d4d4;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
	padding: 0px 60px;
	margin: 0 0px 30px;
	border-right: 2px solid #383838;
	font-family: "Russo One", sans-serif;
}
.tabsbottom label:nth-child(7){
	border-right:none;
}
.tabsbottom {
	position: relative;
	z-index: 99;
	margin: 0 0 50px 0;
	text-align: center;
}
.tabsbottom label:hover {
	color:#0582c7;
}
.tabsbottom input:checked + label {
	color:#0582c7;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
	height: auto;
}
section p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.4px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: left;
	font-family: "Gabarito", sans-serif;
}
section p:last-child{
	margin-bottom: 0;
}
.tabsbottom label img {
	display: block;
	margin-right: 10px;
	transition: all 0.5s ease-in-out;
}
.tab_img {
	display: inline-block;
	vertical-align: middle;
}
.tabsbottom label img:nth-child(2){
	display: none;
}
.tabsbottom label:hover img:nth-child(2){
	display:block;
}
.tabsbottom label:hover img:first-child{
	display:none;
}
.tabsbottom input:checked + label img:nth-child(2){
	display:block;
}
.tabsbottom input:checked + label img:first-child{
	display:none;
}
section {
	display: none !important;
	padding: 30px 10px 0px;
	display: none;
	position: relative;
	border-top: 2px solid #383838;
}
@media screen and (max-width:991px) {
	.tabsbottom label {
		padding: 0px 30px;
	}
	.tabsbottom {
		margin: 0 0 35px 0;
	}
}
@media screen and (max-width: 767px) {
	.tabsbottom label {
		font-size: 15px;
		padding: 0 10px;
		margin: 0 0px 15px;
	}
	.tabsbottom label img {
		width: 30px;
	}
	.tab_bottom {
		padding: 20px 20px;
	}
	section {
		padding: 20px 10px 0px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabsbottom label {
		padding: 5px 18px;
		border-right: 0;
	}
	section {
		margin: 0px 0 0 0;
		border-top: 0;
	}
	.tabsbottom::after {
		width: 30px;
		height: 30px;
		top: 180px;
	}
	.tab_bottom {
		padding: 10px 20px;
	}
}
@media screen and (max-width:480px){
	.tab_bottom {
		padding: 5px 5px 20px;
	}
	section p {
		font-size: 16px;
		line-height: 26px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	position: relative;
	margin: 0 0 40px 0;
}
.guaranteed-head {
	position: relative;
	text-align: center;
	margin: 0 0 45px 0;
}
.guaranteed-head h5 {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	padding: 0 110px;
	font-family: "Russo One", sans-serif;
}
.guaranteed-head h5::before, .guaranteed-head h5::after {
	content: '';
	position: absolute;
	background-image: url(../images/category_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 98px;
	height: 14px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.guaranteed-head h5::after {
	right: 0;
}
.guaranteed-head h5::before {
	left: 0;
	transform: rotateY(-180deg);
}
.guaranteed_box::after {
	content: '';
	position: absolute;
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 39px;
	top: -13px;
	left: 0;
	right: 0;
	margin: auto;
}
.guaranteed_box::before {
	content: '';
	position: absolute;
	border-right: 5px solid #4d4d4d;
	border-bottom: 5px solid #4d4d4d;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: -20px;
	margin: auto;
	bottom: -20px;
}
.start {
	margin: 0 0 20px 0;
}
.guaranteed_box {
	text-align: center;
	margin: 0 10px 50px 0;
	position: relative;
	z-index: 1;
	border: 1px solid #7a7a7a;
	padding: 25px 20px;
	background-image: linear-gradient(#111010, #232323);
}
.guaranteed_name {
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 0.3px;
	font-weight: 700;
	font-family: "Gabarito", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-family: "Gabarito", sans-serif;
	line-height: 24px;
	padding: 15px 0 20px;
	transition: all 0.8s ease-in-out;
	letter-spacing: 0.3px;
	height: 131px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width:1199px){
	.guaranteed_box {
		padding: 25px 10px;
	}
	.guaranteed_name {
		font-size: 19px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_box {
		margin-bottom: 50px;
	}
	.guaranteed_text {
		height: 107px;
	}
	.guaranteed_wapper {
		margin: 0 0 0px 0;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_box {
		max-width: 70%;
		margin: 45px auto 0px;
	}
	.guaranteed-head {
		margin: 0 0 0px 0;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 58px;
		height: 10px;
	}
	.guaranteed-head h5 {
	font-size: 20px;
	line-height: 28px;
	padding: 0 61px;
}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed_wapper {
		margin: 0px 0 50px 0;
	}
}

@media screen and (max-width:480px){
	.guaranteed_box {
		max-width:90%;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 38px;
		height: 10px;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 15px;
		letter-spacing: 0;
		padding: 0 28px;
	}
	.guaranteed_box {
		max-width: 100%;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 23px;
		height: 10px;
	}
	.guaranteed_box::before {
		border-right: 2px solid #4d4d4d;
		border-bottom: 2px solid #4d4d4d;
		right: -10px;
		bottom: -10px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0;
	background-color: #232323;
}
.footer_block_titel {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 15px;
	position: relative;
	letter-spacing: 0.3px;
	font-family: "Russo One", sans-serif;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	text-align: center;
}
.footer_menu {
	margin: 25px 0px 0;
}
.footer_menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	font-weight: 600;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 0.5px;
	font-family: "Gabarito", sans-serif;
	padding: 0px 15px;
	border-right: 2px solid #fef9f9a3;
}
.footer_menu ul li:last-child a{
	border-right: none;
}
.footer_menu ul li a:hover{
	color: #0582c7;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 10px 0;
	position: relative;
	background-image: linear-gradient(to top,#0582c7, #3ebaff);
}
.dezign_copyright {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 500;
	font-family: 'Gabarito', sans-serif;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by {
	font-size: 15px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	text-align: right;
	font-family: 'Gabarito', sans-serif;
}
.dezign_by span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: 'Gabarito', sans-serif;
}
@media screen and (max-width:1199px){
	.footer_block_titel {
		font-size: 16px;
	}
	.footer_menu ul li a {
		font-size: 14px;
		padding: 0px 10px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 8px;
	}
	.footer_menu {
		margin: 0 0px;
	}
	.footer_menu ul {
		display: block;
		text-align: center;
	}
	.footer_menu ul li a {
		padding: 7px 0px;
		border-right: 0;
		font-size: 16px;
	}
	.footer_menu {
		margin: 20px 0px 0;
		border-top: 0;
	}
	.footer_block.footer_block03, .footer_block.footer_block04 {
		text-align: center;
		margin: 30px 0 0px 0;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
}
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 50px 0;
}
.feature-title {
	position: relative;
	text-align: center;
	margin: 0 0 25px 0;
}
.feature-title h2 {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0;
	display: inline-block;
	line-height: 30px;
	padding: 0 110px;
	font-family: "Russo One", sans-serif;
}
.feature-title h2::before, .feature-title h2::after {
	content: '';
	position: absolute;
	background-image: url(../images/category_after.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 106px;
	height: 13px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.feature-title h2::before {
	left: 0;
	transform: rotateY(-180deg);
}
.feature-title h2::after {
	right: 0;
}
.feature_section .container .row .col-lg-2:nth-child(odd) .cate_box .feature_box{
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	transition: all 0.5s ease-in-out;
}
.feature_section .container .row .col-lg-2:nth-child(even) .cate_box .feature_box{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	transition: all 0.5s ease-in-out;
}
.feature_section .container .row .col-lg-2:nth-child(odd) .cate_box:hover .feature_box{
	border-top-color:#0582c7;
	border-left-color:#0582c7;
}
.feature_section .container .row .col-lg-2:nth-child(even) .cate_box:hover .feature_box{
	border-right-color:#0582c7;
	border-bottom-color:#0582c7;
}
.cate_box {
	position: relative;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}
.feature_box {
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.feature_box::before{
	content: "";
	position: absolute;
	left: auto;
	right: -5px;
	bottom: -5px;
	top: auto;
	margin: auto;
	background: #4b4b4b;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .feature_box::before{
	background: #00aaff;
}
.fat_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0 5px;
}
.feature_box a {
	display: block;
	border: 2px solid #000;
}
.cate_box .fat_text h2 {
	font-size: 16px;
	font-weight: 400;
	transition: all 0.5s ease-in-out;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: block;
	letter-spacing: 0.3px;
	font-family: "Russo One", sans-serif;
	margin: 0;
	text-align: left;
}
.cate_box:hover .fat_text h2{
	color: #0582c7;
}
.cate_box .arrow svg path{
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .arrow svg path{
	fill: #0582c7;
}
.button a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-family: 'Gabarito', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 10px 22px;
	display: inline-block;
	position: relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	background-color: #4d4d4d;
	clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
}
.button a:hover {
	background: #0582c7;
}
.button a i {
	font-size: 14px;
}
@media screen and (max-width:1199px) {
	
}
@media screen and (max-width:991px) {
	.cate_box {
		margin: 0 auto 20px;
	}
	.feature_section {
		margin: 0 0 20px 0;
	}
	.category_box {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.feature-title h2::before, .feature-title h2::after {
		width: 68px;
		height: 10px;
	}
	.feature-title h2 {
		padding: 0 80px;
	}
}
@media screen and (max-width: 575px) {
	
	.feature-title h2 {
		font-size: 21px;
		line-height: 27px;
	}
}
@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 19px;
		line-height: 23px;
		padding: 0 45px;
	}
	.feature-title h2::before, .feature-title h2::after {
		width: 38px;
		height: 10px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 17px;
		padding: 0 35px;
	}
	.feature-title h2::before, .feature-title h2::after {
		width: 28px;
		height: 10px;
	}
	.category_box .container .row .col-6{
		-webkit-box-flex: 0;
  		-ms-flex: 0 0 100%;
  		flex: 0 0 100%;
  		max-width: 100%;
	}
}
/*============================================
			feature CSS END
============================================*/