@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=Inter:wght@100..900&display=swap');
/*
 font-family: "Rajdhani", sans-serif;
 font-family: "Inter", sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	 font-family: "Rajdhani", 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;
}
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 {
	padding: 8px 0;
	background-image: url(../images/top_header_bg.png);
	background-repeat: repeat;
	background-size: contain;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.50px;
	line-height: 21px;
	text-align: center;
}
.welcom_text span {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}
.top_newsletter_link ul{
    display: flex;
    list-style: none;
    justify-content: end;
    margin-bottom: 0px ;
    grid-column-gap: 10px;
}
.top_newsletter_link ul li a {
	color: #fff;
	 font-family: "Rajdhani", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 3px 14px;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
}
.top_newsletter_link ul li a:hover{
    text-decoration: none;
}
.top_section {
	padding: 0;
	background-color: #f7f7f7;
}
.logo a img {
	mix-blend-mode: multiply;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: center !important;
	align-items: center;
	position: relative;
	padding: 20px 0;
	position: relative;

}
.top_header_wrapper::after {
	content: '';
	background-image: url(../images/header_logo_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -38px;
	bottom: 0;
	right: 0;
	width: 200%;
	height: 120px;
	border: 3px solid #fff;
	border-top: 0;
	border-left: 0;
	z-index: 0;
	transform: skew(-17deg);
}
.top_header_wrapper::before {
	content: '';
	background-color: #fff;
	position: absolute;
	right: 13px;
	bottom: 0;
	height: 100px;
	width: 200%;
	transform: skew(-17deg);
}
.top_header {
	width: 100%;
	text-align: center;
	position: relative;
	top: -35px;
	z-index: 1;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	justify-content: end;
}
.Verifie-text h1 {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.75px;
	font-family: "Rajdhani", sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.Verifie-text p {
	font-size: 15px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 400;
	color: #555;
	margin-bottom: 0;
	line-height: 20px;
	letter-spacing: 0.75px;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.menu::after {
	content: '';
	background-image: url(../images/menu-shadow.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
	width: 100%;
	height: 14px;
}	
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: end;
	list-style: none;
}
.main_menu ul li {
	padding: 0px 20px;
	position: relative;
}
.main_menu ul li:nth-child(4) {
	padding-right: 0px;
}

.main_menu ul li:nth-child(4)::after{
    display: none;
}
.main_menu ul li a {
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 600;
	position: relative;
	transition: all .5s ease-in-out;
	color: #000 !important;
	text-transform: uppercase;
	position: relative;
}
.main_menu ul li a::after {
	content: '';
	height: 2px;
	width: 0%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-color: #a40c00;
	transition: all .5s ease-in-out;
}
.main_menu ul li a:hover::after{
	width: 100%;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #a40c00 !important;
}
 
/* 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: 4;
	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: #ad0c01;
	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: "Rajdhani", sans-serif;
	font-size: 17px;
	font-weight: 600;
}
.amon ul li a:hover {
	background-color: #ffffff94;
	color: #000;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -5px;
}
.open-text .amon ul li {
	width: 100%;
	letter-spacing: 1px;
	padding: 0px;
}
.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: #fff;
	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;
}
.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;
}

/* responsive */

@media screen and (max-width: 1199px) {
	.main_menu ul li {
		padding: 0px 14px;
	}
	.main_menu ul li a {
		font-size: 17px;
	}
	.top_header {
		left: -20px;
		width: 330px;
	}
	.Verifie-text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.top_header {
		left: 0;
		width: auto;
		text-align: left;
		top: 0;
	}
	.top_header_wrapper::before, .top_header_wrapper::after {
		content: none;
	}
    .Verifie-main {
        justify-content: center;
    }
    .menu{
        display: none;
    }
    .mobile_menu{
		display: block;
	}
	.top_header .logo a img {
		width: 75%;
	}
    .promo_top_text {
        padding: 10px 0;
    }
    .dezign_top_menu .row {
        display: grid;
    }
    .main_menu{
        display: none;
    }
    .welcom_text {
        text-align: center;
    }
    .top_section {
        padding: 0;
		background-image: url(../images/header_logo_bg.png);
		background-repeat: no-repeat;
		background-size: cover;
    }
	.top_header_wrapper {
		justify-content: space-between !important;
	}
}

@media screen and (max-width: 350px) {
.top_newsletter_link ul li a {
	font-size: 12px;
	padding: 3px 7px;
}
.top_newsletter_link ul {
	grid-column-gap: 0px;
}
}
/*============================================
			Header Css END 	
============================================*/

/*============================================
			note Css start 	
============================================*/
#note {
	text-align: center;
	padding: 40px 0 0;
}
#note #maine_note{
	display: block;
}
#maine_note_res{
	display: none;
}
/* responsive */

@media screen and (max-width: 767px) {
	#maine_note_res{
		display: block;
	}
	#note #maine_note{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	#note {
		text-align: center;
		padding: 20px 0 0;
	}
}
/*============================================
			note Css end 	
============================================*/

