@charset "utf-8";
/* CSS Document */
@import url(fonts/Lato.ttf);
@import url(fonts/Lato-Bold.ttf);

.clearfix{
	clear: both;
	height: 1px;
	display: block;
}
.normalwidth{
	width: 1170px;
	text-align: left;
	margin: 0 auto;
}
body{
	background: #FFF;
	font-family: Lato;
}
.header{
	height: 100px;
}
.logo{
	float: left;
}
.logo a{
	height: 100px;
	background: url(images/gala.png) top left no-repeat;
	width: 337px;
	display: block;
}
.menuside{
	float: right;
}
.menuside ul, .menuside li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menuside li{
	float: left;
	height: 100px;
}
.menuside li a{
	color: #4040ad;
	font-family: 'Lato';
	text-decoration: none;
	font-weight: bold;
	padding: 43px 30px 37px 30px;
	display: block;
}
.menuside li a:hover{
	color: #ffb600;
	background: #4040ad;
}
.sliderimg{
	height: 450px;
	overflow: hidden;
}
.mainbody{
	
}
.bigboldtext{
	font-size: 32px;
	font-weight: bold;
	color; #2a2a2a;
	text-align: center;
}
.iconsection{
	margin-top: 50px;
}
.iconsection ul, .iconsection ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.iconsection ul li{
	float: left;
	width: 270px;
	height: 335px;
	margin-right: 30px;
	text-align: center;
}
.iconsection ul li:nth-child(4){
	
	margin-right: 0;
}
.outlined{
	outline: 1px solid #ccc;
}
.icontext{
	font-family: Lato;
	font-weight: bold;
	font-size: 24px;
	margin-top: 20px;
	color: #58595b;
}
.iconsection p{
	font-size: 14px;
	font-weight: bold;
	color: #b4b4b4;
}
.imagessection{
	
}
.imagessection ul, .imagessection ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.imagessection ul li{
	float: left;
	width: 266px;
	text-align: center;
	margin-right: 30px;
	height: 184px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
	box-shadow: 0px 0px 8px 0px rgba(163,163,163,1);
	padding: 2px;
}
.imagessection ul li:nth-child(4){
	margin-right: 0;
}
.infotitle{
	margin-top: 40px !important;
}
.infotitle h2{
	font-size: 28px;
	font-weight: bold;
	color: #4040ad;
}
.bodytext{
	color: #3a3a3a;
	font-size: 16px;
}
.rightimg{
	float: right;
	margin-left: 30px;
}
.divleft{
	float: left;
	width: 370px;
	text-align: left;
}
.divright{
	float: right;
	text-align: left;
	margin-top: 75px;
	width: 770px;
}
.footer{
	background: #3a3a3a;
	padding-top: 30px;

}
.footer a{
	font-weight: bold;
	font-size: 14px;
	color: #ffb600;
	text-decoration: none;
	margin-right: 30px;
	display: inline-block;
}
.footerthings{
	text-align: center;
}
.socialmedia{
	margin-top: 30px;
}
.copyright{
	background: #181818;
	padding: 10px;
	margin-top: 30px;
	color: #FFF;
}
.fleft{
	float: left;
	width: 50%;
}
.fright{
	text-align: right;
	padding-right: 80px;
}
.imgicon{
	height: 127px;
}
.aboutusimg{
	height: 250px;
	background: url(images/aboutus.jpg) center center no-repeat;
}
.productsimg{
	height: 250px;
	background: url(images/products.jpg) center center no-repeat;
}
.managementimg{
	height: 250px;
	background: url(images/managementimg.jpg) center center no-repeat;
}
.subtitle h3{
	color: #4040ad;
}
ul.normalbullets, ul.normalbullets li{
	color: #3a3a3a;
}
.leftcontact{
	width: 50%;
	float: left;
}
.rightform{
	width: 50%;
	float: right;
	padding: 40px 0;
}



.smart-green {
	margin-left:auto;
	margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #4040ad;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
	line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #4040ad;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}


===================
