/*! 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: 0.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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}

#nav .drop ul,
#footer .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.row:after,
.container:after,
.large-container:after,
.mini-container: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: #242424;
	background: #fff;
	font: 300 16px/1.2 "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Rubik", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 0.7em;
	font-weight: 600;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
	margin-bottom: 0.8em;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

b,
strong {
	font-weight: 600;
}

a {
	color: #242424;
}

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: none;
	padding: 8px 23px;
	color: #242424;
	background: #f5f5f5;
	height: 69px;
	font-weight: 300;
	width: 100%;
	outline: none !important;
}

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: #242424;
}

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: #242424;
}

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: #242424;
}

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: #242424;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
	color: #242424;
}

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

.ginput_container_select,
.select-warp {
	position: relative;
	background: #f5f5f5;
}

.ginput_container_select select,
.select-warp select {
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 69px;
	border: none;
	color: #242424;
	padding: 8px 60px 6px 19px !important;
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 100%;
	background: transparent;
}

.ginput_container_select select::-ms-expand,
.select-warp select::-ms-expand {
	display: none;
}

.ginput_container_select:before,
.select-warp:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 33px;
	margin-top: -7px;
	width: 11px;
	height: 11px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #242424 #242424 transparent transparent;
	transform: rotate(138deg);
}

textarea {
	resize: none;
	vertical-align: top;
	height: 200px;
	padding: 20px 23px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	box-shadow: none;
	outline: none;
	background: #f7bf0e;
	color: #242424;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	padding: 19px 20px;
	letter-spacing: 0.012em;
	min-width: 160px;
	display: inline-block;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
	background: #242424;
	color: #fff;
}

input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

input[type="checkbox"] + label {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 9px 0 0 50px !important;
}

input[type="checkbox"] + label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 36px;
	height: 36px;
	border: 1px solid #242424;
	border-radius: 8px;
}

input[type="checkbox"]:checked + label:before {
	background: #f28020;
	border-color: #f28020;
}

input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 13px;
	width: 21px;
	height: 12px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(136deg);
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
}

input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	font-weight: 300;
	display: block;
	padding: 0px 0 0 33px !important;
}

input[type="radio"] + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #d8d8d8;
}

input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f84113;
}

.gform_wrapper ul {
	list-style: none;
	padding: 0;
}

.gform_wrapper .gfield {
	margin-bottom: 30px;
}

.gform_wrapper label {
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 13px;
}

.gform_wrapper .gfield_radio li {
	display: inline-block;
	vertical-align: top;
}

.gform_wrapper .gfield_radio li + li {
	margin-left: 35px;
}

ul,
ol,
dl,
p,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.1em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

blockquote p:before {
	content: "“";
}

blockquote p:after {
	content: "”";
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

.row {
	margin: 0 -15px;
}

.d-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

img {
	vertical-align: top;
}

.container,
.large-container,
.mini-container {
	margin: 0 auto;
	padding: 0 15px;
}

.large-container {
	max-width: 1370px;
}

.container {
	max-width: 1190px;
}

.mini-container {
	max-width: 1070px;
}

.no-paddingtop {
	padding-top: 0 !important;
}

.no-paddingbottom {
	padding-bottom: 0 !important;
}

.show-mobile {
	display: none;
}

.hide-mobile {
	display: block;
}

.show-desktop {
	display: block;
}

.hide-desktop {
	display: none;
}

a {
	outline: none;
	text-decoration: none;
	transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.link {
	text-decoration: underline;
	color: #f84113;
}

.link:hover {
	text-decoration: none;
}

p a {
	color: #f84113;
}

p a:hover {
	text-decoration: underline;
}

.btn {
	background: #f7bf0e;
	font-weight: 700;
	position: relative;
	font-size: 14px;
	padding: 20px;
	letter-spacing: 0.012em;
	min-width: 160px;
	display: inline-block;
	text-align: center;
}

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

.btn-arrow {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
}

.btn-arrow:before {
	content: "";
	width: 37px;
	height: 2px;
	background: #f84113;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	transition: right 0.3s ease, background 0.3s ease;
}

.btn-arrow:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #f84113 #f84113 transparent transparent;
	transform: rotate(45deg);
	transition: right 0.3s ease, border-color 0.3s ease;
}

.btn-arrow:hover:before {
	right: -12px;
}

.btn-arrow:hover:after {
	right: -13px;
}

.bg-gray {
	background: #f5f5f5;
}

.section {
	padding: 80px 0;
}

.section.heading-block {
	margin-bottom: 0 !important;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: background 0.3s ease;
}

.img-wrap a:hover {
	opacity: 0.7;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

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

.heading {
	margin-bottom: 60px;
}

.heading h2 {
	font-size: 36px;
}

.heading-block {
	margin-bottom: 76px;
}

.heading-block h2 {
	position: relative;
	padding-top: 26px;
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	margin-bottom: 23px;
}

.heading-block h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 2px;
	background: #f84113;
}

.heading-block h2 strong {
	font-weight: 500;
}

.heading-block .sub-title {
	font-weight: 500;
	margin-bottom: 30px;
}

.card {
	position: relative;
	display: block;
	background-color: #f84113;
	padding: 32px 24px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	min-height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.card:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -38px;
	right: -38px;
	background: #f84113;
	height: 38px;
	width: 38px;
	border-radius: 18px;
	transition: transform 0.3s ease-out;
	z-index: 0;
}

.card:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(35, 31, 32, 0.49);
	z-index: -1;
}

.card:hover:before {
	transform: scale(28);
}

.card:hover .text {
	top: 30px;
	bottom: auto;
}

.card:hover .text h2 {
	position: static;
	transform: translateY(0);
	margin-bottom: 32px;
}

.card:hover .text p {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	transition: all 0.3s ease-out;
}

.card:hover .btn-arrow:before {
	background: #fff;
}

.card:hover .btn-arrow:after {
	border-color: #fff #fff transparent transparent;
}

.card .text {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 0;
	transition: all 0.3s ease;
	padding: 30px 0;
}

.card .text h2 {
	font-size: 36px;
	line-height: 1.1;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
	transform: translateY(-40px);
	transition: all 0.3s ease-out;
	position: absolute;
	bottom: 0;
	margin: 0;
}

.card .text p {
	transform: translateY(100%);
	opacity: 0;
}

.card > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.card.with-btn {
	min-height: 464px;
}

.card.with-btn:hover:before {
	transform: scale(40);
}

.card.with-btn .text h2 {
	margin-bottom: 24px;
}

.card.with-btn .btn-arrow {
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 35px;
}

.text ul {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.text ul li {
	position: relative;
	padding-left: 40px;
}

.text ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 20px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #f84113;
}

.intro-block {
	margin-bottom: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mejs-controls .mejs-button > button {
	min-width: 0;
}

.header-wrap {
	background: #fff;
	position: static;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: background 0.3s ease;
}

.admin-bar .header-wrap {
	top: 32px;
}

.header-wrap .container,
.header-wrap .large-container {
	position: relative;
}

.logo {
	width: 180px;
	position: absolute;
	top: 50%;
	left: 15px;
	transition: opacity 0.3s ease;
	transform: translateY(-50%);
}

.logo .sticky-logo {
	display: none;
	width: 170px;
}

.header-nav {
	padding-left: 230px;
}

.header-nav-top {
	padding: 28px 6px 24px;
	text-align: right;
}

.header-nav-top .tel {
	font-size: 19px;
	font-weight: 500;
}

.header-nav-top .tel:hover {
	color: #f84113;
}

.header-nav-top .tel .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #f84113;
}

.header-nav-bottom {
	position: relative;
}

.header-nav-bottom .btn-cta {
	background: #f84113;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	min-width: 160px;
	padding: 32px 20px 31px;
}

.header-nav-bottom .btn-cta:hover {
	background: #242424;
}

.sticky .logo .normal-logo {
	display: none;
}

.sticky .logo .sticky-logo {
	display: block;
	width: 100%;
}

.sticky .header-nav-top {
	display: none;
}

.sticky #header {
	height: 150px;
}

.sticky .header-wrap {
	position: fixed;
	background: #fff;
}

body {
	transition: margin 0.4s linear;
}

body.nav-active {
	margin: 0 100vw 0 -100vw;
}

#nav {
	width: 100%;
	padding: 0 174px 0 0;
}

#nav .drop ul {
	text-align: right;
}

#nav .drop ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#nav .drop ul > li + li {
	margin-left: 2px;
}

#nav .drop ul > li.menu-item-has-children .arrow {
	display: none;
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 0;
	width: 30px;
	height: 26px;
}

#nav .drop ul > li.menu-item-has-children .arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-width: 7px 7px 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	margin: -4px 0 0 -5px;
	transition: transform 0.3s ease;
}

#nav .drop ul > li.menu-item-has-children.submenu-active .arrow:before {
	transform: rotate(180deg);
}

#nav .drop ul > li.current-menu-item > a,
#nav .drop ul > li.current-menu-parent > a { /* background: $primary;
						color: $white; */
	color: #f84113;
}