/*============================================
			image Css START 	
============================================*/
.listing_section {
	padding-top: 35px;
	margin-bottom: 70px;
}
.main_title {
	margin-bottom: 15px;
	border-width: 10px;
	border-style: solid;
	border-spacing: 2px;
	border-top: 0;
	border-bottom: 0;
	border-color: #c81d13;
}
.main_title p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #000;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	margin: 0 2px;
	background-image: url(../images/footer_bg.png);
	background-size: auto;
	background-repeat: repeat;
}
.desc-text span h1 {
	font-size: 42px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 15px;
	font-family: "Rajdhani", sans-serif;
}
.desc-text span h3 {
	font-family: "Rajdhani", sans-serif;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 600;
	color: #191919;
	margin-bottom: 18px;
}
.desc-text span h2 {
	font-family: "Rajdhani", sans-serif;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0.30px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 10px;
	margin-top: 30px;
}
.desc_bottum p {
	display: inline-block;
	font-family: "Rajdhani", 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: "Rajdhani", 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;
}
.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 ul {
	margin-bottom: 15px;
	padding-left: 10px;
}
.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;
	float: left;
	min-height: auto;
	margin: 0;
	padding: 0px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#main_gallery #main_row {
	height: auto;
	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 {
	float: left;
	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;
	flex-wrap: wrap;
	justify-content: start;
}
#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: poMontserrat;
	display: table-cell;
	_float: left;
	height: 164px;
	vertical-align: middle;
	width: 164px;
	cursor: pointer;
}
#main_gallery .thumb > img {
	display: table-cell;
	height: auto;
	margin: 0 auto;
	max-height: 164px;
	max-width: 164px;
	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;
}
.listing_listingarea-box{
  float: left;
  width: 100%;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
}
#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 {
		width: 100%;
		margin: 20px auto 0;
	}
	#main_gallery .full_img_wapper {
		height: 425px;
		width: 100%;
	}
	.main_title {
		margin-bottom: 5px;
	}
	#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;
		-webkit-flex-wrap: wrap;
	}
	#main_gallery .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row div ul li {
		margin: 0 0px 20px 16px;
	}
	#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 0px;
		width: 100%;
		min-height: auto;
	}
}
@media screen and (max-width: 991px) {
	.desc-text span h1 {
		font-size: 35px;
	}
	.desc-text span h3 {
		font-size: 22px;
	}
	.desc-text span h2 {
		font-size: 28px;
	}
	.desc-rd.desc-text li {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	.desc-text span h3 {
		font-size: 20px;
	}
	.desc-text span h2 {
		font-size: px;
	}
}
@media screen and (max-width: 480px) {
    #main_gallery #main_row div ul li {
        margin: 0 0px 10px 10px;
    }
	#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;
	}
	
}
/*============================================
			image Css END 	
============================================*/
/*============================================
			listing Css start 	
============================================*/

.desc-hedtitle {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	background-color: #000;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	margin: 0 2px;
	background-image: url(../images/footer_bg.png);
	background-size: auto;
	background-repeat: repeat;
}
.desc_box .main_title {
	margin-bottom: 0;
}
.hedtitle-dsp{
	background-color: #73bb31;
}
.test{
	min-height: auto;
}
@keyframes shimmyright {
	0% {
	transform: translate(0, 0);
   }
	100% {
	transform: translate(50px, 0px);
   }
}

.desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	 font-family: "Rajdhani", sans-serif;
	letter-spacing: 0.30px;
	line-height: 30px;
	border: 1px solid #d4d4d4;
	padding: 25px;
	font-weight: 500 !important;
}
.product-text {
	width: 100%;
	padding: 0 14px;
}
.desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-family: "Rajdhani", sans-serif;
	letter-spacing: 0.30px;
	line-height: 30px;
}
.desc-rd.desc-text span {
	overflow: auto;
	display: block;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-rd p {
	font-size: 18px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	letter-spacing: 0.30px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 8px;
}
.desc-rd b {
	font-size: 17px;
	 font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	letter-spacing: 0.50px;
	line-height: 24px;
	color: #000;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 16px;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Rajdhani", sans-serif;
}
.hedtitle-dsp {
	margin-bottom: 0;
}
.desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	 font-family: "Rajdhani", sans-serif;
	letter-spacing: 0.30px;
	line-height: 30px;
	border: 1px solid #d4d4d4;
	padding: 25px;
}
#table_wrapper{
	width: 100%;
}
#table_wrapper tbody tr td{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	letter-spacing: 0.30px;
	line-height: 32px;
}
#table_wrapper tbody tr td:first-child {
	width: 17%;
}
#table_wrapper tbody tr td:last-child {
	width: 83%;
	font-weight: 500;
	position: relative;
}
#table_wrapper tbody tr td:last-child::after {
	content: ':';
	position: absolute;
	left: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
#table_wrapper tbody tr {
	display: flex;
	align-items: baseline;
	gap: 40px;
}

