@font-face {
    font-family: myFirstFont;
	src:url(../fonts/aguda/aguda_regular.woff);
}

@font-face {
    font-family: mySecFont;
	src:url(../fonts/Corbert/Corbert-Regular.woff);
}

h1, h2, h4, h3{
	font-family: myFirstFont;
}

p, span, h5, h6, a, i{
	font-family: mySecFont;
}

a:hover{
	outline: none;
	text-decoration: none;
}


/************************************TOP TASK BAR****************************/
.top_task_bar{
	background-color:#000;
	min-height:20px;
	padding-top:1%;
}

.top_top_nav{
	padding-top:0%;
}

.top_menu{
	text-align:right;
	float:right;
	padding-left:2%;
	padding-right:2%;
}

.top_menu a{
	color: #FFF;
}

.top_menu a:hover{
	color: #8e191b;
}

.top_active{
	color:#8e191b !important;
}

.special_line{
	color:#FFF;
	letter-spacing:2px;
}

.top_link{
	color:#FFF;
	font-size:13px;
}


/************************************MENU**********************************/
.eartic_navbar{
	background-color:#141313;
	padding-bottom:0.5%;
	margin-bottom:0px;
	border-radius:0;
	border:none;
	transition:all 0.4s;
	margin-top:0%;
	min-height:50px;
	z-index:999 !important;
}

.logo{
	margin-left:2%;
	margin-top:-1.8%;
	position:absolute;
	z-index:999 !important;
	height: 80px;
}

@media (max-width: 1130px){
	.logo{
		margin-left:2%;
		position:relative;
		z-index:999 !important;
		height: 80px;
	}
}

@media (max-width: 768px){
	.logo{
		margin-top:-4%;
		height: 60px;
	}
}

.nav_ul{
	margin-top:0.5%;
	/*border-top: solid 1px rgba(255,255,255,0.1);*/
}

.menu_li a{
	color:#FFF !important;
	transition:all 0.4s;
	background-color:transparent;
	text-align:right;
	font-size:13px;
	font-weight: 600;
}

.menu_li a:hover{
	color:#8e191b !important;
	transition:all 0.4s;
}

.menu_li_02 a{
	color:#000 !important;
	transition:all 0.4s;
	background-color:transparent;
	text-align:left;
	font-size:13px;
	font-weight: 600;
}

.menu_li_02 a:hover{
	color:#8e191b !important;
	transition:all 0.4s;
}

.menu_text_act a{
	color:#8e191b !important;
	transition:all 0.4s;
}

.li_active a{
	color:#8e191b !important;
}

.main_nav_ul{
	background-color:#FFF;
	border-radius:0px;
	z-index: 999999 !important;
	width: 800px;
	margin-left: -500px !important;
	padding: 25px;
}

.drop_top_men{
	width: auto;
}

.main_top_menu_icon{
	width: 25px;
	margin-right: 15px;
	margin-top: -6px
}

.drop_top_men_text{
	color: #444;
	font-weight: bolder;
}

.drop_top_men_sm{
	margin-left: 40px;
}

.drop_top_men_sm img{
	width: 22px;
	margin-right: 10px;
	margin-top: -4px
}

.drop_top_men_sm span{
	color: #777;
	font-weight: 800;
}

.drop_top_men_sm:hover a span{
	color:#8e191b !important;
	transition:all 0.4s;
}

.drop_top_men:hover a span{
	color:#8e191b !important;
	transition:all 0.4s;
}

.border_right{
	border-left: solid 0.2px #8e191b;
	border-right: solid 0.2px #8e191b;
	border-top: none;
	border-bottom: none;
}


/****************************SIDE BAR NAV***********************/
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
}

.side_menu{
	margin-top:6%;
}

.side_active{
	background-color:#8e191b;
}

.side_active a{
	color:#FFF !important;
}


/*****************************BANNER**************************/
.carousel-fade .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
	
.carousel-fade .active.left {
	left:0;opacity:0;z-index:2;
}

.carousel-fade .active.right {
	left:0;opacity:0;z-index:2;
} 

.banner_img{
	height: 90vh;
}

