/* FONTS
 ========================================================================== */
@font-face {
  font-family: "MazzardH";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/mazzard/MazzardH-Regular.woff") format('woff'), url("../fonts/mazzard/MazzardH-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardH";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/mazzard/MazzardH-SemiBold.woff") format('woff'), url("../fonts/mazzard/MazzardH-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "RedThinker";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/RedThinker-Regular.woff") format('woff'), url("../fonts/RedThinker-Regular.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #464646;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #202b34;
  color: #fff;
}
body ::selection {
  background: #202b34;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  color: #464646;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 34px;
  padding: 0 10px 0;
  width: 100%;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #464646;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #464646;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #464646;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #202b34;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}
h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1, h2 {
  font-size: 42px;
  color: #52595f;
  letter-spacing: -0.9px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
h3 {
  font-size: 31px;
  color: #263745;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
h4 {
  font-size: 19px;
  color: #263745;
}
@media (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}
p {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 1.5;
}
a {
  color: #202b34;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1430px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #202b34;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #161e24;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1430px;
  max-width: 94%;
  position: relative;
}
.wrap_1140 {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1430px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #202b34;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 14px;
  font-family: 'MazzardH', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 17px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #202b34;
  border: 2px solid #ffd387;
  outline: 0;
  background: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.4px;
  appearance: none;
  min-width: 220px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 15px;
  }
}
.btn:hover {
  background: rgba(235, 235, 235, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: rgba(217, 217, 217, 0.8);
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Montserrat', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #46a855;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .invalid .wpcf7-response-output {
  background: #ff5f5f;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
  margin-bottom: 15px;
}
.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .wpcf7 .btn-wrapper {
    margin-top: 0;
  }
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7-checkbox {
  column-count: 2;
}
.wpcf7-list-item {
  display: inline-block;
  width: 49%;
  margin: 10px 0;
  color: #464646;
}
@media (max-width: 768px) {
  .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-list-item label {
  display: inline-block;
  font-size: 12px;
}
.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
  vertical-align: top;
}
.wpcf7-list-item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  border: 1px solid #ffd387;
}
.wpcf7-list-item label span:after {
  display: block;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  position: absolute;
  content: '';
  opacity: 0;
  background: #ffd387;
}
.wpcf7-list-item label input {
  display: none;
}
.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  background: rgba(38, 55, 69, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #ffd387;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #202b34;
  background: #202b34;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
.tac {
  text-align: center;
}
.burger {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.burger:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.burger:before {
  content: url("../img/burger.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
}
.mobile_menu_container {
  z-index: 1;
  font-size: 0;
  position: fixed;
  z-index: 100;
  top: 124px;
  left: 0;
  overflow-x: hidden;
  width: 80%;
  max-width: 225px;
  height: 100vh;
  border-bottom: 3px solid #0d1114;
  background: #202b34;
  will-change: transform, opacity;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 960px) {
  .mobile_menu_container {
    top: 59px;
  }
}
@media (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
    overflow-y: scroll;
  }
}
.mobile_menu_container nav {
  margin-bottom: 40px;
  width: 100%;
}
.mobile_menu_container li {
  position: relative;
}
.mobile_menu_container a {
  z-index: 10;
  display: block;
}
.mobile_menu_container a:hover {
  text-decoration: none;
}
.mobile_menu_container .sub-anchor {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  width: 30px;
  height: 45px;
  cursor: pointer;
  background: #2a3844;
}
.mobile_menu_container .sub-anchor:hover {
  background: #161e24;
}
.mobile_menu_container .sub-anchor:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile_menu_container .sub-menu {
  display: none;
}
.mobile_menu_container .sub-menu a {
  font-size: 18px;
  padding: 10px 10px;
  color: #fff;
}
.mobile_menu_container .sub-menu a:hover {
  background: #334554;
}
.mobile_menu_container .sub-menu .sub-menu {
  display: none;
  padding-left: 10px;
}
.mobile_menu_container .level_a > li {
  border-bottom: 1px solid #2a3844;
}
.mobile_menu_container .level_a > li > a {
  font-size: 20px;
  padding: 10px 32px 10px 5px;
  color: #fff;
}
.mobile_menu_container .level_a > li > a:hover {
  background: #2a3844;
}
.mobile_menu_container.open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mobile_menu_active {
  overflow: hidden;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.contact-box {
  position: relative;
  padding: 140px 0 60px;
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .contact-box {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .contact-box {
    padding: 40px 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .contact-box {
    padding: 25px 0;
  }
}
.contact-box .contact-text {
  padding-bottom: 75px;
}
@media (max-width: 1366px) {
  .contact-box .contact-text {
    padding-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .contact-box .contact-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .contact-box .contact-text {
    padding-bottom: 25px;
  }
}
.contact-box .contact-text h2 {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .contact-box .contact-text h2 {
    padding-bottom: 10px;
  }
}
.contact-box .contact-text h2::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 290px;
  height: 4px;
  background: #ffd387;
  bottom: 0;
}
@media (max-width: 480px) {
  .contact-box .contact-text h2::before {
    width: 180px;
  }
}
.contact-box .info-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .contact-box .info-wrapper {
    display: block;
  }
}
.contact-box .thumb {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
}
.contact-box .thumb::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}
.contact-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 80px 0 0 10%;
}
@media (max-width: 1366px) {
  .contact-box .left {
    padding: 40px 0 0 30px;
  }
}
@media (max-width: 1024px) {
  .contact-box .left {
    padding: 30px 30px 0;
  }
}
@media (max-width: 1024px) {
  .contact-box .left .image img {
    margin: 0 auto;
    display: block;
  }
}
.contact-box .left .image:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  height: 320px;
  width: 90%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .contact-box .left .image:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .contact-box .left .image:nth-child(2) {
    height: 180px;
  }
}
.contact-box .left .image:nth-child(2) img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-box .left .text {
  padding: 20px 30px;
}
@media (max-width: 1366px) {
  .contact-box .left .text {
    padding: 15px 0 0;
  }
}
@media (max-width: 1024px) {
  .contact-box .left .text {
    text-align: center;
  }
}
.contact-box .left .text p {
  line-height: 1.9;
}
@media (max-width: 480px) {
  .contact-box .left .text p {
    line-height: 1.4;
  }
}
.contact-box .form {
  -webkit-flex-basis: 560px;
  -moz-flex-basis: 560px;
  -ms-flex-basis: 560px;
  flex-basis: 560px;
  margin-left: 11%;
  padding: 60px 50px;
  background: #fff;
}
@media (max-width: 1366px) {
  .contact-box .form {
    margin-left: 5%;
  }
}
@media (max-width: 1024px) {
  .contact-box .form {
    margin: 0 auto;
    max-width: 560px;
  }
}
@media (max-width: 480px) {
  .contact-box .form {
    padding: 30px 15px;
  }
}
.contact-box form h4 {
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 960px) {
  .contact-box form h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .contact-box form h4 {
    margin-bottom: 10px;
  }
}
.contact-box .bottom-text {
  margin-top: 135px;
  color: #fff;
}
@media (max-width: 1366px) {
  .contact-box .bottom-text {
    margin-top: 60px;
  }
}
@media (max-width: 960px) {
  .contact-box .bottom-text {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .contact-box .bottom-text {
    margin-top: 20px;
  }
  .contact-box .bottom-text br {
    display: none;
  }
}
.contact-box .bottom-text h3 {
  color: #fff;
}
.logo {
  color: #202b34;
  font-family: "RedThinker";
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 6.3px;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.logo:hover {
  color: #9d7e57;
  text-decoration: none;
}
@media (max-width: 480px) {
  .logo {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer .footer-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 75px;
}
@media (max-width: 960px) {
  footer .footer-top {
    padding-bottom: 30px;
  }
}
@media (max-width: 960px) {
  footer .footer-top .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
footer .footer-top .phone {
  color: #9d7e57;
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.95px;
}
@media (max-width: 960px) {
  footer .footer-top .phone {
    margin-bottom: 20px;
  }
}
@media (max-width: 960px) {
  footer .footer-top .logo {
    margin-bottom: 20px;
  }
}
footer .mid-footer {
  padding: 62px 0 82px;
}
@media (max-width: 960px) {
  footer .mid-footer {
    padding: 30px 0;
  }
}
footer .mid-footer > .wrap {
  width: 850px;
}
footer .mid-footer .foot-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 768px) {
  footer .mid-footer .foot-nav ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
footer .mid-footer .foot-nav ul li a {
  color: #737373;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-decoration: none;
}
footer .mid-footer .foot-nav ul li a:hover {
  color: #9d7e57;
}
footer .footer-bot {
  background: rgba(232, 226, 211, 0.7);
  padding: 7px 0 6px;
}
footer .footer-bot .copyright {
  color: #263745;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.25;
}
.main-swiper {
  margin-bottom: 95px;
  margin-left: 175px;
}
@media (max-width: 960px) {
  .main-swiper {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.main-swiper .swiper-slide {
  min-height: 1030px;
}
@media (max-width: 1500px) {
  .main-swiper .swiper-slide {
    min-height: 900px;
  }
}
@media (max-width: 1366px) {
  .main-swiper .swiper-slide {
    min-height: 700px;
  }
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide {
    min-height: 500px;
    padding: 80px 45px;
  }
}
@media (max-width: 768px) {
  .main-swiper .swiper-slide {
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .main-swiper .swiper-slide {
    padding: 80px 28px;
  }
}
.main-swiper .swiper-slide figure {
  position: absolute;
  top: 0;
  bottom: 70px;
  right: 0;
  left: 50px;
}
@media (max-width: 1366px) {
  .main-swiper .swiper-slide figure {
    bottom: 40px;
  }
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide figure {
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .main-swiper .swiper-slide figure {
    left: 0;
  }
}
.main-swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-swiper .swiper-slide .box {
  position: relative;
  background: rgba(232, 226, 211, 0.9);
  max-width: 705px;
  padding: 95px 52px 185px;
}
@media (max-width: 1366px) {
  .main-swiper .swiper-slide .box {
    padding: 70px 52px 150px;
  }
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide .box {
    padding: 40px 30px 100px;
  }
}
@media (max-width: 480px) {
  .main-swiper .swiper-slide .box {
    padding: 25px 12px 30px;
  }
}
.main-swiper .swiper-slide .box h2 {
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide .box h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .main-swiper .swiper-slide .box h2 {
    font-size: 22px;
  }
}
.main-swiper .swiper-slide .box h2:before {
  content: '';
  position: absolute;
  bottom: -24px;
  right: -70px;
  width: 365px;
  height: 4px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide .box h2:before {
    bottom: -10px;
  }
}
@media (max-width: 768px) {
  .main-swiper .swiper-slide .box h2:before {
    display: none;
  }
}
.main-swiper .swiper-slide .box h4 {
  font-weight: 700;
  margin-bottom: 60px;
  color: #737373;
}
@media (max-width: 960px) {
  .main-swiper .swiper-slide .box h4 {
    margin-bottom: 20px;
  }
}
.main-swiper .swiper-slide > .wrap {
  width: 1570px;
}
.main-swiper .swiper-slide.flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.main-swiper .swiper-button-prev {
  left: 0;
}
.main-swiper .swiper-button-next {
  right: 0;
}
.main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
  background: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 120px;
  color: #000;
}
@media (max-width: 960px) {
  .main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
    width: 40px;
    height: 50px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .main-swiper .swiper-button-next, .main-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 900;
}
.main-swiper .swiper-button-next.swiper-button-disabled, .main-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.main-swiper .swiper-pagination-bullets.default-bullets {
  bottom: 100px;
  left: 13.5%;
  text-align: left;
}
@media (max-width: 960px) {
  .main-swiper .swiper-pagination-bullets.default-bullets {
    display: none;
  }
}
.main-swiper .swiper-pagination-bullets.default-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  position: relative;
  z-index: 0;
}
.main-swiper .swiper-pagination-bullets.default-bullets .swiper-pagination-bullet:after {
  content: '';
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2px;
  left: -2px;
  background: transparent;
  border: 2px solid transparent;
}
.main-swiper .swiper-pagination-bullets.default-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.main-swiper .swiper-pagination-bullets.default-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 2px solid #fff;
}
.main-swiper .swiper-pagination-bullets.pagination-lines {
  bottom: 100px;
  right: 0;
  left: 31.5%;
  width: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 960px) {
  .main-swiper .swiper-pagination-bullets.pagination-lines {
    bottom: 60px;
  }
}
.main-swiper .swiper-pagination-bullets.pagination-lines .swiper-pagination-bullet {
  width: auto;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  opacity: 1;
  border-radius: 0;
}
.main-swiper .swiper-pagination-bullets.pagination-lines .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  background: #ffd387;
}
.main-swiper .custom-pagination {
  position: absolute;
  display: inline-block;
  right: 70%;
  z-index: 11;
  bottom: 87px;
  color: #7d7d7d;
  font-family: "MazzardH";
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .main-swiper .custom-pagination {
    bottom: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: auto;
  }
}
.main-swiper .custom-pagination .slide_all {
  font-weight: 600;
  letter-spacing: 0.21px;
  line-height: 1;
}
.main-swiper .custom-pagination .slide_active_pg {
  color: #202b34;
  font-family: "MazzardH";
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.42px;
  line-height: 1;
}
@media (max-width: 960px) {
  .main-swiper .custom-pagination .slide_active_pg {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.21px;
  }
}
.about-section {
  overflow: hidden;
}
.about-top {
  margin-bottom: 157px;
}
@media (max-width: 960px) {
  .about-top {
    margin-bottom: 30px;
  }
}
.about-top > .wrap {
  width: 775px;
}
.about-top h3 {
  position: relative;
  margin-bottom: 53px;
}
.about-top h3:before {
  content: '';
  position: absolute;
  bottom: -24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 415px;
  height: 4px;
  background-color: #ffd387;
}
@media (max-width: 480px) {
  .about-top h3:before {
    width: 100%;
  }
}
.about-main-content {
  padding-bottom: 172px;
}
@media (max-width: 960px) {
  .about-main-content {
    padding-bottom: 30px;
  }
}
.about-main-content > .wrap {
  width: 1380px;
}
.about-main-content > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.about-main-content .left {
  position: relative;
  -webkit-flex-basis: 40.5%;
  -moz-flex-basis: 40.5%;
  -ms-flex-basis: 40.5%;
  flex-basis: 40.5%;
  z-index: 0;
}
@media (max-width: 960px) {
  .about-main-content .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.about-main-content .left .img-bg {
  position: absolute;
  bottom: -110px;
  right: 61px;
  z-index: -1;
  width: 33.5vw;
}
@media (max-width: 960px) {
  .about-main-content .left .img-bg {
    display: none;
  }
}
.about-main-content .left img {
  width: 100%;
}
.about-main-content .right {
  -webkit-flex-basis: 47.6%;
  -moz-flex-basis: 47.6%;
  -ms-flex-basis: 47.6%;
  flex-basis: 47.6%;
  padding-top: 78px;
}
@media (max-width: 960px) {
  .about-main-content .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    padding-top: 30px;
  }
}
.about-main-content .right h3 {
  position: relative;
  max-width: 383px;
  margin-bottom: 50px;
}
.about-main-content .right h3:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: -290px;
  width: 415px;
  height: 4px;
  background-color: #ffd387;
}
.about-main-content .right p {
  line-height: 1.9;
}
.about-main-content .right .btn-wrap {
  padding-top: 79px;
}
@media (max-width: 960px) {
  .about-main-content .right .btn-wrap {
    padding-top: 30px;
  }
}
.about-team {
  position: relative;
  padding: 120px 0 158px;
}
@media (max-width: 960px) {
  .about-team {
    padding: 30px 0;
  }
}
.about-team:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 610px;
  background: #f6f6f6;
}
.about-team .team-info {
  margin-bottom: 67px;
}
@media (max-width: 960px) {
  .about-team .team-info {
    margin-bottom: 30px;
  }
}
.about-team .team-info > .wrap {
  width: 798px;
}
.about-team .team-info h3 {
  position: relative;
  margin-bottom: 50px;
}
.about-team .team-info h3:before {
  content: '';
  position: absolute;
  bottom: -24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 415px;
  height: 4px;
  background-color: #ffd387;
}
.about-team .team .items-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3.25%;
  width: 106.5%;
}
.about-team .team .items-wrap > * {
  width: 26.8333333333%;
  margin: 0 3.25% 4.3333333333em;
}
@media (max-width: 960px) {
  .about-team .team .items-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.25%;
    width: 106.5%;
  }
  .about-team .team .items-wrap > * {
    width: 43.5%;
    margin: 0 3.25% 4.875em;
  }
}
@media (max-width: 768px) {
  .about-team .team .items-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .about-team .team .items-wrap > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.about-team .team .items-wrap .item {
  text-align: center;
}
@media (max-width: 768px) {
  .about-team .team .items-wrap .item {
    margin-bottom: 20px;
  }
  .about-team .team .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.about-team .team .items-wrap .item figure {
  margin-bottom: 31px;
}
.about-team .team .items-wrap .item h4 {
  margin-bottom: 12px;
}
.about-bottom {
  position: relative;
  overflow: hidden;
  padding: 65px 0;
  margin-bottom: 180px;
}
@media (max-width: 960px) {
  .about-bottom {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.about-bottom:before {
  content: url("../img/about-bg.png");
  position: absolute;
  top: 0;
  left: 28%;
  bottom: 0;
  right: 0;
}
@media (max-width: 960px) {
  .about-bottom:before {
    left: 0;
  }
}
@media (max-width: 576px) {
  .main-swiper .swiper-slide {
    padding-top: 180px;
  }
  .main-swiper .swiper-slide .box {
    background: rgba(232, 226, 211, 0.5);
  }
}
.main-swiper .swiper-slide .box h2:before {
  height: 1px;
}
.main-swiper .swiper-pagination-bullets.pagination-lines .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 1px;
}
.about-top h3:before {
  height: 1px !important;
}
.experience__block .item-row .right .wys h3:after {
  height: 1px !important;
}
.elevate-effectiveness__block .effectiveness-title h3:before {
  height: 1px !important;
}
.projects-sliders__block, .services__block {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .projects-sliders__block, .services__block {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .projects-sliders__block, .services__block {
    padding-bottom: 60px;
  }
}
.projects-sliders__block .item-row, .services__block .item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row, .services__block .item-row {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .projects-sliders__block .item-row, .services__block .item-row {
    margin-bottom: 60px;
  }
}
.projects-sliders__block .item-row:last-child, .services__block .item-row:last-child {
  margin-bottom: 0;
}
.projects-sliders__block .item-row .left, .services__block .item-row .left {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
  position: relative;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row .left, .services__block .item-row .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.projects-sliders__block .item-row .left .slide_btn, .services__block .item-row .left .slide_btn {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 110px;
}
@media (max-width: 576px) {
  .projects-sliders__block .item-row .left .slide_btn, .services__block .item-row .left .slide_btn {
    right: 20px;
  }
}
.projects-sliders__block .item-row .left .slide_btn .button-slide, .services__block .item-row .left .slide_btn .button-slide {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .7);
  outline: none;
}
.projects-sliders__block .item-row .left .slide_btn .button-slide:after, .services__block .item-row .left .slide_btn .button-slide:after {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.projects-sliders__block .item-row .left .swiper-slide, .services__block .item-row .left .swiper-slide, .projects-sliders__block .item-row .left .service-image, .services__block .item-row .left .service-image {
  min-height: 830px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1480px) {
  .projects-sliders__block .item-row .left .swiper-slide, .services__block .item-row .left .swiper-slide, .projects-sliders__block .item-row .left .service-image, .services__block .item-row .left .service-image {
    min-height: 630px;
  }
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row .left .swiper-slide, .services__block .item-row .left .swiper-slide, .projects-sliders__block .item-row .left .service-image, .services__block .item-row .left .service-image {
    min-height: 530px;
  }
}
@media (max-width: 768px) {
  .projects-sliders__block .item-row .left .swiper-slide, .services__block .item-row .left .swiper-slide, .projects-sliders__block .item-row .left .service-image, .services__block .item-row .left .service-image {
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .projects-sliders__block .item-row .left .swiper-slide, .services__block .item-row .left .swiper-slide, .projects-sliders__block .item-row .left .service-image, .services__block .item-row .left .service-image {
    min-height: 350px;
  }
}
.projects-sliders__block .item-row .right, .services__block .item-row .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row .right, .services__block .item-row .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.projects-sliders__block .item-row .right .wys, .services__block .item-row .right .wys {
  margin-right: auto;
  margin-left: -400px;
  max-width: 700px;
  position: relative;
  z-index: 1;
  background: rgba(232, 226, 211, .9);
  padding: 100px 110px 100px 50px;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row .right .wys, .services__block .item-row .right .wys {
    margin-left: auto;
    margin-top: -200px;
  }
}
@media (max-width: 700px) {
  .projects-sliders__block .item-row .right .wys, .services__block .item-row .right .wys {
    margin-top: 0;
    padding: 50px;
  }
}
.projects-sliders__block .item-row .right .wys ul, .services__block .item-row .right .wys ul {
  padding-top: 20px;
}
.projects-sliders__block .item-row .right .wys ul li, .services__block .item-row .right .wys ul li {
  padding: 0 0 20px 50px;
  position: relative;
}
.projects-sliders__block .item-row .right .wys ul li:before, .services__block .item-row .right .wys ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/check-icon.svg");
}
.projects-sliders__block .item-row .right .wys h3, .services__block .item-row .right .wys h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.projects-sliders__block .item-row .right .wys h3:after, .services__block .item-row .right .wys h3:after {
  content: '';
  position: absolute;
  left: -200px;
  bottom: 0;
  background-color: #fff;
  height: 4px;
  width: 270px;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row .right .wys h3:after, .services__block .item-row .right .wys h3:after {
    display: none;
  }
}
.projects-sliders__block .item-row:nth-child(even), .services__block .item-row:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.projects-sliders__block .item-row:nth-child(even) .right .wys, .services__block .item-row:nth-child(even) .right .wys {
  margin-right: -400px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row:nth-child(even) .right .wys, .services__block .item-row:nth-child(even) .right .wys {
    margin-right: auto;
    margin-top: -200px;
  }
}
@media (max-width: 700px) {
  .projects-sliders__block .item-row:nth-child(even) .right .wys, .services__block .item-row:nth-child(even) .right .wys {
    margin-top: 0;
  }
}
.projects-sliders__block .item-row:nth-child(even) .right .wys h3:after, .services__block .item-row:nth-child(even) .right .wys h3:after {
  left: auto;
  right: -280px;
}
@media (max-width: 1024px) {
  .projects-sliders__block .item-row:nth-child(even) .right .wys h3:after, .services__block .item-row:nth-child(even) .right .wys h3:after {
    display: none;
  }
}
.bottom-text__block {
  position: relative;
  padding: 80px 0;
  margin-bottom: 170px;
}
@media (max-width: 1024px) {
  .bottom-text__block {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .bottom-text__block {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .bottom-text__block {
    margin-bottom: 60px;
  }
}
.bottom-text__block .bottom-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1530px) {
  .bottom-text__block .bottom-bg {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .bottom-text__block .bottom-bg {
    width: 100%;
  }
}
.bottom-text__block .wys {
  position: relative;
  z-index: 2;
}
.experience__block {
  padding-bottom: 110px;
}
@media (max-width: 1024px) {
  .experience__block {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .experience__block {
    padding-bottom: 60px;
  }
}
.experience__block .item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .experience__block .item-row {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .experience__block .item-row {
    margin-bottom: 60px;
  }
}
.experience__block .item-row:last-child {
  margin-bottom: 0;
}
.experience__block .item-row .left {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
  position: relative;
}
@media (max-width: 1024px) {
  .experience__block .item-row .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.experience__block .item-row .left .experience-image {
  min-height: 830px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1480px) {
  .experience__block .item-row .left .experience-image {
    min-height: 630px;
  }
}
@media (max-width: 1024px) {
  .experience__block .item-row .left .experience-image {
    min-height: 530px;
  }
}
@media (max-width: 768px) {
  .experience__block .item-row .left .experience-image {
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .experience__block .item-row .left .experience-image {
    min-height: 350px;
  }
}
.experience__block .item-row .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .experience__block .item-row .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.experience__block .item-row .right .wys {
  margin-right: auto;
  margin-left: -400px;
  max-width: 700px;
  position: relative;
  z-index: 1;
  background: rgba(232, 226, 211, .9);
  padding: 100px 110px 100px 50px;
}
@media (max-width: 1024px) {
  .experience__block .item-row .right .wys {
    margin-left: auto;
    margin-top: -200px;
  }
}
@media (max-width: 700px) {
  .experience__block .item-row .right .wys {
    margin-top: 0;
    padding: 50px;
  }
}
.experience__block .item-row .right .wys ul li {
  padding: 0 0 20px 50px;
  position: relative;
}
.experience__block .item-row .right .wys ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/check-icon.svg");
}
.experience__block .item-row .right .wys h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.experience__block .item-row .right .wys h3:after {
  content: '';
  position: absolute;
  left: -200px;
  bottom: 0;
  background-color: #fff;
  height: 4px;
  width: 270px;
}
@media (max-width: 1024px) {
  .experience__block .item-row .right .wys h3:after {
    display: none;
  }
}
.elevate-effectiveness__block {
  position: relative;
}
.elevate-effectiveness__block .left-img {
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .elevate-effectiveness__block .left-img {
    display: none;
  }
}
.elevate-effectiveness__block .right-img {
  position: absolute;
  top: 50px;
  right: 0;
}
@media (max-width: 900px) {
  .elevate-effectiveness__block .right-img {
    display: none;
  }
}
.elevate-effectiveness__block .effectiveness-title {
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .elevate-effectiveness__block .effectiveness-title {
    margin-bottom: 30px;
  }
}
.elevate-effectiveness__block .effectiveness-title h3 {
  text-align: center;
  position: relative;
  margin-bottom: 53px;
}
.elevate-effectiveness__block .effectiveness-title h3:before {
  content: '';
  position: absolute;
  bottom: -24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 415px;
  height: 4px;
  background-color: #ffd387;
}
@media (max-width: 480px) {
  .elevate-effectiveness__block .effectiveness-title h3:before {
    width: 100%;
  }
}
.elevate-effectiveness__block .elevate_effectiveness__wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .elevate-effectiveness__block .elevate_effectiveness__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.elevate-effectiveness__block .elevate_effectiveness__wrapper .item {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-basis: 270px;
  flex-basis: 270px;
  max-width: 270px;
  background-color: rgba(255, 211, 135, .2);
  padding: 40px 30px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.elevate-effectiveness__block .elevate_effectiveness__wrapper .item:last-child {
  margin-right: 0;
}
.elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-icon {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h1, .elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h2, .elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h3, .elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h4, .elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h5, .elevate-effectiveness__block .elevate_effectiveness__wrapper .item .item-text h6 {
  padding-bottom: 20px;
}
header .logo {
  margin-left: 68px;
}
@media (max-width: 1280px) {
  header .logo {
    margin-left: 0;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: absolute;
  z-index: 10;
  will-change: transform, opacity;
  width: 100%;
  padding-right: 5.2%;
}
@media (max-width: 960px) {
  header {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  header {
    padding-right: 0;
    position: relative;
  }
}
header > .wrap {
  width: 1920px;
  max-width: 100%;
}
@media (max-width: 960px) {
  header .logo {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  header .logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  header .btn {
    margin-bottom: 10px;
  }
}
header .burger-wrap {
  background: #202b34;
  -webkit-flex-basis: 225px;
  -moz-flex-basis: 225px;
  -ms-flex-basis: 225px;
  flex-basis: 225px;
  height: 125px;
  position: relative;
}
@media (max-width: 960px) {
  header .burger-wrap {
    height: 60px;
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
  }
}
@media (max-width: 768px) {
  header .burger-wrap {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
header .burger-wrap .line {
  position: absolute;
  top: calc(100% + 20px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 1px;
  height: 742px;
  background-color: #202b34;
}
header .burger-wrap .line:after {
  content: '\f107';
  font-family: FontAwesome;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: calc(100% + 20px);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 25px;
  height: 25px;
  border: 2px solid #202b34;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 960px) {
  header .burger-wrap .line {
    display: none;
  }
}
header .mid-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #202b34;
  margin-left: 20px;
  min-height: 125px;
}
@media (max-width: 960px) {
  header .mid-block {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  header .mid-block {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    margin-left: 0;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  padding: 5px 20px;
  color: #181818;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #202b34;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #334554;
  border-bottom: 3px solid #334554;
  background: #202b34;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #475f73;
}
.about-top > .wrap p {
  font-size: 16px;
}
