@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/*  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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 ============================== */
.top_section .container .row .col-md-4:nth-child(2), .top_section .container .row .col-md-4:nth-child(3){
    display: flex;
    justify-content: end
}
.dezign_top_menu{
	position: relative;
}
.Verifie_wrapper {
	display: flex;
	justify-content: end;
	margin: 0;
	gap: 50px;
}
.welcom_text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
	z-index: 1;
}
.logo {
	margin-bottom: 20px;
	margin-top: -35px;
	mix-blend-mode: darken;
}
.welcom_text span {
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.welcom_text img {
	margin-right: 5px;
	margin-bottom: 5px;
}
.top_newsletter_link ul {
	display: flex;
	list-style: none;
	justify-content: end;
	margin-bottom: 0px;
	align-items: center;
}
.top_newsletter_link ul li {
	padding: 9px 15px;
	background-color: transparent;
	transition: all 0.8s ease-in-out;
	border-right: 1px solid rgba(25, 25, 25, 0.3);
}
.top_newsletter_link ul li:last-child{
	border-right: none;
}
.top_newsletter_link ul li a {
	color: #191919;
	 font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all 0.8s ease-in-out;
}
.top_newsletter_link ul li a img {
	margin-right: 3px;
	transition: all 0.8s ease-in-out;
}
.top_newsletter_link ul li:hover img {
	filter: brightness(0) invert(0);
}
.top_newsletter_link ul li:hover {
	background-color: #f7f3e9;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text h2 {
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.Verifie-text p {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.40px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0;
}
.top_mini_header {
	display: none;
}
.main_menu_mobile{
	display: none !important;
}
.main_menu {
	padding: 14px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_menu::before {
	content: '';
	position: absolute;
	width: 130%;
	height: 100%;
	left: -20px;
	top: 0;
	overflow: hidden;
	background: #000;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-ms-transform: skew(-20deg);
	-o-transform: skew(-20deg);
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	padding: 0px 10px;
	position: relative;
}
.main_menu ul li:last-child{
	padding-right: 0;
	border-right: none;
}
.main_menu ul li a {
	color: #ffff;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
}
/* .main_menu ul li a::after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 8px;
	width: 8px;
	right: -42px;
	top: 0;
	bottom: 0;
	display: block;
	rotate: 136deg;
	margin: auto;
} */
.menu-links a::before{
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.menu-links a:hover::before{
	width: 100%;
}
.menu-links a:hover{
	color: #fff;
}
.main_menu ul li a::before{
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.main_menu ul li a:hover::before{
	width: 100%;
}
.main_menu ul li:last-child a::after{
	content: none;
}
.main_menu ul li a:hover{
    text-decoration: none;
}
.main_dezign_brain_header {
	overflow: hidden;
	padding: 0;
	padding-bottom: 0px;
	background-color: #f8f8f8;
	margin-bottom: 40px;
}

/* mobile-menu-css-tart */
.amon {
	color: #FFF;
	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: 0;
	z-index: 1;
	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;
	background-color: #0b6637;
	display: inline-grid;
	width: 200px;
	border-radius: 10px;
	overflow: hidden;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
}
.amon ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	transition: all .5s ease-in-out;
	font-family: "poppins";
}
.amon ul li a:hover {
	background-color: #000;
	color: #fff;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	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;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
	  width: 20%;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
	width: 32%;
}
.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;
	width: 30px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
	width: 30px;
}

@media screen and (max-width: 1199px) {
	.Verifie-text h2 {
		font-size: 14px;
	}
	.Verifie-text p {
		font-size: 11px;
	}
	.main_menu ul li a {
		font-size: 17px;
	}
	.main_menu ul li {
		position: relative;
	}
	.main_menu ul li a {
		font-size: 14px;
	}
	.top_newsletter_link ul li {
		padding: 9px;
	}
	.top_newsletter_link ul li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 991px) {
	.Verifie-text h2 {
		font-size: 16px;
	}
	.Verifie_wrapper {
		justify-content: center;
	}
	.top_mini_header {
		display: block;
	}
	.mobile_menu {
		display: block;
	}
	.top_mini_header {
		background: #000;
		padding: 11px 0;
		margin: 0 0 30px 0;
	}
	.main_dezign_brain_header {
		overflow: visible;
	}
	.mob-logo-wapper{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.Verifie-main {
		justify-content: center;
	}
	.top_mini_header{
		display: block;
	}
	.welcom_text {
		text-align: center;
		margin: 0 0 20px 0;
		margin: 0;
	}
	.welcom_text {
		line-height: 0;
		text-align: center;
	}
	.main_dezign_brain_header {
		padding-bottom: 18px;
		padding-top: 0px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
	.Verifie_wrapper .welcom_text {
		display: none;
	}
	.Verifie-main{
		margin: 0;
	}
	.logo {
		margin: 0;
		width: 150px;
	}
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .top_section .container .row .col-md-4{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .top_section .container .row .col-md-3{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
    .main_menu_mobile{
        display: inline-block !important;
    }
    .top_section .container .row .col-md-5:nth-child(1){
        display: flex !important;
        justify-content: space-between !important;
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
    }
    .promo_top_text {
        background-color: #022438;
        /* padding: 10px 0; */
    }
    .dezign_top_menu .row {
        display: grid;
        grid-row-gap: 12px;
    }
    .dezign_top_menu .row .col-md-5{
        max-width: 100%;
        text-align: center;
    }
    .dezign_top_menu .row .col-md-7{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 767px){
    .Verifie-text p {
        font-size: 12px;
    }
	.main_dezign_brain_header .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.dezign_top_menu::before {
		width: 130%;
		height: 101%;
		left: -20px;
		top: -1px;
		transform: skew(0deg);
	}
	.welcom_text {
		font-size: 13px;
	}
	.welcom_text span {
		font-size: 15px;
	}
	.top_newsletter_link ul{
		justify-content: center;
	}
	.promo_top_text {
		background-color: #fdc42f;
		padding: 6px 0;
	}
	.welcom_text span {
		font-size: 13px;
	}
	.Verifie_wrapper{
		gap: 7px;
	}
}

@media screen and (max-width: 575px) {
	.Verifie-text p {
		font-size: 14px;
	}
}
@media screen and (max-width:575px){
	.top_section .container .row .col-md-4{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top_section .container .row .col-md-3{
        display: flex !important;
        justify-content: center !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.promo_top_text{
		margin: 0;
	}

	.logo {
		margin-bottom: 12px;
		width: 150px;
	}
}
@media screen and (max-width: 570px){
	.Verifie_wrapper {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 17px 20px;
		margin: 0;
	}
}
@media screen and (max-width:480px){
	/* .Verifie-text h2 {
		font-size: 14px;
	} */
}
/* ============================== HEADER CSS END ============================== */
/* ============================== PRODUCT_DES3 CSS START ============================== */
.listing_section {
	margin: 0 0 40px 0;
}
.main_title h1 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	/* text-transform: uppercase; */
	text-align: center;
	background-color: #000;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
}
.desc-text span h1 {
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 800;
	font-family: "Poppins", sans-serif;
	color: #fff;
	/* text-transform: uppercase; */
	margin-bottom: 15px;
}
.desc-text span h2 {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.70px;
	font-weight: 600;
	color: #fff;
	/* text-transform: uppercase; */
	margin-bottom: 18px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #959595;
	width: 81%;
}
.desc_bottum span {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.70px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin: -43px 10px 0px 0px;
}
.pro-and-about {
	border: 1px solid #dadada;
	border-top: 0;
	padding: 20px;
}
.desc-rd.desc-text table {
	border-collapse: collapse;
	margin-bottom: 40px;
	width: 80%;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
	padding: 3px 13px;
}
.desc-rd.desc-text tr{
	color: #e4e4e4;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 40px;
	letter-spacing: 0.70px;
	font-weight: 300;
	text-align: left;
}
.desc-rd.desc-text tr:nth-child(odd) {
	background-color: #000;
}
.product_section {
	position: relative;
}
.product_images_wappers {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 850px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #000 #FFF;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #000;
	border: 1px solid transparent;
	border-image: linear-gradient(to bottom, #737373, #b48540) 1;
}
.product_images_gallery {
	width: 48%;
	min-height: 550px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	padding: 5px;
	margin: 0.5%;
	position: relative;
	border: 1px solid #373737;
}
.desc-hedtitle img {
	margin-top: -3px;
	margin-right: 6px;
}
.desc-rd.desc-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333;
	font-family: "Poppins", serif;
}
.desc-rd ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.desc-rd.desc-text b {
	/* text-transform: uppercase; */
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: 0.30px;
	/* color: #000; */
	font-family: "Poppins", serif;
}
.desc-rd table h3 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
#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 {
	min-height: 700px;
	margin: 0 auto;
	max-width: inherit;
	overflow: hidden;
	text-align: center;
	width: auto;
	z-index: 500;
	margin-right: 0px;
	display: flex;
	justify-content: end;
}
#main_row > div {
	margin-top: 0;
	max-width: 374px;
}
#main_gallery #main_row div ul {
	display: flex;
	height: auto;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	width: auto;
	justify-content: start;
	flex-wrap: wrap;
}
#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;
	float: left;
	height: 614px;
	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;
}
#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;
}
section p {
	font-family: "Cormorant", serif;
	margin-bottom: 10px;
}
#right_box {
	position: relative;
	z-index: 1;
	margin-bottom:0px;
	height: auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 #f9f9f9;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	/* text-transform: uppercase; */
	text-align: center;
	background-color: #000;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000;
}
#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%;
}
#main_gallery #main_row div ul li {
	float: right;
	height: auto;
	margin: 0 0px 20px 22px;
	padding: 0;
	width: auto;
}
@media screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.product-text .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:1079px){
	#main_gallery div.imagsbox_w {
		width: 63%;
	}
}
@media screen and (max-width: 1024px) {
	#main_gallery div.imagsbox_w {
		width: 100% !important;
		height: 400px;
		left: 0;
    	margin: 10px auto 0;
    	right: 0;
    	top: 0 !important;
	}
	#main_gallery #main_row {
		min-height: auto;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 430px;
		width: 100%;
	}
	.product-text {
		margin-top: 0px;
	}
	#main_row > div {
		float: none;
		margin: 0 auto !important;
		text-align: center;
		max-width: 100%;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#main_gallery #main_row div ul li {
		margin: 0 8px 20px 8px;
	}
	#main_gallery div.imagsbox_w .imagsbox {
		height: 100% !important;
		display: flex;
		margin: 0 auto;
	}
	#main_gallery #main_row .thumb {
		width: 55px;
		height: 55px;
	}
	#main_gallery {
		margin: 0px 0 0px;
		padding: 0 0px 20px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 480px) {
	#main_gallery #main_row div ul li {
		margin: 0 5px 10px 5px;
	}
	#main_gallery #main_row div ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.top_newsletter_link ul li {
		padding: 0px 8px 0px;
	}
	.top_newsletter_link ul li a {
		font-size: 12px;
	}
	.main_title h1 {
		font-size: 17px;
	}
	.desc-hedtitle p {
		font-size: 17px;
	}
	.pro-and-about {
		padding: 13px;
	}
}
/* ============================== PRODUCT_DES3 CSS END ============================== */
/*================================== SERVICES CSS START  ================================== */
.service_wrapper {
	margin: 0px 0px 45px;
}
.service_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0 16px 50px -36px,rgba(0, 0, 0, 0.2) 0 -22px 50px -41px;
}
.service_box {
	position: relative;
	display: flex;
	align-items: center;
	grid-column-gap: 13px;
	padding: 33px 0;
	transition: all 0.5s ease-in-out;
}
.service_box::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: rgba(218,218,218,0.5);
	top: 0;
	right: -30px;
	bottom: 0;
	margin: auto;
}
.service_box:last-child:after{
	display: none;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover .service_img img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	margin: 0px 0 0 0;
	letter-spacing: 0.20px;
}
@media screen and (max-width: 1199px) {
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width:1078px) {
	.service_box::after {
		right: -30px;
	}
}
@media screen and (max-width: 1040px) {
	.service_box::after {
		right: -20px;
	}
}
@media screen and (max-width:1000px) {
	.service_box {
		padding: 30px 0px;
		width: 34.33%;
		justify-content: center;
	}
	.service_item {
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
	}
	.service_item  .service_box:nth-child(2)::after{
		display: none;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_box::after {
		right: -5px;
	}
}
@media screen and (max-width: 991px) {
	.service_box {
		padding: 20px 0px;
		width: 50%;
		justify-content: center;
	}
	.service_item {
		padding: 15px 0;
	}
	.service_item  .service_box:nth-child(3)::after{
		display: block;
	}
	.service_box::after {
		height: 70%;
	}
}
@media screen and (max-width: 899px) {
	.service_item  .service_box:nth-child(2)::after{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.service_box {
		padding:15px 0px;
		width: 100%;
		justify-content: start;
	}
	.service_item  .service_box::after, .service_item  .service_box:nth-child(3)::after{
		display: none;
	}
	.service_title h4 {
		font-size: 18px;
	}
	.service_item {
		padding: 20px 30px;
		display: table;
		margin: 0 auto;
	}
}
@media screen and (max-width: 370px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_item {
		padding: 20px 15px;
	}
}
/*================================== SERVICES CSS END  ================================== */
/*================================== BANNER CSS START  ================================== */

#dezign_home_banner{
	text-align: center;
}
.banner_section_res{
	display: none;
}
@media screen and (max-width: 767px) {
	.banner_section_res {
		display: block;
		margin: 0 auto;
	}
	.banner_section{
		display: none;
	}
}

/*================================== BANNER CSS END  ================================== */
/*============================================
			promo CSS START
============================================*/
.promo_wrepper {
	margin: 0 0 40px 0;
}
.promo_box {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 22px 0;
}
.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box {
	justify-content: end;
	padding-right: 60px;
	border-right: 1px solid #c8d3e5;
}
.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box {
	justify-content: start;
	padding-left: 55px;
}
.promo_wrepper .container .row .col-md-6{
	padding: 0px;
}
.promo_text h2 {
	font-size: 21px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 0;
	text-transform: uppercase;
}
.promo {
	width: 100%;
	display: flex;
	position: relative;
	box-shadow: #0003 0 16px 50px -32px;
}
/* promo_responsiv */
@media only screen and (max-width: 991px) {
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 30px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 30px;
	}
	.promo_wrepper {
		margin: 0 0 25px 0;
	}
	.promo_text p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	.promo {
		display: block;
		padding: 7px 0;
	}
	.promo_wrepper .container .row .col-md-6{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.promo_wrepper .container .row .col-md-6 .promo_box{
		justify-content: center !important;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(2) .promo_box{
		padding-left: 0px;
	}
	.promo_wrepper .container .row .col-md-6:nth-child(1) .promo_box{
		padding-right: 0px;
		border-right: 0px !important;
	}
	.promo_box {
		padding: 11px 0;
	}
}
@media only screen and (max-width: 480px){
	.promo_text h2 {
		font-size: 18px;
	}
	.promo_text p {
		font-size: 13px;
	}
}
/*============================================
			promo CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 40px 0;
}

.feature-title h2 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.cate_box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px;
	/* overflow: hidden; */
	text-align: center;
	padding-top: 23px;
	display: grid;
	justify-content: center;
}

.fat_box {
	margin-top: 30px;
}

.feature_box {
	position: relative;
	display: inline-block;
	height: 100%;
	border-radius: 50%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}

.feature_box::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	animation-name: rotate;
	animation-duration: 0.150s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	outline: 1px dashed #0b6637;
	top: 0;
	bottom: 0;
	margin: auto;
	outline-offset: 5px;
	z-index: -1;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}

	0% {
		transform: rotate(0);
	}
}

