@charset "UTF-8";
@import "../fonts/stylesheet.css";
@import "../fonts/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
.fnt-R {
  font-weight: 400;
}

.fnt-L {
  font-weight: 300;
}

.fnt-B {
  font-weight: bold;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
  padding: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1 {
  font-size: 7rem;
  line-height: 7rem;
  font-family: "Gotham";
  font-weight: 500;
}

h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  padding-bottom: 2rem;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: "Gotham";
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
  font-family: "Gotham";
  letter-spacing: -1px;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
p:last-child {
  padding-bottom: 0;
}

/*
.div {
  @include grid(100, 10px,"flx", 4, 1024, 3, 768, 2, 520, 1);
}
*/
/*
.div {
  @include gridTwoColOdd(100, 20px, "flx", 40, 60, 900, 50, 768, 100 );
}
*/
.contact-page .wrapper > aside ul li:before, footer .wrapper > section aside > a:before, .custom-select:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-page .wrapper > section input[type=submit], .why-choose.inner-page .wrapper ul .col > section figure img, .home-about-block .wrapper > section p a:after, .why-choose .wrapper section > div figure img, .call-back .wrapper aside input[type=submit], .home-banner .wrapper *, .overlay, .titleLine.blk:after, .titleLine.white:after, .titleLine, .btn-arrow:after, .home-banner .wrapper > section p a:after, footer .toTop, footer .wrapper > section aside > a:after, footer a, header .wrapper aside .phone-number:before, header .wrapper aside .location:before, header .wrapper aside .timings:before, header .wrapper aside .top-nav ul li, header .wrapper aside .mobile-trigger a span, header .wrapper .logo a img, header .wrapper .logo a, .custom-checkbox label:after, .btn, .form-group .form-element input[type=submit], .btn-arrow, .home-banner .wrapper > section p a, .btn-outline, .btn-fill {
  transition: all 0.3s ease;
}

.btn, .form-group .form-element input[type=submit], .btn-arrow, .home-banner .wrapper > section p a, .btn-outline, .btn-fill {
  line-height: 6.7rem;
  height: 6.7rem;
  font-size: 1.3rem;
  padding: 0 3.5rem;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.custom-checkbox label:before {
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.custom-checkbox label:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/ico-check.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  opacity: 0;
}
.custom-checkbox input[type=checkbox]:checked + label:after {
  transform: translate(-50% 50%) scale(1);
  opacity: 1;
}

.custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select:before {
  content: "";
  left: 0;
  right: 0;
  height: 4rem;
  position: absolute;
}
.custom-select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 35px;
  top: 10px;
  z-index: 0;
  font-size: 25px;
  color: #666;
}
.custom-select select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #7f7f7f;
  padding: 0 3rem 0 1.5rem;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: 0 2px 0 0 #4f5255;
  margin-bottom: 1.5rem;
  height: 4rem;
  position: relative;
  z-index: 1;
}
.custom-select select::-ms-expand {
  display: none;
}

.contact-page .wrapper > section textarea, .contact-page .wrapper > section input[type=submit], .contact-page .wrapper > section input[type=text],
.contact-page .wrapper > section input[type=email],
.contact-page .wrapper > section input[type=tel],
.contact-page .wrapper > section input[type=""], .call-back .wrapper aside input, .form-group .form-element textarea, .form-group .form-element input[type=text],
.form-group .form-element input[type=email],
.form-group .form-element input[type=password], textarea {
  background-color: transparent;
  padding: 1rem;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  line-height: 45px;
  height: 45px;
  font-size: 1.6rem;
}
.contact-page .wrapper > section textarea:focus, .contact-page .wrapper > section input[type=submit]:focus, .contact-page .wrapper > section input[type=text]:focus,
.contact-page .wrapper > section input[type=email]:focus,
.contact-page .wrapper > section input[type=tel]:focus,
.contact-page .wrapper > section input[type=""]:focus, .call-back .wrapper aside input:focus, .form-group .form-element textarea:focus, .form-group .form-element input[type=text]:focus,
.form-group .form-element input[type=email]:focus,
.form-group .form-element input[type=password]:focus, textarea:focus {
  background-color: #fff;
}

.form-group .form-element select {
  border-radius: 5px;
  padding: 0 45px 0 24px;
  line-height: 54px;
  height: 54px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url("../images/ico-drop.png");
  background-repeat: no-repeat;
  background-color: 95% 50%;
  font-size: 16px;
}

.form-group .form-element {
  overflow: hidden;
}
.form-group .form-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0 50px;
}
.form-group .form-action input[type=submit] {
  margin: 0 0 0 10px;
}
.form-group .form-more-action {
  display: flex;
  flex-wrap: wrap;
}
.form-group .form-more-action > div {
  flex: 0 0 50%;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

/**
 * Basic styles for links
 */
a {
  color: #DB0A5B;
  text-decoration: none;
}
a:hover {
  color: #4f5255;
}

html {
  font-size: 10px;
}

html, body {
  /*height: 100%;
  overflow-x: hidden;*/
  font-family: "Open Sans", sans-serif;
}

body {
  color: #000;
  line-height: 2rem;
  font-size: 1.5rem;
}
@media all and (orientation: landscape) and (max-width: 768px) and (max-height: 640px) {
  body {
    height: initial !important;
  }
}

ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
ol li {
  padding-left: 0.5rem;
  padding-bottom: 0;
  font-weight: bold;
}

/**
 * Clear inner floats
 */
.wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .wrapper {
    padding: 0 20px;
  }
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.shadow {
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.a-Center {
  text-align: center !important;
}

.a-Right {
  text-align: right !important;
}

.p-T-2rem {
  padding-top: 2rem;
}

.clr-P {
  padding: 0 !important;
}

.h-100 {
  height: 100%;
}

.contact-page .wrapper > aside ul li.email, .contact-page .wrapper > aside ul li.phone, .contact-page .wrapper, .about .wrapper, .offer-block .offers > div section div, .offer-block .offers, .offer-block .get-in-touch, .connect .wrapper p, .connect .wrapper, .home-about-block .wrapper > aside, .home-about-block .wrapper, .why-choose.inner-page .wrapper ul .col > section section div, .home-about-block .wrapper > aside section div, .why-choose.inner-page .wrapper ul .col > section section p, .home-about-block .wrapper > aside section p, .why-choose .wrapper section > div figure, .why-choose .wrapper section, .call-back .wrapper, footer .wrapper > section section ul, footer .wrapper > section, footer .wrapper, header .wrapper aside .top-nav {
  display: flex;
  flex-wrap: wrap;
}

.flex-7-3 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-7-3 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-7-3 .col {
    flex: 0 0 100%;
  }
}
.flex-7-3 .col:first-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-bottom: 10px;
}
.flex-7-3 .col:first-child + .col {
  flex: 0 0 30%;
  max-width: 30%;
}