/* responsive */
@media only screen and (max-width: 1200px){
	.product_section .container{
		max-width: 100%;
		padding: 0 40px;
	}
}
@media only screen and (max-width: 767px){
	.product_images_gallery {
		width: 98%;
	}
	.product_section {
		margin-top: 0px;
	}
	.product_images_gallery {
		min-height: auto;
	}
	.desc-text {
		padding: 15px;
	}
	.img_wrapper {
		padding: 20px 15px 0;
	}
	.main_title {
		font-size: 25px;
		font-weight: 600;
	}
}
@media only screen and (max-width: 480px){
	.desc-hedtitle {
		margin-bottom: 10px;
	}
	.product_section .container{
		padding: 0 20px;
	}
	.desc-hedtitle {
		font-size: 20px;
	}
	.desc-text span h1 {
		font-size: 24px;
	}
	.desc-text span h3 {
		font-size: 17px;
		line-height: 25px;
	}
	.desc-text span h2 {
		font-size: 20px;
		margin-top: 23px;
	}
	.desc-rd.desc-text li {
		font-size: 15px;
	}
	.desc-rd p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.desc-text {
		padding: 10px;
	}
	#table_wrapper tbody tr {
		gap: 2px !important;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#table_wrapper tbody tr td {
		width: 100% !important;
		font-size: 17px;
		line-height: 21px;
	}
	#table_wrapper tbody tr:last-child {
		margin-bottom: 0px;
	}
}

/*============================================
			listing CSS END
============================================*/

/*============================================
			Banner CSS START
============================================*/

#dezign_home_banner {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
#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
============================================*/

.promotion_bg {
	margin: 0px 0px 40px;
}
.promo_main {
	display: grid;
	grid-row-gap: 40px;
	align-items: center;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	text-align: center;
	width: 15%;
}
.promo_main::after {
	content: '';
	border: 1px dashed #b7b7b7;
	height: 1px;
	width: 91%;
	left: 160px;
	top: -46px;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.promo_box .promo_main:last-child::after{
	content: none;
}
.promo_main:last-child{
	border-right: none;
}
.promo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promo_icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	rotate: 5deg;
	z-index: 1;
	width: 124px;
	margin: 0 auto;
}

