/*! 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;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #1d304e;
	background: #fff;
	font: 14px/1.714 "Open Sans", "Arial", "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: 300;
	margin: 0 0 30px;
	color: #1d304e;
}

h1,
.h1 {
	font-size: 46px;
}

h2,
.h2 {
	font-size: 37px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #387b94;
}

a:hover,
a:focus {
	text-decoration: none;
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #1d304e;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
	color: #1d304e;
}

input[type="text"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
textarea ::-moz-placeholder {
	opacity: 1;
	color: #1d304e;
}

input[type="text"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
textarea :-moz-placeholder {
	color: #1d304e;
}

input[type="text"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
	color: #1d304e;
}

input[type="text"] .placeholder,
input[type="tel"] .placeholder,
input[type="email"] .placeholder,
input[type="search"] .placeholder,
input[type="password"] .placeholder,
textarea .placeholder {
	color: #1d304e;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-headset:before {
	content: "\e908";
}

.icon-map-marker:before {
	content: "\e909";
}

.icon-arrow:before {
	content: "\e900";
}

.icon-email:before {
	content: "\e901";
}

.icon-phone:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-quotes-right:before {
	content: "\e906";
}

.icon-quotes-left:before {
	content: "\e907";
}

.icon-clock:before {
	content: "\e94e";
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* main wrapper styles */

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* main container styles */

.container {
	position: relative;
	max-width: 1152px;
	padding: 0 15px;
	margin: 0 auto;
}

.container-fluid {
	padding: 0 46px;
}

/* set styles for default page links */

a {
	text-decoration: none;
	-webkit-transition: color .4s ease , background .4s ease;
	transition: color .4s ease , background .4s ease;
}

a:hover {
	color: #1c3e4a;
}

.h1,
h1 {
	line-height: 55px;
}

.h2,
h2 {
	line-height: 46px;
	margin: 0 0 21px;
}

p {
	margin: 0 0 20px;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.btn {
	font-size: 13px;
	line-height: 21px;
	padding: 12px 20px;
	border-radius: 22px;
	border: 0 solid transparent;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}

.btn-primary {
	background: #2d748e;
	color: #fff;
}

.btn-primary:hover {
	background: #143541;
	color: #fff;
}

/* banner-area styles */

.banner-area {
	position: relative;
	margin: -100px 0 0;
}

.banner-area img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-area .slide {
	overflow: hidden;
	position: relative;
}

.banner-area .slide.slick-active .text-holder,
.banner-area .slide.slick-active h1 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.banner-area .caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 100px 0 122px;
	color: #525a65;
}

.banner-area .container {
	width: 100%;
}

