ul{
	list-style: none;
	margin-left: -46px;
}
a{
	color: black;
}


body{
	overflow-x: hidden;
}




/* home page counter section coding */

.counter_section{
	padding: 75px 10px;
	background-color: #efefef;
	background-image: url(../images/banner/adc.jpg);
	background-attachment:  fixed;
	background-size: 100%;
}
.counter_col{
	padding: 10px;
	text-align: center;
	color:  white;
}
.counter_col span{
	font-size: 50px;
	font-weight: bold;
}
.counter_col b span{
	    font-size: 50px;
	    color: white;
	    margin: 20px 0px;
}
.counter_col h5{
	font-size: 20px;
	font-family: georgia;
}







/* owl carousel */

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display: block !important;
}

.owl-theme .owl-nav [class*=owl-]{
	background: transparent !important;
}
.owl-nav img{
	        width: 33px;
    height: 36px;
    background-color: rgba(228,228,220,.5);
    padding: 0px !important;
}

.owl-prev,.owl-next{
	position: absolute;
	z-index: 40;
}

.owl-prev{
	top: 35%;
	left: 0px;
	transform: translateY(-50%);
}

.owl-next{
	top: 35%;
	right: 0px;
	transform: translateY(-50%);
}







/* header */

.header{

padding: 18px 0px;

border-bottom: 1px solid #e9e9e9;
}

.header_logo_col{

}
.header_logo_col img{
	width: 87%;
}


.header_social_col{
	text-align: right;
	padding-top: 13px;
}

.media_col{
	display: inline-block;
	border-right: 1px solid lightgrey;
	padding: 0px 10px;
}
.media_col:last-of-type{
	border-right: none;
}

.media_left,.media_body{
	display: table-cell;
}

.media_left{

padding: 7px;

border: 1.5px solid lightgrey;

position:  relative;

width: 40px;

height: 22px;

border-radius: 50%;
}
.media_icon{

/* vertical-align: middle; */

margin-top: -4px;

margin-left: 6px;

position:  absolute;
}
.media_icon span{

font-size: 15px;

margin-top: 0px;

color: #f3252b;
}

.media_body{

/* border: 1px solid black; */
}

.media_text{

text-align: left;

padding: 1px 6px 1px 15px;
}
.media_text h4{

font-size: 13px;

margin-top: 0px;

color: #878787;

letter-spacing: .5px;

font-weight: normal;
}
.media_text p{

margin: -6px 0px;

font-family: arial;

color: rgba(34,34,34,.9);

letter-spacing: .5px;
}






.menu_btn{
	color: black;
	font-size: 30px;
	margin-top: 12px;
	display: none;
}

/* mobile menu */
.mobile_menu{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	color: white;
	padding: 40px 30px;
	z-index: 100;
	text-align: left;
	height: 100%;
	min-width: 226px;
	transition: .5s;
	transform: translateX(-100%);
}

.menu_close{
	position: absolute;
	right: 11%;
	top: 2%;
	font-size: 27px;
}


.mobile_menu_ul{
	margin-left: -33px;
	margin-top: 20px;
}
.mobile_menu_ul li{
	line-height: 55px;
}
.mobile_menu_ul li a{
	color: white;
	font-size: 20px;
}

/* desktop menu */


.nav{

text-align: center;

height: 50px;

border-bottom: 1px solid #e9e9e9;
}
.fixed-navbar{
	box-shadow: 0px 1px 8px 1px #f4f4f4;
	background-color: #f1f1f1;
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 1000;
}

.nav_col{
	
}

.menu_ul{

margin-top: 10px;
}
.menu_ul li{
	position: relative;
	display: inline-block;
}
.menu_ul li a{

margin: 10px 18px;

/* font-weight: bold; */

color: rgba(34,34,34,.9);

transition:  .5s;

font-size: 17px;

font-family: arial;

letter-spacing: 2px;

color: #555;
}
.menu_ul li a:hover{
	color: #ffc100;
	text-decoration: none;
}




.menu_ul li:hover .menu_subul{
	transform: scaleX(1);
}


.menu_subul{
	transition: .3s;
	transform: scaleX(0);
	position: absolute;
	z-index: 10;
	    top: 25px;
}

.menu_subul li{
	min-width: 254px;
	display: block;
	padding:7px 13px;
	border-bottom: 1px solid lightgrey;
	border-top:1px solid lightgrey;
	background-color: white;
}

