/*! 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: "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";
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?d7144v") format("truetype"), url("../fonts/icomoon.woff?d7144v") format("woff"), url("../fonts/icomoon.svg?d7144v#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icons-"],
[class*=" icons-"] {
	/* 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;
}

.icons-arrow-down:before {
	content: "\e900";
}

.icons-instagram:before {
	content: "\e901";
}

.icons-facebook:before {
	content: "\e902";
}

.icons-linkedin:before {
	content: "\e903";
}

.main-navigation,
.sub-menu,
.blog-navigation,
.banner-block .meta-list,
.banner-block .btn-list,
.contact-info-list,
.social-networks,
.slick-slider .slick-dots,
.features-block .feature-list,
.aside .search-list,
.custom-list,
.main-tab-menu,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container: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,
.navigation-holder,
.navigation-area,
.btn,
.contact-info-list .info-icon,
.slick-slider .slick-dots button,
.blog-block .text-holder {
	-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;
}

*,
*: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;
}

/* 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;
}

/* 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-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.main-slider .slick-track,
.main-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.slick-hidden {
	display: none;
}

.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 > li {
	background: #a5afcf;
	margin: 0 0 3px;
}

.main-navigation > li.active a {
	color: #fff;
	background: #011f3e;
}

.main-navigation > li.hover .sub-menu {
	opacity: 1;
	visibility: visible;
	max-height: inherit;
}

.main-navigation > li.hover > a {
	color: #fff;
	background: #011f3e;
}

.main-navigation > li > a {
	padding: 18px 14px;
	color: #0b254c;
	font-weight: bold;
	display: block;
	vertical-align: top;
	text-transform: uppercase;
}

.main-navigation > li > 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;
}

/* sub navigation styles */

.sub-navigation {
	background-color: #e6e8ef;
	position: relative;
	min-height: 54px;
}

.navigation-holder {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	overflow: hidden;
	z-index: 9999;
	max-height: 0;
}

.submenu-active .navigation-holder {
	max-height: 4000px;
}

.navigation-area {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #e6e8ef;
}

.submenu-active .navigation-area {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.blog-navigation li.active a {
	background-color: #a4aece; /*#a4aece*/
}

.blog-navigation li a {
	font-size: 17px;
	line-height: 20px;
	color: #264572;
	display: block;
	vertical-align: top;
	padding: 21px;
}

.blog-navigation li a:hover {
	background-color: #a4aece;
}

/* submenu burger menu button style */

.submenu-opener {
	position: absolute;
	top: 6px;
	right: 15px;
	background: #0b254c;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 10px;
}

.submenu-opener:hover {
	color: #fff;
}

.submenu-active .submenu-opener .arrow-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.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;
}

/* 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: #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%);
}

.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: #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;
}

/* 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: 18px;
	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-arrow {
	display: none !important;
}

/* main slider block styles */

.main-slider {
	font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-slider .slide {
	position: relative;
	min-height: 300px;
}

.main-slider .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.main-slider .caption {
	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;
	text-align: center;
	min-height: inherit;
	z-index: 1;
}

.main-slider .caption .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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 45px;
	padding-bottom: 45px;
}

.main-slider .caption h1 {
	color: #fff;
	margin: 0 auto 30px;
	width: 100%;
}

.main-slider .caption .btn {
	color: #fff;
	border: 3px solid #fff;
	border-radius: 5px;
}

.main-slider .caption .btn:hover {
	background: #fff;
	color: #011f3e;
}

.main-slider .caption .visual {
	width: 100%;
}

.main-slider .caption .visual img {
	margin: 0 auto;
}

.main-slider .caption .text-holder {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	padding: 20px 15px;
	width: 100%;
}

.main-slider .caption .text-holder h1 {
	line-height: 32px;
	letter-spacing: .3px;
	margin: 0 0 20px;
}

/* intro block styles */

.intro-block {
	background: #a0aed0;
	font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: inset 0 -20px 15px -8px #8790a5;
	padding-top: 56px;
	padding-bottom: 48px;
}

.intro-block .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;
}

.intro-block .visual {
	margin: 0 0  30px;
	text-align: center;
	width: 100%;
}

.intro-block .text-holder {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	letter-spacing: .2px;
	text-align: center;
	width: 100%;
}

.intro-block .text-holder h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #001e42;
	letter-spacing: .3px;
	margin: 0 0 20px;
	padding: 0 0 0 2px;
}

