@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,500,900);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);

/* Primary colour  - #1a4387
secondary colour - #0f6dc5
*/


body{
	margin: 0;
	padding: 0;
	font-family: 'Lora', serif;
	background-color: #eee;
	padding: 0px 0;
}

a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}

hr{
	width: 100%;
	display: block;
	margin: 30px 0;
	float: left;
}

p{
	font-size: 15px;
	line-height: 170%;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.container{
	width: 85%;
	margin: auto;
	max-width: 1150px;
	position: relative;
}
.hundred{
	width: 100%;
}

header{
	width: 100%;
	float: left;
	background-color: #fff;
}

.logo p{
	float: left;
	color: #0f6dc5;
	line-height: 140px;
	margin: 0;
	background-color: rgba(0,0,0,0.03);
	padding: 0 20px;
	font-weight: 300;
	font-size: 26px;
}

.logo img{
	float: left;
	height: 120px;
	padding: 10px 0;


}

.contacts{
	float: right;
	color: #222;
	padding: 50px 0;
}
.contact{
	float: left;
	margin-left: 80px;
}
.contact i{
	float: left;
	margin-right: 15px;
	line-height: 40px;
	font-size: 38px;
	color: #0f6dc5;
}

.contact p{
	float: left;
	line-height: 20px;
	padding-top: 0px;
	margin: 0;
	font-weight: 300;
}


nav{
	width: 100%;
	float: left;
	background-color: #1a4387;
	position: relative;
}

nav ul li{
	float: left;
}
nav ul li a{
	float: left;
	padding: 0 20px;
	line-height: 60px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

nav ul li a:hover{
	background-color: #0f6dc5;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.sub{
	position: absolute;
	top: 60px;
	background-color: #0f6dc5;
	z-index: 30;
	display: none;
}

nav ul li:hover .sub{display: block;}

.sub li{width: 100%;}

.sub li a{
	display: block;width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sub li a:hover{
	background-color: rgba(0,0,0,0.2);
}

.email{float: right;background-color: #0f6dc5;}

.banner{
	float: left;
	width: 100%;
	background-image: url(../images/bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 30px 0 0;
}

.slider{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.banner img{
	width: 100%;
}

.other img{
	margin-bottom: 30px;
	float: left;
}

.viewserv{
	width: 100%;
	float: left;
	overflow: auto;
	background-color: #1a4387;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.viewserv p{
	margin: 0;
	line-height: 70px;
	float: left;
	font-weight: 300;
	color: white;
}

.viewserv a{
	float: right;
	margin: 0;
	line-height: 70px;
	font-weight: 300;
	font-size: 15px;
	background-color: #0f6dc5;
	padding: 0 40px;
	text-transform: uppercase;
}

.slider h2{
	position: absolute;
	z-index: 20;
	bottom: 50px;
	font-size: 18px;
	padding: 0 20px;
	background-color: rgba(0,0,0,0.75);
	left: 70px;
	line-height: 50px;
	font-weight: 300;
	color: white;
}

.intro{
	width: 100%;
	padding: 40px 0;
	background-color: #080808;
	color: white;
	float: left;
	position: relative;
}

.welcome{
	width: 60%;
	float: left;
}

.content{
	float: left;
	width: 100%;
	padding: 40px 0;
}

main{
	width: 60%;
	float: left;
	text-align: justify;
	min-height: 500px;
}

h1{
	font-weight: 700;
	font-size: 22px;
	padding-left: 20px;
	border-left: 5px solid #0f6dc5;
	margin: 0;
	line-height: 140%;
	letter-spacing: -0.5px;
}

main img{
	width: 100%;
	margin: 20px 0;
}

h3{
	font-size: 22px;
	font-weight: 700;
}

.sidebar{
	width: 36%;
	background-color: #0f6dc5;
	color: white;
	overflow: auto;
	padding: 30px 40px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	position: absolute;
	right: 0px;
}

.sidebar img{
	width: 100%;
}

.sidebar ul li{
	background-color: rgba(0,0,0,0.4);
	display: block;
	margin-bottom: 10px;
	padding: 15px 20px;
	line-height: 160%;
	font-weight: 300;
}

h4{
	margin: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 900;
}

h5{
	margin: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 300;
	padding-left: 10px;
	border-left: 3px solid #1a4387;
}




footer{
	width: 100%;
	float: left;
	background-color: #0f6dc5;
	color: white!important;
}

.footpad{
	padding: 60px 0;
}

footer a{
	color: white!important;
}


.footcol{
	width: 22%;
	padding-right: 3%;
	float: left;
}


.footcol .logo, .footcol ul{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.footcol ul li{
	margin-bottom: 20px;
}

.footcol ul li a{
	padding: 0px 0;
	margin-bottom: 0px;
	line-height: 40px;
	font-weight: 300;
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:ease 0.4s;
}


.footcol ul li a:hover{
	background-color: rgba(0,0,0,0.1);
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition:ease 0.4s;
}
footer h6{
	font-weight: 500;
	font-size: 21px;
	margin: 0;
	margin-bottom: 30px;
}

.by{
	background-color: #0a0a0a;
	color: white;
	float: left;
	width: 100%;
	padding: 30px 0;
}

.by i{
	position: absolute;
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	background-color: #1a4387;
	color: #fff;
	text-align: center;
	right: 0;
	top: -60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3)
}
.by p{
	font-weight: 300;
	font-size: 15px;
	color: #aaa;
	margin: 0;
	text-transform: uppercase;
}

.footcol i{
	width: 50px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-top: 0px;
	background-color: #1a4387;
}

.footcol ul li p{
	font-weight: 300;
	float: right;
	font-size: 16px;
	width: calc(100% - 67px);
	margin: 0;
	margin-bottom: 10px;
}

.con li{
	margin-bottom: 80px;
	float: left;
}

.footcol .logo{
	float: left;
}

.footcol .logo p{
	font-size: 26px;
	margin: 0;
	line-height: 120%;
	font-weight: 700;
	float: left;
}
.footcol .logo p span{
	font-size: 20px;
	font-weight: 300;
}

.footcol .logo i{
	width: 60px;
	line-height: 60px;
	font-size: 30px;
	float: left;
	background-color: #fff;
	color: #775db8;
	text-align: center;
	margin-right: 15px;
}


.toggler{display: none;}
.socialtoggler{display: none;}

.thumbs{
	width: 25%;
	padding: 8px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbs img{
	width: 100%;
	margin: 0;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-backface-visibility: hidden;
}
.thumbs:hover img{
	opacity: 0.5;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-backface-visibility: hidden;
}


.toggler{display: none;}
.socialtoggler{display: none;}
.why{display: none;}





main ul{
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding: 0;
	margin: 0;
	margin: 20px 0;
}

main ul li{
	font-size: 16px;
	padding: 0px 0;
	line-height: 45px;
}

main ul li:before{
	content:"\f00c" ;
	margin-right: 20px;
	margin-left: 0;
	font-family:fontAwesome;
	color: white;
	background-color: #0f6dc5;
	padding: 10px 12px;
}

iframe{
	width: 100%;
	float: left;
	height: 350px;
	margin:40px 0;
}

.intro2 h3{
	font-size: 30px;
	margin: 0;
	font-weight: 300;
}



.test{
	width: calc(100% - 0px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px;
	background-color: #0f6dc5;
	float: left;
	margin: 10px 0;
	margin-bottom: 90px;
	position: relative;
}

.test p{
	color: white;
	font-weight: 300;
}

.test p span{
	position: absolute;
	bottom: -60px;
	left: 0px;
	color: black;
	font-weight: 400;
	font-size: 19px;
}

.test:before{
	content:"\f0d7";
	color: #0f6dc5;
	font-family: fontAwesome;
	left: 20px;
	bottom: -40px;
	position: absolute;
	font-size: 80px;
}




#mapbox{    
	margin: 50px 0;
    width: 100%;
    height: 350px;
    float: left;
}








@media screen and (max-width: 1100px ) {
p{
	font-size: 15px;
	line-height: 150%;
}
.other{display: none;}
.email{display: none;}
.toggler{display: block;}

.toggler{
	width: 100%;
	float: left;
	background-color: #0f6dc5;
	text-align: center;
}
.toggler i{display: inline-block; 
	
	padding-right: 10px;color: white;}
.toggler p{display: inline-block;font-weight: 300;
	margin-left: 5px;color: white;}

	.why{display: block;}

.why{
	width: 100%;
	float: left;
	background-color: #0f6dc5;
	text-align: center;
	margin-top: 10px;
}
.why i{display: inline-block; 
	
	padding-right: 10px;color: white;}
.why p{display: inline-block;font-weight: 300;
	margin-left: 5px;color: white;}


.socialtoggler{display: block;}

.socialtoggler{
	width: 100%;
	float: left;
	background-color: #1a4387;
	text-align: center;
	opacity: 0.9;
}
.socialtoggler i{
	display: inline-block; 	
	padding-right: 10px;
	color: white;
}

.socialtoggler p{
	display: inline-block;
	font-weight: 300;
	margin-left: 5px;
	color: white;
}
.contacts{
	padding: 20px 0;
	display: none;
	width: 100%;
}

.logo {
	text-align: center;
}
.logo p{
	float: left;
	color: #0f6dc5;
	line-height: 30px;
	padding: 40px 20px;
	font-size: 26px;
}
.contact{
	margin-left: 0px;
	padding: 20px 0;
	padding-left: 30px;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.logo img{
	float: none;
	height: 100px;
	padding: 20px 0;
}

nav{
	float: right;
	width: 100%;
	position: relative;
}
nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	padding-top: 0px;
	width: 100%;
	display: none;
}

nav ul li{
	width: 100%;
	float: left;
	text-align: center;
	color: white;
	display: block;
	background-color: #0f6dc5;
}

nav ul li a{
	margin: 0px;
	font-weight: 300;
	width: 100%;
	float: left;
	padding: 0;
	text-align: center;
	color: white!important;
}

nav ul li:nth-child(odd){
	background-color: rgba(0,0,0,0.6);
}
.none{display: none;}
.slider h2{display: none;}

.welcome, main{
	width: 100%;
	float: left;
}
.footcol{
	width: 100%;
	padding-right: 0%;
}



.sidebar{
	width: 100%;
	background-color: #0f6dc5;
	color: white;
	overflow: auto;
	padding: 30px 20px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	position: relative;
	right: 0px;
	display: none;
}
.sidebar ul li{
	background-color: rgba(0,0,0,0.2);
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
}


h1{
	font-size: 19px;
}

.slick-dots{display: none!important;}

.intro{
	padding: 20px 0;
}


main ul{
	list-style: none;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	padding: 0;
	margin: 0;
	margin: 20px 0;
}







}


















@media screen and (max-width: 600px ) {

.contact{
	margin-left: 0px;
	padding: 20px 0;
	padding-left: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}



}