/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
body {
    font-family: 'Roboto Condensed', sans-serif;
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 178px;
    transition: 0.4s ease;
}
.container {
	max-width: 1570px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/
@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/HelveticaLt.eot');
	src: local('☺'), url('../fonts/HelveticaLt.woff') format('woff'), url('../fonts/HelveticaLt.ttf') format('truetype'), url('../fonts/HelveticaLt.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-bold-font-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-font-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* --------- HEADER HERE ---------*/
.header {
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.4s ease;
}
.header .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 178px;
    transition: 0.4s ease;
}
.logo {
    
}
.logo img {
    display: block;
    max-width: 100%;
}
.sticky .header .col-md-12 {
    height: 140px;
}
.sticky .header {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);   
}
.sticky .wrapper {
	padding-top: 140px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainnav nav {
    margin-right: 24px;
}
.mainnav nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.mainnav nav ul li {
    position: relative;
}
.mainnav nav > ul > li:after {
    display: block;
    content: "";
    background: #ffb81c;
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -7px;
}
.mainnav nav ul li a {
    display: block;
    color: #0d3590;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 22px;
    transition: 0.2s ease-in;
}
.mainnav nav > ul > li > a:hover {
    color: #ffb81c;
}
.mainnav nav ul li.menudown > a {
    color: #ffb81c;
}
.mainnav nav ul li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 300px;
    background: #ffffff;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
}
.mainnav nav ul li ul li {
    margin-bottom: 16px;
}
.mainnav nav ul li ul li a {
    display: block;
    color: #003594;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.2s ease-in;
    padding: 6px 22px;
    padding-right: 15px;
    letter-spacing: 0;
    position: relative;
}
.mainnav nav ul li ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 22px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #ffb81c;
    transition: 0.2s ease-in;
}
.mainnav nav ul li ul li a:hover {
    font-weight: 700;
}
.mainnav nav ul li ul li a:hover:after {
    width: 36px;
}
.mainnav nav ul li ul li.current-menu-item a {
    font-weight: 700;
}
.mainnav nav ul li ul li.current-menu-item a:after {
    width: 36px;
}
.mainnav .tel {
    display: block;
    color: #0d3590;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: 0.2s ease-in;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
main {
    display: block;
}
.main_content {
    padding-bottom: 150px;
}
.homehero {
    height: calc(100vh - 178px);
    min-height: 500px;
    position: relative;
}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 40px;
}
.hero_caption h1 {
    color: #ffffff;
    font-size: 76px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 56px;
	text-shadow: 2px 2px 5px black
}
.areas_served {
    
}
.areas_served .container {
	max-width: 1730px;
}
.areas_served_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.area_map {
    flex: 0 0 440px;
    max-width: 440px;
    position: relative;
    z-index: 40;
    padding-top: 100px;
    padding-bottom: 84px;
}
.areas_served_content .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 488px;
    position: relative;
    padding-top: 190px;
    padding-bottom: 60px;
}
.areas_served_content .content .content_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% + ((100vw - 1730px) / 2) + 8px);
    background-position: left bottom;
}
.areas_served_content .content .text {
    position: relative;
    z-index: 40;
    margin-right: -50px;
}
.area_map figure {
    margin: 0;
    width: 690px;
    position: relative;
    left: -25px;
    margin-bottom: 65px;
}
.area_map figure img {
    display: block;
    max-width: 100%;
}
.area_map h3 {
    color: #2b2e34;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: right;
    padding-bottom: 40px;
}
.quote_box {
    max-width: 364px;
    padding-left: 34px;
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
}
.quote_box blockquote {
    color: #2b2e34;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}
.quote_box blockquote:before {
    display: block;
    content: "“";
    color: #ffb81c;
    font-family: 'Russo One', sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
}
.quote_box blockquote:after {
    display: block;
    content: "”";
    color: #ffb81c;
    font-family: 'Russo One', sans-serif;
    font-size: 55px;
    font-weight: 400;
    line-height: 0;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.quote_box h6 {
    color: #003594;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    padding-right: 14px;
}
.areas_served_content .content p {
    color: #000000;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.71;
}
.info_bar {
    background: #707070;
}
.info_carousel {
    text-align: center;
}
.info_carousel p {
    color: #ffffff;
    font-size: 24px;
    font-family: Helvetica;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}
.slick-slide {
    outline: none !important;
}
.slick-prev {
    width: 24px;
    height: 24px;
    background: url(../images/left_arrow.svg) no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -12px;
}
.slick-next {
    width: 24px;
    height: 24px;
    background: url(../images/right_arrow.svg) no-repeat center center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -12px;
}
.info_carousel {
    margin: 0 30px;
}
.info_carousel .slick-slide {
    min-height: 130px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}
.service_wrapper {
    padding-top: 36px;
    padding-bottom: 166px;
}
.service_wrapper .container {
    max-width: 1880px;
}
.services_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services_list > * {
    padding: 0 13px;
    margin-bottom: 22px;
    min-height: 402px;
}
.services_list .title {
    min-height: 402px;
    flex: 0 0 27%;
    max-width: 27%;
}
.services_list .title h3 {
    position: absolute;
    padding: 0 65px;
    width: 100%;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 64px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 0.95;
}
.services_list .content {
    height: 100%;
    min-height: 100%;
    position: relative;
}
.services_list .content img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_list .service_block {
    flex: 0 0 24.33%;
    max-width: 24.33%;
}
.services_list .service_infocontent {
    flex: 0 0 51.33%;
    max-width: 51.33%;
}
.services_list .service_block .service_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,184,28,0.75);
    text-align: center;
}
.services_list .service_block .service_title h4 {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 1.87px;
}
.services_list .service_block:nth-child(3) .service_title, .services_list .service_block:nth-child(6) .service_title  {
    background: rgba(0,53,148,0.75);
}
.services_list .service_block a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.services_list .service_infocontent .content {
    padding-left: 110px;
    padding-right: 40px;
    padding-top: 50px;
}
.services_list .service_infocontent p {
    color: #000000;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 28px;
}
.page_title {
    position: relative;
}
.page_title:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,53,148,0.4);
    position: absolute;
    left: 0;
    top: 0;
}
.page_title .col-md-12 {
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 40;
}
.page_title h1 {
    color: #ffffff;
    font-size: 65px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 0;
}
.page_title h1:after {
    display: block;
    content: "";
    width: 100px;
    height: 7px;
    background: #ffb81c;
    margin-top: 12px;
}
.standard_page ul li {
    color: #000000;
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.62;
    padding-left: 75px;
    position: relative;
    background: url('../images/bolt.svg') no-repeat 30px 14px;
}
.about_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 88px;
}
.about_page .about_pic {
    flex: 0 0 450px;
    max-width: 450px;
    margin-right: 70px;
}
.about_page .about_pic figure {
    margin: 0;
    float: right;
    width: calc(100% + ((100vw - 1570px) / 2) + 15px);
}
.about_page .about_pic figure img {
    display: block;
    max-width: 100%;
}
.about_page .about_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 35px;
}
.about_content h2 {
    font-size: 36px;
    line-height: normal;
}
.about_content p {
    margin-bottom: 56px;
}
.about_feature {
    display: inline-block;
    max-width: 670px;
    padding: 0 25px;
    padding-right: 35px;
    margin-bottom: 42px;
}
.about_feature p {
    font-size: 34px;
    line-height: 1.62;
    margin-bottom: 18px !important;
}
.about_feature:before {
    display: block;
    content: "";
    width: 192px;
    height: 6px;
    background: #ffb81c;
    margin-bottom: 26px;
    position: relative;
    left: -25px;
}
.about_feature:after {
    display: block;
    content: "";
    width: 192px;
    height: 6px;
    background: #ffb81c;
    margin-top: 25px;
    float: right;
    position: relative;
    right: -35px;
}
.about_feature ul {
    list-style: none;
    margin: 0;
}
.about_feature ul li {
    padding-bottom: 12px;
}
.standard_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 100px;
}
.standard_page .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.standard_page .side_pic {
    flex: 0 0 600px;
    max-width: 600px;
    margin-left: 70px;
}
.standard_page .side_pic figure {
    margin: 0;
    width: calc(100% + ((100vw - 1570px) / 2) + 15px);
}
.standard_page .side_pic figure img {
    display: block;
    width: 100%;
    max-width: 700px;
}



