<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &lt; 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 */
}
#lm-contact-form select { padding:11px; border: 1px solid #eab754; }
/**
 * 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;
}

/*Youtube video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-small{
	max-width: 400px;}

.video-container-medium{
	max-width: 640px;}
	
.video-container-large{
	max-width: 853px;}	

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-search:before {
	content: "\f002";
}

.fa-edit:before {
	content: "\f044";
}

.fa-home:before {
	content: "\f015";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-user-circle:before {
	content: "\f2bd";
}

.fa-phone:before {
	content: "\f095";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-mobile-alt:before {
	content: "\f3cd";
}

.fa-desktop:before {
	content: "\f108";
}

.main-navigation,
.sub-menu,
.banner-block .meta-list,
.banner-block .btn-list,
.contact-info-list,
.social-networks,
.slick-slider .slick-dots,
.features-block .feature-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}
.container-feat:after {
	content: "";
	display: block;
	clear: both;
}

a,
#header,
.search-area,
.search-form .btn-search,
#nav,
.nav-holder,
.nav-opener:after,
.nav-opener:before,
.nav-opener span,
.btn,
.contact-info-list .info-icon,
.slick-slider .slick-dots button {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
}
li { line-height: 1.8em; }
*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Montserrat", "Arial", "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;
}

.gm-style img {
	max-width: none;
}

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: 30px;
	font-weight: 500;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
		line-height: 1.8em;/*added*/
	
}

/* set styles for default page links */

a {
	color: #231f20;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #011f3e;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.form-control {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: solid #eab754;
	height: 46px;
	border-width: 1px;
	border-radius: 5px;
	padding: 5px 14px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #636363;
	background: #fff;
	width: 100%;
	display: block;
	outline: none;
	box-shadow: none;
	margin: 0;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	text-overflow: ellipsis;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
.form-control:focus {
	border-color: #000;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
	color: #636363;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
	opacity: 1;
	color: #636363;
}

input[type="text"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder {
	color: #636363;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
	color: #636363;
}

input[type="text"]:focus.placeholder,
input[type="tel"]:focus.placeholder,
input[type="email"]:focus.placeholder,
input[type="search"]:focus.placeholder,
input[type="password"]:focus.placeholder,
textarea:focus.placeholder,
.form-control:focus.placeholder {
	color: #636363;
}

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,
.form-control::-webkit-input-placeholder {
	color: #231f20;
}

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,
.form-control::-moz-placeholder {
	opacity: 1;
	color: #231f20;
}

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,
.form-control:-moz-placeholder {
	color: #231f20;
}

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,
.form-control:-ms-input-placeholder {
	color: #231f20;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder,
.form-control.placeholder {
	color: #231f20;
}

select {
	-webkit-border-radius: 0;
}

textarea.form-control {
	resize: none;
	vertical-align: top;
	background: #fff;
	border-width: 1px;
	height: 125px;
	padding: 15px 22px;
	margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.sticky-wrap {
	min-height: 90px;
}

/* header styles */

#header {
	position: relative;
	background: #fff;
	z-index: 10;
	-webkit-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.fixed-position #header {
	z-index: 10;
}

.fixed-position #header #nav {
	padding: 38px 0 20px;
}

.fixed-position #header .sub-menu {
	top: 55px;
}

.fixed-position #header .search-area {
	top: 10px;
}
#header .search-form.search-active .input-wrap {
	opacity: 1;
	visibility: visible;
}

#header .search-form .input-wrap {
	border: 1px solid #eab754;
	border-radius: 5px;
	background: #fff;
	padding-right: 50px;
	position: relative;
	width: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

/* logo styles */

.logo {
	width: 250px;
	padding: 30px 15px;
}

/* search area styles */

.search-area {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}