#nav .drop ul > li > a {
	display: block;
	font-weight: 500;
	padding: 30px 24px;
}

#nav .drop ul > li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#nav .drop ul > li:hover > a { /* background: $primary;
						color: $white; */
	color: #f84113;
}

#nav .drop ul ul {
	position: absolute;
	top: 90px;
	left: 0;
	padding: 4px 25px;
	z-index: 3;
	width: 254px;
	border: 1px solid rgba(88, 88, 88, 0.16);
	background: #fff;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: top 0.3s linear;
}

#nav .drop ul ul li {
	width: 100%;
	padding: 12px 0;
}

#nav .drop ul ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-weight: 100;
}

#nav .drop ul ul li + li {
	border-top: 1px solid #dfdfdf;
	margin: 0;
}

#nav .drop ul ul li.current-menu-item a {
	color: #f84113;
	background: transparent;
}

#nav .drop ul ul li.current-menu-item:hover a {
	color: #f84113;
}

#nav .drop ul ul li:hover a {
	background: transparent;
	color: #242424;
}

#nav .drop ul ul li a:hover {
	background: transparent;
	color: #f84113;
}

.nav-opener {
	display: none;
	position: absolute;
	top: 28px;
	right: 24px;
	width: 40px;
	height: 32px;
	z-index: 9;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	top: 14px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #f84113;
	transition: all 0.3s ease;
}

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

