/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?c1476o");
	src: url("../fonts/icomoon.eot?c1476o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?c1476o") format("truetype"), url("../fonts/icomoon.woff?c1476o") format("woff"), url("../fonts/icomoon.svg?c1476o#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
	content: "\e906";
}

.icon-chat:before {
	content: "\e902";
}

.icon-keyboard_arrow_right:before {
	content: "\e903";
}

.icon-keyboard_arrow_down:before {
	content: "\e904";
}

.icon-arrow_drop_down:before {
	content: "\e905";
}

.icon-phone:before {
	content: "\e942";
}

.icon-quote-right:before {
	content: "\e900";
}

.icon-quote-left:before {
	content: "\e901";
}

.main-navigation,
.main-navigation .drop-down,
.footer-nav,
.why-choose ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.5 "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a {
	text-decoration: none;
	-webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
	transition-property: color, background, opacity, border, visibility, box-shadow;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

a:hover {
	color: #fd8316;
}

iframe {
	border: none;
}

button,
input[type="submit"] {
	-webkit-transition-property: color, background, opacity, border, visibility, box-shadow;
	transition-property: color, background, opacity, border, visibility, box-shadow;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.gm-style img {
	max-width: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 110px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.col-1 {
	padding: 0 15px;
}

.col-2 {
	padding: 0 15px;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.col-3 {
	padding: 0 15px;
	max-width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}

.col-4 {
	padding: 0 15px;
	max-width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.col-5 {
	max-width: 65.08%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65.08%;
	flex: 0 0 65.08%;
	padding: 0 15px;
}

.col-6 {
	max-width: 34.92%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34.92%;
	flex: 0 0 34.92%;
	padding: 0 15px;
}

.btn,
button {
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	padding: 15px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: color .3s linear, width .3s linear, border .3s linear, background .3s linear;
	transition: color .3s linear, width .3s linear, border .3s linear, background .3s linear;
	line-height: 1.2;
}

.btn .icon-keyboard_arrow_right,
button .icon-keyboard_arrow_right {
	font-size: 24px;
	line-height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 8px;
}

.btn.btn-default,
button.btn-default {
	background: #14325c;
	color: #fff;
	border: none;
	border: 2px solid #14325c;
}

.btn.btn-default:hover,
button.btn-default:hover {
	background: #fff;
	color: #14325c;
}

.btn.btn-primary,
button.btn-primary {
	background: #fd8316;
	color: #fff;
	border: 2px solid #fd8316;
}

.btn.btn-primary:hover,
button.btn-primary:hover {
	background: #fff;
	color: #fd8316;
}

.help-form {
	background: #fff;
	height: 100%;
}

.help-form .title {
	display: block;
	padding: 20px 15px;
	background: #fd8316;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.help-form .hold {
	padding: 15px;
}

.help-form button {
	width: 100%;
}

.help-form.style-01 {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
	height: auto;
}

.align-r {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 1.2;
}

h3,
.h3 {
	font-size: 25px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #14325c;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #14325c;
	padding: .4em .7em;
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #14325c;
}

select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #14325c;
}

select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #14325c;
}

select:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #14325c;
}

select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #14325c;
}

select.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #14325c;
}

.form-group {
	margin-bottom: 15px;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 100px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

select {
	display: block;
	border: 1px solid #14325c;
	padding: 4px 3px 4px 5px;
	margin: 0;
	font: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.fake-select {
	position: relative;
	display: block;
}

.fake-select:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	background: #fd8316;
	pointer-events: none;
	z-index: 1;
}

.fake-select:after {
	position: absolute;
	right: 12px;
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	border: 3px solid #fff;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -6px;
	line-height: 0;
	z-index: 1;
	pointer-events: none;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0 15px;
	background: #fff;
	height: 110px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	line-height: 1.2;
}

#header .logo {
	max-width: 150px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	line-height: 0;
	margin: 0;
}

#header .logo a {
	display: block;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .header-r {
	text-align: right;
}