.qtue_btn{
	z-index: 999 !important;
	position: absolute;
	top: 60%;
	left: 40%;
	width: 250px;
	font-size: 18px;
}

.get_quote{
	background-color: rgba(142,25,27,0.5);
	border: solid 1px rgba(142,25,27,0.7);
	color: #FFF;
	font-family: mySecFont;
	text-align: center;
	padding: 3%;
	border-radius: 50px;
	transition: all 0.4s;
}

.get_quote:hover{
	background-color: rgba(0,0,0,0.4);
	border: solid 1px #FFF;
	color: rgba(0,0,0,0.7);
	transition: all 0.4s;
}

@media (max-width: 768px) {
	.qtue_btn{
		z-index: 999 !important;
		position: absolute;
		top: 60%;
		left: 20%;
		width: 250px;
		font-size: 15px;
	}

	.get_quote{
		background-color: rgba(142,25,27,0.5);
		border: solid 1px rgba(142,25,27,0.7);
		color: #FFF;
		font-family: mySecFont;
		text-align: center;
		padding: 2%;
		border-radius: 50px;
		transition: all 0.4s;
	}

	.main_nav_ul{
		background-color:#FFF;
		border-radius:0px;
		z-index: 999999 !important;
		width: 350px;
		margin-left: 10px !important;
		padding: 25px;
	  }

	.border_right{
		border-top: solid 0.2px #8e191b;
		border-bottom: solid 0.2px #8e191b;
		border-left: none;
		border-right: none;
		margin-bottom: 15px;
		margin-top: 15px;
		padding-top: 15px;
	}
}

.slider_des_sect{
	padding: 5%;
	z-index: 999 !important;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	transition: all 0.4s;
	background-color: rgba(38,38,38,0);
	border: none;
	min-height: 100px;
	padding-bottom: 4%;
}

.slider_tit{
	color: #FFF;
	font-family: mySecFont;
	text-align: center;
	margin-bottom: 30px;
}