.feature_box a {
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
}

.cate_box .feature_box a img {
	transition: all 0.8s ease;
}

.cate_box:hover .feature_box img {
	transition: all .8s ease 0s;
	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 h2 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.30px;
	text-align: center;
	transition: all .8s ease 0s;
	margin-bottom: 0px;
	text-transform: capitalize;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.cate_box:hover .fat_text h2 {
	color: #0b6637;
}
.browse_all_btn {
	text-align: center;
	padding-top: 20px;
}

.button {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 10px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	/* overflow: hidden; */
	z-index: 1;
	text-transform: uppercase;
	background-color: #000;
}

.button:hover {
	color: #fff;
}


.button::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	margin: auto;
	background-image: url(../images/button-arrow.png);
	width: 43px;
	height: 43px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .5s ease-in-out;
	opacity: 0;
}

.button:hover:before {
	left: 100%;
	opacity: 1;
}

@media screen and (max-width: 1199px) {
	/* .feature_box::after {
		height: 276px;
		width: 276px;
	}

	.feature_box {
		height: 275px;
		width: 275px;
	} */
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
	.feature_section {
		margin: 15px 0px 40px;
	}

	.cate_box {
		display: table;
		margin: 0 auto 30px;
	}

	.cate_box .fat_text h2 {
		font-size: 18px;
	}

	.feature_box::after {
		height: 246px;
		width: 246px;
	}

	.feature_box {
		height: 245px;
		width: 245px;
	}

	.feature_box {
		margin: 10px;
	}

	.feature_box::after {
		animation-duration: 0.1s;
	}
}

