<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*- Landing Page -*/

#landing {
	font-family: 'Roboto Condensed', sans-serif;
	color: #898989;
	font-size: 18px;
	line-height: 30px;
}

.landing header {
	background-color: #035ea8;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.landing_header_top {
	padding-top: 55px;
}

.landing_head_details {
	text-align: right;
	color: #FFF;
	margin-top: 25px;
}

.landing_head_cities {
	display: block;
	margin-bottom: 20px;
}
	.landing_head_cities ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		display: inline-block;
	}
		.landing_head_cities ul li {
			margin: 0;
			padding: 0 10px;
			list-style-type: none;
			display: inline-block;
			float: left;
			border-left: 1px solid #84accd;
			border-right: 1px solid #FFF;
			font-size: 16px;
			line-height: 20px;
			font-weight: 400;
		}
		.landing_head_cities ul li:first-child { border-left: none; padding-left: 0; }
		.landing_head_cities ul li:last-child { border-right: none; padding-right: 0; }

.landing_head_phone {
	font-size: 42px;
	font-weight: 300;
}
.landing_head_phone a{
	color: #FFF;
	text-decoration: none;
}
	.landing_head_phone:before {
		content: '\f095';
		font-family: 'FontAwesome';
	}

.landing_header_btm {
	height: 590px;
}
.landing_header_btm .container,
.landing_header_btm .row,
.landing_header_btm [class*="col-sm"] {
	height: 100%;
}
	.landing_header_btm_img {
		position: relative;
		height: 100%;
	}
		.landing_header_btm_img img {
			position: absolute;
			bottom: 0;
			left: 50%;
			-webkit-transform: translate(-50%,0);
				-ms-transform: translate(-50%,0);
					transform: translate(-50%,0);
		}
	.landing_header_btm_txt {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
				transform: translate(0,-50%);
		color: #FFF;
		padding: 0 15px;
		width: 100%;
		text-align: center;
	}
		.landing_header_btm_txt_title {
			font-size: 46px;
			line-height: 50px;
			font-weight: 300;
			display: block;
			margin-bottom: 20px;

		}
		.landing_header_btm_txt_subtitle {
			font-size: 22px;
			line-height: 34px;
			font-weight: 300;
			display: block;
			margin-bottom: 50px;
		}

.landing_header_form_section { display: none; }
#landing_header_form_section_1 { display: block; }
#landing.social .form_row{ padding: 10px 0; }
#landing.social .form_row input{ background-color: #efefef; }
#landing .form_row {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
	#landing .landing_form_orange .form_row {
		display: block;
		margin-bottom: 20px;
	}
#landing .form_row input {
	font-size: 18px;
	line-height: 34px;
	color: #969696;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
}
	#landing .landing_form_orange .form_row input {
		float: none;
	}
	#landing header span.wpcf7-form-control-wrap {
		display: inline-block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
#landing .form_row a,
#landing .form_row button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 34px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
	.col-md-12 .landing_header_btm_txt {
		padding-left: 20%;
		padding-right: 20%;
	}
}
.col-md-12 .landing_header_btm_txt strong { 
	display: block;
	clear: both;
}
#landing .form_row input,
#landing .form_row .btn_orange {
	border: none;
}
	#landing .landing_form_orange .form_row input.btn_blue, #landing.social input.btn_blue {
		background: #075ea6;
		color: #FFF;
		font-size: 20px;
		font-weight: 400;
		height: auto;
		padding: 10px;
		padding: ;
	}
		#landing .landing_form_orange .form_row input.btn_blue:hover, #landing.social input.btn_blue:hover {
			background: #1d6dae;
		}
.landing_form_orange p {
	color: #FFF;
	margin-bottom: 0;
	font-size: 14px;
}


.landing_title h1,
.landing_title h3 {
	font-size: 34px;
	line-height: 50px;
	margin-bottom: 0;
	color: #FFF;
}
.landing_subtitle {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
}
	.landing_subtitle p { font-weight: 400; }
	.landing_main_title h1 { color: #898989; }
	.landing_main_subtitle { color: #898989; }

.landing_main_sidebar ul,
.landing_form_sidebar_content ul {
	margin: 0;
	padding: 0;
}
.landing_main_sidebar ul li,
.landing_form_sidebar_content ul li,
.the-content ul li {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	font-weight: 400;
	list-style-type: none;
}
	.landing_form_sidebar_content ul li {
		color: #FFF;
	}
.landing_main_sidebar ul li:before,
.landing_form_sidebar_content ul li:before,
.the-content ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 15px;
	color: #f15a28;
}
	.landing_form_sidebar_content ul li:before {
		color: #FFF;
	}

.showhide_inner { display: none; }

#landing #content a {
	font-weight: 700;
	color: #f2692f;
}
	#landing #content a:hover {
		text-decoration: underline;
	}

