@charset "utf-8";
/*Imports for google font and grid system
---*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

.seobanner {
       position:absolute;
       left:0;top:-27px;
       transition:.6s;
       -webkit-transition: .6s;
       z-index:999;
       height:30px;
       width:100%;
       line-height:30px;
       margin:0;
       padding:0;
       background:#333333;
       color:#fff;
       font-size:12px;
       text-align:center;
}
.seobanner:hover {
       top:0;
       transition:.6s;
       -webkit-transition: .6s;
}

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', arial, sans-serif;
	background-color:#f5f5f5;
	border-top: 5px solid #222;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

a, a:visited, a:active, a:active{
	text-decoration: none;
	color: #eee;
}

p{
	font-size: 18px;
	line-height: 200%;
	color: #222;
}


h3{
	font-size: 46px;
	letter-spacing: -1px;
	margin: 0;
	font-weight: 400;
	text-align: left;
	color: #222;
}

h4{
	font-size: 28px;
	color: #2097bf;
	line-height: 150%;
	letter-spacing: -1px;
	margin: 0;
	margin-top: 15px;
	font-weight: 400;
}

h5{
	margin: 0;
	font-size:32px;
	color: #2097bf;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 150%;
	text-align: left;
}

h6{
	float: left;
	width: calc(100% - 30px);
	background-color: #222;
	padding: 15px;
	color: white;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	line-height: 180%;
	margin-top: 0;
	margin-bottom: 10px;
}

h6 a{
	color: white;
}

header{
	width: 100%;
	float: left;
	background-color: #555655;
	padding: 20px 0 60px;
	z-index: -10;
	position: 	relative;
}

#conhead{
	position: relative;
}

.logocon{
	width: 100%;
	float: left;
	position: absolute;
	margin-top: 100px;
	display: none;
}
.logoimg{
	width: 60%;
	margin: auto;
	max-width: 320px;
}
.logo{
	position: relative;
	z-index: 123123;
	margin: auto;
	width: 100%;
}

.headcontent{
	margin: auto;
	width: 90%;
	max-width: 1260px;
}


.headleft{
	float: left;
	width: 50%;
	margin-top: 0px;
}

.headleft img{
	width: 70%;
	max-width: 400px;
}

.headleft p{
	font-size:50px;
	letter-spacing: -0.6px;
	line-height: 45px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	margin-top: 5px;
}

.headleft p strong{
	font-weight: 400;
}

.headleft p span{
	font-size:36px;
	letter-spacing: -2.4px;
	line-height: 35px;
	margin: 0;
	margin-top: 10px;
	font-weight: 300;
	color: #2097bf;
}

.headright{
	float: right;
	width: 50%;
}

.headright p{
	text-align: right;
	font-size: 18px;
	line-height: 90%;
	color: #222;
}

.headright p span{
	font-size: 30px;
	font-weight: 600;
	color: #eee;
}

.navigation{
	width: 100%;
	float: left;
	margin-top: -30px;
	z-index: 4345342;
}

nav{
	width: 100%;
	margin: auto;
	max-width: 1300px;
	background-color: #222 !important;
	display: block;
	z-index: 4345564342;
}

nav ul{
	list-style: none;
	padding: 0;
	margin:0;
}

nav ul li{
	color: white;
	display: inline-block;
}

nav ul li a{
	padding: 20px 35px;
	display: block;
	background-color: rgba(34,34,34,0.9);
	color: #fff;
	transition: ease 0.2s;
	font-weight: 400;
	text-transform: uppercase;
	border-right: 1px solid #333;
	font-size: 15px;
}

nav ul li a:hover{
	background-color: #444;
	color: #fff;
	transition: ease 0.2s;
}

.bannercontainer{
	float: left;
	width: 100%;
	text-align: center;
}

.bannercontainer p{
	margin: 0;
}

.banner{
	width: 100%;
	max-width: 1300px;
	z-index: 10;
	margin: auto;
}

.banner img{
	float: left;
	width: 100%;
}




.homequote{
	width: 100%;
	float: left;
}

.quoteslide{
	width: 100%;
	margin: auto;
	max-width: 1300px;
	text-align: center;
	background-color: rgba(32,151,191,0.06);
	padding: 30px 0 10px;
	min-height: 120px;
}

.quoteslide p{
	font-size: 42px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1px;
	margin: 0;
}

.quoteslide p span{
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
}

.quoteslide hr{
	width: 50px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}



.headcontact{
	width: 100%;
	float: left;
	padding: 10px 0;
	background-color: #222;
}

.headcc{
	width: 90%;
	margin: auto; 
	text-align: center;
}

.headcc p{
	color: white;
	font-size: 22px;
	margin: 0 35px;
	display: inline-block;
	letter-spacing: -0.2px;
	font-weight: 300;
}

.headcc a{
	color: white;
	text-decoration: none;
}

.headcc i{
	margin-right: 15px;
	font-size: 28px;
}


/*
3 columns
*/