@media screen and (max-width: 575px) {
	.cat_sec .row .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cate_box {
		display: table;
		margin: 0 auto 0;
	}

	.feature_section {
		margin: 30px 10px;
	}
}

@media screen and (max-width: 480px) {
	.feature-title h2 {
		font-size: 28px;
		letter-spacing: 0.80px;
	}

	.cate_box .fat_text h2 {
		font-size: 22px;
	}
}

@media screen and (max-width: 361px) {
	.feature-title h2 {
		font-size: 23px;
		letter-spacing: 0.8px;
		margin-bottom: 15px;
	}

	.feature-title p {
		font-size: 15px;
	}
}

/*============================================
			feature CSS END
============================================*/
/* ABOUT1 CSS START */
.about_wrapper {
	background-color: #f8f8f8;
	margin: 0px 0px 60px;
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.about_img {
	margin-left: -176px;
}
.about_content h3 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	display: inline-block;
}
.about_content h3::before{
	content: "";
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	width: 40%;
	height: 2px;
	background: #83b099;
}
.about_content h6 {
	font-size: 17px;
	font-weight: 600;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	margin: 0 0 20px 0;
}
.about_content p {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
	font-family: 'Poppins', sans-serif;
	line-height: 24px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1299px) {
	.about_img {
		margin-left: -45px;
	}
}
@media screen and (max-width: 1199px) {
	.about_content h3 {
		margin-bottom: 30px;
	}
	.about_content p {
		margin-bottom: 20px;
	}
	.about_button {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.about_content {
		padding: 10px 0px;
	}
}
@media screen and (max-width: 991px) {
	.about_content p {
		margin-bottom: 14px;
		font-size: 14px;
	}
	.about_content h3 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.about_content span {
		font-size: 40px;
	}
	.about_content {
		padding: 00px 0px;
	}
}
@media screen and (max-width: 767px) {
	.about_img {
		text-align: center;
		margin-left: 0;
	}
	.about_content {
		margin: 20px 0 00;
	}
}
@media screen and (max-width: 575px) {

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 361px) {

}
@media screen and (max-width:320px) {

}
/* ============================== ABOUT1 CSS END ============================== */
/*================================== MAIN 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;
}

.tabsbottom label {
	display: inline-block;
	margin: 0;
	padding: 14px 25px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	font-weight: 600;
	font-size: 18px;
	min-width: 160px;
	font-family: "Poppins", sans-serif;
	transition: all .5s ease-in-out;
	letter-spacing: .8px;
	margin-right: 10px;
	text-transform: uppercase;
}
.tabsbottom label:nth-child(7) {
	margin-right: 0;
}
.tabsbottom {
	/* background-color: #f6f6f6; */
	padding: 40px 0;
	/* margin-bottom: 40px; */
}
.tabsbottom label:hover {
	background: #0b6637;
	color: #fff;
}

