/*Top div of page*/
.page_top{
	height: auto;
	width: 100%;
	background-image: url(top1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-bottom: 50px;
}

/*<!--Header is starting here-->*/
.header{
	height: auto;
	width: 100%;
	padding: 130px 0px 280px 0px;
	color: #FFF;
	display: inline-block;
}
.header p{
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.story_title{
	font-weight: bold;
	color: #f4af00;
	text-align: center;
}
.heading{
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0px;
	text-align: center;
	color: #706e6f;
}
.story_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #f4af00;
	margin: 20px auto;
}
.story_text{
	font-size: 12px;
	color: #b9b9b9;
	line-height: 25px;
	text-align: center;
	padding: 0px 160px;
}

/*<!--Mission Vision Div is starting here-->*/
.mission_vision{
	height: auto;
	width: 100%;
	display: inline-block;
}
.mission_vision_card{
	height: auto;
	width: 840px;
	margin: 20px 150px;
}
.mission_vision_card img{
	height: 450px;
	width: 450px;
	object-fit: contain;
}
.mission_img{
	height: auto;
	width: auto;
	z-index: 1;
	float: right;
}
.mission_descript{
	height: auto;
	width: 345px;
	padding: 40px 45px 40px 30px;
    margin: 60px -30px 20px 0px;
	background-color: #FFF;
	float: left;
	z-index: 10;
	box-shadow: -1px 0px 5px 2px #eaeaea;
}
.vision_img{
	height: auto;
	width: auto;
	z-index: 1;
	float: left;
}
.vision_descript{
	height: auto;
	width: 345px;
	padding: 40px 45px 40px 30px;
    margin: 60px 0px 20px -30px;
	background-color: #FFF;
	z-index: 10;
	float: right;
	box-shadow: 1px 0px 5px 2px #eaeaea;
}
.card_title{
	font-size: 12px;
	font-weight: bold;
	color: #f4af00;
}
.card_head{
	font-weight: bold;
	font-size: 26px;
	color: #706e6f;
}
.card_divider{
	height: auto;
	width: 35px;
	border-top: 2px solid #f4af00;
	float: left;
	margin: 20px 0px;
}
.card_text_up{
	display: inline-block;
	margin: 10px 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #959595;
}
.card_text_down{
	display: inline-block;
	margin: 10px 0px;
	font-size: 10px;
	line-height: 15px;
	color: #959595;
	margin-right: 40px;
}

/*<!--Page Mid is here-->*/
.page_mid{
	height: auto;
	width: 100%;
	background-image: url(mid.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 80px 0px;
	margin: 20px 0px;
	display: inline-block;
	text-align: center;
}
.mid_title{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.mid_head{
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}
.mid_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #FFF;
	margin: 30px auto;
}
.mid_cards{
	height: auto;
	width: 100%;
	margin: 0px 95px;
}
.mid_card{
	height: auto;
	width: 235px;
	background-color: #FFF;
	float: left;
	margin: 0px 20px;
	padding: 50px 20px;
}
.mid_card img{
	height: 150px;
	width: 150px;
	object-fit: contain;
}
.mid_card_head{
	font-size: 20px;
	font-weight: bold;
	margin: 10px;
	color: #5a5859;
}
.mid_card_text{
	font-size: 13px;
	margin: 14px;
	line-height: 20px;
	color: #cecece;
}

/*<!--Plant Div is Starting here-->*/
.plants{
	height: auto;
	width: 1040px;
	margin: 30px 60px;
	display: inline-block;
}
.plant_text{
	height: auto;
	width: 30%;
	float: left;
	margin: 0px 40px;
}
.plant_title{
	font-size: 20px;
	font-weight: bold;
	color: #f19800;
}
.plant_head{
	font-size: 40px;
	font-weight: bold;
	color: #5a5859;
}
.plant_divider{
	height: auto;
	width: 40px;
	border-top: 2px solid #f19800;
	margin: 30px auto;
	float: left;
}
.plant_img{
	height: 516px;
	width: 623px;
	float: right;
	z-index: 1;
}
.plant_img img{
	height: 516px;
	width: 623px;
	object-fit: contain;
	box-shadow: 1px 1px 5px 5px #e0e0e0;
}
.plant_min_img{
	height: 180px;
    width: 555px;
    float: left;
    z-index: 10;
    margin: 125px -140px 0px 0px;
}
.plant_min_img img{
	height: 180px;
    width: 270px;
    margin-left: 5px;
    object-fit: contain;
    box-shadow: 0px 0px 3px 3px #e0e0e0;
}

/*<!--Bottom of the page is here-->*/
.learn_more{
	height: auto;
	width: 100%;
	padding: 140px 0px 60px 0px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #FFF;
}
.learn_head{
	font-size: 40px;
	font-weight: bold;
	margin: 10px;
}
.learn_text{
	font-size: 14px;
	margin: 10px 390px;
	opacity: 0.8;
}
.learnmore_button{
	padding: 10px 40px;
	margin: 30px auto;
	font-size: 16px;
	border: 1px solid #FFF;
	background-color: transparent;
}
.learnmore_button:hover{
	cursor: pointer;
}
.learnmore_button a{
	text-decoration: none;
	color: #FFF;
}