.promo_icon::after {
	content: '';
	position: absolute;
	width: 124px;
	height: 124px;
	top: 0;
	left: 0;
	z-index: -1;
	rotate: -10deg;
	background-color: #191919;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
	border: 2px solid #fff;
}
.promo_main:hover img {
	rotate: -5deg;
}
.promo_text {
	position: relative;
	width: 100%;
	margin: 0 0px 00 15px;
}
.promo_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.promo_text h1 {
	font-size: 18px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #191919;
	margin-bottom: 2px;
	letter-spacing: 0.50px;
}
.promo_text p {
	font-size: 15px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	color: #555555;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
	.promo_main::after {
		width: 82%;
		left: 144px;
	}
}
@media screen and (max-width: 991px) {
	.promo_main {
		width: 50%;
	}
	.promo_main::after {
		width: 42%;
		left: 274px;
	}
	.promo_box .promo_main:nth-child(2)::after{
		content: none;
	}
	.promo_box {
		gap: 30px 0;
	}
	.promo_box {
		flex-wrap: wrap;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(1),.promo_main:nth-child(2){
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.promo_main::after {
		width: 42%;
		left: 201px;
	}
}
@media screen and (max-width: 575px) {
	.promo_main {
		width: 100%;
	}
	.promo_box {
		display: inline-block;
		margin: 0 auto;
		display: table;
	}	
	.promo_main::after{
		content: none;
	}
	.promotion_wrapper .promo_box .promo_main:nth-child(3){
		margin-bottom: 20px;
	}
	.promo_main {
		grid-row-gap: 30px;
		margin-bottom: 40px !important;
	}
	.promo_box .promo_main:last-child{
		margin-bottom: 0px !important;
	}
}
@media screen and (max-width:343px) {
	
}
/*============================================
			promotion CSS END
============================================*/

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper {
	position: relative;
	margin-top: -45px;
	background-color: #fff;
}
.promo_wrapper::after {
	content: '';
	position: absolute;
	background-image: url(../images/promo_after.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: auto;
	background-position: center;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 18px 0;
}
.promo_wrapper .Verifie-text1 h1 {
	font-size: 20px;
	 font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 23px;
	color: #000;
}
.promo_wrapper .Verifie-text1 p {
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #666666;
	margin-bottom: 0;
	 font-family: "Rajdhani", sans-serif;
	text-transform: uppercase;
}
.Verifie-main_title.verifie_left {
	padding-right: 50px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main_title.verifie_right {
	padding-left: 20px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
	.promo_wrapper .Verifie-text1 h1 {
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-main_title.verifie_right {
		padding-left: 6px;
	}
	.Verifie-main_title.verifie_left {
		padding-right: 25px;
	}
	.promo_wrapper .Verifie-text1 h1 {
		font-size: 14px;
	}
	.Verifie-text1 p {
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.promo_wrapper .Verifie-text1 p {
		font-size: 14px;
	}
	.Verifie-text1 h1 {
		font-size: 16px;
	}
}
@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-text1 h1 {
		font-size: 20px;
	}
	.Verifie-text1 p {
		font-size: 16px;
	}
	.promo_wrapper .Verifie-text1 h1 {
		font-size: 18px;
	}
	.promo_wrapper .Verifie-text1 p {
		font-size: 16px;
	}
	.promo_wrapper {
		margin-top: 0;
	}
}
@media screen and (max-width: 480px){
	.Verifie-text1 h1 {
		font-size: 18px;
	}
	.product_section {
		margin: 30px 0 30px;
	}
	.promo_wrapper .Verifie-text1 h1 {
		font-size: 15px;
	}
	.promo_wrapper .Verifie-text1 p {
		font-size: 13px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text1 h1 {
		font-size: 14px;
	}
	.Verifie-text1 p {
		font-size: 12px;
		letter-spacing: 0.9px;
	}
	.promo_wrapper .Verifie-text1 h1 {
		font-size: 14px;
		letter-spacing: 0.50px;
	}
	.promo_wrapper .Verifie-text1 p {
		font-size: 12px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 45px 0px 0;
}
.feature-title h1 {
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-family: "Rajdhani", 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: 303px;
	border-radius: 50%;
	width: 308px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.feature_box::after {
	content: '';
	position: absolute;
	height: 320px;
	width: 320px;
	border-radius: 50%;
	animation-name: rotate;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	outline: 1px dashed #000;
	top: 0;
	bottom: 0;
	margin: auto;
	outline-offset: 5px;
	z-index: -1;
}
@keyframes rotate {
    from 
	{ 
		transform: rotate(360deg);
	}
    to 
	{ 
		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 h1 {
	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: "Rajdhani", sans-serif;
}
.browse_all_btn {
	text-align: center;
	padding-top: 20px;
}
.browse_all_btn a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Rajdhani", sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 12px 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;
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.browse_all_btn a:hover{
	color: #fff;
}
.browse_all_btn img {
	margin-top: -2px;
}
.button::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #cd1539;
	height: 120px;
	width: 383px;
	border-radius: 50%;
	top: 100%;
	left: 100%;
	transition: all .5s ease-in-out;
}
.button:hover:before {
	top: -30px;
	left: -30px;
}
@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 h1 {
		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 h1 {
		font-size: 28px;
		letter-spacing: 0.80px;
	}
	.cate_box .fat_text h1 {
		font-size: 22px;
	}
}
@media screen and (max-width: 361px) {
	.feature-title h1 {
		font-size: 23px;
		letter-spacing: 0.8px;
		margin-bottom: 15px;
	}
	.feature-title p {
		font-size: 15px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about3_wrapper {
	margin: 0px 0px 50px;
	position: relative;
}
.about3_bg{
	position: relative;
}
.about_bottom {
	position: relative;
	overflow: hidden;
}
.about_right_content h1{
	font-size: 21px;
	letter-spacing: 0px;
	line-height: 31px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #ffab00;
	margin-bottom: 15px;
}
.about_right_content span {
	color: #6b6b6b;
}
.about_bottom_img1::after {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 0;
}
.about_bottom_img1:hover::after {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	width: 0;
}
.about_bottom_img1:hover::before {
	height: 100%;
	width: 100%;
	opacity: 0;
	transition-duration: 1.3s;
}
.about_bottom_img1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.about_right_content h3 {
	font-size: 30px;
	font-weight: 800;
	color: #333333;
	font-family: "Rajdhani", sans-serif;
	position: relative;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0.30px;
	position: relative;
	display: inline-block;
}
.about_right_content h3::after {
	content: '';
	background-color: #df3946;
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: auto;
}
.about_right_content p {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	font-family: "Rajdhani", sans-serif;
	line-height: 26px;
	letter-spacing: 0.30px;
	margin-bottom: 25px;
}
.about3_button {
	margin-top: 15px;
}
.about3_button a {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.50px;
	font-family: "Rajdhani", sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 10px 18px;
	display: inline-block;
	position: relative;
	background: #035783;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.about3_button a:hover {
	background-color: #f7b554;
}
.about3_button img{
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {
	.about_right_content h1 {
		font-size: 17px;
	}
	.about_right_content p {
		font-size: 13px;
	}
	.about_right_content h3 {
		font-size: 43px;
	}
}
@media screen and (max-width: 1075px){
	.about3_wrapper::after {
		width: 65px;
	}
}
@media screen and (max-width: 1024px) {
	.about_right_content p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.about_right_content h3 {
		font-size: 44px;
		margin-bottom: 9px;
	}
	.about3_wrapper::after {
		bottom: 70px;
	}
}
@media screen and (max-width: 991px) {
	.about_right_content h3 {
		font-size: 40px;
		margin-bottom: 5px;
	}
	.about_right_content p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 11px;
	}
	.about3_button {
		margin-top: 10px;
	}
	.about_right_content {
		text-align: center;
		margin-top: 30px;
	}
	.about_right_content h1 {
		font-size: 21px;
	}
	.about_right_content p {
		font-size: 15px;
	}
	.about_right_content h3 {
		font-size: 45px;
	}
	.about_bottom {
		display: flex;
	}
	.about_bottom_img1 {
		margin: 0 auto;
	}
}
@media screen and (max-width: 820px) {
	.about3_wrapper::after {
		bottom: 110px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	.about_right_content {
		margin-top: 20px;
	}
	.about_right_content h1 {
		font-size: 20px;
	}
	.about_right_content p {
		font-size: 14px;
		margin-bottom: 17px;
	}
	.about_right_content h3 {
		font-size: 40px;
	}
}
@media screen and (max-width: 640px){
	.about3_wrapper::after {
		bottom: 300px;
	}
}
@media screen and (max-width: 575px) {
	.about3_wrapper::after {
		content: none;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content {
		margin-top: 10px;
	}
	.about_right_content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.about_right_content h3 {
		font-size: 40px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h3 {
		font-size: 30px;
		margin-bottom: 7px;
	}
}
@media screen and (max-width:320px) {
	
}

/*============================================
			About_Us CSS END
============================================*/
/*============================================
			parelax_banner CSS START
============================================*/

.paralax_banner_wrapper {
	background-image: url(../images/parelax_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.parelax_text{
	text-align: center;
	padding: 40px 0;
}
.parelax_text h1 {
	font-size: 44px;gap: 1610px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.30px;
	font-family: "Rajdhani", sans-serif;
}
.parelax_text p {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.parelax_text span {
	font-size: 18px;
	color: #be1100;
	font-weight: 600;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.parelax_text h1 {
		font-size: 35px;
	}
	.parelax_text p {
		font-size: 15px;
	}
	.parelax_text span {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.parelax_text h1 {
		font-size: 27px;
	}
	.parelax_text p {
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: 500;
	}
	.parelax_text span {
		font-size: 13px;
		letter-spacing: 1px;
		font-weight: 500;
	}
}
/*============================================
			parelax_banner CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	z-index: 99;
	margin: 30px 0px 50px;
}
.tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
}
.tabs label {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: block;
	cursor: pointer;
	float: left;
	box-sizing: border-box;
	position: relative;
	letter-spacing: 1px;
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	font-family: "Rajdhani", sans-serif;
	line-height: 43px;
	transition: all 0.5s ease 0s;
	text-align: center;
	text-decoration: none;
	background: #000000;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0 25px;
}
.tab.description_content p {
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.30px;
	color: #444444;
	font-family: "Rajdhani", sans-serif;
}
.tab.description_content strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #000;
	font-family: "Rajdhani", sans-serif;
}
.tab.description_content b {
	font-size: 18px;
	font-weight: 700;
	color: #010101;
	font-family: "Rajdhani", sans-serif;
	margin-right: 4px;
}
.tabs label img {
	margin-right: 6px;
	margin-top: -3px;
}
.tabs .nomarginright.none {
	margin-right: 0px;
}
.tabs label:hover {
	color: #fff;
	background-color: #c81d13;
}
.tabs label a {
	color: #FFF;
	text-decoration: none;	width: 100%;
	font-family: "Rajdhani", sans-serif;
	display: block;
}
.p_text {
	margin-bottom: 20px;
}
.tabs .tab {
	-moz-box-flex: 1;
	-moz-box-ordinal-group: 100;
	box-sizing: border-box;
	color: #5c5c5c;
	font-weight: 400;
	display: none;
	flex-grow: 1;
	font-family: "Rajdhani", sans-serif;
	margin: 0px auto 0;
	order: 99;
	padding: 0 0px;
	width: 100%;
	background: #FFF;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.50px;
	padding: 20px 19px;
	border: 1px solid #bfbfbf;
}
.tabs .tab p:last-child {
	margin-bottom: 0;
}
.tab.description_content h6 {
	font-size: 17px;
	font-weight: 700;
	color: #222222;
	line-height: 25px;
	letter-spacing: 0.30px;
	padding-bottom: 10px;
}
.ship_t {
	margin-left: -30px;
}
.payment_text {
	margin-bottom: 20px;
}
.tabs .tab a {
	color: #2fab81;
	
}
.tabs label:hover a {
	color: #ffffff;
}
.tabs input[type="radio"] {
	position: absolute;
	opacity: 0;
}
.tabs input[type="radio"]:checked + label {
	color: #fff;
	background-color: #c81d13;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
.tabele_border td {
	padding: 5px 15px;
}
.tab.description_content li {
	margin-bottom: 15px;
}
.tab.description_content li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	.tabs label {
		padding: 0 22px;
	}
}
@media screen and (max-width: 767px) {
	.tabs label {
		padding: 0 9px;
		font-size: 15px;
	}
	.tabs label:nth-child(11) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 535px) {
	.tabs label {
		padding: 0 9px;
		font-size: 18px;
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #a8a8a8;
	}
	.tabs .tab, .tabs label {
		-webkit-box-ordinal-group: unset;
		-webkit-order: initial;
		-ms-flex-order: initial;
		order: initial;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			guaranteed CSS START
============================================*/
.guaranteed_wapper {
	margin: 0px 0 30px;
}
.guaranteed-head p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	font-family: "Rajdhani", sans-serif;
	margin: 5px 0 5px;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 45px;
	height: 39px;
	position: absolute;
	top: 30px;
	right: 37px;
}
.guaranteed_box svg {
	width: 110px;
}
.guaranteed_box {
	background: #FFF;
	text-align: center;
	padding: 18px 16px;
	position: relative;
	box-shadow: 0px 9px 20px 0px rgba(155, 155, 155, 0.13);
	margin: 0 0 35px 0;
}
.ebay_logo {
	margin-bottom: 15px;
}
.start {
	margin-bottom: 15px;
}
.guaranteed_name {
	font-size: 24px;
	color: #000000;
	letter-spacing: 0.30px;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	margin-bottom: 7px;
}
.revue_link {
	text-align: center;
}
.guaranteed_text {
	font-size: 18px;
	color: #555555;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	line-height: 26px;
	letter-spacing: 0.30px;
}
.btn_2 {
	margin-top: 0;
}
.cat-btn {
	margin: 0 auto;
	text-align: center;
}
.cat-btn02 {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.55px;
	font-family: "Rajdhani", sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 14px 20px;
	display: inline-block;
	position: relative;
	background: #005480;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	text-transform: uppercase;
}
.cat-btn02:hover {
	background: #f7b554;
}
.cat-btn02 img {
	margin-left: 3px;
	margin-top: -3px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_text {
		height: 78px;
		display: grid;
		align-items: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.guaranteed_box {
        height: 273px;
    }
}
@media screen and (max-width: 991px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .guaranteed_wapper .container .row{
        display: flex;
        justify-content: center;
        grid-row-gap: 20px;
    }
	.guaranteed-head h5 {
		font-size: 31px;
	}
}
@media screen and (max-width: 767px) {
	.guaranteed_wapper .container .row .col-md-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guaranteed_box {
        height: auto;
    }
	.guaranteed_box {
		margin: 0 auto 20px;
		width: 436px;
	}
}
@media screen and (max-width: 480px) {
    .guaranteed-head h5 {
        font-size: 23px;
        margin-bottom: 0px;
    }
	.guaranteed-head p {
		font-size: 13px;
	}
    .guaranteed-head span {
        font-size: 11px;
    }
	.guaranteed_box {
		margin: 0 auto 20px;
		width: 100%;
	}
}
@media screen and (max-width: 360px) {
	.guaranteed-head h5 {
		font-size: 21px;
		margin-bottom: 0px;
	}
	.guaranteed-head p {
		font-size: 12px;
	}
}
/*============================================
			guaranteed CSS END
============================================*/
/*============================================
			service CSS START
============================================*/
.service_wrapper {
	position: relative;
	margin-bottom: 70px;
}
.service_main {
	border-radius: 13px;
	border-bottom: 3px solid #dadada;
	display: grid;
	justify-content: center;
	padding: 0 12px;
	margin-bottom: 80px;
	box-shadow: 0px 6px 15px -3px rgba(0,0,0,0.1);
	height: 292px;
}
.cat_text h1 {
	font-size: 20px;
	letter-spacing: 0.50px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	position: relative;
	margin-left: -5px;
	padding-right: 16px;
}
.cat_text h1::after {
	content: '';
	background-color: #191919;
	width: 93%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transform: skew(-10deg);
	z-index: -1;
	display: inline-block;
	transition: all .5s ease-in-out;
}
.cat_text h1 img {
	margin-left: 7px;
}
.service_wrapper .guaranteed-head p {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #8d8d8d;
	font-family: "Rajdhani", sans-serif;
	margin: 5px 0 5px;
	text-transform: uppercase;
}
.guaranteed-head h5 {
	font-size: 32px;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	max-width: 100%;
	position: relative;
	display: inline-block;
	letter-spacing: 1.3px;
}
.cat_img {
	clip-path: polygon(9% 0, 100% 0, 92% 100%, 0% 100%);
	overflow: hidden;
	display: inline-block;
}
.service_icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #035783;
	margin: 0 auto;
	display: grid;
	justify-content: center;
	align-items: center;
	margin-top: -40px;
	margin-bottom: 20px;
}
.cat_section {
	text-align: center;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.cat_section:hover .cat_img img{
	transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cat_section:hover .cat_text h1::after{
	background-color: #be1100;
}
.cat_section .cat_img img{
	transition: all .5s ease-in-out;
}
.service_text {
	text-align: center;
	height: 218px;
}
.service_text h1 {
	font-size: 21px;
	font-weight: 600;
	font-family: "Rajdhani", sans-serif;
	color: #f2b243;
	letter-spacing: 0.20px;
	margin-bottom: 10px;
}
.service_text p {
	font-size: 16px;
	letter-spacing: 0.20px;
	line-height: 28px;
	color: #666666;
	font-weight: 500;
	font-family: "Rajdhani", sans-serif;
	padding: 0 10px;
}
.guaranteed-head {
	margin: 0 0 50px;
	display: flex;
	position: relative;
	padding: 17px 0;
}
.guaranteed-head::after {
	content: '';
	background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(53,53,53,1) 100%);
	height: 100%;
	width: 70%;
	position: absolute;
	left: -410px;
	top: 0;
	bottom: 0;
	z-index: -1;
	transform: skew(-17deg);
}
.guaranteed-head::before {
	content: '';
	background-color: #e5e5e5;
	height: 77%;
	width: 34.5%;
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	transform: skew(-17deg);
	margin: auto;
	z-index: -1;
}
.service_wrapper .row{
	justify-content: center;
}
.service_wrapper .container .row .col-lg-3 {
	padding: 0 12px;
}
.cat_link {
	text-align: center;
	padding: 20px 0 0;
}
.cssbuttons-io-button {
	background: #191919;
	color: #fff !important;
	font-family: inherit;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 0;
	border: none;
	letter-spacing: 0.30px;
	display: inline-grid;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 51px;
	padding-left: 79px;
	cursor: pointer;
	text-transform: uppercase;
	padding-right: 31px;
	clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
	font-family: "Rajdhani", sans-serif;
	transition: all .10s ease-in-out;
}
.cssbuttons-io-button .icon {
	background: #c81d13;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 64px;
	border-radius: 0;
	left: 0;
	transition: all 0.5s;
	clip-path: polygon(4% 0px, 100% 0%, 80.38% 98.21%, 0% 100%);
}
.cssbuttons-io-button:hover .icon {
	width: calc(100% - -0.4em);
	clip-path: border-box;
}
  
.cssbuttons-io-button .icon svg {
	width: 1.1em;
	transition: transform 0.3s;
	color: #fff;
}
  
  .cssbuttons-io-button:hover .icon svg {
	transform: translateX(0.1em);
  }
  
  .cssbuttons-io-button:active .icon {
	transform: scale(0.95);
  }
  
@media screen and (max-width: 1199px){
	.service_text h1 {
		font-size: 16px;
	}
	.service_text p {
		font-size: 14px;
	}
	.service_main {
		padding: 0 13px;
	}
	.service_text p {
		padding: 0 0px;
	}
	.guaranteed-head::before{
		width: 37.5%;
	}
	.guaranteed-head::after {
		width: 80%;
	}
}
@media screen and (max-width: 991px){
	.cat_section{
		margin-bottom: 50px;
	}
	.guaranteed-head .row .col-lg-3:nth-child(3) .cat_section, .guaranteed-head .row .col-lg-3:nth-child(4) .cat_section{
		margin-bottom: 0px;
	}
	.cat_text h1 {
		margin-left: 0;
		padding-right: 15px;
	}
	.guaranteed-head::before {
		width: 49.5%;
	}
	.guaranteed-head::after {
		width: 107%;
	}
}

@media screen and (max-width: 767px){
	.guaranteed-head h5 {
		font-size: 26px;
	}
	.service_wrapper .guaranteed-head p {
		font-size: 16px;
	}
	.service_text h1 {
		font-size: 19px;
	}
	.service_text p {
		font-size: 16px;
	}
	.guaranteed-head::before {
		width: 56.5%;
	}
	.guaranteed-head::after {
		width: 135%;
	}
}
@media screen and (max-width: 680px){
	.service_wrapper::after {
		top: -10px;
	}
	.service_wrapper::after {
		width: 90px;
	}
}
@media screen and (max-width: 575px){
	.service_main {
		width: 400px;
		margin: 0 auto 80px;
		height: auto;
	}
	.service_text {
		text-align: center;
		height: auto;
	}
	.cat_section {
		width: 279px;
		margin: 0 auto 40px;
	}
	.guaranteed-head::after {
		width: 59%;
		left: -30px;
	}
	.guaranteed-head h5 {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px){
	.guaranteed-head h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px){
	.service_main {
		width: 100%;
		margin: 0 auto 80px;
	}
	.service_wrapper::after {
		content: none;
	}
	.service_wrapper .guaranteed-head p {
		font-size: 14px;
	}
	.cssbuttons-io-button {
		font-size: 18px;
	}
}
@media screen and (max-width: 430px){
	.guaranteed-head::after {
		width: 64%;
		left: -30px;
	}
	.guaranteed-head::before {
		width: 59.5%;
	}
}
@media screen and (max-width: 400px){
	.guaranteed-head::after {
		width: 68%;
		left: -30px;
	}
	.guaranteed-head::before {
		width: 62.5%;
	}
}
@media screen and (max-width: 370px){
	.guaranteed-head::after {
		width: 78%;
		left: -30px;
	}
	.guaranteed-head::before {
		width: 72.5%;
	}
}
@media screen and (max-width: 320px){
	.guaranteed-head::after {
		width: 88%;
		left: -30px;
	}
	.guaranteed-head::before {
		width: 82.5%;
	}
}
/*============================================
			service CSS END
============================================*/
.end_section {
	position: relative;
	height: 56px;
}
.end_section::after {
	content: '';
	background-image: url(../images/end_section_img.png);
	background-repeat: repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 56px;
	top: -39px;
	background-position: center;
}
@media screen and (max-width: 1400px){
	.end_section::after {
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 767px){
	.end_section {
		position: relative;
		height: 56px;
		overflow: hidden;
		margin-top: -40px;
		margin-bottom: 30px;
	}
	.end_section::after {
		top: 0;
		width: 1200px;
	}
}
/*============================================
			footer CSS START
============================================*/
footer{
	background-image: url(../images/footer_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.store_footer_wapper {
	padding: 34px 0 25px;
	margin-top: 45px;
}
.footer_menu {
	margin-top: 30px;
}
.footer_block {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer_block_titel {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Rajdhani", sans-serif;
	margin-bottom: 13px;
	position: relative;
	letter-spacing: 0.30px;
}
.footer_menu_block {
	display: flex;
}
.footer_menu_block li {
	padding-right: 50px;
}
.footer_menu_block li:nth-child(4){
	padding-right: 0px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-family: "Rajdhani", sans-serif;
	font-weight: 600;
	letter-spacing: 0.50px;
	transition: 0.5s all ease-in-out;
}
.store_footer_wapper .row .col-md-2{
	padding: 0px;
}
.footer_menu ul li a {
	position: relative;
	display: inline-block;
}
.footer_menu ul li a::after {
	content: '';
	background-color: #fff;
	height: 1px;
	width: 0%;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	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;
}
.footer_img {
	display: grid;
	align-items: center;
	justify-content: end;
}
.footer_menu ul li a:hover::after{
	width: 100%;
}
.footer_block.footer_block03 .footer_block_titel {
	margin-left: 15px;
}
.footer_block.footer_block04 {
	text-align: center;
}
.footer_bottom {
	padding: 13px 0;
	position: relative;
	border-top: 1px solid #585858;
}
.dezign_copyright {
	text-align: left;
	font-size: 15px;
	font-family: "Rajdhani", sans-serif;
	color: #f8f8f8;
	font-weight: 400;
	letter-spacing: 1px;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-family: "Rajdhani", sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.30px;
}
.dezign_by {
	text-align: right;
	font-size: 17px;
	letter-spacing: 0.50px;
	color: #fff;
	font-weight: 400;
	font-family: "Rajdhani", sans-serif;
}
.dezign_by span {
	color: #fff;
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	letter-spacing: 0.50px;
	font-weight: 700;
}

@media screen and (max-width: 1199px) {
    .store_footer_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
    .footer_bottom .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.footer_block_titel {
		font-size: 16px;
	}
	.dezign_copyright span {
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	.footer_block_titel {
		font-size: 15px;
	}
	.footer_menu_block li {
		padding-right: 23px;
	}
}
@media screen and (max-width: 991px) {
	.footer_block.footer_block03 .footer_block_titel {
		margin-left: 0px;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 6px;
	}
	.dezign_by {
		text-align: center;
		margin-top: 10px;
	}
	.dezign_copyright span {
		font-size: 18px;
	}
	.dezign_copyright {
		font-size: 16px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 961px) {
	.footer_block_titel {
		font-size: 11px;
	}
	.footer_menu_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.footer_menu_block li {
		padding-right: 21px;
		/* width: 180px; */
		width: 50%;
		text-align: center;
		padding: 0;
		margin: 0 0 5px 0;
	}
	.store_footer_wapper .container .col-md-3, .store_footer_wapper .container .col-md-2{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer_block03, .footer_block04{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
    .store_footer_wapper .container{
        max-width: 100%;
        padding: 0 20px;
    }
	.footer_block.footer_block04 {
		text-align: center;
		margin-top: 20px;
	}
	.footer_block2 {
		display: grid;
		justify-content: center;
	}
	.footer_block_titel {
		font-size: 17px;
	}
	.footer_block.footer_block03 {
		text-align: center;
		margin-top: 20px;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_menu_block li {
		padding-right: 21px;
		width: auto;
	}
}
@media screen and (max-width: 575px){
	.footer_block2 {
		margin-top: 20px;
	}
	.store_footer_wapper {
		padding: 20px 0 20px;
	}
	.dezign_by {
		margin-top: 2px;
	}
	.footer_bottom {
		padding: 10px 0;
	}
	.footer_block_titel {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 361px){
	.dezign_by {
		font-size: 12px;
	}
}
@media screen and (max-width: 378px){
	.dezign_copyright {
		font-size: 14px;
	}
	.footer_menu_block li {
		padding-right: 0;
		width: 200px;
		text-align: center;
	}
}


/* paypal_section */

.paypal_wrapper {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.paypal_wrapper{
		display: none;
	}
}


/* tab_section */
.tab_section {
	margin: 30px 0px 40px;
}
.tab_box {
	background-color: #f6f6f6;
	border-top: 3px solid #e1e1e1;
	padding: 15px 0 30px;
}
.tab_box:nth-child(1) {
	margin-bottom: 40px;
}
.tab_title {
	background-color: #c20735;
	display: inline;
	padding: 10px 22px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Rajdhani", sans-serif;
}
.tab_title img{
	margin-right: 5px;
}
.tab_text {
	padding: 20px 20px 0;
}
.tab_text p {
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	letter-spacing: 0.30px;
	font-family: "Rajdhani", sans-serif;
	line-height: 27px;
	margin: 15px 0;
}
.tab_text p:last-child{
	margin-bottom: 0;
}
.tab_text h4 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
	font-family: "Rajdhani", sans-serif;
	line-height: 36px;
	margin: 15px 0;
}
.tab_text #table {
	width: auto;
	margin-bottom: 25px;
}
.tab_text #table:nth-child(4) {
	margin-bottom: 0px !important;
}
.tab_text #table li {
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0.30px;
	color: #000000;
	 font-family: "Rajdhani", sans-serif;
	background: url('../images/right_arrow1.png');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
}
.tab_text #table tbody tr td:nth-child(1) {
	padding-right: 10px;
}
.tab_text #table tbody tr td:nth-child(2) {
	font-size: 17px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #333333;
	 font-family: "Rajdhani", sans-serif;
	position: relative;
	padding-left: 15px;
	line-height: 22px;
	padding: 6px 0 6px 15px;
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	.tab_text h4 {
		font-size: 19px;
	}
	.tab_title {
		padding: 10px 16px;
		font-size: 17px;
	}
	.tab_text #table:nth-child(3) tbody tr td:nth-child(2)::after{
		top: 16px;
	}
	.tab_text #table li {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {

}
@media screen and (max-width:480px){
	.tab_text h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.tab_text #table tbody tr td:nth-child(2) {
		font-size: 13px;
		letter-spacing: 0;
	}
	.tab_text #table {
		margin-bottom: 15px;
	}
	.tab_title {
		padding: 10px 6px;
		font-size: 13px;
	}
	.tab_text p {
		font-size: 15px;
		line-height: 25px;
	}
}
@media screen and (max-width:361px){
	.tab_title {
		padding: 13px 8px;
		font-size: 12px;
		letter-spacing: 0.1px;
	}
	.tab_text #table li {
		font-size: 14px;
	}
	#table tbody tr td:nth-child(2)::after {
		top: 6px;
	}
}