.tabsbottom input:checked + label {
	background: #0b6637;
}

#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: 15px;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 0.30px;
	color: #555555;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
section p b{
	color: #000;
}
.tabsbottom label img {
	display: inline-block;
	margin-top: -7px;
	margin-right: 7px;
	width: 21px;
}
section {
	display: none !important;
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #fff;
}

.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: 767px) {
	.tabs label {
		padding: 2px 20px;
	}
	.tabsbottom label {
		font-size: 17px;
		min-width: 160px;
	}
}
@media screen and (max-width: 575px){
	.tabs label, .tabsbottom label{
		width: 100%;
		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;
	}
	.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;
	}
}
@media screen and (max-width: 480px) {
	.main_tab_row {
		margin: 35px 0px;
	}
	.tabs .tab {
		padding: 15px;
	}
}
/*================================== MAIN TAB CSS END  ================================== */
/*============================================
			guaranteed CSS START
============================================*/
.guaranteed-head {
	margin-bottom: 50px;
}
.guaranteed-head {
	text-align: center;
	margin: 0 0 75px 0;
	display: flex;
	justify-content: center;
	position: relative;
}
.guaranteed-head h5 {
	font-size: 28px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
	max-width: 100%;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 180px;
}
.guaranteed-head h5::after {
	content: '';
	background-image: url(../images/revue_left_img.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 172px;
	margin: auto;
	height: 7px;
}
.guaranteed-head h5::before {
	content: '';
	background-image: url(../images/revue_left_img.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 173px;
	height: 7px;
	margin: auto;
	transform: scaleX(-1);
}
.ebay_logo {
	margin: -42px 0 0 0;
}
.guaranteed_box {
	text-align: center;
	padding: 5px 17px 23px;
	margin-bottom: 35px;
	position: relative;
	border: 2px solid #eeeeee;
	position: relative;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 34px;
	top: 16px;
	width: 46px;
	height: 40px;
}
.guaranteed_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guaranteed_name {
	font-size: 19px;
	color: #000000;
	letter-spacing: 0.30px;
	font-weight: 700;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}
.guaranteed_wapper .container .row .col-lg-4 {
	padding-left: 7px;
	padding-right: 7px;
}
.guaranteed_text {
	font-size: 16px;
	color: #555555;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	line-height: 29px;
	margin: 37px 0;
	letter-spacing: 0.30px;
}
.revue_btn{
	text-align: center;
}
.guaranteed_wapper {
	margin-bottom: 60px;
}
.revue_btn a img{
	margin-right: 0px;
	margin-left: 10px;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
}
.cat-btn02 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 9px 25px;
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	background-color: #414143;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.cat-btn02:hover{
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.guaranteed_name {
		font-size: 14px;
	}
	.guaranteed_text {
		height: 87px;
		display: flex;
		justify-content: center;
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.guaranteed_name {
		font-size: 15px;
	}
	.guaranteed-head h5 {
		font-size: 23px;
	}
	.guaranteed-head h5::before,.guaranteed-head h5::after {
		width: 73px;
	}
	.guaranteed_wapper .container .row {
		display: flex;
		justify-content: center;
		gap: 25px 0;
	}
	.ebay_logo {
		margin: -47px 0 0 0;
	}
	.guaranteed-head {
		margin-bottom: 55px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed-head h5{
		padding: 0 90px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed-head h5 {
		font-size: 23px;
	}
	.guaranteed-head {
		margin-bottom: 55px;
	}
	.guaranteed-head p {
		font-size: 35px;
	}
	.guaranteed_box {
		padding: 5px 15px 23px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed_wapper {
		overflow: hidden;
	}
	.guaranteed_box {
		margin-bottom: 15px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 43px;
	}
	.guaranteed-head h5 {
		padding: 0 50px;
	}
}
@media screen and (max-width: 680px){
	/* .guaranteed-head h5::before {
		right: -13%;
		height: 7px;
	}
	.guaranteed-head h5::before {
		background-size: auto;
		width: 43px;
		background-position: right;
	} */
	/* .guaranteed-head h5::after {
		left: -13%;
		height: 7px;
	}
	.guaranteed-head h5::after {
		background-size: auto;
		width: 43px;
	} */
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper .container .col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.guaranteed-head p {
		font-size: 24px;
	}
	.guaranteed_text {
		height: unset;
	}
	.guaranteed_box {
		padding: 28px 20px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
	.guaranteed-head h5 {
		font-size: 19px;
	}
}
@media screen and (max-width:480px){
	.guaranteed-head h5 {
		font-size: 21px;
		letter-spacing: 1px;
	}
	.guaranteed-head {
		margin-bottom: 30px;
	}
	.guaranteed-head p {
		font-size: 22px;
	}
	.guaranteed_box {
		padding: 28px 10px;
	}
	.guaranteed-head h5 {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.guaranteed-head h5 {
		padding: 0 37px;
	}
	.guaranteed-head h5::before, .guaranteed-head h5::after {
		width: 32px;
	}
}
@media screen and (max-width: 400px){


}
@media screen and (max-width:361px){
	.guaranteed-head p {
		font-size: 18px;
	}
	.guaranteed-head h5 {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.guaranteed_name {
		font-size: 14px;
	}

}
/*============================================
			guaranteed CSS END
============================================*/
/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 30px 0 25px;
	background-color: #f8f8f8;
}
.footer_logo {
	mix-blend-mode: darken;
}
.footer_block_titel {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 1px;
	font-family: "Poppins", 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_menu ul li a {
	font-size: 15px;
	color: #444;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 0.30px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a:hover {
	padding-left: 5px;
	color: #341c02;
}
.footer_menu ul li i {
	font-size: 8px;
	margin-right: 5px;
}
.footer_top_menu {
	display: flex;
	justify-content: center;
}
.footer_menu ul li a {
	position: relative;
}
.footer_block.footer_block03 {
	text-align: center;
}
.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: #000000;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #e3e3e3;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 15px;
	letter-spacing: 0.9px;
	color: #dcbb55;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by span{
	font-size: 15px;
	font-weight: 700;
	color: #0ea959;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.9px;
	color: #0ea959;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 7px;
	}
	.footer_block.footer_block03,.footer_block.footer_block04 {
		margin: 20px 0 0px 0;
	}
	.footer_block_titel {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.footer_block_titel {
		font-size: 17px;
		letter-spacing: 0.3px;
		margin-bottom: 15px;
	}
	.footer_block.footer_block04, .footer_block.footer_block03 {
		text-align: center;
		margin: 25px 0 0;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_top_menu {
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.store_footer_wapper {
		padding: 25px 0 0;
	}
	.footer_block.footer_block04 {
		margin: 20px 0 20px;
	}
	.footer_block_titel {
		font-size: 18px;
	}
}