/*! 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: #000;
	background: #fff;
	font: 16px/1.2 "Lato", 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: 50px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #231f20;
}

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;
	border: 1px solid #d8e2f0;
	padding: .4em .7em;
}

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

select {
	-webkit-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;
}



/* Slick slider styles */

.slick-slider-frame {
	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;
	cursor: hand;
}

.slick-slider-frame .slick-track,
.slick-slider-frame .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;
}

#main-nav {
	position: relative;
}

#main-nav:after {
	content: " ";
	display: block;
	clear: both;
}

#main-nav .nav-bar {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
}

#main-nav .nav-bar > li {
	position: relative;
}

#main-nav .nav-bar > li:first-child {
	margin: 0;
}

#main-nav .nav-bar > li > a {
	display: block;
	position: relative;
	color: #000;
	padding: 12px 70px 16px 39px;
}

#main-nav .nav-bar > li > a:before {
	top: 0;
	left: -8px;
	bottom: 0;
	width: 8px;
	content: "";
	position: absolute;
	background: #fc6161;
	-webkit-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
}

#main-nav .nav-bar > li.dropdown > a:after {
	top: 50%;
	right: 44px;
	margin: -9px 0 0;
	color: #000;
	font-weight: 700;
	content: "\e901";
	font-size: 17px;
	position: absolute;
	font-family: "icomoon" !important;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

#main-nav .nav-bar .dropdown-bar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	background: #d8e2f0;
	overflow: hidden;
}

#main-nav .nav-bar .dropdown-bar li {
	position: relative;
}

#main-nav .nav-bar .dropdown-bar li a {
	padding: 12px 40px 16px 74px;
	display: block;
	color: #231f20;
	position: relative;
}

#main-nav .nav-bar .dropdown-bar li a:hover {
	background: #c3d0e2;
}

#main-nav .nav-bar .dropdown-bar li a:after {
	top: 50%;
	right: 43px;
	margin: -11px 0 0;
	color: #565354;
	content: "\e901";
	font-size: 17px;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-family: "icomoon" !important;
}

#main-nav .nav-bar .dropdown-bar li a:before {
	top: 0;
	left: -8px;
	bottom: 0;
	width: 8px;
	content: "";
	position: absolute;
	background: #fc6161;
	-webkit-transition: left .5s ease-in-out;
	transition: left .5s ease-in-out;
}

.nav-opener {
	display: block;
	width: 42px;
	height: 34px;
}

.nav-opener .icon-line {
	height: 4px;
	width: 100%;
	content: "";
	position: relative;
	border: 2px solid #231f20;
	float: left;
	border-radius: 4px;
	margin: 0 0 11px;
	top: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-active .nav-opener .line1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}

.nav-active .nav-opener .line2 {
	opacity: 0;
}

.nav-opener .line3 {
	margin: 0;
}

.nav-active .nav-opener .line3 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -14px;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../lib/fonts/icomoon.svgicomoon") format("svg");
	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-facebook:before {
	content: "\e900";
}

.icon-left-arrow:before {
	content: "\e905";
}

.icon-right-arrow:before {
	content: "\e904";
}

.icon-down-arrow:before {
	content: "\e901";
}

.icon-search:before {
	content: "\e902";
}

.icon-double-arrow:before {
	content: "\e903";
}

#header {
	position: relative;
	z-index: 5;
}

#header:after {
	content: " ";
	display: block;
	clear: both;
}

#header .top-bar {
	padding: 12px 0 13px;
	overflow: hidden;
	background: #364959;
}

#header .top-bar .text {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
}

#header .top-bar .text a {
	color: #fff;
}

#header .top-bar .text a:hover {
	color: #fc6161;
}

#header .bottom-bar {
	background: #fff;
	padding: 26px 0 38px;
}

#header .bottom-bar:after {
	content: " ";
	display: block;
	clear: both;
}

#header .wrap-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}

#header .logo a {
	display: block;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

#header .search-form {
	position: relative;
	overflow: hidden;
	padding: 10px 40px 24px 86px;
}

#header .form-control {
	width: 100%;
	height: 39px;
	padding: 0 19px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
	border: none;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: none;
}

#header .form-control:-moz-placeholder {
	color: #000;
	opacity: 1;
}

#header .form-control::-moz-placeholder {
	color: #000;
	opacity: 1;
}