#header .contact-number {
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}

#header .contact-number a {
	color: #14325c;
}

#header .contact-number a:hover {
	color: #fd8316;
}

#header .contact-number span:before {
	font-family: "icomoon";
	content: "\e942";
	margin-right: 10px;
	vertical-align: middle;
	color: #14325c;
}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
}

.main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
}

.main-navigation a {
	display: block;
	color: #14325c;
}

.main-navigation a:hover {
	color: #fd8316;
}

.main-navigation .drop-down {
	position: absolute;
	top: 100%;
	left: 0;
	width: 280px;
	background: #fff;
	text-align: left;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius: 4px;
	padding-top: 8px;
	display: none;
	font-size: 14px;
}

.main-navigation .drop-down li {
	margin: 0;
	padding: 0;
}

.main-navigation .drop-down li:before {
	display: none;
}

.main-navigation .drop-down a {
	display: block;
	padding: 8px 10px;
}

.main-navigation .drop-down a:hover {
	background: #fd8316;
	color: #fff;
}

.main-navigation li {
	margin-left: 27px;
	position: relative;
	padding: 5px 0;
}

.main-navigation li:hover .drop-down {
	display: block;
}

.main-navigation li:hover > a {
	color: #fd8316;
}

.main-navigation li.active > a {
	color: #fd8316;
}

.nav-opener {
	width: 40px;
	height: 40px;
	padding: 19px 5px;
	color: #04283e;
	position: absolute;
	right: 14px;
	top: 50%;
	text-decoration: none;
	display: none;
	overflow: hidden;
	z-index: 1;
}

.nav-opener span {
	text-indent: -9999px;
	height: 2px;
	width: 29px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #14325c;
	border-radius: 3px;
}

.nav-active .nav-opener span {
	background: none;
}

.nav-opener span:before,
.nav-opener span:after {
	width: 29px;
	height: 2px;
	position: absolute;
	content: "";
	background: #14325c;
	opacity: 1;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: top .15s linear .15s, bottom .15s linear .15s, -webkit-transform .15s linear 0s;
	transition: top .15s linear .15s, bottom .15s linear .15s, -webkit-transform .15s linear 0s;
	transition: top .15s linear .15s, bottom .15s linear .15s, transform .15s linear 0s;
	transition: top .15s linear .15s, bottom .15s linear .15s, transform .15s linear 0s, -webkit-transform .15s linear 0s;
	left: 0;
}

.nav-active .nav-opener span:before,
.nav-active .nav-opener span:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	width: 32px;
	-webkit-transition: top .15s linear 0s, bottom .15s linear 0s, -webkit-transform .15s linear .15s;
	transition: top .15s linear 0s, bottom .15s linear 0s, -webkit-transform .15s linear .15s;
	transition: top .15s linear 0s, bottom .15s linear 0s, transform .15s linear .15s;
	transition: top .15s linear 0s, bottom .15s linear 0s, transform .15s linear .15s, -webkit-transform .15s linear .15s;
}

.nav-opener span:before {
	bottom: 8px;
}

.nav-opener span:after {
	top: 8px;
}

.nav-active .nav-opener span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}

#footer {
	background: #193d71;
	color: #fff;
	padding-top: 20px;
}

#footer .title {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 400;
}

.footer-nav {
	font-size: 12px;
	margin-bottom: 30px;
}

.footer-nav li {
	margin-bottom: 10px;
	line-height: 1.5;
}

.footer-nav a {
	color: #fff;
	text-decoration: underline;
}

.footer-nav a:hover {
	color: #fd8316;
	text-decoration: none;
}

.footer-b {
	background: #14325c;
	padding: 15px 0;
	font-size: 12px;
	color: #fff;
}

.footer-b a {
	color: #fff;
}

.footer-b a:hover {
	color: #fd8316;
}

.developed-by {
	display: block;
	text-align: right;
}

.banner {
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 20px 0;
}

.banner:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, .5);
	z-index: -1;
}