.standard_page .side_pic1 {
    flex: 0 0 600px;
    max-width: 900px;
    margin-left: 0px;
}
.standard_page .side_pic1 figure {
    margin: 0;
    width: calc(100% + ((100vw - 1570px) / 2) + 15px);
}
.standard_page .side_pic1 figure img {
    display: block;
    width: 100%;
    max-width: 900px;
}




.standard_page .side_content {
    flex: 0 0 600px;
    max-width: 600px;
    margin-left: 70px;
}
.standard_page .side_content .text {
    width: calc(100% + ((100vw - 1570px) / 2) - 20px);
}
.safety_principles {
    padding-bottom: 48px;
}
.safety_principles .title {
    max-width: calc(100% - 640px);
    padding-bottom: 38px;
}
.safety_info + .safety_principles {
    margin-top: -100px;
}
.safety_page p {
    font-size: 24px;
    line-height: 1.82;
}
.safety_page h2 {
    font-size: 28px;
    line-height: 1.48;
}
.safety_page h3 {
    font-size: 30px;
}
.safety_principles .standard_page {
	padding-top: 0;
}

.power_list.column-2 ul {
	column-count: 2;
    padding-left: 30px;
}
.power_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.power_list ul li {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.26;
    padding-left: 45px;
    position: relative;
    background: url('../images/bolt.svg') no-repeat left 2px;
    margin-bottom: 26px !important;
}
.standard_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service_page {
    padding-top: 64px;
}
.maparea {
    text-align: center;
    padding-top: 100px;
}
.maparea img {
    max-width: 100%;
}
.telecom_page {
    
}
.telecom_page .content {
    padding-right: 80px; 
}
.telecom_page .content p {
    margin-bottom: 56px;
}
.telecom_page .power_list {
	padding-bottom: 26px;
}
.power_list h4 {
    padding-left: 45px;
    padding-bottom: 26px;
}
.trans_page .power_list ul li {
    margin-bottom: 26px;
}
.standard_page h2 + .power_list {
	padding-top: 70px;
}
.power_list + .power_list {
    padding-top: 33px;
}
.standard_page p {
    margin-bottom: 50px;
}
.career_page p {
    font-size: 24px;
    line-height: 1.62;
}
.career_page .about_feature {
    margin-bottom: 66px;
}
.power_list.column-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.power_list.column-3 ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 65px;
    line-height: 1.62;
    background-position: left 6px;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox + label.css-label:before {
    display: block;
    content: "";
    width: 40px;
    height: 32px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s ease-in;
    box-sizing: border-box;
}
input[type=checkbox].css-checkbox + label.css-label:after {
    display: block;
    content: "";
    width: 40px;
    height: 32px;
    background: url('../images/check.svg') no-repeat center center;
    background-size: 30px auto;
    transition: 0.1s ease-in;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    box-sizing: border-box;
}
input[type=checkbox].css-checkbox:checked + label.css-label:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
label.css-label {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 32px;
}
label.css-label sup {
    color: #ffb81c;
    position: relative;
    top: -4px;
}
.wpcf7-list-item-label {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 32px;
}
input[type=checkbox].css-checkbox + .wpcf7-list-item-label {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type=checkbox].css-checkbox + .wpcf7-list-item-label:before {
    display: block;
    content: "";
    width: 40px;
    height: 32px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s ease-in;
    box-sizing: border-box;
}
input[type=checkbox].css-checkbox + .wpcf7-list-item-label:after {
    display: block;
    content: "";
    width: 40px;
    height: 32px;
    background: url('../images/check.svg') no-repeat center center;
    background-size: 30px auto;
    transition: 0.1s ease-in;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    box-sizing: border-box;
}
input[type=checkbox].css-checkbox:checked + .wpcf7-list-item-label:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wpcf7-list-item-label sup {
    color: #ffb81c;
    position: relative;
    top: -4px;
}
.benifits {
    padding-top: 36px;
    padding-bottom: 52px;
}
.benifits h2 {
    font-size: 30px;
    padding-bottom: 34px;
}
.join_form_wrapper {
    
}
.join_form_wrapper h4 {
    line-height: 1.62;
    padding-bottom: 106px;
}
.join_form {
    background: #4068af;
    border-radius: 10px;
    padding: 50px 182px 50px;
    max-width: 1520px;
    margin: 0 auto;
}
.join_form h3 {
    font-size: 32px;
    padding-bottom: 38px;
}
.join_form .row {
    margin: 0 -40px;
}
.join_form [class*=col-] {
    padding: 0 40px;
}
.form-group {
    margin-bottom: 42px;
}
.form-group label {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
}
.form-group label sup {
    color: #ffb81c;
    position: relative;
    top: -4px;
}
.form-control {
	display: block;
    width: 100%;
    height: 56px;
    background: #ffffff !important;
    border: none !important;
    border-radius: 6px;
    box-shadow: none !important;
    -webkit-appearance: none;
    outline: none !important;
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 69px;
    padding: 0 20px !important;
}
textarea.form-control {
    padding: 20px !important;
    height: 320px;
    line-height: normal;
    resize: none;
}
.join_form .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 32px;
    position: relative;
}
.join_form .form-btn p {
    margin-bottom: 0;
}
.join_form .form-btn .btn {
    padding: 0 38px;
    min-width: 212px;
}
.join_form .form-btn .verify {
	margin-left: 60px;
}
.contact_page {
    padding-top: 185px;
}
.services_circle {
    margin-top: 200px;
    margin-bottom: 100px;
    position: relative;
}
.services_circle ol {
    display: block;
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    border: 14px solid rgba(255,184,28,0.54);
    border-radius: 50%;
    position: relative;
}
.services_circle ol li {
    display: block;
    width: 306px;
    height: 303px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.services_circle ol li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}