#header .form-control:-ms-input-placeholder {
	color: #000;
}

#header .form-control::-webkit-input-placeholder {
	color: #000;
}

#header .form-control:hover,
#header .form-control:focus {
	box-shadow: none;
	outline: none;
}

#header .btn-search {
	top: 9px;
	left: 37px;
	position: absolute;
	padding: 0;
	border: none;
	font-size: 37px;
	color: #231f20;
	background: none;
	-webkit-transition: color .5s ease-in-out;
	transition: color .5s ease-in-out;
}

#header .btn-search:hover {
	color: #fc6161;
}

#header .btn {
	padding: 6px 20px 7px;
	letter-spacing: 1.2px;
}

h1 {
	margin: 0;
	line-height: 54px;
	font-weight: 400;
	color: #fff;
}

h2 {
	margin: 0;
	line-height: 50px;
	font-weight: 300;
	color: #231f20;
}

h3 {
	margin: 0;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
}

.banner-area {
	overflow: hidden;
}

.banner-area .banner-holder {
	padding: 0;
	position: relative;
}

.banner-area .text-holder {
	max-width: 930px;
	position: relative;
	z-index: 3;
	padding: 23px 15px 30px;
	border-radius: 10px;
	/*background: rgba(20, 49, 74, .78);*/
	background: rgba(34, 50, 1, 0.78);
}

.banner-area h1 {
	margin: 0 0 24px;
}

.banner-area .info-holder {
	overflow: hidden;
}

.banner-area .card-box {
	display: none;
}

.banner-area .card-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.banner-area .detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 30px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}

.banner-area .detail-list li {
	padding: 0 0 0 41px;
	margin: 0 0 16px;
	position: relative;
}

.banner-area .detail-list li:after {
	top: -1px;
	left: 4px;
	font-size: 32px;
	position: absolute;
	color: #fffefe;
	content: "\e903";
	font-family: "icomoon" !important;
}

.banner-area .detail-list a {
	color: #fffefe;	
	cursor: none;
}

/*.banner-area .detail-list a:hover {
	color: #fc6161;
}*/

.banner-area .btn-holder {
	overflow: hidden;
}

.banner-area .btn-holder .btn {
	display: block;
	min-height: 50px;
	padding: 12px;
	margin: 0 0 30px;
}

.banner-area .btn-holder .btn:hover {
	color: #fff;
	border-color: #fff;
	background: none;
}

.banner-area .btn-holder .btn .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}

.banner-area .btn-holder .btn .text {
	display: inline-block;
	vertical-align: middle;
}

.banner-area .btn-holder .btn img {
	display: block;
	max-width: 100%;
	height: auto;
}

.banner-area .btn-holder .btn + .btn {
	margin: 0;
	background: none;
	border-color: white;
}


.banner-area .btn-holder .btn + .btn:hover {
	background: #fc6161;
	border-color: #fc6161;
}

.text-area {
	padding: 98px 0 113px;
	z-index: 3;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.text-area .detail-row {
	margin: 0 0 98px;
	overflow: hidden;
}

.text-area .detail-row:last-child {
	margin: 0;
}

.text-area .img-wrap {
	margin: 0 0 49px;
	overflow: hidden;
}

.text-area .img-holder {
	width: 203px;
	height: 203px;
	margin: 0 auto;
	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;
	border-radius: 100%;
}

.text-area .img-holder img {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-area .img-holder.bg-yellow {
	background: #ffae00;
}

.text-area .img-holder.bg-gray {
	background: #708aaa;
}

.text-area .img-holder.bg-red {
	background: #fc6161;
}

.text-area .text-holder {
	font-size: 20px;
	line-height: 29px;
	color: #231f20;
	font-weight: 300;
	text-align: center;
}

.text-area .text-holder p {
	margin: 0 0 55px;
}

.text-area h2 {
	margin: 0 0 21px;
}

.text-area .btn {
	display: block;
	padding: 13px 5px;
	color: #fff;
	background: #364959;
	border-color: #364959;
}

.text-area .btn:hover {
	color: #364959;
	background: #fff;
}

.text-area .info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
	line-height: 29px;
	font-weight: 300;
	text-align: left;
}

.text-area .info-list li {
	padding: 0 0 0 36px;
	margin: 0 0 25px;
	color: #231f20;
	position: relative;
}

.text-area .info-list li:after {
	top: 11px;
	left: 8px;
	width: 9px;
	height: 9px;
	content: "";
	border-radius: 100%;
	background: #364959;
	position: absolute;
}

.info-area {
	padding: 91px 0 115px;
	position: relative;
	background: #ebf0f7;
}

.info-area:after {
	content: " ";
	display: block;
	clear: both;
}

.info-area.style {
	padding: 101px 0 104px;
}

.info-area .slider-wrap {
	z-index: 3;
	padding: 0 35px;
	position: relative;
	text-align: center;
}

.info-area .slider-wrap .post .btn {
	display: inline-block;
	vertical-align: middle;
	color: #fc6161;
	background: #fff;
	min-width: 150px;
	padding: 13px 10px;
}

.info-area .slider-wrap .post .btn:hover {
	color: #fff;
	background: #fc6161;
}

.info-area .slider-wrap .btn {
	display: block;
	padding: 13px 15px;
}

.info-area .slides-block {
	margin: 0 0 64px;
	position: relative;
}

.info-area .slide-holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-area .slick-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info-area .slick-slider .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: inherit;
	height: auto;
}

