@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	width: 100%;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.clear {
	clear: both;
	width: 100%;
}
p, ul {
	font-weight: 400;
	font-style: normal;
}
img {
	border: 0;
}
h2 {
	font-weight: 600;
	font-style: normal;
	color: #0b70b4;
	text-align: center;
	text-transform: uppercase;
}
h1 {
	font-weight: 400;
	color: #fff;
	width: 100%;
	font-size: 2.500em;
	text-transform: uppercase;
}
header {
	width: 100%;
	height: 350px;
}
strong {
	font-weight: 600;
}
.align_left {
	text-align: right;
	position: relative;
	/* margin-left: 40%; */
}
.align_right {
	text-align: right;
	position: relative;
}
.side_left {
	position: absolute;
	left: 0px;
	margin-top: 75%;
}
.side_right {
	position: absolute;
	right: 0px;
}
.ab {
	position: absolute;
}
#nav {
	list-style: none;
	position: relative;
	z-index: 9;
	float: right;
	width: 63%;
	top: 165px;
	right: 50px;
}
#nav li {
	margin: 0 0 15px 0;
	float: right;
	padding: 0px 15px;
	border-left: 1px solid #096fb3;
	position: relative;
}
#nav li:last-child {
	border-left: none !important;
}
#nav li a {color:#096fb3;text-decoration: none;}

#header, #intro, #second {
	width: 100%;
}
#intro {
	background: url(../images/top_background.jpg) 0% 0 no-repeat;
	color: white;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
}
#intro h1 {
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 10%;
	width: 28%;
	text-align:right;
	float: left;
}
#intro .content_right {
	float: right;
	width: 70%;
	font-size: 1em;
	margin-top: 9.1%;
	margin-bottom: 90px;
}
#second {
	background-color: #cbcb2b;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-size: 100%;
}
#second:after {
	content:"";
	background: url(../images/arrow_green.png) no-repeat bottom center;
	width: 402px;
	height: 200px;
	position: absolute;
	right: 10%;
}
#second .story {
	padding: 4%;
	width: 92%;
	text-align: center;
}
#second .story p {
	line-height: 1.8em;
	font-size: 1.8em;
}
#third {
	background: #fff;
	color: #cbcb2b;
	margin: 0 auto;
	padding: 6% 0;
	text-align: center;
	font-size: 2em;
}
#third .story {
	text-align:right;
	width: 50%;
	margin: 80px auto;
	font-weight: 500;
	font-size: 1.800em;
	margin-right: 18%;
}
#third .story:before {
	content:"";
	background: url(../images/passionate_icon.png) no-repeat bottom center;
	width: 273px;
	height: 273px;
	position: absolute;
	left: 10%;
	margin-top: -1%;
}
#fourth {
	background-color: #1672b2;
	color: white;
	background-size: cover;
}
#fourth .story {
	padding:10% 0px;
	font-size: 1.000em;
}
#fourth p {
	font-size: 1.000em;
}
#fourth ul {
	margin: 10px auto 40px auto;
}
#fourth li {
	margin-bottom: 10px;
}
#fourth:before {
	content:"";
	background: url(../images/arrow_white.png) no-repeat bottom center;
	width: 100%;
	height: 198px;
	position: absolute;
	display: block;
}
#fourth:after {
	content:"";
	background: url(../images/arrow_blue.png) no-repeat bottom center;
	width: 361px;
	height: 146px;
	position: absolute;
	left: 10%;
}
#fifth {
	background: #fff;
	color: #096fb3;
	padding: 50px 0 50px 0;
	overflow: hidden;
}
#fifth h1 {
	color: #0b70b4;
    margin-bottom: 80px
}
#fifth .story {
    margin-top: 120px;
}
#fifth h1 span {
	color: #0b70b4;
	font-size: 0.7em !important;
	display: block;
	text-transform: initial;
}
#fifth p {
	font-size: 1.0em;
	font-weight: 300;
}
#fifth img {
	margin:30px auto;
	max-width: 973px;
}
#sixth {
	background: url(../images/business_benefits_background.jpg) no-repeat bottom center;
	width: 100%;
	height: 250px;
	background-size: cover;
	padding-top: 150px;
}
#sixth h2 {
	color:#fff;
}
#fifth:after {
	content:"";
	background: url(../images/arrow_white.png) no-repeat bottom center;
	width: 100%;
	height: 198px;
	position: absolute;
	display: block;
}
#seventh {
	width: 100%;
	background-color: #1c394b;
	display: flex;
}
#seventh .block {
	width: 33.333333333333333%;
	float:left;
	background-color:#096fb3;
	color:#fff;
	height: auto;
	position: relative;
}
#seventh .block div {
	padding:15%;
}

#seventh .block:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

#seventh .block:nth-child(2) {
	background-color:#1c394b;
}
#seventh .block:nth-child(3) {
	background-color:#071b26;
}
#eighth {
	width: 100%;
	height:auto;
}
#eighth .bottom_logo {
	width:100%;
	margin:100px auto;
	text-align:center;
}