#orange_form {
	background: #f15a28;
	padding: 80px 0 100px;
}

#landing.social #content{
	padding: 100px 0 0 0;
}
#landing .gallery_repeater{
	padding: 50px 0 200px;
}
#landing.social .gallery_repeater {
	padding: 50px 0 50px;
}
#landing .gallery_repeater.pad_t10b100 {
	display: none;
}

#landing .footer_mid-row2 {
	margin-bottom: 0;
}



@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {
	.landing_head_details { margin-top: 0; }
	.landing_header_btm .col-lg-5 { display: none; }
}
@media only screen and (max-width: 768px) {
	.landing_head_details { margin-top: 20px; text-align: center; }
	.landing_main_sidebar ul li,
	.landing_form_sidebar_content ul li {
		padding: 0;
	}
	.landing_main_sidebar ul li::before,
	.landing_form_sidebar_content ul li::before {
		position: relative;
		left: 0;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 480px) {
	#landing .form_row {
	-webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
	}
	#landing .form_row a,
	#landing .form_row button {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 auto;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
	#landing .form_row input { text-align: center; }
}
@media only screen and (max-width: 320px) {}


.landing_main_orange h1,
.landing_main_orange h2,
.landing_main_orange h3,
.landing_main_orange h4,
.landing_main_orange h5,
.landing_main_orange h6,
.landing_main_orange p {
	color: #FFF;
}

/*------------------------------------------------------
	Landing Page 2
------------------------------------------------------*/


#landing2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #898989;
	font-size: 18px;
	line-height: 30px;
}
	#landing2 #content {
		padding: 60px 0;
	}

#landing2 header {
	background-image: url('../png/bg_banner-landing2.png');
	background-repeat: repeat;
	border-bottom: 3px solid #044274;
}

#landing2 .landing_header_btm_img {
	margin-right: -115px;
}
#landing2 .landing_header_btm_txt {
	top: 100px;
	-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
			transform: translate(0,0);
}

#landing2 .landing_main_orange {
	background: #f15a28;
	padding: 45px 30px;
	border-bottom: 4px solid #b03c15;
	margin-top: -340px;
}

#landing2 #content ul,
#landing2 #blue_form ul {
	margin: 0;
	padding: 0;
}
	#landing2 #content ul li,
	#landing2 #blue_form ul li {
		margin: 0 0 20px;
		padding: 0 0 0 30px;
		font-weight: 400;
		list-style-type: none;
		color: #FFF;
		position: relative;
	}
		#landing2 #content ul li:before,
		#landing2 #blue_form ul li:before {
			content: '\f00c';
			font-family: 'FontAwesome';
			position: absolute;
			left: 0;
		}
		#landing2 #content .landing_main_orange ul li {
			margin-bottom: 40px;
		}

#landing2 .wysiwyg_repeater_new {
	background: #f8f8f8 ;
}
	#landing2 .wysiwyg_repeater_new .fw_thin {
		font-size: 24px !important;
		line-height: 30px;
	}
/* #landing2 .wysiwyg_repeater_new:first-child {
	padding: 100px 0;
} */
#landing2 .content_block:nth-child(1) {
	padding: 100px 0;
}

#landing2 .gallery_repeater {
	padding: 80px 0 100px;
}
	#landing2 .gallery_repeater.pad_t10b100 {
		display: none;
	}

#blue_form {
	background: #035ea6;
	padding: 80px 0 100px;
}


#landing2 .form_row {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
	#landing2 .landing_form_orange .form_row {
		display: block;
		margin-bottom: 20px;
	}
#landing2 .form_row input {
	font-size: 18px;
	line-height: 34px;
	color: #969696;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
}
	#landing2 .landing_form_orange .form_row input {
		float: none;
	}
	#landing2 header span.wpcf7-form-control-wrap {
		display: inline-block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