.menu_subul li a{
	    font-size: 15px;
	display: block;

}







/* banner section  */

.banner_section{
	position: relative;
}

.banner_text{
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,.7);
}

.banner_text_data{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color:  white;
}
.banner_text_data h2{
	font-family: 'Berkshire Swash', cursive;
	font-size: 5em;
}
.banner_text_data p{
	font-family: georgia;
	font-size: 1.5em;
}
.banner_btn_ul{

}
.banner_btn_ul li{
	display: inline-block;
	padding: 5px 10px;
}
.banner_btn_ul li button{
	padding: 11px 59px;
	border-radius: 38px;
	border: 2px solid white !important;
	background-color: #04b5c7 !important;
	transition: 1s;
}
.banner_btn_ul li button:hover{
	border: 2px solid rgba(34,34,34,1);
}
.banner_btn_ul li:nth-child(2) button{
	background-color: transparent !important;
}
.banner_btn_ul li:nth-child(2) button:hover{
	background-color: #04b5c7 !important;
}





/* index about section */

.index_about{
	padding: 80px 10px 80px 10px;
	position: relative;
}

.index_about_img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 100px;
	display:  none;
}



.index_about_col1{

text-align:  center;

padding: 5px 5px;
}
.index_about_col1 h2{font-family:  georgia;font-weight: bold;transform: scaleY(1.2);}

.index_about_col1 h2 span{
	color: #f3252b;
}

.index_about_col2{padding: 10px;font-family:  georgia;letter-spacing: 1.5px;line-height: 26px;text-align: center;}
.index_about_col2 p{
	
margin-bottom: 38px;
	
font-size: 18px;
	
font-family: sans-serif;
	
/* letter-spacing: 0px; */
}
.index_about_col2 a button{
	
background-color: #f3252b !important;
	
border-radius: 0px;
	
border: 1px solid #f3252b;
} 







/*show section */

.show_section{

}

.show_col1{
	padding: 0px;
	overflow: hidden;
}
.show_col1 img{
	transition: .5s;
	width: 100%;
}
.show_col1 img:hover{
	transform: scale(1.1);
}

.show_col2 {
    padding: 20px;
    position: relative;
    background-color: #f3f3f3;
    color: black;
}
.show_col2_col{

position: absolute;

width: 81%;

/* height: 100%; */

/* padding: 20px; */

top: 50%;

left: 50%;

transform: translate(-50%,-50%);
}
.show_col2_col h4{

font-size: 42px;

font-family:  georgia;
}
.show_col2_col p{
	
font-size: 18px;
	
font-family: arial;
	
letter-spacing: 1px;
}



/* best section */

.best_section{

padding: 45px 10px;
}
.best_heading_col{
	text-align: center;
	padding: 10px;
}
.best_heading_col h2{
	font-family: georgia;
	margin-bottom: 37px;
	font-size: 40px;
	position: relative;
	display: inline-block;
}

.best_heading_col h2:after{
	content: '';
	width: 120px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateX(-116%);
}
.best_heading_col h2:before{
	content: '';
	width: 120px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateX(18%);
}



.best_col{

padding: 10px;
}
.best_col_col{
transition:.5s;
border: 1px solid lightgrey;
}
.best_col_col:hover{
	box-shadow: 2px 3px 10px 6px lightgrey;
}

.best_image{

padding: 10px;
}
.best_image img{
	width: 100%;
	height: 220px;
	transition: .5s;
}
.best_image img:hover{
	transform:scale(1.01);
}

.best_info{

padding: 10px;

text-align:  center;
}
.best_info a{
font-family: arial;
display:  block;
}
.best_info a:hover{
	text-decoration: none;
}


.best_info button{

border-radius: 0px;

padding: 5px 6px;

background-color: #f3252b !important;

border: 1px solid white;

margin: 9px 0px;
}



/* shop section coding */


.shop_section{
	padding: 57px 10px;
	background-color: #f2f2f2;
}
.shop_heading{
	text-align: center;
	padding: 31px 10px 41px 10px;
}
.shop_heading h2{
	font-family: 'Berkshire Swash', cursive;
	color: #f1121a;
	position: relative;
	display: inline-block;
	background-color: #f2f2f2;
	padding: 0px 22px;
}