/* about block styles */

.about-block {
	font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 34px 0 45px;
}

.about-block.style2 {
	padding: 14px 0 22px;
}

.about-block .row {
	margin: 0 -8px;
}

.about-block .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	text-align: center;
	padding: 0 8px;
	width: 100%;
}

.about-block .col.bg-blue {
	margin: 0 0 20px;
}

.about-block .col.bg-blue .text-wrap {
	background: #a0aed0;
	color: #fff;
	padding: 15px 15px 30px;
}

.about-block .col.bg-blue .feature-icon {
	color: #fff;
	margin: 0 0 10px;
}

.about-block .col.bg-blue .title {
	color: #fff;
	margin: 0 0 10px;
}

.about-block .text-wrap {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #001e42;
	padding: 15px;
	width: 100%;
}

.about-block .text-wrap p {
	max-width: 406px;
	margin: 0 auto;
	padding: 0 15px;
}

.about-block .feature-icon {
	font-size: 90px;
	line-height: 126px;
	color: #6a81b5;
	display: block;
	margin: 0 0 25px;
}

.about-block .title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #6a81b5;
	display: block;
	margin: 0 0 18px;
}

.about-block .title:hover {
	color: #b8a378;
}

/* article block styles */

.article-block {
	position: relative;
	font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 30px 0;
}

.article-block:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background: #e6e8ef;
	z-index: -1;
}

.article-block .header {
	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;
	margin: 0 0 30px;
	padding: 0 15px;
}

.article-block .header h2 {
	color: #233563;
	letter-spacing: -.4px;
	margin: 0 0 15px;
	padding: 0 10px 0 0;
}

.article-block .header .btn {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	border: 3px solid #6a81b5;
	border-radius: 5px;
	letter-spacing: -.6px;
	height: 54px;
}

.article-block .header .btn:hover {
	background: #6a81b5;
	color: #fff;
}

.article-block .row {
	margin: 0 -8px;
}

.article-block .col {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 20px;
	min-height: 458px;
	padding: 0 8px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.article-block .col .bg-stretch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: -1;
}

.article-block .col .caption {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 15px 30px;
}

.article-block .col .caption p {
	margin: 0;
}

/* blog banner styles */

.blog-banner {
	position: relative;
	z-index: 1;
}

