/* #319be4 nblue */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900,900i');

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* reset end */
body {
	font-family:'lato', sans-serif;
	font-size:18px;
	font-weight:300;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:contain;
	color: #333;
}
section {
	width:100%;
}
.frame {
	width:1200px;
	margin:0 auto;
}

/*Other*/
b,strong {
	font-weight:800;
}
.no-margin {
	margin:0;
}
.w50 {
	width:50% !important;
	margin:0 auto;
}
.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.anti-marg {
	margin:0;	
}
.low-marg {
	margin:0 0 3px;	
}
.text-green {
	color:#B7CF2D;
}
.mid-box {
	padding:40px 0;
	border-top:10px solid #EEE;
	border-bottom:10px solid #EEE;
}
.grey {
	color:#aaa;	
}
.white {
	color:#fff;	
}
.pad-left-20 {
	padding-left:20px;
}
.pad-right-20 {
	padding-right:20px;
}

.pad-left-40 {
	padding-left:40px;
}
.pad-right-40 {
	padding-right:40px;
}
.responsive {
	width: 100%;	
}
/*Sections*/
section.body {
	padding:0;
}
section.foot {
	background-color:#333;
	background-image:url(/images/bg-foot.jpg);
	background-position:bottom;
	background-size:cover;
	text-align:center;
	padding:55px 0 45px;
	color:#999;
}
section.foot-top {
	width:100%;
	background-image:url(../images/foot-top.png);
	background-size:cover;
	height:100px;
}
section.foot p {
	color:#fff;
	font-weight:600;
	text-shadow: 0 1px 8px rgba(6,34,82,0.35);
}
section.foot .ct {
	padding:0 0 50px;
	color:#FFF;
}
section.foot .ct h2,
section.foot .ct h3 {
	color:#FFF;
}
section.foot .ct h2 {
	line-height:30px;
	margin:0 0 20px;
	font-weight:800;
}
section.foot .ct h3 {
	font-weight:300;
}
section.foot a {
	color:#fff;
	font-weight:300;
	font-size:18px;
	padding: 9px 16px 12px;
}
section.head {
	padding: 100px 0 100px 0;
	background-color:#A4D5C5;
	background-image: url(/images/bg-head.jpg);
	background-size: cover;
}
section.head .phone {
	
	text-shadow:0 0 20px #FFF
}
section.head .slogan {
	text-align: center;
}
section.head .slogan p {
	font-size:24px;
	line-height:28px;
}
section.head .slogan p.head,
section.head .slogan p.head a {
	font-weight:600;
	font-size:20px;
	margin:0 0 20px;
	color:#fff;
}
section.head .slogan p.head .phone {
	font-weight: 300;
	color: #F6472E;
}
section.head .heading {
	text-align: center;	
	vertical-align: bottom;
}
section.head .heading h1 {
	font-size: 0px;
	text-indent: -9999px;	
}
section.head .heading img {
	max-width: 300px;	
}
section.head .button {
	background-color: #fff;
	border-radius: 0px;
	padding: 7px 47px 9px;
	font-weight: 600;
	color: #7D8B98;
}
section.head .button:hover {
	background-color: #63799c;
	color: #fff;
}

section.foot h1,
section.foot h2,
section.foot p,
section.head h1,
section.head h2,
section.head p {
	margin:0;
}
section.head a,
section.head p {
	font-weight:300;
	color:#000;
	font-size:18px;
}
section.head p.slogan {
	font-weight:800;
	color:#af1e3b;
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:22px;
}
section.body .frame {
	padding:80px 5px;
}

