@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

/* 
dark: #0d2f68;
light: #6fceef;
 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
p{
	font-size: 12px;
	line-height: 23px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sitecontainer{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sidebar{
	width: 80px;
	right: 0;
	top: 0;
	position: fixed;
	background-color: #0d2f68;
	display: table;
	height: 100vh;
	text-align: center;
	cursor: pointer;
	z-index: 10000;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.4);
}
.toggler{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 20px;
	width: 80px;
}
.toggler img{
	width: 50px;
	padding: 5px;
}
.falineone{
	height: 3px;
	background-color: #fff;
	width: 30px;
	margin: 0;
	float: right;
	border-radius: 10px;
}
.falinetwo{
	height: 3px;
	background-color: #fff;
	width: 40px;
	margin: 7px 0;
	float: right;
	border-radius: 10px;
}
.falinethree{
	height: 3px;
	background-color: #fff;
	width: 25px;
	margin: 0;
	float: right;
	border-radius: 10px;
}
.slideinnav{
	width: 480px;
	right: -400px;
	top: 0;
	position: fixed;
	background-color: rgba(20,20,20,0.95);
	display: table;
	height: 100vh;
	cursor: pointer;
	padding: 20px 60px;
	z-index: 10;
	color: white;

-webkit-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
        transition: all 900ms cubic-bezier(1,.11,.52,.99);
}
.innerside{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 300;
	position: relative;
	display: block;
	opacity: 0.8;

	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.active{font-weight: 500;opacity: 1;}
nav ul li a:hover{padding-left: 10px;}

.innerside a{
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 300;
	position: relative;
	display: block;
	opacity: 0.8;

	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.innerside a img{
	height: 25px;
	margin-right: 10px;
	opacity: 0.5;
}
.innerside span{
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #6fceef;
	margin-bottom: 10px;
	display: block;
}
.deets{
	margin-top: 50px;
}
.innerside hr{
	height: 1px;
	background-color: #6fceef;
	border:0;
	width: 30px;
	display: inline-block;
	opacity: 0.5;
	margin: 0;
	margin-bottom: 10px;
}
.shownav{right: 80px;}
.mainsite{width: calc(100% - 80px);}
.bannercontainer{
	width: 45%;
	height: 100vh;
	display: table;
	color: white;
	z-index: 11;
	position: relative;
	padding-bottom: 110px;
}
.otherbannercontainer{
	width: 45%;
	height: 50vh;
	display: table;
	color: white;
	z-index: 11;
	position: relative;
	padding-bottom: 50px;
}
.bannertext{
	display: table-cell;
	vertical-align: middle;
}
.bannertext h1{
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 55px;
	margin: 10px 0 20px;
}
.bannertext p{
	font-size: 16px;
}
header{
	position: relative;
	background-color: #111;
}
.leftblock{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #0d2f68;
	content: " ";
	z-index: 2;
	opacity: 0.85;
}
.logo a{
	font-size: 22px;
	font-weight: 700;
	color: white;
	margin: 0;
}
.logo{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* .logo::before{
	position: absolute;
	width: 1000px;
	background-color: #fff;
	content: " ";
	top: 0;
	right: -20px;
	height: 100%;
	z-index: -1;
} */
.logo img{
	height: 70px;
}
.intro h2{
	text-transform: uppercase;
	font-size: 24px;
}
.learn{
	position: relative;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 0;
	display: block;
	padding-left: 40px;

	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.learn::before{
	height: 2px;
	width: 30px;
	content: " ";
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 19px;
	
	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.learn:hover{
	padding-left: 50px;
}
.learn:hover::before{width: 40px;}


.intro{
	padding: 90px 0;
}
.introslider div{
	margin: 10px;
}
main{
	background-color: #eee;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.rightimg{
	position: relative;
	padding: 0;
}

.rightimg::before{
	width: 250%;
	height: 100%;
	background-image: url(../images/side.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	content: " ";
	position: absolute;
	left: -00%;
}
.content{
	padding: 90px 0;
	padding-right: 90px;
	position: relative;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}
.content h2{
	font-weight: 300;
	font-size: 16px;
	color: #0d2f68;
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
}
.content h3{
	font-weight: 500;
	font-size: 17px;
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	margin-bottom: 30px;
}
.content h4{
	font-weight: 400;
	font-size: 17px;
}
.content p{
	opacity: 0.9;
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
}
.contacthome{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.contacthome h4{
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contacthome p{
	font-size: 16px;
}
.contacthome a{color: black;}
.contacthome a::before{background-color: #111;}
.why{
	background-color: #0d2f68;
	color: white;

	background-image: url(../images/why.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.why h4{
	font-weight: 700;
	font-size: 24px;
	margin: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.why ul{
	position: relative;
}
.why ul li{
	position: relative;
	text-transform: uppercase;
	line-height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;

	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.why ul li:hover{
	background-color: #0d2f68;
	padding-left: 20px;
}
.why ul li span{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	text-transform: none;
	line-height: 30px;
	background-color: #0d2f68;
	padding: 30px 30px;
	opacity: 00;
	letter-spacing: 0px;
	opacity: 0;

	-webkit-transition: ease 0.7s;
	-o-transition: ease 0.7s;
	transition: ease 0.7s;
}
.why ul li:hover span{
	opacity: 0.95;
}
.whyleft{
	padding: 160px 0px;
	position: relative;
	z-index: 10;
}
.whyleft::before{
	position: absolute;
	left: -100%;
	top: 0;
	content: " ";
	background-color: rgba(20,20,20,0.9);
	width: 200%;
	height: 100%;
	z-index: -1;
}
.why ul li img{
	float: right;
	height: 60px;
	padding: 20px;
}


footer{
	background-color: #111;
	color: white;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
footer h6{
	font-size: 18px;
	color:#6fceef;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 20px;
}
.by{
	background-color: #0d2f68;
	color: white;
	padding: 10px 0;
}
.by p{
	line-height: 50px;
	margin: 0;
	display: block;
}
.fcol{padding-left: 0;}
.fcol a, .fcol p{
	display: block;
	line-height: 35px;
	font-size: 14px;
	margin: 0;
	font-weight: 300;
}

.fthanks p{
	font-size: 13px;
	line-height: 30px;
}
.fthanks{
	padding-right: 50px;
}


.intro img{
	width: 100%;
}




blockquote{
	margin: 0;
	margin-top: 20px;
	width: 100%;
	float: left;
	padding: 45px 60px;
	background-color: #fff;
	border-radius: 0 0 50px 0;
}
blockquote p{
	margin: 0;
}
blockquote span{
	margin-top: 10px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-style: italic;
}


.thumbs{
	float: left;
	width: 20%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: 00%;
	height: calc(100% - 24px);
	top: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.3;
	pointer-events:none;
	background-color: #111;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
}


.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}

.thumbs:hover::before{
	width: calc(100% - 24px);
}


#map{
	height: 100%;
	width: 200%;
	min-height: 1000px;
}

.myform{
	margin-top: 20px;
	overflow: auto;
}

.myform label{
	float: left;
	font-size: 12px;
	position: relative;
	font-weight: bold;     
	text-transform: uppercase;
	line-height: 24px;
	box-sizing: border-box;
	color: #0d2f68;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #FFF;
	background-color: #888;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #444;
	padding: 0px 20px;
	border:0px;
	border-left: 2px solid #888;
	height: 51px;
	margin-bottom: 12px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.7);
	font-size: 12px;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #444;
	border:0px;
	border-left: 2px solid #888;
	width: 100%;
	height: 225px;
	border-radius: 0px;
	background-color: rgba(255,255,255,0.7);
	font-size: 12px;
}
.select-option{
	background-color: #666;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	width: auto;
	height: 46px;
	margin-top: 20px;
	background-color: #222;
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	outline: none;
	padding: 0px 40px;
	font-size: 14px;
	display: inline-block;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 2px solid #374140;
	outline: none!important;
}
@media screen and (max-width: 580px){
		.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}

.content ul{
	list-style: square;
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 20px;
}
.content ul li{
	background-color: rgba(255,255,255,0.4);
	margin-bottom: 5px;
	padding: 6px 20px;
	font-size: 13px;
}

.gallery{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	padding-right: 0;
}

.contactdiv{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.formcontent{
	overflow: auto;

	background-image: url(../images/form.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: 30px;
}


.contactdiv a, .contactdiv span{
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 300;
	position: relative;
	display: block;
	padding: 5px 0px;
	margin-bottom: 5px;
	color: black;

	-webkit-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.contactdiv a img, .contactdiv span img{
	height: 50px;
	margin-right: 10px;
	background-color: #111;
	display: inline-block;
	padding: 12px;
	border-radius: 50%;
}





















@media screen and (max-width: 1024px) { 


.content{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}


}








@media screen and (max-width: 768px) { 
p{
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
}
.sidebar{
	width: 100%;
	right: 0;
	top: 0;
	background-color: #0d2f68;
	display: table;
	height: 60px;
}
.toggler{
	max-width: 80px;
	display: block;
	float: right;
}

.bannertext h1{
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 35px;
	margin: 10px 0 20px;
}
.bannertext p{
	font-size: 14px;
}

.mainsite{
	width: calc(100% - 0px);
	margin-top: 60px;
}
.slideinnav{
	width: 100%;
	right: -800px;
	top: 60px;
	position: fixed;
	background-color: rgba(20,20,20,0.95);
	display: table;
	height: 100vh;
	cursor: pointer;
	padding: 20px 60px;
	z-index: 1000;
	color: white;

-webkit-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
        transition: all 900ms cubic-bezier(1,.11,.52,.99);
}
.shownav{right: 0px;}
.intro{
	padding: 40px 0;
}
.introslider div{
	margin: 0px;
}
.content{
	padding: 40px 0;
	padding-right: 0px;
	position: relative;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.why ul li span{
	position: relative;
	left: 00%;
	top: 0;
	width: 100%;
	text-transform: none;
	line-height: 25px;
	background-color: #0d2f68;
	padding: 20px;
	letter-spacing: 0px;
	opacity: 1;
	display: block;

	-webkit-transition: ease 0.7s;
	-o-transition: ease 0.7s;
	transition: ease 0.7s;
}
.whyleft{
	padding: 60px 0px;
	position: relative;
	z-index: 10;
}
.mobno{display: none;}
.by p{
	line-height: 20px;
}

footer{
	background-color: #111;
	color: white;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.rightimg{display: none;}

.thumbs{
	float: left;
	width: 33.33%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.leftblock{
	width: 55%;
	height: 100%;
	opacity: 0.4;
}


}




@media screen and (max-width: 480px) { 


.logo img{
	width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 30px;
}


.slideinnav{
	width: 100%;
	right: -500px;
	top: 60px;
	position: fixed;
	background-color: rgba(20,20,20,0.95);
	display: table;
	height: 100vh;
	cursor: pointer;
	padding: 20px 60px;
	z-index: 1000;
	color: white;

-webkit-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 900ms cubic-bezier(1,.11,.52,.99); 
        transition: all 900ms cubic-bezier(1,.11,.52,.99);
}
.shownav{right: 0px;}

.bannercontainer{
	width: 100%;
	height: 100vh;
	padding-bottom: 50px;
}
.otherbannercontainer{
	height: 70vh;
}
.leftblock{
	width: 100%;
	height: 100%;
	opacity: 0.4;
}


.mapmob{display: block;}


#map{
	height: 100%;
	width: 150%;
	min-height: 600px;
	left: -25%;
}
}