.story {
	margin: 0 auto;
	/* overflow: auto; */
	width: 80%;
	height: 100%;
}
.story .float-left, .story .float-right {
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
}
.logo {
	width: 276px;
	height: 198px;
	position: relative;
	top: 90px;
	text-align: center;
	z-index: 2;
	left: 80px;
	float: left;
}
input {
	width: 49%;
	height: 30px;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 20px;
	color: #0b70b4;
	border: 1px #0b70b4 solid;
	float: left;
}
form {
	margin-top: 80px;
}
#message {
	width: 47%;
	height: 174px;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 20px;
	color: #0b70b4;
	border: 1px #0b70b4 solid;
	float: right;
	font-family: 'Raleway', sans-serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #b9cad5;
 text-transform: uppercase;
 font-family: 'Raleway', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #b9cad5;
 text-transform: uppercase;
 font-family: 'Raleway', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #b9cad5;
 text-transform: uppercase;
 font-family: 'Raleway', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
 color: #b9cad5;
 text-transform: uppercase;
 font-family: 'Raleway', sans-serif;
}
button {
	background-color: #0b70b4;
	color: #fff;
	border: none;
	width: 100%;
	padding: 2%;
	font-size: 1.5em;
	text-transform: uppercase;
}
span input[type="text"]:focus { /* You can also use .element.text:focus here */
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.email-sent {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #fff;
	color: #0b70b4;
	padding-top: 463px;
	z-index: 11;
}
.support {
	width:100%;
	background-color: #0b70b4;
	color:#fff;
	display: none;
}
.support form {
	width:80%;
	margin:80px auto;
}
.support h2 {
	color:#fff;
	padding-top:50px
}
.support input {
    width: 100%;
}
.support textarea {
    width:100%;
    height: 102px;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 20px;
	color: #0b70b4;
	border: 1px #0b70b4 solid;
	float: none;
	font-family: 'Raleway', sans-serif;
	clear:both;
}
.support select {
    width: 101%;
    font-size: 1em;
    margin-bottom: 20px;
    color: #b9cad5;
    border: 1px #0b70b4 solid;
    float: none;
    font-family: 'Raleway', sans-serif;
    border-radius:0px;
    height: 54px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 10px;
}
.support_call_button {
	width: 150px;
	padding: 10px;
	background-color: #b9cad5;
	color: #fff;
	position: fixed;
	bottom: 8%;
	right: -68px;
	text-align: center;
	transform: rotate(-90deg);
	z-index: 9;
}
.support_call_button a {
	color:#fff;
	text-decoration: none;
}
#capture1_img {
    display:  block;
    margin-bottom: 50px;
}
.power {
	display: block;
	text-align: right;
	color: #096fb3;
	font-size: 12px;
	margin-top: 4px;
}
.power a {
	color: #096fb3;
	text-decoration: none !important;
}
@media only screen and (max-width: 1438px) {
	header {
		zoom:0.9;
	}
	h1 {
		font-size: 2.0em;
	}
	h2 {
		font-size: 2.0em;
	}
	p {
		font-size: 1em;
	}
	#third .story {
		font-size: 2em;
	}
	input {
		width:47%;
	}
}
@media only screen and (max-width: 1024px) {
	header {
		zoom:0.7;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 2em;
	}
	p {
		/* font-size: 0.8em; */
	}
	#third .story {
		font-size: 2em;
	}
	#third .story:before {
		background-size: 59%;
		margin-top: -11%;
		left: 3%;
	}
	input {
		width: 45%;
	}
	#second .story p {
		font-size: 2em;
	}
}
@media only screen and (max-width: 1023px) {
	.power {
		text-align: center;
	}
.content_left, .content_right {
	width: 100% !important;
}
.side_left, .side_right {
	display: none;
}
#eighth .content_right {
	margin-top: 0px !important;
}
#fifth {
	padding: 50px 0 150px 0;
}
input, #message {
	width: 100% !important;
	position: relative !important;
	float: none !important;
	padding: 1% !important;
}
#submit {
	width: 102% !important;
	position: relative !important;
	float: none !important;
	padding: 3% !important;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.7em;
}
p {
	/* font-size: 1em; */
}
#third {
	font-size: 1.0em;
	padding: 80px 0px
}
#nav {
	display: none !important;
}
.logo {
	width: 100%;
	padding:0px;
	margin:0px;
	left: 0px;
}
#intro h1 {
	width:60%;
	clear:both;
	float:left;
	font-size: 1.5em;
	text-align:left;
}
#seventh {
	display:inline-block;
}
#seventh .block {
	width:100%;
	float:none !important;
	padding:0;
}
#seventh .block div { padding:8%;}
}

@media only screen and (max-width: 980px) {
	#second:after {
		margin-top:-10px
	}
	#fourth:before {
		margin-top:-10px
	}
	#fourth:after {
		margin-top:-10px
	}
	#third .story {
		font-size: 1em;
	}
	#fourth p,#fourth li {
		font-size: 1em;
	}
	#fifth p {
		/* font-size: 0.5em; */
		font-weight: 300;
	}
	ul {/* font-size: 0.5em; */}
	#seventh .block div { padding:10%;}
	#sixth {
		background-size: cover;
		background-position: 50% -70px !important;
		margin-top: -13%;
	}
	#third .story {font-size: 1.5em;}
    #third .story:before {
		background-size: 59%;
		margin-top: -15%;
		left: 3%;
	}
    #second .story p {
		font-size: 0.9em;
	}
}