.services_circle ol li figure {
    display: block;
    width: 306px;
    height: 303px;
    border-radius: 50%;
}
.services_circle ol li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_circle ol li h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 112px;
    background: rgba(255,184,28,0.75);
    z-index: 40;
    color: #ffffff;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.62;
    text-align: center;
    padding: 20px 40px;
}
.services_circle ol li:nth-child(even) h3 {
    background: rgba(0,53,148,0.75);
}
.services_circle .info {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.services_circle .info p {
    color: #000000;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 0;
}
.services_circle ol li:nth-child(1) {
    position: absolute;
    top: -150px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.services_circle ol li:nth-child(2) {
    position: absolute;
    right: -134px;
    top: 220px;
}
.services_circle ol li:nth-child(3) {
    position: absolute;
    right: 46px;
    bottom: -36px;
}
.services_circle ol li:nth-child(4) {
    position: absolute;
    left: 46px;
    bottom: -36px;
}
.services_circle ol li:nth-child(5) {
    position: absolute;
    left: -134px;
    top: 220px;
}
.mobile_menubtn {
    display: none;
}
.submenu_btn {
    display: none;
}
.tabview {
    display: none;
}
.standard_page blockquote {
    display: inline-block;
    max-width: 670px;
    padding: 0 25px;
    padding-right: 35px;
    margin: 0;
    margin-bottom: 42px;
    font-style: normal;
}
.standard_page blockquote p {
    font-size: 32px;
    font-style: normal;
    line-height: 1.62;
    margin-bottom: 18px !important;
}
.standard_page blockquote:before {
    display: block;
    content: "";
    width: 192px;
    height: 6px;
    background: #ffb81c;
    margin-bottom: 26px;
    position: relative;
    left: -25px;
}
.standard_page blockquote:after {
    display: block;
    content: "";
    width: 192px;
    height: 6px;
    background: #ffb81c;
    margin-top: 25px;
    float: right;
    position: relative;
    right: -35px;
}
.ajax-loader {
    display: block !important;
    margin: 0 auto !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    top: 102%;
    left: 50%;
    transform: translate(-50%,0);
}
.join_form .form-btn span.wpcf7-list-item {
    margin: 0;
}
.inner_content {
    padding-top: 80px;
}
.inner_content ul, .inner_content ol {
    list-style-position: inside;
    margin-bottom: 25px;
}
.inner_content ul li {
    margin-bottom: 15px;
}
.inner_content ol li {
    margin-bottom: 15px;
}
.inner_content h1 {
    color: #003594;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
    text-decoration: none !important;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}
.page-numbers.prev {
    margin-right: 5px;
}
.areas_served_content.mobview {
    display: none !important;
}
.mobview {
    display: none;
}
.wpcf7-response-output {
    color: #ffd5de;
    font-size: 14px;
    border: none !important;
    text-align: center;
}
.wpcf7-not-valid-tip {
    color: #feaaca !important;
    font-size: 14px;
    position: absolute;
    top: 100%;
    padding-top: 4px;
    white-space: nowrap;
}
.wpcf7-form-control-wrap {
    display: block;
}
.nav-prev-text {
    display: none;
}
.nav-next-text {
    display: none;
}

/*Standard styling*/
h1 {
    color: #ffffff;
    font-size: 65px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 0.5em;
}
h2 {
    color: #003594;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.48;
    padding-bottom: 26px;
}
h3 {
    color: #ffb81c;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.45;
    padding-bottom: 20px;
}
h4 {
    color: #000000;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.48;
}
h5 {
    color: #000000;
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.48;
}
h6 {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.48;
}
p {
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.83;
}
p strong {
    font-weight: 700;
}
a {
    color: #0d3590;
}
.main_content li {
    color: #000000;
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
}
.btn {
    border: 3px solid transparent;
    border-radius: 15px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 0 25px;
}
.btn img {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
	width:20px;
}
.btn-md {
    padding: 0 15px;
    height: 50px !important;
    font-size: 18px !important;
    line-height: 43px !important;
}
.btn-outline-primary {
    border-color: #003594;
    color: #003594;
}
.btn-outline-primary:hover {
    border-color: #003594;
    background: #003594;
}
.btn-outline-light {
    border-color: #ffffff !important;
    color: #ffffff !important;
}
.btn-outline-light:hover {
    border-color: #ffffff !important;
    color: #003594 !important;
}
table th {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.42;
}
table td {
    color: #000000;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.42;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    background: #707070;
    padding-bottom: 50px;
}
.footer .container {
	max-width: 1730px;
}
.footer_connect {
    background: #003594;
    border-radius: 25px;
    min-height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 105px;
    padding-left: 214px;
    margin-top: -80px;
    margin-bottom: 56px;
}
.footer_connect h4 {
    color: #ffffff;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
}
.footer_connect .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_connect .btn_box .btn {
    margin-left: 38px;
    padding: 0 28px;
}
.footer_connect .btn_box .btn:first-child {
    margin-left: 0;
}
.footer_list {
    padding-bottom: 35px;
}
.footer_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_list ul li {
    padding: 0 22px;
    border-right: 2px solid #ffb81c;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 1.56px;
    line-height: 26px;
}
.footer_list ul li:last-child {
    border-right: none;
}
.footer_list ul li a {
    display: block;
    color: #ffffff;
    line-height: 26px;
    text-decoration: none;
    transition: 0.2s ease-in;
}
.copyright_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.copyright_box img {
    margin-right: 28px;
}
.copyright_box p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 1.56px;
    line-height: normal;
    margin-bottom: 0;
}

/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #000000;
	text-decoration:none;
}
.header a[href^=tel] {
	color: #0d3590;
}
.footer a[href^=tel] {
	color: #ffffff;
}
	
	
/* ---------------------------------------------------------*/