.blog-banner .bg-stretch {
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.blog-banner .banner-holder {
	text-align: center;
	width: 100%;
}

.blog-banner .align {
	width: 100%;
	padding-top: 69px;
	padding-bottom: 69px;
}

.blog-banner .align .btn {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin: 0 0 30px;
}

.blog-banner .align .btn:hover {
	background: #fff;
	color: #011f3e;
}

.blog-banner h1 {
	color: #fff;
	margin: 0 0 14px;
}

.blog-banner .aside {
	display: none;
	background: transparent;
	padding: 10px 23px 25px;
}

.blog-banner .aside .btn {
	min-width: 100%;
	margin: 0;
}

.blog-banner .aside .social-networks li a {
	color: #ccd0de;
}

.blog-banner .aside .social-networks li a:hover {
	color: #0b254c;
}

/* blog block styles */

.blog-block {
	/*padding-top: 45px;*/
}

.blog-block .row {
	margin: 0 -15px;
}

.blog-block .col {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.blog-block .visual {
	width: 100%;
}

.blog-block .visual img {
	width: 100%;
		/*height: 32vh;*/
}

.blog-block .article-blog {
	width: 100%;
}

.blog-block .article-blog:hover .text-holder {
	background-color: #0b254c;
	color: #fff;
}

.blog-block .text-holder {
	background-color: #eaecf1;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 30px 15px;
}

.blog-block .text-holder p {
	margin: 0;
}

.aside {
	background-color: #e6e8ef;
	padding: 20px 23px 20px 23px;
}

.aside .search-list {
	margin: 0 0 20px;
	text-align: center;
}

.aside .search-list li {
	position: relative;
}

.aside .search-list li:first-child {
	padding: 0 10px 15px 0;
}

.aside .search-list li a {
	display: inline-block;
	vertical-align: top;
}

.aside .search-list li .search-opener .icon-search {
	font-size: 34px;
	line-height: 38px;
	color: #ccd0de; /*a4aece*/
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aside .search-list li .btn {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #a4aece;
	border: 2px solid #a4aece;
	border-radius: 5px;
	padding: 8px 16px;
}

.aside .search-list li .btn:hover {
	background: #012169; /*a4aece*/
	color: #fff;
}

.aside .search-list li .search-form {
	position: relative;
}

.aside .search-list li .search-form .input-wrap {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.aside .social-networks {
	width: inherit;
}

.aside .social-networks li {
	padding: 0 0 0 10px;
}

.aside .social-networks li a {
	color: #a4aece;
	font-size: 34px;
	line-height: 38px;
}

.aside .social-networks li a:hover {
	color: #0b254c;
}

.single-blog .visual {
	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;
	position: relative;
	z-index: 1;
	min-height: 400px;
}

.single-blog .visual .bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.single-blog .article-header {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: inherit;
	width: 100%;
}

.single-blog .article-title {
	background-color: rgba(0, 0, 0, .5); /*background-color: rgba(0, 0, 0, .3);*/
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

.single-blog .article-title h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 auto 0;
	color: #fff;
}

.single-blog .article-content {
	font-size: 18px;
	line-height: 24px;
	max-width: 1050px;
	margin: 0 auto;
	padding: 52px 15px 32px;
}

.single-blog .article-content p {
	margin: 0 0 30px;
}

.bg-gray {
	background: #e6e8ef;
}

.text-justify {
	text-align: justify;
}

.tel-wrap {
	padding: 15px;
	text-align: center;
	color: #0b254c;
}

.tel-wrap .tel-label {
	text-transform: uppercase;
	font-weight: bold;
}

.tel-wrap a {
	font-weight: 300;
}

.custom-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}

.custom-list li:before {
	width: 7px;
	height: 7px;
	content: "";
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 3px;
	background: #000;
	border-radius: 50%;
}

.flex-row {
	margin: 0 -25px;
}

.flex-row .col-sm-7 {
	padding: 0 20px;
}

.flex-row .col-sm-5 {
	padding: 0 25px;
}

.tabs-block .tab-content-item {
	-webkit-transition: opacity, 1s, ease;
	transition: opacity, 1s, ease;
	opacity: 0;
}

.tabs-block .tab-content-item.active {
	opacity: 1;
}

.tabset-wrap {
	background: #274473;
	padding: 30px 0 20px;
	margin-bottom: 10px;
}

.main-tab-menu {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-tab-menu li {
	width: 100%;
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
}

.main-tab-menu li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 5px 0;
	border-bottom: 5px solid transparent;
}

.main-tab-menu li a.active,
.main-tab-menu li a:hover {
	border-color: #969db5;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-item.active .icon-triangle {
	opacity: 1;
}

.accordion-item .panel-opener {
	-webkit-transition: opacity, .3s, linear;
	transition: opacity, .3s, linear;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.accordion-item .panel-opener:hover {
	opacity: .8;
}

.accordion-item .panel-opener.has-overlay:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 34, 72, .3);
}

.accordion-item .panel-head {
	position: relative;
	z-index: 2;
}

.accordion-item .main-title {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.1;
	margin: 0 0 10px;
}

.accordion-item .sub-title {
	display: block;
	position: relative;
	color: #cccfde;
	font-size: 18px;
	line-height: 1.2;
}

.accordion-item .sub-title:before,
.accordion-item .sub-title:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 18px;
	border: solid #fff;
	border-width: 2px 0 2px 2px;
	margin: 0 8px;
}

.accordion-item .sub-title:after {
	border-width: 2px 2px 2px 0;
}

.accordion-item .panel-slide {
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
}

.accordion-item .panel-slide p {
	margin: 0 0 15px;
}

.icon-triangle {
	-webkit-transition: opacity, .3s, linear;
	transition: opacity, .3s, linear;
	position: absolute;
	z-index: 2;
	bottom: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 60px;
	text-shadow: 0 0 30px rgba(0, 0, 0, .6);
	opacity: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !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) {
	.nav-opener {
		top: 22px;
	}

	.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%;
	}

	.aside {
		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;
	}

	.aside .search-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-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
	}

	.aside .search-list li:first-child {
		padding: 0 15px 0 0;
	}

	.aside .search-list li .search-form .input-wrap {
		left: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.main-tab-menu li {
		width: 33.33%;
	}
}