#landing2 .form_row a,
#landing2 .form_row button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 34px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
#landing2 .form_row input,
#landing2 .form_row .btn_orange {
	border: none;
}
	#landing2 .landing_form_orange .form_row input.btn_blue {
		background: #f15a28;
		border-bottom: 4px solid #c6471e;
		color: #FFF;
		font-size: 20px;
		font-weight: 400;
		height: auto;
		padding: 6px 10px;
	}
		#landing2 .landing_form_orange .form_row input.btn_blue:hover {
			background: #c6471e;
		}

#landing2 .landing_main_orange .form_row {
	margin-bottom: 25px;
}
#landing2 .landing_main_orange .form_row input {
	border-bottom: 4px solid #e35526;
}
#landing2 .landing_main_orange .form_row input.btn_submit {
	background: #FFF;
	color: #f15a28 !important;
	font-weight: 400;
	text-transform: uppercase;
	width: 50%;
}

#landing_testimonial {
	background: #f8f8f8;
	padding: 80px 0 60px;
}
#landing_testimonial p {
	line-height: 40px;
}

@media only screen and (max-width: 1200px) {
	#landing2 .landing_main_orange { margin-top: -300px; }
}

@media only screen and (max-width: 992px) {
	#landing2 .landing_header_btm {
		height: auto;
	}
	#landing2 .landing_header_btm_txt {
		position: relative;
		top: auto;
		margin-top: 50px;
	}
	#landing2 .landing_main_orange {
		margin-top: 0;
		padding: 30px 20px;
	}
	#landing2 .landing_main_orange .wpcf7-form-control-wrap {
		width: 100%;
	}
	#landing2 .landing_main_orange .form_row input.btn_submit {
		width: 100%;
	}
	#landing2 #content .landing_main_orange ul li { margin-bottom: 20px; }
}
@media only screen and (max-width: 768px) {
	#landing2 .landing_main_orange {
		margin-bottom: 30px;
	}
	#landing2 #content ul li,
	#landing2 #blue_form ul li {
		padding: 0;
	}
		#landing2 #content ul li:before,
		#landing2 #blue_form ul li:before {
			position: relative;
			margin-right: 10px;
		}
}




/*------------------------------------------------------
	Landing Page 3
------------------------------------------------------*/


#landing3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #898989;
	font-size: 18px;
	line-height: 30px;
}
	#landing3 #content {
		padding: 60px 0;
	}

#landing3 header {
	background-image: url('../png/bg_banner-landing2.png');
	background-repeat: repeat;
	border-bottom: 3px solid #044274;
	position: relative;
}
	#landing3 .landing-no-video header { min-height: 300px; }
#landing3 .landing_header_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#landing3 .landing_header_btm {
	height: auto;
}

#landing3 .landing_header_btm_img {
	margin-right: -115px;
}
#landing3 .landing_header_btm_txt {
	position: relative;
	top: auto;
	left: auto;
	/* top: 100px; */
	margin-top: 60px;
	-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
			transform: translate(0,0);
}
	#landing3 .landing_header_btm_txt_title {
		margin-bottom: 10px;
	}
	#landing3 .landing_header_btm_txt_subtitle {
		margin-bottom: 20px;
	}
	#landing3 .landing_header_btm_txt_video {
		margin-bottom: 20px;
		max-width: 500px;
	}

#landing3 .landing_review {
	margin-bottom: 10px;
}
	#landing3 .landing_review_image {}
		#landing3 .landing_review_image img {
			border-radius: 50%;
		}
	#landing3 .landing_review_text {}
		#landing3 .landing_review_text p { font-style: italic; }
			#landing3 .landing_review_text p span { font-style: normal; font-weight: 400; }

.landing_review_footer {
	text-align: center;
	padding-bottom: 20px;
}
	.landing_review_footer_left {
		border-right: 1px dashed #d8d8d8;
	}
	.landing_review_footer_stars { margin-bottom: 10px; }
	.landing_review_footer_title {
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
	}
	.landing_review_footer_content {
		font-weight: 300;
		font-size: 18px;
		line-height: 26px;
	}
	.landing_review_footer_name {
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
	}

#landing3 .landing_main_orange_holder {
	margin-top: -530px;
}
	#landing3 .landing-no-video .landing_main_orange_holder {
		margin-top: 0;
	}
	#landing3 .landing-no-video .landing_main_orange_title h3,
	#landing3 .landing-no-video .landing_main_orange_title p {
		color: #898989;
	}

#landing3 .landing_main_orange {
	background: #f15a28;
	padding: 45px 30px;
	border-bottom: 4px solid #b03c15;
}

#stats {}
	#stats h3 { color: #898989; }