.shop_heading h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: brown;
	transform: translate(0%,-50%);
	z-index: 0;
}
.shop_heading h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -50%;
	width: 113px;
	height: 2px;
	background-color: brown;
	transform: translate(0%,-50%);
	z-index: 0;
}





/* ft section coding */

.ft_section{
	padding: 150px 10px;
}
.ft_col{
	padding: 10px;
}
.ft_col_col{
	position:  relative;
	text-align: center;
	border: 1px solid #f3252b;
	min-height: 282px;
	padding: 40px 10px 10px 10px;
	transition: .4s;
}


.ft_col_col:hover{
	box-shadow: 2px 2px 10px 4px #efefef;
}

.ft_col_col span{

border: 1px solid;

font-size: 50px;

color: #f3252b;

position: absolute;

top: -34px;

transform: translateX(-50%);

background-color: white;

/* border-radius: 50%; */

padding: 6px 35%;
}
.ft_col_col h3{

font-size:  25px;

margin: 20px 10px 10px 10px;

font-family: georgia;

/* font-weight: bold; */
}
.ft_col_col p{
	
font-family:  georgia;
	
letter-spacing: 1.5px;
}






/* tilt_section */

.tilt_section{

}
.tilt_section .container-fluid{
	padding: 0px;
}
.tilt_col{
	padding: 0px;
	min-height: 435px;
}
.tilt_col_col{
	border-right:4px solid #f3252b;
	background-image: url(../images/banner/b11.jpg);
	height: 100%;
	background-size: 100% 100%;
	transform: skew(-17deg) translateX(-10%);
	width: 110%;
}


.tilt_col_info{
	padding: 30px;
	width: 80%;
	height: 100%;
	color: #ff004d;
	margin-left: 10%;
	transform: skew(17deg);
	position: relative;
}
.tilt_data{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.tilt_data button{
	background-color: #f3252b;
	border:1px solid white;
	border-radius: 0px;
	margin-top: 20px;
}




.tilt_col2{
	padding: 0px;
	min-height: 435px;
}
.tilt_col2_col{
	background-image: url(../images/banner/b12.png); 
	height: 100%;
	background-size: 100% 100%;
	transform: skew(-17deg) translateX(-1%);
	width: 114%;
	overflow: hidden;
	
}


.tilt_col2_info{
	padding: 30px;
	width: 80%;
	height: 100%;
	color: white;
	margin-left: 2%;
	transform: skew(17deg);
	position: relative;
}
.tilt_data2{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.tilt_data2 button{
	background-color: transparent;
	border:2px solid #f3252b;
	border-radius: 0px;
	margin-top: 20px;
}
.tilt_data2 button:hover{
	background-color: #f3252b;
}


.tilt_col2_image{
	/* display: none; */
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	transform: skew(17deg) translateX(-13%);
	

}
.titlt_col2_image img{
	height: 100%;

}
.tilt_col2_col:hover .tilt_col2_image img{
	transition: all 2s ease-in-out;
	transform: scale(1.7);

}











/* nav tab coding */

.product_tab_col{
	text-align: center;
}



.shop_section .tab-content{
	padding: 40px 10px;
}


.nav-tabs{
	border:0px;
	/* margin-bottom: 34px; */
	width: auto !important;
	/* margin: auto !important; */
	padding-left: 35%;
	/* padding-right: 50%; */
}

.nav-item{
	padding: 10px;

}
.nav-item .active{
	border-top: 0px solid grey !important;
	border-right: 0px solid grey !important;
	border-left: 0px solid grey !important;
	/* border-bottom: 3px solid rgba(34,34,34,.8) !important; */
	color: rgba(34,34,34,1) !important;
	position: relative;
	background-color: #f2f2f2 !important;
}
.nav-item .active:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 11%;
	width: 105px;
	height: 1px;
	background-color: rgba(34,34,34,1);
}

.nav-link{
	font-family: -webkit-pictograph;
	font-size: 20px;
	color: #848383;
	letter-spacing: 0.8px;
}
.nav-link:hover{
	border: 0px solid grey !important;
	
	color: #495057;
	
}

.tab-content{
	border:0px;
}


.product_info{
	padding: 20px 4px;
	text-align: center;
}
.product_info button{
	border-radius: 0px;
	border: 1px solid #f1121a;
	background-color: #f1121a;
}

.product_info a h4{
	color: black;
	font-size: 19px;
	font-family:  georgia;
}
.product_info a:hover{
	text-decoration: none;
	
}

.product_info p{
	color: rgba(34,34,34,1);
	font-size: 19px;
	font-family: georgia;
}

.product_info p span{
	color: #fe6d6a;
}

.product_image img{
	width: 88%;
	height: 200px;
}

.shop_section .product_col{
	transition: .5s;
	padding: 10px;
}
.shop_section .product_col:hover{
	box-shadow: 2px 2px 10px 6px lightgrey;
}







/* ad_section coding */

.ad_section{
	color: white;
	padding: 0px 10px;
	background-color: #161616;
}

.ad_section .container-fluid{
	padding: 0px;
}

.ad_col1{
	
min-height: 500px;
	
padding: 0px;
}

.ad_col{
	padding: 10px;
	position: relative;
}
.ad_col_col1{
width: 100%;
height: 100%;
overflow: hidden;
}
.ad_col_col1 img{
	transition: .5s;
width: 100%;
height: 100%;
}

.ad_col_col1 img:hover{
	transform: scale(1.05);
}





@keyframes advant_animate{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.03);
	}
	100%{
		transform: scale(1);
	}
}