.slider_para{
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

.slider_para a{
	color: #FFF;
	transition: all 0.4s;
}

.slider_para a:hover{
	color: #8e191b !important;
	transition: all 0.4s;
}

.read_more_slider{
	color:#FFF;
	font-size:15px;
	background-color:transparent;
	padding:2%;
	transition: all 0.4s;
	border:solid 1px rgba(255,255,255,0.5);
	border-radius:0px;
}

.read_more_slider:hover{
	color:#8e191b !important;
	border:solid 1px rgba(142,25,27,0.5);
	transition: all 0.4s;
}

.read_icon{
	padding-left: 2px;
	transition: all 0.4s;
}

.read_more_slider:hover .read_icon{
	padding-left: 10px;
	transition: all 0.4s;
}

@media (max-width: 1025px) {
	.read_more_slider{
		color:#FFF;
		font-size:15px;
		background-color:transparent;
		padding:2%;
		transition: all 0.4s;
		border:solid 1px rgba(255,255,255,0.5);
		border-radius:0px;
		display: block;
		margin-top: 2%;
	}
}

/************************DEALERS SEC********************************/
.dealers_sec{
	background-color: #eff1f1;
	padding-top: 3%;
	padding-bottom: 2%;
	min-height: 110px;
}

.carousel-fade .active.left {
	left:0;opacity:0;z-index:2;
}

.carousel-fade .active.right {
	left:0;opacity:0;z-index:2;
}

.growbags_slider_control{
	margin-top: -80px;
	z-index: 999999 !important;
}

.grow_arr{
	color:#75522a;
	font-size:50px;
	transition:all 0.4s;
	font-weight: lighter;
	z-index: 999999 !important;
}

.grow_arr:hover{
	color:#C1C1C1;
	transition:all 0.4s;
	cursor:pointer;
}

.grow_right_arr{
	margin-right: -50px;
}

.grow_left_arr{
	margin-left: -40px;
}


/*********************PRODUCT CAT SEC***********************/
.category_sec{
	padding: 0px;
	margin: 0px;
	height: 450px;
}

.cat_right_box{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bathroom_set_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}

.cat_right_box_02{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/kitchen.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 550px;
}

.cat_right_ins_box{
	padding: 0px;
	margin: 0px;
	background-color: rgba(71,67,90,0);
	z-index: 999;
	height: 550px;
	transition: all 0.4s;
}

.cat_right_ins_box:hover{
	background-color: rgba(71,67,90,0.7);
	transition: all 0.4s;
}

.cat_right_ins_box_2{
	padding: 0px;
	margin: 0px;
	background-color: rgba(187,84,84,0);
	z-index: 999;
	height: 550px;
	transition: all 0.4s;
}

.cat_right_ins_box_2:hover{
	background-color: rgba(187,84,84,0.5);
	transition: all 0.4s;
}

.cat_right_ins_box_2:hover .slider_des_sect{
	transition: all 0.4s;
	background-color: rgba(38,38,38,0.2);
	min-height: 300px;
	padding-bottom: 4%;
}

.cat_right_ins_box:hover .slider_des_sect{
	transition: all 0.4s;
	background-color: rgba(38,38,38,0.2);
	min-height: 300px;
	padding-bottom: 4%;
}

.cat_right_ins_box:hover .slider_tit{
	transition: all 0.4s;
	color: #FFF;
}

.cat_right_ins_box:hover .slider_para{
	transition: all 0.4s;
	color: #FFF;
}

.cat_right_ins_box:hover .slider_para a{
	transition: all 0.4s;
	color: #FFF;
}

.cat_right_ins_box:hover .read_more_slider{
	color:#FFF;
	font-size:15px;
	transition: all 0.4s;
	border:solid 1px rgba(255,255,255,0.5);
}

.cat_left_box{
	padding: 0px;
	margin: 0px;
	height: 550px;
}

.cat_left_box_01{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/hinda_main_category.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.cat_left_box_02{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bathroom_accesories.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.cat_left_box_03{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/utility_category.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.cat_left_box_04{	
	padding: 0px;
	margin: 0px;
	background-image: url(../images/other_cat.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.cat_left_ins_box_1{
	padding: 0px;
	margin: 0px;
	background-color: rgba(104,91,83,0);
	z-index: 999;
	height: 275px;
	transition: all 0.4s;
}

.cat_left_ins_box_1:hover{
	background-color: rgba(104,91,83,0.7);
	transition: all 0.4s;
}

.cat_left_ins_box_2{
	padding: 0px;
	margin: 0px;
	background-color: rgba(90,90,90,0.2);
	z-index: 999;
	height: 275px;
	transition: all 0.4s;
}

.cat_left_ins_box_2:hover{
	background-color: rgba(90,90,90,0.7);
	transition: all 0.4s;
}

.cat_left_ins_box_3{
	padding: 0px;
	margin: 0px;
	background-color: rgba(230,201,130,0);
	z-index: 999;
	height: 275px;
	transition: all 0.4s;
}

.cat_left_ins_box_3:hover{
	background-color: rgba(230,201,130,0.6);
	transition: all 0.4s;
}

.cat_left_ins_box_4{
	padding: 0px;
	margin: 0px;
	background-color: rgba(38,69,78,0);
	z-index: 999;
	height: 275px;
	transition: all 0.4s;
}

.cat_left_ins_box_4:hover{
	background-color: rgba(38,69,78,0.6);
	transition: all 0.4s;
}


/******************************BRAND SEC******************************/
.brands_sec{
	padding: 2%;
}

.brand_img{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.brand_img_menu{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 8px;
	border: solid 1px rgba(0,0,0,0.1);
	margin-top: 10px;
	transition: all 0.4s;
}

.brand_img_menu:hover{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 8px;
	border: solid 1px rgba(0,0,0,0.4);
	margin-top: 10px;
	transition: all 0.4s;
}

.brand_text{
	color: #333;
	font-size: 13px;
	margin-top: 5px;
}

.client_sec{
	padding-top: 2%;
	margin-bottom: 2%;
	min-height: 100px;
	border-top: solid 1px rgba(0,0,0,0.1);
}

.home_page_menu{
	padding: 0px;
	margin-bottom: 0px !important;
}

/******************************FOOTER*****************************/
.footer{
	min-height: 250px;
	background-color: #000;
	padding -top: 3%;
	margin-top:-10px;
}

.footer_name{
	color: #FFF;
	text-align: center;
	font-size: 60px;
}

.footer_name_02{
	color: #FFF;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
}

.logo_sec{
	border-bottom: solid 1px rgba(255,255,255,0.2);
	padding-bottom: 3%;
	padding-top: 3%;
}


.menu_sec{
	padding-top: 2.5%;
	padding-bottom: 2%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.footer_link{
	text-align:center;
	float:left;
	margin-left:3.5%;
	color:#FFF;
	letter-spacing:1px;
	font-size:13px;
	font-weight:lighter;
}

.f_link{
	color:#FFF;
	transition:all 0.4s;
}

.f_link:hover{
	color:#fc7b80;
	transition:all 0.4s;
}

.spec_vert{
	border-right: solid 1px #FFF; 
}

.last_sec{
	padding-top: 2%;
	padding-bottom: 2%;
}

.s_icon{
	color: #FFF;
	margin-top: 5px;
	transition: all 0.4s;
}

.s_icon:hover{
	color: #fc7b80;
	transition: all 0.4s;
}

.f_para{color: #FFF;}


/******************************ABOUT PAGE***************************/
.about_sec{
	background-color: #FFF;
	min-height: 450px;
	padding: 3%;
}

.gen_titt{
	font-size: 38px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

.titt_line{
	width: 20%;
	height: 5px;
	background-color: #8e191b;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	border-radius: 50px;
	margin-bottom: 3%;
}

.para{
	text-align: center;
	font-size: 17px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

.about_imgs_sec{
	padding: 0px;
	min-height: 450px;
}

.about_imgs_1{
	background-image: url(../images/illyasandcompany_shop_01.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	padding: 0px;
	margin: 0px;
	transition: all 0.4s;
}

.about_imgs_2{
	background-image: url(../images/illyasandcompany_shop_02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	padding: 0px;
	margin: 0px;
	transition: all 0.4s;
}

.about_imgs_3{
	background-image: url(../images/illyasandcompany_shop_031.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	padding: 0px;
	margin: 0px;
	transition: all 0.4s;
}

.about_imgs_1 .about_img_ins{
	background-color: #8e191b;
	height: 450px;
	opacity: 0.4;
	transition: all 0.4s;
}

.about_imgs_2 .about_img_ins{
	background-color: #333;
	height: 450px;
	opacity: 0.4;
	transition: all 0.4s;
}

.about_imgs_3 .about_img_ins{
	background-color: #3d6bff;
	height: 450px;
	opacity: 0.4;
	transition: all 0.4s;
}

.about_imgs_1:hover .about_img_ins{
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.about_imgs_2:hover .about_img_ins{
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.about_imgs_3:hover .about_img_ins{
	opacity: 0;
	transition: all 0.4s;
	cursor: pointer;
}

.award_sec{
	padding: 3%;
	min-height: 450px;
}

.awrd_box{
	margin-top: 2%;
	min-height: 575px;
}

.awrd_box_ins{
	border: solid 1px rgba(0,0,0,0.1);
	padding: 1.5%;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}

.awrd_img{
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.awrd_text_box{
	margin-top: 2%;
	border-top: solid 4px #8e191b;
	border-bottom: solid 4px #8e191b;
	border-radius: 50px;
}

.award_titt{
	font-size: 19px;
	text-align: center;
	font-weight: 700;
}

.awrd_text{
	text-align: center;
	font-size: 14px;
}


/******************************CONTACT SEC************************/
.con_sec{
	padding-left:0px !important;
	padding-top:0px !important;
	min-height:600px;
	padding-bottom:0px !important;
	border-top:solid 1px rgba(0,0,0,0.05);
}

.rem_pad_mar{
	padding: 0px;
	margin: 0px;
}

.side_banner_contact{
	margin-left:0 !important;
	margin-top:0 !important;
	background-color:#DDD;
	height:650px;
}

.sec_box_con{
	min-height: 600px;
}

.con_det_sec{
	background-color:#FFF;
	margin-top:2%;
	min-height:600px;
	padding-bottom:2%;
	border:solid 1px rgba(0,0,0,0.1);
	margin-bottom:2%;
	box-shadow:0px 10px 20px rgba(102,102,102,0.1);
	-webkit-box-shadow:0px 10px 20px rgba(102,102,102,0.1);
	-moz-box-shadow:0px 10px 20px rgba(102,102,102,0.1);
}

.third_titt{
	color:#000;
	font-weight:700px;
	text-transform:uppercase;
	font-size:15px;
	font-family: myFirstFont;
}

.con_para{
	color:#333;
	text-align:left;
	font-family: myThirdFont;
}

.con_sep_lin{
	width:100%;
	height:auto;
	border-top:solid 1px rgba(0,0,0,0.1);
}

.feedback_sec{
	margin-top:2%;
	padding:3%;
	min-height:400px;
}

.eartic_form{
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:2%;
	color:#000;
	height:50px;
}

.eartic_btn{
	padding:3%;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:10px;
}

/*******************************PRODUCT PAGE********************/
.pro_sec{
	margin: 0px;
	min-height: 650px;
	padding-bottom: 4%;
}

/*.prod_box{
	
}*/

.pro_box_ins_01{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/wc_basin2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_02{	
	padding: 2%;
	margin-top: 8%;
	background-color: #3d6bff;
	height: 275px;
}

.pro_box_ins_03{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/half_basin.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_04{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/walhung_wc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_05{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/art_basin.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_06{	
	padding: 2%;
	margin-top: 8%;
	background-color: #fa9f05;
	height: 275px;
}

.pro_box_ins_07{	
	padding: 2%;
	margin-top: 8%;
	background-color: #21970a;
	height: 275px;
}

.pro_box_ins_08{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/bath_tub_pro.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_09{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/urinal.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_10{	
	padding: 2%;
	margin-top: 8%;
	background-image: url(../images/bidet.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 275px;
}

.pro_box_ins_11{	
	padding: 2%;
	margin-top: 8%;
	background-color: #dc1a43;
	height: 275px;
}

.pro_box_ins_12{
	padding: 2%;
	margin-top: 8%;
	background-color: #fcff00;
	height: 275px;
}

.cat_ins_box{
	padding: 0px;
	margin: 0px;
	background-color: rgba(187,84,84,0.5);
	z-index: 1;
	height: 275px;
	transition: all 0.4s;
}

.cat_ins_box:hover{
	background-color: rgba(89,79,62,0);
	transition: all 0.4s;
}

.showr_box_in{
	border:solid 1px rgba(0,0,0,0.1);
	margin-top:3%;
	padding:4%;
	box-shadow:0px 10px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 10px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 10px 10px rgba(0,0,0,0.3);
}

.showr_box{
	min-height:700px;
	margin-top: 2%;
}

.showr_box2{
	min-height:300px;
	margin-top: 3%;
}

.my_md_cont_3{
	background-color:#FFF;
	border-radius:10px;
	padding:2%;
	margin-top:-2%;
	min-height:750px;
}

.my_md_cont_3 img{
	margin-top:10px;
	width: 200px;
}

@media (max-width: 1480px) {
	.showr_box{
		min-height:570px;
		margin-top: 3%;
	}
}

@media (max-width: 1024px) {
	.showr_box{
		min-height:520px;
		margin-top: 3%;
	}
}

@media (max-width: 960px) {
	.showr_box{
		min-height:560px;
		margin-top: 3%;
	}
}

@media (max-width: 960px) {
	.showr_box{
		min-height:560px;
		margin-top: 3%;
	}
}



.store_img{
	margin-left:auto;
	margin-right:auto;
}

.pro_det{
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	border-top:solid 1px rgba(0,0,0,0.1);
	width:100%;
}

.pro_name{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	color:#b2032a;
	font-size:13px;
}

.det{
	text-align:center;
	font-size:17px;
}

.det2{
	text-align:center;
	margin-top:6%;
}

.sm_det{
	text-align:center;
	font-size:14px;
}

.brand_img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}

.ask_me{
	background-color:#b2032a;
	color:#FFF;
	padding:3%;
	transition:all 0.4s;
}

.ask_me:hover{
	background-color:#121c75;
	color:#FFF;
	transition:all 0.4s;
}

.ask_me:active{
	background-color:#121c75;
	color:#FFF;
	transition:all 0.4s;
}

.ask_me:focus{
	background-color:#121c75;
	color:#FFF;
	transition:all 0.4s;
}

.sep_div{
	border-top:solid 1px rgba(175,5,41,0.1);
	min-height:50px;
	margin-top:4%;
}

.my_modal .my_md_cont .close {
	color: #fff;
	background-color: #b2032a;
	border-color: #25398f;
	border-radius:50%;
	opacity: 1;
	padding: 12px 15px;
	font-size: 17px;
	transition:all 0.4s;
}

.my_modal .my_md_cont .close:hover {
	color: #fff;
	background-color: #ff0024;
	border-color: #ff0024;
	transition:all 0.4s;
}

.my_md_cont{
	background-color:#FFF;
	border-radius:10px;
	padding:2%;
	margin-top:3%;
	min-height:650px;
}

.my_md_cont img{
  position: absolute;
  top: 300px;
  left: 50%;
  width: 200%;
  height: auto;
  transform: translate(-50%, -50%);
  transition: all 5s;
}

.my_md_cont_2{
	background-color:#FFF;
	border-radius:10px;
	padding:2%;
	margin-top:-2%;
	min-height:650px;
}

.my_md_cont_2 img{
	margin-top:-20px;
	width: 400px;
}


/********************MEDIA**********************/
.media_box{
	margin-top: 2%;
}

/*******************BRANDS ABOUT******************/
.about_brand_img{
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	width: 50%;
}

.para_brand{
	text-align: left;
	font-size: 17px;
	margin-top: 2%;
}

.sep_sec{
	border-top: solid 1px rgba(0,0,0,0.1);
	margin-top: 3%;
	padding-top: 4%;
}

.brand_gap{
	min-height: 40px;
}


/************************NEW STYLES******************/
.new_arrival_sec{
	margin-top: 4%;
	padding-bottom: 4%;
	padding-top: 2%;
}

.read_more_slider_black{
	color:#000;
	font-size:15px;
	background-color:transparent;
	padding:1.2%;
	transition: all 0.4s;
	border:solid 1px rgba(0,0,0,0.5);
	border-radius:0px;
}

.read_more_slider_black:hover{
	color:#8e191b !important;
	border:solid 1px rgba(142,25,27,0.5);
	transition: all 0.4s;
}

.read_icon{
	padding-left: 2px;
	transition: all 0.4s;
}

.read_more_slider_black:hover .read_icon{
	padding-left: 10px;
	transition: all 0.4s;
}

.sep_gap{
	margin-top: 5%;
}

.gen_titt_sub{
	color: #8e191b;
	text-align: left;
	font-size: 34px;
	font-weight: lighter;
	font-family: mySecFont;
}

.para_brand_2{
	text-align: left;
	font-size: 17px;
	margin-bottom: 2%;
}

.para_titt{
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
}

.brand_about_img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.about_sec_2{
	background-color: #FFF9F9;
	min-height: 450px;
	padding: 3%;
}

.bg_titt{
	background-color: #8e191b;
	color: #FFF;
	text-align: left;
	padding: 1.3%;
	font-weight: bolder;
	font-family: mySecFont;
	font-size: 22px;

}

.gap_sep{
	min-height: 10px;
	margin-top: 4%;
	margin-bottom: 4%;
}

.blog_desc{
	background-color: #eee;
	border-radius: 20px;
	padding: 20px;
	min-height: 270px;
}

.blog_titt{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 16px;
	font-weight: bold;
}

.blog_titt_sm2{
	font-size: 18px;
	color: #8e191b;
}

.short_descr{
	font-size: 15px;
}

.short_descr_1{
	font-size: 12px;
}

@media (max-width: 767px) {
	.gap_sep{
		min-height: 10px;
		margin-top: 2%;
		margin-bottom: 2%;
	}
}