@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700);

/* 
light: #0071bc;
 */
::-webkit-scrollbar-track{background-color: #111;}
::-webkit-scrollbar{width: 12px;background-color: #F5F5F5;}
::-webkit-scrollbar-thumb{background-color: #0071bc;}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden; 
}
.mainsitediv{
	float: left;
	width: 100%;
	display: block;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	color: #ddd;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	margin-bottom: 10px;
}

h1{	font-size: 28px;}
h2{	font-size: 22px;}
h3{	font-size: 16px;}
h4{	font-size: 15px;}
h5{	font-size: 14px;}
h6{	font-size: 14px;}

p{
	font-size: 16px;
	line-height: 160%;
	font-weight: 300;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


.sitecontainer{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.topcorner{
	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  transform-origin:0% 100%;
  background-color: #0071bc;
  height:1800px; 
  content: " ";
  top: 0;
  overflow: hidden;
  z-index: -1;


  left: -1900px;
  width:1800px;


}
.topcorner img{
	 -ms-transform: skew(35deg,0deg);
  -webkit-transform: skew(35deg,0deg);
  transform: skew(35deg,0deg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 35%;
  opacity: 0.3;
}


.bottomcorner{
	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
  position: absolute;
  transform-origin:0% 0%;
  background-color: #0071bc;
  height:1800px; 
  content: " ";
  bottom: -800px;
  overflow: hidden;
  z-index: -1;


  right: -1800px;
  width:1800px;


}
.bottomcorner img{
	 -ms-transform: skew(35deg,0deg);
  -webkit-transform: skew(35deg,0deg);
  transform: skew(35deg,0deg);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 35%;
  opacity: 0.2;
}

.topbar{
	width: 100%;
	float: left;
	position: relative;
	z-index: 11;
}
.logo{
	background-color: #fff;
	position: relative;
	float: left;
	margin-right: 80px;
}
.logo img{
	padding: 15px 25px;
	padding-left: 0;
	height: 140px;
	z-index: 1;
	position: relative;
}

.logo::before{
	position: absolute;	
	content: " ";
	background-color: #fff;
	width: 400px;
	height: 100%;
	top: 0;
	right: -100px;
	z-index: -1;
  transform-origin:0% 0%;

	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
}

.logo::after{
	content: " ";
	position: absolute;
	right: 0;
	background-color: #fff;
	height: 100%;
	width: 2000px;
	top: 0;
	z-index: 0;
}

nav{
	float: left;
	display: block;
	padding-top: 35px;
	padding-bottom: 35px;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	line-height: 70px;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 15px;
	position: relative;
}
nav ul li::after{
	content: "•" ;
	margin-left: 15px;
	color: #fff;
	opacity: 0.3;
	font-weight: 700;
}
nav ul li a:hover{
	opacity: 0.8;
}
nav ul li:last-child::after{display: none;}
nav a, nav a:active, nav a:visited, nav a:link{
	color: #fff;
	text-decoration: none;
}
.sub-menu{
	position: absolute;
	top: 100%;
	margin-bottom: -60px;
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	background-color: #111;
	opacity: 0;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	line-height: 40px;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
.sub-menu li::after{display: none;}
.banner{
	width: 100%;
	height: 650px;
	background-image: url(../images/topslide.jpg);
	z-index: -2;
	position: relative;
	background-position: top right;
	-webkit-background-size: cover;
	background-size: cover;
}
.bannertextage{
	position: absolute;
	top: 0;
	z-index: 10;
	color: white;
	padding-left: 0;
}
.inner-bannertext{
	display: table;	
	height: 650px;
}
.otherbanner{
	height: 450px;
}
.otherbannertextage{
	height: 450px;
}
.bannertext{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-top: 120px;
}
.bannertext h1{
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
}
.bannertext p{
	font-size: 15px;
}

.sliderbar{
	background-color: #111;
	padding: 0 20px;
}
.sliderbar a{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	line-height: 60px;
	padding: 0 20px;
	display: inline-block;
}
.sliderbar p{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	line-height: 60px;
	padding: 0 20px;
	display: inline-block;
	margin: 0;
	color: white;
	cursor: pointer;
}
.learnmore{
	display: inline-block;
}
.deets{
	display: inline-block;
	float: right;
}
.deets a{}
.sliderbar img{
	height: 60px;
	padding: 15px;
}
.finance{
	background-color: #111;
	overflow: auto;
	margin-top: 60px;
	color: white;
	position: relative;
	color: #bbb;
}

.financeicon{
	height: 100%;
	text-align: center;
	position: relative;
	background-color: transparent;
}

.financeicon img{
	height: 100%;
	padding: 60px 50px;
}

.financebutton {
	display: inline-block;
	color:white;
	margin-top: 10px;
	padding: 20px 30px;
	position: relative;
	margin-bottom: 10px;
	background-color: #0071bc;
}

.why{
	background-color: #111;
	overflow: auto;
	margin-top: 60px;
	color: white;
	position: relative;
	color: #bbb;
}
.whyicon{
	height: 100%;
	text-align: center;
	position: relative;
	background-color: #333;
}

.whyicon img{
	height: 100%;
	padding: 50px 100px;
}
.whytext{
	padding: 50px 100px;
}
.whytext h2{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
}

.content{
	background-color: #111;
	margin-top: 60px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 70px;
	-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;
}


.singlecontent{
	background-color: #111;
	margin-top: 60px;
	color: #bbb;
	padding: 100px 100px;
	padding-bottom: 70px;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;

	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	-o-column-gap: 50px;
	column-gap: 50px;
}

.singlecontent h3{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	font-weight: 300;
	font-size: 17px;
	color: #0071bc;
	margin: 0;
}

.singlecontent h4{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}

.singlecontent h5{
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
}

.singlecontent ul{
	padding-left: 20px;
}

.singlecontent ul li{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 30px;
	list-style-type: disc;
}

.content h3{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	font-weight: 300;
	font-size: 17px;
	color: #0071bc;
	margin: 0;
}

.content h4{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 20px;
}

.content h5{
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
}
.content img{
	margin-bottom: 30px;
}

.getintouch{
	margin-top: 60px;
	color: white;
	padding: 50px 200px 50px 0;
	position: relative;
	margin-bottom: 60px;
	color: white;
}

.getintouch::before{
	position: absolute;
	top: 0;
	right: 200px;
	background-color: #111;
	content: " ";
	height: 100%;
	width: 4000px;
	z-index: -1;
}

.getintouch::after{
	position: absolute;	
	content: " ";
	background-color: #111;
	width: 400px;
	height: 100%;
	top: 0;
	right: 0px;
	z-index: -1;
  transform-origin:0% 0%;

	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
}


.getintouch h5{
	font-size: 20px;
	color: #0071bc;
	font-weight: 500;
	text-transform: uppercase;
}

.getintouch a{
	background-color: #0071bc;
	line-height: 40px;
	display: inline-block;
	padding: 0 30px;
	padding-right: 10px;
	margin-top: 20px;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	position: relative;
}

.getintouch a::after{
	position: absolute;	
	content: " ";
	background-color: #0071bc;
	width: 40px;
	height: 100%;
	top: 0;
	right: -40px;
	z-index: -1;
  transform-origin:0% 0%;

	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
}



footer{
	background-color: #111;
	color: white;
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
footer h6{
	font-size: 18px;
	color:#0071bc;
	text-transform: uppercase;
	font-weight: 500;
}
footer a, footer p{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 30px;
	margin: 0;
}
.fthanks p{
	font-style: normal;
	text-transform: none;
	line-height: 25px;
}
.by{
	background-color: #0071bc;
	color: white;
}
.by p{
	line-height: 50px;
	margin: 0;
	float: left;
}
.by a{
	float: right;
	line-height: 50px;	
}
.slider{
	width: 100%;
	height: 400px;
	margin-top: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.socialtoggler{display: none;}
.toggler{display: none;}

.gallery{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}

.contact{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

.thumbs{
	float: left;
	width: 20%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
	transition:ease-in-out 0.1s;
	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;
}
.thumbs:hover::after{
	transition:ease-in-out 0.2s;
	-webkit-background-size: 40%;
	background-size: 40%;
	opacity: 0.75;
}


blockquote{
	background-color: rgba(255,255,255,0.15);
	padding: 30px;
	margin: 0;
	margin-bottom: 20px;
	border-radius: 0 0 50px 0;
}
blockquote p{
	margin: 0;
	opacity: 1;
	color: white;
}
blockquote span{
	margin: 0;
	margin-top: 10px;
	color: #0071bc;
}

#map{
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: 80px;
}


.myform{
	padding: 10px 10px;
	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: #0071bc;
}
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: #fff;
	padding: 0px 20px;
	border:0px;
	border: 0px solid #fff;
	height: 60px;
	margin-bottom: 20px;
	border-radius: 0px;
	background: rgba(255,255,255,0.1);
	font-size: 13px;
	display: inline-block;
}
.myform textarea{
	padding: 10px 20px 10px 20px;
	color: #fff;
	border:0px;
	border: 0px solid #fff;
	width: 100%;
	height: 265px;
	border-radius: 0px;
	font-size: 13px;
	background: rgba(255,255,255,0.1);
	display: inline-block;
}
.select-option{
	background-color: #b5a63c;
	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: #0071bc;
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	outline: none;
	float: left;
	padding: 0px 40px;
	font-size: 14px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	border: 0px solid #b5a63c;
	background: rgba(255,255,255,0.1);
}
@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;

}
}
.formtext{
	padding: 0 30px;
}


.content input[type=submit]{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
}

.formpad{
	padding: 0;
	padding-right: 30px;
}

.logos{
	-webkit-column-span: all;
	-moz-column-span: all;
	-o-column-span: all;
	column-span: all;
}


.logos img{
	height: 90px;
	margin-top: 30px;
	margin-right: 10px;
	background-color: #fff;
}

.logoss{
	width: 100%;
	padding: 30px;
	background-color: #111;
}

.reviews{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}


.ctWidget {
	margin: 0 auto;
	max-width: 360px;
	padding: 1.5em 1.3em;
	background-color: #F0F0F3;
	border-radius: 0.4em;
	overflow: hidden;
	box-shadow: 5px 7px 10px rgba(0,0,0,0.1);
}
.ctWidget .inner{
	display: block;
	overflow: hidden;
}
.ctWidget .inner img{
	position: relative;
	margin-bottom: -22%;
	margin-top: -36%;
	width: 100%;
	mix-blend-mode: darken;
}
.ctWidget a:hover{
	background-color: #0569ff;
}
.ctWidget a{
	transition: background-color 0.44s linear;
	border-radius: 0.2em;
	display: block;
	margin: 1.6em 0.6em 0 0.6em;
	padding: 1em 1.2em;
	background-color: red;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}


















@media screen and (max-width: 1440px) { 


.topcorner{
  left: -2100px;
}

}

@media screen and (max-width: 1024px) { 
.topcorner{
 display: none;
}

header{
	margin-top: 50px;
}
.toggler{
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #111;
	display: block;
	z-index: 1000000;
	left: 0;
	top: 0;
}
.toggler img{
	height: 50px;
	padding: 5px;
}
.socialtoggler{
	position: absolute;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 100000000;
	right: 0;
	top: 0px;
}
.socialtoggler img{
	height: 50px;
	padding: 10px;
}
.socialtoggler::after{
	position: absolute;	
	content: " ";
	background-color: #0071bc;
	width: 100px;
	height: 100%;
	top: 0;
	right: -50px;
	z-index: -1;
  transform-origin:0% 0%;

	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
}


nav{
	position: absolute;
	top: -1000px;
	left: 0;
	width: 100%;
	padding: 30px 10px;
	z-index: 10000;
	background-color: #111;
	opacity: 0.9;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
nav ul li{
	display: block;
	width: 100%;
	float: left;
}
nav ul li a{
	display: block;
	line-height: 30px;
	padding: 0 1.65rem;
	font-weight: 700;
	font-size: 15px;
	width: 100%;
	float: left;
	margin-bottom: 1px;
	font-weight: 300;
}
nav ul li::before{
	display: none;
}
nav ul li::after{
	display: none;
}
.sub-menu{
	position: relative;
	top: 0%;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px;
	background-color: unset;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
	box-shadow: 0 1px 2px rgba(0,0,0,0.0), 
                0 2px 4px rgba(0,0,0,0.0), 
                0 4px 8px rgba(0,0,0,0.0), 
                0 8px 16px rgba(0,0,0,0.0),
                0 16px 32px rgba(0,0,0,0.0), 
                0 32px 64px rgba(0,0,0,0.0);
}
.sub-menu li a{
	line-height: 30px;
}
.deets{
	position: fixed;
	height: auto;
	width: 100%;
	right: 00%;
	z-index: 460;
	display: table;
	padding: 40px;
	top: -100%;
	background-color: #111;
	opacity: 0.9;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.deets a{
	width: 100%;
	display: block;
}
.showdeets{top: 50px;}

.shownav{top:0px;}
.banner{
	height: 550px;
}
.bannertextage{
	height: 550px;
	position: absolute;
	width: 70%;
	bottom: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bannertext{
	padding: 1.65rem;
	vertical-align: bottom;
}
.sliderbar{	padding: 0 1.65rem;}
.sliderbar a{padding: 0;}

.why{
	margin-top: 0px;
}
.whyicon img{
	height: 100%;
	padding: 20px 1.65rem;
}
.whytext{
	padding: 40px 1.65rem;
}


.content{
	background-color: #111;
	margin-top: 30px;
	color: #bbb;
	padding: 60px 1.65rem;
	padding-bottom: 70px;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.slider{
	margin-bottom: 0;
	pointer-events:none;
}
.getintouch{
	margin-top: 0px;
	padding: 50px 1.65rem;
	margin-bottom: 30px;
}

.getintouch::before{
	position: absolute;
	top: 0;
	right: 00px;
	background-color: #111;
	content: " ";
	height: 100%;
	width: 4000px;
	z-index: -1;
}

.getintouch::after{display: none;}

.fcol{
	margin-bottom: 20px;
}

footer{
	padding-bottom: 20px;
	padding-top: 40px;
}



.logo::after{
	position: absolute;	
	content: " ";
	background-color: #fff;
	width: 400px;
	height: 100%;
	top: 0;
	right: -100px;
	z-index: -1;
  transform-origin:0% 0%;

	 -ms-transform: skew(-35deg,0deg);
  -webkit-transform: skew(-35deg,0deg);
  transform: skew(-35deg,0deg);
}

.banner::after{
	position: absolute;	
	content: " ";
	background-color: #0071bc;
	width: 100%;
	height: 100%;
	top: 0;
	right: 00px;
	z-index: -1;
	opacity: 0.3;
}

.slider{height: 300px;}


.otherbanner{
	height: 350px;
}
.otherbannertextage{
	height: 350px;
}


.by p{
	width: 100%;
}
.by a{
	width: 100%;
}

}


















@media screen and (max-width: 768px) { 
.topcorner{
  display: none;
}
.bannertext h1{
	font-size: 38px;
	line-height: 45px;
}
.bannertext p{
	font-size: 17px;
}
.bannertextage{
	width: 100%;
}
.thumbs{
	float: left;
	width: 33.33%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.formpad{
	padding: 0;
	padding-right: 0px;
}
.inner-bannertext{
	height: 350px;
}
}





@media screen and (max-width: 480px) { 
.topcorner{
  display: none;
}
.logo{
	margin-right: 0;
}
.logo img{
	padding: 15px;
	height: auto;
	max-width: 100%;
	max-height: 140px;
}

.bannertext h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.bannertext p{
	font-size: 16px;
}
.content{margin-top: 0px;}
}

.sidebartestimonials{
	background-color: #111;
	margin-top: 60px;
	height: 100%;
}