.ad_col_col2{
padding: 72px 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color:  white;
color:  black;
left: -8%;
display: inline-block;
width: 80%;

}







.ad_col_col2 h4{
	
font-family: georgia;
	
font-size: 35px;
	
margin-bottom: 15px;
	
font-weight: bold;
	
/* position:  absolute; */
	
/* top: -66%; */
	
/* left: -10%; */
	
/* background-color:  lightgrey; */
	
/* padding: 8px 10px; */
}
.ad_col_col2 p{
	
font-family: georgia;
	
letter-spacing: 1.5px;
	
line-height: 26px;
	
font-size: 19px;
}







/* new arrivals section coding */
.new_arrivals_section{
	background-image: url(../images/banner/banner_4.jpg);
	background-attachment: fixed;
	background-size: 100%;
	padding: 103px 10px;
}

.product_col1 h2{
	font-family: 'Berkshire Swash', cursive;
	color: white;
	position: relative;
	display: inline-block;
	padding: 0px 22px;
	font-size: 35px;
}

.product_col1 h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: white;
	transform: translate(0%,-50%);
	z-index: 0;
}
.product_col1 h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -51%;
	width: 113px;
	height: 2px;
	background-color: white;
	transform: translate(0%,-50%);
	z-index: 0;
}




.product_col1{
	text-align: center;
	padding: 10px 10px 52px 10px;
}

.new_product_col{
	padding: 10px;

}
.new_product_image{

}
.new_product_image img{
	width: 100% !important;
	height: 250px;
}
.new_product_info{
	text-align: center;
	padding: 25px 4px 10px 4px;
}
.new_product_info a{
	color: white;
	font-size: 18px;
	font-family:  georgia;
	transition: .5s;
	display:  block;
	margin-top: 7px;
}
.new_product_info a:hover{
	text-decoration: none;
	color: white;
}
.new_product_info p{
	color: white;
	font-size: 19px !important;
	font-family: georgia;
}
.new_product_info p span{
	color: red;
}

.new_product_info button{
	border-radius: 0px;
	background-color: #88c233;
	border: 1px solid white;
}





/* advant section */

.advant_section{
	padding: 85px 10px 113px 10px;
	background-color: #121212;
}

.advant_heading_col{

padding: 10px 0px;

text-align: center;
}
.advant_heading_col h1{

margin-bottom: 50px;

font-weight: bold;

color: white;
}

.advant_col{

padding: 10px;
}
.advant_col_col{

text-align: center;
}
.advant_col_col span{

font-size: 70px;

margin: 10px 0px 34px 0px;

color: #f3252b;
}
.advant_col_col h3{

font-size: 24px;

font-weight: bold;

color:  white;
}
.advant_col_col p{
	
letter-spacing: 1.5px;
	
margin: 12px 0px;
	
font-size: 17px;
	
color:  white;
}








/* popular section  */
.popular_section{
	padding: 52px 10px;
}

.popular_heading{
	text-align: center;
	padding: 1px 10px 30px 10px;
}

.popular_heading h2{
	font-family: 'Berkshire Swash', cursive;
	color: #ff6d6b;
	position: relative;
	display: inline-block;
	padding: 0px 22px;
	font-size:  35px;
}

.popular_heading h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}
.popular_heading h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -37%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}