.banner-area .text-holder {
	max-width: 385px;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	transition: opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	transition: transform .8s ease , opacity .8s ease , visibility .8s ease;
	transition: transform .8s ease , opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area h1 {
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	transition: opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	transition: transform .8s ease , opacity .8s ease , visibility .8s ease;
	transition: transform .8s ease , opacity .8s ease , visibility .8s ease , -webkit-transform .8s ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area p {
	margin: 0 0 35px;
}

.banner-area .head-area {
	position: relative;
	padding: 70px 0;
}

/* head-area styles */

.head-area {
	position: relative;
}

.head-area .text-holder {
	max-width: 227px;
}

/* topics-area styles */

.topics-area {
	position: relative;
	padding: 71px 0 250px;
}

.topics-area:after {
	position: absolute;
	left: 0;
	right: 0;
	top: -108px;
	bottom: 0;
	content: "";
	background: url(../images/shape01.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.topics-area .container {
	position: relative;
	z-index: 2;
}

.topics-area .head-area {
	padding: 0 0 76px;
	color: #525a65;
}

.topics-area .head-area .text-holder {
	max-width: 500px;
}

.topics-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -39px;
	position: relative;
	z-index: 9;
}

/* topic block styles */

.topic-block {
	padding: 0 37px;
	width: 33.333%;
	color: #525a65;
}

.topic-block .image {
	width: 136px;
	height: 136px;
	border-radius: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-linear-gradient(315deg, #fff 0%, #e8faf7 100%);
	background: linear-gradient(135deg, #fff 0%, #e8faf7 100%);
	margin: 0 0 25px;
	z-index: 2;
}

.topic-block .image:after {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	top: 0;
	content: "";
	box-shadow: 0 0 30px rgba(56, 123, 148, .2);
	border-radius: 100%;
	z-index: -1;
}

.topic-block .title {
	font-size: 16px;
	line-height: 24px;
	display: block;
	font-weight: 600;
	margin: 0 0 17px;
}

/* about info styles */

.about-info {
	padding: 88px 0;
	position: relative;
}

.about-info:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: url(../images/shape02.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.about-info .container {
	z-index: 2;
}

.about-info .head-area {
	padding: 0 0 58px;
}

/* features-blocks styles */

.features-blocks {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 50px;
	color: #525a65;
}

.features-blocks .block {
	padding: 0 0 50px 120px;
	width: 33.333%;
}

.features-blocks a:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.features-blocks .image {
	position: relative;
	width: 136px;
	margin: 0 0 26px;
}

.features-blocks .image:after {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 135px;
	content: "";
	box-shadow: 0 0 15px rgba(56, 123, 148, .3);
	border-radius: 100%;
	z-index: -1;
}

.features-blocks .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.features-blocks .name {
	font-size: 15px;
	line-height: 24px;
	display: block;
	color: #1d304e;
}

.features-blocks .name a {
	color: #1d304e;
}

.features-blocks .name a:hover {
	color: #387b94;
}

.features-blocks .title {
	color: #2d748e;
	display: block;
	margin: 0 0 15px;
}

/* about-blocks styles */

.about-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -38px;
}

.about-blocks .blocks {
	width: 20%;
	padding: 0 38px 74px;
	text-align: center;
}

.about-blocks a:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.about-blocks .image {
	position: relative;
	width: 107px;
	margin: 0 auto 25px;
}

.about-blocks .image:after {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 107px;
	content: "";
	box-shadow: 0 0 15px rgba(56, 123, 148, .3);
	border-radius: 100%;
	z-index: -1;
}

.about-blocks .image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.about-blocks .name {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	color: #1d304e;
}

.about-blocks .name a {
	color: #1d304e;
}

.about-blocks .name a:hover {
	color: #387b94;
}

.about-blocks .title {
	color: #387b94;
	display: block;
	margin: 0 0 15px;
}

/* map area styles */

.map-area {
	position: relative;
	padding: 37px 0 135px;
}

.map-area:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 109px;
	bottom: 16px;
	content: "";
	background: url(../images/shape03.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index: -1;
}

.map-area .head-area {
	padding: 0 0 49px;
}

/* map styles */

.map {
	position: relative;
	box-shadow: 0 10px 20px rgba(56, 123, 148, .25);
}

.map img {
	display: block;
	width: 100%;
	height: auto;
}

.map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* map content styles */

.map-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.map-content.active .map-pin {
	font-size: 10px;
	line-height: 10px;
	background: #fff;
	color: #2d748e;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.map-content.active .map-pin .icon {
	background: #fff;
}

.map-content.active .map-pin:after {
	opacity: 0;
	visibility: hidden;
}

.map-content.active .map-pin:before {
	background: rgba(190, 239, 230, .7);
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}

/* map pin styles */

.map-pin {
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.map-pin .icon {
	font-size: 14px;
	line-height: 14px;
	width: 100%;
	height: 100%;
	position: relative;
	background: #2d748e;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 4;
	-webkit-transition: background .4s ease , color .4s ease;
	transition: background .4s ease , color .4s ease;
	border: 1px solid #2d748e;
}

.map-pin:after {
	border-radius: 100%;
	position: absolute;
	left: -16px;
	right: -16px;
	top: -16px;
	bottom: -16px;
	content: "";
	background: rgba(190, 239, 230, .5);
	z-index: 2;
	-webkit-transition: opacity .4s ease , visibility .4s ease;
	transition: opacity .4s ease , visibility .4s ease;
}

.map-pin:before {
	border-radius: 100%;
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	content: "";
	background: #beefe6;
	z-index: 3;
}

.map-pin:hover {
	font-size: 10px;
	line-height: 10px;
	background: #fff;
	color: #2d748e;
	-webkit-transform: translate(-50%, -50%) scale(2);
	-ms-transform: translate(-50%, -50%) scale(2);
	transform: translate(-50%, -50%) scale(2);
}

.map-pin:hover .icon {
	background: #fff;
}

.map-pin:hover:after {
	opacity: 0;
	visibility: hidden;
}

.map-pin:hover:before {
	background: rgba(190, 239, 230, .7);
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}

/* map popup styles */

.map-popup {
	position: absolute;
	right: 57px;
	bottom: 55px;
	background: #fff;
	padding: 40px 32px 30px;
	width: 340px;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.map-popup.visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.map-popup:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	box-shadow: 0 0 15px rgba(56, 123, 148, .1);
	pointer-events: none;
}

.map-popup .image {
	width: 55px;
	margin: 0 25px 0 0;
	position: relative;
	z-index: 2;
}

.map-popup .image:after {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 52px;
	content: "";
	box-shadow: 0 0 10px rgba(56, 123, 148, .7);
	border-radius: 100%;
	z-index: -1;
}

.map-popup .description {
	font-size: 14px;
	line-height: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.map-popup .name {
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.map-popup .title {
	display: block;
	color: #387b94;
	margin: 0 0 10px;
}

.map-popup .location {
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.map-popup .address {
	margin: 0 0 3px;
	display: block;
	font-style: normal;
}

.map-popup .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2d748e;
}

.map-popup .link:hover .icon {
	opacity: .8;
}

.map-popup .icon {
	width: 20px;
	height: 20px;
	display: block;
	background: #2d748e;
	border-radius: 100%;
	margin-right: 9px;
	position: relative;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.map-popup .icon:after {
	position: absolute;
	left: 9px;
	top: 7px;
	content: "";
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #fff;
}

/* testimonials-area styles */

.testimonials-area {
	padding: 188px 0 40px;
	position: relative;
}

.testimonials-area:after {
	position: absolute;
	right: 0;
	top: -50px;
	content: "";
	background: url(../images/icon-quote.png) no-repeat;
	width: 398px;
	height: 376px;
}

.testimonials-area .head-area {
	padding: 0 0 70px;
}

/* testimonials slider styles */

.testimonials-slider {
	position: relative;
	padding: 0 75px 60px 108px;
}

.testimonials-slider:before {
	font-size: 75px;
	line-height: 75px;
	font-family: "icomoon" !important;
	position: absolute;
	left: 0;
	top: -16px;
	color: #8ae8d6;
	content: "\e907";
}

.testimonials-slider:after {
	font-size: 75px;
	line-height: 75px;
	font-family: "icomoon" !important;
	position: absolute;
	right: -38px;
	top: -16px;
	color: #8ae8d6;
	content: "\e906";
}

.testimonials-slider blockquote {
	font-size: 25px;
	line-height: 32px;
	margin: 0;
}

.testimonials-slider q {
	font-weight: 300;
	font-style: italic;
	quotes: none;
	letter-spacing: -.5px;
	display: block;
	margin: 0 0 36px;
	padding: 0 10px;
}

.testimonials-slider cite {
	display: block;
	padding: 0 10px;
}

.testimonials-slider .name {
	display: block;
	font-weight: 300;
	margin: 0 0 4px;
	color: #2d748e;
}

.testimonials-slider .title {
	font-size: 22px;
	line-height: 32px;
}

.testimonials-slider .slick-dots {
	bottom: 0;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

/* page header styles */

.header {
	background: rgba(255, 255, 255, .6);
	position: relative;
	box-shadow: 0 0 10px rgba(56, 123, 148, .15);
	z-index: 9;
}

.header.no-shadow {
	box-shadow: none;
}

.header .container-fluid {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 138px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* page logo styles */

.logo {
	width: 228px;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* Navigation styles */

.nav-active {
	overflow: hidden;
	height: 100%;
}

.nav-active #wrapper {
	height: 100%;
}

/* Nav styles */

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.nav .contact {
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	margin-left: 15px;
}

.nav .contact a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d304e;
}

.nav .contact a:hover {
	color: #57606b;
}

.nav .contact a:hover .ico-box {
	opacity: .85;
}

.nav .contact .ico-box {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 7px;
	border-radius: 100%;
	background: #2d748e;
	color: #fff;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

/* menu styles */

.menu {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu li {
	padding: 0 15px;
}

.menu li.active a {
	color: #333;
}

.menu a {
	color: #525a65;
}

.menu a:hover {
	color: #333;
}

/* nav opener styles */

.nav-opener {
	width: 28px;
	height: 19px;
	border-top: 3px solid #1d304e;
	-webkit-transition: border-top .4s ease;
	transition: border-top .4s ease;
	position: absolute;
	right: 15px;
	top: 18px;
	z-index: 100;
	display: none;
}

.nav-active .nav-opener {
	border-top: none;
}

.nav-opener:after,
.nav-opener:before {
	width: 28px;
	height: 3px;
	-webkit-transition: width .4s ease, top .4s ease, -webkit-transform .4s ease;
	transition: width .4s ease, top .4s ease, -webkit-transform .4s ease;
	transition: width .4s ease, top .4s ease, transform .4s ease;
	transition: width .4s ease, top .4s ease, transform .4s ease, -webkit-transform .4s ease;
	content: "";
	background: #1d304e;
	position: absolute;
	right: 0;
	top: 6px;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
}

.nav-opener:after {
	top: 15px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 28px;
	top: 9px;
}

/* Slick slider styles */

.banner-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-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;
}

.banner-slider .slick-track,
.banner-slider .slick-list {
	-webkit-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;
}

/* slick dots styles */

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3;
}

.slick-dots li {
	margin: 0 8px;
}

.slick-dots li.slick-active button {
	background: #8ae8d6;
}

.slick-dots button {
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #d5e3e8;
	-webkit-transition: background .4s ease;
	transition: background .4s ease;
}

.slick-dots button:hover {
	background: #8ae8d6;
}

/* main informative part styles */

.main-area {
	position: relative;
}

.main-area:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 62px;
	height: 925px;
	content: "";
	background: url(../images/shape01.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.main-area .container {
	padding-top: 95px;
	padding-bottom: 98px;
	z-index: 2;
}

.main-area h1 {
	font-size: 35px;
	line-height: 40px;
}

/* two columns styles */

.two-columns {
	padding: 99px 0 52px;
	margin: 0 -34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two-columns .column {
	padding: 0 34px;
	width: 46.8%;
	color: #525a65;
}

.two-columns .column:first-child {
	width: 53.2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two-columns .image {
	width: 168px;
	margin: -36px 36px 0 0;
}

.two-columns .image img {
	display: block;
	width: 100%;
	height: auto;
}

.two-columns h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 33px;
}

.two-columns h2 .icon-map-marker {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	color: #2d748e;
}

.two-columns .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -28px;
}

.two-columns .holder .col {
	width: 50%;
	padding: 0 28px;
}

.detail-description {
	font-size: 16px;
	line-height: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	letter-spacing: -.2px;
}

.detail-description .name {
	font-size: 24px;
	line-height: 27px;
	display: block;
	font-weight: 600;
	margin: 0 0 7px;
	color: #1d304e;
}

.detail-description .title {
	font-size: 24px;
	line-height: 28px;
	display: block;
	color: #2d748e;
	margin: 0 0 27px;
}

.detail-description .info-list {
	padding: 23px 15px 0;
}

/* location block styles */

.location-block {
	margin: 0 0 35px;
}

.location-block .title {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin: 0 0 10px;
}

.location-block .address {
	font-style: normal;
	letter-spacing: .8px;
}

/* detail info styles */

.detail-info {
	background: #fff;
	color: #525a65;
}

.detail-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.detail-info .accordion > li {
	border: 2px solid #e8eef4;
	border-radius: 4px;
	margin: 0 0 28px;
	box-shadow: 0 0 15px rgba(56, 123, 148, .15);
}

.detail-info .accordion > li.active .opener:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.detail-info .accordion .slide {
	border-top: 1px solid #e8eef4;
}

.detail-info .opener {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	display: block;
	font-weight: 600;
	padding: 28px 27px;
	letter-spacing: -.5px;
	color: #1d304e;
}

.detail-info .opener:after {
	font-family: "icomoon" !important;
	position: absolute;
	right: 36px;
	top: 50%;
	content: "\e900";
	font-size: 21px;
	line-height: 21px;
	color: #525a65;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -10px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.detail-info .tabset {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	padding: 28px 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -22px;
	position: relative;
}

.detail-info .tabset li {
	position: relative;
	padding: 0 22px;
}

.detail-info .tabset li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 1px;
	background: #d3ddea;
}

.detail-info .tabset li:first-child:before {
	display: none;
}

.detail-info .tabset a {
	color: #bec4cc;
}

.detail-info .tabset a.active,
.detail-info .tabset a:hover {
	color: #2d748e;
}

/* tab content styles */

.tab-content {
	position: relative;
}

.tab-content:before {
	position: absolute;
	left: 30px;
	right: 0;
	top: 0;
	content: "";
	height: 1px;
	background: #e8eef4;
}

.tab-content .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab-content .description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding: 32px 33px 12px;
}

.tab-content .description .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 5px 0 0;
}

.tab-content .description .contact-list > li {
	padding: 0 0 0 24px;
	margin: 0 0 16px;
	position: relative;
}

.tab-content .description .contact-list > li:first-child .title {
	display: inline;
}

.tab-content .description .icon {
	width: 24px;
	position: absolute;
	left: 0;
	top: 5px;
	color: #2d748e;
}

.tab-content .description .icon.icon-map-marker,
.tab-content .description .icon.icon-headset {
	font-size: 17px;
	line-height: 17px;
}

.tab-content .description .title {
	display: block;
}

.tab-content .description .image {
	margin: 8px -24px 0;
	max-width: 450px;
}

.tab-content .description .image img {
	display: block;
	width: 100%;
	height: auto;
}

.tab-content .map-holder {
	width: 51.4%;
}

/* tab opener styles */

.tab-opener {
	display: block;
	padding: 12px 20px;
	border-bottom: 1px solid #e8eef4;
	position: relative;
}

.tab-opener:after {
	font-family: "icomoon" !important;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "\e900";
	font-size: 16px;
	line-height: 16px;
	color: #525a65;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -6px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.tab-list.tab-active .tab-opener:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.schedule-table {
	position: relative;
	max-width: 425px;
	padding: 4px 0 0;
}

.schedule-table .time-list {
	font-size: 7px;
	line-height: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -23px;
	top: 46px;
}

.schedule-table .time-list li {
	margin: 0 0 4px;
}

.schedule-table .table {
	width: 100%;
	text-align: center;
	border: 2px solid #f1f3f6;
	border-radius: 5px;
}

.schedule-table .table th {
	font-size: 12px;
	line-height: 16px;
	width: 14.285%;
	background: #fafafa;
	padding: 11px 10px;
}

.schedule-table .table th:first-child {
	border-radius: 5px 0 0 5px;
}

.schedule-table .table th:last-child {
	border-radius: 0 5px 5px 0;
}

.schedule-table .table td {
	border: 2px solid #f1f3f6;
	width: 14.285%;
}

.schedule-table .table td span {
	padding: 6px 10px;
	display: block;
}

.schedule-table .table .fill {
	background: #8ae8d6;
	margin: -1px;
}

.footer {
	padding: 180px 0 116px;
	position: relative;
}

.footer .logo {
	width: 296px;
}

.footer:after {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: -16px;
	content: "";
	background: url(../images/shape01.png) no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}

.footer .address {
	display: block;
	font-style: normal;
	padding: 5px 0 0 56px;
	color: #57606b;
}

.footer .address a {
	color: #57606b;
}

.footer .address a:hover {
	color: #387b94;
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 57px;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0 0;
}

.footer-nav .contact {
	font-size: 13px;
	line-height: 24px;
	margin-left: 15px;
	font-weight: 600;
}

.footer-nav .contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1d304e;
}

.footer-nav .contact a:hover {
	color: #57606b;
}

.footer-nav .contact a:hover .ico-box {
	opacity: .85;
}

.footer-nav .contact .ico-box {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 7px;
	border-radius: 100%;
	background: #2d748e;
	color: #fff;
}

.footer-menu {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 600;
}

.footer-menu li {
	padding: 0 15px;
}

.footer-menu a {
	color: #525a65;
}

.footer-menu a:hover {
	color: #1d304e;
}

.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.info-list {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.info-list li {
	margin: 0 0 19px;
}

.info-list li.tell {
	font-size: 16px;
}

.info-list a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2d748e;
}

.info-list a:hover .icon {
	opacity: .8;
}

.info-list .icon {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	background: #2d748e;
	color: #fff;
	margin-right: 9px;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -12px 25px;
}

.social-networks li {
	padding: 0 12px;
}

.social-networks a {
	font-size: 18px;
	line-height: 18px;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #2d748e;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
}

.social-networks a:hover {
	opacity: .8;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 -12px;
	color: #57606b;
}

.footer-bottom li {
	padding: 0 12px;
}

.footer-bottom a {
	color: #57606b;
}

.footer-bottom a:hover {
	color: #2d748e;
}

@media (min-width: 768px) {
	.tab-opener {
		display: none;
	}
}

@media (min-width: 1024px) {
	.desktop-hidden {
		display: none !important;
	}
}

@media (max-width: 1599px) {
	.about-info:after {
		bottom: auto;
		height: 855px;
	}

	.two-columns .image {
		margin: -30px 15px 15px 0;
	}
}

@media (max-width: 1199px) {
	.container-fluid {
		padding: 0 15px;
	}

	.h1,
	h1 {
		font-size: 40px;
		line-height: 46px;
	}

	.banner-area {
		margin-top: -70px;
	}

	.topics-area {
		padding: 70px 0 100px;
	}

	.features-blocks .block {
		padding: 0 0 30px 15px;
	}

	.about-blocks {
		margin: 0 -15px;
	}

	.about-blocks .blocks {
		padding: 0 15px 30px;
	}

	.map-area {
		padding: 0 0 50px;
	}

	.map-area .head-area {
		padding: 0 0 30px;
	}

	.testimonials-area {
		padding: 50px 0;
	}

	.testimonials-area:after {
		top: 0;
		width: 200px;
		height: 190px;
		background-size: 100% 100%;
	}

	.testimonials-slider:after {
		right: 0;
	}

	.header .container-fluid {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
	}

	.detail-info .tabset {
		margin: 0 -10px;
		padding: 28px 20px;
	}

	.detail-info .tabset li {
		padding: 0 10px;
	}

	.footer {
		padding: 100px 0 50px;
	}
}

@media (max-width: 1023px) {
	.mobile-hidden {
		display: none !important;
	}

	.h1,
	h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.h2,
	h2 {
		font-size: 26px;
		line-height: 30px;
		margin: 0 0 15px;
	}

	.banner-area {
		margin-top: -60px;
	}

	.banner-area .text-holder {
		max-width: 300px;
	}

	.topics-area {
		padding: 40px 0 80px;
	}

	.topics-area:after {
		background-size: cover;
		height: 700px;
		top: 0;
	}

	.topics-area .head-area {
		padding: 0 0 30px;
	}

	.topics-holder {
		margin: 0 -15px;
	}

	.topic-block {
		padding: 0 15px;
	}

	.about-info {
		padding: 40px 0;
	}

	.about-info:after {
		height: 700px;
		background-size: cover;
	}

	.about-info .head-area {
		padding: 0 0 30px;
	}

	.features-blocks {
		padding: 0;
	}

	.features-blocks .image {
		margin: 0 0 15px;
	}

	.map-popup {
		right: 10px;
		bottom: 10px;
	}

	.testimonials-area .head-area {
		padding: 0 0 30px;
	}

	.testimonials-slider {
		padding: 0 30px 40px;
	}

	.testimonials-slider:before {
		font-size: 25px;
		line-height: 25px;
		top: 0;
	}

	.testimonials-slider:after {
		font-size: 25px;
		line-height: 25px;
		top: 0;
		right: 0;
	}

	.testimonials-slider blockquote {
		font-size: 16px;
		line-height: 24px;
	}

	.testimonials-slider .title {
		font-size: 16px;
		line-height: 24px;
	}

	.header .container-fluid {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main-area:after {
		background-size: cover;
		height: 700px;
	}

	.main-area .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.two-columns {
		margin: 0 -15px;
		padding: 30px 0 0;
	}

	.two-columns .column {
		padding: 0 15px;
		width: 50%;
	}

	.two-columns .column:first-child {
		display: block;
		width: 50%;
	}

	.two-columns .holder {
		margin: 0 -10px;
	}

	.two-columns .holder .col {
		padding: 0 10px;
	}

	.detail-description .info-list {
		padding: 0;
	}

	.detail-info .opener {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 20px;
	}

	.detail-info .opener:after {
		right: 20px;
	}

	.detail-info .tabset {
		font-size: 11px;
		line-height: 18px;
		margin: 0 -7px;
		padding: 15px;
	}

	.detail-info .tabset li {
		padding: 0 7px;
	}

	.tab-content .description {
		padding: 15px;
	}

	.tab-content .description .image {
		max-width: 100%;
	}

	.footer {
		padding: 40px 0 20px;
	}

	.footer:after {
		top: -30px;
	}
}

@media (max-width: 767px) {
	.h2,
	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	.btn {
		padding: 12px 15px;
	}

	.banner-area {
		margin-top: 0;
	}

	.banner-area img {
		width: 800px;
		max-width: inherit;
		float: right;
	}

	.topics-area {
		padding: 30px 0 0;
	}

	.topic-block {
		width: 100%;
		margin-bottom: 20px;
	}

	.about-info {
		padding: 0 0 30px;
	}

	.features-blocks .block {
		width: 100%;
	}

	.about-blocks .blocks {
		width: 33%;
		padding: 0 15px 15px;
	}

	.map-content {
		position: static;
	}

	.map-content.active .map-pin {
		-webkit-transform: scale(1.02);
		-ms-transform: scale(1.02);
		transform: scale(1.02);
	}

	.map-pin:hover {
		-webkit-transform: translate(-50%, -50%) scale(1.02);
		-ms-transform: translate(-50%, -50%) scale(1.02);
		transform: translate(-50%, -50%) scale(1.02);
	}

	.map-popup {
		width: 320px;
		padding: 15px;
	}

	.map-popup .image {
		margin: 0 15px 0 0;
	}

	.map-popup .description {
		width: 100%;
	}

	.testimonials-area:after {
		width: 100px;
		height: 90px;
	}

	.testimonials-slider {
		padding: 0 20px 40px;
	}

	.testimonials-slider q {
		margin: 0 0 15px;
	}

	.nav-drop {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 99;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: max-height .4s ease;
		transition: max-height .4s ease;
	}

	.nav-active .nav-drop {
		max-height: 4000px;
	}

	.nav-active .nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.nav {
		display: block;
		text-align: center;
		padding: 0 0 30px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #fff;
	}

	.nav .contact {
		display: block;
		text-align: center;
		margin: 0;
		padding: 10px 0;
	}

	.menu {
		display: block;
		text-align: center;
	}

	.menu li {
		padding: 10px 15px;
	}

	.nav-opener {
		display: block;
	}

	.slick-dots {
		bottom: 20px;
	}

	.main-area h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.two-columns {
		display: block;
	}

	.two-columns .column {
		width: 100%;
		margin-bottom: 30px;
	}

	.two-columns .column:first-child {
		width: 100%;
	}

	.detail-description .name {
		font-size: 20px;
		line-height: 26px;
	}

	.detail-description .title {
		font-size: 20px;
		line-height: 26px;
	}

	.location-block {
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 15px;
	}

	.location-block .title {
		font-size: 14px;
		line-height: 20px;
	}

	.detail-info .accordion > li {
		margin: 0 0 15px;
	}

	.detail-info .opener {
		font-size: 15px;
		line-height: 24px;
	}

	.detail-info .tabset {
		display: none;
	}

	.tab-content .holder {
		display: block;
	}

	.tab-content .description {
		width: 100%;
		padding: 15px;
	}

	.tab-content .description .image {
		margin: 8px 0 0;
	}

	.tab-content .map-holder {
		width: 100%;
	}

	.schedule-table {
		max-width: 100%;
	}

	.footer .logo {
		width: 280px;
		margin: 0 auto;
	}

	.footer .address {
		padding: 10px 0 0;
		text-align: center;
	}

	.footer-content {
		display: block;
		margin: 0 0 30px;
	}

	.logo-holder {
		margin-bottom: 15px;
	}

	.footer-nav {
		font-size: 12px;
		line-height: 18px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-nav .contact {
		font-size: 12px;
		line-height: 18px;
		margin-left: 5px;
	}

	.footer-nav .contact .ico-box {
		width: 20px;
		height: 20px;
	}

	.footer-menu li {
		padding: 0 5px;
	}

	.footer-info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-list {
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 20px;
	}

	.info-list li {
		margin: 0 0 10px;
		width: 100%;
	}

	.social-networks {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -12px 10px;
	}

	.footer-wrap {
		width: 100%;
	}

	.footer-bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 699px) {
	.h1,
	h1 {
		font-size: 22px;
		line-height: 28px;
	}

	.banner-area img {
		width: 600px;
	}

	.banner-area .text-holder {
		max-width: 250px;
	}

	.banner-area h1 {
		margin: 0 0 10px;
	}
}

@media (max-width: 575px) {
	.banner-area .caption {
		position: static;
		width: 100%;
		padding: 0 0 60px;
	}
}

@media (max-width: 479px) {
	.banner-area img {
		width: 500px;
	}

	.about-blocks .blocks {
		width: 50%;
	}

	.map-popup {
		width: 290px;
		right: 0;
		bottom: 0;
	}

	.map-popup .description {
		font-size: 12px;
		line-height: 18px;
	}

	.schedule-table .table th {
		font-size: 9px;
		line-height: 16px;
		padding: 9px 5px;
	}
}
