@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Actor&family=Audiowide&family=Lobster&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Readex+Pro:wght@200;300;400;500;600;700&family=Work+Sans: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');
/*
font-family: 'Roboto', sans-serif;
*/
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif !important;
}
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;
}
a:hover {
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.listing_clear {
	clear: both;
}
.listing_wrap {
	width: 100%;
}
.listing_background {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.listing_wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
}
.listing_content {
	width: 100%;
	margin:0px auto 0;
	display: table;
}
/*============================================
			Top Header Css START 	
============================================*/
.dezign_header_top {
	background-color: #11273a;
}
.dezign_wapper {
	
}
.welcome_text {
	color: #FFF;
	font-size: 13px;
	letter-spacing:1px;
	text-align: left;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
}
.welcome_text img {
	margin-right: 3px;
	margin-top: -3px;
}
.welcome_text span {
	font-size: 14px;
	font-weight: 700;
	color: #fcc676;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
}
.header_top {
	float: right;
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}
.top_menu_link {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: right;
	margin-bottom:0px;
}
.top_menu_link ul {
	text-align: right;
	margin: 0px;
}
.top_menu_link li {
	display: inline-block;
	padding: 10px 10px;
	transition: all 0.8s all ease 0s;
	border-right: 1px solid #767676;
}
.top_menu_link li:last-child {
	border-right: none;
}
.top_menu_link li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	transition: all 0.8s all ease 0s;
}
.top_menu_link li a:hover {
	color: #6ac226;
}
.top_menu_link li a img {
	margin-top:-2.5px;
	margin-right:2px;
}
.dezign_header_top2 {
	padding: 0px 0px;
	background: url("../images/dezign_header_top2.png");
	background-repeat: repeat;
	background-position: center center;
	padding: 7px 0px;
}
.top_dezign_menu {
	float: left;
}
.dezign_header_top2 .top_dezign_menu li {
	float: left;
}
.dezign_header_top2 .top_dezign_menu li a {
	background: #FFF;
	color: #333333;
	font-size: 13px;
	border: 0px;
	display: block;
	margin-right: 3px;
	padding: 4px 20px 5px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dezign_header_top2 .top_dezign_menu li a:hover {
	background: #A6CE39;
	color: #FFF;
}
/*
.store_header {
	width: 100%;
	margin: 0 auto;
	padding:0px 0px;
	display: block;
	z-index: 9;
	background:url("../images/store_header_bg.png");
	background-repeat:repeat-x;
	background-position: center center; 
}
*/
.store_header {
	padding: 36px 0px;
	background: #FFF;
}
#store_logo {
	float: none;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 99;
}
.store_prmotion {
	margin: 0px auto;
	padding: 30px 0px;
	max-width: 100%;
	width: 100%;
	text-align: center;
	background: url("../images/promo_bg.png");
	background-repeat: repeat;
	background-position: bottom center;
	margin-bottom: 30px;
}
#store_home_banner {
	width: 100%;
	display: table;
	height: auto;
	padding: 0;
	margin: 0px auto 0;
	position: relative;
	text-align: center;
}
.menu_wapper {
	z-index: 999;
	padding: 0px;
}
ul.main_menu {
	list-style: none;
	padding: 0;
	float: right;
}
ul.main_menu li {
	float: none;
	display: inline-block;
	padding-right: 55px;
}
ul.main_menu li:last-child {
	padding-right: 0px;
}
ul.main_menu li a {
	display: block;
	color: #FFF;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 400;
	position: relative;
	padding:7px 0px;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 99;
	transition: all 0.5s ease 0s;
	font-family: 'Oswald', sans-serif;
}
ul.main_menu li:last-child {
    border-right: 0px;
}
ul.main_menu li a::after {
    position: absolute;
	content: '';
	background: url('../images/menu_arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 0%;
	height: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transition: all 0.8s ease 0s;

}
ul.main_menu li a:hover::after {
	width: 100%;
}
#dezign_home_banner {
	display: table;
	text-align: center;
	margin: 0px auto;
	position: relative;
}
.promo {
	margin-bottom: 30px;
}
.top_promo_code {
	text-align: right;
}
.top_promo_code li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.top_promo_code li:first-child {
	padding-right: 30px;
}
.top_promo_code li:last-child{
	padding-right: 0px;
}
#maine_slider_res, .promo_text_res {
	display: none;
}
/*============================================
			Top Header Css END 	
============================================*/