.popular_col{
	padding: 20px;
	transition: .5s;
}
.popular_col:hover{
	box-shadow: 2px 2px 10px 6px lightgrey;
}
.popular_image{

text-align:  center;
}
.popular_image img{
	width: 85%;
	height: 234px;
}


.popular_info{
	text-align:  center;
	padding: 25px 4px 10px 4px;
}
.popular_info a{
	color: #ff6d6b;
	font-size: 20px;
	font-family:  georgia;
	transition: .5s;
}
.popular_info a:hover{
	text-decoration: none;
	color: black;
}
.popular_info p{
	color: black;
	font-size: 19px !important;
	font-family: georgia;
}
.popular_info p span{
	color: #ff6d6b;
}



/*  blog section coding */

.latest_blog{
	padding: 50px 10px;
	background-color:  #f2f2f2c2;
}


.blog_heading{
	text-align: center;
	padding: 30px 10px;
}

.blog_heading h2{
	font-family: 'Berkshire Swash', cursive;
	color: #ff6d6b;
	position: relative;
	display: inline-block;
	padding: 0px 22px;
	font-size:  35px;
}

.blog_heading h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}
.blog_heading h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -51%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}

.blog_col{
	padding: 20px;
	
}

.blog_col_col{
	position: relative;
}
.blog_image{

}
.blog_image img{
	width: 100%;
	height: 300px;
}

.blog_text{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(34,34,34,.7);
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: .5s;
	cursor: pointer;
}
.blog_text:hover{
	opacity: .7;
}
.blog_text_data{
	position: absolute;
	bottom: 0px;

}

.blog_text_data h3{
	color: white;
	font-family: verdana;
	font-size: 25px;
}
.blog_text_data ul li{
	display: inline-block;
	padding: 4px;
}

.blog_text_data footer{
	color: white;
	font-family:  georgia;
}

.blog_text_data footer span{
	color: orange;
}
.blog_footer_col{
	padding: 51px 10px 18px 10px;
	text-align: center;
}
.blog_footer_col button{
	background-color: #ff6d6b;
	width: 208px;
	height: 61px;
	border: 2px solid white;
	transition: .5s;
	border-radius: 40px;
	font-family: roboto;
	text-transform: capitalize;
}
.blog_footer_col button:hover{
	border: 2px solid black;	
}


/* main footer coding */
.main_footer{
	padding: 20px;
	background-color: rgb(24, 24, 24);
	color: white;
	font-family: verdana;
}

.main_footer .container-fluid{
	width: 1360px;
}

.main_footer_subscribe{
	padding: 30px 0px;
	text-align: center;
	border-bottom: .5px solid #8f8f8f;
}

.sub_text_col{
	text-align: center;
}
.sub_text_col p{
	margin-top: 16px;
}


.subscribe_form input[type="text"]{
	width: 60%;
	height: 50px;
}
.subscribe_form input[type="submit"]{
	background-color: #f3252b;
	height: 50px;
	border:1px solid white;
	border-radius: 0px;
	color: white;
	margin-top: -4px;
}


/* after border of subscribe */

.main_footer_col{
	
	padding: 30px 0px 30px 40px;
}
.main_footer_col h5{
	text-transform: uppercase;
	font-family: acme;
	font-size: 17px;
	margin-bottom: 16px;
}
.main_footer_col ul {
	margin-left: -40px;
}
.main_footer_col ul li{
	line-height: 28px;
	font-size: 14px;
}
.main_footer_col ul li a{
	color: white;
	font-family: verdana;
	transition: .3s;
}
.main_footer_col ul li a:hover{
	color: grey;
}





.bottom_footer{
	background-color: rgba(14,14,14,1);
	color: white;
	padding-top: 20px;
	font-family: verdana;
}
.bottom_footer a{
	color: grey;
}


@media(max-width: 1400px){
	.main_footer .container-fluid{
		width: 100%;
	}
}








/* static banner of all pages  */

.about_banner{
	width: 100%;
	min-height: 300px;
	background-image: url(../images/blog/about.jpg);
	background-size: 100% 100%;
	opacity: .8;
}
.contact_banner{
	width: 100%;
	min-height: 300px;
	background-image: url(../images/blog/contact.jpg);
	background-size: 100% 100%;
	opacity: .8;
}
.enquiry_section{
	width: 100%;
	min-height: 300px;
	background-image: url(../images/blog/enquiry.jpg);
	background-size: 100% 100%;
	opacity: .8;	
}
.cart_section{
	width: 100%;
	min-height: 300px;
	background-image: url(../images/blog/cart.jpg);
	background-size: 100% 100%;
	opacity: 1;	
}