.info-area .slick-slider.slick-initialized .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.info-area h2 {
	margin: 0 0 59px;
}

.info-area .slick-prev,
.info-area .slick-next {
	top: 50%;
	right: -40px;
	margin: 3px 0 0;
	color: #231f20;
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	outline: none;
}

.info-area .slick-prev {
	right: auto;
	left: -40px;
}

.post {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 10px;
}

.post .wrap-text {
	width: 100%;
	overflow: hidden;
}

.post .img-holder {
	overflow: hidden;
}

.post .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.post .text-holder {
	padding: 22px 45px 40px;
	font-size: 18px;
	line-height: 24px;
	color: #231f20;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
}

.post .text-holder p {
	margin: 0 0 31px;
}

.post .title {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	display: block;
	color: #231f20;
}

.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-list li {
	margin: 0 0 93px;
}

.contact-list li:last-child {
	margin: 0;
}

.contact-list .icon-block {
	margin: 0 0 47px;
	text-align: center;
	overflow: hidden;
}

.contact-list .icon-box {
	width: 142px;
	height: 142px;
	margin: 0 auto;
	border-radius: 100%;
	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;
	background: #ffae00;
}

.contact-list .icon-box img {
	display: block;
	max-width: 100%;
	height: auto;
}

.contact-list .text-box {
	font-size: 22px;
	line-height: 30px;
	color: #231f20;
	font-weight: 300;
	overflow: hidden;
	font-family: "Lato", sans-serif;
}

.contact-list .text-box p {
	margin: 0;
}

.contact-list .text-box p a {
	color: #231f20;
}

.contact-list .text-box p a:hover {
	color: #fc6161;
}

.blockquote-area {
	padding: 113px 0 121px;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.blockquote-area .blockquote-holder {
	margin: 0 0 96px;
	overflow: hidden;
}

.blockquote-area .blockquote-holder + .blockquote-holder {
	margin: 0;
}

.blockquote-area blockquote {
	margin: 0;
	overflow: hidden;
}

.blockquote-area .image {
	margin: 0 auto 48px;
	width: 205px;
	border-radius: 100%;
}

.blockquote-area .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 100%;
}

.blockquote-area .quote {
	padding: 99px 30px 0;
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	color: #231f20;
	position: relative;
	overflow: hidden;
	font-style: normal;
	text-align: center;
}

.blockquote-area .quote:after {
	top: 0;
	left: 50%;
	width: 63px;
	height: 58px;
	margin: 0 0 0 -32px;
	content: "";
	position: absolute;
	background: url(../img/ico-quote.png) no-repeat;
}

.blockquote-area .quote p {
	margin: 0 0 35px;
}

.blockquote-area .title-post,
.blockquote-area .title-name {
	display: block;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 9px;
	color: #231f20;
}

