@charset "utf-8";
/* CSS Document */

@import(css/fonts/stylesheet.css);
html {
	margin: 0;
	padding: 0
}
body {
	margin: 0;
	padding: 0;
	cursor:default;
}
a {
	text-decoration: none;
	color: inherit
}
.main_container {
	border-top: 10px solid #11afad;
}
.main_header {
	min-height: 200px;
	position:relative;
}


.logo_holder {
  margin: 40px auto 20px;
  width: 350px;
}
.logo_holder img {
  height: auto;
  max-width: 100%;
}

.socials_top{ position:absolute; right:2%; top:4%}
.socials_top ul{ list-style:none}
.socials_top ul li{ display:inline-block; padding:0 5px}
.socials_top ul li img{ width: 32px;}
.socials_top ul li:hover img{ opacity:.5}

.middle_section {
}
.banner_holder {
	position: relative;
	background: url(images/banner.png) no-repeat;
	background-size: cover;
	height: 363px;
}
.banner_shade {
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 10%;
}
.banner_shade > h1 {
	font-family: Arial;
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}
.banner_shade > h3 {
	font-family: Arial;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
.green_section {
	background-color: #7fc9ae;
	min-height: 350px;
	color: #fff;
	padding-top: 5%;
}
.green_header {
	text-align: center;
}
.green_header > h1 {
	font-family: Economica;
	color: #ffffff;
	font-size: 48px;
	font-weight: 400;
	margin: 20px 0;
}
.green_text {
	margin: 0 auto;
	width: 80%;
}
.green_text > p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: justify;
}
.box_holder {
	margin-top: 40px;
	position: relative;
}
.box1 {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 5px solid #e8ca9a;
	border-bottom: 8px solid #00aed9;
	min-height: 450px;
	width: 30%;
	float: left;
	margin-right: 3%;
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
}


.box1:hover{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
	border-bottom: 8px solid #FC716A;

}

.box2:hover{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
	border-bottom: 8px solid #FC716A;

}

.box3:hover{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
	border-bottom: 8px solid #FC716A;

}

.box_icon {
	border: 9px solid #00aed9;
	border-radius: 100%;
	height: 90px;
	margin: 10px auto 0;
	padding: 15px;
	width: 90px;
}
.box_icon i {
	color: #00aed9;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.box_content {
}
.box_content > h2 {
	font-family: Economica;
	color: #3867a4;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.box_content > p {
	font-family: Arial;
	color: #3a4246;
	font-size: 16px;
	font-weight: 400;
}
.box2 {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 5px solid #e8ca9a;
	border-bottom: 8px solid #00aed9;
	min-height: 450px;
	width: 30%;
	float: left;
	margin-right: 3%;
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
}
.box3 {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 5px solid #e8ca9a;
	border-bottom: 8px solid #00aed9;
	min-height: 450px;
	width: 30%;
	float: left;
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
}
.services {
  padding: 0 15px;
}
.service_heading {
	border-bottom: 1px solid #ddd;
	margin: 0 auto 20px;
	width: 40%;
}
.service_heading > h1 {
	font-family: Economica;
	color: #2f8ac4;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
.service_list {
	margin-bottom: 40px;
}
.service_list > ul {
	list-style: none;
	padding: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-left: 3%;


}
.service_list > ul > li {
  clear: both;
  color: #4d4d4d;
  display: inline-block;
  font-family: Economica;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  width: 100%;
}
.service_list > ul > li img{
	
	 max-width:90px; height:auto; margin-right:10px; border-radius:10px; border:3px solid #fff; box-shadow:0px 0px 2px rgba(0,0,0,.5); float:left;
	
	
	}

.service_list p {
  display: block;
  margin: 0 0 0 2px;
  overflow: hidden;
}

/*.service_list > ul > li:before {
	content: url("images/tick.png");
	margin-right: 10px;
}*/
.service_bottom {
	margin: 20px 0;
}
.service_bottom > h3 {
	font-family: Roboto;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.contact {
	min-height: 350px;
}
.cont_heading {
	background-color: #11afad;
	height: 60px;
}
.cont_heading {
	/* Styling block element, not required */
	position: relative;
	margin-bottom: 2em;
	padding: 1em;
	background: #11afad;
}
/* Required for Down Triangle */
.cont_heading:before, .cont_heading:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom: 0;
}
/* Stroke */
 

  /* Fill */
.cont_heading:after {
	bottom: -15px;
	left: 122px;
	border-top-color: #11afad;
	border-width: 15px;
}
.cont_heading {
	background: #11afad;
	padding: 05px;
	color: #fff
}
.abt_header > h2 {
	margin-left: 50px
}
.cont_heading > h1 {
	color: #ffffff;
	display: block;
	font-family: Economica;
	font-size: 35px;
	font-weight: 700;
	line-height: 24px;
	margin-left: 10%;
	margin-top: 15px;
	vertical-align: middle;
	text-transform: uppercase;
}
.main_form {
	padding-left: 5%;
	font-family: Economica;
	color: #4d4d4d;
	font-weight: 700;
	line-height: 24px;
}
.main_form h3 {
	font-size: 35px;
	margin-bottom: 20px;
}
#name {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #555;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	float: left;
	margin-right: 2%;
	width: 48%;
	margin-bottom: 15px;
	padding-left: 10px
}
#name:focus {
	
	border-bottom: 2px solid #11afad;
	

}