@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;
	}

	.fixed-position #header {
		padding: 15px 15px 0;
	}

	.fixed-position #header #nav {
		padding: 25px 0 0;
	}

	.fixed-position #header .sub-menu {
		top: 43px;
	}

	.fixed-position #header .btn.blue {
		max-width: 215px;
		min-width: inherit;
	}

	#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%);
	}

	.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 > li {
		margin: 0 10px;
		font-size: 14px;
		background: none;
		margin: 0;
	}

	.main-navigation > li.active a {
		background: #a5afcf;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation > li.hover > a {
		background: #a5afcf;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation > li > a {
		padding: 13px 16px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}

	.main-navigation > li > a:hover {
		background: #a5afcf;
	}

	.sub-menu {
		position: absolute;
		top: 55px;
		bottom: auto;
		left: 0;
		right: 0;
		padding: 0 30px;
		top: 42px;
		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: 215px;
		margin: 0 0 0 45px;
	}

	.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%;
	}

	.main-slider .caption .container {
		padding-top: 70px;
		padding-bottom: 45px;
		min-height: inherit;
	}

	.main-slider .caption h1 {
		font-size: 38px;
		line-height: 42px;
		font-weight: 600;
	}

	.main-slider .caption .btn {
		font-size: 29px;
		line-height: 32px;
		font-weight: 600;
		height: 77px;
		min-width: 343px;
		padding: 19px 16px;
	}

	.main-slider .caption .visual {
		text-align: left;
		width: 180px;
	}

	.main-slider .caption .text-holder {
		padding: 40px 15px 30px;
		width: calc(100% - 180px);
	}

	.main-slider .caption .text-holder h1 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 600;
	}

	.intro-block .text-holder {
		font-size: 31px;
		line-height: 36px;
	}

	.intro-block .text-holder h2 {
		font-size: 38px;
		line-height: 42px;
		font-weight: 600;
		margin: 0 0 38px;
	}

	.about-block .col {
		width: 33.333%;
	}

	.about-block .col.bg-blue {
		margin: 0;
	}

	.about-block .col.bg-blue .text-wrap {
		padding: 25px 15px;
	}

	.about-block .col.bg-blue .feature-icon {
		margin: 0 0 25px;
	}

	.about-block .col.bg-blue .title {
		margin: 0 0 18px;
	}

	.about-block .text-wrap {
		padding: 25px 15px;
	}

	.article-block {
		padding: 30px 0 45px;
	}

	.article-block.style2 {
		padding: 30px 0 45px;
	}

	.article-block .header h2 {
		font-size: 30px;
		line-height: 34px;
		font-weight: 500;
	}

	.article-block .header .btn {
		font-size: 22px;
		line-height: 26px;
		font-weight: 500;
		padding: 11px 16px;
		min-width: 222px;
	}

	.article-block .col {
		margin: 0 0 16px;
		width: 50%;
	}

	.blog-banner .align {
		padding-bottom: 0;
	}

	.blog-banner .align .btn {
		font-size: 29px;
		line-height: 32px;
		font-weight: 400;
		padding: 17px 16px;
	}

	.blog-banner h1 {
		font-size: 70px;
		line-height: 74px;
		 padding-bottom: 16px; /*added*/
	}

	.blog-banner .aside {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.blog-block .col {
		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: 50%;
	}

	.blog-block .article-blog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}

	.blog-block .text-holder {
		font-size: 18px;
		line-height: 22px;
		padding: 55px 20px; /*30 20*/
	}

	.aside .search-list li:first-child {
		padding: 0 20px 0 0;
	}

	.aside .social-networks li {
		padding: 0 0 0 15px;
	}

	.single-blog .visual {
		min-height: 750px;
	}

	.single-blog .article-title {
		padding: 25px 0;
	}

	.single-blog .article-title h1 {
		font-size: 36px;
		line-height: 42px;
		max-width: 750px;
	}

	.single-blog .article-content {
		font-size: 22px;
		line-height: 28px;
	}

	.tel-wrap {
		padding: 3px 15px 0 10px;
		text-align: left;
		display: none;
	}

	.custom-list li {
		margin-bottom: 13px;
	}

	.custom-list li:before {
		width: 9px;
		height: 9px;
		top: 10px;
	}

	.flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.flex-row .col-sm-7 {
		width: 55%;
	}

	.flex-row .col-sm-5 {
		width: 45%;
	}

	.tabset-wrap {
		padding: 40px 0 30px;
	}

	.main-tab-menu {
		font-size: 28px;
	}

	.main-tab-menu li a {
		border-width: 8px;
	}

	.accordion-item .panel-opener {
		padding: 40px 0;
	}

	.accordion-item .main-title {
		font-size: 50px;
		margin: 0 0 15px;
	}

	.accordion-item .sub-title {
		font-size: 26px;
		margin: 0 0 15px;
	}

	.accordion-item .sub-title:before,
	.accordion-item .sub-title:after {
		height: 26px;
		margin: 4px 15px 0;
	}

	.accordion-item .panel-slide {
		padding: 40px 0;
		font-size: 16px;
		line-height: 28px;
	}

	.accordion-item .panel-slide p {
		margin: 0;
	}

	#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;
	}

	.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);
	}

	.main-slider .slide {
		min-height: 470px;
	}

	.main-slider .caption h1 {
		margin: 0;
		font-size: 48px;
		line-height: 59px;
	}

	.main-slider .caption .visual {
		width: 230px;
	}

	.main-slider .caption .text-holder {
		font-size: 31px;
		line-height: 36px;
		width: calc(100% - 230px);
	}

	.main-slider .caption .text-holder h1 {
		font-size: 38px;
		line-height: 42px;
		font-weight: 600;
	}

	.main-slider .caption .text-holder h1 {
		margin: 0 0 38px;
	}

	.intro-block .visual {
		margin: 0;
		text-align: left;
		width: 230px;
	}

	.intro-block .text-holder {
		padding: 30px 20px;
		width: calc(100% - 230px);
	}

	#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: 45px;
	}

	.search-area {
		top: 28px;
	}

	.main-navigation > li {
		font-size: 16px;
	}

	.sub-menu {
		top: 45px;
	}

	.navigation-holder {
		max-height: inherit;
		position: static;
		overflow: visible;
	}

	.submenu-active .navigation-holder {
		max-height: inherit;
	}

	.navigation-area {
		background-color: none;
		-webkit-transform: none;

		-ms-transform: none;
		transform: none;
	}

	.blog-navigation {
		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;
	}

	.blog-navigation li a {
		font-size: 14px;
		line-height: 18px;
		display: inline-block;
		padding: 18px 15px;
	}

	.submenu-opener {
		display: none;
	}

	.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;
	}

	.main-slider .caption h1 {
		font-size: 61px;
		line-height: 72px;
	}

	.intro-block .visual {
		width: 270px;
	}

	.intro-block .text-holder {
		width: calc(100% - 270px);
	}

	.about-block .col.bg-blue .text-wrap {
		padding: 35px 15px;
	}

	.about-block .text-wrap {
		padding: 35px 15px;
	}

	.about-block .feature-icon {
		font-size: 102px;
		line-height: 138px;
	}

	.article-block .header {
		padding: 0 20px;
	}

	.article-block .header h2 {
		font-size: 36px;
		line-height: 40px;
		font-weight: 500;
	}

	.article-block .col {
		width: 33.333%;
		margin: 0;
	}

	.blog-block .col {
		width: 33.333%;
	}

	.single-blog .article-title h1 {
		font-size: 45px;
		line-height: 52px;
		max-width: 900px;
	}

	.tel-wrap {
		padding: 3px 55px 0 10px;
		display: block;
	}

	.tabset-wrap {
		padding: 60px 0 50px;
	}

	.main-tab-menu {
		font-size: 38px;
	}

	.main-tab-menu li a {
		padding: 5px 0 10px;
	}

	.accordion-item .panel-opener {
		padding: 75px 0;
	}

	.accordion-item .main-title {
		font-size: 71px;
	}

	.accordion-item .sub-title {
		font-size: 33px;
	}

	.accordion-item .sub-title:before,
	.accordion-item .sub-title:after {
		height: 30px;
		margin: 6px 15px 0;
	}

	.accordion-item .panel-slide {
		font-size: 23px;
		line-height: 29px;
		padding: 75px 0;
	}

	.accordion-item .panel-slide .custom-list {
		padding-left: 40px;
	}

	.icon-triangle {
		bottom: -47px;
		font-size: 90px;
	}
}