.blockquote-area .title-post {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.applying-area {
	padding: 78px 0 69px;
	overflow: hidden;
	text-align: center;
	background: #fc6161;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	font-weight: 400;
}

.applying-area p {
	margin: 0 0 55px;
}

.applying-area .btn {
	margin: 0 35px;
	display: block;
	padding: 13px;
	border-color: #fff;
	background: #fff;
	color: #fc6161;
	font-size: 28px;
	line-height: 30px;
}

.applying-area .btn:hover {
	background: #fc6161;
	color: #fff;
}

.applying-area .btn .ico {
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0;
}

.applying-area .btn .text {
	display: inline-block;
	vertical-align: middle;
}

.applying-area .btn img {
	display: block;
	max-width: 100%;
	height: auto;
}

.accordion-area {
	padding: 113px 0 108px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.accordion-area h2 {
	margin: 0 0 61px;
}

.accordion-area .btn {
	margin: 0 35px;
	display: block;
	padding: 13px 34px;
}

.accordion-area .accordion-holder {
	margin: 0 0 40px;
	overflow: hidden;
}

.accordion-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.accordion-nav li {
	margin: 0 0 25px;
}

.accordion-nav li.acc-active .acc-opener {
	border-radius: 10px 10px 0 0;
}

.accordion-nav li.acc-active .acc-opener:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-nav .acc-opener {
	display: block;
	padding: 27px 40px 32px;
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	color: #fcfcfc;
	position: relative;
	background: #364959;
	text-align: center;
	border-radius: 10px 10px;
}

.accordion-nav .acc-opener:after {
	top: 50%;
	right: 10px;
	margin: -11px 0 0;
	color: #fff;
	font-size: 26px;
	position: absolute;
	content: "\e901";
	font-family: "icomoon" !important;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.accordion-nav .acc-slide {
	padding: 28px 15px 25px 38px;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #231f20;
	border-radius: 0 0 10px 10px;
	background: #d8e2f0;
	text-align: left;
}

.accordion-nav .acc-slide p {
	margin: 0;
	text-align: left;
}

.logos-area {
	padding: 99px 0 85px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.logos-area h2 {
	margin: 0 0 67px;
}

.logos-area .logos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 -10px;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logos-area .logos-list li {
	display: inline-block;
	vertical-align: middle;
	width: 33.333333333%;
	padding: 0 10px;
	margin: 0 0 33px;
}

.logos-area .logos-list a {
	display: inline-block;
	vertical-align: middle;
}

.logos-area .logos-list a:hover {
	opacity: .7;
}

.logos-area .logos-list img {
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 100%;
}

#footer {
	overflow: hidden;
	position: relative;
	background: #364959;
}

#footer .footer-holder {
	margin: 0 0 31px;
	padding: 73px 0 81px;
	position: relative;
}

#footer .footer-holder .icon-facebook {
	bottom: 0;
	right: 50%;
	margin: 0 -30px 0 0;
	position: absolute;
	color: #fff;
	font-size: 63px;
}

#footer .footer-holder .icon-facebook:hover {
	color: #fc6161;
}

#footer .footer-box {
	width: 41.4%;
}

#footer .footer-box + .footer-box {
	width: 29.3%;
}

#footer h3 {
	margin: 0 0 18px;
}

#footer .bottom-holder {
	padding: 11px 10px 15px;
	overflow: hidden;
	background: #ffae00;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
}

#footer .bottom-holder p {
	margin: 0;
}

#footer .bottom-holder p a {
	color: #364959;
	font-weight: 500;
}

#footer .bottom-holder p a:hover {
	color: #fff;
}

.info-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
}

.info-nav-list:only-child,
.info-nav-list:last-child {
	margin: 0;
}

.info-nav-list li {
	color: #fff;
}

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

.info-nav-list li a:hover {
	color: #ffae00;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

body {
	min-width: 320px;
}

/* set styles for default page links */

a {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border .3s linear;
	text-decoration: none;
}

a:focus,
a:hover {
	outline: none;
}

/* main container styles */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.wrap-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 45px;
}

.wrap-container:after {
	content: " ";
	display: block;
	clear: both;
}

.desk-hidden {
	display: block;
}