.search-area a {
	color: #636363;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}

.search-area a.search-opener {
	display: none;
}

.search-area a:hover {
	color: #b8a378;
}

.search-area a:hover .icon-search {
	color: #b8a378;
}

.search-area .icon-search {
	color: #adb5bd;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 6px 0 0;
	font-size: 24px;
	display: inline-block;
	position: relative;
	top: 4px;
}

.search-area .btn {
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
}

.search-area .icon-edit {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.search-form {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 15px;
}

.search-form .input-wrap {
	border: 1px solid #eab754;
	border-radius: 5px;
	background: #fff;
	padding-right: 50px;
	width: 200px;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-form .input-wrap .form-control {
	background: none;
	border: none;
	border-radius: 0;
	height: 34px;
	line-height: 14px;
	padding: 10px 0 10px 14px;
}

.search-form .input-wrap .form-control:focus {
	border-color: #eab754;
}

.search-form .btn-search {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	color: #fff;
	background: #eab754;
	width: 42px;
	border-radius: 0;
	display: block;
	padding: 5px 10px;
	border: none;
	box-shadow: none;
	border-radius: 0 4px 4px 0;
}

.search-form .btn-search:hover {
	background: #eab754;
	border-radius: 0 4px 4px 0;
}
.search-form .btn-search .icon-search {
	color: #fff;
	font-size: 14px;
	top: 0;
	margin: 0;
}

.search-opener {
	-webkit-transition: none;
	transition: none;
}

.search-active .search-opener {
	opacity: 0;
	visibility: hidden;
}


.search-active .search-form .input-wrap {
	opacity: 1;
	visibility: visible;
}

.nav-active {
	overflow: hidden;
	height: 100%;
}

/* nav styles */

#nav {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #fff;
	position: relative;
	padding: 38px 0 30px;
}

.nav-holder {
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 0;
	z-index: 999;
}

.nav-active .nav-holder {
	max-height: calc(100vh - 79px);
}

/* main-navigation styles */

.main-navigation {
	position: relative;
	padding: 0 0 20px;
}

.main-navigation &gt; li {
	background: #a5afcf;
	margin: 0 0 3px;
}

.main-navigation &gt; li.active a {
	color: #fff;
	background: #011f3e;
}

.main-navigation &gt; li.hover .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: inherit;
}

.main-navigation &gt; li.hover &gt; a {
	color: #fff;
	background: #011f3e;
}

.main-navigation &gt; li &gt; a {
	padding: 18px 14px;
	color: #0b254c;
	font-weight: bold;
	display: block;
	vertical-align: top;
	text-transform: uppercase;
}

.main-navigation &gt; li &gt; a:hover {
	color: #fff;
	background: #011f3e;
}

/* sub-menu styles */

.sub-menu {
	background: -webkit-linear-gradient(top, #a5afcf 0%, #fefeff 100%);
	background: linear-gradient(to bottom, #a5afcf 0%, #fefeff 100%);
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	z-index: 1;
}

.sub-menu .menu-icon {
	color: #8796c7;
	font-size: 48px;
	margin: 0 10px 0 0;
	display: none;
}

.sub-menu li {
	padding: 10px 10px 10px 30px;
}

.sub-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-menu li a:hover {
	color: #011f3e;
}

.sub-menu li a:hover .menu-icon {
	color: #011f3e;
}

/* burger menu button style */

.nav-opener {
	position: absolute;
	top: 22px;
	right: 15px;
	background: #011f3e;
	line-height: 40px;
	font-size: 31px;
	text-indent: -9999px;
	overflow: hidden;
	width: 35px;
	height: 30px;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	position: absolute;
	left: 5px;
	right: 5px;
	background: #fff;
	height: 2px;
	border-radius: 4px;
}

.nav-opener span {
	top: 14px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
}

.nav-opener:before {
	top: 7px;
}

.nav-opener:after {
	bottom: 7px;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}

.nav-active .nav-opener span {
	opacity: 0;
	visibility: hidden;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: none !important;
	transition: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}

body {
	-ms-overflow-style: scrollbar;
}

.container {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container-feat {
	max-width: 1100px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
}

/* button styles */

.btn {
	padding: 14px 18px;
	text-transform: uppercase;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
}

.btn.blue {
	color: #fff;
	background: -webkit-linear-gradient(left, #0a1e3f 0%, #233563 35%, #233565 64%, #081f3f 100%);
	background: linear-gradient(to right, #0a1e3f 0%, #233563 35%, #233565 64%, #081f3f 100%);
	margin: 0 auto;
	max-width: 215px;
	display: block;
}

.btn.blue:hover {
	color: #fff;
	background: -webkit-linear-gradient(top, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
	background: linear-gradient(to bottom, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
}

.btn.gold {
	color: #fff;
	background: -webkit-linear-gradient(top, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
	background: linear-gradient(to bottom, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
	min-width: 190px;
}

.btn.gold:hover {
	color: #081f3f;/*fff*/
	background: #CDD0DF;
	/*background: -webkit-linear-gradient(left, #0a1e3f 0%, #233563 35%, #233565 64%, #081f3f 100%);
	background: linear-gradient(to right, #0a1e3f 0%, #233563 35%, #233565 64%, #081f3f 100%);*/
}

.btn.submit {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	background: #002145;
	width: 100%;
	border: none;
	box-shadow: none;
}

.btn.submit:hover {
	background: -webkit-linear-gradient(top, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
	background: linear-gradient(to bottom, #cec099 0%, #cdbb8d 34%, #ccb17a 69%, #c6ab74 86%, #bba772 100%);
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bg-stretch {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.read-more {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #bfa873;
	font-weight: 700;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* banner block styles */

.banner-block {
	color: #fff;
	background: #011f3e;
	position: relative;
	z-index: 1;
	min-height: 400px;
}

.banner-block:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.banner-block:after {
	z-index: -1;
	/*
	background: -webkit-radial-gradient(center ellipse, #023265 0%, #012041 100%);
	background: radial-gradient(ellipse at center, #023265 0%, #012041 100%);
	*/
}

.banner-block.reverse .banner-logo {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: 20px;
	right: auto;
}

.banner-block.reverse .img-holder {
	float: right;
	/*-webkit-transform: scalex(-1);
	-ms-transform: scalex(-1);
	transform: scalex(-1);*/
}

.banner-block .text-holder {
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 1;
}

.banner-block h1 {
	margin: 0 0 15px;
}

.banner-block .meta-list {
	margin: 0 0 30px;
}

.banner-block .meta-list li {
	padding: 3px 0;
	position: relative;
}

.banner-block .meta-list li a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
}

.banner-block .meta-list li a:hover {
	color: #b8a378;
}

.banner-block blockquote {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 30px;
}

.banner-block .btn-list {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner-block .btn-list li {
	padding: 0 7px 10px;
}

.banner-block .btn-list li .btn {
	padding: 20px 18px;
}

.banner-block .banner-logo {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: auto;
	right: 20px;
	width: 8%;
}

.banner-block .img-holder {
	width: 130px;
	margin: 0 -15px;
}

/* info block styles */

.info-block {
	position: relative;
	position: relative;
	padding-top: 45px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-block:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #cdd1df;
	z-index: -1;
}

.contact-info-list {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #231f20;
	width: 100%;
	margin: 0 0 15px;
}

.contact-info-list .info-icon {
	width: 25px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact-info-list li {
	padding: 10px 0;
}

.contact-info-list li a,
.contact-info-list li address {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
}

.contact-info-list li a:hover {
	color: #b8a378;
}

.contact-info-list li a:hover .info-icon {
	color: #b8a378;
	border-color: #b8a378;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.social-networks li {
	padding: 0 10px 0 0;
}

.social-networks li a {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
}

.social-networks li a:hover {
	color: #012169;/*011f3e*/
}

/* content block styles */

.content-block .col {
	width: 100%;
	padding: 30px 15px;
}

.content-block .col.text-holder {
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	position: relative;
}

.content-block .col.text-holder:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.content-block .col.text-holder:after {
	z-index: -1;
	background: #f0f0f0;
}

.content-block .col.text-holder p {
	margin: 0 0 28px;
}

.content-block .col.text-holder p:last-child {
	margin: 0;
}

.content-block .col h2 {
	color: #205582;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 30px;
}

.content-block blockquote {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #82898f;
	font-style: italic;
	margin: 0;
}

.content-block blockquote p {
	margin: 0 0 5px;
}

.content-block cite {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #02325a;
	font-style: normal;
	margin: 0 0 24px;
	display: block;
}

.slick-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 10px 0 0 2px;
}

.slick-slider .slick-dots li {
	padding: 0 2px;
}

.slick-slider .slick-dots li.slick-active button {
	background: #e0c99d;
}

.slick-slider .slick-dots button {
	width: 10px;
	height: 10px;
	border: none;
	box-shadow: none;
	font-size: 0;
	line-height: 0;
	background: #82898f;
	border-radius: 100%;
	padding: 0;
	display: block;
}

.slick-slider .slick-dots button:hover {
	background: #e0c99d;
}
.slick-slider .slick-dots {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}
/* features block styles */

.features-block {
	position: relative;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.features-block .container {
	min-height: inherit;
	padding-top: 37px;
	padding-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features-block .feature-list {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 0 15px;
	width: 100%;
}

.features-block .feature-list .feature-icon {
	display: block;
	font-size: 60px;
	margin: 0 0 20px;
}

.features-block .feature-list li {
	padding: 20px 0;
}

.features-block .feature-list li a {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
	vertical-align: top;
}

.features-block .feature-list li a:hover {
	color: #cdd1df;
}

/* contact block styles */

.contact-block {
	position: relative;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-block:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #edeff1;
	z-index: -1;
}

.contact-block .col {
	padding: 0 8px;
}

.contact-block .visual {
	width: 100%;
	padding: 7px;
	text-align: center;
	margin: 0 0 30px;
}

.contact-block .visual .img-holder {
	width: 185px;
	height: 185px;
	border: 6px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 18px;
}

.contact-block .visual h2 {
	font-size: 29px;
	line-height: 34px;
	font-weight: 600;
	color: #002248;
	margin: 0 0 10px;
}

.contact-block .visual .text-holder {
	font-size: 15px;/*18*/
	line-height: 22px;
	font-weight: 300;
	margin: 0 0 0 -18px;
}

.contact-block .visual .icon-desktop {
	margin: 0 10px 0 0;
}

.contact-block .visual .btn {
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	border-radius: 25px;
}

.contact-block .visual .btn.gold {
	min-width: 218px;
}

.contact-block .contact-form {
	width: 100%;
}

.contact-block .contact-form h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 36px;
}

.contact-block label {
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	color: #5d5d5d;
	margin: 0 0 15px;
	display: block;
}

.contact-block .col {
	width: 100%;
}

.contact-block .input-wrap {
	margin: 0 0 20px;
}

.contact-block .custom-select {
	position: relative;
	display: block;
}

.contact-block .custom-select:before {
	position: absolute;
	display: block;
	content: "";
	top: 1px;
	bottom: 1px;
	left: auto;
	right: 1px;
}

.contact-block .custom-select:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	bottom: auto;
	left: auto;
	right: 20px;
}

.contact-block .custom-select:before {
	width: 35px;
	background: #fff;
	pointer-events: none;
	border-radius: 0 5px 5px 0;
	z-index: 1;
}

.contact-block .custom-select:after {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #7d7d7d transparent transparent transparent;
	pointer-events: none;
}

.contact-block .custom-select select {
	display: block;
	padding: 5px 14px;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.contact-block .custom-select select::-ms-expand {
	display: none;
}

/* Slick slider styles */
.main-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.main-slider {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow {
	display: none !important;
}

/* footer styles */

#footer {
	padding: 30px 0;
	color: #fff;
	background: -webkit-linear-gradient(top, #002248 0%, #002046 19%, #002043 20%, #011e40 35%, #001d3d 36%, #001834 70%, #00162e 79%, #00162e 87%, #00142c 88%, #00142c 100%);
	background: linear-gradient(to bottom, #002248 0%, #002046 19%, #002043 20%, #011e40 35%, #001d3d 36%, #001834 70%, #00162e 79%, #00162e 87%, #00142c 88%, #00142c 100%);
}

#footer .text-holder {
	font-size: 14px;
	line-height: 28px;
	font-weight: 300;
	padding: 27px 0 0 2px;
	width: 100%;
}

#footer .copyright {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	display: block;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #b8a378;
}

.footer-logo {
	width: 300px;
	margin: 0 auto 20px;
}

/* footer nav styles */

.footer-nav {
	width: 100%;
}

.footer-nav ul li {
	padding: 5px 0;
	position: relative;
}

.footer-nav ul li a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	letter-spacing: .3px;
}

.footer-nav ul li a:hover {
	color: #b8a378;
}

@media (min-width: 480px) {
	.logo {
		width: 390px;
	}

	.nav-opener {
		top: 32px;
	}

	.banner-block.reverse .img-holder {
		position: absolute;
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
		float: none;
	}

	.banner-block .meta-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.banner-block .meta-list li {
		padding: 0 15px;
	}

	.banner-block .meta-list li:not(:last-child):after {
		position: absolute;
		display: block;
		content: "";
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
	}

	.banner-block .meta-list li:not(:last-child):after {
		width: 1px;
		height: 20px;
		background: #b8a378;
	}

	.banner-block blockquote {
		margin: 0 0 40px;
	}

	.banner-block .btn-list {
		padding: 0 0 0 25px;
	}

	.banner-block .btn-list li {
		padding: 5px 10px;
	}

	.banner-block .img-holder {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		margin: 0;
	}

	.contact-info-list {
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
	}

	.contact-info-list .info-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
		margin: 0 20px 0 0;
	}

	.features-block {
		min-height: 350px;
	}

	.features-block .feature-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
	}

	.features-block .feature-list li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 48px;
		line-height: 52px;
		font-weight: 400;
	}

	.sticky-wrap {
		min-height: 143px;
	}

	#header {
		padding: 35px 20px 0;
	}
	#header .search-form .input-wrap {
		width: 200px;
		position: absolute;
		top: 50%;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fixed-position #header {
		padding: 15px 15px 0;
	}

	.fixed-position #header #nav {
		padding: 25px 0 0;
	}

	.fixed-position #header .sub-menu {
		top: 39px; /*43*/
	}

	.fixed-position #header .btn.blue {
		max-width: 270px; /*215*/
		min-width: inherit;
	}

	.logo {
		padding: 0;
		width: 220px;
	}

	.search-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 15px;
		right: 43px;
	}

	.search-area a.search-opener {
		display: inline-block;
		vertical-align: middle;
		width: 108px;
	}

	.search-form {
		position: relative;
		padding: 0;
	}

	.search-form .input-wrap {
		width: 200px;
		position: absolute;
		top: 50%;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#nav {
		background: none;
		position: static;
		padding: 46px 0 0;
		text-align: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.nav-holder {
		max-height: inherit;
		position: static;
		overflow: visible;
	}

	.nav-active .nav-holder {
		max-height: inherit;
	}

	.main-navigation {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		padding: 0;
	}

	.main-navigation &gt; li {
		margin: 0 10px;
		font-size: 12px;/*14*/
		background: none;
		/*margin: 0;*/
			margin: 0 -5px;
	}

	.main-navigation &gt; li.active a {
		background: #a5afcf;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation &gt; li.hover &gt; a {
		/* background: #a5afcf; */
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation &gt; li &gt; a {
		padding: 13px 16px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation &gt; li &gt; a:hover {
		background: #a5afcf;
	}

	.sub-menu {
		position: absolute;
		/*top: 55px;*/
		bottom: auto;
		left: 0;
		right: 0;
		padding: 0 30px;
		top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		content: "";
		height: 117px;
		max-height: inherit;
		z-index: 10;
	}
	
	.sub-menu .menu-icon {
		font-size: 30px;
		display: inline-block;
	}

	.sub-menu li {
		padding: 0;
	}

	.nav-opener {
		display: none;
	}

	.btn.blue {
		min-width: 168px; /*215*/
		margin: 0 0 0 28px; /*45*/
	}

	.btn.gold {
		min-width: 283px;
		margin: 0;
	}

	.btn.submit {
		margin: -65px 0 0;
	}

	.col {
		padding: 0 15px;
	}

	.banner-block {
		min-height: 452px;
	}

	.banner-block.reverse .banner-logo {
		top: 40px;
		left: 48px;
		right: auto;
	}

	.banner-block .text-holder {
		padding: 74px 15px 30px;
	}

	.banner-block .meta-list {
		margin: 0 0 50px;
	}

	.banner-block .meta-list {
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
	}

	.banner-block .meta-list li {
		padding: 0 35px 0 20px;
	}

	.banner-block .meta-list li:not(:last-child):after {
		right: 8px;
	}

	.banner-block blockquote {
		font-size: 24px;
		line-height: 28px;
		font-weight: 400;
		margin: 0 0 66px;
	}

	.banner-block .btn-list {
		font-size: 22px;
		line-height: 26px;
		font-weight: 700;
	}

	.banner-block .banner-logo {
		top: 40px;
		right: 48px;
	}

	.banner-block .img-holder {
		width: 160px;
	}

	.features-block .feature-list li {
		width: 25%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.contact-block .visual .img-holder {
		width: 344px;
		height: 344px;
	}

	.contact-block .contact-form h1 {
		font-size: 40px;
		line-height: 44px;
		font-weight: 700;
	}

	.contact-block .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -8px;
	}

	.contact-block .col {
		width: 50%;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.sticky-wrap {
		min-height: 155px;
	}

	.logo {
		width: 245px; /*390*/
	}

	.search-area {
		top: 36px;
	}

	.contact-info-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.contact-info-list li {
		padding: 0 10px;
	}

	.content-block .col {
		width: 50%;
		padding: 56px 30px 29px;
	}

	.contact-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 50px;
		padding-bottom: 35px;
	}

	.contact-block .visual {
		width: 430px;
		padding: 7px 55px 0 10px;
		margin: 0;
	}

	.contact-block .visual .img-holder {
		margin: 0 0 18px;
	}

	.contact-block .contact-form {
		padding: 0 0 0 15px;
		width: calc(100% - 430px);
	}

	#footer {
		padding: 50px 0;
	}

	#footer .text-holder {
		max-width: 910px;
	}

	.footer-logo {
		margin: 0;
	}

	.footer-nav {
		width: calc(100% - 300px);
		padding: 0 0 0 10px;
	}

	.footer-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 -16px;
	}

	.footer-nav ul li {
		padding: 0 16px;
	}

	.footer-nav ul li:not(:last-child):after {
		position: absolute;
		display: block;
		content: "";
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
	}

	.footer-nav ul li:not(:last-child):after {
		width: 1px;
		height: 15px;
		background: #fff;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 44px 43px 0 52px;
	}

	.fixed-position #header .sub-menu {
		top: 40px;/*45*/
	}

	.main-navigation &gt; li {
		font-size: 14px; /*16*/
	}

	.sub-menu {
		top: 42px; /*45*/
	}

	.banner-block blockquote {
		font-size: 30px;
		line-height: 36px;
		font-weight: 400;
	}

	.banner-block .btn-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.banner-block .img-holder {
		width: 200px;
	}

	.contact-info-list {
		font-size: 15px;
		line-height: 18px;
		font-weight: 500;
		width: 850px;
		margin: 0;
	}

	.social-networks {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: calc(100% - 850px);
	}

	.features-block {
		min-height: 456px;
	}

	.features-block .feature-list .feature-icon {
		font-size: 123px;
		min-height: 125px;
	}
}

@media (min-width: 1200px) {
	.sticky-wrap {
		min-height: 177px;
	}

	.fixed-position #header .sub-menu {
		top: 50px;/*55*/
	}

	.main-navigation &gt; li {
		margin: 0 5px;/*0 28*/
	}

	.main-navigation &gt; li &gt; a {
		padding: 18px 19px;
	}

	.sub-menu {
		padding: 0 130px;
		top: 52px; /*53*/
	}

	.sub-menu .menu-icon {
		font-size: 48px;
	}

	.banner-block.reverse h1 {
		padding: 0 53px 0 0;
	}

	.banner-block.reverse .meta-list {
		padding: 0 50px 0 0;
	}

	.banner-block.reverse blockquote {
		padding: 0 45px 0 0;
	}

	.banner-block.reverse .btn-list {
		padding: 0 25px 0 0;
	}

	.banner-block h1 {
		padding: 0 0 0 53px;
	}

	.banner-block .meta-list {
		margin: 0 0 72px;
	}

	.banner-block .meta-list {
		padding: 0 0 0 50px;
	}

	.banner-block blockquote {
		padding: 0 0 0 45px;
	}

	.banner-block .btn-list li {
		padding: 0 17px;
	}

	.banner-block .img-holder {
		width: 350px;
	}

	.contact-info-list {
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 1030px;
	}

	.contact-info-list .info-icon {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}

	.contact-info-list li {
		padding: 0;
	}

	.social-networks {
		width: calc(100% - 1030px);
	}

	.content-block .col {
		padding: 56px 85px 29px 62px;
	}

	.content-block .col.text-holder {
		padding: 54px 75px 29px 85px;
	}

	#footer {
		padding: 87px 0;
	}

	.footer-logo {
		width: 476px;
	}

	.footer-nav {
		width: calc(100% - 476px);
	}
}

@media (min-width: 1300px) {
	.main-navigation &gt; li {
		margin: 0 15px;/*0 20px*/
	}
}

@media (min-width: 1400px) {
	.contact-info-list {
		margin: 0 0 0 -34px;
	}
}

@media (max-width: 767px) {
	.nav-active #nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@media print {
	* {
		color: #000 !important;
		background: none !important;
	}

	*:before,
	*:after {
		display: none !important;
	}

	body {
		min-width: inherit;
	}

	.logo,
	.footer-logo {
		display: block;
		margin: 0 auto;
		width: 250px;
	}

	.contact-info-list {
		display: block;
		text-align: center;
	}

	.content-block .col,
	#footer .text-holder {
		width: 100%;
		max-width: 100%;
	}

	.banner-block {
		min-height: inherit;
	}

	.banner-block blockquote,
	.banner-block .contact-info-list {
		margin: 0 !important;
	}

	.banner-block .meta-list {
		margin: 0 0 20px !important;
	}

	.info-block,
	.content-block .col,
	.content-block .col.text-holder,
	#footer {
		padding: 15px 0 !important;
	}

	.row,
	#footer .container {
		display: block;
	}

	.slick-slider .slick-dots {
		display: none !important;
	}

	.slick-track,
	.slick-slider .slick-track,
	.slick-slider .slick-list,
	.slick-slide {
		float: none !important;
		width: 100% !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		clear: both;
	}

	#footer {
		text-align: center;
		background: none !important;
	}

	.nav-holder,
	.banner-block .img-holder,
	.search-area,
	.features-block,
	.contact-block,
	.footer-nav,
	.btn,
	.banner-block .banner-logo,
	.banner-block .btn-list,
	.contact-info-list .info-icon,
	.read-more {
		display: none;
	}
}

.ftr-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
/*mobile version*/
@media (max-width: 767px) {
	.ftr-social-icons {
		width: 100%;
	}
}

/*calc override*/
td.first-col, td.second-col {
    padding: 10px !important;
}

@media (min-width: 480px) {
	#quickcontact{
    		top: -80px;
	}
}
@media (min-width: 768px) {
	#quickcontact{
    		top: -90px;
	}
}

#quickcontact{ top: -170px; }


/* Side by side containers */
.contentBox { 
  overflow:hidden;
}

.contentBox div {
   padding: 10px;
}
#one {
  float:left; 
  margin-right:35px;
  width:60%;
  /*border-right:1px solid #000;*/
}
#two { 
  background-color: white;
}

@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:1px solid #000;    
  }
}



/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

/* Clear floats after the columns */
.table_row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
}

.single-blog .article-content h1 { line-height: 60px; }
@media screen and (max-width: 767px) {
	.single-blog .article-content h1 { line-height: 42px; }
}


@media only screen and (max-width: 768px) {
	.btn.blue {
		margin-bottom: 10px !important;
	}
}</pre></body></html>