#mail {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #555;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	float: left;
	width: 48%;
	margin-bottom: 15px;
	padding-left: 10px
}
#mail:focus {
	
	border-bottom: 2px solid #11afad;
	

}

#message {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #999;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	height: 30px;
	width: 100%;
	margin-top: 20px;
}
#message:focus {
	
	border-bottom: 2px solid #11afad;
	

}

#submit {
	background: none repeat scroll 0 0 transparent;
	border: 1px solid #11afad;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

#submit:hover {
	
	border: 1px solid #333;
	color:#11afad ;

}	

::-webkit-input-placeholder {
 font-size:20px
}

:-moz-placeholder { /* Firefox 18- */
 font-size:20px
}

::-moz-placeholder {  /* Firefox 19+ */
 font-size:20px
}

:-ms-input-placeholder {
 font-size:20px
}
.cont_address {
	padding-left: 1%;
	border-left: 1px solid #999;
	min-height: 350px;
}
.cont_address p {
	display: block;
	font-size: 26px;
	margin-top: 10%;
	vertical-align: middle;
	font-family: Economica;
	color: #4d4d4d;
	font-weight: 400;
}
.map_holder {
	padding-top: 15px;
	overflow: hidden;
	clear: both
}

.map_holder iframe {
  border: 0 none !important;
  height: 300px !important;
  width: 100% !important;
}


.main_footer {
	background-color: #2a3039;
	min-height: 60px;
}
.footer_left {
}
.footer_left ul {
	display: block;
	list-style: outside none none;
	margin-left: 25%;
	margin-top: 20px;
	vertical-align: middle;
}
.footer_left ul li {
	display: inline-block;
	color: #ccc;
	padding: 0 5px
}
.footer_left ul li a:hover {
	text-decoration: none;
	color: #999
}
.footer_right {
}
.footer_right ul {
	display: block;
	list-style: outside none none;
	margin-left: 25%;
	margin-top: 20px;
	vertical-align: middle;
}
.footer_right ul li {
	display: inline-block;
	color: #646C77
}
.footer_right ul li a:hover {
	text-decoration: none;
	color: #999
}



iframe, object, embed{max-width: 100% !important;}

.lang_holder {
  left: 5px;
  position: absolute;
  top: 7.5px;
}
.lang_holder > p {
  margin: 0;
}

.lang_holder a {
  background: none repeat scroll 0 0 #11afad;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #fff;
  padding: 10px; font-weight:bold;
  border:1px solid #11afad;
}
.lang_holder a:hover{ text-decoration:none; background:#fff; border-left:1px solid #11afad; border-right:1px solid #11afad; border-bottom:1px solid #11afad; color:#11afad}

@media screen and (max-width:640px) {
.box1 {
	margin-right: auto;
	width: auto;
}
.box2 {
	margin-right: auto;
	width: auto;
}
.box3 {
	margin-right: auto;
	width: auto;
}
.green_text {
	width: 80%;
}
.service_list > ul {
	list-style: none;
	padding: 0;
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	margin-left: 0;
}
.service_heading {
	border-bottom: 1px solid #ddd;
	margin: 0 auto 20px;
	width: 100%;
}
.cont_address p {
	text-align: center;
}
.cont_address {
	min-height: 200px;
}

.socials_top ul li img {
  width: 20px;
}

.logo_holder {
 
  width: 80%;
}

.logo_holder img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.footer_left ul {

  margin-left: 0%;

}

.footer_right ul {

  margin-left: 0%;
 
}
.main_header {
  min-height: auto;
  position: relative;
}

.service_list > ul > li img {

  max-width: 60px;
}
}
