/*Top div of page*/
.page_top{
	height: auto;
	width: 100%;
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}

/*<!--Header is starting here-->*/
.header{
	height: auto;
	width: 50%;
	float: left;
	padding: 100px 0px 115px 0px;
	color: #FFF;
	display: inline-block;
}
.head_top{
	font-size: 20px;
	padding: 10px 0px;
}
.head_mid{
	font-size: 70px;
	font-weight: bold;
	line-height: 65px;
}
.head_bottom{
	padding: 30px 250px 30px 0px;
}
.head_img{
	height: 460px;
    width: 480px;
    float: right;
    margin: 0px 50px 0px auto;
}
.head_img img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

/*<!--Products are here-->*/
.product{
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 30px 0px;
}
.product_head{
	height: auto;
	width: 90%;
	float: left;
	display: inline-block;
}
.product_heading{
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
	margin-top: 40px;
}
.product_text{
	font-size: 12.5px;
	padding: 10px 0px;
	color: #b6b6b6;
}
.product_overview{
	height: auto;
	width: 50%;
	float: left;
	padding: 30px 0px 50px 0px;
	display: inline-block;
}
.overview_image{
	height: auto;
    width: 370px;
    padding-right: 50px;
    float: right;
}
.overview_descript{
	height: auto;
    width: 150px;
    padding-top: 100px;
    float: right;
}
.special{
	font-weight: bold;
	color: #f19800;
}
.overview_name{
	font-size: 35px;
	font-weight: bold;
	color: #5a5859;
}
.more{
	padding: 5px 20px;
    margin-top: 30px;
    border: 0px;
    font-size: 10px;
    background-color: #f19800;
    color: #FFF;
}

.item_head{
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
}
.item_divider{
	height: auto;
	width: 50px;
	margin: 20px 0px;
	float: left;
	border-top: 2px solid #f19800;
}
.items{
	height: auto;
	width: 100%;
	display: inline-block;
}
.item{
	height: auto;
	width: 253px;
	margin: 0px 24px 30px 0px;
	text-align: center;
	float: left;
	border: 1px solid #f4f4f4;
}
.item:hover{
	box-shadow: 2px 2px 10px 5px #f3f3f3;
}
.item_image{
	height: 150px;
    width: 203px;
    float: left;
    padding: 40px 25px;
}
.item_image img{
	height: 150px;
    width: 200px;
    object-fit: contain;
}

.overlay{
	display: none;
}
.item:hover .overlay{
	height: 230px;
    width: 255px;
    display: block;
    position: absolute;
    background-color: #58585875;
}
.addtocart{
	height: 10px;
	width: 80px;
	padding: 10px 0px;
	margin: 100px 0px 100px 70px;
	float: left;
	background-color: #FFF;
	font-size: 9px;
	color: black;
}
.heart{
	height: 20px;
	width: 20px;
	padding: 5px;
	margin: 100px 0px 100px 5px;
	float: left;
	background-color: #FFF;
}

.item_descript{
	height: auto;
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.item_name{
	font-size: 11px;
	color: #BBB;
}
.item_quality{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
	color: #5a5859;
}
.price{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	color: #f19800;
}

/*<!--Page Mid Timer is here-->*/
.page_mid{
	height: auto;
	width: 100%;
	background-image: url(mid.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.timer_div{
	height: auto;
	width: 410px;
	display: inline-block;
	padding: 110px 50px 90px 110px;
	margin: 0px auto;
	float: left;
}
.timer_head{
	font-size: 30px;
	font-weight: bold;
	
	color: #FFF;
}
.timer_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #FFF;
	float: left;
	margin: 15px 0px 25px 0px;
}
.timer_text{
	font-size: 13px;
	color: #ffe4ca;
	display: inline-block;
}
.time{
	height: auto;
	width: 100%;
	padding: 30px 0px;
	margin: 0px auto;
}
.timer li{
	margin: 10px 20px 10px 0px;
	font-size: 30px;
	font-weight: bold;
	list-style-type: none;
	display: inline-flex;
	color: #FFF;
}
.time_laps li{
	font-size: 14px;
	margin: 0px 35px 10px 5px;
	font-weight: bold;
	list-style-type: none;
	display: inline-flex;
	color: #FFF;
}
.shop_now{
	padding: 10px 70px;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 30px 0px 40px 0px;
	font-size: 14px;
	background-color: transparent;
}
.timer_div img{
	height: 355px;
    width: 355px;
    object-fit: contain;
}

/*<!--Repeatedly used code-->*/
.main_div{
	height: auto;
	width: 100%;
	display: inline-block;
	padding: 50px 0px;
}
.div_head{
	font-size: 30px;
	font-weight: bold;
	color: #5a5859;
}
.div_divider{
	height: auto;
	width: 45px;
	border-top: 2px solid #f19800;
	margin: 20px 0px;
}

/*<!--Work div is here-->*/
.work_cards{
	height: auto;
	width: 100%;
	display: inline-block;
}
.card{
	height: auto;
	width: 225px;
	margin-right: 20px;
	padding: 20px;
	float: left;
	text-align: center;
	box-shadow: 2px 2px 5px 7px #fafafa;
}
.card img{
	height: 125px;
	width: 125px;
	object-fit: contain;
	margin: 10px 55px;
}
.work_name{
	font-size: 20px;
	font-weight: bold;
	color: #5a5859;
	margin: 10px 0px;
}
.work_text{
	font-size: 12px;
	color: #b6b6b6;
}

/*<!--Clints are here-->*/
.clints{
	height: auto;
	width: 100%;
	display: inline-block;
}
.clints ul{
	margin-left: -75px;
}
.clints li{
	height: auto;
    width: 150px;
    list-style-type: none;
    display: inline-flex;
    margin: 30px 75px;
}
.clints img{
	width: 100%;
	height: auto;
	object-fit: contain;
}

/*<!--Testimonial is here-->*/
.testimonial{
	height: auto;
	width: 100%;
	display: inline-block;
}
.section{
	height: auto;
	width: 50%;
	float: left;
}
.comma{
	margin: 10px 0px;
	color: #f19800;
	font-weight: bold;
	font-size: 150px;
}
.message{
	font-size: 20px;
	font-weight: bold;
	color: #5a5859;
	margin-right: 60px;
}
.name{
	font-size: 14px;
	font-weight: unset;
	margin: 20px 0px;
	color: #d1d1d1;
}
.name_color{
	color: #f19800;
	font-weight: bold;
}
.section img{
	height: 450px;
	width: 600px;
	object-fit: contain;
}

/*<!--Footer of this page is here-->*/
.footer{
	margin-top: -55px;
}