@charset "utf-8";

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


html, body
{
	font-family: "OpenSans";
	font-size: 1em;
	color : #333;
	line-height: 24px;
	margin: 0px;
	padding: 0px;http://localhost/elexpressservices/images/banner_home.png
	background-color: #ffffff;
}

img
{
    border: none;
}

div.clear
{
	clear: both;
}

div.container
{
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: left;
	z-index: 10;
}

div.background
{
	height: 300px;
	background-color: #4c0dc8; /* For browsers that do not support gradients */
	background-image: linear-gradient(to bottom right, #4c0dc8, #2650bd);
}

#logo
{
	width: 230px;
}

div.menu
{
	height: 220px;
	background-image: linear-gradient(to top, rgba(36,189,213,0), rgba(36,189,213,1));
}

div.menu_container
{	
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

div.content
{
	margin-right: 20px;
	margin-left: 20px;
}

div.content_narrow
{
	margin-right: 216px;
	margin-left: 216px;
}

div.content_wider
{
	margin-right: 88px;
	margin-left: 88px;
}

div.menu_item
{
	float: right;
	margin-top: 118px;
}

a.link
{
	color: #4c0dc8;
	text-decoration: none;
}

a.home
{
	font-size: 1.1250em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 50px;
}

a.contact
{
	display: inline-block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	font-family: "OpenSans";
	font-size: 1.1250em;
	color: #ffffff;
	background-color: #24bdd5;
	border-radius: 22px;
	text-decoration: none;
	text-align: center;
}

div.footer
{
	height: 240px;
	width: 100%;
	font-size: 1em;
	color: #fffff;
	background-color: #4c0dc8;
}

div.footer_container
{	
	padding-top: 34px;
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

div.footer-logo
{
	float: left;
}

div.footer-logo img
{
	width: 230px;
}

div.footer-menu
{
	float: left;
	margin-top: 95px;
}

div.footer-menu ul
{
	list-style: none;
	margin-left: 137px;
}

div.footer-menu ul li
{
	float: left;
	margin-left: 38px;
}

div.footer-menu ul li a
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}

div.footer-copyright
{
	float: right;
	margin-top: 110px;
	color: #ffffff;
}

div.section
{	
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

div.heading
{
	position: relative;
	margin-top: -61px; 
	width: 100%;
	max-width: 1400px;
	height: 122px;
	background-color: #24bdd5;
}

div.heading_box
{
	position: relative;
	margin-top: -55px;
	width: 100%;
	max-width: 1400px;
	background-color:  #4c0dc8;
	color: #ffffff;
}

div.heading_box_content
{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 88px;
	padding-right: 88px;
}

img.banner
{
	display: block;
	width: 100%;
}

h1.contact_heading
{
	margin: 0px;
	line-height: 122px;
	font-size: 2.25em;
	color: #ffffff;
}

h1
{
	font-size: 2.25em;
	line-height: 2.25em;
	color:  #4c0dc8;
}

h2
{
	font-size: 1.750em;
	line-height: 1.750em;
	color:  #4c0dc8;
}

p.small_text
{
	font-weight: bold;
}

div.row
{
	margin-bottom: 22px;
}

input.edit
{
	width: 100%;
	height: 60px;
	font-size: 1.1250em;
	padding-left: 22px;
	border: none;
	border-bottom: solid 1px #c3c6c9;
	box-sizing: border-box;
}

input.code
{
	width: 330px;
	height: 60px;
	font-size: 1.1250em;
	padding-left: 22px;
	border: solid 1px #c3c6c9;
	box-sizing: border-box;
	text-align: center;
}

textarea.edit
{
	width: 100%;
	font-size: 1.1250em;
	border: solid 1px #c3c6c9;
	box-sizing: border-box;
}

input.btn
{
	width: 100%;
	height: 90px;
	font-size: 1.5000em;
	color: #ffffff;
	background-color: #4c0dc8;
	border: solid 1px #4c0dc8;
	box-sizing: border-box;
}

img.business-image
{
	position: absolute;
	margin-top: -500px;
	width: 100%;
	max-width: 800px;
}

div.box_content
{
	padding-top: 50px;
	padding-left: 55px;
	padding-right: 55px;
}

div.box_right
{
	float: right;
	width: 50%;
	height: 555px;
	background-color: #d3f2f7;
}

div.box_40
{
	float: right;
	width: 70%;
}

div.page-footer_space
{
	height: 100px;
}

div.page-contact-footer_space
{
	height: 50px;
}