.stat {
	/* width: 48%;
	margin: 0 1% 20px;
	display: inline-block; */
	margin-bottom: 30px;
	text-align: center;
	vertical-align: top;
}
	.stat_image { margin-bottom: 20px; }
		.stat_image img { max-width: 100px; }
	.stat_text span {
		font-size: 24px;
		font-weight: 500;
	}

#landing3 #content ul,
#landing3 #blue_form ul {
	margin: 0;
	padding: 0;
}
	#landing3 #content ul li,
	#landing3 #blue_form ul li {
		margin: 0 0 20px;
		padding: 0 0 0 30px;
		font-weight: 400;
		list-style-type: none;
		color: #FFF;
		position: relative;
	}
		#landing3 #content ul li:before,
		#landing3 #blue_form ul li:before {
			content: '\f00c';
			font-family: 'FontAwesome';
			position: absolute;
			left: 0;
		}
		#landing3 #content .landing_main_orange ul li {
			margin-bottom: 40px;
		}

#landing3 .wysiwyg_repeater_new {
	background: #f8f8f8 ;
}
	#landing3 .wysiwyg_repeater_new .fw_thin {
		font-size: 24px !important;
		line-height: 30px;
	}

#landing3 .gallery_repeater {
	padding: 80px 0 100px;
}
	#landing3 .gallery_repeater.pad_t10b100 {
		display: none;
	}

#blue_form {
	background: #035ea6;
	padding: 80px 0 100px;
}


#landing3 .form_row {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
	#landing3 .landing_form_orange .form_row {
		display: block;
		margin-bottom: 20px;
	}
#landing3 .form_row input {
	font-size: 18px;
	line-height: 34px;
	color: #969696;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
}
	#landing3 .landing_form_orange .form_row input {
		float: none;
	}
	#landing3 header span.wpcf7-form-control-wrap {
		display: inline-block;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
#landing3 .form_row a,
#landing3 .form_row button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 34px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
#landing3 .form_row input,
#landing3 .form_row .btn_orange {
	border: none;
}
	#landing3 .landing_form_orange .form_row input.btn_blue {
		background: #f15a28;
		border-bottom: 4px solid #c6471e;
		color: #FFF;
		font-size: 20px;
		font-weight: 400;
		height: auto;
		padding: 6px 10px;
	}
		#landing3 .landing_form_orange .form_row input.btn_blue:hover {
			background: #c6471e;
		}

#landing3 .landing_main_orange .form_row {
	margin-bottom: 25px;
}
#landing3 .landing_main_orange .form_row input {
	border-bottom: 4px solid #e35526;
}
#landing3 .landing_main_orange .form_row input.btn_submit {
	background: #FFF;
	color: #f15a28 !important;
	font-weight: 400;
	text-transform: uppercase;
	width: 50%;
}

#landing_testimonial {
	background: #f8f8f8;
	padding: 80px 0 60px;
}
#landing_testimonial p {
	line-height: 40px;
}

@media only screen and (max-width: 1200px) {
	/* #landing3 .landing_main_orange_holder { margin-top: -300px; } */
}

@media only screen and (max-width: 992px) {
	#landing3 .landing_header_btm {
		height: auto;
	}
	#landing3 .landing_header_btm_txt {
		position: relative;
		top: auto;
		margin-top: 50px;
	}
	#landing3 .landing_main_orange {
		margin-top: 0;
		padding: 30px 20px;
	}
	#landing3 .landing_main_orange .wpcf7-form-control-wrap {
		width: 100%;
	}
	#landing3 .landing_main_orange .form_row input.btn_submit {
		width: 100%;
	}
	#landing3 #content .landing_main_orange ul li { margin-bottom: 20px; }
	#landing3 .landing_main_orange_holder { margin-top: 0; }
	#landing3 .landing_main_orange_holder .landing_title h1,
	#landing3 .landing_main_orange_holder .landing_title h3,
	#landing3 .landing_main_orange_holder .landing_subtitle p {
		color: #898989;
	}
	.landing_review_footer_left { border: none; }
}
@media only screen and (max-width: 768px) {
	#landing3 .landing_main_orange {
		margin-bottom: 30px;
	}
	#landing3 #content ul li,
	#landing3 #blue_form ul li {
		padding: 0;
	}
		#landing3 #content ul li:before,
		#landing3 #blue_form ul li:before {
			position: relative;
			margin-right: 10px;
		}
}</pre></body></html>