/*Logo*/
span.logo {
	display: inline-block;
	width:500px;
	height:133px;
	text-indent:-9999px;
	background-image:url(../images/logo-2.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0;
}

/*Banner*/
.banner {
	position:relative;
}
.banner .ridge {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background-image:url(../images/banner-ridge.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:80px;
}

/*Font & Elements*/
.banner,
.bullet-list,
h1,h2,h3,p {
	margin:0 0 20px;
}
p {
	line-height:26px;
	letter-spacing: -0.2px;
}
a {
	color:#63799C;
	text-decoration:none;
}
a:hover {
	color:#333;
}
img {
	vertical-align:top;
}
img.fit {
	width:100%;
}
h1 {
	color:#333;
	font-size:40px;
	font-weight:100;
	text-transform: uppercase;
}
h2 {
	font-size:34px;
	font-weight:200;
	color:#333;
}
h3 {
	color:#999;
	font-size:22px;
	font-weight: 500;
}
hr {
	margin:40px 0;
	background:none;
	border:none;
	border-bottom:2px solid #EEE;
}
.lil-text {
	font-size:26px;
}

/*Coltable*/
.coltable {
	display:table;
	width:100%;
}
.coltable .col {
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
}
.coltable .col.first {
	padding-right: 40px;
}
.coltable .col.last {
	padding-left: 40px;
}
.coltable.float > .col {
	float:left;
	display:block;
}
.coltable.col2 > .col {
	width:50%;
}
.coltable.col3 > .col {
	width:33%;
}
.coltable.col4 > .col {
	width:25%;
}
.coltable .col.center {
	text-align:center;
}
.coltable .col.vtop,
.coltable.vtop .col {
	vertical-align:top;
}
.coltable .col.vmiddle,
.coltable.vmiddle .col {
	vertical-align:middle;
}
.coltable .col.vbottom,
.coltable.vbottom .col {
	vertical-align:bottom;
}
.coltable.padcol .col {
	padding:10px;
}
.coltable .col.vbottom {
	vertical-align:bottom;
}
.coltable .box {
	background-color:#FFF;
	border:2px solid #EEE;
	margin:10px;
	padding:10px;
	border-radius:10px;
}
.coltable .col img {
	max-width: 100%;
	width:100%;
}
.coltable .box h2,
.coltable .box p {
	margin:0;
}
.coltable .col.w20 {
	width:20%;
}
.coltable .col.w25 {
	width:25%;
}
.coltable .col.w33 {
	width:33%;
}
.coltable .col.w40 {
	width:40%;
}
.coltable .col.w50 {
	width:50%;
}
.coltable .col.w60 {
	width:60%;
}
.coltable .col.w66 {
	width:66%;
}
.coltable .col.w75 {
	width:75%;
}
.coltable .col.w80 {
	width:80%;
}
.coltable .col.w100 {
	width:100%;
}

/*Buttons*/
.button {
	background-color:#63799C;
	text-decoration:none;
	padding:6px 15px;
	display:inline-block;
	margin:0 2px;
	color:#fff;
	transition:all 0.3s ease-in-out 0.0s;
}
.button.small {
	border:2px solid #1b75bb;
	text-decoration:none;
	padding:4px;
	display:inline-block;
	margin:0 2px;
	font-size:12px;
}
.button.green {
	color:#95a424;
	border-color:#95a424;
}
.button.red {
	color:#c00;
	border-color:#c00;
}
.button.grey {
	color:#CCC;
	border-color:#CCC;
}
.button:hover {
	border-color:#333;
	background-color:#375873;
	color:#fff;
	text-decoration:none;
	transform:scale(1.1,1.1)
}
.more-info .button {
	font-size:20px;
	padding:10px 20px;
}

/*Service items*/
.service-container .service-item {
    padding: 0 10px;
}
.service-container .service-item img {
    box-sizing: border-box;
    padding: 0 35px 20px;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.service-container a {
    text-decoration: none;
}
.service-container .service-item h2 {
    font-size: 20px;
    font-weight: normal !important;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
.service-container .service-item:hover h2 {
    color: #000;
}
.service-container .service-item:hover img {
    transform: scale(1.09, 1.09);
}

/* Section */
.section-contact {
	background-color:#006ba9;
	background: fixed url(../images/bg-contact.jpg);
	background-size:cover;
	padding:20px 0;
}
.section-contact .box {
	text-align:center;
	box-shadow:0 0 20px rgba(0,0,0,0.4);
}
.section-contact .box h3 {
	font-weight:300;
	font-size:28px;
}
.section-contact h2 {
	color:#63799c;
}
.section-contact .box > img {
	margin:0 0 20px;
}

/*UL Bullet List*/
ul.bullet-list li {
	list-style:none;
	font-size:18px;
	font-weight: 500;
	padding-bottom:10px;
	color:#63799C;
}
ul.bullet-list li::before {
	font-family: FontAwesome;
	content: "\f111";
	padding-right:15px;
	color:#63799C;
	top:0px;
}
ul.bullet-list li {
	position:relative;
	margin-left:25px;
	line-height:25px;
}
ul.bullet-list li::before {
	position:absolute;
	left:-24px;
}
ul.bullet-list.bl-sml {
	margin-bottom: 10px;
}
ul.bullet-list.bl-sml li {
	list-style:none;
	font-size:15px;
	font-weight: 200;
	padding-bottom:10px;
	color:#63799C;
}

/*UC Container*/
.uc-container {
	background-color:#FFF;
	margin:20px auto 0;
	padding:20px;
	text-align:center;
	max-width:600px;
	width:100%;
	border-radius:20px;
	box-shadow:0 0 10px #DDD;
}
.uc-container > *:last-child {
	margin:0;
}
.uc-container .logo {
	background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    margin: 0;
    text-indent: -9999px;
    width: 100%;
}

@media screen and (max-width: 1100px) {
	.section.head {
		background-position:right;	
	}
	.frame {
		width:100%;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 900px) {
	h1.logo {
		width:100%;
		background-position:center;
	}
}
@media screen and (max-width: 700px) {
	.banner .ridge {
		display:none;
	}
	section.head .phone {
		text-align:center;
	}
	section.head .phone h2 {
		color:#FFF;
		text-shadow:0 0 10px #61930B
	}
	h1 {
		font-size:35px;	
	}
	h2 {
		font-size:25px;	
	}
	h3 {
		font-size:20px;	
	}
	.button:hover {
		transform:scale(1,1);
	}
	.frame {
		padding:0 20px;	
	}
}
@media screen and (max-width: 600px) {
	.coltable .col {
		width:100% !important;
		display:block !important;
	}
	section.body {
		padding: 0px;	
	}
	section.head .slogan p.head {
		font-size: 18px;	
	}
	.coltable .col.first,
	.coltable .col.last,
	.coltable .col {
		padding: 5px;
		box-sizing: border-box;
	}
}