.banner .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner .intro {
	text-align: left;
	max-width: 66.667%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.667%;
	flex: 0 0 66.667%;
	padding-right: 30px;
	margin-bottom: 0;
}

.banner .btn {
	margin-top: 15px;
}

.banner .help-form {
	max-width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}

.banner h1 {
	font-size: 62px;
	line-height: 1.2;
}

.wrapper {
	padding: 30px 0;
}

.wrapper .block {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.wrapper:nth-child(2n) {
	background: #f4f8fb;
}

.wrapper img {
	width: 100%;
}

.wrapper h2 {
	position: relative;
	text-align: center;
}

.wrapper h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 180px;
	margin: auto;
	height: 2px;
	background: -webkit-linear-gradient(right, rgba(20, 50, 92, 0) 0%, #14325c 50%, rgba(20, 50, 92, 0) 100%);
	background: linear-gradient(to left, rgba(20, 50, 92, 0) 0%, #14325c 50%, rgba(20, 50, 92, 0) 100%);
}

.wrapper h3 {
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
	font-size: 18px;
	margin: 0;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: capitalize;
}

.wrapper.process {
	background: #39b54a;
}

.wrapper.process .intro {
	color: #fff;
}

.wrapper.process h2:after {
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

.wrapper.bg-green {
	background: #39b54a;
	color: #fff;
}

.wrapper.bg-green .intro {
	color: #fff;
}

.wrapper.bg-green h2:after {
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

.intro {
	text-align: center;
	margin-bottom: 40px;
}

.partners h2 {
	margin-bottom: 30px;
}

.partners p {
	margin-bottom: 20px;
}

.video-hold {
	margin-bottom: 30px;
}

.video-hold img {
	width: 100%;
}

p a {
	text-decoration: underline;
	color: #3679b3;
}

p a:hover {
	text-decoration: none;
}

.testimonials h2 {
	margin-bottom: 30px;
}

.testimonials blockquote {
	margin: 0 0 30px;
	padding: 0;
}

.testimonials .btn-hold {
	text-align: center;
	padding-top: 30px;
}

.testimonials cite {
	display: block;
	text-align: right;
	font-weight: 500;
	padding: 20px 0 0 0;
	font-style: normal;
	font-size: 14px;
}

.testimonials cite:after {
	font-family: "icomoon";
	content: "\e902";
	font-size: 18px;
	vertical-align: middle;
}

.testimonials q {
	quotes: none;
}

.testimonials q:before {
	font-family: "icomoon";
	content: "\e901";
	display: block;
}

.testimonials q:after {
	font-family: "icomoon";
	content: "\e900";
}

.info-bar {
	padding: 15px 0;
	text-align: center;
	background: #14325c;
}

.info-bar .container {
	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;
}

.info-bar .description {
	font-size: 22px;
	padding-right: 30px;
	color: #fff;
	text-align: left;
}

.info-bar p {
	margin: 0;
}

.info-bar .btn {
	min-width: 200px;
}

.why-choose {
	max-width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	height: 100%;
	background: rgba(20, 50, 92, .4);
}

.why-choose .title {
	display: block;
	padding: 20px 15px;
	background: #14325c;
	font-size: 20px;
	text-align: center;
}

.why-choose ul {
	padding: 30px 15px;
}

.why-choose li {
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

.why-choose li:before {
	font-family: "icomoon";
	content: "\e906";
	position: absolute;
	left: 0;
	top: 0;
}

.why-choose li:last-child {
	margin-bottom: 0;
}

.banner.style-01 {
	background: rgba(0, 0, 0, .5);
}

.banner.style-01:before {
	display: none;
}

@media (max-width: 1023px) {
	#wrapper {
		padding-top: 100px;
	}

	.col-4 {
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}

	.col-5 {
		max-width: 59.6%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 59.6%;
		flex: 0 0 59.6%;
	}

	.col-6 {
		max-width: 40.4%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40.4%;
		flex: 0 0 40.4%;
	}

	.help-form .title {
		font-size: 18px;
	}

	.align-r {
		max-width: 250px;
	}

	#header {
		height: 100px;
		padding: 15px 0;
	}

	#header .logo {
		max-width: 120px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
	}

	#header .contact-number {
		margin-bottom: 10px;
	}

	.main-navigation {
		font-size: 14px;
	}

	.main-navigation li {
		margin-left: 12px;
	}

	.banner .intro {
		max-width: 62%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
	}

	.banner .help-form {
		max-width: 38%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
	}

	.banner h1 {
		font-size: 45px;
	}

	.info-bar .description {
		font-size: 18px;
	}

	.why-choose {
		max-width: 38%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
	}

	.why-choose .title {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	#wrapper {
		padding-top: 95px;
	}

	.col-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.col-4 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.col-5 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.col-6 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.btn .icon-keyboard_arrow_right,
	button .icon-keyboard_arrow_right {
		margin-left: 4px;
	}

	h1,
	.h1 {
		font-size: 35px;
	}

	h2,
	.h2 {
		font-size: 30px;
	}

	#header {
		padding: 48px 0 5px;
		height: 95px;
	}

	#header .logo {
		max-width: 90px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90px;
		flex: 0 0 90px;
	}

	#header .container {
		display: block;
	}

	#header .contact-number {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #14325c;
		text-align: center;
		padding: 10px 15px;
		font-size: 16px;
	}

	#header .contact-number a {
		color: #fff;
	}

	#header .contact-number span:before {
		color: #fff;
	}

	#nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: block;
		height: calc(100vh - 95px);
		overflow: auto;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.nav-active #nav {
		max-height: 9999px;
		overflow: auto;
	}

	.main-navigation {
		display: block;
		font-size: 14px;
		margin-bottom: 30px;
		background: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-top: 1px solid #100694;
	}

	.nav-active .main-navigation {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-navigation a {
		display: block;
		padding: 10px 15px;
	}

	.main-navigation a:hover {
		background: #14325c;
		color: #fff;
	}

	.main-navigation .drop-down {
		padding: 0;
		width: auto;
		box-shadow: none;
		position: static;
		border-top: 1px solid #e4e4e4;
		display: block;
	}

	.main-navigation .drop-down li:last-child {
		border-bottom: none;
	}

	.main-navigation .drop-down a {
		padding: 10px 25px 10px 30px;
	}

	.main-navigation li {
		margin-left: 0;
		padding: 0;
		border-bottom: 1px solid #e4e4e4;
		text-align: left;
	}

	.main-navigation li:hover > a {
		color: #fff;
	}

	.main-navigation li.active > a {
		color: #fff;
		background: #14325c;
	}

	.nav-opener {
		display: block;
	}

	.banner {
		padding-top: 50px;
	}

	.banner .container {
		display: block;
	}

	.banner .intro {
		max-width: none;
		margin-bottom: 20px;
		text-align: center;
		padding-right: 0;
	}

	.banner .help-form {
		max-width: none;
	}

	.partners .row {
		display: block;
	}

	.partners .col-2 {
		max-width: none;
	}

	.info-bar .container {
		display: block;
	}

	.info-bar .description {
		padding: 0 0 20px;
		text-align: center;
	}

	.why-choose {
		max-width: none;
	}

	.why-choose li {
		margin-bottom: 10px;
	}
}

@media (max-width: 579px) {
	.row {
		display: block;
	}

	.col-2 {
		max-width: none;
	}

	.col-3 {
		max-width: none;
	}

	.col-4 {
		max-width: none;
	}

	.align-r {
		max-width: none;
		float: left;
		margin: 0  0 20px;
	}

	#footer {
		text-align: left;
	}

	.copyright {
		text-align: left;
		margin-bottom: 10px;
		display: block;
	}

	.developed-by {
		text-align: left;
	}

	.banner h1 {
		font-size: 35px;
	}
}
