@import url('reset.css');
@import url('slicknav.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Lato', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
}
h1 {
	font-size:32px;
	margin:0 0 25px 0;
	line-height:40px;
	font-weight:700;
	color:#2a82c4;
}
h2 {
	color:#333;
	font-size:26px;
	margin:0 0 20px 0;
	line-height:36px;
	font-weight:700;
}
p {
	font-size:16px;
	line-height:22px;
	margin:0 0 15px 0;
}
a {
	color:#099ac4;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.container {
	width:1200px;	
	margin:0 auto;
	position:relative;
}
.slicknav_menu {
	display:none;
}
#header {
	z-index:999;
	position:relative;
	width:100%;
	height:120px;
	background:url(../images/header.png) repeat-x;
}
#header .container {
	position:relative;
}
.top-bar {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#eee;
	padding:8px 0 0 0;
	font-size:14px;
}
.top-bar i {
	color:#358ac9;
	margin:0 5px 0 0;
}
.phone {
	float:left;
	width:33.33%;
}
.address {
	float:left;
	text-align:center;
	width:33.33%;
}
.email {
	float:right;
	text-align:right;
	width:33.33%;
}
.logo {
	position:relative;
	float:left;
	margin:50px 0 0  0;
}
.menu {
	float:right;
	list-style-type:none;
	margin:70px 0 0 0;
}
.menu li {
	display:inline;
	margin:0 0 0 40px;
	padding:0;
}
.menu li a {
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	transition:all .5s;
}
.menu li a.current {
	color:#358ac9;
}
#slider {
	width:100%;
	height:100%;
	position:relative;
	z-index:500;
	top:-120px;
	margin:0 0 -120px 0;
}
.slogan {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	z-index:500;
}
.slogan h2 {
	color:#fff;
	font-size:40px;
	font-weight:700;
	line-height:65px;
	text-shadow:1px 1px 1px #000;
}
.slogan h2 span {
	display:block;
	font-size:71px;
	font-weight:300;
}
.cycle-slideshow {
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow #slide1 {
	width:100%;
	height:100%;
	background:url(../images/slide1.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow #slide2 {
	width:100%;
	height:100%;
	background:url(../images/slide2.jpg) no-repeat center center fixed;
	background-size:cover;
}
#welcome {
	position:relative;
	z-index:200;
	padding:50px 0;
}
#welcome img {
	float:right;
	margin:0 0 50px 50px;
}
#inner {
	width:100%;
	height:100px;
	overflow:hidden;
	padding:200px 0 0 0;
	position:relative;
	z-index:0;
	top:-120px;
	margin:0 0 -120px 0;
	background:url(../images/slide1.jpg) no-repeat center center;
	background-size:cover;
}
#inner h1 {
	color:#fff;
	display:block;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
}
#content {
	padding:50px 0;
}
#content ul {
	margin:0 0 20px 25px;
}
.columns {
	width:600px;
}
.columns li {
	width:250px;
	margin:0 50px 5px 0;
	float:left;
}
.img-r {
	float:right;
	margin:0 0 50px 50px;
}
.col-left {
	width:47%;
	float:left;
}
.col-right {
	width:47%;
	float:right;
}
#form {
	width:47%;
	float:left;
	margin:0 0 30px 0;
}
#details {
	width:47%;
	float:right;
	margin:30px 0 30px 0;
}
.map {
	width:100%;
	height:300px;
}
.contact-form {
    width: 100%;
	margin:0 0 0 0;
}
.contact-form input,
.contact-form textarea {
    width: 94%;
    margin: 0 0 15px 0;
}
.contact-form select {
    width: 96%;
}
.contact-form textarea {
    height: 150px;
}
.contact-form label {
    display: block;
	text-align:left !important;
    margin-bottom: 0px;
    color: #333;
    font-size: 15px;
    clear: both;
    padding: 0 0 0 0;
}
.contact-form .req {
    color: red;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #545658;
    padding: 15px 2%;
    font-size: 14px;
    border-radius: 5px;
	width:96%;
	font-family: 'Raleway', sans-serif !important;
}
#submit {
    display: block;
	text-transform:uppercase;
	background:#2c637b;
	color:#fff;
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
   
	transition:all .5s;
	border:none;
	border-radius:0;
}
#submit:hover {
	background:#21566c;
}
#footer {
	position:relative;
	color:#999;
	background:#222;
	padding:30px 0;
	margin:0 0 0 0;
	text-align:center;
}
#footer .designer {
	float:right;
	font-size:12px;
	margin:0 0 0 0;
}
#footer .copy {
	float:left;
	font-size:12px;
	margin:0 0 0 0;
}
#footer .designer  a{
	color:#999;
	text-decoration:none;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
}
@media only screen and (max-width: 1024px) {
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header {
		text-align:center;
		height:auto;
		top:50px;
		margin:0 0 50px 0;
		background:#222;
	}
	.top-bar {
		display:none;
	}
	.logo {
		margin:15px auto;
		display:inline-block;
		float:none;
		max-width:90%;
	}
	.menu {
		display:none;
	}
	#slider {
		height:576px;
	}
	.cycle-slideshow {
		height:576px;
	}
	.cycle-slideshow #slide1 {
		height:576px;
		background:url(../images/slide1.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.cycle-slideshow #slide2 {
		height:576px;
		background:url(../images/slide2.jpg) no-repeat center center scroll;
		background-size:1024px 576px;
	}
	.slogan {
		top:40%;
	}
	.slogan h2 {
		font-size:24px;
		line-height:40px;
	}
	.slogan h2 span {
		font-size:24px;
		font-weight:700;
		display:inline-block;
	}
	#welcome {
		text-align:center;
	}
	#welcome img {
		display:none;
	}
	#inner h1 {
		display:block;
		text-align:center;
	}
	#footer span {
		display:none;
	}
	#footer .copy, #footer .designer {
		float:none;
		text-align:center;
	}
	.columns {
		width:100%
	}
	.columns li {
		width:100%;
		float:none;
		margin:0 0 5px 0;
	}
	.img-r {
		max-width:100%;
		float:none;
		margin:0 0 25px 0;
	}
	.col-left {
		width:100%;
		float:none;
	}
	.col-right {
		width:100%;
		float:none;
	}
	#form {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	#details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
}

@media only screen and (max-width: 800px) {
    .columns {
        
		width:90% !important;
    }
}