.cover-image:before {
	content: "";
	position: absolute;
	background: #0088FF;
	/*background: #46DEE6;*/
	height: 980px;
	top: -80px;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all 0.3s;
}
.zero-opacity.cover-image:before{
	/*background: linear-gradient(290deg,#002240,#00447F,#0066BF 50%,#4CACFF);*/
	/*background: linear-gradient(290deg,#00447F,#0066BF 50%,#4CACFF);*/
	/*background: linear-gradient(290deg,rgba(0,68,127,0.5),rgba(0,102,191,0.5) 50%,rgba(76,172,255,0.5));*/
	
	/*background: linear-gradient(290deg,rgba(0,68,127,1),rgba(0,102,191,1) 50%,rgba(76,172,255,1));*/
	background: url(../images/jumb-left.svg) top left no-repeat,linear-gradient(290deg,rgba(0,68,127,0.3),rgba(0,102,191,0.3) 50%,rgba(76,172,255,0.3)), #08f;
    background-size:cover;


    /* background-position: top left, top right, center center, center center; */
    /* background-repeat: no-repeat, no-repeat, no-repeat, no-repeat; */
    background-blend-mode: soft-light, normal;
	
}

.cover {
	padding-top: 120px;
	/*padding-bottom: 340px;*/
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -80px 0 0 0;
	background: none;
}

.zero-opacity.cover-image:after {
	background: #D3F3FE url('../images/cloud-blue.png') bottom center no-repeat;
}

.cover-image
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 900px;
	background-color: #0088FF;
	/*background-image: url('../images/covers/people-working-at-desk.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

.cover-none {background-color: #fff;}
.cover-none .navbar {background-color: #0088FF;}
.cover-none h1, .cover-none .sub-heading, .cover-none.services-2018.services-new-2018 .sub-heading, .cover-none.services-2018 .sub-heading { color: #333;}
.cover-none .jumb {
    padding-top: 180px;
    padding-bottom: 120px;
}
.cover-none a.btn {margin-bottom:75px;}
.cover-none img.jumb-img {margin-bottom:90px;}
@media (max-width: 767px) {
	.cover {
		margin: 0;
	}
}
@media (min-width: 768px) {	
  .cover-image:before {
	opacity: 0.8;
	}
	.zero-opacity.cover-image:before {
		opacity: 1 
	}
}

.homepage-fold
{
height: 900px;
}

.cover.cover-medium .cover-image,.cover.cover-medium.homepage-fold
{
	height: 700px;
}

.cover.cover-medium .cover-image:before{

	height: 780px;
}

.cover.cover-small .cover-image,.cover.cover-small.homepage-fold
{
	height: 500px;
}

.cover.cover-small .cover-image:before{

	height: 580px;
}





.cover .container{
	position: relative;
}


.cover h1,.cover h2 {
	color: #fff;
	margin: 0;
	float: left;
	clear: both;
	font-size: 56px;
	line-height: 80px;
	font-weight: 300;
}

.cover h1 strong,.cover h2 strong {
	font-weight: 600;
}

.cover h3 {
	color: #fff;
	margin: 0;
	float: left;
	clear: both;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}

.cover a, .cover a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-right: 61px;
	background: url('../images/subnav-arrow.png') right center no-repeat;
}

.cover a.btn, .cover a.btn:hover {
	background-image: none;
}

.body {
	/*background: #ddd;*/
}

.boxed {
	background: #fff;
	/*box-shadow: 0 0 4px rgba(0,0,0,0.4);*/
	/*margin-top: -300px;*/

	margin-bottom: 80px;
	padding: 40px;
	    margin-top: 60px;
}



.boxed.pull-up {
	margin-top: -100px;
}

.boxed-inner {
	max-width: 620px;
  margin: auto;
}

@media (min-width: 768px) {

  .cover h2{
    max-width: 50%;
  }



}

@media (min-width: 992px) {
	.boxed {
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {

	.boxed {
		padding: 80px;
	}

}
