/* --------------------------------------------------------------------------------
		Introduction
-------------------------------------------------------------------------------- */
#cs_introduction {}
#cs_introduction .heading_1 {
	text-align: center;
}
#cs_introduction .content {
	max-width:800px;
    margin: auto;
}
#cs_introduction .content p {
	margin-bottom:5px;
}
/* --------------------------------------------------------------------------------
		Our Story
-------------------------------------------------------------------------------- */
#cs_story {}
#cs_story .main_sec {
	position: relative;
}
#cs_story .main_sec img {
	display: block;
    margin-left: auto;
    max-width:100%;
}
#cs_story .content {
	max-width: 450px;
    position: absolute;
    padding: 50px;
    background-color: #190c08;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#cs_story .content h2 {
	font-size: 24px;
    font-weight: 700;
}
#cs_story .content p {}
#cs_story .content a {
	color:#fe4514;
	font-size:18px;
}
/* --------------------------------------------------------------------------------
		Craftmanship
-------------------------------------------------------------------------------- */
#cs_craftmanship {}
#cs_craftmanship .main_sec {
	position: relative;
}
#cs_craftmanship .main_sec img {
	display: block;
    margin-right: auto;
    max-width:100%;
}
#cs_craftmanship .content {
	max-width: 450px;
    position: absolute;
    padding: 50px;
    background-color: #190c08;
    color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#cs_craftmanship .content h2 {
	font-size: 24px;
    font-weight: 700;
}
#cs_craftmanship .content p {}
#cs_craftmanship .content a {
	color:#fe4514;
	font-size:18px;
}
/* --------------------------------------------------------------------------------
		Our Products
-------------------------------------------------------------------------------- */
#cs_product {}
#cs_product a {
	display: block;
	background-color: #cecece;
    padding: 1px;
}
#cs_product a img {
	width:100%;
}
/* --------------------------------------------------------------------------------
		About Page
-------------------------------------------------------------------------------- */
#cs_about_pg {}
#cs_about_pg .heading_1 {
	text-align: center;
}
#cs_about_pg .content {
	max-width: 800px;
    margin: auto;
}
#cs_about_pg .content .heading_2 {
	text-align: center;
}
/* --------------------------------------------------------------------------------
		Contact Page
-------------------------------------------------------------------------------- */
#cs_contact_pg {}
#cs_contact_pg .grid_left {}
#cs_contact_pg .grid_left p {
	margin-bottom:0px;
}
#cs_contact_pg .grid_left p span {
	display: block;
}
#cs_contact_pg .grid_left .divider {
	margin: 20px 0px;
    border-top: 2px dashed #000;
    max-width: 250px;
}
#cs_contact_pg .grid_right {}
#cs_contact_pg .grid_right label {
	font-weight:700;
}
#cs_contact_pg .grid_right label span {
	color:#fe4514;
}
/* --------------------------------------------------------------------------------
		Craftmanship Page
-------------------------------------------------------------------------------- */
#cs_craftmanship_pg {}
#cs_craftmanship_pg .heading_1 {
	text-align: center;
}
#cs_craftmanship_pg .content {
	max-width: 800px;
    margin: auto;
}
#cs_craftmanship_pg .content ul {
	padding-left:50px;
}
#cs_craftmanship_pg .content ul li {
	list-style-type:disc;
	margin-bottom:10px;
}
/* --------------------------------------------------------------------------------
		Achievement Page
-------------------------------------------------------------------------------- */
#cs_achievement_pg {}
#cs_achievement_pg .container_ac {
	max-width:900px;
}
#cs_achievement_pg .heading_1 {
	text-align: center;
}
#cs_achievement_pg .grid_left a {
	display: block;
	text-align: right;
}
#cs_achievement_pg .grid_left a img {
	width: 100%;
	display: inline-block;
	border:1px solid #cecece;
	padding:5px;
}
/* --------------------------------------------------------------------------------
		Products Page
-------------------------------------------------------------------------------- */
#cs_product_pg {}
#cs_product_pg .heading_1 {
	text-align: center;
}
#cs_product_pg .content {
	max-width: 800px;
    margin: auto;
}
#cs_product_pg .content ul {
	padding-left:50px;
}
#cs_product_pg .content ul li {
	list-style-type:disc;
	margin-bottom:10px;
}
#cs_product_pg #fil_btn {
	margin-top:30px;
	margin-bottom:20px;
	text-align: center;
}
#cs_product_pg #fil_btn .btn_f {
	padding: 5px 15px;
    background-color: #190c08;
    color: #fff;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    cursor:pointer;
}
#cs_product_pg #fil_btn .btn_f:hover,
#cs_product_pg #fil_btn .btn_f.active {
	background-color: #fe4514;
}
.product_grids {
	display:flex;
	flex-wrap:wrap;
}
.product_grids .filterDiv {
	flex:0 0 25%;
	max-width:25%;
	padding:5px;
	display: none;
	background-color: #cecece;
	border:5px solid #fff;
}
.product_grids .filterDiv.show {
  display: block;
}
.product_grids .filterDiv a {
	display: block;
	overflow: hidden;
}
.product_grids .filterDiv a img {
	width:100%;
}
.product_grids .filterDiv:hover a img {}
.product_grids .filterDiv .details {
	text-align: center;
	padding:10px;
}
.product_grids .filterDiv .details h4 {
	font-size:16px;
	font-weight:600;
    color:#190c08;
    margin-bottom:5px;
}
.product_grids .filterDiv .details p {
	margin-bottom:0px;
}
.product_grids .filterDiv.filterDiv_f a {
	min-height: 258px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}