/*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: 100%;
	padding: 50px 0px;
	color: #FFF;
	display: inline-block;
}
.heading{
	font-size: 40px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	color: #FFF;
}
.head_divider{
	height: auto;
	width: 50px;
	border-top: 2px solid #FFF;
	margin: 20px auto;
}
.head_text{
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	padding: 0px 300px;
}

/*<!--Contact Div is here-->*/
.contact_div{
	height: auto;
	width: auto;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin: 50px 0px 90px 160px;
	box-shadow: 2px 2px 2px 1px #f3f3f3;
}
.message_div{
	height: auto;
	width: 400px;
	padding: 30px;
	background-color: #FFF;
	float: right;
}
.message_div p{
	font-size: 16px;
	font-weight: bold;
}
.name_mail{
	margin: 30px 40px 0px 0px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	opacity: 0.7;
	padding: 10px 30px 10px 0px;
}
.skype_topic{
	margin: 30px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	opacity: 0.7;
	padding: 10px 30px 10px 0px;
}
.message_input{
	margin: 30px 0px 0px 0px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	opacity: 0.7;
	padding: 10px 250px 10px 0px;
}
.send{
	font-size: 10px;
	background-color: #f19800;
	padding: 5px 35px;
	float: right;
	border: none;
	margin: 30px 0px 0px 0px;
	color: #FFF;
}
.contact_info{
	height: auto;
	width: 250px;
	padding: 30px;
	background-image: url(info.png);
	float: right;
	color: #FFF;
}
.info_head{
	font-size: 19px;
	margin-left: 10px;
}
.info_text{
	font-size: 11px;
	margin: 10px 40px 10px 10px;
	line-height: 15px;
	opacity: 0.8;
}
.info_divider{
	height: auto;
	width: 35px;
	float: left;
	margin: 20px 0px 20px 10px;
	border-top: 2px solid #FFF;
}
.contact_way{
	height: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	margin: 10px 0px;
}
.contact_way img{
	height: 20px;
	width: 20px;
	float: left;
	margin-right: 15px;
	object-fit: contain;
}
.contact_way p{
	height: 20px;
	width: 150px;
	float: left;
	margin-top: 5px;
	font-size: 10px;
	opacity: 0.7;
}