/* about page coding  */

.about_section{
	padding: 30px;
}
.about_section .container{
	padding: 30px;
}

.about_col_heading{
	text-align: center;
}
.about_col_heading h2{
    font-family: georgia;
    color: #f3252b;
    position: relative;
    display: inline-block;
    /* padding: 0px 22px; */
    font-size: 35px;
}

.about_col_heading h2:after{
    content: '';
    position: absolute;
    top: 56%;
    left: 100%;
    width: 113px;
    height: 2px;
    background-color: #f3252b;
    transform: translate(12%,-50%);
    z-index: 0;
}
.about_col_heading h2:before{
    content: '';
    position: absolute;
    top: 55%;
    left: 0%;
    width: 113px;
    height: 2px;
    background-color: #f3252b;
    transform: translate(-112%,-50%);
    z-index: 0;
}


.about_section p{
	font-family: georgia;
	font-size: 17px;
	letter-spacing: 1.5px;
	line-height: 30px;
}


.why_about_col{
	text-align: center;
}
.why_about_col h2{
	font-family: georgia;
	color: #f3252b;
	position: relative;
	display: inline-block;
	padding: 0px 22px;
	font-size:  35px;
}

.why_about_col h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: #f3252b;
	transform: translate(0%,-50%);
	z-index: 0;
}
.why_about_col h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -58%;
	width: 113px;
	height: 2px;
	background-color: #f3252b;
	transform: translate(0%,-50%);
	z-index: 0;
}

.why_about_col p{
	text-align: left;
}

.why_about_col ul{
	margin-top: 30px;
	margin-left: 36px;
	list-style: circle;
}
.why_about_col ul li{
	font-family: georgia;
	letter-spacing: 1.5px;
	line-height: 43px;
	text-align: left;
}



/* enquiry form section */

.enquiry_form_section{
	padding: 30px 10px;
}
.enquiry_form{

}
.enquiry_form input{
	height: 60px;
	border-radius: 50px;
}
.enquiry_form textarea{
	padding: 20px;
	border-radius: 50px;
}
.enquiry_form input[type='submit']{
	border-radius: 50px !important;
	background-color: #ffc100;
}





/* contact section */

.contact_section{
	padding: 30px 10px;
}
.contact_section h1{
	font-family: georgia;
	font-size: 25px;
	color: #f54948;
}
.contact_section p{
	font-family: georgia;
	font-size: 18px;
}
.contact_address,.contact_phone,.contact_email{
	padding: 10px 6px;
}

.contact_social_col{

}
.contact_social_col ul li{
	display: inline-block;
	padding: 20px 15px;
}
.contact_social_col ul li a{
	font-size: 40px;
	color: rgba(34,34,34,1);
}

.mail_contact{
	padding: 30px 10px;
	text-align: center;
}
.mail_contact h2{
	font-family: 'Berkshire Swash', cursive;
	color: #ff6d6b;
	position: relative;
	display: inline-block;
	padding: 0px 22px;
	font-size:  35px;
	margin-bottom: 50px;
}

.mail_contact h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}
.mail_contact h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: -58%;
	width: 113px;
	height: 2px;
	background-color: #ff6d6b;
	transform: translate(0%,-50%);
	z-index: 0;
}




/* details-product-section */

.details-product-section{
	padding: 60px 10px;
}
.details-product-info{
	font-family: arial;
}
.details-product-info h2{
	font-family: georgia;
	color: #f54948;
}
.details-product-info p{
	font-family: georgia;
	letter-spacing: 1.5px;
}
.details-product-info ul li{
	font-family: georgia;
	letter-spacing: 1.5px;

}






/* category page coding */