.wrap-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bg-stretch {
	background-position: 50% 50%;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.bg-stretch img {
	max-width: none;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	border-radius: 10px;
	border: 1px solid #fc6161;
	text-align: center;
	background: #fc6161;
	text-transform: uppercase;
}

.btn:hover {
	color: #fc6161;
	background: #fff;
}

#main {
	overflow: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.svg-bg {
	bottom: -43px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 170px;
}

.svg-bg.top {
	top: -21px;
	bottom: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 500px) {
	.nav-opener {
		width: 62px;
	}

	#header .logo {
		width: 134px;
	}

	.banner-area .text-holder {
		padding: 23px 35px 30px;
	}

	.text-area .text-holder {
		padding: 0 35px;
	}

	.info-area .slider-wrap {
		padding: 0 35px;
	}

	.info-area .slick-prev,
	.info-area .slick-next {
		right: -58px;
	}

	.info-area .slick-prev {
		right: auto;
		left: -58px;
	}

	.accordion-nav .acc-opener {
		padding: 27px 90px 32px;
	}

	.accordion-nav .acc-opener:after {
		right: 34px;
	}
}

@media (min-width: 821px) {
	#main-nav {
		width: 74%;
		padding: 0 140px 0 0;
	}

	#main-nav .nav-bar {
		font-size: 18px;
		font-weight: 300;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#main-nav .nav-bar > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 8px;
	}

	#main-nav .nav-bar > li > a:before {
		display: none;
	}

	#main-nav .nav-bar > li > a {
		display: inline-block;
		vertical-align: top;
		color: #231f20;
		padding: 38px 17px 41px 0;
	}

	#main-nav .nav-bar > li.dropdown > a:after {
		right: 2px;
		font-size: 12px;
		margin: -10px 0 0;
		font-weight: 300;
		color: #565354;
	}

	#main-nav .nav-bar > li:hover .dropdown-bar,
	#main-nav .nav-bar > li.hover .dropdown-bar {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#main-nav .nav-bar > li:hover > a:after,
	#main-nav .nav-bar > li.hover > a:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	#main-nav .nav-bar .dropdown-bar {
		display: block;
		top: 100%;
		left: -2px;
		width: 256px;
		position: absolute;
		z-index: -1;
		border-radius: 0 0 10px 10px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(-30%);
		-ms-transform: translateY(-30%);
		transform: translateY(-30%);
		-webkit-transition: visibility .3s linear, opacity .3s linear, -webkit-transform .3s ease-in-out;
		transition: visibility .3s linear, opacity .3s linear, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s linear, opacity .3s linear;
		transition: transform .3s ease-in-out, visibility .3s linear, opacity .3s linear, -webkit-transform .3s ease-in-out;
	}

	#main-nav .nav-bar .dropdown-bar li a {
		padding: 12px 40px 16px 30px;
	}

	#main-nav .nav-bar .dropdown-bar li a:hover:before {
		left: 0;
	}

	#main-nav .nav-bar .dropdown-bar li a:after {
		right: 22px;
	}

	.nav-opener {
		display: none;
	}

	#header .top-bar .text {
		font-size: 18px;
		line-height: 20px;
	}

	#header .bottom-bar {
		padding: 0;
	}

	#header .logo {
		width: 100px;
	}

	#header .search-form {
		top: 50%;
		right: 0;
		margin: -19px 0 0;
		position: absolute;
		padding: 0 30px 0 0;
		overflow: hidden;
	}

	#header .form-control {
		width: 130px;
		background: #d8e2f0;
	}

	#header .btn-search {
		top: 7px;
		left: auto;
		right: 0;
		font-size: 25px;
	}

	#header .btn {
		padding: 11px;
	}

	.banner-area .banner-holder {
		margin: 0;
		min-height: 800px;
		padding: 94px 0 150px;
	}

	.banner-area .text-holder {
		padding: 65px 15px;
	}

	.banner-area h1 {
		margin: 0 0 54px;
	}

	.banner-area .info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.banner-area .detail-box {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 68.7%;
	}

	.banner-area .card-box {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: block;
	}

	.banner-area .detail-list {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 36px;
	}

	.banner-area .detail-list li:after {
		top: 2px;
		left: 5px;
		font-size: 46px;
	}

	.banner-area .btn-holder {
		padding: 0 0 0 3px;
	}

	.banner-area .btn-holder .btn {
		display: inline-block;
		vertical-align: middle;
		min-width: 210px;
		margin: 0 27px 0 0;
	}

	.text-area {
		padding: 82px 0 132px;
	}

	.text-area .detail-row {
		margin: 0 0 187px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.text-area .detail-row.fd-style {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.text-area .align-left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.text-area .align-left .text-holder {
		text-align: left;
	}

	.text-area .align-right {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
	}

	.text-area .detail-holder {
		width: 50%;
	}

	.text-area .img-wrap {
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.text-area .img-holder {
		width: 363px;
		height: 363px;
		margin: 0;
	}

	.text-area .text-holder {
		text-align: right;
		padding: 0;
	}

	.text-area .text-holder p {
		margin: 0 0 33px;
	}

	.text-area h2 {
		margin: 0 0 25px;
	}

	.text-area .btn {
		display: inline-block;
		vertical-align: middle;
		min-width: 210px;
	}

	.text-area .info-list li {
		padding: 0 0 0 26px;
	}

	.text-area .info-list li:after {
		left: 0;
	}

	.info-area {
		/*padding: 226px 0 216px;*/
		padding: 156px 0 216px;
	}

	.info-area.style {
		padding: 215px 0 284px;
	}

	.info-area .slider-wrap {
		padding: 0;
	}

	.info-area .slider-wrap .btn {
		display: inline-block;
		vertical-align: middle;
	}

	.info-area .slider-wrap .btn:hover {
		background: none;
		color: #fc6161;
	}

	.info-area .slides-block {
		margin: 0 -5px 95px;
	}

	.info-area .slide-holder {
		padding: 0 5px;
	}

	.info-area h2 {
		margin: 0 0 82px;
	}

	.info-area .slick-prev,
	.info-area .slick-next {
		display: none;
	}

	.post .text-holder {
		padding: 22px 35px 40px;
	}

	.contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.contact-list li {
		margin: 0;
		padding: 0 15px;
		width: 33.333333333%;
	}

	.contact-list .icon-block {
		margin: 0 0 57px;
	}

	.contact-list .text-box {
		font-size: 20px;
		line-height: 30px;
	}

	.blockquote-area {
		padding: 100px 0;
	}

	.blockquote-area .blockquote-holder {
		margin: 0 0 50px;
	}

	.blockquote-area .image {
		width: 150px;
		float: left;
		margin: 37px 30px 0 0;
	}

	.blockquote-area .quote {
		text-align: left;
		padding: 79px 0 0;
	}

	.blockquote-area .quote:after {
		left: 9px;
		margin: 0;
	}

	.applying-area {
		padding: 78px 0 102px;
	}

	.applying-area .btn {
		display: inline-block;
		vertical-align: middle;
		min-width: 480px;
		margin: 0;
	}

	.accordion-area {
		padding: 165px 0;
	}

	.accordion-area h2 {
		margin: 0 0 83px;
	}

	.accordion-area .btn {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}

	.accordion-area .accordion-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px 53px;
	}

	.accordion-nav {
		width: 50%;
		padding: 0 15px;
	}

	.accordion-nav li {
		margin: 0 0 29px;
	}

	.accordion-nav .acc-opener:after {
		right: 53px;
	}

	.accordion-nav .acc-slide {
		text-align: center;
		padding: 22px 30px 32px;
	}

	.logos-area {
		padding: 111px 0;
	}

	.logos-area h2 {
		margin: 0 0 105px;
	}

	.logos-area .logos-list li {
		width: 20%;
		margin: 0 0 77px;
	}

	#footer .footer-holder {
		margin: 0;
		padding: 217px 65px 100px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#footer .footer-holder .icon-facebook {
		top: 224px;
		right: 0;
		margin: 0;
		bottom: auto;
	}

	#footer .bottom-holder {
		font-size: 18px;
		padding: 24px 0 25px;
	}

	.btn {
		font-size: 14px;
		line-height: 16px;
	}

	.svg-bg.top {
		top: -55px;
	}
}