.flex-3-7 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-3-7 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 768px) {
  .flex-3-7 .col {
    flex: 0 0 100%;
  }
}
.flex-3-7 .col:first-child {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 10px;
}
.flex-3-7 .col:first-child + .col {
  flex: 0 0 70%;
  max-width: 70%;
}

.flex-6-4 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-6-4 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-6-4 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-6-4 .col {
    flex: 0 0 100%;
  }
}
.flex-6-4 .col:first-child {
  flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 10px;
}
.flex-6-4 .col:first-child + .col {
  flex: 0 0 40%;
  max-width: 40%;
}

.flex-5-5 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-5-5 .col {
  padding: 0 10px;
}
@media all and (max-width: 900px) {
  .flex-5-5 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-5-5 .col {
    flex: 0 0 100%;
  }
}
.flex-5-5 .col:first-child {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.flex-5-5 .col:first-child + .col {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex-4-6 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.flex-4-6 .col {
  padding: 0 10px;
}
@media all and (max-width: 1240px) {
  .flex-4-6 .col {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 768px) {
  .flex-4-6 .col {
    flex: 0 0 100%;
  }
}
.flex-4-6 .col:first-child {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 10px;
}
.flex-4-6 .col:first-child + .col {
  flex: 0 0 60%;
  max-width: 60%;
}

.two-columns {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.two-columns .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .two-columns .col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media all and (max-width: 768px) {
  .two-columns .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 520px) {
  .two-columns .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.err-msg {
  font-size: 12px;
  color: #E6294B;
  top: -10px;
  margin-bottom: -10px;
  position: relative;
  display: none;
}
.err-msg.comp {
  display: block !important;
}

.err-block {
  padding-bottom: 20px;
}

.h-100 {
  height: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4f5255 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f5255 !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f5255 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #4f5255 !important;
}

header {
  height: 114px;
  position: relative;
}
header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
header .wrapper .logo a {
  display: block;
}
header .wrapper .logo a img {
  max-width: 100%;
}
@media all and (max-width: 520px) {
  header .wrapper .logo a {
    width: 150px;
  }
}
@media all and (max-width: 360px) {
  header .wrapper .logo a {
    width: 130px;
  }
}
header .wrapper aside {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
@media all and (max-width: 840px) {
  header .wrapper aside {
    margin-right: -2rem;
  }
}
header .wrapper aside .mobile-trigger {
  order: 3;
  padding-left: 2rem;
  display: none;
}
@media all and (max-width: 360px) {
  header .wrapper aside .mobile-trigger {
    padding-left: 1.5rem;
  }
}
header .wrapper aside .mobile-trigger a {
  width: 24px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 0.5px;
}
header .wrapper aside .mobile-trigger a span {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #333;
}
header .wrapper aside .mobile-trigger a span:first-child {
  top: 0;
}
header .wrapper aside .mobile-trigger a span:first-child + span {
  top: 6.5px;
}
header .wrapper aside .mobile-trigger a span:first-child + span + span {
  top: 12.5px;
}
header .wrapper aside .mobile-trigger a:hover span {
  background-color: #333;
}
@media all and (max-width: 840px) {
  header .wrapper aside .mobile-trigger {
    display: inline-block;
    height: 100%;
    width: 80px;
    padding-left: 0;
  }
  header .wrapper aside .mobile-trigger a {
    width: 100% !important;
    height: 100% !important;
  }
  header .wrapper aside .mobile-trigger a span {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f9eda;
  }
  header .wrapper aside .mobile-trigger a span:first-child {
    top: 45px;
  }
  header .wrapper aside .mobile-trigger a span:first-child + span {
    top: 51.5px;
  }
  header .wrapper aside .mobile-trigger a span:first-child + span + span {
    top: 58px;
  }
  header .wrapper aside .mobile-trigger a.active:after {
    top: 28.5px;
    left: 16.5px;
  }
  header .wrapper aside .mobile-trigger a.active span {
    background-color: #0f9eda !important;
  }
  header .wrapper aside .mobile-trigger a.active span:first-child {
    top: 50px !important;
    left: 25px;
  }
  header .wrapper aside .mobile-trigger a.active span:first-child + span {
    top: 51.5px;
  }
  header .wrapper aside .mobile-trigger a.active span:first-child + span + span {
    top: 50px !important;
    left: 25px;
  }
}
@media all and (max-width: 500px) {
  header .wrapper aside .mobile-trigger {
    width: 60px;
  }
  header .wrapper aside .mobile-trigger a.active span {
    background-color: #0f9eda !important;
    left: 0px !important;
  }
  header .wrapper aside .mobile-trigger a.active:after {
    left: -8px;
  }
}
header .wrapper aside .top-nav {
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center;
  top: 114px;
  background-color: #595d60;
  z-index: 2;
}
header .wrapper aside .top-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
}
header .wrapper aside .top-nav ul li {
  height: 100%;
}
header .wrapper aside .top-nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 2.5rem;
  position: relative;
}
header .wrapper aside .top-nav ul li a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
}
header .wrapper aside .top-nav ul li a:hover {
  background-color: #0f9eda;
}
header .wrapper aside .top-nav ul li a:hover:after {
  display: none;
}
@media all and (max-width: 1100px) {
  header .wrapper aside .top-nav ul li {
    padding-right: 1.5rem;
  }
}
header .wrapper aside .top-nav ul li:last-of-type a:after {
  display: none;
}
header .wrapper aside .top-nav ul li.current a, header .wrapper aside .top-nav ul li.current-menu-item a {
  background-color: #0f9eda;
}
header .wrapper aside .top-nav ul li.current a:after, header .wrapper aside .top-nav ul li.current-menu-item a:after {
  display: none;
}
@media all and (max-width: 1100px) {
  header .wrapper aside .top-nav ul {
    padding-right: 0;
  }
}
@media all and (max-width: 740px) {
  header .wrapper aside .top-nav {
    display: none;
  }
}
header .wrapper aside .main-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 150%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
header .wrapper aside .main-nav ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto !important;
  width: 100%;
  max-width: 400px;
  list-style: none;
}
header .wrapper aside .main-nav ul li {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0;
}
header .wrapper aside .main-nav ul li a {
  display: block;
  font-size: 25px;
  color: #fff !important;
  justify-content: center;
  border-bottom: 1px solid;
  padding: 2rem;
  transition: all 0.3s ease;
  font-weight: 300;
  text-transform: uppercase;
}
header .wrapper aside .main-nav ul li a:hover {
  color: #DB0A5B !important;
  transform: translateY(-1px);
}
header .wrapper aside .main-nav ul li:last-child a {
  border: none;
}
@media all and (max-width: 430px) {
  header .wrapper aside .main-nav ul {
    padding: 0 2rem;
  }
}
header .wrapper aside .contact-info {
  display: flex;
  height: 100%;
}
@media all and (min-width: 940px) {
  header .wrapper aside .contact-info a {
    margin-left: 5rem;
    position: relative;
  }
  header .wrapper aside .contact-info a:after {
    content: "";
    width: 1px;
    top: 10%;
    bottom: 10%;
    background-color: #e3f4fb;
    position: absolute;
    display: block;
    left: -2.5rem;
  }
}
@media all and (min-width: 1024px) {
  header .wrapper aside .contact-info p a i {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside .contact-info p a strong {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  header .wrapper aside .contact-info p a {
    border-radius: 100%;
    width: 42px;
    height: 42px;
    padding: 0;
  }
  header .wrapper aside .contact-info p a i {
    position: relative;
    font-size: 18px;
    left: 14px;
    top: -2px;
  }
}
header .wrapper aside .phone-number, header .wrapper aside .location, header .wrapper aside .timings {
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
}
header .wrapper aside .phone-number:before, header .wrapper aside .location:before, header .wrapper aside .timings:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  z-index: 1;
}
header .wrapper aside .phone-number p, header .wrapper aside .location p, header .wrapper aside .timings p {
  color: #000;
}
header .wrapper aside .phone-number p:first-child, header .wrapper aside .location p:first-child, header .wrapper aside .timings p:first-child {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
header .wrapper aside .phone-number p:last-of-type, header .wrapper aside .location p:last-of-type, header .wrapper aside .timings p:last-of-type {
  line-height: 1.5rem;
}
header .wrapper aside .phone-number strong, header .wrapper aside .location strong, header .wrapper aside .timings strong {
  font-size: 1.3rem;
  color: #666;
  font-weight: 400;
}
header .wrapper aside .phone-number:hover:before, header .wrapper aside .location:hover:before, header .wrapper aside .timings:hover:before {
  color: #fff;
}
@media all and (max-width: 840px) {
  header .wrapper aside .phone-number, header .wrapper aside .location, header .wrapper aside .timings {
    width: 80px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    background-color: #e3f4fb;
    margin-left: 1px;
    transition: all 0.3s ease;
  }
  header .wrapper aside .phone-number:hover, header .wrapper aside .location:hover, header .wrapper aside .timings:hover {
    background-color: #0f9eda;
  }
  header .wrapper aside .phone-number:after, header .wrapper aside .location:after, header .wrapper aside .timings:after {
    top: 0;
  }
  header .wrapper aside .phone-number:before, header .wrapper aside .location:before, header .wrapper aside .timings:before {
    top: 50%;
    text-indent: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 500px) {
  header .wrapper aside .phone-number, header .wrapper aside .location, header .wrapper aside .timings {
    width: 60px;
  }
}
header .wrapper aside .phone-number {
  padding-left: 5rem;
}
header .wrapper aside .phone-number:after {
  display: none !important;
}
header .wrapper aside .phone-number:before {
  background: url(../images/ico-call.png) 50% 0 no-repeat;
}
header .wrapper aside .location:before {
  background: url(../images/ico-loc.png) 0 0 no-repeat;
}
@media all and (max-width: 840px) {
  header .wrapper aside .location {
    display: none;
  }
}
header .wrapper aside .timings {
  padding-right: 0;
}
header .wrapper aside .timings:before {
  background: url(../images/ico_time.png) 0 0 no-repeat;
}
@media all and (max-width: 840px) {
  header .wrapper aside .timings {
    display: none;
  }
}

footer {
  background-image: url("../images/footerBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0;
  padding: 6rem 0 8rem;
  color: #fff;
}
@media all and (max-width: 680px) {
  footer {
    padding: 3rem 0;
  }
}
footer p {
  color: #fff;
}
footer .wrapper {
  align-items: center;
  position: relative;
}
@media all and (max-width: 1200px) {
  footer .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 740px) {
  footer .wrapper figure {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 4rem;
  }
}
footer .wrapper > section {
  padding-left: 7rem;
}
@media all and (max-width: 1200px) {
  footer .wrapper > section {
    flex-direction: column;
  }
  footer .wrapper > section section {
    padding-top: 2rem;
  }
}
@media all and (max-width: 740px) {
  footer .wrapper > section {
    padding-left: 0;
    flex: 0 0 100%;
  }
}
footer .wrapper > section section ul {
  list-style: none;
}
footer .wrapper > section section ul li {
  position: relative;
  padding: 0 1.25rem;
}
footer .wrapper > section section ul li:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #fff;
  top: 3px;
  right: 0;
  bottom: 3px;
  display: block;
}
footer .wrapper > section section ul li:first-child {
  padding-left: 0;
}
footer .wrapper > section section ul li:last-child {
  padding-right: 0;
}
footer .wrapper > section section ul li:last-child:after {
  display: none;
}
footer .wrapper > section section ul a {
  font-weight: 600;
  color: #fff;
}
footer .wrapper > section section ul a:hover {
  color: #4f5255;
}
@media all and (max-width: 740px) {
  footer .wrapper > section section ul {
    justify-content: center;
  }
}
footer .wrapper > section section p {
  color: #ccc;
  font-size: 1.5rem;
}
footer .wrapper > section section p strong {
  font-weight: 400;
}
@media all and (max-width: 740px) {
  footer .wrapper > section section p {
    text-align: center;
    padding-top: 1.5rem;
  }
  footer .wrapper > section section p strong {
    display: block;
  }
}
footer .wrapper > section aside {
  padding: 0 6rem 0 0;
  display: flex;
  flex-direction: row;
}
footer .wrapper > section aside > a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 4px;
  border-radius: 100%;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
footer .wrapper > section aside > a:after {
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
footer .wrapper > section aside > a:before {
  content: "";
  display: inline-block;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
}
footer .wrapper > section aside > a:hover {
  transform: translateY(-5px);
}
footer .wrapper > section aside > a.fbk {
  background-color: #5268c0;
}
footer .wrapper > section aside > a.fbk:before {
  content: "";
}
footer .wrapper > section aside > a.twt {
  background-color: #60b8ff;
}
footer .wrapper > section aside > a.twt:before {
  /*content: "";*/
	content: "\f16d";
}
footer .wrapper > section aside > a.in {
  background-color: #e04d93;
}
footer .wrapper > section aside > a.in:before {
  content: "";
  margin-top: 10px;
}
footer .wrapper > section aside > a.youtube {
  background-color: #fe2e3c;
}
footer .wrapper > section aside > a.youtube:before {
  content: "";
  margin-top: 10px;
}
footer .wrapper > section aside > a:hover {
  background-color: #0f9eda;
}
@media all and (max-width: 740px) {
  footer .wrapper > section aside {
    justify-content: center;
    padding-right: 0;
  }
}
footer .toTop {
  position: absolute;
  background-image: url("../images/ico-top.png");
  background-repeat: no-repeat;
  background-color: #fff;
  width: 50px;
  right: 0;
  height: 50px;
  border-radius: 100%;
  display: block;
  background-position: 50%;
}
footer .toTop:hover {
  transform: translateY(-10px);
  background-color: #0f9eda;
}
footer .toTop.active {
  bottom: auto;
}
@media all and (max-width: 1200px) {
  footer .toTop {
    right: 20px;
  }
}
@media all and (max-width: 740px) {
  footer .toTop {
    top: 0;
  }
}

input.err {
  box-shadow: 0 2px 0 0 #E6294B !important;
  border: 1px solid #E6294B !important;
  background-color: #fff !important;
}

.btn.red {
  color: #fff;
  background-color: #cf323b;
}
.btn.red:hover {
  color: #fff;
  background-color: black;
}
.btn.blk {
  color: #fff;
  background-color: black;
}
.btn.blk:hover {
  color: #fff;
  background-color: #cf323b;
}

.btn-arrow, .home-banner .wrapper > section p a {
  position: relative;
  padding-right: 7.5rem;
  color: #fff;
}
.btn-arrow:after, .home-banner .wrapper > section p a:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 16px;
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 22px 16px;
}
.btn-arrow:hover:after, .home-banner .wrapper > section p a:hover:after {
  right: 25px;
}
.btn-arrow.red, .home-banner .wrapper > section p a.red {
  color: #fff;
  background-color: #cf323b;
  border: 1px solid white;
}
.btn-arrow.red:hover, .home-banner .wrapper > section p a.red:hover {
  color: #fff;
  background-color: black;
}
.btn-arrow.opR, .home-banner .wrapper > section p a.opR {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opR:hover, .home-banner .wrapper > section p a.opR:hover {
  color: #fff;
  background-color: rgba(207, 50, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.btn-arrow.blk, .home-banner .wrapper > section p a.blk {
  color: #fff;
  background-color: black;
  border: 1px solid white;
}
.btn-arrow.blk:hover, .home-banner .wrapper > section p a.blk:hover {
  color: #fff;
  background-color: #cf323b;
  border: 1px solid white;
}
.btn-arrow.opB, .home-banner .wrapper > section p a.opB {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-arrow.opB:hover, .home-banner .wrapper > section p a.opB:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.titleLine {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.titleLine span {
  display: block;
  font-size: 1.3rem;
  padding-top: 1.25rem;
  letter-spacing: 0;
}
.titleLine small {
  display: block;
  padding-top: 0.5rem;
  font-size: 1.3rem;
  font-style: normal;
  letter-spacing: 0;
}
.titleLine.white {
  color: #fff;
}
.titleLine.white:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  left: 0;
  background-color: #fff;
}
@media all and (max-width: 520px) {
  .titleLine.white:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.titleLine.white span {
  color: #ededed;
}
.titleLine.blk {
  color: #000;
}
.titleLine.blk:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 2px;
  display: block;
  left: 0;
  background-color: #000;
}
@media all and (max-width: 520px) {
  .titleLine.blk:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.titleLine.blk span {
  color: #333;
}
.titleLine.blk small {
  color: #654d6a;
}
.titleLine.reg {
  text-transform: initial;
}
.titleLine.reg span {
  text-transform: uppercase;
}
.titleLine:hover {
  letter-spacing: 1px;
}
.titleLine:hover span, .titleLine:hover small {
  letter-spacing: 0;
}

.overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.98);
  border-radius: 100%;
  transform: translateX(100%);
  z-index: 2;
}

.showNav .overlay {
  border-radius: 0%;
  width: 100%;
  height: 100%;
  transform: translateX(0%);
}
.showNav .mobile-trigger {
  position: relative;
  z-index: 6;
}
.showNav .mobile-trigger a:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 42px;
  height: 42px;
  display: block;
  top: -15px;
  left: -11px;
}
.showNav .mobile-trigger a span {
  background-color: #fff !important;
}
.showNav .mobile-trigger a span:first-child {
  transform: rotate(-45deg);
  top: 6px !important;
}
.showNav .mobile-trigger a span:first-child + span {
  width: 0;
  transform: translateX(-50%);
  left: 50%;
}
.showNav .mobile-trigger a span:first-child + span + span {
  transform: rotate(45deg);
  top: 6px !important;
}
.showNav .mobile-trigger a:hover span {
  background-color: #DB0A5B !important;
}
.showNav .main-nav {
  left: 0 !important;
}

.page-not-found {
  padding: 6rem 0;
}
.page-not-found .action a {
  background-color: #595d60;
  color: #fff;
  cursor: pointer;
  line-height: 0;
  padding: 0 6rem;
  font-size: 1.5rem;
  border: 0px;
  height: 5.5rem;
  line-height: 5.5rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.page-not-found .action a:hover {
  background-color: #0f9eda;
}
@media all and (max-width: 700px) {
  .page-not-found {
    text-align: center;
  }
  .page-not-found .action {
    border: 0px;
  }
}

.home-banner {
  background-position: 100% 0;
  background-size: cover !important;
}
@media all and (min-width: 740px) {
  .home-banner {
    margin-top: 64px;
  }
}
@media all and (max-width: 940px) {
  .home-banner {
    background-position: 60% 0;
  }
}
.home-banner .wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 11rem 0;
}
@media all and (max-width: 1200px) {
  .home-banner .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (max-width: 740px) {
  .home-banner .wrapper {
    padding: 7rem 0;
  }
}
.home-banner .wrapper > section {
  width: 585px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section {
    flex: 0 0 100%;
    align-items: center;
    order: 2;
  }
}
.home-banner .wrapper > section h1 {
  font-family: "Gotham";
  font-size: 7rem;
  color: #000;
  text-transform: uppercase;
  line-height: 8rem;
  font-weight: 600;
  letter-spacing: -4px;
  padding-bottom: 3rem;
}
@media all and (max-width: 1320px) {
  .home-banner .wrapper > section h1 {
    font-size: 6rem;
  }
}
@media all and (max-width: 980px) {
  .home-banner .wrapper > section h1 {
    line-height: 7rem;
    text-align: center;
  }
}
@media all and (max-width: 740px) {
  .home-banner .wrapper > section h1 {
    font-size: 5rem;
  }
}
.home-banner .wrapper > section h2 {
  text-transform: uppercase;
  letter-spacing: -2px;
  position: relative;
  padding-bottom: 1rem;
  font-family: "Gotham";
  color: #595d60;
}
@media all and (max-width: 1320px) {
  .home-banner .wrapper > section h2 {
    padding-bottom: 4rem;
  }
}
@media all and (max-width: 1156px) {
  .home-banner .wrapper > section h2 {
    padding-bottom: 4rem;
  }
}
@media all and (max-width: 990px) {
  .home-banner .wrapper > section h2 {
    padding-left: 0;
  }
}
.home-banner .wrapper > section p a {
  background-color: #0f9eda;
  font-family: "Gotham";
  font-size: 2rem;
  font-weight: 400;
}
.home-banner .wrapper > section p a:hover {
  background-color: #333;
}
@media all and (max-width: 420px) {
  .home-banner .wrapper > section p a {
    font-size: 1.4rem;
  }
}

.call-back {
  padding: 6rem 0;
}
.call-back .wrapper figure {
  background-size: cover !important;
  flex: 0 0 580px;
  height: 430px;
  border-radius: 5px 0 0 5px;
  padding: 5rem;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
@media all and (max-width: 980px) {
  .call-back .wrapper figure {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 740px) {
  .call-back .wrapper figure {
    flex: 0 0 100%;
    border-radius: 5px 5px 0 0;
  }
}
.call-back .wrapper figure h2 {
  line-height: 3rem;
}
@media all and (max-width: 600px) {
  .call-back .wrapper figure {
    text-align: center;
  }
}
.call-back .wrapper aside {
  flex: 0 0 calc(100% - 580px);
  background-color: #0f9eda;
  padding: 4.5rem 5rem;
}
@media all and (max-width: 980px) {
  .call-back .wrapper aside {
    flex: 0 0 50%;
  }
}
.call-back .wrapper aside input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 2rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.call-back .wrapper aside input[type=submit] {
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #595d60;
  color: #fff;
  cursor: pointer;
  border: 0px;
}
.call-back .wrapper aside input[type=submit]:hover {
  background-color: #000;
}
.call-back .wrapper aside .custom-select select {
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: none;
  height: 5rem;
}
.call-back .wrapper aside .custom-select {
  background-color: #fff;
  margin-bottom: 2rem;
  border: 1px solid #fff;
  border-radius: 5px;
}
@media all and (max-width: 740px) {
  .call-back .wrapper aside {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 740px) {
  .call-back .wrapper aside {
    padding: 4.5rem 3rem;
  }
}
.call-back .wpcf7-form .wpcf7-not-valid {
  border: 2px solid red !important;
}
.call-back .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}
.call-back .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 2px solid transparent !important;
  color: #fff;
}
.call-back .wpcf7-form .ajax-loader {
  display: none !important;
}

.happy-customer {
  padding: 8rem 0;
  text-align: center;
  background-image: url("../images/happyCustomer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 600px) {
  .happy-customer {
    padding: 4rem 0;
  }
}
.happy-customer h2 {
  padding-bottom: 3rem;
  font-family: "Gotham";
  color: #fff;
  background-image: url("../images/ico-happy.png");
  background-repeat: no-repeat;
  padding-bottom: 13rem;
  background-position: 50% 90%;
  margin-bottom: 4rem;
}
.happy-customer h3 {
  line-height: 3rem;
  font-size: 1.3rem;
  padding-top: 3rem;
  padding-bottom: 7rem;
  color: #fff;
  text-transform: uppercase;
}
.happy-customer p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
}
.happy-customer .swiper-slide {
  position: relative;
}
.happy-customer .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.8);
}
.happy-customer .swiper-pagination-bullet-active {
  background-color: #fff;
}

.why-choose {
  background-color: #f7f7f7;
  padding: 6rem 0;
}
.why-choose .wrapper > h2 {
  text-align: center;
  color: #222;
  padding-bottom: 9rem;
  line-height: 3.5rem;
}
@media all and (max-width: 768px) {
  .why-choose .wrapper > h2 {
    padding-bottom: 4rem;
  }
}
.why-choose .wrapper section {
  padding: 0 3rem;
}
.why-choose .wrapper section > div {
  flex: 0 0 33.33%;
  position: relative;
  text-align: center;
  padding: 0 5rem;
}
.why-choose .wrapper section > div:after {
  content: "";
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background-color: #d7d8d9;
  position: absolute;
}
@media all and (max-width: 768px) {
  .why-choose .wrapper section > div:after {
    display: none;
  }
}
.why-choose .wrapper section > div h3 {
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.why-choose .wrapper section > div p {
  font-size: 1.5rem;
  color: #333;
}
.why-choose .wrapper section > div:last-child:after {
  display: none;
}
.why-choose .wrapper section > div figure {
  background-color: #0f9eda;
  width: 11rem;
  height: 11rem;
  border-radius: 100%;
  margin: 0 auto 3rem;
  align-items: center;
  justify-content: center;
}
.why-choose .wrapper section > div:hover img {
  transform: scale(1.2);
}
@media all and (max-width: 940px) {
  .why-choose .wrapper section > div {
    padding: 0 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .why-choose .wrapper section > div {
    flex: 0 0 100%;
    padding: 0 0 4rem;
  }
}

.why-choose.inner-page .wrapper ul .col > section section, .home-about-block .wrapper > aside section {
  background-color: #595d60;
  flex: 1;
  border-radius: 0 0 15px 0;
  flex-direction: column;
  display: flex;
}
.why-choose.inner-page .wrapper ul .col > section section p, .home-about-block .wrapper > aside section p {
  flex: 0 0 115px;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  background-color: #4f5255;
  border-radius: 0 0 15px 0;
}
.why-choose.inner-page .wrapper ul .col > section section div, .home-about-block .wrapper > aside section div {
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0 6rem;
  text-align: center;
}
@media all and (max-width: 1160px) {
  .why-choose.inner-page .wrapper ul .col > section section div, .home-about-block .wrapper > aside section div {
    padding: 4rem 2rem;
  }
}
.why-choose.inner-page .wrapper ul .col > section section div .btn, .home-about-block .wrapper > aside section div .btn {
  background-color: #0f9eda;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}
.why-choose.inner-page .wrapper ul .col > section section div .btn:hover, .home-about-block .wrapper > aside section div .btn:hover {
  background-color: #000;
}
.why-choose.inner-page .wrapper ul .col > section section div h2, .home-about-block .wrapper > aside section div h2 {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
@media all and (max-width: 1120px) {
  .why-choose.inner-page .wrapper ul .col > section section, .home-about-block .wrapper > aside section {
    flex: 0 0 100%;
    display: none;
  }
}
@media all and (max-width: 640px) {
  .why-choose.inner-page .wrapper ul .col > section section, .home-about-block .wrapper > aside section {
    flex: 0 0 50%;
    display: flex;
  }
  .why-choose.inner-page .wrapper ul .col > section section section, .home-about-block .wrapper > aside section section {
    width: 100%;
    display: block;
    flex: 0 0 100%;
  }
}
@media all and (max-width: 640px) {
  .why-choose.inner-page .wrapper ul .col > section section, .home-about-block .wrapper > aside section {
    flex: 0 0 100%;
  }
}

.home-about-block {
  padding: 6rem 0;
}
.home-about-block .wrapper > section {
  flex: 0 0 460px;
  padding-right: 6rem;
}
.home-about-block .wrapper > section h2 {
  position: relative;
  margin-bottom: 3rem;
}
.home-about-block .wrapper > section h2:after {
  content: "";
  border-bottom: 4px solid #0f9eda;
  bottom: 0;
  position: absolute;
  display: block;
  width: 130px;
}
@media all and (max-width: 640px) {
  .home-about-block .wrapper > section h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-about-block .wrapper > section p {
  font-size: 1.8rem;
  line-height: 3rem;
}
.home-about-block .wrapper > section p a {
  font-size: 1.5rem;
  color: #0f9eda;
  position: relative;
}
.home-about-block .wrapper > section p a:after {
  content: "";
  display: block;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-color: #666;
  border-radius: 100%;
  background-position: 50%;
  transition: all 0.3s ease;
}
.home-about-block .wrapper > section p a:hover {
  color: #000;
}
.home-about-block .wrapper > section p a:hover:after {
  right: -30px;
}
@media all and (max-width: 1160px) {
  .home-about-block .wrapper > section {
    flex: 0 0 60%;
  }
}
@media all and (max-width: 640px) {
  .home-about-block .wrapper > section {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 3rem;
    text-align: center;
  }
}
.home-about-block .wrapper > aside {
  flex: 0 0 calc(100% - 460px);
  color: #fff;
}
.home-about-block .wrapper > aside figure {
  line-height: 0;
  font-size: 0;
  background-size: cover !important;
}
@media all and (max-width: 1120px) {
  .home-about-block .wrapper > aside figure {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 640px) {
  .home-about-block .wrapper > aside figure {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 520px) {
  .home-about-block .wrapper > aside figure {
    flex: 0 0 100%;
  }
  .home-about-block .wrapper > aside figure img {
    display: block !important;
  }
}
.home-about-block .wrapper > aside figure img {
  width: 100%;
}
@media all and (max-width: 800px) {
  .home-about-block .wrapper > aside figure img {
    display: none;
  }
}
@media all and (max-width: 1160px) {
  .home-about-block .wrapper > aside {
    flex: 0 0 40%;
  }
}
@media all and (max-width: 640px) {
  .home-about-block .wrapper > aside {
    flex: 0 0 100%;
  }
}

.connect {
  padding: 10rem 0;
  background-color: #f7f7f7;
}
@media all and (max-width: 600px) {
  .connect {
    padding: 6rem 0;
  }
}
@media all and (min-width: 1120px) {
  .connect .wrapper {
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 1120px) {
  .connect .wrapper {
    text-align: center;
  }
}
.connect .wrapper > div {
  padding-right: 4rem;
}
.connect .wrapper > div h2 {
  padding-bottom: 1rem;
}
.connect .wrapper > div p {
  font-size: 1.5rem;
}
@media all and (max-width: 1120px) {
  .connect .wrapper > div {
    flex: 0 0 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }
}
.connect .wrapper p .btn {
  background-color: #0f9eda;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
}
.connect .wrapper p .btn:hover {
  background-color: #111;
}
@media all and (max-width: 1120px) {
  .connect .wrapper p {
    flex: 0 0 100%;
    justify-content: center;
  }
}

.offer-block {
  background-size: cover !important;
  padding: 6rem 0;
}
.offer-block .wrapper > h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1rem;
}
.offer-block .wrapper > h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 6rem;
}
@media all and (max-width: 600px) {
  .offer-block .wrapper > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.offer-block .get-in-touch {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  color: #fff;
}
.offer-block .get-in-touch p {
  font-size: 1.8rem;
  padding-bottom: 0;
}
@media all and (min-width: 600px) {
  .offer-block .get-in-touch p {
    padding-right: 4.5rem;
  }
}
@media all and (max-width: 600px) {
  .offer-block .get-in-touch p {
    flex: 0 0 100%;
    padding-bottom: 1.5rem;
    text-align: center;
  }
}
.offer-block .get-in-touch .btn-outline {
  border: 1px solid #fff;
  line-height: 5.5rem;
  height: 5.5rem;
  color: #fff;
}
.offer-block .get-in-touch .btn-outline:hover {
  background-color: #0f9eda;
  border-color: #0f9eda;
}
.offer-block .offers {
  margin: 0 -15px;
}
@media all and (max-width: 780px) {
  .offer-block .offers {
    margin: 0 -5px;
  }
}
.offer-block .offers > div {
  flex: 0 0 33.33%;
  padding: 0 15px 15px;
}
@media all and (min-width: 600px) {
  .offer-block .offers > div {
    min-height: 24rem;
  }
}
@media all and (max-width: 780px) {
  .offer-block .offers > div {
    padding: 0 5px 10px;
  }
}
@media all and (max-width: 600px) {
  .offer-block .offers > div {
    flex: 0 0 100%;
  }
}
.offer-block .offers > div section {
  background-image: url("../images/gryLogo.jpg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 95% 100%;
  border-radius: 5px;
  padding: 3rem 4rem;
  height: 100%;
}
@media all and (max-width: 780px) {
  .offer-block .offers > div section {
    text-align: center;
    padding: 3rem 2rem;
  }
}
@media all and (max-width: 600px) {
  .offer-block .offers > div section {
    padding-bottom: 8rem;
  }
}
.offer-block .offers > div section div {
  align-items: center;
  padding-bottom: 1rem;
}
.offer-block .offers > div section div figure {
  width: 6.5rem;
}
@media all and (max-width: 780px) {
  .offer-block .offers > div section div {
    justify-content: center;
  }
}
.offer-block .offers > div section h2 {
  font-weight: 600;
  color: #000;
  font-size: 2rem;
  padding-bottom: 0;
}
.offer-block .offers > div section p {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.inner-page-banner {
  background-size: cover !important;
  padding: 10rem 0;
}
@media all and (min-width: 740px) {
  .inner-page-banner {
    margin-top: 64px;
  }
}
@media all and (max-width: 740px) {
  .inner-page-banner {
    background-position: 20% 0 !important;
  }
}
@media all and (max-width: 600px) {
  .inner-page-banner {
    text-align: center;
  }
}
.inner-page-banner h2 {
  color: #0f9eda;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  padding-bottom: 0;
}
.inner-page-banner h1 {
  font-size: 7rem;
  line-height: 8rem;
  font-family: "Gotham";
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.inner-page-banner h1:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 6px;
  background-color: #fff;
  bottom: -1rem;
  left: 0;
}
@media all and (max-width: 600px) {
  .inner-page-banner h1:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 600px) {
  .inner-page-banner h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}

.about .wrapper article h2 {
  position: relative;
  margin-bottom: 2rem;
}
.about .wrapper article h2:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #595d60;
  bottom: 0px;
  left: 0;
}
@media all and (max-width: 740px) {
  .about .wrapper article h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.why-choose.inner-page {
  background-color: #fff;
}
.why-choose.inner-page .wrapper > p {
  text-align: center;
  padding-bottom: 6rem;
}
.why-choose.inner-page .wrapper article {
  border-bottom: 1px solid #dedfdf;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.why-choose.inner-page .wrapper article > p {
  text-align: center;
  padding-bottom: 2rem;
}
.why-choose.inner-page .wrapper article > p:last-child {
  padding-bottom: 0;
}
.why-choose.inner-page .wrapper article.bottom-detail {
  border: 0px;
  text-align: left;
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
.why-choose.inner-page .wrapper article.bottom-detail p {
  text-align: left;
  font-size: 1.5rem;
}
.why-choose.inner-page .wrapper ul {
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -13px;
}
.why-choose.inner-page .wrapper ul .col {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 13px;
}
@media all and (max-width: 1024px) {
  .why-choose.inner-page .wrapper ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  .why-choose.inner-page .wrapper ul .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 540px) {
  .why-choose.inner-page .wrapper ul .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.why-choose.inner-page .wrapper ul .col {
  list-style: none;
  margin-bottom: 30px;
}
.why-choose.inner-page .wrapper ul .col > section {
  border: 1px solid #bdbebf;
  border-radius: 5px;
  padding: 2px;
  height: 100%;
}
.why-choose.inner-page .wrapper ul .col > section figure {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  flex: 0 0 100%;
}
.why-choose.inner-page .wrapper ul .col > section figure img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  max-width: auto;
}
.why-choose.inner-page .wrapper ul .col > section div {
  padding: 2.5rem 3rem;
  text-align: left;
  flex: 0 0 100%;
}
.why-choose.inner-page .wrapper ul .col > section div h3 {
  text-transform: none;
}
.why-choose.inner-page .wrapper ul .col > section div p {
  line-height: 2.2rem;
  color: #333;
}
.why-choose.inner-page .wrapper ul .col:hover img {
  transform: scale(1.1);
  opacity: 0.7;
}
.why-choose.inner-page .wrapper ul .col:last-child > section {
  border: 0px;
  padding: 0;
  color: #fff;
}
.why-choose.inner-page .wrapper ul .col:last-child > section > section {
  border-radius: 5px;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .why-choose.inner-page .wrapper ul .col:last-child > section > section {
    display: flex;
  }
}
.why-choose.inner-page .wrapper ul .col:last-child > section > section div:after {
  display: none;
}
.why-choose.inner-page .wrapper ul .col:last-child > section > section section {
  padding: 0;
}
@media all and (max-width: 1120px) {
  .why-choose.inner-page .wrapper ul .col:last-child > section > section section {
    display: flex;
  }
}
.why-choose.inner-page .wrapper ul .col:last-child > section > section p {
  border-radius: 0 0 5px 5px;
  flex: 0 0 150px;
}

.about {
  padding: 6rem 0;
  background-color: #f7f7f7;
}
.about .wrapper figure {
  flex: 0 0 380px;
}
.about .wrapper figure img {
  border-radius: 15px 0 15px 0;
}
@media all and (max-width: 740px) {
  .about .wrapper figure {
    flex: 0 0 100%;
    padding-bottom: 3rem;
    justify-content: center;
    display: flex;
  }
}
.about .wrapper article {
  flex: 0 0 calc(100% - 380px);
}
@media all and (max-width: 740px) {
  .about .wrapper article {
    flex: 0 0 100%;
    text-align: center;
  }
}
.about .wrapper article h2 {
  line-height: 3rem;
}
.about .wrapper article p {
  padding-bottom: 2.5rem;
}

.contact-page {
  padding-bottom: 5rem;
}
@media all and (max-width: 640px) {
  .contact-page {
    margin-top: -5rem;
  }
}
.contact-page .two-col {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.contact-page .two-col .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .contact-page .two-col .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 768px) {
  .contact-page .two-col .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (max-width: 520px) {
  .contact-page .two-col .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contact-page h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
.contact-page .wrapper > section {
  flex: 1;
  padding-right: 10rem;
}
@media all and (max-width: 640px) {
  .contact-page .wrapper > section {
    text-align: center;
  }
}
.contact-page .wrapper > section h1,
.contact-page .wrapper > section h3 {
  color: #000;
}
@media all and (max-width: 960px) {
  .contact-page .wrapper > section {
    padding-right: 5rem;
  }
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > section {
    padding-right: 0;
    flex: 0 0 100%;
    padding-bottom: 4rem;
  }
  .contact-page .wrapper > section .two-col {
    padding-bottom: 0;
  }
}
.contact-page .wrapper > section .col {
  padding-bottom: 10px;
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > section .col {
    padding-bottom: 2rem;
  }
}
.contact-page .wrapper > section input[type=text],
.contact-page .wrapper > section input[type=email],
.contact-page .wrapper > section input[type=tel],
.contact-page .wrapper > section input[type=""] {
  width: 100%;
  color: #666;
  border: 1px solid #bdbebf;
  font-size: 1.5rem;
  padding: 0 1.8rem;
}
.contact-page .wrapper > section input[type=submit] {
  background-color: #595d60;
  color: #fff;
  cursor: pointer;
  line-height: 0;
  padding: 0 6rem;
  font-size: 1.5rem;
  border: 0px;
  height: 5.5rem;
  line-height: 5.5rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.contact-page .wrapper > section input[type=submit]:hover, .contact-page .wrapper > section input[type=submit]:focus {
  background-color: #0f9eda;
}
.contact-page .wrapper > section textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10rem;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #bdbebf;
  font-size: 1.5rem;
  color: #666;
  padding: 1.5rem 1.8rem;
}
.contact-page .wrapper > section .custom-select {
  margin: 1rem 0;
}
.contact-page .wrapper > section .custom-select select {
  margin-bottom: 0;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #bdbebf;
  height: 45px;
  color: #666;
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > section .custom-select {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.contact-page .wrapper > aside {
  flex: 0 0 290px;
}
@media all and (min-width: 900px) {
  .contact-page .wrapper > aside h3 {
    padding-left: 7rem;
  }
}
.contact-page .wrapper > aside figure {
  padding-bottom: 3rem;
  font-size: 0;
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > aside figure {
    text-align: center;
  }
}
.contact-page .wrapper > aside ul {
  list-style: none;
  padding: 1rem 0rem 3rem;
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > aside ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-page .wrapper > aside ul li {
  padding-left: 9rem;
  position: relative;
  min-height: 7.5rem;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > aside ul li {
    flex: 0 0 50%;
    padding-right: 2rem;
  }
}
@media all and (max-width: 700px) {
  .contact-page .wrapper > aside ul li {
    padding-right: 0;
    padding-top: 9rem;
    text-align: center;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media all and (max-width: 500px) {
  .contact-page .wrapper > aside ul li {
    flex: 0 0 100%;
  }
}
.contact-page .wrapper > aside ul li p {
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #333;
}
@media all and (max-width: 700px) {
  .contact-page .wrapper > aside ul li p {
    text-align: center;
    width: 100%;
  }
}
.contact-page .wrapper > aside ul li p a {
  color: #333;
}
.contact-page .wrapper > aside ul li p a:hover {
  color: #0f9eda;
}
.contact-page .wrapper > aside ul li:before {
  content: " ";
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #0f9eda;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 75px;
}
@media all and (max-width: 700px) {
  .contact-page .wrapper > aside ul li:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-page .wrapper > aside ul li.loc:before {
  background: url(../images/ico_loc.png) 50% no-repeat;
}
.contact-page .wrapper > aside ul li.phone {
  align-items: center;
}
.contact-page .wrapper > aside ul li.phone:before {
  top: -3px;
  font-size: 25px;
  background: url(../images/ico-call.png) 50% no-repeat;
}
.contact-page .wrapper > aside ul li.email {
  align-items: center;
  padding-bottom: 0;
}
.contact-page .wrapper > aside ul li.email:before {
  top: 0;
  background: url(../images/ico-mail.png) 50% no-repeat;
}
@media all and (max-width: 700px) {
  .contact-page .wrapper > aside ul li.email {
    flex: 0 0 100%;
  }
}
@media all and (max-width: 900px) {
  .contact-page .wrapper > aside {
    padding-right: 0;
    flex: 0 0 100%;
  }
}

@media all and (max-width: 700px) {
  .action {
    text-align: center;
    padding-bottom: 5rem;
    border-bottom: 1px solid #bdbebf;
    margin-bottom: 2rem;
  }
}

.contactpage header {
  background-color: #60a0cc;
}
.contactpage .contact-info a {
  border: 2px solid #fff !important;
  background-color: #60a0cc !important;
}
.contactpage .contact-info a:hover {
  background-color: #0c7baa !important;
}

/* You can add global styles to this file, and also import other style files */
/*common */

/*# sourceMappingURL=style.css.map */