.colcontainer{
	width: 100%;
	float: left;
	padding: 20px 0;
	position: relative;
}

.colcontent{
	width: 90%;
	max-width: 1300px;
	margin: auto;
}

.column{
	width: calc(33.33% - 50px);
	float: left;
	padding: 25px;
	text-align: left;
	padding-bottom: 35px;
	background-color: rgba(34,34,34,0.04);
}

.mid{
	width: calc(31% - 50px);
	float: left;
	margin:0 1%;
	padding: 25px;
	text-align: left;
	padding-bottom: 35px;
	background-color: rgba(34,34,34,0.06);
}

.column h5{
	font-size: 32px;
	font-weight:600;
	letter-spacing: -2px;
}

.column p{
	text-align: justify;
	font-size: 19px;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: -0.6px;
	height: 100px;
	margin-top: 0;
}



.column a{
	background-color: #222;
	padding: 12px 0px;
	display: inline-block;
	color: white;
	width: 100%;
	text-align: center;
	transition: ease 0.2s;
	font-weight: 300;
	font-size:19px;
}

.column a:hover{
	background-color: #444;
	transition: ease 0.2s;
}


.column i{
	font-size: 80px;
	color: #333;
}

.contentcontainer{
	float: left;
	width: 100%;
	padding:30px 0;
}

.contentcontent{
	margin: auto;
	width: 90%;
	max-width: 1300px;
}

.contentleft{
	width: calc(63% - 40px);
	padding:20px;
	text-align: justify;
	float: left;
}

.contentright{
	width: calc(33% - 40px);
	padding:20px;
	float: right;
}

.contentright img{
	width: 100%;
	float: right;
	margin-bottom: 10px;
}

.intro{
	text-align: center !important;
}

.intro h3{
	text-align: center;
}

.homegal{
	float: left;
	width: calc(100% - 40px);
	padding:20px;
}

#servcol{
	width: 25%;
	float: left;
}

ol{
	list-style: none;
	line-height: 15px;
	margin-bottom:10px;
	margin-left: -20px;
	float: left;
	margin-top: 0px;
	width: 100%;
	text-align: left;
}

ol li{
	margin-bottom: 5px;
	color: #222;
	padding: 1px 8px;
	margin: 2px;
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	width: 100%;
	line-height:20px;
}

ol li:before{
	content:"\f00c" ;
	margin-right: 10px;
	margin-left: 0;
	font-family: fontAwesome;
	color: #2097bf;
	margin-left: -27px;
}

#name, #email, #phone, #subject, #comment{
	width: calc(100% - 45px);
	background-color: #fff;
	height: 30px;
	padding: 10px 20px;
	margin-top: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    margin-bottom: 20px;
}

#comment{
	height: 350px;
}

.button{
	padding: 15px 50px;
	color: white;
	border: 0;
	background-color: #2097bf;
	cursor:pointer;
}

.con{
	float: left;
	width: 50%;
	overflow: hidden;
}

.concom{
	float: left;
	width: 100%;
}

form{
	margin-top: 00px;
	width: 100%;
	float: left;
}

iframe{
	width:100%;
	max-width: 1300px;
	height: 400px;
	margin: 0 auto;
}

.service{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
	text-align: left;
}

.service h5{
	font-weight: 400;
	font-size: 20px;
}

.service p{
	font-weight: 400;
	letter-spacing: -0.4px;
	color: #222;
}

#gallery{
	width: 100%;
	margin: 20px 0;
	padding: 0;
	min-height: 400px;
}

.homegal img{
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

.thumbs{
	float: left;
	width: calc(20% - 20px);
	margin: 10px;
}

.thumbs img{
	width: 100%;
}

#gallery img{
	width: 100%;
}