@media (min-width: 821px) and (min-width: 1440px) {
	.text-area .align-left .text-holder {
		padding: 0 130px 0 0;
	}
}

@media (min-width: 822px) {
	.desk-hidden {
		display: none;
	}
}

@media (min-width: 1024px) {
	#main-nav {
		width: 71%;
		padding: 0 140px 0 0;
	}

	#main-nav .nav-bar {
		font-size: 20px;
	}

	#main-nav .nav-bar > li {
		margin: 0 0 0 15px;
	}

	#main-nav .nav-bar > li > a {
		padding: 38px 28px 41px 0;
	}

	#main-nav .nav-bar > li.dropdown > a:after {
		font-size: 17px;
		margin: -9px 0 0;
	}

	#header .logo {
		width: 135px;
	}

	#header .form-control {
		width: 150px;
	}

	#header .btn {
		padding: 11px 20px;
	}

	.banner-area .text-holder {
		padding: 65px 85px;
	}

	.info-area .slides-block {
		margin: 0 -15px 95px;
	}

	.info-area .slide-holder {
		padding: 0 15px;
	}

	.post .text-holder {
		padding: 22px 40px 40px;
	}

	.contact-list {
		margin: 0 -50px;
		padding: 0 35px;
	}

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

	.contact-list .text-box {
		font-size: 22px;
		line-height: 30px;
	}

	.blockquote-area {
		padding: 173px 0 193px;
	}

	.blockquote-area .wrap-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.blockquote-area .blockquote-holder {
		width: 50%;
		padding: 0 15px 0 0;
	}

	.blockquote-area .blockquote-holder + .blockquote-holder {
		padding: 0 0 0 15px;
	}

	.accordion-nav .acc-slide {
		padding: 22px 60px 32px;
	}

	#footer .footer-holder {
		padding: 217px 50px 100px;
	}

	#footer .footer-holder .icon-facebook {
		right: 50px;
	}

	.btn {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (min-width: 1200px) {
	#main-nav {
		width: 69%;
		padding: 0 224px 0 0;
	}

	#main-nav .nav-bar > li {
		margin: 0;
	}

	#main-nav .nav-bar > li > a {
		padding: 38px 28px 41px;
	}

	#header .logo {
		width: 175px;
	}

	#header .search-form {
		padding: 0 47px 0 0;
	}

	#header .form-control {
		width: 170px;
	}

	#header .btn-search {
		top: 0;
		font-size: 40px;
	}

	.banner-area .text-holder {
		/*revery after christmas padding: 65px 85px 65px 117px;*/
		padding: 65px 85px 65px 87px;
	}

	.text-area .detail-row {
		padding: 0 120px;
	}

	.info-area .slides-block {
		margin: 0 -50px 95px;
	}

	.info-area .slide-holder {
		padding: 0 10px;
	}

	.blockquote-area .image {
		width: 209px;
	}

	#footer .footer-holder {
		padding: 217px 200px 100px 118px;
	}

	#footer .footer-holder .icon-facebook {
		right: 136px;
	}
}