.nav-opener:after {
	top: 28px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #f28020;
}

.nav-active {
	overflow: hidden;
}

.nav-active .logo {
	opacity: 0;
}

.nav-active #nav .drop {
	transform: translateX(0);
}

.nav-active .nav-opener {
	right: 15px;
}

.nav-active .nav-opener:hover:before,
.nav-active .nav-opener:hover:after {
	background: #f28020;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 14px;
	left: 5px;
	width: 75%;
	background: #fff;
}

.nav-active .nav-opener:before {
	transform: rotate(-45deg);
}

.nav-active .nav-opener:after {
	transform: rotate(45deg);
}

#footer {
	padding: 45px 0 0;
	background: #242424;
	color: #fff;
}

#footer a {
	color: #fff;
}

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

#footer strong.title {
	display: block;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.5);
}

#footer .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0;
}

#footer .footer-top {
	padding-bottom: 44px;
}

#footer .col {
	padding: 30px 0  0;
}

#footer .col + .col {
	padding-left: 80px;
}

#footer .col + .col.col-right .img-wrap {
	max-width: 220px;
}

#footer .col-logo {
	padding-top: 0;
}

#footer .col-menu {
	width: 59%;
}

#footer .col-menu strong.title {
	display: none;
}

#footer .col-menu ul#menu-footer-menu-list {
	column-count: 3;
}

#footer .col-menu ul#menu-footer-menu-list li {
	margin-bottom: 27px;
	padding-right: 55px;
}

#footer .col-menu ul#menu-footer-menu-list li a {
	font-weight: 700;
}

#footer .col-menu ul#menu-footer-menu-list ul {
	column-count: 1;
	margin-top: 6px;
}

#footer .col-menu ul#menu-footer-menu-list ul li {
	margin: 0;
	padding: 0;
}

#footer .col-menu ul#menu-footer-menu-list ul li + li {
	margin-top: 5px;
}

#footer .col-menu ul#menu-footer-menu-list ul li a {
	font-weight: 300;
}

#footer .footer-logo {
	margin-bottom: 14px;
}

#footer .footer-phone {
	padding: 16px 0;
	border-top: 1px solid #868686;
}

#footer .footer-phone i {
	margin-right: 12px;
}

#footer .social-networks {
	padding: 12px 0;
	border-top: 1px solid #868686;
}

#footer .social-networks ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 18px;
}

#footer .social-networks ul li + li {
	margin-left: 24px;
}

#footer .footer-bottom {
	border-top: 1px solid #868686;
	padding: 36px 0;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	line-height: 1;
}

#footer .footer-bottom p {
	margin: 0;
	padding-right: 10px;
	position: relative;
}

#footer .footer-bottom p + p {
	padding: 0 0 0 13px;
	border-left: 1px solid #868686;
}

#footer #menu-footer-mobile-menu-list {
	display: none;
}

#footer #menu-footer-mobile-menu-list li + li {
	margin-top: 10px;
}

#footer #menu-footer-mobile-menu-list ul {
	margin-top: 8px;
	padding-left: 15px;
}

/* Slider */

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
	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;
	outline: none;
	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;
}

.inner-banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.inner-banner .container,
.inner-banner .mini-container {
	min-height: 300px;
	white-space: nowrap;
}

.inner-banner .container:after,
.inner-banner .mini-container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 300px;
}

.inner-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.4);
}

.inner-banner .banner-text {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 80px 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-size: 25px;
	max-width: 800px;
	line-height: 1.2;
}

.inner-banner .banner-text h1 {
	margin: 0;
}

.inner-banner .banner-text h1 + p {
	margin-top: 30px;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 0;
	width: 70px;
	height: 70px;
	z-index: 2;
	padding: 0 !important;
	background: transparent;
	min-width: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.49);
	transform: translateY(-50%);
	transition: background 0.3s ease;
}

.slick-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-width: 4px 4px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	width: 20px;
	height: 20px;
	transition: border-color 0.3s ease;
	margin: -10px 0 0 -13px;
}

.slick-arrow:hover {
	background: black;
}

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

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-prev:before {
	transform: rotate(-132deg);
	margin-left: -8px;
}

.slick-arrow.slick-next {
	right: 0;
}

.slick-arrow.slick-next:before {
	transform: rotate(45deg);
}

.slick-dots {
	text-align: center;
	margin-bottom: 0;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 5px;
	width: 12px;
	height: 12px;
}

.slick-dots li:before {
	display: none;
}

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

.slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	background: rgba(255, 255, 255, 0.51);
	min-width: 0;
}

.slick-dots li button:hover {
	background: #f84113;
}

.slick-slide {
	outline: none;
	box-shadow: none;
}

.banner-slider .slick-dots {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
}

.banner-slider .slick-slide {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner-slider .slick-slide:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.44);
}

.banner-slider .container,
.banner-slider .mini-container {
	min-height: 569px;
	white-space: nowrap;
}

.banner-slider .container:after,
.banner-slider .mini-container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 569px;
}

