* {
	box-sizing:border-box;
}

body {

	margin: 0;
	font-family:'Proxima Nova A W07';

}

ul {
	margin: 0;
	list-style: none;
	padding: 0;

}

a{
	text-decoration: none;
}

h1,h2,h3 {

	font-style: normal;
	font-weight: bold;
}

h1 {
	font-size: 30px;
	line-height: 120%;
	margin-top: 0;
}

.banner h1 {
    font-size: 170px;
    line-height: 90%;
	margin:0;
}

h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 48px;
	margin:0;
}

h3 {
	font-size: 20px;
}

.lead {
	font-size: 22px;
    opacity: .8;
    margin-top: 10px;
    line-height: 32px;
}

p {
	font-style: normal;
	font-weight: 400;
	color:#555;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}

p.small {

	font-size:11px;
	margin:2px 0 5px;
}

.form-control {
	border-radius: 0;

}


.btn {
	background:#F29B30;
	color:#fff;
	padding:20px 32px;

	font-size:11px;
	display: inline-block;
	font-weight: 600;
	border: none;
    cursor: pointer;
    -webkit-transition: background .5s ease; 
    transition: background .5s ease;
    border-radius: 0;

    color: #fff;
    padding: 18px 32px;
    /* text-transform: uppercase; */
    /* letter-spacing: 3px; */
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    border: none;
    cursor: pointer;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    border-radius: 0;
    	background: #2270b9;

}

.btn:hover {
	background: #f08f18;
}

a {
	color: #2270b9;
}

.nav:after{
	content: "";
	display: table;
	clear: both;
}


.navContainer {
	position: relative;

}




.navContainer li{
	float:right;

}

.navContainer .left{
	float: left;
} 

.navContainer .right{
	float: right;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;	
} 

.navContainer a {
	font-size:11px;
	letter-spacing: 1px;
	color:#999;
	display:inline-block;
	padding:26px 38px;
	font-weight: 600;
	-webkit-transition: all .5s ease; 
    transition: all .5s ease;
     position: relative;
     background: #222;
    font-family:'Neue Helvetica W01',sans-serif;


}

.navContainer a span {
	position: relative;

}


.navContainer a#test {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}


.navContainer a:hover {
	color: #fff;
	background:#111;
}


.navContainer a#test:hover:before  {
	-webkit-transform: scaleY(1);
    transform: scaleY(1);

}

.navContainer a#logo {
	width:140px;
	display: block;
	margin: 50px;
	padding:0;
	position: absolute;
	background:none;
	opacity: .2;
	z-index: 1;
}


.navContainer a#logo {
	opacity: .2;
}


#home .navContainer a {

     background: #fff;

}

#home .navContainer a:hover {

     background: rgba(255,255,255,.5);

}

#home .navContainer a#logo {
	opacity: .9;	
	background: none;
}



#home .navContainer a#logo svg{
	fill:#fff;
}




.banner {
	padding:100px 50px;
	color: #fff;
	position: absolute;
	height: 100%;
}

.background {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: 0 8%;
	opacity: 0;
	  -webkit-transition: opacity 1s ease; /* Safari */
    transition: opacity 1s ease;
}

.background#background1 {
	background-image: url(assets/images/1.jpg);
}



.background.active {
	opacity: 1;
}

.content {
	position: relative;
	z-index: 9999;
}

.body {
	position: relative;
	color: #444;
	overflow: hidden;
}

.body .content {
	margin: 200px 50px 100px 50px;
	max-width: 600px;
	float: left;
}


.body .sample {
	margin: 200px 50px 100px 50px;
	max-width: 600px;
	float: right;
	position: absolute;
	width: 33.33333%;
	right:-100px;
	top: 140px;
}


.body .sample img {
	width: 100%;

}




#offer .jumbotron {
	background-image: url(https://images.unsplash.com/photo-1464145672011-e33b3c1c7f81?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
	background-size: cover;
	color: #fff;
	padding:100px 0 40px;
	position: relative;
	background-position: 50%;
	margin: 0;
}


#offer .jumbotron .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: #000;
	opacity: .4;
}

#offer .jumbotron p.lead {
	color: #999;
}



#offer .jumbotron form {
	padding:30px 40px;
	background: rgba(0, 0, 0, 0.9);
}


#offer .jumbotron form p {
	font-size: 15px;
	margin-bottom: 0;
}


#offer .jumbotron h1 {
	margin-top: 80px;
}



#offer .right {
	display: none;	
}


#offer #logo {
	fill:#fff;
	opacity: 1;
}



.form-group label {
	font-weight: 400;
}



#secondary {
	background: #e2e2e2;
	padding:60px 0 60px;
	background: linear-gradient(to bottom, #fff 0%, #e2e2e2 100%);
}

img#clients {
	margin: 50px auto 50px auto;
	display:block;
	opacity: .5;
	max-width: 500px;
}

#services {
	padding:60px 0 100px;
}

#cta {
	background: #1a1a1a;
	padding:50px 0 60px;
	color: #fff;
}

#cta .help-block{
	color:#999;
}

.quote img {
	width: 50px;
	margin-right: 20px;
	border-radius: 50%;
}


.quote {
	color: #ccc;
	margin-top: 40px;
}

.quote p{
	color: #ccc;
}

#footer {
	background: #111;
	padding:30px 0 40px;
	color: #888;
}







.owl-prev {
	position: absolute;
    top: 26%;
    left: -120px;
}



.owl-next {
	position: absolute;
    top: 26%;
    right: -120px;
}



.owl-nav i {
	font-size: 60px;
	color: #222;
	padding:40px;
}


.owl-nav i:hover{
	color: #2270b9;
}