@media (min-width: 1440px) {
	#main-nav {
		padding: 0 285px 0 0;
	}

	#main-nav .nav-bar > li {
		margin: 0 0 0 45px;
	}

	#header .form-control {
		width: 197px;
	}

	#header .btn {
		/* revert after christmas padding: 11px 57px;*/
		padding: 11px 51px;
	}

	.text-area .text-holder {
		padding: 0 0 0 130px;
	}

	.info-area .slides-block {
		/*margin: 0 -105px 95px;*/
		margin: 0 -105px 25px;
	}
}

@media (max-width: 820px) {
	#main-nav {
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.nav-active #main-nav {
		max-height: 4000px;
	}

	#main-nav .nav-holder {
		background: #d8e2f0;
		border-radius: 0 0 10px 10px;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	.nav-active #main-nav .nav-holder {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#main-nav .nav-bar > li.slide-active > a {
		background: #c3d0e2;
	}

	#main-nav .nav-bar > li.slide-active > a:before {
		left: 0;
	}

	#main-nav .nav-bar > li.slide-active > a:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	#header .top-bar {
		text-align: center;
	}

	#header .top-bar .wrap-holder {
		display: block;
	}

	h1 {
		font-size: 40px;
		line-height: 45px;
	}

	h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.text-area .img-holder img {
		width: 113px;
	}

	.logos-area .logos-list .width-style {
		width: 65px;
	}

	#footer .footer-box {
		width: 100%;
		text-align: center;
	}

	#footer .footer-box + .footer-box {
		display: none;
	}

	.wrap-container {
		padding: 0 40px;
	}

	.mob-hidden {
		display: none !important;
	}

	.bg-stretch {
		position: relative;
		margin: 0 0 47px;
	}

	.bg-stretch img {
		display: block;
		height: auto !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		width: 100% !important;
	}

	.svg-bg {
		bottom: -21px;
		height: 84px;
	}
}

@media (max-width: 499px) {
	.wrap-container {
		padding: 0 10px;
	}

	h2 {
		font-size: 25px;
	}
}