.banner-slider .banner-text {
	position: relative;
	padding: 30px 0 150px;
	width: 100%;
	max-width: 700px;
	z-index: 5;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.banner-slider .banner-text h1 {
	color: #fff;
	margin-bottom: 20px;
	line-height: 40px;
}

.banner-slider .banner-text p {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
}

.three-columns .row {
	margin: 0 -20px;
}

.three-columns .col {
	width: 33.33%;
	padding: 0 20px;
}

.three-columns .btn-wrap {
	text-align: right;
	padding: 44px 0 10px;
}

.featured-projects .card.with-btn .btn-arrow:before,
.featured-projects .card.with-btn .btn-arrow:after {
	right: -10px;
}

.featured-projects .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0 10px;
}

.intro-three-columns .intro-columns {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
	margin: -105px auto 0;
	max-width: 1160px;
	position: relative;
}

.intro-three-columns .intro-columns-wrap {
	padding: 40px 42px 37px;
	background: #fff;
}

.intro-three-columns .col {
	width: 33.33%;
	padding: 0 15px;
}

.intro-three-columns .col .icon-wrap {
	width: 26%;
	margin-right: 23px;
}

.intro-three-columns .col h2 {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-right: 16px;
	margin-bottom: 4px;
	transition: color 0.3s ease;
}

.intro-three-columns .col h2:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #f84113 #f84113 transparent transparent;
	transform: rotate(45deg) skew(-6deg);
	transition: right 0.3s ease;
}

.intro-three-columns .col p {
	margin: 0;
}

.intro-three-columns .col-wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.intro-three-columns .col-wrap a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.intro-three-columns .col-wrap:hover h2 {
	color: #f84113;
}

.intro-three-columns .col-wrap:hover h2:before {
	right: -10px;
}

.intro-three-columns .text {
	width: calc(100% - 26% - 23px);
}

.intro-three-columns .btn-wrap {
	padding: 11px 29px 13px;
	background: #f5f5f5;
	text-align: right;
}

.transformation-projects {
	padding-top: 0 !important;
}

.transformation-projects .card.with-btn .btn-arrow:before,
.transformation-projects .card.with-btn .btn-arrow:after {
	right: -10px;
}

.transformation-projects .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0 10px;
}

.people-listing {
	margin: 0 -35px;
}

.people-listing .col {
	padding: 0 35px;
	margin-bottom: 56px;
	width: 33.33%;
}

.people-listing .col-wrap {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.people-listing .col-wrap:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -38px;
	right: -38px;
	background: #f84113;
	height: 38px;
	width: 38px;
	border-radius: 18px;
	transition: transform 0.3s ease-out;
	z-index: 0;
}

.people-listing .col-wrap:hover:before {
	transform: scale(28);
}

.people-listing .col-wrap:hover .text {
	opacity: 1;
}

.people-listing .col-wrap:hover .text h2,
.people-listing .col-wrap:hover .text p {
	opacity: 1;
	transform: translateY(0px);
}

.people-listing .col-wrap img {
	width: 100%;
}

.people-listing .text {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease-out;
	z-index: 100;
	width: 100%;
	padding: 20px 20px 10px;
}

.people-listing .text h2 {
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
	transform: translateY(40px);
}

.people-listing .text p {
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	transform: translateY(40px);
}

.two-columns .row {
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 -30px;
}

.two-columns .heading-block {
	margin-bottom: 0;
}

.two-columns .heading-block h2 {
	margin-bottom: 38px;
}

.two-columns .col {
	width: 50%;
	padding: 0 30px;
}

.two-columns .col-wrap {
	max-width: 440px;
}

.two-columns .btn-wrap {
	text-align: right;
	padding-top: 37px;
}

.two-columns.img-left .col-image {
	-ms-flex-order: -1;
	    order: -1;
}

.two-columns.img-left .col-wrap {
	max-width: 600px;
	padding-left: 80px;
}

.two-columns.img-left .img-wrap {
	width: 100%;
}

.testimonials-slider .slick-dots {
	margin-top: 30px;
	padding: 0;
}

.testimonials-slider .slick-dots li button {
	background: rgba(0, 0, 0, 0.51);
}

.testimonials-slider .slick-dots li:hover button,
.testimonials-slider .slick-dots li.slick-active button {
	background: #f84113;
}

.testimonials-text blockquote {
	margin: 0;
	padding: 45px 60px 0;
	border: none;
	position: relative;
}

.testimonials-text blockquote p {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}

.testimonials-text blockquote p:before,
.testimonials-text blockquote p:after {
	position: absolute;
	font-size: 150px;
	line-height: 1;
	color: #f84113;
}

.testimonials-text blockquote p:before {
	top: -18px;
	left: 0;
}

.testimonials-text blockquote p:after {
	bottom: -30px;
	right: 0;
	line-height: 0;
}

.testimonials-text blockquote .name {
	display: block;
	text-align: right;
	margin-top: 15px;
}

.testimonials-text blockquote .name span {
	position: relative;
	text-transform: uppercase;
	padding-left: 50px;
	display: inline-block;
	font-size: 16px;
}

.testimonials-text blockquote .name span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 2px;
	background: #f84113;
	transform: translateY(-50%);
}

.other-products .card,
.products-block .card {
	background-color: #fff;
}

