/*! 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;
}

li {
	list-style: none;
}

/**
 * 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: 22px/1.3636 "Titillium Web", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Teko", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	color: #d91720;
	text-decoration: none;
}

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	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;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@font-face {
	font-family: icomoon;
	src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	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-telphone:before {
	content: "\e914";
}
.icon-message:before {
	content: "\e900";
}

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

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

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

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

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

.icon-top:before {
	content: "\e906";
}

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

.icon-close:before {
	content: "\e90e";
}

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

.main {
	position: relative;
}

.container {
	position: relative;
	padding: 0 25px;
	max-width: 1590px;
	margin: 0 auto;
}

.btn-primary-outline {
	font: 600 20px/26px "Teko", "Arial", "Helvetica", sans-serif;
	position: relative;
	letter-spacing: .3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 164px;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	border: 3px solid #d91720;
	padding: 6px 10px;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
	background: #d91720;
	color: #fff;
}

.btn-primary {
	font: 600 20px/26px "Teko", "Arial", "Helvetica", sans-serif;
	background: #d91720;
	letter-spacing: .3px;
	color: #fff;
	padding: 18px 12px;
	text-align: center;
	width: 207px;
	border-radius: 5px !important;
	text-transform: uppercase;
	height: 60px;
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #7d0d12;
	color: #fff;
}

.top-container {
	position: relative;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 24px 0;
	z-index: 90;
}

.header .container {
	max-width: 1830px;
}

.header-holder {
	position: relative;
	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;
}
.header-holder .widget_text.widget.widget_custom_html
{
	width: 100%;
}
.logo {
	position: relative;
	display: block;
	width: 269px;
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-drop {
	position: relative;
	float: right;
}

.nav-area {
	position: relative;
	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;
}

.nav-area .btn-primary-outline {
	margin: 0 0 0 31px;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	font: 400 22px/26px "Teko", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.menu li {
	position: relative;
	margin: 0 15px;
}

.menu li.active:before {
	opacity: 1;
	visibility: visible;
}

.menu li a {
	position: relative;
	color: #fff;
}

.menu li a:hover {
	transition: none;
	border-bottom: 4px solid #e40521;
}
.fake-br
{
	display: block;
}
.special-title
{
	color: transparent;
	display: block;
	margin-top: 5px;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
}
.visual-area {
	position: relative;
}

.visual-area.style01 .visual-text {
	max-width: 559px;
}

.visual-image {
	position: relative;
}

.visual-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, .7);
}

.visual-image img {
	display: block;
	width: 100%;
	height: auto;
	height: 450px;
	object-fit: cover;
}

.visual-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: auto;
	padding: 0 0 148px;
	z-index: 5;
}

.visual-caption h1 {
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 5px;
}

.visual-caption .visual-text {
	max-width: 404px;
	display: block;
}

.visual-caption .visual-text img {
	display: block;
	width: 100%;
	height: auto;
}

.services-area {
	position: relative;
	padding: 168px 0 37px;
}

.services-area .heading-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.services-area .heading-text img {
	display: inline-block;
	vertical-align: top;
}

.services-area .heading-area {
	position: relative;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto 49px;
}

.services-area .heading-area .sub-title {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	color: #d91720;
	display: block;
}

.services-area .heading-area h2 {
	font-size: 100px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.services-row {
	position: relative;
}

.services-block {
	position: relative;
	padding: 50px 0;
}

.services-block:nth-child(even):before {
	background: #f5f5f5;
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
}

.services-block .wrap {
	position: relative;
	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;
}

.services-block .image-holder {
	position: relative;
	width: 50%;
}

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

.services-block .description {
	position: relative;
	width: 50%;
}

.services-block .description h3 {
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1.3px;
	margin: 0 0 32px;
}

.services-block .services-list-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 6px;
}

.services-block .services-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 320px;
}

.services-block .services-list li {
	position: relative;
	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;
	margin: 0 0 27px;
}

.services-block .services-list .icon-holder {
	position: relative;
	display: block;
	width: 58px;
}

.services-block .services-list .icon-holder img {
	display: block;
	margin: 0 auto;
}

.services-block .services-list .text {
	display: block;
	width: calc(100% - 58px);
	padding: 0 0 0 12px;
}

.services-block .link {
	display: block;
	font-weight: 700;
}

.services-block .link a {
	color: #d91720;
	text-decoration: underline;
}

.services-block .link a:hover {
	color: #7d0d12;
	text-decoration: none;
}

.aboutus-area {
	position: relative;
	background: #1e1e1e;
	padding: 0 0 66px;
	color: #fff;
}

.aboutus-area .container {
	padding-top: 132px;
}

.aboutus-area .heading-text {
	position: absolute;
	left: -116px;
	top: 64px;
	max-width: 1148px;
}

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

.aboutus-area .wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.aboutus-area .image-holder {
	position: relative;
	margin: 113px 0 0;
	width: 48.8%;
}

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

.aboutus-area .description {
	position: relative;
	padding: 0 0 0 90px;
	width: 51.1%;
}

.aboutus-area .description h2 {
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 0 0 212px;
	text-transform: uppercase;
	margin: 0 0 58px;
}

.aboutus-area .description p {
	margin: 0 0 25px;
}

.offer-area {
	position: relative;
	padding: 162px 0 20px;
}

.offer-area .heading-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.offer-area .heading-text img {
	display: inline-block;
	vertical-align: top;
}

.offer-area .container {
	max-width: 1850px;
}

.offer-area h2 {
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 48px;
}

.offer-area .offer-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -42px;
}

.offer-area .offer-col {
	position: relative;
	width: 33.333%;
	padding: 0 42px;
	margin: 0 0 30px;
}

.offer-area .offer-block {
	position: relative;
}

.offer-area .image-holder {
	position: relative;
}

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

.offer-area .description {
	position: relative;
	text-align: center;
	padding: 33px 0 0;
	max-width: 385px;
	margin: 0 auto;
}

.offer-area .description h3 {
	font-size: 40px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 10px;
}

.contact-area {
	position: relative;
	background: #fafafa;
	padding: 40px 0 90px;
}

.contact-area .container {
	max-width: 1196px;
}

.contact-area .heading-area {
	position: relative;
	text-align: center;
	margin: 0 0 47px;
}

.contact-area .heading-area .sub-title {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	font-style: italic;
	color: #d91720;
	display: block;
}

.contact-area .heading-area h2 {
	font-size: 70px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

.contact-area .fields-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.contact-area .fields-list li {
	position: relative;
	width: 33.333%;
	padding: 0 15px;
	margin: 0 0 40px;
}

.contact-area .fields-list li.w-100 {
	width: 100%;
}

.contact-area .fields-list li.textarea-field {
	height: auto;
	margin: 0 0 17px;
}

.contact-area .fields-list li.textarea-field label {
	margin: 0 0 8px;
}

.contact-area .fields-list li.textarea-field .field-holder {
	border-bottom: none;
	height: auto;
}

.contact-area .field-holder {
	position: relative;
	border-bottom: 1px solid #000;
	height: 77px;
}

.contact-area .field-holder label {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "Teko", "Arial", "Helvetica", sans-serif;
	letter-spacing: 1px;
	font-weight: 600;
	max-width: inherit;
	margin: 0;
	color: #000;
}

.contact-area .field-holder label span {
	color: #d91720;
}

.contact-area .form-control {
	font-size: 24px;
	line-height: 27px;
	width: 100%;
	height: 50px;
	border: none;
	background: none;
	color: rgba(0, 0, 0, .3);
	letter-spacing: -.9px;
	padding: 0 0 10px;
}
.contact-area .form-control
{
	color: #000;
}
.contact-area .form-control:-moz-placeholder {
	color: rgba(0, 0, 0, .3);
	opacity: 1;
}

.contact-area .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, .3);
	opacity: 1;
}

.contact-area .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, .3);
}

.contact-area .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .3);
}

.contact-area textarea.form-control {
	resize: none;
	border: 1px solid #000;
	padding: 12px 10px;
	height: 170px;
}

.contact-area .submit-area {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-area .checkbox-list {
	width: calc(100% - 207px);
	padding: 3px 190px 0 0;
}

.contact-area .submit-wrap {
	position: relative;
	width: 207px;
}

.contact-area .note {
	font-size: 18px;
	line-height: 22px;
	display: block;
	text-align: right;
	margin: 0 0 16px;
}

.contact-area .note span {
	color: #d91720;
}

.checkbox-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.checkbox-list li {
	position: relative;
	margin: 0 0 12px;
}

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

.checkbox-list .check-wrap {
	position: relative;
}

.checkbox-list label {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 26px;
	position: relative;
	color: #000;
	margin: 0;
}

.checkbox-list .fake-label {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 28px;
}

.checkbox-list .fake-label .icon {
	width: 18px;
	height: 18px;
	position: absolute;
	border: 1px solid #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 3px;
	left: 0;
	top: 5px;
}

.checkbox-list .fake-label .icon:before {
	width: 12px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: solid #fff;
	border-width: 0 0 2px 2px;
	position: absolute;
	left: 2px;
	top: 3px;
	content: "";
	opacity: 0;
	visibility: visible;
}

.checkbox-list input[type="checkbox"] {
	position: fixed;
	opacity: 0;
	visibility: hidden;
}

.checkbox-list input[type="checkbox"]:checked + .fake-label .icon {
	background: #d91720 !important;
	border-color: #d91720 !important;
}

.checkbox-list input[type="checkbox"]:checked + .fake-label .icon:before {
	opacity: 1;
	visibility: visible;
}
.checkbox-list input[type="checkbox"]:checked + .wpcf7-list-item-label .icon {
	background: #d91720 !important;
	border-color: #d91720 !important;
}

.checkbox-list input[type="checkbox"]:checked + .wpcf7-list-item-label .icon:before {
	opacity: 1;
	visibility: visible;
}
.contact-area .check-wrap .wpcf7-list-item
{
	margin: 0;
}
.contact-area .check-wrap .starick
{
	color: #d91720;
}
.footer {
	position: relative;
	background: #000;
	color: #fff;
	font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.footer .footer-title
{
	font-family: "Titillium Web", "Arial", "Helvetica", sans-serif;
}
.footer .container {
	position: relative;
	max-width: 1682px;
}

.footer .logo {
	width: 100%;
}

.footer-area {
	padding: 30px 0;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}

.footer-area h2 {
	font-size: 40px;
	line-height: 44px;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 9px;
}

.footer-area h2 span {
	color: #d91720;
}

.footer-area .text {
	display: block;
	margin: 0 0 20px;
}

.footer-area .text span {
	font-weight: 400;
}

.info-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.info-icons li {
	padding: 0 5px;
}

.info-icons a {
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	border: 2px solid #d91720;
	border-radius: 100%;
	font-size: 24px;
	line-height: 24px;
}

.info-icons a:hover {
	background: #d91720;
}

.footer-content {
	position: relative;
	background: #1e1e1e;
	padding: 45px 0;
}

.footer-content:before {
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: 0;
	bottom: 0;
	content: "";
	background: #1e1e1e;
}

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

.footer-content .info {
	width: 264px;
	text-align: center;
	position: relative;
}

.footer-content .address {
	display: block;
	margin: 0 0 20px;
	font-style: normal;
}

.footer-content .address strong {
	display: block;
	font-weight: 700;
}

.footer-content .logo {
	margin: 0 0 20px;
}

.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	line-height: 24px;
}

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

.social-networks a {
	color: #fff;
}

.social-networks a:hover {
	color: #d91720;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 35%;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0 0 46px;
}

.footer-nav .links {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40%;
	font-weight: 700;
}

.footer-nav .links li {
	margin: 0 0 20px;
}

.footer-nav .links a {
	color: #fff;
}

.footer-nav .links a:hover {
	color: #d91720;
}

.back-to-top {
	position: absolute;
	right: -11px;
	top: -30px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background: #d91720;
	border-radius: 100%;
}

.footer-form {
	width: 35.7%;
	position: relative;
}

.footer-form .title {
	display: block;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 21px;
}

.footer-form .title span {
	font-weight: 400;
}

.footer-form .input-holder {
	margin: 0 0 27px;
}

.footer-form .form-control {
	width: 100%;
	background: none;
	border: none;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 1px solid #fafafa;
	color: #fff;
	height: 40px;
	padding: 8px 20px;
}

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

.footer-form .submit {
	letter-spacing: 1px;
	width: 164px;
	height: 45px;
	border: 2px solid #d91720;
	border-radius: 8px;
	background: none;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	font-family: "Teko", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}
.footer-nav li.widget_text.widget_custom_html
{
	width: 100%;
}
.footer-nav li.widget_text.widget_custom_html .textwidget.custom-html-widget
{
	display: block;
}
.footer-form .submit:hover {
	background: #d91720;
	color: #fff;
}

.footer-form .checkbox-list {
	width: calc(100% - 170px);
}

.footer-form .checkbox-list label {
	font-size: 18px;
	color: #fff;
}

.footer-form .checkbox-list .fake-label .icon {
	border-color: #fff;
}

.footer-bottom {
	text-align: center;
	padding: 15px 0;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: #fff;
	font-weight: 700;
}

.footer-bottom a:hover {
	color: #d91720;
}

.chat-area {
	position: fixed;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
}

.chat-area .chat-opener {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #d91720;
}

.chat-area .chat-opener i {
	font-size: 32px;
	line-height: 70px;
	display: block;
}

.chat-active .chat-area .chat-opener i:before {
	content: "\e90e";
}

.chat-area .chat-opener:hover {
	background: #7d0d12;
}

.chat-slide {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.chat-active .chat-slide {
	max-height: 4000px;
}

.chat-list-holder {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.chat-active .chat-list-holder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.chat-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.chat-list li {
	position: relative;
	margin: 0 0 10px;
}

.chat-list a {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #d91720;
}

.chat-list a i {
	font-size: 32px;
	line-height: 70px;
	display: block;
}

.chat-list a .icon-mail {
	font-size: 28px;
}

.chat-list a:hover {
	background: #7d0d12;
}

@media (min-width: 768px) {
	.desktop-hidden
	{
		display: none !important;
	}
	.services-area .heading-text {
		opacity: .4;
	}

	.services-area.style01 .heading-text {
		opacity: .7;
	}

	.aboutus-area .heading-text {
		opacity: .2;
	}

	.aboutus-area.style01 .heading-text {
		opacity: 1;
	}

	.offer-area .heading-text {
		opacity: .7;
	}
}

@media (min-width: 1024px) {
	.services-block:nth-child(odd) .image-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.services-block:nth-child(odd) .description {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer-nav li.widget_text.widget_custom_html .textwidget.custom-html-widget
	{
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.services-block {
		padding: 40px 0;
	}

	.services-block:first-child {
		padding-bottom: 60px;
	}

	.services-block:nth-child(even) .image-holder {
		padding: 0 17px 0 0;
	}

	.services-block:nth-child(3) {
		padding: 72px 0;
	}

	.services-block .image-holder {
		padding: 0 0 0 17px;
	}

	.contact-area .submit-area {
		padding: 0 2px;
	}
}

@media (min-width: 1500px) {
	.services-block:nth-child(odd) .description {
		padding: 0 70px 0 0;
	}

	.services-block .description {
		padding: 0 0 0 80px;
	}
}

@media (max-width: 1799px) {
	.aboutus-area .heading-text {
		max-width: 1100px;
	}

	.aboutus-area .description h2 {
		padding: 0 0 0 200px;
	}
}

@media (max-width: 1699px) {
	.footer {
		font-size: 16px;
	}

	.back-to-top {
		right: 10px;
	}

	.footer-form .title {
		font-size: 18px;
	}
}

@media (max-width: 1499px) {
	.services-block .services-list {
		width: 270px;
	}

	.aboutus-area .heading-text {
		max-width: 780px;
	}

	.aboutus-area .description h2 {
		padding: 0 0 0 20px;
		margin: 0 0 35px;
	}

	.offer-area .offer-row {
		margin: 0 -25px;
	}

	.offer-area .offer-col {
		padding: 0 25px;
	}

	.footer-nav .links {
		width: 48%;
	}

	.footer-form .checkbox-list {
		margin: 0 0 15px;
	}
}

@media (max-width: 1199px) {
	body {
		font-size: 18px;
	}

	.services-area {
		padding: 100px 0 35px;
	}

	.services-block:nth-child(even) .description {
		padding: 0 0 0 20px;
	}

	.services-block .description {
		padding: 0 20px 0 0;
	}

	.services-block .services-list {
		width: 220px;
	}

	.aboutus-area .heading-text {
		max-width: 650px;
	}

	.aboutus-area .description h2 {
		font-size: 60px;
	}

	.offer-area .offer-row {
		margin: 0 -15px;
	}

	.offer-area .offer-col {
		padding: 0 15px;
	}

	.contact-area .checkbox-list {
		padding: 3px 70px 0 0;
	}

	.footer {
		font-size: 14px;
	}

	.footer-content .info {
		width: 220px;
	}
}

@media (max-width: 1023px) {
	.header {
		padding: 15px 0;
	}
	.logo {
		width: 200px;
	}

	.nav-area .btn-primary-outline {
		margin: 0 0 0 15px;
	}

	.menu {
		font-size: 18px;
		line-height: 22px;
		margin: 0 -10px;
	}

	.menu li {
		margin: 0 10px;
	}

	.visual-area.style01 .visual-text {
		max-width: 440px;
	}

	.visual-image img {
		height: 400px;
	}

	.visual-caption {
		padding: 0 0 120px;
	}

	.visual-caption h1 {
		font-size: 60px;
	}

	.visual-caption .visual-text {
		max-width: 350px;
	}

	.services-area .heading-area {
		margin: 0 auto 25px;
	}

	.services-area .heading-area .sub-title {
		font-size: 30px;
	}

	.services-area .heading-area h2 {
		font-size: 70px;
	}

	.services-block {
		padding: 35px 0;
	}

	.services-block .image-holder {
		width: 100%;
		margin: 0 0 25px;
	}

	.services-block .description {
		width: 100%;
		padding: 0;
	}

	.services-block .description h3 {
		font-size: 34px;
		letter-spacing: 0;
		margin: 0 0 20px;
	}

	.services-block .services-list-holder {
		margin: 0 -25px 6px;
	}

	.services-block .services-list {
		width: 50%;
		padding: 0 25px;
	}

	.aboutus-area {
		padding: 0 0 45px;
	}

	.aboutus-area .heading-text {
		top: 20px;
		max-width: 550px;
	}

	.aboutus-area .image-holder {
		margin: 0 0 25px;
		width: 100%;
	}

	.aboutus-area .description {
		width: 100%;
		padding: 0;
	}

	.aboutus-area .description h2 {
		padding: 0;
		margin: 0 0 25px;
	}

	.aboutus-area .description p {
		margin: 0 0 20px;
	}

	.offer-area {
		padding: 80px 0 20px;
	}

	.offer-area h2 {
		font-size: 54px;
		margin: 0 0 30px;
	}

	.offer-area .offer-col {
		width: 50%;
	}

	.offer-area .description {
		padding: 20px 0 0;
	}

	.offer-area .description h3 {
		font-size: 30px;
	}

	.contact-area {
		padding: 40px 0 50px;
	}

	.contact-area .heading-area .sub-title {
		font-size: 30px;
	}

	.contact-area .heading-area h2 {
		font-size: 70px;
	}

	.checkbox-list label {
		font-size: 18px;
		line-height: 22px;
	}

	.footer {
		font-size: 18px;
	}

	.footer-content {
		padding: 20px 0;
	}

	.footer-content .holder {
		display: block;
	}

	.footer-content .info {
		margin: 0 auto 15px;
		width: 280px;
	}

	.footer-nav {
		width: inherit;
		display: block;
		padding: 0;
		margin: 0 -15px;
	}

	.footer-nav .links {
		width: 100%;
	}

	.footer-nav .links {
		background: #292929;
	}

	.footer-nav .links li {
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.footer-nav .links a {
		display: block;
		padding: 15px 90px;
	}

	.footer-form {
		width: 100%;
		padding: 30px 60px 10px;
	}

	.footer-form .title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
	.special-title
	{
		-webkit-text-stroke-width: 1px;
	}
	.mobile-hidden {
		display: none !important;
	}
	.container {
		padding: 0 15px;
	}

	.btn-primary {
		padding: 11px 5px;
		width: 185px;
		height: 50px;
	}

	.header-holder {
		display: block;
	}

	.logo {
		width: 155px;
	}

	.nav-drop {
		display: none;
	}

	.visual-area.style01 .visual-text {
		max-width: 210px;
	}

	.visual-image img {
		height: 210px;
	}

	.visual-caption {
		padding: 0 0 50px;
	}

	.visual-caption h1 {
		font-size: 25px;
	}

	.visual-caption .visual-text {
		max-width: 210px;
	}

	.services-area {
		padding: 55px 0 0;
	}

	.services-area .heading-area .sub-title {
		font-size: 25px;
	}

	.services-area .heading-area h2 {
		font-size: 50px;
	}

	.services-block {
		padding: 30px 0;
	}

	.services-block:nth-child(even) .description {
		padding: 0;
	}

	.services-block .description h3 {
		font-size: 26px;
	}

	.services-block .services-list-holder {
		margin: 0;
		display: block;
	}

	.services-block .services-list {
		width: 100%;
		padding: 0;
	}

	.services-block .services-list li {
		margin: 0 0 20px;
	}

	.aboutus-area {
		padding: 0 0 30px;
	}

	.aboutus-area .container {
		padding-top: 60px;
	}

	.aboutus-area .heading-text {
		left: 0;
		max-width: 290px;
		opacity: .5;
	}

	.aboutus-area .description h2 {
		font-size: 35px;
		margin: 0 0 15px;
	}

	.aboutus-area .description p {
		margin: 0 0 15px;
	}

	.aboutus-area.style01 .heading-text {
		opacity: 1;
	}

	.offer-area {
		padding: 40px 0 20px;
	}

	.offer-area h2 {
		font-size: 35px;
		margin: 0 0 20px;
	}

	.offer-area .offer-col {
		width: 100%;
	}

	.offer-area .description {
		padding: 15px 0 0;
	}

	.offer-area .description h3 {
		font-size: 26px;
	}

	.contact-area {
		padding: 30px 0 60px;
	}

	.contact-area .heading-area {
		margin: 0 0 30px;
	}

	.contact-area .heading-area .sub-title {
		font-size: 25px;
	}

	.contact-area .heading-area h2 {
		font-size: 50px;
	}

	.contact-area .fields-list li {
		width: 100%;
		margin: 0 0 25px;
	}

	.contact-area .field-holder {
		height: 52px;
	}

	.contact-area .field-holder label {
		font-size: 15px;
		line-height: 18px;
	}

	.contact-area .form-control {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}

	.contact-area textarea.form-control {
		height: 160px;
	}

	.contact-area .submit-area {
		display: block;
	}

	.contact-area .checkbox-list {
		width: 100%;
		padding: 0 0 15px;
	}

	.contact-area .submit-wrap {
		width: 100%;
	}

	.contact-area .note {
		font-size: 13px;
		line-height: 16px;
		text-align: left;
		margin: 0 0 15px;
	}

	.contact-area .btn-primary {
		display: block;
		margin: 0 auto;
	}

	.checkbox-list label {
		font-size: 16px;
		line-height: 20px;
	}

	.footer-area h2 {
		font-size: 23px;
		line-height: 26px;
	}

	.footer-area .text {
		font-size: 13px;
	}

	.footer-content .info {
		width: 200px;
		font-size: 13px;
		line-height: 18px;
	}

	.footer-nav .links a {
		padding: 15px 30px;
	}

	.back-to-top {
		width: 40px;
		height: 40px;
		font-size: 10px;
		line-height: 10px;
		top: -20px;
	}

	.footer-form {
		padding: 30px 0 10px;
	}

	.footer-form .title {
		font-size: 16px;
		text-align: center;
	}

	.footer-form .form-control {
		font-size: 13px;
		text-align: center;
	}

	.footer-form .submit {
		margin: 0 auto;
	}

	.footer-form .checkbox-list {
		width: 100%;
	}

	.footer-form .checkbox-list label {
		font-size: 13px;
	}

	.footer-form .checkbox-list .fake-label .icon {
		top: 1px;
	}

	.footer-bottom {
		font-size: 13px;
	}

	.chat-area .chat-opener {
		width: 50px;
		height: 50px;
	}

	.chat-area .chat-opener i {
		font-size: 24px;
		line-height: 50px;
	}

	.chat-list a {
		width: 50px;
		height: 50px;
	}

	.chat-list a i {
		font-size: 24px;
		line-height: 50px;
	}

	.chat-list a .icon-mail {
		font-size: 18px;
	}
}
@media (max-width: 479px)
{
	.fake-br
	{
		display: inline;
	}
	.special-title
	{
		display: inline;
	}
	.services-block .services-list .icon-holder
	{
		width: 30px;
	}
}
