@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');

/*
font-family: "Jost", sans-serif;
font-family: "DM Serif Display", serif;
font-family: "Font Awesome 6 Pro";
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: "Jost", 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;
}
img {
	max-width: 100%;
	}
/*============================================
			Top Header Css START
============================================*/
.welcom_text i {
	margin-right: 5px;
	font-size: 15px;
}
.welcom_text {
	color: #000000;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 1;
	position: relative;
}
.welcom_text span {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	color: #000000;
}
.top_section1 {
	padding: 12px 0;
	background-color: #f9e9c7;
	position: relative;
}
.main_menu_mobile{
	display: none !important;
}
.menu{
	padding: 10px 0;
	position: relative;
}
.main_menu ul {
	margin-bottom: 00px;
	display: flex;
	list-style: none;
	justify-content: end;
	align-items: center;
	z-index: 1;
	position: relative;
}
.main_menu ul li {
	padding: 0px 20px;
	position: relative;
}
.main_menu ul li::after{
	content:"";
	position: absolute;
	width: 1px;
	height: 100%;
	background-color:rgb(255, 255, 255, 0.2);
	top:0;
	right: 0;
	bottom:0;
	margin: auto;
}
.main_menu ul li:last-child:after{
	display: none;
}
.main_menu.right ul {
	margin-bottom: 00px;
	display: flex;
	justify-content: start;
	list-style: none;
}
.main_menu ul li a {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 1.8px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #010101;
	text-decoration: none;
	display: block;
}
.main_menu ul li a:hover{
	color:#29746d;
}
.main_menu ul li a::after{
	content:"";
	position: absolute;
	background-color: #29746d;
	width: 0;
	height:2px;
	top: auto;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.main_menu ul li a:hover::after{
	width: 100%;
}
.top_section {
	background-color: #29746d;
	padding: 7px 0;
	position: relative;
}
.Verifie-main1 {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
}
.Verifie-main1.box {
	justify-content: end;
}
.Verifie-text1 h1 {
	font-size: 20px;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	margin-bottom: 2px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.Verifie-text1 p {
	font-size: 15px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	letter-spacing: 1.5px;
}
.logo {
	margin: 0 auto;
	text-align: center;
}
/* mobile-menu-css-tart */
.amon {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	background-color: transparent;
	display: inline-block;
	width: 65px;
	overflow: hidden;
	height: 26px;
	transition: width 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	position: absolute;
	right: 0;
	z-index: 22222;
	margin-top: -12px;
}
.mobile_menu{
	display: none;
}
.amon-container #open {
	display: none;
}
#open:checked + .amon {
	width: auto;
	height: auto;
}
.amon .bars:hover {
	background-color: transparent;
}
.amon .bars {
    cursor: pointer;
    width: 65px;
    height: 35px;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    font-size: 20px;
    display: block;
    margin-left: auto;
}
.amon ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	background-color: #f9e9c7;
	display: inline-grid;
	width: 170px;
	overflow: hidden;
	padding: 10px;
}
.bars img {
	width: 70%;
	margin-left: 7px;
}
.amon ul li {
	display: inline-block;
}
.amon ul li a {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease-in-out;
	color: #010101;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
}
.amon ul li a::after {
	content: "";
	position: absolute;
	background-color: #29746d;
	width: 0;
	height: 2px;
	top: auto;
	left: 0;
	right: 0;
	bottom: 3px;
	margin: auto;
	transition: all .5s ease-in-out;
}
.amon ul li a:hover::after{
	width: 100%;
}
.amon ul li {
	width: 65px;
	overflow: hidden;
	text-align: center;
}
.open-text .amon ul li {
	width: 100%;
	padding: 0;
}
.open-text .amon ul li a span {
	opacity: .8;
	display: inline-block;
}
/* menu_icon */
.menu_icon_wrapper{
	position: relative;
}
.menu_icon div {
	display: block;
	position: absolute;
	height: 4px;
	width: 30px;
	background-color: #fff;
	opacity: 1;
	left: auto;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
	right: 0;
	border-radius: 5px;
}
.menu_icon .line-one{
	top: 0px;
  	transform-origin: left center;
}
.menu_icon .line-two{
	top: 30%;
	transform: translateY(-50%);
	transform-origin: left center;
}
.menu_icon .line-three{
	top: 60%;
  	transform-origin: left center;
  	transform: translateY(-100%);
}
#open:checked + .amon .menu_icon .line-one {
    transform: rotate(45deg);
    top: 0px;
}
#open:checked + .amon .menu_icon .line-two {
	width: 0%;
	opacity: 0;
}
#open:checked + .amon .menu_icon .line-three {
	transform: rotate(-45deg);
	top: 21px;
}
/* Header_responsive */
@media screen and (max-width: 1199px) {
	.main_menu ul li {
		padding: 0px 15px;
	}
	.Verifie-text1 h1 {
		font-size: 19px;
	}
}
@media screen and (max-width: 991px) {
	.main_menu {
		display: none;
	}
	.logo {
		text-align: left;
		width: 80%;
	}
	.top_header {
		margin: 0 ;
	}
	.top_section .container .row .col-lg-4:nth-child(2) {
		display: flex;
		justify-content: space-between !important;
		flex: 0 0 100%;
		max-width: 100%;
		align-items: center;
	}
    .menu{
        display: none;
    }
    .menu .col-md-12{
        text-align: right;
    }
	.mobile_menu {
		display: block !important;
	}
	.Verifie-main1 {
		margin: 20px 0 0;
	}
	.top_section .container .row .col-md-6:nth-child(1) {
		order: 2;
	}
	.header_top {
		text-align: center;
	}
	.top_section {
		padding: 12px 0;
	}
}
@media screen and (max-width: 767px) {
	.Verifie-main1.box {
		justify-content: center;
	}
	.Verifie-main1 {
		margin: 20px 0 0;
		justify-content: center;
	}
}
@media screen and (max-width: 575px){
	.menu-links {
		top: 60px;
	}
	.amon {
		right: 20px;
	}
}
@media screen and (max-width: 480px){
	.logo {
		width: 75%;
		margin: 0;
	}
	.menu-links {
		top: 50px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text1 h1 {
		font-size: 17px;
	}
	.Verifie-text1 p {
		font-size: 14px;
	}
}
/*============================================
			Header Css END
============================================*/
/*============================================
			image Css START
============================================*/
.listing_section {
	margin: 0 0 40px 0;
}
.product_section {
	position: relative;
}
#right_box .desc-rd.desc-text {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	overflow: auto;
	scrollbar-color: #d4d4d4 #F8F8F8;
	/* max-height: 597px; */
	height: auto;
}
.desc-text h6 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.desc-text h5 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 20px;
}
#right_box .desc-rd table td {
	font-size: 15px;
	font-weight: normal;
	position: relative;
	color: #333333;
	padding: 4px 8px;
}
#right_box .desc-rd table tr td:first-child {
	padding-left: 0px;
	padding-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