@media (min-width: 1200px) {
	.sticky-wrap {
		min-height: 177px;
	}

	.fixed-position #header .sub-menu {
		top: 55px;
	}

	.logo {
		width: 390px;
	}

	.search-area {
		top: 36px;
	}

	.main-navigation > li {
		margin: 0 28px;
	}

	.main-navigation > li > a {
		padding: 18px 19px;
	}

	.sub-menu {
		padding: 0 130px;
		top: 53px;
	}

	.sub-menu .menu-icon {
		font-size: 48px;
	}

	.blog-navigation li a {
		font-size: 17px;
		line-height: 20px;
		padding: 21px;
	}

	.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;
	}

	.main-slider .caption .visual {
		padding: 0 0 0 32px;
		width: 285px;
	}

	.main-slider .caption .text-holder {
		padding: 52px 40px 30px 15px;
		width: calc(100% - 285px);
	}

	.intro-block .visual {
		width: 305px;
		padding: 0 0 0 20px;
	}

	.intro-block .text-holder {
		padding: 60px 40px 30px 0;
		width: calc(100% - 305px);
	}

	.about-block .col.bg-blue .text-wrap {
		padding: 45px 25px 53px;
	}

	.about-block .text-wrap {
		padding: 45px 25px;
	}

	.article-block .header {
		padding: 0 40px 0 50px;
	}

	.article-block .col .caption {
		font-size: 29px;
		line-height: 33px;
		font-weight: 500;
	}

	.blog-block .row {
		margin: 0 -25px;
	}

	.blog-block .col {
		padding: 0 25px;
		margin: 0 0 50px;
	}

	.blog-block .text-holder {
		font-size: 22px;
		line-height: 26px;
		padding: 55px 40px; /*30 40*/
	}

	.aside .search-list li:first-child {
		padding: 0 35px 0 0;
	}

	.aside .social-networks li {
		padding: 0 0 0 23px;
	}

	.single-blog .visual {
		min-height: 956px;
	}

	.single-blog .article-title {
		padding: 40px 0;
	}

	.single-blog .article-title h1 {
		font-size: 57px;
		line-height: 64px;
		max-width: 1200px;
	}

	.tabset-wrap {
		padding: 90px 0 60px;
	}

	#footer {
		padding: 87px 0;
	}

	.footer-logo {
		width: 476px;
	}

	.footer-nav {
		width: calc(100% - 476px);
	}
}