/*06-11*/
.areas_served {
	position: relative;
}
.areas_served_content {
	position: static;
}
.areas_served_content .content.static {
	position: static;
}
.areas_served_content .content .content_bg_full {
	width: 100%;
}
.featured_training figure {
	margin: 0;
	margin-bottom: 20px;
}
.featured_training figure img {
	display: block;
	width: 100%;
}
.safety_principles + .standard_page {
	padding-top: 0;
}
.areas_served_alt {
	padding: 160px 0;
}
.area_text {
	padding: 60px 0;
	background: rgba(255,255,255,0.8);
	box-shadow: inset 0 4px 8px rgba(0,0,0,0.3);
}

/*18-01*/
.our_mission {
    padding: 30px 0;
}
.our_mission_content {
    padding: 0 70px;
}
.our_mission h3 {
    display: inline-block;
    color: #252c6a;
    font-size: 46px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.33;
    padding-bottom: 0;
    border-bottom: 4px solid #fdb71a;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.our_mission p {
    color: #252c6a;
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.42;
}
.areas_served_alt {
    padding: 120px 0;
}
.area_text {
    padding: 50px 0;
}
.quote_section {
    margin-bottom: 40px;  
}
.quote_section:before {
    display: block;
    content: "";
    width: 190px;
    height: 4px;
    background: #fdb71a;
    margin-bottom: 25px;
}
.quote_section:after {
    float: right;
    display: block;
    content: "";
    width: 190px;
    height: 4px;
    background: #fdb71a;
    margin-top: 25px;
}
.quote_section blockquote {
    color: #252c6a;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.56;
    margin: 0;
    padding: 0 34px;
    margin-bottom: 20px;
    position: relative;
}
.quote_section blockquote:before {
    display: inline-block;
    content: "“";
    color: #fdb71a;
    font-size: 80px;
    font-family: "Times, TimesNewRoman, Times New Roman, Baskerville, Georgia, serif";
    font-weight: 800;
    line-height: 1;
    position: absolute;
    left: -10px;
    top: -8px;
}
.quote_section blockquote:after {
    display: inline-block;
    content: "”";
    color: #fdb71a;
    font-size: 80px;
    font-family: "Times, TimesNewRoman, Times New Roman, Baskerville, Georgia, serif";
    font-weight: 800;
    line-height: 0;
    position: relative;
    top: 20px;
}
.quote_section h5 {
    float: right;
    color: #252c6a;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.25;
    padding-right: 70px;
}
.about_wrapper {
    padding-top: 75px;
}
.about_wrapper h2 {
    color: #252c6a;
    font-size: 55px;
    font-family: 'Russo One', sans-serif;
    font-weight: 400;
    line-height: normal;
}
.about_wrapper ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    margin-left: 24px;
    margin-bottom: 80px;
}
.about_wrapper ul li {
    color: #252c6a;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}
.about_wrapper h6 {
    color: #252c6a;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
    max-width: 420px;
    text-align: center;
    padding-bottom: 20px;
}
.about_wrapper ol {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 580px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.about_wrapper ol li {
    flex: 0 0 50%;
    max-width: 50%;
    color: #252c6a;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: normal;
    padding-right: 15px;
    margin-bottom: 14px;
}
.about_wrapper figure img {
    display: block;
    max-width: 100%;
}
.area_text p:last-child {
    margin-bottom: 0;
}