#right_box .desc-rd table tr td:first-child::after {
	position: absolute;
	content: ":";
	right: 0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
}
.main_title {
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 8px 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Jost", sans-serif;
	text-align: center;
	text-transform: capitalize;
	background-color: #29746d;
	position: relative;
	margin: 0 11px 10px;
	border-radius: 8px;
}
.main_top{
	position: relative;
}
.main_top::before {
	content:"";
	position:absolute;
	transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	-webkit-transform: rotate(45deg);
 	-o-transform: rotate(45deg);
 	-moz-transform: rotate(45deg);
 	background-color: #29746d;
 	width:35px;
 	height:35px;
 	top: 5.3px;
 	left:0;
 	border-radius:8px;
}
.main_top::after {
	content:"";
	position:absolute;
	transform: rotate(45deg);
 	-ms-transform: rotate(45deg);
 	-webkit-transform: rotate(45deg);
 	-o-transform: rotate(45deg);
 	-moz-transform: rotate(45deg);
 	background-color: #29746d;
 	width:35px;
 	height:35px;
 	top: 5.3px;
 	right:0;
 	border-radius:8px;
}
.prodcut_box{
	text-align:center;
	margin:0 0 10px 0;
}
.prodcut_box.item2 {
	display: none;
}
@media only screen and (max-width: 1199px) {
	.listing_section .container {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width:575px) {
	.prodcut_box.item2 {
		display: block;
	}
	.prodcut_box {
		display: none;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Listing CSS START
============================================*/
.desc-hedtitle {
	z-index: 1;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 600;
	padding: 8px 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Jost", sans-serif;
	text-align: center;
	text-transform: capitalize;
	background-color: #29746d;
	position: relative;
	margin: 0 11px 0px;
	border-radius: 8px;
}
.desc-rd p {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", sans-serif !important;
	padding: 0 0 0 35px;
	margin: 0 0 20px 0;
}
.desc-rd p:last-child{
	margin: 0;
}
.desc-rd.desc-text li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 17px;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.3px;
	font-weight: 400;
	color: #333333;
	font-family: "Jost", serif !important;
}
.desc-rd.desc-text #customers tbody tr {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 17px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 500;
	color: #444;
	font-family: "Jost", serif !important;
	display: block;
}
.desc-rd.desc-text #customers tbody td {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.30px;
	font-weight: 500;
	color: #444;
	font-family: "Jost", serif !important;
}
.desc-rd.desc-text b {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.30px;
	color: #010101;
	font-family: "Jost", serif !important;
}
.product-text {
	margin: 0 0 40px 0;
}
.pro-and-about {
	padding: 20px;
	margin: 00px 0px 00px;
	border: 1px solid #d3d3d3;
}
.first_box {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 00 0 5px 0;
}
@media only screen and (max-width: 1199px) {
	.product-text .container{
		max-width: 100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 575px){
	.product-text {
		margin-top: 25px;
	}
}
/*============================================
			image Css END
============================================*/
/*============================================
			Banner CSS START
============================================*/
.banner_res {
	display: none !important;
}
#dezign_home_banner {
	text-align: center;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 767px){
	.main_banner{
		display: none;
	}
	.banner_res{
		display: block !important;
		margin: 0 auto;
	}
}
/*============================================
			Banner CSS END
============================================*/
/*============================================
			promotion CSS START
============================================*/
.service_wrapper {
	margin: 0 0 40px 0;
}
.star {
	text-align: center;
	margin: 0 0 10px 0;
}
.star_title p {
	font-size: 34px;
	font-weight: 400;
	color: #021723;
	font-family: "DM Serif Display", serif;
	margin: 0 0 30px 0;
	text-align: center;
}
.service_item {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.service_box {
	text-align: center;
	position: relative;
}
.service_box .service_img img,.service_box .service_img svg {
	transition: all 0.5s ease-in-out;
}
.service_item .service_box:hover img,
.service_item .service_box:hover svg {
	transform: rotateY(360deg);
}
.service_img {
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_title h4 {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	font-family: "Jost", serif;
	margin: 20px 0 0px 0;
	letter-spacing: 1px;
}
.service_text p {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	font-family: "Jost", serif;
	margin:0px 0 0px 0;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	.service_item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4){
		margin: 25px 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	.service_item {
		grid-template-columns: repeat(1, 1fr);
	}
	.service_wrapper  .container .service_item .service_box:nth-child(2), .service_wrapper  .container .service_item .service_box:nth-child(3), .service_wrapper  .container .service_item .service_box:nth-child(4), .service_wrapper  .container .service_item .service_box:nth-child(5){
		margin: 30px 0 0 0;
	}
	.star_title p {
		font-size: 24px;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:361px) {
	.star_title p {
		font-size: 21px;
	}
}
/*============================================
			promotion CSS END
============================================*/
/*============================================
			feature CSS START
============================================*/
.feature_section {
	margin: 0px 0px 40px;
	text-align: center;
}
.feature-title h4 {
	z-index: 1;
	font-size: 34px;
	font-weight: 400;
	color: #fff;
	font-family: "DM Serif Display", serif;
	text-align: center;
	text-transform: uppercase;
	background-color: #29746d;
	position: relative;
	margin: 0 11px 0px;
	border-radius: 8px;
	display: inline-block;
	padding: 6px 35px;
}
.main_top2 {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.main_top2::before {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background-color: #29746d;
	width: 40px;
	height: 43px;
	top: 4px;
	left: 0;
	border-radius: 8px;
}
.main_top2::after {
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	background-color: #29746d;
	width: 40px;
	height: 43px;
	top: 5px;
	right: 0;
	border-radius: 8px;
}
.cat_wrapper {
	background-image: url(../images/cat_bg.png);
	background-repeat: no-repeat;
	border: 1px solid #29746d;
	padding: 50px 20px 23px;
	border-radius: 40px;
	margin: -25px 0 -23px 0;
	background-size: cover;
}
.cate_box {
	position: relative;
	margin-bottom: 30px;
	padding: 0px;
	text-align: center;
}
.feature_box {
	position: relative;
	display: inline-block;
	border: 1px solid #801821;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	background-color: #fff;
}
.cate_box:hover .feature_box{
	border-color: #29746d;
}
.feature_box a {
	display: block;
	position: relative;
}
.cate_box .feature_box a img {
	transition: all 0.5s ease-in-out;
}
.cate_box:hover .feature_box a img {
	transform:scale(1.1);
}
.fat_box .fat_text h2 {
	font-size: 28px;
	font-weight: 400;
	transition: all 0.8s ease-in-out;
	display: block;
	text-align: center;
	color: #29746d;
	margin-bottom:5px;
	text-transform: capitalize;
	font-family: "DM Serif Display", serif;
}
.fat_box .fat_text h6 {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.8s ease-in-out;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-family: "jost", serif;
	background-color: #ff272f;
	border-radius: 15px;
	display: inline-block;
	padding: 2px 10px;
}
.cat_wrapper .row .col-lg-2:nth-child(2) .fat_box .fat_text h6{
	background-color: #9469b2;
}
.cat_wrapper .row .col-lg-2:nth-child(3) .fat_box .fat_text h6{
	background-color: #52a1c0;
}
.cat_wrapper .row .col-lg-2:nth-child(4) .fat_box .fat_text h6{
	background-color: #fff;
	color:#000;
}
.cat_wrapper .row .col-lg-2:nth-child(5) .fat_box .fat_text h6{
	background-color: #007450;
}
.cat_wrapper .row .col-lg-2:nth-child(6) .fat_box .fat_text h6{
	background-color: #a59ed4;
}
.cat_wrapper .row .col-lg-2:nth-child(7) .fat_box .fat_text h6{
	background-color: #fe4b75;
}
.cat_wrapper .row .col-lg-2:nth-child(8) .fat_box .fat_text h6{
	background-color: #857d41;
}
.cat_wrapper .row .col-lg-2:nth-child(9) .fat_box .fat_text h6{
	background-color: #015bba;
}
.cat_wrapper .row .col-lg-2:nth-child(10) .fat_box .fat_text h6{
	background-color: #cc7b92;
}
.cat_wrapper .row .col-lg-2:nth-child(11) .fat_box .fat_text h6{
	background-color: #ecc651;
	color:#000;
}
.cat_wrapper .row .col-lg-2:nth-child(12) .fat_box .fat_text h6{
	background-color: #0f73a9;
}
.fat_box .fat_text p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #191919;
	margin-bottom: 0;
	text-transform: capitalize;
	font-family: "jost", serif;
	line-height: 20px;
}
.button a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-family: "Jost", sans-serif;
	transition: all 0.5s ease-in-out;
	text-align: center;
	padding: 11px 25px;
	display: inline-block;
	position: relative;
	background: #000;
	overflow: hidden;
	z-index: 1;
	text-transform: uppercase;
	clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 10% 100%, 0px 50%, 10% 0%);
}
.button a:hover{
	background: #29746d;
}
.promo_icon {
	display: grid;
	align-items: center;
}
.promo_icon img {
	transition: all 0.5s ease-in-out;
}
.sub_title {
	z-index: 1;
	line-height: 30px;
	font-size: 20px;
	letter-spacing: 0.3px;
	font-weight: 500;
	padding: 8px 6px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Jost", sans-serif;
	text-align: center;
	text-transform: capitalize;
	background-color: #29746d;
	position: relative;
	margin: 0 11px 0px;
	border-radius: 8px;
}
.main_top.cat_title {
	display: inline-block;
}
@media only screen and (max-width: 1199px) {
	.fat_box .fat_text h6 {
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fat_box .fat_text p {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fat_box .fat_text h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 991px){
	.cate_box {
		margin-bottom: 20px;
	}
	.fat_box .fat_text h6 {
		height: unset;
		display: inline-block;
	}
	.fat_box .fat_text p {
		height: 40px;
	}
}
@media only screen and (max-width:767px){
	.feature-title h4 {
		font-size: 28px;
		padding: 6px 25px;
	}
	.main_top2::after {
		width: 36px;
		height: 36px;
	}
	.main_top2::before {
		width: 36px;
		height: 36px;
	}
	.fat_box .fat_text p {
		height: 60px;
	}
	.fat_box .fat_text h6 {
		font-size: 16px;
	}
	.sub_title {
		font-size: 17px;
		padding: 8px 3px;
	}
}
@media only screen and (max-width:575px){
	.fat_box .fat_text p {
		height: unset;
	}
	.sub_title {
		font-size: 15px;
		padding: 8px 0px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width:480px){
	.feature-title h4 {
		font-size: 20px;
		padding: 7px 10px;
	}
	.main_top2::after {
		width: 28px;
		height: 29px;
	}
	.main_top2::before {
		width: 28px;
		height: 29px;
	}
	.sub_title {
		line-height: 22px;
	}
}
/*============================================
			feature CSS END
============================================*/
/*============================================
			About_Us CSS START
============================================*/
.about3_wrapper {
	margin: 0 0 50px 0;
}
.about3_bg {
	position: relative;
}
.about_bottom_img1 {
	position: relative;
	cursor: pointer;
}
.about_right_content {
	position: relative;
}
.about_right_content h3 {
	font-size: 50px;
	font-weight: 400;
	color: #000;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	line-height: 50px;
	margin: 0 0 25px 0;
	display: inline-block;
	font-family: "DM Serif Display", serif;
}
.about_right_content h3::after {
	content: "";
	position: absolute;
	border: 1px solid #000;
	background-repeat: no-repeat;
	width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	height: 1px;
}
.about_right_content h6 {
	font-size: 24px;
	font-weight: 600;
	color: #222222;
	font-family: 'Jost', sans-serif;
	line-height: 25px;
	letter-spacing: 0.25px;
	margin-bottom: 20px;
	font-style: italic;
}
.about_right_content p {
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	font-family: 'Jost', sans-serif;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin-bottom: 20px;
}
.about3_button a i{
	margin:0 0px 0 5px;
}
@media screen and (max-width: 1199px) {
	.about_right_content p {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.about_right_content h3 {
		font-size: 40px;
		line-height: 41px;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 991px) {
	.about_bottom_img1 {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.about_right_content p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.about3_wrapper {
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 575px) {
	.about_right_content p {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 361px) {
	.about_right_content h6 {
		font-size: 21px;
	}
}
/*============================================
			About_Us CSS END
============================================*/
/*============================================
			TAB CSS START
============================================*/
.main_tab_row {
	position: relative;
	margin-bottom: 35px;
}
.main_tab_row .main_payment:last-child{
	margin-bottom: 0px;
}
.payment_text h1 img {
	padding: 0px 5px;
}
.inner_text {
	border: 1px solid #d8d8d8;
	background: #FFF;
	position: relative;
	padding: 20px;
	font-family: "Jost", sans-serif;
	padding-left: 50px;
}
.inner_text p {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	font-family: "Jost", sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
}
.inner_text p:last-child{
	margin-bottom: 0;
}
.inner_text span {
	font-weight: 700;
	color: #222222;
}
.inner_text h6 {
	font-weight: 700;
	color: #222222;
	margin: 0 0 20px 0;
}
.inner_text p strong {
	color: #000;
	font-weight: 600;
}
.au_text h1 {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
	font-family: "Jost", sans-serif;
}
.tab_icon {
	position: absolute;
	bottom: 0;
	left: -40px;
	background-color: #29746d;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 30px;
}
.inner_text img{
	margin-right: 5px;
}
.inner_text h1 {
	font-size: 25px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: "DM Serif Display", serif;
}
.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: "Jost", 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: "Jost", sans-serif;
}
.inner_text h5 {
	font-size: 18px;
	font-weight: 700;
	color: #ea0000;
	line-height: 26px;
	font-family: "Jost", sans-serif;
	margin-bottom: 20px;
}
.tabe_section .pay_01 {
	margin: 0px 0px 40px 40px;
	position: relative;
}
@media screen and (max-width: 575px) {
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 40px;
	}
}
@media screen and (max-width: 480px) {
	.tab_icon {
		width: 60px;
		height: 60px;
		padding: 14px;
		left: -30px;
	}
	.inner_text {
		padding-left: 45px;
	}
	.tabe_section .pay_01 {
		margin: 00px 0px 30px 20px;
	}
}
/*============================================
			TAB CSS END
============================================*/

/*============================================
			footer CSS START
============================================*/
.store_footer_wapper {
	padding: 25px 0 25px;
	background-color: #f7f7f7;
}
.footer_block_titel {
	font-size: 19px;
	color: #021723;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Jost", serif;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.5px;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.store_footer_wapper .footer_logo_bottom{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo {
	margin: -25px auto 25px;
	text-align: center;
}
.footer_menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_menu ul li a {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family: "Jost", serif;
	font-weight: 500;
	letter-spacing: 0.3px;
	transition: 0.5s all ease-in-out;
	text-transform: uppercase;
}
.footer_menu ul li a::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 0%;
	background-color: #29746d;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .5s ease-in-out;
}
.footer_menu ul li a:hover::after {
	width: 100%;
}
.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: #f9e9c7;
}
.dezign_copyright {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 400;
	font-family: "Jost", serif;
}
.dezign_copyright span {
	font-size: 17px;
	letter-spacing: 0.3px;
	color: #000;
	font-weight: 600;
	font-family: "Jost", serif;
	text-transform: uppercase;
}
.dezign_by {
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #000;
	font-weight: 400;
	font-family: "Jost", serif;
	text-align: right;
}
.dezign_by span {
	font-family: "Jost", serif;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.6px;
}
@media screen and (max-width: 1199px) {
	.footer_block_titel {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	.footer_block_titel {
		font-size: 18px;
	}
	.dezign_by {
		text-align: center;
	}
	.dezign_copyright {
		text-align: center;
		margin-bottom: 9px;
	}
	.footer_block.footer_block03 {
		margin-top: 20px;
	}
	.footer_block.footer_block04 {
		text-align: center;
		margin-top: 20px;
	}
	.store_footer_wapper .container .row .col-lg-3:nth-child(1) {
		order: 2;
	}
}
@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: 20px;
	}
}
@media screen and (max-width: 575px){
	.footer_block_titel {
		font-size: 19px;
	}
}
@media screen and (max-width: 480px){
	.footer_menu ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer_menu ul li {
		padding: 0 20px;
	}
}
@media screen and (max-width: 361px){
	.footer_menu ul li {
		padding: 0 15px;
	}
}
/*================================== REVIEWS CSS START  ================================== */
.guaranteed_wapper {
	position: relative;
	margin: 0 00 10px 0;
}
.guaranteed-head {
	position: relative;
}
.guaranteed_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px 0;
}
.guaranteed-head h5 {
	font-size: 27px;
	font-weight: 400;
	color: #222222;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	font-family: "DM Serif Display", serif;
}
.guaranteed-head p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	font-family: "jost", serif;
}
.guaranteed_box {
	margin: 0 0 30px 0;
	position: relative;
	background-color: #fff;
	border: 2px solid #29746d;
	padding: 20px;
	text-align: center;
}
.guaranteed_box::after {
	content: '';
	background-image: url(../images/coma.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 24px;
	top: 16px;
	width: 46px;
	height: 40px;
}
.start {
	margin: 10px 0;
}
.guaranteed_name {
	font-size: 21px;
	color: #000000;
	letter-spacing: 0.35px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: "Jost", sans-serif;
}
.guaranteed_text {
	font-size: 19px;
	color: #333333;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	line-height: 26px;
	letter-spacing: 0.3px;
}
.main_top3.button.review2 {
	display: none;
}
.button.review{
	text-align:center;
}
.button.review a i{
	margin:0 0 0 5px;
}
@media screen and (max-width: 1199px) {
	.guaranteed_box {
		padding: 20px 10px;
	}
}
@media screen and (max-width:991px) {
	.guaranteed_box {
		padding: 20px 15px;
	}
}
@media screen and (max-width:767px) {
	.main_top3.button.review {
		display: none;
	}
	.guaranteed_top {
		justify-content: center;
	}
	.guaranteed-head p {
		text-align: center;
	}
	.guaranteed_name {
		font-size: 20px;
	}
	.main_top3.button.review2 {
		display: inline-block;
		text-align: center;
	}
	.guaranteed_wapper {
		margin: 0 00 30px 0;
		text-align: center;
	}
}
@media screen and (max-width:575px) {
	.guaranteed_text {
		height: unset;
	}
}
@media screen and (max-width: 480px) {
	.guaranteed-head h5 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.guaranteed_box {
		margin: 0 0 20px 0;
	}
	.guaranteed-head p {
		font-size: 13px;
	}
}
@media screen and (max-width: 361px) {
	.guaranteed-head h5 {
		font-size: 20px;
	}
	.guaranteed-head p {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
}
/*================================== REVIEWS CSS END  ================================== */

/*================================== PROMOS CSS START  ================================== */
.promo_wrapper{
	position: relative;
}
.Verifie-main_title {
	display: flex;
	grid-column-gap: 10px;
	align-items: center;
	padding: 22px 0;
}
.Verifie-text h1 {
	font-size: 18px;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #000;
	line-height: 20px;
}
.Verifie-text p {
	font-size: 15px;
	font-family: "Jost", sans-serif;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #555555;
	margin-bottom: 0;
	line-height: 20px;
}
.Verifie-main_title.verifie_left {
	padding-right: 65px;
	display: flex;
	justify-content: end;
	border-right: 1px solid #e5e5e5;
}
.Verifie-main_title.verifie_right {
	padding-left: 30px;
}
@media screen and (max-width: 1199px) {
	.promo_wrapper::after {
		background-size: cover;
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.Verifie-main_title.verifie_left {
		padding-right: 55px;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 20px;
	}
}
@media screen and (max-width: 991px) {
	.Verifie-main_title.verifie_right {
		padding-left: 0px;
	}
	.Verifie-main_title.verifie_left {
		padding-right: 20px;
	}
	.Verifie-text p {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.promo_wrapper::after {
		display: none;
	}
	.Verifie-main_title.verifie_left {
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title{
		justify-content: center;
		border-right: none;
		padding-right: 0;
	}
	.Verifie-main_title {
		padding: 10px 0;
	}
	.Verifie-main_title.verifie_right {
		padding-left: 0;
	}
	.Verifie-text h1 {
		font-size: 18px;
	}
	.Verifie-text p {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px){
	.Verifie-text p {
		font-size: 13px;
	}
}
@media screen and (max-width: 361px){
	.Verifie-text h1 {
		font-size: 15px;
	}
}
/*================================== PROMOS CSS END  ================================== */

/*  January */
#January .top_section1,
#January .main_title,
#January .desc-hedtitle,
#January .listing_section .main_top::after,
#January .listing_section .main_top::before ,
#January .product-text .main_top::after,
#January .product-text .main_top::before ,
#January .button a:hover,
#January  .footer_bottom,
#January  .footer_menu ul li a::after,
#January .tab_icon {
	background: #6e2024;
}
.banner-hide{
	display: block;
}
#January .top_section1 .welcom_text,
#January .main_menu ul li a,
#January .dezign_copyright span,
#January .dezign_by,
#January .dezign_by span,
#January .dezign_copyright{
	color: #fff;
}
#January .welcom_text span,#January .main_menu ul li a:hover{
	color: #ffcc15;
}
#January .top_section1 .welcom_text i{
	color: #fff !important;
}
#January .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* January end */
/*  February */
#February .top_section1,
#February .main_title,
#February .desc-hedtitle,
#February .listing_section .main_top::after,
#February .listing_section .main_top::before ,
#February .product-text .main_top::after,
#February .product-text .main_top::before ,
#February .button a:hover,
#February  .footer_bottom,
#February  .footer_menu ul li a::after,
#February .tab_icon {
	background: #845ca2;
}
.banner-hide{
	display: block;
}
#February .top_section1 .welcom_text,
#February .main_menu ul li a,
#February .dezign_copyright span,
#February .dezign_by,
#February .dezign_by span,
#February .dezign_copyright{
	color: #fff;
}
#February .welcom_text span,#February .main_menu ul li a:hover,#February .top_section1 .welcom_text i{
	color: #ffcc15;
}
#February .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* February end */
/*  March */
#March .top_section1,
#March .main_title,
#March .desc-hedtitle,
#March .listing_section .main_top::after,
#March .listing_section .main_top::before ,
#March .product-text .main_top::after,
#March .product-text .main_top::before ,
#March .button a:hover,
#March  .footer_bottom,
#March  .footer_menu ul li a::after,
#March .tab_icon {
	background: #4e8bab;
}
.banner-hide{
	display: block;
}
#March .top_section1 .welcom_text,
#March .main_menu ul li a,
#March .dezign_copyright span,
#March .dezign_by,
#March .dezign_by span,
#March .dezign_copyright{
	color: #fff;
}
#March .welcom_text span,#March .main_menu ul li a:hover,#March .top_section1 .welcom_text i{
	color: #ffcc15;
}
#March .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* March end */
/*  April */
#April .top_section1,
#April .main_title,
#April .desc-hedtitle,
#April .listing_section .main_top::after,
#April .listing_section .main_top::before ,
#April .product-text .main_top::after,
#April .product-text .main_top::before ,
#April .button a:hover,
#April  .footer_bottom,
#April  .footer_menu ul li a::after,
#April .tab_icon {
	background: #bb978b;
}
.banner-hide{
	display: block;
}
#April .top_section1 .welcom_text,
#April .main_menu ul li a,
#April .dezign_copyright span,
#April .dezign_by,
#April .dezign_by span,
#April .dezign_copyright{
	color: #fff;
}
#April .welcom_text span,#April .main_menu ul li a:hover,#April .top_section1 .welcom_text i{
	color: #ffcc15;
}
#April .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* April end */
/*  May */
#May .top_section1,
#May .main_title,
#May .desc-hedtitle,
#May .listing_section .main_top::after,
#May .listing_section .main_top::before ,
#May .product-text .main_top::after,
#May .product-text .main_top::before ,
#May .button a:hover,
#May  .footer_bottom,
#May  .footer_menu ul li a::after,
#May .tab_icon {
	background: #0e5229;
}
.banner-hide{
	display: block;
}
#May .top_section1 .welcom_text,
#May .main_menu ul li a,
#May .dezign_copyright span,
#May .dezign_by,
#May .dezign_by span,
#May .dezign_copyright{
	color: #fff;
}
#May .welcom_text span,#May .main_menu ul li a:hover,#May .top_section1 .welcom_text i{
	color: #ffcc15;
}
#May .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* May end */
/*  June */
#June .top_section1,
#June .main_title,
#June .desc-hedtitle,
#June .listing_section .main_top::after,
#June .listing_section .main_top::before ,
#June .product-text .main_top::after,
#June .product-text .main_top::before ,
#June .button a:hover,
#June  .footer_bottom,
#June  .footer_menu ul li a::after,
#June .tab_icon {
	background: #817ab0;
}
.banner-hide{
	display: block;
}
#June .top_section1 .welcom_text,
#June .main_menu ul li a,
#June .dezign_copyright span,
#June .dezign_by,
#June .dezign_by span,
#June .dezign_copyright{
	color: #fff;
}
#June .welcom_text span,#June .main_menu ul li a:hover,#June .top_section1 .welcom_text i{
	color: #ffcc15;
}
#June .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* June end */
/*  July */
#July .top_section1,
#July .main_title,
#July .desc-hedtitle,
#July .listing_section .main_top::after,
#July .listing_section .main_top::before ,
#July .product-text .main_top::after,
#July .product-text .main_top::before ,
#July .button a:hover,
#July  .footer_bottom,
#July  .footer_menu ul li a::after,
#July .tab_icon {
	background: #be4d6c;
}
.banner-hide{
	display: block;
}
#July .top_section1 .welcom_text,
#July .main_menu ul li a,
#July .dezign_copyright span,
#July .dezign_by,
#July .dezign_by span,
#July .dezign_copyright{
	color: #fff;
}
#July .welcom_text span,#July .main_menu ul li a:hover{
	color: #ffcc15;
}
#July .top_section1 .welcom_text i{
	color: #fff !important;
}
#July .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* July end */
/*  August */
#August .top_section1,
#August .main_title,
#August .desc-hedtitle,
#August .listing_section .main_top::after,
#August .listing_section .main_top::before ,
#August .product-text .main_top::after,
#August .product-text .main_top::before ,
#August .button a:hover,
#August  .footer_bottom,
#August  .footer_menu ul li a::after,
#August .tab_icon {
	background: #f0ed6a;
}
.banner-hide{
	display: block;
}
#August .top_section1 .welcom_text,
#August .main_menu ul li a,
#August .dezign_copyright span,
#August .dezign_by,
#August .dezign_by span,
#August .main_title,
#August .desc-hedtitle,
#August .button a:hover,
#August .dezign_copyright{
	color: #000;
}
#August .welcom_text span, #August .main_menu ul li a:hover {
	color: #29746d;
}
#August .top_section1 .welcom_text i{
	color: #29746d !important;
}
#August .main_menu ul li a::after {
	background-color: #29746d;
}
#August .tab_icon img {
	filter: invert(1);
}
/* August end */
/*  september */
#september .top_section1,
#september .main_title,
#september .desc-hedtitle,
#september .listing_section .main_top::after,
#september .listing_section .main_top::before ,
#september .product-text .main_top::after,
#september .product-text .main_top::before ,
#september .button a:hover,
#september  .footer_bottom,
#september  .footer_menu ul li a::after,
#september .tab_icon {
	background: #2f8bcb;
}
.banner-hide{
	display: block;
}
#september .top_section1 .welcom_text,
#september .main_menu ul li a,
#september .dezign_copyright span,
#september .dezign_by,
#september .dezign_by span,
#september .main_title,
#september .desc-hedtitle,
#september .button a:hover,
#september .dezign_copyright{
	color: #fff;
}
#september .welcom_text span, #september .main_menu ul li a:hover {
	color: #ffcc15;
}
#september .top_section1 .welcom_text i{
	color: #ffcc15 !important;
}
#september .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* september end */
/*  october */
#october .top_section1,
#october .main_title,
#october .desc-hedtitle,
#october .listing_section .main_top::after,
#october .listing_section .main_top::before ,
#october .product-text .main_top::after,
#october .product-text .main_top::before ,
#october .button a:hover,
#october  .footer_bottom,
#october  .footer_menu ul li a::after,
#october .tab_icon {
	background: #e8a5c6;
}
.banner-hide{
	display: block;
}
#october .top_section1 .welcom_text,
#october .main_menu ul li a,
#october .dezign_copyright span,
#october .dezign_by,
#october .dezign_by span,
#october .main_title,
#october .desc-hedtitle,
#october .button a:hover,
#october .dezign_copyright{
	color: #fff;
}
#october .welcom_text span, #october .main_menu ul li a:hover {
	color: #ffcc15;
}
#october .top_section1 .welcom_text i{
	color: #ffcc15 !important;
}
#october .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* october end */
/*  November */
#November .top_section1,
#November .main_title,
#November .desc-hedtitle,
#November .listing_section .main_top::after,
#November .listing_section .main_top::before ,
#November .product-text .main_top::after,
#November .product-text .main_top::before ,
#November .button a:hover,
#November  .footer_bottom,
#November  .footer_menu ul li a::after,
#November .tab_icon {
	background: #e8c441;
}
.banner-hide{
	display: block;
}
#November .top_section1 .welcom_text,
#November .main_menu ul li a,
#November .dezign_copyright span,
#November .dezign_by,
#November .dezign_by span,
#November .main_title,
#November .desc-hedtitle,
#November .button a:hover,
#November .dezign_copyright{
	color: #fff;
}
#November .welcom_text span, #November .main_menu ul li a:hover {
	color: #000;
}
#November .top_section1 .welcom_text i{
	color: #000 !important;
}
#November .main_menu ul li a::after {
	background-color: #000;
}
/* November end */
/*  December */
#December .top_section1,
#December .main_title,
#December .desc-hedtitle,
#December .listing_section .main_top::after,
#December .listing_section .main_top::before ,
#December .product-text .main_top::after,
#December .product-text .main_top::before ,
#December .button a:hover,
#December  .footer_bottom,
#December  .footer_menu ul li a::after,
#December .tab_icon {
	background: #1e90cc;
}
.banner-hide{
	display: block;
}
#December .top_section1 .welcom_text,
#December .main_menu ul li a,
#December .dezign_copyright span,
#December .dezign_by,
#December .dezign_by span,
#December .main_title,
#December .desc-hedtitle,
#December .button a:hover,
#December .dezign_copyright{
	color: #fff;
}
#December .welcom_text span, #December .main_menu ul li a:hover {
	color: #ffcc15;
}
#December .top_section1 .welcom_text i{
	color: #ffcc15 !important;
}
#December .main_menu ul li a::after {
	background-color: #ffcc15;
}
/* December end */