@media (min-width: 1300px) {
	.main-navigation > li {
		margin: 0 38px;
	}
}

@media (min-width: 1361px) {
	.article-block .header h2 {
		font-size: 44px;
		line-height: 48px;
		font-weight: 500;
	}
}

@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;
	}

	#header {
		position: static !important;
	}

	.logo,
	.footer-logo {
		display: block !important;
		margin: 0 auto !important;
		width: 250px !important;
	}

	.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,
	.main-slider-block,
	.intro-block .visual,
	.about-block .col .text-wrap .feature-icon,
	.article-block .bg-stretch,
	.article-block .col .caption p br,
	.blog-banner .align .btn,
	.blog-banner .aside,
	.aside,
	.sub-navigation,
	.blog-block .visual img {
		display: none;
	}

	.tabs-block {
		padding-top: 0 !important;
	}

	.accordion-slide.js-acc-hidden {
		display: block !important;
		position: static !important;
		height: auto !important;
	}

	.intro-block {
		box-shadow: none;
	}

	.intro-block,
	.about-block,
	.about-block .text-wrap,
	.about-block.style2,
	.about-block .col.bg-blue .text-wrap {
		padding: 0;
	}

	.intro-block .text-holder {
		width: 100%;
	}

	.about-block .col {
		text-align: left;
		width: 100%;
		display: block;
	}

	.about-block .text-wrap p {
		padding: 0;
		max-width: 100%;
	}

	.article-block .header {
		margin: 0 0 15px;
		padding: 0;
	}

	.article-block .col {
		width: 100%;
		min-height: inherit;
	}

	.article-block .col .caption {
		padding: 0;
		text-align: left;
	}

	.article-block .col .caption p {
		margin: 0 0 10px;
	}

	.blog-banner {
		min-height: 0;
		display: block;
	}

	.blog-block .col {
		width: 100%;
	}

	.blog-banner .align {
		padding: 0;
	}

	.blog-block .text-holder {
		text-align: left;
		padding: 0;
		display: block;
	}

	.single-blog .visual {
		min-height: 0;
		display: block;
	}

	.single-blog .article-header {
		display: block;
	}

	.single-blog .article-content,
	.single-blog .article-title {
		padding: 0;
		max-width: 100%;
	}

	.single-blog .visual .bg-stretch {
		position: relative;
	}

	.single-blog .article-title h1 {
		margin: 0 0 25px;
	}
}