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

/*============================================
			Top Header Css START 	
============================================*/
.main_dezign_brain_header {
	margin-bottom: 40px;
}
.promo_top_text {
	background-color: #c4232f;
	padding: 8px 0;
}
.welcom_text img{
    margin-right: 5px;
    margin-bottom: 5px;
}
.welcom_text {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 21px;
}
.welcom_text span {
	font-size: 14px;
	letter-spacing: 0.50px;
	text-transform: capitalize;
	font-weight: 600;
}
.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: "Poppins", 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: 25px 0;
	position: relative;
}
.top_section::after {
	content: '';
	background-image: url(../images/menu_shedow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	margin: auto;
	width: 100%;
	height: 14px;
}
.top_header_wrapper {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center;
	position: relative;
}
.Verifie-main {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.top_section .container .col-lg-4:nth-child(3) .Verifie-main{
	justify-content: end;
}
.Verifie-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #bcbcbc;
	border-radius: 50px;
}
.Verifie-text h1 {
	font-size: 19px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
	color: #282827;
	line-height: 20px;
}
.Verifie-text p {
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #666;
	margin-bottom: 0;
}
.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 35px;
	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 {
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #fff !important;
	text-transform: uppercase;
}
.main_menu ul li a:hover {
	text-decoration: none;
	color: #000 !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: 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: #c4232f;
	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-weight: 600;
	font-family: "Poppins", sans-serif;
}
.amon ul li a:hover {
	background-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: #c4232f;
	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: 1200px) {
    .Verifie-text h1 {
        font-size: 19px;
    }
    .main_menu ul li {
        padding: 0px 28px;
    }
}
@media screen and (max-width: 991px) {
    .top_header {
        text-align: left;
    }
    .Verifie-main {
        justify-content: center;
    }
    .Verifie-text h1 {
        font-size: 19px;
    }
    .top_section .container .row{
        grid-row-gap: 20px;
    }
    .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: 19px 0;
    }
	.top_section .container .row .col-lg-4:nth-child(2) {
		order: -2;
	}
}
@media screen and (max-width: 767px) {
	.top_section .container .col-lg-4:nth-child(3) .Verifie-main {
		justify-content: center;
	}
}
@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 	
============================================*/
/*============================================
			image Css START 	
============================================*/
.listing_section {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.main_title {
	margin: 00 -30px 0 -30px;
}
.main_title h1 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	margin-bottom: 15px;
	max-width: 100%;
	background-image: url(../images/headding_bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.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;
	width: 60%;
	margin-bottom: 0;
}
.desc-rd.desc-text tbody tr td:nth-child(1) {
	width: 37%;
}
.desc-rd.desc-text th, td {
	text-align: left;
}
.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;
}
.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 p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", serif;
}
.desc-rd.desc-text p:last-child{
	margin-bottom: 0px;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #333333;
	font-family: "Montserrat", serif;
	display: inline-block;
}
.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 {
	height: 737px;
	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;
}
.desc-hedtitle {
	margin: 0 -30px 0px -30px;
}
.desc-hedtitle p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	margin-bottom: 0;
	max-width: 100%;
	background-image: url(../images/headding_bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.desc-rd li {
	margin-bottom: 10px;
}
.product-text {
	margin-top: 10px;
	margin-bottom: 40px;
}
.desc-rd.desc-text li {
	padding-left: 19px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.30px;
	color: #555;
	position: relative;
	font-family: "Poppins", sans-serif;
}
.desc-rd.desc-text li::after {
	content: '';
	background-color: #000;
	width: 7px;
	height: 7px;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
table {
	border-collapse: collapse;
}
.desc_table tbody tr td ul {
	margin-bottom: 0px;
}
.desc-rd.desc-text li {
	font-size: 15px;
	font-weight: 400;
	line-height: 33px;
	letter-spacing: 0.30px;
	color: #555555;
	font-family: "Poppins", sans-serif;
}
.desc_table tbody tr td:last-child::after {
	content: ':';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #555555;
}
.desc_table tbody tr td:last-child {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #555;
	letter-spacing: 0.30px;
	line-height: 33px;
}
#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;
	}
	.main_title {
		margin: 00 0px 0 0px;
	}
	.desc-hedtitle {
		margin: 0 0px 0px 0px;
	}
	.pro-and-about {
		border-top: 1px solid #dadada;
	}
	.desc-hedtitle p {
		background-size: 1240px;
	}
	.main_title h1 {
		background-size: cover;
	}
}
@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 .thumb > img {
		max-height: 100%;
		max-width: 100%;
	}
	#main_gallery #main_row {
		width: 100%;
		margin: 20px auto 0;
		height: auto;
	}
	#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: 767px) {
	.main_title h1 {
		margin-bottom: 5px;
	}
	.listing_section {
		margin: 0 0 0px 0;
	}
}
@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;
	}
	.desc-rd.desc-text tbody tr td:nth-child(1) {
		width: 50%;
	}
	.desc-rd.desc-text li {
		font-size: 13px;
	}
	.desc_table tbody tr td:last-child {
		font-size: 12px;
	}
}
/*============================================
			image Css END 	
============================================*/
/*============================================
			Banner CSS START
============================================*/
#dezign_home_banner {
	margin: 0 auto 0px;
	text-align: center;
	display: table;
}
#dezign_home_banner img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
#maine_slider_res, .paypal_section_res {
	display: none;
}
@media only screen and (max-width: 767px) {
	#maine_slider{
		display: none !important;
	}
	#maine_slider_res{
		display: block !important;
		margin-bottom: 0px;
	}
	#dezign_home_banner {
		margin: 0 auto 25px;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.service_wrapper {
	background-image: url(../images/promo_bg.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	margin: 80px 0px;
}
.service_item {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.service_img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c4232f;
	height: 100px;
	width: 66px;
	margin: -10px 0;
	position: relative;
}
.service_img::after {
	content: '';
	position: absolute;
	top: 4px;
	right: -10px;
	rotate: 225deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #780912;
}
.service_img::before {
	content: '';
	position: absolute;
	bottom: 4px;
	right: -10px;
	rotate: 320deg;
	z-index: -1;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #780912;
}
.service_img img {
	transition: all 0.5s ease-in-out;
}
.service_box:hover img {
	transform: rotateY(360deg);
}
.service_title h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0px 0 3px 0;
	letter-spacing: 0.65px;
	text-align: left;
}
.service_title p {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 0.7px;
	text-transform: capitalize;
	text-align: left;
}
@media screen and (max-width: 1199px) {
	.service_title h4 {
		font-size: 17px;
	}
	.service_wrapper {
		margin: 60px 0px;
	}
}
@media screen and (max-width:1024px) {
	.service_wrapper {
		background-color: transparent;
	}
	.service_box {
		width: 62%;
		background-color: #191919;
		margin: 0 auto;
	}
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.service_wrapper .service_item .service_box:nth-child(3), .service_wrapper .service_item .service_box:nth-child(4) {
		margin: 35px auto 35px;
	}
	.service_title h4 {
		font-size: 16px;
	}
	.service_wrapper {
		padding: 30px 0 0;
	}
	.service_wrapper {
		margin: 50px 0px;
	}

}
@media screen and (max-width: 991px) {
	.service_title h4 {
		font-size: 16px;
	}
	.service_box {
		width: 82%;
		margin: 0 auto;
		background-color: #191919;
	}
}
@media screen and (max-width: 767px) {
	.service_box {
		width: 96%;
		background-color: #191919;
	}
	.service_title h4 {
		font-size: 14px;
	}
}
@media screen and (max-width:575px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
	.service_box {
		width: 66%;
	}
	.service_wrapper .service_item .service_box:nth-child(2){
		margin: 35px auto 0;
	}
	.service_wrapper .service_item .service_box:nth-child(4){
		margin: 0px auto 35px;
	}
}
@media screen and (max-width: 480px) {
	.service_box {
		width:80%;
	}
}
@media screen and (max-width: 361px) {
	.service_box {
		width: 90%;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/

.feature-title h3 {
	font-size: 26px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.feature-title p {
	font-size: 14px;
	color: #8e8e8e;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
	margin-top: -5px;
	margin-bottom: 0;
}
.feature_section {
	margin: 30px 0px 45px;
}
.feature-title {
	margin: 0 auto 20px;
	text-align: center;
	position: relative;
}
.feature-title-inner {
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
}
.feature-title h2 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 5px;
	display: inline-block;
	font-family: "Poppins", sans-serif;
}
.feature-title::after {
	content: '';
	border: 1px solid #d9d9d9;
	border-left: 0px;
	border-right: 0px;
	position: absolute;
	top: -9px;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 5px;
	left: 0;
	right: 0;
	z-index: -1;
}
.cate_box {
	position: relative;
	margin: 0 auto 30px;
	display: table;
}
.feature_box {
	position: relative;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.cate_box .feature_box a img {
	transition: all 0.8s ease-in-out;
}
.cate_box:hover .feature_box img {
	transition: all 0.8s ease-in-out;
	transform: scale(1.2) rotate(2deg);
	-webkit-transform: scale(1.2) rotate(2deg);
	-moz-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	-o-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}
.cate_box .fat_text h3 {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.530px;
	transition: all 0.8s ease-in-out;
	text-transform: capitalize;
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 3px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	background-color: #3a3737;
	margin-top: 2px;
}
.cate_box:hover .fat_text h3 {
	color: #fff;
	background-color: #c4232f;
}
.view_all_btn {
	text-align: center;
	margin: 0 auto;
}
.button a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	transition: all 0.8s ease-in-out;
	background-color: #c4232f;
}
.button.view_all_btn i {
	font-size: 17px;
	padding-left: 7px;
}
.button a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.9px;
	font-family: "Poppins", sans-serif;
	transition: all 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
	padding: 11px 20px;
	display: inline-block;
	position: relative;
	background: #898886;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
}
.about_right_content ul {
	margin-bottom: 30px;
}
.button a:hover::after {
	left: 0;
}
.button a:hover {
	color: #fff;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px){
	.cate_box {
		display: table;
		margin: 0 auto 27px;
	}
	.feature-title h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 575px){
	.feature-title h2 {
		font-size: 22px;
	}
}
@media only screen and (max-width: 480px){
	.cat_sec .container {
		max-width: 100%;
		padding: 0 20px;
	}
	.cate_box .fat_text a {
		font-size: 11px;
	}
	.feature-title h2 {
		font-size: 19px;
	}
	.cate_box {
		padding: 10px;
	}
	.feature-title h3 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.feature-title p {
		font-size: 12px;
	}
	.feature-title-inner {
		padding: 0 9px;
	}
}
@media only screen and (max-width: 361px){
	.feature-title h2 {
		font-size: 21px;
		letter-spacing: 0;
	}
	.feature_section {
		margin: 15px 0px 45px;
	}
	.feature-title p {
		font-size: 13px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about_head {
	text-align: center;
	margin-bottom: 30px;
}
.about3_wrapper {
	margin: 0px 0px 60px;
}
.about3_bg{
	position: relative;
}
.about_head h3 {
	font-size: 41px;
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
}
.about_bottom {
	position: relative;
	overflow: hidden;
	padding: 40px 25px 0 0;
}
.about_bottom::after {
	content: '';
	position: absolute;
	background-color: #f3f3f3;
	width: 85%;
	height: 80%;
	right: 36px;
	top: 0;
	margin: auto;
	z-index: -1;
}
.about_bottom::before {
	content: '';
	position: absolute;
	background-image: url(../images/about_after.png);
	width: 278px;
	height: 386px;
	right: 0;
	bottom: 0px;
	margin: auto;
	z-index: -1;
}
.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{
	position: relative;
}
.about_right_content::after {
	content: '';
	background-image: url(../images/about_after_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 168px;
	height: 168px;
}
.about_right_content h3 {
	font-size: 50px;
	font-weight: 600;
	color: #000;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: -0.30px;
}
.about_right_content p {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	font-family: 'Poppins', sans-serif;
	line-height: 27px;
	letter-spacing: 0.30px;
	margin-bottom: 30px;
}
.about_right_content ul li {
	color: #010101;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.10px;
	font-family: 'Poppins', sans-serif;
	padding-left: 32px;
	margin-bottom: 15px;
	position: relative;
}
.about_right_content ul li::after {
	content: '';
	background-image: url(../images/about_list_style_after.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
}
.about3_button {
	margin-top: 15px;
}
.about3_button a {
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	transition: all 0.8s ease 0s;
	text-align: center;
	margin: 0 auto;
	padding: 12px 20px;
	display: inline-block;
	position: relative;
	background: #000141;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-transform: capitalize;
}
.about3_button a::after {
	content: '';
	position: absolute;
	border: 1px solid #000141;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all .8s ease-out;
	opacity: 0;
}
.about3_button a:hover::after {
	opacity: 1;
	left: 5px;
	top: 5px;
	transition: all .8s ease-out;
}
.about3_button img{
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		margin-bottom: 20px;
	}
	.about_right_content ul li {
		margin-bottom: 10px;
		font-size: 15px;
	}
}
@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;
	}
}
@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 {
		padding-top: 30px;
	}
	.about_bottom {
		text-align: center;
	}
	.about_bottom::before {
		right: 60px;
	}
}
@media screen and (max-width: 767px) {
	.about_left_img {
		text-align: center;
	}
	/* .about_right_content {
		margin-top: 20px;
	} */
}
@media screen and (max-width: 575px) {
	.about_head h3 {
		font-size: 38px;
		font-weight: 600;
	}
}
@media screen and (max-width: 480px) {
	.about_right_content {
		margin-top: 10px;
	}
	.about_right_content h3 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.about_head h3 {
		font-size: 31px;
	}
	.about_head img {
		width: 130px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h3 {
		font-size: 30px;
		margin-bottom: 7px;
	}
}
@media screen and (max-width:320px) {
	
}
/* ABOUT3 CSS END */
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
}
.payment_text {
	margin-left: -28px;
}
.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #e4e4e4;
	padding: 20px;
	background: #FFF;
	position: relative;
	padding-top: 15px;
	padding-bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.inner_text p {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 29px;
	margin-bottom: 20px;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
}
.inner_text p strong {
	color: #000;
}
.inner_text span {
	font-weight: 700;
	color: #222222;
}
.inner_text h6 {
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px 0;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: 'Montserrat', sans-serif;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -7px;
	left: 0;
	border-bottom: 4px solid #4c4c4c;
	border-right: 4px solid #4c4c4c;
	border-left: 4px solid transparent;
	border-top: 4px solid transparent;
}
.inner_text h1 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	display: inline-block;
	padding: 7px 20px;
	position: relative;
	background-color: #3c3738;
	letter-spacing: 0.8px;
}
.inner_text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}
.please_note_text p {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.25px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.please_note_text {
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 5px;
}
.please_note_text h1 {
	color: #ff0000;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 00px 0px 40px;
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 30px 0 25px;
	background-color: #f7f7f7;
}
.footer_block_titel {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.3px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
}
.footer_logo {
	margin-right: -30px;
}
.footer_logo img {
	mix-blend-mode: darken;
}
.footer_menu ul li a {
	font-size: 15px;
	color: #444444;
	line-height: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: 0.5s all ease-in-out;
}
.footer_menu ul li a:hover {
	color: #ba1c2c;
}
.footer_menu ul li i {
	font-size: 9px;
	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-color: #c4232f;
}
.dezign_copyright {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: left;
}
.dezign_copyright span {
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	text-align: right;
}
.dezign_by i {
	color: #fff !important;
}
.dezign_by span {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
@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-top: 30px;
	}
	.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: 25px;
	}
}
@media screen and (max-width: 575px){
	.footer_logo {
		margin: 0 0 20px 0;
	}
	.store_footer_wapper {
		padding: 25px 0 0;
	}
	.footer_block.footer_block04 {
		margin: 20px 0 20px;
	}
	.footer_block_titel {
		font-size: 20px;
	}
}
@media screen and (max-width: 480px){
	.footer_top_menu {
		margin-top: 0;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed-title{
	text-align: center;
	margin-bottom: 20px;
}
.guaranteed-title h3 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin: 0px 0 5px;
	display: inline-block;
	font-family: "Poppins", sans-serif;
}
.guaranteed-title p {
	font-size: 15px;
	color: #8e8e8e;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
	margin-top: -5px;
	margin-bottom: 0;
}
.guaranteed_wapper {
	margin: 30px 0px 40px;
}
.guaranteed-head {
	text-align: center;
}
.guaranteed-head h5 {
	font-size: 38px;
	font-weight: 700;
	color: #1d1d1d;
	font-family: "Poppins", sans-serif;
	margin-bottom: 25px;
	position: relative;
	letter-spacing: 1px;
}
.guaranteed_box {
	background: #fff;
	padding: 20px 15px 17px 15px;
	position: relative;
	box-shadow: 7px 7px 30px 0px rgba(45, 53, 39, 0.1);
	margin: 0 00 35px 0;
}
.start i {
	font-size: 23px;
	color: #ffad36;
}
.start {
	margin-bottom: 10px;
}
.guaranteed_name {
	font-size: 17px;
	color: #000000;
	letter-spacing: 0.4px;
	font-weight: 700;
	margin: 10px 0 15px;
	font-family: "Poppins", sans-serif;
}
.guaranteed_text {
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	line-height: 24px;
	min-height: 80px;
	display: flex;
	align-items: center;
}
.button.review_all_btn{
	text-align: center;
}
.button.review_all_btn i {
	margin-left: 7px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px 15px 17px;
	}
	.guaranteed_text {
		min-height: 100px;
	}
	.guaranteed_text {
		min-height: 74px;
	}
}
@media screen and (max-width: 991px) {
	.guaranteed_text {
		min-height: 53px;
	}
	.guaranteed_name {
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	.guaranteed-head h5 {
		font-size: 30px;
	}
	.guaranteed_text {
		min-height: auto;
	}
	.guaranteed_box {
		max-width: 300px;
		margin: 0 auto 35px;
	}
	.guaranteed-title h3 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.guaranteed-title p {
		font-size: 13px;
	}
}
@media screen and (max-width: 575px) {
	.guaranteed_wapper {
		margin: 0px 0px 40px;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	.guaranteed-head p {
		font-size: 11px;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	.guaranteed-title h3 {
		font-size: 19px;
	}
	.guaranteed-title p {
		font-size: 11px;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 21px;
	}
	.guaranteed_wapper {
		margin: 0px 0px 30px;
	}
	.cat-btn a {
		font-size: 14px;
		padding: 13px 15px;
	}
}
/*================================== REVIEWS CSS END  ================================== */



/*================================== PAYPAL CSS START  ================================== */
.paypal_wrapper {
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 575px){
	.paypal_wrapper {
		display: none;
	}
}
/*================================== PAYPAL 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 h1 {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 3px;
}
.promo_text p {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	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 h1 {
		font-size: 18px;
	}
	.promo_text p {
		font-size: 13px;
	}
}
/*============================================
			promo CSS END
============================================*/