.other-products .product-img,
.products-block .product-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	max-width: 250px;
	max-height: 220px;
}

.listing-block {
	padding: 80px 0;
}

.listing-block .row {
	margin: 0 -20px;
}

.listing-block .col {
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.product-listing-block .col {
	width: 100%;
	padding: 0;
}

.product-listing-block .col .btn-wrap {
	text-align: right;
}

.product-listing-block h2 {
	margin-bottom: 15px;
}

.product-listing-block h2 a:hover {
	color: #f84113;
}

.product-listing-block .img-wrap {
	width: 30%;
}

.product-listing-block .text {
	width: 70%;
	padding-left: 30px;
}

.product-listing-block .text h2 {
	font-size: 36px;
}

.service-listing-block {
	padding-bottom: 50px;
}

.service-listing-block .row {
	margin: 0 -20px;
}

.service-listing-block .col {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.service-listing-block .col-wrap {
	position: relative;
	background: #fff;
	height: 100%;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
	padding-bottom: 43px;
}

.service-listing-block .service-col-wrap {
	padding: 30px;
	overflow: hidden;
}

.service-listing-block .icon-wrap {
	float: left;
	width: 88px;
	margin-right: 23px;
}

.service-listing-block .icon-wrap a:hover {
	opacity: 0.7;
}

.service-listing-block .text {
	overflow: hidden;
}

.service-listing-block .text h2 {
	font-size: 22px;
}

.service-listing-block .text h2 a:hover {
	color: #f84113;
}

.service-listing-block .text p {
	margin: 0;
}

.service-listing-block .btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5f5f5;
	text-align: right;
	padding: 15px;
}

.news-listing-block .col {
	width: 100% !important;
	padding: 0;
}

.news-listing-block .col .btn-wrap {
	text-align: right;
}

.news-listing-block .col-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-listing-block h2 {
	margin-bottom: 23px;
}

.news-listing-block h2 a:hover {
	color: #f84113;
}

.news-listing-block .img-wrap {
	width: 40%;
}

.news-listing-block .text {
	width: 60%;
	padding-left: 30px;
}

.news-listing-block .text h2 {
	font-size: 25px;
}

.price-listing {
	max-width: 424px;
}

.price-listing .price-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.price-listing .price-list + .price-list {
	margin-top: 29px;
}

.price-listing .price-list h3 {
	padding: 0 20px 0 0;
	font-size: 22px;
	margin: 0;
	max-width: calc(100% - 105px);
}

.price-listing .price-list h3 a:hover {
	color: #f84113;
}

.customers-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 -15px;
}

.customers-listing .customer-list {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}

.customers-listing .customer-list a:hover {
	opacity: 0.7;
}

.gallery-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery-listing a.fancybox {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	margin-right: 60px;
	width: calc(33.33% - (120px * 0.3333));
}

.gallery-listing a.fancybox:nth-child(3n) {
	margin-right: 0;
}

.gallery-listing a.fancybox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
	transition: background 0.3s ease;
}

.gallery-listing a.fancybox img {
	width: 100%;
}

.gallery-listing a.fancybox:hover:before {
	background: rgba(248, 65, 19, 0.75);
}

.gallery-listing a.fancybox:hover .name {
	opacity: 1;
	visibility: visible;
}

.gallery-listing .name {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	visibility: hidden;
	max-width: 90%;
	opacity: 0;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}

.fancybox-navigation .fancybox-button {
	min-width: 0;
}

.category-listing-block {
	padding: 80px 0;
}

.service-listing .col {
	width: 100%;
	padding: 0;
	margin-bottom: 45px;
}

.service-listing .col .btn-wrap {
	text-align: right;
}

.service-listing h2 {
	margin-bottom: 15px;
}

.service-listing h2 a:hover {
	color: #f84113;
}

.service-listing .img-wrap {
	width: 40.4%;
}

.service-listing .text {
	width: 59.6%;
	padding-left: 36px;
}

.service-listing .text h3 a:hover {
	color: #f84113;
}

.service-category-listing-block + .service-category-listing-block {
	margin-top: 60px;
}

.service-category-listing-block h2 {
	font-size: 36px;
}

.single-page {
	padding: 80px 0;
}

.single-intro-block {
	margin-bottom: 40px;
}

.single-intro-block h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

.single-intro-block h2 a:hover {
	color: #f84113;
}

.single-intro-block .img-wrap {
	width: 30%;
}

.single-intro-block .text {
	width: 70%;
	padding-left: 30px;
}

.single-news .heading-block {
	margin-bottom: 40px;
}

.news-content {
	border-top: 1px solid #868686;
	padding-top: 33px;
}

.news-content .author {
	font-weight: 500;
	display: block;
	margin-bottom: 42px;
}

.more-news .card .text {
	left: 28px;
	right: 28px;
	padding: 22px 0;
}

.more-news .card .text h2 {
	font-size: 26px;
	font-weight: 700;
	bottom: 17px;
}

.more-news .card .text time {
	font-size: 18px;
	font-weight: 300;
}

.more-news .card:hover .text {
	top: auto;
	bottom: 0;
}

.more-news .card:hover .text h2 {
	position: absolute;
	transform: translateY(-40px);
	margin-bottom: 0;
}