hr{
	margin: 5px auto 20px;
	padding: 0;
	border:1px solid #2097bf;
}

.intro hr{	
	margin: 5px auto 40px;
	padding: 0;
	width: 90px;
	border:1px solid #2097bf;
	text-align: center;
}


/*
footer
*/

footer{
	text-align: center;
	margin-top: 10px;
	padding: 10px 0;
	width: 100%;
	float: left;
	background-color: #222;
	color: white;
}

footer p{
	color: white;
	font-weight: 300;
}

footer a{
	color: white;
	text-decoration: none;
}


.contentright p span a{
	color: #fff;
	background-color: #f41414;
	padding:15px;
}

.contentleft a{
	color: white;
	padding: 10px 20px;
	width: calc(100% - 40px);
	margin: 40px 0;
}

.monly{
	display: none;
}

.list{
	float: left;
	width: 50%;
}

.testimonial{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #2097bf;
}


















/* Tablet Styles---*/
@media screen and (max-width: 1000px) {
.headleft{
	width: 100%;
	text-align: center;
	margin: 0;
}
.headright{
	width: 100%;
	text-align: center;
}

.contentleft{
	width: 100%;
	padding:0px;
	text-align: justify;
	float: left;
}

.navigation{
	margin-top:0px;
}

.contentright{
	width: 100%;
	padding:0px;
	display: none;
	float: left;
}
.logocon{
	display: none;
}
.homegal{
	float: left;
	width: 100%;
	padding:00px;
}

.headleft p{
	font-size:8vw;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0;
	color: white;
	font-weight: 300;
	margin-top: 5px;
	text-align: center;
}
header{
	width: 100%;
	float: left;
	padding: 10px 0 10px;
	z-index: 100;
	position: 	static;
	text-align: center;
}

.headright p{
	text-align: center;
}

.headleft{
	padding: 8px 0;
}
.headcontent{
	margin: auto;
	width: 100%;
	max-width: 1160px;
}
.headcc i{
	font-size: 4vw;
}
.headcc p{
	font-size: 4vw;
}

h3{
	font-size: 7vw;
}
p{
	line-height: 150%;
}
.monly{
	display: block;
	text-align: center;
	background-color: #111;
	color: white;
	width: 100%;
	padding: 15px 0;
	cursor: pointer;
}

nav{
	padding:0;
	margin: 0;
	width: 100%;
	display: none;
	position: static;
	top: 50px;
	left: 0px;
	z-index: 342342;
	margin-left: 0;
}

nav ul{
	list-style: none;
	padding: 0;
	margin:0;
	background-color: #222;
	width: 100%;
	float: left;
}

nav ul li{
	color: white;
	margin-left: 0;
	width: 100%;
	float: left;
	padding: 8px 0;
}

nav ul li a{
	display: inline-block;
	float:right;
	padding: 8px 35px;
	background-color: rgba(0,0,0,0.0);
	color: #fff;
	transition: ease 0.2s;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	width: calc(100% -  80px);
	text-align: center;
	margin-left: 0;
}

nav ul li a:hover{
	background-color: #222;
	color: #fff;
	transition: ease 0.2s;
}

.contentcontainer{
	padding-top: 10px;
}

.list{
	float: left;
	width: 100%;
}

ol{
	margin-bottom: 0;
}

.thumbs{
	float: left;
	width: calc(25% - 4px);
	margin: 2px;
}

iframe{
	height: 180px;
}

.homegal{
	display: none;
}

.con{
	width: 100%;
}
#add{
	display: block;
	margin-top: 20px;
}


p{
	font-size: 16px;
	line-height: 160%;
	color: #222;
}



.column{
	width: calc(100% - 50px);
	float: left;
	padding: 25px;
	text-align: left;
	padding-bottom: 35px;
	background-color: rgba(34,34,34,0.04);
}

.mid{
	width: calc(100% - 50px);
	float: left;
	margin:10px  0;
	padding: 25px;
	text-align: left;
	padding-bottom: 35px;
	background-color: rgba(34,34,34,0.06);
}


.thumbs{
	float: left;
	width: calc(33% - 20px);
	margin: 10px;
}

.headleft img{
	width: 70%;
	margin: 0 15%;
}



















}

