/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Helvetica";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Thin.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Thin.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-ThinItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-ThinItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-UltraLight.woff") format('woff'), url("../fonts/HelveticaNeueCyr-UltraLight.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-UltraLightItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Light.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-LightItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-LightItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Roman.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-Italic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Italic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-MediumItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-MediumItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-BoldItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-BoldItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Black.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Futura PT";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-BlackItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-BlackItalic.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr-Heavy.woff") format('woff'), url("../fonts/HelveticaNeueCyr-Heavy.woff2") format('woff2');
}
@font-face {
  font-family: "Helvetica";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/HelveticaNeueCyr-HeavyItalic.woff") format('woff'), url("../fonts/HelveticaNeueCyr-HeavyItalic.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: #333;
  font-family: 'Helvetica';
  font-weight: 500;
  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: #d0db01;
  color: #fff;
}
body ::selection {
  background: #d0db01;
  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: 1px solid #e1e1e1;
  background: #fff;
  color: #222;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  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: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: #4c4c4c;
  font-family: 'font_regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  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: #d0db01;
}
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: 700;
  font-family: 'Helvetica';
  padding-bottom: 25px;
  color: #000;
}
h1 {
  font-size: 48px;
  line-height: 1.15;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}
h3 {
  font-size: 24px;
  line-height: 1.15;
}
@media (max-width: 1204px) {
  h3 {
    font-size: 22px;
  }
}
p {
  padding-bottom: 25px;
  line-height: 1.66;
  font-family: 'Helvetica';
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1024px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #d0db01;
  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: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d0db01;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #b8c201;
  }
}
.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: 1140px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #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: #d0db01;
}
.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: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -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 {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
 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 'font_regular', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  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: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 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: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -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);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -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:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.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: #f1b820;
}
.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: #d0db01;
  background: #d0db01;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #d0db01;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #040e1a;
    border-bottom: 3px solid #040e1a;
    background: #1b334d;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -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;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .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: 40px;
    height: 30px;
    cursor: pointer;
    background: #e8f401;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #b8c201;
  }
  .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: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #f2fe11;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #081b2f;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #e8f401;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -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;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.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;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
  will-change: transform, opacity;
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
 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: #d0db01;
}
.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 #f2fe11;
  border-bottom: 3px solid #f2fe11;
  background: #d0db01;
}
.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: #f5fe44;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
.row1535 {
  width: 1550px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
body {
  background-color: #f5f0f0;
}
.header, footer {
  padding: 20px 0;
}
.header .wrapper, footer .wrapper {
  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;
}
@media (max-width: 1140px) {
  .header .wrapper, footer .wrapper {
    display: block;
  }
}
@media (max-width: 1140px) {
  .header .wrapper .left-content, footer .wrapper .left-content {
    text-align: center;
  }
}
.header .wrapper .right-content, footer .wrapper .right-content {
  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;
}
.header .wrapper .right-content .socials-links, footer .wrapper .right-content .socials-links {
  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;
}
@media (max-width: 1140px) {
  .header .wrapper .right-content .socials-links, footer .wrapper .right-content .socials-links {
    display: none;
  }
}
.header .wrapper .right-content .socials-links a, footer .wrapper .right-content .socials-links a {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.header .wrapper .right-content .socials-links a i, footer .wrapper .right-content .socials-links a i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .wrapper .right-content .socials-links a:hover i, footer .wrapper .right-content .socials-links a:hover i {
  color: #d0db01;
}
.header .wrapper .right-content .socials-links a:last-child, footer .wrapper .right-content .socials-links a:last-child {
  margin-right: 0;
}
.header .wrapper .right-content nav, footer .wrapper .right-content nav {
  margin-right: 25px;
}
.header .wrapper .right-content nav > ul > li.current-menu-item > a, footer .wrapper .right-content nav > ul > li.current-menu-item > a {
  color: #d0db01;
}
.header .wrapper .right-content nav > ul > li > a, footer .wrapper .right-content nav > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.header .wrapper .right-content nav > ul > li > a:hover, footer .wrapper .right-content nav > ul > li > a:hover {
  color: #d0db01;
}
.header.bg-if {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header.no-bg, footer {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
}
.header.no-bg .wrapper .right-content .socials-links a, footer .wrapper .right-content .socials-links a {
  color: #000;
}
.header.no-bg .wrapper .right-content nav > ul > li.current-menu-item > a, footer .wrapper .right-content nav > ul > li.current-menu-item > a {
  color: #d0db01;
}
.header.no-bg .wrapper .right-content nav > ul > li > a, footer .wrapper .right-content nav > ul > li > a {
  color: #000;
}
.header.no-bg .wrapper .right-content nav > ul > li > a:hover, footer .wrapper .right-content nav > ul > li > a:hover {
  color: #d0db01;
}
footer {
  box-shadow: 0px -16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 60px 60px 0px 0px;
  position: relative;
  z-index: 5;
}
footer .row1535 {
  margin-bottom: 40px;
}
@media (max-width: 1140px) {
  footer .row1535 {
    margin-bottom: 10px;
  }
}
footer .row1535:last-child {
  margin-bottom: 0;
}
footer p {
  font-size: 14px;
  padding-bottom: 0;
}
.top-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 150px;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 0px 0px 60px 60px;
}
@media (max-width: 576px) {
  .top-banner {
    padding: 138px 0 34px;
  }
}
.top-banner .wys * {
  color: #fff;
}
.top-banner .wys * strong {
  color: #01b4db;
}
.top-banner .wys p {
  font-weight: 500;
  font-size: 14px;
  color: #e5e5e5;
}
.searchform {
  max-width: 620px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 4px 8px rgba(27, 27, 45, 0.15);
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.searchform button {
  border: none;
  background-color: #fff;
  border-radius: 60px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
}
.searchform button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 32px;
  background: #c4c4c4;
}
.searchform input {
  box-shadow: none !important;
  padding: 0 30px;
  border-radius: 60px;
  height: 64px !important;
  border: none;
  font-weight: 500;
  font-size: 14px !important;
  color: #5d5d5f !important;
  background-color: #fff !important;
}
.searchform input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5f;
}
.wpcf7 .wpcf7-not-valid-tip {
  height: 48px;
  line-height: 48px;
  border-radius: 60px;
}
.icon-block {
  padding: 120px 0 90px;
  background: #d0db01;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 60px;
  position: relative;
  z-index: 3;
  margin-bottom: -30px;
}
.icon-block .row1535 {
  width: 1200px;
}
@media (max-width: 1140px) {
  .icon-block {
    padding: 60px 0;
  }
}
.icon-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -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;
}
.icon-block .wrapper .item {
  -webkit-flex-basis: 23%;
  -moz-flex-basis: 23%;
  -ms-flex-basis: 23%;
  flex-basis: 23%;
  width: 23%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .icon-block .wrapper .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
@media (max-width: 420px) {
  .icon-block .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .icon-block .wrapper .item .icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.icon-block .wrapper .item .icon {
  width: 120px;
  height: 120px;
  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;
  background: #000;
  border-radius: 50%;
  margin-bottom: 30px;
}
.icon-block .wrapper .item .icon img {
  max-width: 44px;
  height: auto;
}
.icon-block .wrapper .item .wys h3 {
  padding-bottom: 15px;
}
.icon-block .wrapper .item .wys p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5f;
}
form input[type='text'], form input[type='number'], form input[type='email'], form input[type='password'], form input[type='search'], form input[type='tel'], form textarea {
  background: #fafafa;
  box-shadow: 0px 4px 8px rgba(27, 27, 45, 0.15);
  height: 48px;
  padding: 0 30px;
  border-radius: 60px;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5f;
}
form input[type='text']::placeholder, form input[type='number']::placeholder, form input[type='email']::placeholder, form input[type='password']::placeholder, form input[type='search']::placeholder, form input[type='tel']::placeholder, form textarea::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5f;
}
form textarea {
  height: 87px;
  padding: 17px;
  border-radius: 20px;
}
form input[type='submit'] {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #000;
  border-radius: 60px;
  padding: 20px 60px;
  border: 1px solid transparent;
  -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;
  margin-top: 30px;
}
form input[type='submit']:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.contact-block {
  padding: 170px 0 200px;
  margin-bottom: -40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1140px) {
  .contact-block {
    padding: 94px 0 102px;
  }
}
.contact-block .wys h2 {
  padding-bottom: 17px;
}
.contact-block .wys p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.contact-block .wys form {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .contact-block .wys form {
    margin-top: 10px;
  }
}
.contact-block .wys form .flex-wrap {
  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-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 420px) {
  .contact-block .wys form .flex-wrap {
    display: block;
  }
}
.contact-block .wys form .flex-wrap > label {
  display: block;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  width: 49%;
  margin-bottom: 15px;
}
@media (max-width: 420px) {
  .contact-block .wys form .flex-wrap > label {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.center-btn {
  text-align: center;
}
.breadcrumbs {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 40px 0;
}
.breadcrumbs a {
  font-weight: 500;
  font-size: 16px;
  color: #89898c;
  margin: 10px 0;
}
.breadcrumbs span.post {
  color: #01b4db;
  margin: 10px 0;
  position: relative;
  margin-left: 17px;
}
.breadcrumbs span.post:before {
  content: '>';
  font-size: 16px;
  color: #89898c;
  margin-right: 15px;
}
.global-content {
  padding: 140px 0 90px;
  background-color: #fff;
  margin-bottom: -40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .global-content {
    padding: 90px 0 70px;
  }
}
.global-content .blocks {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .global-content .blocks {
    margin-bottom: 40px;
  }
}
.global-content .blocks .wrapper {
  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;
}
@media (max-width: 768px) {
  .global-content .blocks .wrapper {
    display: block;
  }
}
.global-content .blocks .wrapper .left-content {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-basis: 55%;
  flex-basis: 55%;
  width: 55%;
}
@media (max-width: 768px) {
  .global-content .blocks .wrapper .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.global-content .blocks .wrapper .right-content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  margin-right: -201px;
}
@media (max-width: 768px) {
  .global-content .blocks .wrapper .right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .global-content .blocks .wrapper .right-content {
    margin-right: -140px;
  }
}
@media (max-width: 1024px) {
  .global-content .blocks .wrapper .right-content {
    margin-right: -60px;
  }
}
@media (max-width: 768px) {
  .global-content .blocks .wrapper .right-content {
    margin-right: 0;
  }
}
.global-content .blocks:nth-child(even) .wrapper {
  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;
}
.global-content .blocks:nth-child(even) .wrapper .right-content {
  margin-left: -201px;
}
@media (max-width: 1600px) {
  .global-content .blocks:nth-child(even) .wrapper .right-content {
    margin-left: -140px;
  }
}
@media (max-width: 1024px) {
  .global-content .blocks:nth-child(even) .wrapper .right-content {
    margin-left: -60px;
  }
}
@media (max-width: 768px) {
  .global-content .blocks:nth-child(even) .wrapper .right-content {
    margin-left: 0;
  }
}
.global-content .block {
  max-width: 1220px;
  margin: 0 auto;
}
.contact-us {
  padding: 20px 0 40px;
}
.contact-us h2 {
  padding-bottom: 50px;
}
@media (max-width: 1140px) {
  .contact-us h2 {
    padding-bottom: 35px;
  }
}
.contact-us .row1535 {
  width: 1840px;
}
.contact-us .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .contact-us .wrapper {
    display: block;
  }
}
.contact-us .wrapper > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  width: 49%;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 60px;
}
@media (max-width: 1024px) {
  .contact-us .wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.contact-us .wrapper > div img {
  border-radius: 60px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact-us .wrapper .left-content {
  background-color: #fff;
  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;
  padding: 80px 160px;
}
@media (max-width: 1500px) {
  .contact-us .wrapper .left-content {
    padding: 80px 120px;
  }
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content {
    padding: 50px 80px;
  }
}
@media (max-width: 1024px) {
  .contact-us .wrapper .left-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content {
    padding: 35px 40px;
  }
}
.contact-us .wrapper .left-content .socials-links {
  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;
}
.contact-us .wrapper .left-content .socials-links a {
  font-weight: 700;
  font-size: 24px;
  color: #5d5d5f;
  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;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 527px) {
  .contact-us .wrapper .left-content .socials-links a {
    font-size: 18px;
  }
}
.contact-us .wrapper .left-content .socials-links a:hover {
  color: #d0db01;
  text-decoration: none;
}
@media (max-width: 1140px) {
  .contact-us .wrapper .left-content .socials-links a {
    margin-bottom: 25px;
  }
}
.contact-us .wrapper .left-content .socials-links a span {
  width: 50px;
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-right: 20px;
}
.contact-us .wrapper .left-content .socials-links a i {
  font-size: 50px;
}
@media (max-width: 576px) {
  .contact-us .wrapper .left-content .socials-links a i {
    font-size: 35px;
  }
}
a.button {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  background: #d0db01;
  border-radius: 60px;
  padding: 20px 60px;
  border: 1px solid transparent;
  -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;
  margin-top: 10px;
  display: inline-block;
}
a.button:hover {
  background-color: #fff;
  border: 1px solid #d0db01;
  color: #d0db01;
  text-decoration: none;
}
.author-content {
  background-color: #fff;
  padding: 90px 0 150px;
  margin-bottom: -45px;
}
@media (max-width: 1024px) {
  .author-content {
    padding: 60px 0 90px;
  }
}
.author-content h2 {
  text-align: center;
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .author-content h2 {
    padding-bottom: 35px;
  }
}
.author-content .row1535 {
  width: 1700px;
}
.author-content .authors-list-items {
  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;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col {
  display: block;
  float: none;
  -webkit-flex-basis: 13%;
  -moz-flex-basis: 13%;
  -ms-flex-basis: 13%;
  flex-basis: 13%;
  width: 13%;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .author-content .authors-list-cols-dir-horizontal .authors-list-col {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-basis: 24%;
    flex-basis: 24%;
    width: 24%;
  }
}
@media (max-width: 420px) {
  .author-content .authors-list-cols-dir-horizontal .authors-list-col {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col:hover .authors-list-item-title a {
  color: #000;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col .authors-list-item-thumbnail a {
  display: block;
  text-align: center;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col .authors-list-item-thumbnail img {
  width: 210px;
  object-fit: cover;
  -o-object-fit: cover;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col .authors-list-item-link {
  display: none;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col .authors-list-item-title {
  text-align: center;
}
.author-content .authors-list-cols-dir-horizontal .authors-list-col .authors-list-item-title a {
  font-weight: 700;
  font-size: 24px;
  color: #5d5d5f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home {
  background-color: #f5f0f0;
}
.home .global-content {
  background-color: #e5e5e5;
}
.home .author-content-wrap {
  width: 1850px;
  margin-top: 50px;
}
.home .author-content-wrap .author-content {
  background: #fff;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 60px;
  padding: 52px 40px 57px;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs div {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  background: none;
}
.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.active {
  display: inherit;
}
.global-post {
  padding: 50px 0 30px;
}
.global-post .row1535 {
  width: 1850px;
}
.global-post .tabs {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .global-post .tabs {
    display: block;
    margin-bottom: 20px;
  }
}
.global-post .tabs .tab-title {
  font-weight: 700;
  font-size: 36px;
  color: #89898c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .global-post .tabs .tab-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .global-post .tabs .tab-title {
    text-align: center;
    display: block;
  }
}
.global-post .tabs .tab-title.active {
  color: #000;
}
.global-post .list-category {
  margin-bottom: 40px;
}
.global-post .list-category ul {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
.global-post .list-category ul li {
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 3.5px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 60px;
  margin-bottom: 3.5px;
}
.global-post .list-category ul li.current-cat {
  background-color: #01b4db;
}
.global-post .list-category ul li.current-cat a {
  color: #fff;
  text-decoration: none;
}
.global-post .list-category ul li:hover {
  background-color: #01b4db;
}
.global-post .list-category ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.global-post .list-category ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-post .list-posts {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 1em;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1140px) {
  .global-post .list-posts {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .global-post .list-posts {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .global-post .list-posts {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.global-post .list-posts .item {
  break-inside: avoid;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  margin-bottom: 15px;
  border-radius: 20px;
}
.global-post .list-posts .item h3 {
  padding-bottom: 10px;
}
.global-post .list-posts .item .image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.global-post .list-posts .item .cat-list {
  margin-bottom: 10px;
}
.global-post .list-posts .item .cat-list a {
  font-weight: 700;
  font-size: 14px;
  color: #01b4db;
  margin-right: 7px;
}
.global-post .list-posts .item .image {
  border-radius: 20px 20px 0px 0px;
}
.global-post .list-posts .item .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #5d5d5f;
}
.global-post .list-posts .item .content-post {
  position: relative;
  z-index: 3;
  margin-top: -25px;
  background: #fff;
  border-radius: 20px;
  display: block;
  padding: 30px 40px;
}
@media (max-width: 1400px) {
  .global-post .list-posts .item .content-post {
    padding: 30px 23px;
  }
}
.global-post .commentlist {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 1em;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1140px) {
  .global-post .commentlist {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .global-post .commentlist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .global-post .commentlist {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.global-post .commentlist > li {
  break-inside: avoid;
  background: #fff;
  box-shadow: 0px 16px 19px rgba(93, 93, 95, 0.15);
  border-radius: 20px;
  padding: 34px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .global-post .commentlist > li {
    padding: 20px;
    padding-bottom: 10px;
  }
}
.global-post .commentlist > li .commentmetadata {
  display: none;
}
.global-post .commentlist > li .fn {
  font-size: 24px;
  font-style: normal;
  color: #89898c;
}
@media (max-width: 1600px) {
  .global-post .commentlist > li .fn {
    font-size: 20px;
  }
}
.global-post .commentlist > li .comment-author {
  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;
  margin-bottom: 20px;
}
.global-post .commentlist > li .reply a {
  font-weight: 700;
  font-size: 14px;
  color: #5d5d5f;
}
.global-post .commentlist > li .avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
  margin-right: 26px;
}
@media (max-width: 1600px) {
  .global-post .commentlist > li .avatar {
    margin-right: 15px;
    width: 80px;
    height: 80px;
  }
}
.global-post .commentlist > li .comment-body > p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #acacaf;
  padding-bottom: 12px;
}
.global-post .commentlist > li .says {
  display: none;
}
.wp-pagenavi {
  border-top: none;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: transparent !important;
  border: none !important;
}
.wp-pagenavi a {
  color: #000 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
.wp-pagenavi a:hover {
  color: #d0db01 !important;
}
.wp-pagenavi span {
  color: #89898c !important;
  font-weight: bold !important;
  font-size: 18px !important;
  text-decoration: underline !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: none;
}
.comment-respond .required {
  display: none;
}
.comment-respond form > div {
  margin-bottom: 20px;
}
.comment-respond form .comment-form-url label {
  display: none;
}
.single h1 {
  text-align: center;
}
.single .category {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.single .category a {
  font-weight: 700;
  font-size: 14px;
  color: #01b4db;
  margin-right: 7px;
}
.single .author {
  text-align: center;
  margin-bottom: 25px;
}
.single .gg-img {
  margin: 0 auto;
  margin-bottom: 30px;
}