.single-services-page .heading-block {
	margin-bottom: 30px;
}

.faq-block .heading-block {
	margin-bottom: 30px;
}

.faq-list {
	border: 1px solid #979797;
}

.faq-list + .faq-list {
	margin-top: 40px;
}

.faq-list h3 {
	font-weight: 500;
	background: #f5f5f5;
	padding: 18px 25px;
	margin: 0;
	border-bottom: 1px solid #979797;
}

.accordion .accordion-list + .accordion-list {
	border-top: 1px solid #979797;
}

.accordion .accordion-list.active h4:after {
	opacity: 0;
}

.accordion h4 {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 31px 80px 30px 23px;
	font-size: 16px;
	font-weight: 300;
	transition: color 0.3s ease;
}

.accordion h4:hover {
	color: #f84113;
}

.accordion h4:before,
.accordion h4:after {
	content: "";
	position: absolute;
	background: #f84113;
	top: 50%;
	right: 42px;
	transform: translateY(-50%);
	transition: opacity 0.3s ease;
}

.accordion h4:before {
	width: 27px;
	height: 4px;
	right: 31px;
}

.accordion h4:after {
	width: 4px;
	height: 27px;
}

.accordion .slide {
	display: none;
	background: #f5f5f5;
	padding: 41px 23px 20px;
	border-top: 1px solid #979797;
}

.accordion .slide a {
	color: #f84113;
}

.accordion .slide a:hover {
	text-decoration: underline;
}

.contact-block .mini-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.contact-block .form-block {
	width: 57.7%;
	padding: 0 60px 0 40px;
}

.contact-block .location-block {
	width: 38.5%;
	padding: 36px 41px;
	margin-top: 36px;
}

.contact-block .location-block .heading-block {
	margin-bottom: 0;
}

.contact-block .location-block .heading-block h2 {
	font-size: 22px;
	padding-top: 23px;
	margin-bottom: 30px;
}

.contact-block .location-block .heading-block h2:before {
	width: 66%;
}

.contact-block .location-list + .location-list {
	margin-top: 32px;
}

.contact-block .icon-wrap {
	float: left;
	width: 30px;
	margin-right: 22px;
}

.contact-block .text {
	overflow: hidden;
}

.contact-block .text h3 {
	font-size: 16px;
	font-weight: 500;
}

.contact-block .text p {
	margin-bottom: 8px;
}

.contact-block .text a {
	color: #242424;
}

.contact-block .text a:hover {
	color: #f84113;
	text-decoration: none;
}

.contact-block .gform_footer {
	text-align: right;
}

.validation_error {
	display: none;
}

.validation_message {
	color: #f84113;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.gform_footer {
	position: relative;
}

.gform_ajax_spinner {
	position: absolute;
	right: -20px;
	top: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.gfield_required {
	color: #f84113;
}

.not-found {
	padding: 80px 0;
	text-align: center;
}

.not-found h2 {
	margin: 0 0 20px;
}

.not-found p {
	margin-bottom: 30px;
}

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

@media (max-width: 1439px) {

.container,
.large-container,
.mini-container {
	padding: 0 24px;
}

}

@media (max-width: 1279px) {

.header-nav-bottom .btn-cta {
	padding: 29px 20px 30px;
}

#nav .drop ul > li > a {
	padding: 28px 15px;
}

}

@media (max-width: 1199px) {

.logo {
	width: 160px;
}

.header-nav {
	padding-left: 168px;
}

.header-nav-bottom .btn-cta {
	min-width: 150px;
}

#nav {
	padding-right: 160px;
}

#nav .drop ul > li > a {
	padding: 28px 12px;
}

.people-listing {
	margin: 0 -20px;
}

.people-listing .col {
	padding: 0 20px;
	margin-bottom: 40px;
}

}

@media (max-width: 1023px) {

h1,
.h1 {
	font-size: 45px;
}

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

.ginput_container_select select,
.select-warp select {
	padding-right: 30px !important;
}

.ginput_container_select:before,
.select-warp:before {
	right: 15px;
}

input[type="checkbox"] + label {
	padding: 3px 0 0 36px !important;
}

input[type="checkbox"] + label:before {
	width: 24px;
	height: 24px;
	border-radius: 6px;
}

input[type="checkbox"]:checked + label:after {
	left: 6px;
	top: 11px;
	width: 15px;
	height: 8px;
}

.show-desktop {
	display: none;
}

.hide-desktop {
	display: block;
}

.heading-block {
	margin-bottom: 60px;
}

.heading-block h2:before {
	width: 150px;
}

.header-wrap {
	padding: 10px 0;
	position: fixed;
}

.mobile-logo {
	position: static;
	width: 140px;
}

.header-nav-top {
	display: none;
}

.header-nav-bottom {
	position: static;
}

.header-nav-bottom .btn-cta {
	position: static;
	display: block;
	padding: 10px 0;
	border-top: 1px solid #fff;
}

.header-nav-bottom .btn-cta:hover {
	background: transparent;
	color: #242424;
}

.sticky .logo .normal-logo {
	display: block !important;
}

.sticky .logo .sticky-logo {
	display: none !important;
}

.sticky #header {
	height: auto;
}

