@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*
font-family: "Poppins", sans-serif;
font-family: "Outfit", sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-family: "Outfit", sans-serif;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
	display: block;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
video{
	outline: none;
	width: 100%;
}
video::-webkit-media-controls{
  display: none;
}
video::controls{
  display: none;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_main {
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
}
.listing_wrapcen {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}

/*============================================
			Top Header Css START
============================================*/
.promo_top_text {
	background-color: #c0c0c0;
}
.welcom_text img {
	margin-right: 7px;
}
.welcom_text {
	color: #000;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.welcom_text span {
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
}
.top_newsletter_link ul li {
	background-color: transparent;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li img{
	margin-right: 10px;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a {
	color: #000;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.6px;
	transition: all .5s ease-in-out;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 7px 10px;
	background-color: transparent;
}
.top_newsletter_link ul li:hover a{
	background-color: #fff;
}
.top_section1 {
	padding: 20px 0;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: center;
}
.main_menu ul li {
	padding: 0px 40px;
	position: relative;
	border-right:2px solid rgba(16,54,116,0.2);
}
.main_menu ul li:last-child{
	border-right: none;
}
.main_menu ul li a {
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: 700;
	position: relative;
	transition: all .5s ease-in-out;
	color: #696969;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Outfit", sans-serif;
}
.main_menu ul li a:hover{
	color: #000;
}
.header_menu a {
	background-color: #fff;
	padding: 10px 10px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0.6px !important;
	color: #000000;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-family: "Outfit", sans-serif;
	border-radius: 8px;
	transition: all 0.5s ease-in-out;
	margin: 10px 0 0 0;
}
.header_menu a:hover{
	background-color: #000;
	color: #fff;
}
.header_menu a img{
	transition: all 0.5s ease-in-out;
}
.header_menu a:hover img{
	filter: invert(1);
}
.header_menu a img{
	margin-right: 5px;
}
.top_section {
	background-color: #000000;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	border-right: 2px solid #121212;
	margin-right: 50px;
	padding-right: 50px;
}
.Verifie-text1 h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	color: #ffffff;
	letter-spacing: 0.6px;
	line-height: 24px;
	font-family: "Outfit", sans-serif;
}
.Verifie-text1 p {
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 0;
	letter-spacing: 0.6px;
	line-height: 24px;
	font-family: "Outfit", sans-serif;
}
.verifie_center {
	display: flex;
	justify-content: center;
}
.header_right ul li a {
	background-color: #c0c0c0;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.6px;
	color: #000000;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-family: "Outfit", sans-serif;
	border-radius: 8px;
	transition: all 0.5s ease-in-out;
}
.header_right ul li a:hover{
	background-color: #fff;
}
.header_right ul li a img{
	margin-right: 5px
}
/* 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: -12px;
}
.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: #c0c0c0;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;

}
.amon ul li a {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 8px 0px;
}
.amon ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 4px;
	left: 0;
	background-color: #000;
	transform-origin: bottom right;
	transition: transform 0.5s ease-in-out;
}
.amon ul li:last-child a::after{
	display: none;
}
.verifie_center {
	margin: 15px 0px;
}
.amon ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.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: #c0c0c0;
}
.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) {
	.Verifie-main1.box {
		margin-right: 20px;
		padding-right: 20px;
	}
	.Verifie-text1 p {
		font-size: 15px;
	}
	.header_right ul li a img {
		width: 20px;
	}
	.header_right ul li a {
		padding: 10px 5px;
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.top_section1 {
		display: none;
	}
	.logo {
		width: 85%;
	}
	.top_header {
		margin: 0 ;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.main_menu_mobile {
		text-align: center;
	}
	.mobile_menu {
		display: block !important;
	}
	.welcom_text {
		font-size: 10px;
		letter-spacing: 0;
	}
	.top_section .container .row .col-lg-2:nth-child(1) {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top_section {
		padding: 10px 0;
	}
	.header_right ul li a {
		padding: 10px 15px;
		font-size: 14px;
		display: inline-block;
	}
	.header_right ul li a img {
		width: auto;
	}
	.header_right {
		text-align: center;
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.welcom_text {
		font-size: 14px;
		letter-spacing: 0.6px;
		justify-content: center;
	}
	.Verifie-main1.box {
		margin-right: 10px;
		padding-right: 10px;
	}
	.Verifie-text1 h1 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 13px;
		letter-spacing: 0;
	}
	.top_newsletter_link ul {
		justify-content: center;
		margin: 7px 0 0 0;
	}
	.promo_top_text {
		padding: 7px 0;
	}
}
@media screen and (max-width: 575px){
	.verifie_center {
		display: block;
	}
	.Verifie-main1 {
		justify-content: center;
	}
	.Verifie-main1.box {
		margin-right: 0;
		padding-right: 0;
		margin: 0 0 12px 0;
		border-right: none;
	}
	.Verifie-text1 h1 {
		font-size: 19px;
	}
	.Verifie-text1 p {
		font-size: 16px;
		letter-spacing: 0.6px;
	}
}
@media screen and (max-width: 480px){
	.welcom_text {
		font-size: 12px;
		letter-spacing: 0;
	}
	.welcom_text span {
		font-size: 13px;
	}
}
@media screen and (max-width: 361px){
	.welcom_text {
		font-size: 11px;
	}
	.welcom_text span {
		font-size: 12px;
		letter-spacing: 0;
	}
	.welcom_text img {
		margin-right:4px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 20px 0 20px;
}
.main_title {
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 7px 6px;
	color: #fff;
	margin-bottom: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	text-align: center;
	background-color: #000;
}
.listing_content {
	width: 100%;
	margin: 0px auto 0;
	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;
}
.section-tittle.box {
	text-transform: capitalize !important;
}
#main_row > div {
	margin-top: 0;
	width: 380px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	flex-wrap: wrap;
	justify-content: start;
	margin-left: auto;
	margin-right: 0;
}
#main_gallery #main_row div ul li:last-child {
	margin-right: 0;
}
#main_gallery .full_img_wapper {
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	height: 0;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
#main_gallery .thumb {
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	overflow: hidden;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#main_gallery #main_row div#row1 ul:first-child li:first-child .imagsbox_w {
	z-index: 1;
}
#main_gallery #main_row input {
	display: none;
}
#main_gallery #main_row input:checked ~ .imagsbox_w {
	z-index: 2;
}
#main_gallery div.imagsbox_w .imagsbox {
	display: flex;
	height: 100%;
	max-width: 100%;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
#main_gallery div.imagsbox_w .full-img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
#main_gallery div.imagsbox_w {
	border: 1px solid #dadada;
	border-radius: 0px;
	bottom: 0;
	height: 97%;
	left: 0px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	top: 0px;
	width: 66%;
	overflow: hidden;
}
#main_gallery #main_row div ul li {
	height: auto;
	margin: 0 0px 20px 23px;
	padding: 0;
	width: auto;
}
@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;
	}
  }
  @media only screen and (min-width: 320px) and (max-width: 1024px) {
	.main_title {
		margin-bottom: 5px;
	}
	#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);
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Listing CSS START
============================================*/
.desc-hedtitle {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 6px 3px;
	letter-spacing: 0.5px;
	z-index: 1;
	font-family: "Poppins", sans-serif;
	position: relative;
	text-align: center;
	line-height: 30px;
	text-transform: capitalize;
	background-color: #000;
}
.desc-rd p {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 400;
	color: #333333;
	font-family: "Poppins", sans-serif;
}
.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 12px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333;
	font-family: "Poppins", sans-serif;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000;
	font-family: "Poppins", serif;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #d3d3d3;
}
@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-top: 25px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width:480px){
	.product-text {
		margin-top: 25px;
		margin-bottom: 20px;
	}
}
/*============================================
			Listing CSS END
============================================*/
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	display: table;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.service_wrapper {
	margin: 40px 0;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
}
.service_img {
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	background-color: #000000;
	border-radius: 50%;
	margin: 0 auto;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 13px 0 0px 0;
	letter-spacing: 0.50px;
}
.service_text p {
	font-size: 15px;
	font-weight: 300;
	color: #1a1a1a;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}
@media screen and (max-width: 991px) {
	.service_title h4 {
		font-size: 18px;
	}
	.service_box {
		width: 50%;
	}
	.service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4){
		margin: 30px 0 0 0;
	}
	.service_item {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	.service_item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width: 100%;
	}
	.service_wrapper  .container .service_item .service_box:nth-child(2), .service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(5){
		margin: 30px 0 0 0;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0 0 40px 0;
}
.feature-title {
	margin: 0 auto;
	text-align: center;
}
.feature-title h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	color: #212130;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 00 0 20px 0;
}
.cate_box {
	position: relative;
	margin: 0 auto 32px;
	display: table;
}
.feature_box {
	position: relative;
	overflow: hidden;
	display: table;
	display: block;
	margin: 0 0 1px 0;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box:hover .feature_box img {
	transition: all 0.8s ease-in-out;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.cate_box .fat_text h1 {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.8px;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #212130;
	padding: 10px 3px;
	font-family: 'Poppins', sans-serif;
}
.cate_box:hover .fat_text h1{
	color: #000;
}
.view_all_btn.view{
	text-align: center;
	margin: 0 auto;
}
.view_all_btn a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.8px;
	font-family: "Poppins", sans-serif;
	transition: all 0.8s ease;
	text-align: center;
	margin: 0 auto;
	padding: 10px 22px;
	display: inline-block;
	position: relative;
	background: #c0c0c0;
	text-transform: uppercase;
}
.view_all_btn a:hover {
	background: #000000;
	color: #fff;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.cate_box .fat_text h1 {
		font-size: 19px;
	}
}
@media only screen and (max-width: 991px){
	.cate_box {
		margin: 0 auto 12px;
	}
}
@media only screen and (max-width: 575px){
	.cate_box .fat_text h1 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 480px){
	.feature-title h1 {
		font-size: 23px;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h1 {
		font-size: 21px;
	}
	.view_all_btn a {
		font-size: 18px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about_wrapper {
	margin: 0 0 50px;
	position: relative;
	background-color: #f8f8f8;
}
.about_img {
	text-align: center;
	position: relative;
	margin: 0 0 0 -145px;
	overflow: hidden;
}
.about_content h3 span {
	font-size: 50px;
	font-weight: 600;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.about_content h3 {
	font-size: 50px;
	font-weight: 300;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	padding: 0 0 10px 0;
}
.about_content h3::after{
	content:'';
	position: absolute;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	width:162px;
	height:13px;
	top: auto;
	bottom: 0;
	right: 0;
}
.view_all_btn.about img {
	margin: 0 10px 0 0;
	filter: invert(1);
	transition:all 0.5s ease-in-out;
}
.view_all_btn:hover.about img{
	filter: invert(0);
}
.about_content p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	margin-bottom: 25px;
}
.about_content p span{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
}
.about_button {
	margin-top: 30px;
}
.about_button a {
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.7px;
	font-family: "Poppins", sans-serif;
	transition: all 0.8s ease;
	text-align: center;
	margin: 0 auto;
	padding: 10px 25px;
	display: inline-block;
	position: relative;
	background: #181818;
	text-transform: uppercase;
}
.about_button a:hover{
	background-color: #025382;
}
.about_button img {
	margin: 0px 10px 0 0px;
}
@media screen and (max-width: 1199px) {
	.about_img {
		margin: 0 0 0 -70px;
	}
	.about_content h3 span {
		font-size: 35px;
	}
	.about_content h3 {
		font-size:35px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.about_content p {
		line-height: 24px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
	.about_img {
		margin: 0 auto 20px;
	}
	.about_content p {
		margin-bottom: 25px;
	}
	.about_content {
		padding: 0 0 25px 0;
	}
}
@media screen and (max-width: 480px) {
	.about_wrapper {
		margin: 0 0 20px;
	}
	.about_content h3::after {
		width: 142px;
		background-size: contain;
	}
}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.clear {
	clear: both;
}

.tab [type=radio] {
	display: none
}

.customsearchbox input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	display: none;
}
.tab_wrapper {
	position: relative;
}
.tabsbottom label {
	margin: 0;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #c0c0c0;
	font-weight: 600;
	font-size: 18px;
	font-family: "poppins", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 10px;
	position: absolute;
	left: -20px;
	top: 40px;
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabsbottom label:nth-child(4) {
	top: 130px;
}
.tabsbottom label:nth-child(6) {
	top: 220px;
}
.tabsbottom label:nth-child(7) {
	margin-right: 0;
}
.tabsbottom input:checked + label::after, .tabsbottom label:hover::after{
	color: #000;
}
.tabsbottom input:checked + label img, .tabsbottom label:hover img{
	filter:invert(1);
}
.tabsbottom label::after {
	content: "\27A7";
	position: absolute;
	right: 0;
	color: #c0c0c0;
	z-index: 99;
	transition: all 0.8s ease 0s;
	font-size: 30px;
	opacity: 1;
	top: 8px;
	z-index: -1;
	right: -12px;
	z-index: 1;
}
.tabsbottom {
	margin-bottom: 40px;
	position: relative;
}
.tabsbottom label:hover {
	background: #000000;
	color: #fff;
}

.tabsbottom input:checked + label {
	background: #000000;
}
#table1:checked~#content1,
#table2:checked~#content2,
#table3:checked~#content3,
#table4:checked~#content4,
#table5:checked~#content5,
#table6:checked~#content6,
#table7:checked~#content7 {
	display: block !important;
}

section p {
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
.tabsbottom label img {
	display: inline-block;
}
section {
	display: none !important;
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #fff;
	padding-left: 65px;
	height: 330px;
}
section h1 {
	font-size: 23px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.tabs {
	position: relative;
	min-height: 110px;
	position: relative;
	margin: 20px 0;
	padding: 10px 0 0;
	height: auto
}

@media screen and (max-width: 1199px) {
	.main_tab_row {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 991px) {
	section {
		height: 400px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	section {
		height: 440px;
	}
}
@media screen and (max-width: 575px){
	.tabs label:nth-child(8) {
		border-radius: 0;
	}
	.tabsbottom label:nth-child(3) {
		margin-left: auto;
		border-radius: 0;
	}
	.tabsbottom label:nth-child(7) {
		margin-left: auto;
		border-radius: 0;
	}
	section {
		height: 460px;
		margin-left: 20px;
		padding: 15px;
		padding-left: 65px;
	}
	.tabsbottom label {
		left: 0px;
	}
}
@media screen and (max-width: 480px) {
	.tabs .tab {
		padding: 15px;
	}
	.tabs label, .tabsbottom label{
		margin-right: 0;
		border-bottom: 1px solid rgb(255, 255, 255, 0.5);
	}
	.tabs .tab, .tabsbottom label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
	.tabsbottom label {
		position: relative;
		left: 0px;
		margin-right: 20px;
		top: 30px;
	}
	.tabsbottom label:nth-child(4) {
		top: 20px;
		top: 30px;
	}
	.tabsbottom label:nth-child(6) {
		top: 20px;
		top: 30px;
	}
	.tab_wrapper {
		position: relative;
		text-align: center;
	}
	section {
		height: auto;
	}
	section {
		padding-left: 20px;
		padding-top: 60px;
	}
	.tabsbottom label::after {
		right: 0;
		bottom: -24px;
		left: 0;
		margin: auto;
		rotate: 89deg;
		top: auto;
	}
	section {
		margin-left: 0;
	}
	.tabsbottom label {
		display: inline-flex;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wrapper {
	background-color: #000;
}
.footer_block_titel {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.3px;
	text-align: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	transition: 0.5s all ease-in-out;
}
.footer_block.footer_block03 {
	text-align: center;
}
.footer_menu ul li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 2px;
	left: 0;
	background-color: #5d5d5d;
	transform-origin: bottom right;
	transition: transform 0.50s ease-out;
}
.footer_menu ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.footer_menu ul li a {
	position: relative;
}
.footer_menu ul {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	column-gap: 10px;
}
.footer_block.footer_block04 {
	text-align: center;
}
.store_footer_wrapper .col-md-5 .footer_menu ul li{
	position: relative;
}
.footer_bottom {
	padding: 15px 0px;
	position: relative;
	background: #000;
	border-top: 1px solid #cdcbcb2a;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #a0a0a0;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #fff;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.50px;
	color: #a0a0a0;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.50px;
}
@media screen and (max-width: 1299px) {
	.footer_block_titel {
		font-size: 13px;
	}
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 11px;
	}
	.footer_menu ul {
		justify-content: center;
		column-gap: 30px;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1024px){
	.footer_block_titel {
		font-size: 10px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 12px;
	}
	.footer_block.footer_block03 {
		margin: 20px 0 0;
	}
	.footer_block.footer_block04 {
		margin: 20px 0 0;
	}
	.footer_block_titel {
		font-size: 15px;
	}
	.footer_logo {
		text-align: center;
		margin-bottom: 15px;
	}
	.store_footer_wrapper {
		padding: 20px 0;
	}
	.dezign_copyright {
		text-align: center;
		margin: 0 0 8px 0;
	}
	.dezign_by {
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.footer_block.footer_block03 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin: 20px 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_block2 {
		display: grid;
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.footer_logo {
		margin: 0 0 30px 0;
	}
	.store_footer_wrapper {
		padding: 30px 0 0;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	margin: 0 0 40px 0;
}
.guaranteed-head h5 {
	font-size: 27px;
	font-weight: 700;
	color: #000;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 0px 0;
}
.guaranteed-head p {
	font-size: 15px;
	font-weight: 400;
	color: #444444;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.9px;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 20px 18px;
	margin-bottom: 35px;
	position: relative;
	box-shadow: 4px 5px 20px 0px rgba(152, 152, 152, 0.19);
}
.guaranteed_name {
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.20px;
	font-weight: 700;
	margin: 17px 0;
	font-family: "Poppins", sans-serif;
}
.guaranteed_text {
	font-size: 17px;
	color: #444444;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 24px;
	margin: 13px 0px;
	height: 72px;
	justify-content: center;
	display: flex;
	align-items: center;
}
.view_all_btn.review {
	text-align: center;
}
.view_all_btn.review img{
	filter: invert(1);
  	transition: all 0.5s ease-in-out;
}
.view_all_btn:hover.review img {
	filter: invert(0);
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		font-size: 15px;
	}
	.guaranteed_box {
		padding: 20px 10px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		height: 58px;
		font-size: 17px;
	}
	.guaranteed_name {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed-head h5 {
		font-size: 26px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed_box {
		width: 60%;
		margin: 0 auto 30px;
	}
}
@media screen and (max-width:480px){
	.guaranteed-head h5 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.guaranteed-head p {
		font-size: 13px;
	}
	.guaranteed_wapper {
		margin: 30px 0px;
	}
	.guaranteed_box {
		width: 85%;
	}
}
@media screen and (max-width:361px){
	.guaranteed-head h5 {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
	.guaranteed-head p {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.guaranteed_box {
		width: 100%;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper {
	position: relative;
	margin: 0 0 35px 0px;
}
.promo_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promos_bg.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 23px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 17px 0;
}
.Verifie-text h1 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1.50px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #000;
}
.Verifie-text p {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	line-height: 25px;
}
.Verifie-main_title.verifie_left {
	padding-right: 65px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main_title.verifie_right {
	padding-left: 30px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-main_title.verifie_right {
		padding-left: 5px;
	}
	.Verifie-main_title.verifie_left {
		padding-right:35px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie-text h1 {
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.promo_wrapper::after {
		display: none;
	}
	.Verifie-main_title.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title {
		padding: 10px 0;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 0;
	}
	.Verifie-text h1 {
		font-size: 22px;
	}
	.Verifie-text p {
		font-size: 17px;
	}
}
@media screen and (max-width: 480px){
	.Verifie-text h1 {
		font-size: 19px;
	}
	.Verifie-text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h1 {
		font-size: 16px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
}
/*================================== PROMOS CSS END  ================================== */