/*============================================
			Footer Css START 	
============================================*/
.dezign_footer_wapper {
	padding: 30px 0px;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 20px;
}
footer {
	float: left;
	width: 100%;
}
.store_footer_wapper {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #FFF;
}
.footer_block.footer_block03 {
	text-align: center;
	margin-left: -30px;
}
.footer_block_titel {
	font-size: 20px;
	letter-spacing: 0.50px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	padding-bottom:5px;
}
.footer_block.footer_block01 {
	margin-left: -10px;
	margin-right: -30px;
}
/*
.footer_block_titel:after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #000;
	height: 2px;
	left: 0;
	right: 0px;
	margin: 0 auto;
	bottom: 0;
	width: 30px;
}
*/
.footer_logo {
	margin-top: 56px;
}
.footer_block.footer_block01::before {
	position: absolute;
	content: '';
	left: -55px;
	top: 0;
	bottom: 0;
	background: url('../images/line.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 130px;
	width: 1px;
}
.footer_block.footer_block01 .footer_block_titel:after {
	right: unset;
}
.footer_block02 {
	
}
.footer_block02::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	background: url('../images/line.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 130px;
	width: 1px;
}
.footer_block01 {
	float: left;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
}
.footer_menu ul li a {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	letter-spacing: 0.20px;
	font-family: 'Roboto', sans-serif !important;
	background-image: url("../images/footer_menu_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-weight: 400;
}
.footer_menu ul li a:hover {
	/* color: #ee0302; */
	margin-left: 5px;
	/* background-image: url("../images/footer_menu_arrow_h.png"); */
}
.footer_payment {
	text-align: center;
	margin-top: 0px;
}
.footer_bottom {
	background: #11273a;
	padding: 11px 0;
}
.dezign_copyright {
	text-align: left;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 400;
}
.dezign_copyright span {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto', sans-serif !important;
	color: #fcc676;
	font-size: 17px;
}
.dezign_by {
	text-align: right;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif !important;
}
.dezign_by span {
	color: #fcc676;
	font-weight: 700;
}
/*============================================

/*============================================
			Footer Css END
============================================*/

/*============================================
			Listing CSS START
============================================*/
.dezign_wapper {
	
}
.product_section {
	/* background: #e4e4e4; */
	padding: 30px;
	position: relative;
	z-index: 99;
}
.round_bg {
	padding-bottom: 40px;
	position: relative;
	background: #FFF;
	z-index: -1;
}

.listing_main {
	background: #f3f3f3;
	padding: 30px;
}
.pro_section {
	margin-bottom: 30px;
}
.description_text ul li {
	list-style: disc;
	margin-left: 15px;
}
.description_text {
	border: 1px solid #e7e7e7;
	padding: 20px;
	overflow: auto;
	height: 1000px;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.description_text h1 {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.50px;
	font-family: 'Roboto', sans-serif !important;
}
.listing_listinghead h1 {
	margin: 0 0 0px;
	padding: 0px 0px;
	font-family: 'Roboto', sans-serif !important;
}
#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0;
	background: none;
}
.listing_listingarea-box {
	float: left;
/*	margin-bottom: 30px;*/
	width: 100%;
}
/*
#right_box {
	background: #FFF;
	padding: 25px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 10px 2px #000;
}
*/
#right_box {
	background: #FFF;
	padding: 25px;
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	margin-bottom: 0;
	height: 688px;
	overflow: auto;
}
.price_text {
	font-size: 15px;
	color: #aaaaaa;
	font-weight: 500;
	letter-spacing: 0.50px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif !important;
	padding-top: 10px;
}
.price_text span {
	color: #c99c3f;
	font-size: 25px;
}
.paroduct_info_wapper {
	border: 1px solid #DFDFDF;
	padding: 25px;
}
.listing_listinghead h1 {
	width: 100%;
	color: #FFF;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 0px;
	padding: 10px 10px;
	text-align: center;
	background: #333333;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Roboto', sans-serif !important;
	position: relative;
}
.listing_listinghead.spider_text {
	position: relative;
}
.listing_listinghead span {
	color: #666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	display: block;
	letter-spacing: 1.5px;
	font-family: 'Roboto', sans-serif !important;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-text {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-family: 'Roboto', sans-serif !important;
	line-height: 24px;
	letter-spacing: 0.30px;
}
.desc-rd.desc-text table {
	margin-bottom: 20px;
}

.desc-rd.desc-text p {
	margin-bottom: 25px;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #000;
}
/* Images Code Start */
.product_images_wappers {
/*	background: #FFF;*/
/*	border: 1px solid #E2E2E2;*/
	border-top: 0px;
	box-sizing: border-box;
	float: left;
	height: auto;
	margin: 0;
	padding: 0px;
 	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.product_images_gallery {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 0px 0px;
	margin-top: 0;
	margin: 0 auto;
}
.imgBox img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	text-align: center;
}
/* Images Code END */

/*============================================
			Listing CSS START
============================================*/

/*line_txet*/
.line_text img {
	padding-bottom: 30px;
}
.line_text {
	text-align: center;
	position: relative;
	padding: 45px 0px;
	padding-top: 0px;
}
.line_text p {
	font-family: 'Actor', sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-align: center !important;
	line-height: 35px;
	color: #444444;
	font-style: italic;
}
.line_text::before {
	content: '';
	position: absolute;
	background-image: url("../images/line_img_2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 297px;
	height: 363px;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.line_text::after {
	content: '';
	position: absolute;
	background-image: url("../images/line_img_1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 138px;
	height: 281px;
	top: 0px;
	left: 0;
	z-index: -1;
}
/*line_txet*/
/*============================================
			About Css START
============================================*/
.about_us {
	text-align: center;
	padding-top: 70px;
	position: relative;
}

.title_text h2 {
	font-size: 40px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #11273a;
	line-height: normal;
	letter-spacing: 0.50px;
	text-align: center;
	margin-bottom: 15px;
}
.title_text p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #333;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 15px;
}
.about_us::after {
	content: '';
	position: absolute;
	background-image: url("../images/about_img_1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 209px;
	height: 463px;
	bottom: 40%;
	left: 0;
	z-index: -1;
}
.about_text {
	padding-top: 30px;
}
.about_text p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.30px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 40px;
}
.about_text a {
	font-family: 'Readex Pro', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.30px;
	background: #fcc676;
	padding: 13px 26px;
}
.about_text a:hover {
	background: #a1783a;
}
.about_text a img{
	padding-right: 10px;
}
.about_us::before {
	content: '';
	position: absolute;
	background-image: url("../images/about_img_2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 310px;
	height: 463px;
	bottom: 24%;
	right: 0px;
	z-index: -1;
}
.about_section::after {
	content: '';
	position: absolute;
	background-image: url("../images/about_logo.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 241px;
	height: 74px;
	top: 18%;
	right: 13%;
}
.about_section_1{
	display: none;
}

/*Categories*/
.cate_box:hover img {
	transform: scale(1.2, 1.2);
	transition: all .8s ease 0s;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}
.cate_box {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	height: 240px; 
}
.cate_box .img-fluid {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cate_box img, .cate_box:hover {
	transition: all .8s ease 0s;
}
.cate_text span {
	font-size: 28px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 34px;
	letter-spacing: 0.25px;
	text-align: center;
	color: #11273a;
}
.cate_text a {
	display: block;
	padding: 10px 0;
}
.Categories_wapper {
	margin-top: 60px;
}
.shop_categories_box {
	border: 2px solid #d5d5d5;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.cate_text h1{
	margin-bottom: 0px;
}
.shop_categories_box.cat_bg {
	background: url(../images/cat_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.shop_categories_box.cat_bg .cate_box {
	height: 295px;
}
/*Categories*/


.inner_text {
	position: relative;
	background: #f7f7f7;
	padding: 25px;
	border-left: 3px solid #11273a;
	padding-bottom: 1px;
	padding-bottom: 10px;
}
.payment_text h1 {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	/* padding-left: 15px; */
}
.payment_text h1 spa {
	padding-right: 15px;
}
.inner_text p {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
	letter-spacing: 0.30px;
	line-height: 24px;
}
.paypal_text p stong {
	font-weight: 700;
	color: #333;
}
.payment_text {
	margin-top: 30px;
}
.paypal-section {
	margin: 30px 0px;
}



.guaranteed_wapper {
	background: #f5f5f5;
	padding: 40px 0;
	padding-top: 0;
	position: relative;
}
.guaranteed_title {
	background:  url("../images/guarantee_large.png");
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #444444;
	position: relative;
	padding: 10px 0;
	padding-left: 65px;
	margin-top: 30px;
	letter-spacing: 0.50px;
}
.guaranteed_box {
	border: 1px solid #d0d0d0;
	/* box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1); */
	text-align: center;
	padding: 22px 10px;
	height: 270px;
	background: #FFF;
}
.ebay_logo {
	margin-bottom: 10px;
}
.guaranteed_text {
	font-size: 20px;
	color: #3a2a2f;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
.guaranteed_name {
	font-size: 14px;
	color: #11273a;
	letter-spacing: 0.20px;
	font-weight: 700;
	margin-bottom: 12px;
	font-family: 'Roboto', sans-serif;
}
.guaranteed_box {
	text-align: center;
}
.guaranteed_title .view_btn {
	font-size: 14px;
	letter-spacing: 1px;
	color: #11273a;
	font-weight: 700;
	text-transform: uppercase;
	background: url("../images/btn_1.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	position: absolute;
	right: 0;
	top: 20px;
	text-decoration: underline !important;
	font-family: 'Poppins', sans-serif;
}
.guaranteed_title .view_btn:hover {
	margin-right: 5px;
}
.promo_section_1{
	display: none;
}
.promotions_1{
	display: none;
}

/*FEEDBACK SECTION Start*/
/*========================================*/

.promo_section {
	text-align: right;
}
.illu_section {
	margin-bottom: 50px;
}

.smart_section .video-fluid.z-depth-1 {
	width: 100%;
}
.illu_text h1 {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.40px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.illu_text h1::after {
	position: absolute;
	content: '';
	background: #000;
	width: 62px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.illu_text p {
	font-size: 18px;
	font-weight: 500;
	color: #353535;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-family: 'Roboto', sans-serif !important;
}
.smart_section {
	margin-bottom: 50px;
}
.why_section {
	background: #FFF;
	padding: 40px;
	margin-top: -400px;
	position: relative;
	z-index: 9;
	padding-bottom: 0;
}
.main_why_section {
	position: relative;
	margin-bottom: 270px;
}
.main_why_section::after {
	position: absolute;
	content: '';
	background: #FFF;
	right: 0px;
	top: 0;
	width: 60%;
	height: 100%;
}
.main_why_section::before {
	position: absolute;
	content: '';
	background: url('../images/main_why_bg.png');
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	bottom: -35%;
	left: 0;
	right: 0;
	padding-bottom: 290px;
}
.why_text h1 {
	font-size: 35px;
	font-weight: 700;
	color: #000;
	line-height: 30px;
	letter-spacing: 0.40px;
	font-family: 'Roboto', sans-serif !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.why_text h1::after {
	position: absolute;
	content: '';
	background: #000;
	width: 62px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.why_text p {
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	letter-spacing: 0.40px;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 50px;
}
.why_text a {
	background: linear-gradient( to top, #ff1416, #970303);
	color: #FFF !important;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.50px;
	font-family: 'Roboto', sans-serif !important;
	padding: 12px 20px;
}
.why_text a:hover {
	background: #000;
}
.why_text a img {
	margin-right: 10px;
}
.why_text {
	margin-bottom: 0px;
}
.why_text.why_02 {
	margin-bottom: 100px;
}
.why_illumin {
	margin-bottom: 60px;
}
.welcome_section {
	
	padding: 60px 0px;
	padding-bottom: 0px;
}
.main_cont {
	padding: 50px;
	background: #FFF;
	padding-left: 0;
	position: relative;
	z-index: 6;
}
.contact_text {
	position: relative;
	margin-bottom: 200px;
}
.contact_text::after {
	position: absolute;
	content: '';
	background: #FFF;
	left: 0;
	width: 60%;
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.contact_text::before {
	position: absolute;
	content: '';
	background: url('../images/fam_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	width: 100%;
	height: 100%;
	bottom: -210px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*============================================
			Listing CSS START
============================================*/
.product_section {
	position: relative;
	padding: 40px 0px;
}
.listing_listingarea-box {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#right_box {
	position: relative;
	z-index: 1;
	border: 1px solid #e2e2e2;
	margin-bottom: 0;
	background: #ffffff;
	padding: 20px;
	height: 555px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #00183c #FFF;
}
.desc-hedtitle {
	color: #222222;
	font-size: 22px;
	line-height: 33px;
	font-weight: 700;
	margin: 0 0 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0.11px;
	z-index: 1;
	font-family: 'Actor', sans-serif;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 2px solid #e1e1e1;
}
.desc-rd {
	width: 100%;
	float: left;
	padding: 0px;
	font-family: 'Actor', sans-serif;
	margin: 0;
	border: 0px solid #e2e2e2;
	position: relative;
	border-top: 0;
}
.desc-rd.desc-text p {
	margin-bottom: 12px;
}
.desc-rd.desc-text p:last-child {
	margin-bottom: 0px;
}
.desc-text {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	text-align: left;
    font-family: 'Actor', sans-serif;
	letter-spacing: 0.60px;
	line-height: 25px;
}
.desc-rd li {
	background: url('../images/right_arrow.png');
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 20px;
	margin-bottom: 5px;
}
/* Images Code Start */
.product_images_wappers {
	border: 1px solid #e2e2e2;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 555px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #00183c #FFF;
	padding: 30px;
	padding-bottom: 0px;
	background: #FFF;
}
.product_section {
	position: relative;
	padding: 40px 0px;
	padding-top: 0;
}
.product_images_gallery {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	/* margin-bottom: 30px; */
}
/* Images Code END */


/*============================================
			Listing CSS START
============================================*/