#main {
	padding-top: 100px;
}

#nav {
	padding: 0;
}

#nav .drop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	transform: translateX(100vw);
	transition: transform .4s linear;
	background: #f84113;
	padding: 60px 15px 0;
}

#nav .drop ul {
	text-align: left;
}

#nav .drop ul > li {
	display: block;
}

#nav .drop ul > li + li {
	border-top: 1px solid #fff;
}

#nav .drop ul > li.menu-item-has-children .arrow {
	display: block;
}

#nav .drop ul > li.current-menu-item > a,
#nav .drop ul > li.current-menu-parent > a {
	color: #242424;
	background: transparent;
}

#nav .drop ul > li > a {
	padding: 10px 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

#nav .drop ul > li:hover ul {
	display: none;
}

#nav .drop ul > li:hover > a {
	color: #242424;
}

#nav .drop ul ul {
	position: static;
	border: none;
	background: transparent;
	padding: 0 15px 10px;
	width: 100%;
	visibility: visible;
	opacity: 1;
	display: none;
}

#nav .drop ul ul li {
	padding: 7px 0;
}

#nav .drop ul ul li a {
	padding: 0;
	color: #fff;
	display: block;
	text-align: center;
}

#nav .drop ul ul li.current-menu-item a {
	color: #242424;
}

#nav .drop ul ul li a:hover {
	color: #242424;
}

#nav .drop-wrap {
	height: calc(100vh - 90px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 60px;
}

.nav-opener {
	display: block;
}

.nav-active .nav-opener:hover:before,
.nav-active .nav-opener:hover:after {
	background: #fff;
}

.nav-active .nav-opener:focus:before,
.nav-active .nav-opener:focus:after {
	background: #fff;
}

.admin-bar #nav .drop {
	top: 32px;
}

#footer .large-container {
	padding: 0 40px;
}

#footer .footer-top {
	padding-bottom: 30px;
}

#footer .col {
	width: 100%;
}

#footer .col + .col {
	padding: 0;
}

#footer .col + .col.col-right {
	padding: 36px 0 0;
}

#footer .col-logo {
	width: 100%;
	margin-bottom: 20px;
}

#footer .col-menu {
	width: 100%;
}

#footer .col-menu strong.title {
	display: block;
}

#footer .col-menu ul#menu-footer-menu-list {
	display: none;
	padding-bottom: 15px;
}

#footer .col-right {
	border-top: 1px solid #868686;
	padding: 36px 0;
	margin-top: 36px;
}

#footer .social-networks {
	border-bottom: 1px solid #868686;
}

#footer .footer-bottom {
	display: block;
	padding-bottom: 10px;
	line-height: inherit;
}

#footer .footer-bottom p {
	padding: 0;
	margin-bottom: 20px;
}

#footer .footer-bottom p + p {
	border: none;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

#footer #menu-footer-mobile-menu-list {
	display: block;
}

.banner-slider .banner-text {
	padding: 20px 75px 150px;
}

.three-columns .btn-wrap {
	padding: 25px 15px 10px;
}

.featured-projects .container {
	padding: 0;
}

.featured-projects .row {
	margin: 0;
}

.featured-projects .col {
	padding: 0;
}

.featured-projects .card {
	padding-bottom: 90px;
}

.featured-projects .card.with-btn:hover .text h2 {
	transform: translateY(0);
}

.featured-projects .card.with-btn .text h2 {
	transform: translateY(-60px);
}

.featured-projects .card.with-btn .btn-arrow {
	bottom: 60px;
}

.intro-three-columns .col {
	width: 100%;
	text-align: center;
}

.intro-three-columns .col + .col {
	margin-top: 40px;
}

.intro-three-columns .col .icon-wrap {
	width: 100%;
	max-width: 88px;
	margin: 0 auto 25px;
}

.intro-three-columns .col p {
	display: none;
}

.intro-three-columns .col-wrap {
	display: block;
}

.intro-three-columns .text {
	width: 100%;
}

.other-products .col,
.products-block .col,
.more-news .col {
	width: 50%;
	margin-bottom: 20px;
}

.transformation-projects .container {
	padding: 0;
}

.transformation-projects .row {
	margin: 0;
}

.transformation-projects .col {
	padding: 0;
}

.transformation-projects .card {
	padding-bottom: 90px;
}

.transformation-projects .card.with-btn:hover .text h2 {
	transform: translateY(0);
}

.transformation-projects .card.with-btn .text h2 {
	transform: translateY(-60px);
}

.transformation-projects .card.with-btn .btn-arrow {
	bottom: 60px;
}

.people-listing .col {
	width: 50%;
}

.two-columns.img-left .col-wrap {
	padding-left: 40px;
}

.listing-block .row {
	margin: 0 -15px;
}

.listing-block .col {
	width: 50%;
	padding: 0 15px;
}

.gallery-listing a.fancybox {
	margin-right: 40px;
	width: calc(33.33% - (80px * 0.3333));
	margin-bottom: 40px;
}

}

@media (max-width: 781px) {

.admin-bar .header-wrap {
	top: 46px;
}

.admin-bar #nav .drop {
	top: 46px;
}

}

@media (max-width: 767px) {

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

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
	height: 50px;
	padding: 5px 15px;
}