.cat_info_nav{
	padding: 30px 10px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

.cat_info_nav h2{
	font-family: georgia;
	color: #ffc100;
	position: relative;
	display: inline-block;
	font-size:  35px;
	margin-bottom: 50px;
}

.cat_info_nav h2:after{
	content: '';
	position: absolute;
	top: 55%;
	left: 100%;
	width: 113px;
	height: 2px;
	background-color: #ffc100;
	transform: translate(17%,-50%);
	z-index: 0;
}
.cat_info_nav h2:before{
	content: '';
	position: absolute;
	top: 55%;
	left: 0%;
	width: 113px;
	height: 2px;
	background-color: #ffc100;
	transform: translate(-115%,-50%);
	z-index: 0;
}


.cat_product_section{
	padding: 30px 10px 100px 10px;
}


.cat_product{
	padding: 10px;
	transition: .3s;
}
.cat_product:hover{
	    box-shadow: 0px 1px 13px 4px lightgrey;
    z-index: 10;
}
.cat_image{

}
.cat_image img{
	width: 100%;
	height: 250px;
}

.cat_product_info{
	padding:10px;
	text-align: center;
}
.cat_product_info a{
	font-family: georgia;
	font-size: 17px;
	transition: .3s;
	display: block;
}
.cat_product_info a:hover{
	text-decoration: none;
	color: #ffc100;
}
.cat_product_info p{
	font-family: georgia;
	font-size:18px;
}
.cat_product_info p span{
	color: #ff6d6b;
}

.cat_product_info button{
	border-radius: 0px;
	color: white;
	padding:4px 10px;
}







/* product details */

.product_details_section{
	padding: 40px 10px;
	border-top:1px solid #e7e7e7;
}

.pro_details_col{
	padding: 10px;
}
.pro_details_col img{
	width: 100%;
	max-height: 500px;
}

.pro_info_col{


}

.pro_info_col h2{
	font-family: georgia;
}
.pro_info_col p{
	font-family: arial;
	font-size: 16px;
}
.pro_info_col button{
	border-radius:0px;
	padding:6px 15px;
	color: white;
	background-color: orange;
	border:1px solid white;
}




/* success info nav */
.success_info_nav{
	padding: 30px 10px;
	text-align: center;
}
.success_info_nav h2{
	font-family: 'Berkshire Swash', cursive;
	color: #ff6d6b;
	position: relative;
	display: inline-block;
	font-size:  35px;
	margin-bottom: 50px;
}
.success_info_nav h2:after{
	content: '';
    position: absolute;
    top: 55%;
    left: 100%;
    width: 113px;
    height: 2px;
    background-color: #ff6d6b;
    transform: translate(17%,-50%);
    z-index: 0;
}
.success_info_nav h2:before{
	content: '';
    position: absolute;
    top: 55%;
    left: -50%;
    width: 113px;
    height: 2px;
    background-color: #ff6d6b;
    transform: translate(-26%,-50%);
    z-index: 0;
}


.success_message_section{
	padding: 2px 10px 40px 10px;
}

.success_message_section h1{
	font-family: georgia;
	font-size: 25px;
	color: green;
}
.success_message_section h4{
	font-family: georgia;
}
.success_invalid{
	font-family: georgia;
	color: red;	
}

.failure_message_section{
	padding: 2px 10px 40px 10px;
}

.failure_message_section h1{
	font-family: georgia;
	font-size: 25px;
	color: red;
}
.failure_message_section h4{
	font-family: georgia;
}
.failure_invalid{
	font-family: georgia;
	color: red;	
}


@media(max-width: 1500px){
	.banner_text_data h2{
		font-size: 4em;
	}
	.banner_btn_ul li button{
		padding: 10px 42px;
	}
	.banner_text_data p{
		font-size: 1.5em;
	}
}

@media(max-width: 1199px){
	.pay_section_rightbox h2:before{

left: 4%;

}
	.pay_section_rightbox h2:after{
		
left: 80%;
	}
}

@media(max-width: 991px){
	.pay_section_rightbox{

	}
	.pay_section_rightbox h2{
		border-top: 1px solid lightgrey;
		margin-top: 40px;
		padding-top: 40px;
	}
	.pay_section_rightbox h2:before{
			content: '';
		    position: absolute;
		    top: 50%;
		    left: 18%;
		    transform: translate(0%,-50%);
		    width: 68px;
		    height: 1px;
		    background-color: #f54948;
		    margin-top: 21px;
	}
	.pay_section_rightbox h2:after{
		    content: '';
		    position: absolute;
		    top: 51%;
		    left: 71%;
		    transform: translate(0%,-50%);
		    width: 74px;
		    height: 1px;
		    background-color: #f54948;
		    margin-top: 21px;
	}
}


@media(min-width: 1500px){
	.tilt_col,.tilt_col2{
		min-height: 550px;
	}
}