.ginput_container_select select,
.select-warp select {
	height: 50px;
	padding: 5px 30px 5px 15px !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	padding: 15px 10px;
}

.show-mobile {
	display: block;
}

.hide-mobile {
	display: none;
}

.btn {
	letter-spacing: 0.03em;
	min-width: 156px;
	padding: 12px 20px;
}

.section {
	padding: 60px 0;
}

.heading-block {
	margin-bottom: 40px;
}

.heading-block h2:before {
	width: 121px;
}

.text ul li {
	padding-left: 20px;
}

.text ul li:before {
	left: 10px;
}

.mobile-logo {
	width: 120px;
}

#main {
	padding-top: 99px;
}

.nav-opener {
	top: 23px;
}

#footer .social-networks ul li + li {
	margin-left: 20px;
}

.inner-banner .banner-text {
	font-size: 20px;
}

.inner-banner .banner-text h1 + p {
	margin-top: 20px;
}

.slick-arrow {
	display: none;
	width: 35px;
	height: 35px;
}

.slick-arrow:before {
	width: 11px;
	height: 11px;
	border-width: 2px 2px 0 0;
	margin: -6px 0 0 -7px;
}

.slick-arrow.slick-prev:before {
	margin-left: -4px;
}

.banner-slider .banner-text {
	padding: 20px 0 90px;
}

.intro-three-columns .intro-columns {
	margin-top: -60px;
}

.intro-three-columns .intro-columns-wrap {
	padding: 20px 20px;
}

.other-products .col,
.products-block .col,
.more-news .col {
	width: 100%;
	margin-bottom: 0;
}

.other-products .col + .col,
.products-block .col + .col,
.more-news .col + .col {
	margin-top: 20px;
}

.two-columns .col {
	width: 100%;
}

.two-columns.img-left .col-image {
	-ms-flex-order: 0;
	    order: 0;
}

.two-columns.img-left .col-wrap {
	max-width: 100%;
	padding-left: 0;
}

.testimonials-text blockquote {
	padding: 30px 30px 0;
}

.testimonials-text blockquote p {
	font-size: 16px;
}

.testimonials-text blockquote p:before,
.testimonials-text blockquote p:after {
	font-size: 70px;
}

.testimonials-text blockquote p:before {
	top: -10px;
}

.testimonials-text blockquote p:after {
	bottom: -10px;
}

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

.product-listing-block .img-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.product-listing-block .text {
	width: 100%;
	padding-left: 0;
}

.service-listing-block .col {
	width: 100%;
}

.news-listing-block .img-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.news-listing-block .text {
	width: 100%;
	padding-left: 0;
}

.customers-listing .customer-list {
	width: 50%;
}

.gallery-listing a.fancybox {
	margin-right: 30px;
	width: calc(50% - (30px * 0.5));
	margin-bottom: 30px;
}

.gallery-listing a.fancybox:nth-child(3n) {
	margin-right: 30px;
}

.gallery-listing a.fancybox:nth-child(2n) {
	margin-right: 0;
}

.category-listing-block {
	padding: 60px 0;
}

.service-listing .img-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.service-listing .text {
	width: 100%;
	padding-left: 0;
}

.service-category-listing-block + .service-category-listing-block {
	margin-top: 40px;
}

.single-page {
	padding: 60px 0;
}

.single-intro-block .img-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.single-intro-block .text {
	width: 100%;
	padding-left: 0;
}

.faq-list h3 {
	padding: 18px 20px;
}

.accordion h4 {
	padding: 20px 40px 20px 20px;
}

.accordion h4:before,
.accordion h4:after {
	right: 20px;
}

.accordion h4:before {
	width: 18px;
	height: 2px;
	right: 12px;
}

.accordion h4:after {
	width: 2px;
	height: 18px;
}

.accordion .slide {
	padding: 30px 20px 10px;
}

.contact-block .form-block {
	width: 100%;
	padding: 0 30px;
}

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

.not-found {
	padding: 40px 0;
}

}

@media (max-width: 639px) {

.people-listing .col {
	width: 100%;
}

}

@media (max-width: 479px) {

.mobile-logo {
	width: 80px;
}

#main {
	padding-top: 72px;
}

#nav .drop-wrap {
	padding: 0 40px;
}

.nav-opener {
	top: 18px;
	width: 24px;
	height: 22px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	top: 8px;
}

.nav-opener:before,
.nav-opener:after {
	top: 0;
}

.nav-opener:after {
	top: 16px;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 10px;
	left: 1px;
	width: 90%;
}

.service-listing-block .service-col-wrap {
	padding: 20px;
}

.service-listing-block .icon-wrap {
	width: 60px;
	margin-right: 20px;
}

.price-listing .price-list {
	display: block;
}

.price-listing .price-list h3 {
	max-width: 100%;
	margin-bottom: 8px;
}

.customers-listing .customer-list {
	width: 100%;
}

.gallery-listing a.fancybox {
	margin-right: 0;
	width: 100%;
	margin-bottom: 30px;
}

.gallery-listing a.fancybox:nth-child(3n) {
	margin-right: 0;
}

.contact-block .form-block {
	padding: 0;
}

}


