/* FONTS
 ========================================================================== */
/* 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: "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: #4899ff;
  color: #fff;
}
body ::selection {
  background: #4899ff;
  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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: "Montserrat", 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: #4899ff;
}
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;
  color: #0b0d58;
  padding-bottom: 20px;
}
h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.04em;
}
@media (max-width: 576px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
h2 {
  font-size: 36px;
  line-height: 44px;
}
h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
h4, h5, h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
p {
  font-size: 14px;
  line-height: 26px;
  color: #545584;
  padding-bottom: 20px;
}
a {
  color: #4899ff;
  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: 1024px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #4899ff;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #2f8bff;
  }
}
.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: 1024px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1024px) {
  #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: #4899ff;
}
.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;
}
.wys ul li {
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #545584;
  padding-bottom: 20px;
  position: relative;
}
.wys ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: #0b0d58;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.wys ol li {
  font-size: 14px;
  line-height: 26px;
  color: #545584;
  padding-bottom: 10px;
}
/* ==========================================================================
 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: 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: #4899ff;
  background: #4899ff;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1024px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 999999999;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
    margin-top: 16px;
  }
  .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: 24px;
    height: 2px;
    background-color: #fff;
    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: 75px solid #0d0e54;
    border-bottom: 3px solid #0d0e54;
    background: #05062b;
    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: #62a7ff;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #2f8bff;
  }
  .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: #7bb5ff;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #0d0e54;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0;
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #62a7ff;
  }
  .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, 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: 1024px) 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
 ========================================================================== */
#wrap {
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
header.act {
  background: rgba(8, 10, 73, 0.7);
  padding: 10px 0;
}
@media (max-width: 1024px) {
  header {
    position: relative;
  }
}
header .row {
  height: 120px;
}
@media (max-width: 1024px) {
  header .row {
    height: 40px;
  }
}
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: #4899ff;
}
.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 #7bb5ff;
  border-bottom: 3px solid #7bb5ff;
  background: #4899ff;
}
.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: #aed2ff;
}
/* ==========================================================================
 Global
 ========================================================================== */
.row1170 {
  width: 1170px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.header {
  background: #0b0d58;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 15px 0;
  }
}
.header .wrapper {
  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;
}
.header .wrapper .right-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .wrapper .right-content .button {
    display: none;
  }
}
.header .wrapper .left-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 .left-content #logo {
  display: block;
  margin-right: 47px;
}
.header .wrapper .left-content nav {
  margin-bottom: -15px;
}
.header .wrapper .left-content nav > ul > li > a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  -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 .left-content nav > ul > li > a:hover {
  color: #4899ff;
}
.button {
  display: inline-block;
  padding: 15px 40px;
  background: #4899ff;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  border: 2px solid transparent;
}
.button:hover {
  background: #fff;
  border-color: #4899ff;
  color: #4899ff;
  text-decoration: none;
}
footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0 140px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  footer {
    padding: 66px 0;
  }
}
footer #logo {
  margin-top: -20px;
  display: block;
}
@media (max-width: 767px) {
  footer #logo {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
footer .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;
}
@media (max-width: 800px) {
  footer .wrapper {
    -webkit-flex-wrap: Wrap;
    -moz-flex-wrap: Wrap;
    flex-wrap: Wrap;
    -ms-flex-wrap: Wrap;
  }
}
@media (max-width: 767px) {
  footer .wrapper {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
footer .top-footer {
  margin-bottom: 36px;
  padding-top: 93px;
  border-top: 1px solid rgba(72, 153, 255, 0.5);
}
@media (max-width: 767px) {
  footer .top-footer {
    padding-top: 67px;
  }
}
footer .button {
  filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.45));
}
@media (max-width: 1024px) {
  footer .button {
    font-size: 12px;
  }
}
footer .social {
  padding-top: 99px;
}
@media (max-width: 800px) {
  footer .social {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer .social {
    margin-top: 50px;
  }
}
footer .social a {
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .social a i {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .social a:last-child {
  margin-right: 0;
}
footer .social a path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .social a:hover {
  text-decoration: none;
}
footer .social a:hover i {
  color: #fff;
}
footer .social a:hover svg path {
  fill: #fff;
}
footer h3 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  footer h3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer h3 {
    font-size: 14px;
  }
}
footer h4 {
  color: #d4e0eb;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  footer h4 {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer h4 {
    font-size: 24px;
  }
}
footer .column:nth-child(3) {
  margin-top: 17px;
}
@media (max-width: 1024px) {
  footer .column:nth-child(3) {
    margin-top: 0;
  }
}
footer .column:nth-child(2) {
  margin-top: 13px;
}
@media (max-width: 1024px) {
  footer .column:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer .column .wys {
    margin-top: 30px;
  }
}
footer ul {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  footer ul {
    margin-top: 0;
  }
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
footer ul.level_a {
  margin-top: 0px;
}
footer ul.level_a li {
  margin-bottom: 15px;
}
footer ul.level_a li a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  footer ul.level_a li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer ul.level_a li a {
    font-size: 14px;
  }
}
footer .bottom-footer .wys p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0;
  line-height: 2;
}
.home footer {
  padding: 30px 0 90px;
}
body {
  padding-top: 102px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 0;
  }
}
.home {
  padding-top: 0;
}
.home .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .header.act {
  background: rgba(8, 10, 73, 0.7);
}
@media (max-width: 1024px) {
  .home .header {
    position: absolute;
  }
  .home .header.act {
    background: transparent;
  }
}
.home .top-banner {
  padding: 219px 0 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 576px) {
  .home .top-banner {
    padding: 240px 0 60px;
    background-position: 87%;
  }
}
.home .top-banner .wys {
  max-width: 630px;
}
.home .top-banner .wys h1 {
  color: #fff;
  padding-bottom: 9px;
}
.home .top-banner .wys h4 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4899ff;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .home .top-banner .wys h4 {
    font-size: 18px;
  }
}
.home .top-banner .wys p {
  color: #fff;
}
.home .top-banner .wrapper-button {
  margin-top: 10px;
  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: 576px) {
  .home .top-banner .wrapper-button {
    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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.home .top-banner .wrapper-button .button {
  margin-right: 40px;
}
@media (max-width: 576px) {
  .home .top-banner .wrapper-button .button {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.home .top-banner .video-button {
  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-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 14px;
}
.home .top-banner .video-button path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home .top-banner .video-button svg {
  margin-right: 8px;
}
.home .top-banner .video-button:hover {
  text-decoration: none;
  color: #fff;
}
.home .top-banner .video-button:hover path {
  fill: #fff;
}
.image-text-section-1 {
  margin: 55px 0 87px;
}
@media (max-width: 767px) {
  .image-text-section-1 {
    margin: 30px 0 90px;
  }
}
@media (max-width: 576px) {
  .image-text-section-1 {
    overflow: hidden;
  }
}
.image-text-section-1 .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -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: 767px) {
  .image-text-section-1 .wrapper {
    display: block;
  }
}
.image-text-section-1 .wrapper .left-content {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .image-text-section-1 .wrapper .left-content {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .image-text-section-1 .wrapper .left-content img {
    margin-bottom: 25px;
  }
}
.image-text-section-1 .wrapper .right-content {
  max-width: 690px;
  width: 100%;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .image-text-section-1 .wrapper .right-content {
    padding-bottom: 0;
  }
}
.image-text-section-1 .wrapper .right-content .wys {
  max-width: 570px;
}
@media (max-width: 767px) {
  .image-text-section-1 .wrapper .right-content .wys {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
}
.image-text-section-2 {
  margin: 77px 0 185px;
}
@media (max-width: 1024px) {
  .image-text-section-2 {
    margin: 90px 0 20px;
  }
}
.image-text-section-2 .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -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) {
  .image-text-section-2 .wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .image-text-section-2 .wrapper .right-content {
    display: none;
  }
}
.image-text-section-2 .wrapper > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 1024px) {
  .image-text-section-2 .wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .image-text-section-2 .wrapper > div .image-mobile {
    display: block !important;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .image-text-section-2 .wrapper > div .image-mobile img {
    height: 345px;
    width: auto;
    margin: 0 auto;
  }
}
.image-text-section-2 .wrapper .wys p {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .image-text-section-2 .wrapper .wys p {
    padding-bottom: 20px;
  }
}
.image-text-section-2 .wrapper .wys-q {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .image-text-section-2 .wrapper .wys-q {
    padding-bottom: 20px;
  }
}
.image-text-section-2 .wrapper .wys-q p {
  padding-bottom: 0;
  border-left: 4px solid #0b0d58;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .image-text-section-2 .wrapper .wys-q p {
    padding-left: 13px;
  }
}
.image-text-section-3 {
  margin: 185px 0 80px;
}
@media (max-width: 1024px) {
  .image-text-section-3 {
    margin: 20px 0 45px;
  }
}
.image-text-section-3 .el-p {
  position: absolute;
  margin-left: -130px;
  margin-top: -48px;
}
@media (max-width: 1024px) {
  .image-text-section-3 .el-p {
    height: 385px;
    top: 100px;
    margin-left: -40px;
  }
}
.image-text-section-3 .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;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .image-text-section-3 .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.image-text-section-3 .wrapper > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 1024px) {
  .image-text-section-3 .wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.image-text-section-3 .wrapper .wys p {
  padding-bottom: 30px;
}
.image-text-section-3 .wrapper .wys p:last-child {
  padding-bottom: 0;
}
.image-text-section-3 .wrapper .wys p strong {
  font-weight: 600;
}
.image-text-section-3 .right-content {
  text-align: center;
}
@media (max-width: 1024px) {
  .image-text-section-3 .right-content {
    text-align: right;
  }
}
.image-text-section-3 .right-content img {
  margin-top: -25px;
  margin-right: -90px;
}
@media (max-width: 1024px) {
  .image-text-section-3 .right-content img {
    margin-right: 0;
    margin-top: 0;
  }
}
.sections-slider .wrapper-slider {
  margin: 40px 0 100px;
}
@media (max-width: 576px) {
  .sections-slider .wrapper-slider {
    display: block !important;
  }
}
.sections-slider .wrapper-slider .swiper {
  padding-bottom: 20px;
}
.sections-slider .wrapper-slider .swiper .swiper-pagination {
  bottom: 0;
}
.sections-slider .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d4e0eb;
  opacity: 1;
  margin: 0 6px;
}
.sections-slider .wrapper-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4899ff;
}
@media (max-width: 576px) {
  .sections-slider .wrapper-section {
    display: none;
  }
}
.sections-slider .section {
  margin: 33px 0 59px;
}
@media (max-width: 1024px) {
  .sections-slider .section {
    margin: 20px 0 40px;
  }
}
@media (max-width: 576px) {
  .sections-slider .section {
    margin: 0;
  }
}
.sections-slider .section: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;
}
@media (max-width: 576px) {
  .sections-slider .section:nth-child(even) .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.sections-slider .section .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: 576px) {
  .sections-slider .section .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.sections-slider .section .wrapper .wys p {
  max-width: 370px;
}
.sections-slider .section .wrapper > div.left-content {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 576px) {
  .sections-slider .section .wrapper > div.left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.sections-slider .section .wrapper > div.right-content {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%;
  width: 49%;
}
@media (max-width: 576px) {
  .sections-slider .section .wrapper > div.right-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.sections-slider .section .wrapper .right-content {
  text-align: center;
}
.image-text-section-4 {
  margin: 50px 0 130px;
  padding-bottom: 40px;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .image-text-section-4 {
    margin: 90px 0 50px;
  }
}
.image-text-section-4 .el {
  position: absolute;
  right: 0;
  margin-right: -150px;
  margin-top: -135px;
}
@media (max-width: 1024px) {
  .image-text-section-4 .el {
    display: none;
  }
}
@media (max-width: 576px) {
  .image-text-section-4 img {
    width: 234px;
    height: 234px;
    object-fit: cover;
    object-position: center;
  }
}
.image-text-section-4 .wys {
  max-width: 580px;
  margin: 0 auto;
}
.image-text-section-4 .wys p {
  padding-bottom: 30px;
}
.image-text-section-5 {
  margin: 153px 0 100px;
}
@media (max-width: 1024px) {
  .image-text-section-5 {
    margin: 90px 0 50px;
  }
}
.image-text-section-5 .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;
}
@media (max-width: 1024px) {
  .image-text-section-5 .wrapper {
    display: block;
  }
}
.image-text-section-5 .wrapper .left-content {
  max-width: 370px;
  width: 100%;
}
@media (max-width: 1024px) {
  .image-text-section-5 .wrapper .left-content {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .image-text-section-5 .wrapper .left-content p {
    padding-bottom: 45px;
  }
}
.image-text-section-5 .wrapper .right-content {
  max-width: 750px;
  width: 100%;
  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: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: Wrap;
  -moz-flex-wrap: Wrap;
  flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .image-text-section-5 .wrapper .right-content {
    padding-top: 0;
    max-width: 100%;
  }
}
.image-text-section-5 .wrapper .right-content .item {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-basis: 47%;
  flex-basis: 47%;
  width: 47%;
  margin: 0 1.5%;
  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: 47px;
}
@media (max-width: 576px) {
  .image-text-section-5 .wrapper .right-content .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .image-text-section-5 .wrapper .right-content .item:last-child {
    margin-bottom: 0;
  }
}
.image-text-section-5 .wrapper .right-content .item:last-child {
  margin-bottom: 0;
}
.image-text-section-5 .wrapper .right-content .item .icon {
  margin-right: 20px;
  width: 44px;
  height: 44px;
}
.image-text-section-5 .wrapper .right-content .item .icon img {
  width: 100%;
}
.image-text-section-5 .wrapper .right-content .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.image-text-section-5 .wrapper .right-content .item h4 {
  padding-bottom: 0;
}
@media (max-width: 1170px) {
  .image-text-section-5 .wrapper .right-content .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .image-text-section-5 .wrapper .right-content .item h4 {
    font-size: 18px;
  }
}
.testimonials {
  padding: 160px 0 120px;
  background: rgba(212, 224, 235, 0.4);
}
@media (max-width: 1450px) {
  .testimonials {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .testimonials {
    padding: 60px 0 80px;
  }
}
.testimonials .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;
}
@media (max-width: 1024px) {
  .testimonials .wrapper {
    display: block;
  }
}
.testimonials .wrapper .left-content {
  max-width: 405px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.testimonials .wrapper .right-content {
  max-width: 670px;
  width: 100%;
  position: relative;
}
.testimonials .wrapper .right-content .swiper {
  position: relative;
  z-index: 3;
}
.testimonials .wrapper .right-content p {
  padding-bottom: 30px;
}
.testimonials .wrapper .right-content h3 {
  font-size: 18px;
  font-weight: 500;
}
.testimonials .wrapper .right-content .el-1 {
  position: absolute;
  left: -142px;
  top: -135px;
}
@media (max-width: 1024px) {
  .testimonials .wrapper .right-content .el-1 {
    top: -42px;
    left: 0;
    width: 91px;
    height: 91px;
  }
}
.testimonials .wrapper .right-content .el-2 {
  position: absolute;
  right: -133px;
  bottom: -90px;
}
@media (max-width: 1024px) {
  .testimonials .wrapper .right-content .el-2 {
    bottom: 70px;
    right: 0;
    width: 91px;
    height: 91px;
  }
}
.testimonials .swiper-pagination {
  left: 0;
  bottom: 50px;
  right: auto;
  width: auto;
}
@media (max-width: 1024px) {
  .testimonials .swiper-pagination {
    bottom: -32px;
  }
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d4e0eb;
  opacity: 1;
  margin: 0 6px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4899ff;
}
.our-latest {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .our-latest {
    margin-bottom: 112px;
  }
}
.our-latest .swiper {
  padding-bottom: 62px;
}
.our-latest .swiper-pagination {
  left: 0;
  bottom: 0px;
  right: auto;
  width: auto;
}
.our-latest .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #545584;
  opacity: 1;
  margin: 0 6px;
}
.our-latest .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4899ff;
}
.our-latest h2 {
  color: #d4e0eb;
  font-weight: 800;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .our-latest h2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-latest .wrapper-posts-slider {
    display: block !important;
  }
}
.our-latest .wrapper-posts-slider .item h4 {
  color: #d4e0eb;
  padding-bottom: 13px;
}
.our-latest .wrapper-posts-slider .item p {
  padding-bottom: 15px;
  color: #d4e0eb;
}
.our-latest .wrapper-posts-slider .item a {
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.our-latest .wrapper-posts-slider .item a svg {
  margin-left: 7px;
}
.our-latest .wrapper-posts-slider .item a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-latest .wrapper-posts-slider .item a:hover {
  text-decoration: none;
  color: #fff;
}
.our-latest .wrapper-posts-slider .item a:hover path {
  fill: #fff;
}
.our-latest .wrapper-posts {
  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-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: 767px) {
  .our-latest .wrapper-posts {
    display: none;
  }
}
.our-latest .wrapper-posts .item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  width: 31%;
}
.our-latest .wrapper-posts .item h4 {
  color: #d4e0eb;
  padding-bottom: 13px;
}
.our-latest .wrapper-posts .item p {
  padding-bottom: 15px;
  color: #d4e0eb;
}
.our-latest .wrapper-posts .item a {
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.our-latest .wrapper-posts .item a svg {
  margin-left: 7px;
}
.our-latest .wrapper-posts .item a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-latest .wrapper-posts .item a:hover {
  text-decoration: none;
  color: #fff;
}
.our-latest .wrapper-posts .item a:hover path {
  fill: #fff;
}
.form-block {
  padding: 160px 0 90px;
}
@media (max-width: 767px) {
  .form-block {
    margin: 100px 0 60px;
  }
}
.form-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;
}
.form-block .wrapper .left-content {
  max-width: 366px;
  width: 100%;
}
.form-block .wrapper .left-content h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.04em;
  color: #fff;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .form-block .wrapper .left-content h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
  }
}
.form-block .wrapper .right-content {
  max-width: 730px;
  width: 100%;
}
.b24-form-wrapper {
  position: static;
}
.b24-form > div {
  background: #01013d;
  box-shadow: 0px 13px 31px rgba(0, 0, 0, 0.267974);
  border-radius: 4px;
  padding: 40px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .b24-form > div {
    padding: 20px;
  }
}
.b24-form > div div {
  padding: 0;
  background: transparent;
}
.b24-form > div .b24-form-header-title {
  text-align: left;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  padding-bottom: 10px;
}
.b24-form > div .b24-form-btn {
  width: auto;
  display: inline-block;
  padding: 15px 40px;
  background: #4899ff;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  border: 2px solid transparent;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
  line-height: 1;
}
.b24-form form > div {
  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;
}
.b24-form form .b24-form-control-label {
  font-size: 14px;
  color: #d4e0eb;
  padding-left: 0 !important;
}
.b24-form form .b24-form-control-not-empty + .b24-form-control-label {
  display: none;
}
.b24-form form .b24-form-field {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
}
@media (max-width: 767px) {
  .b24-form form .b24-form-field {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}
.b24-form form .b24-form-field input, .b24-form form .b24-form-field textarea {
  padding: 10px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #d4e0eb;
  border: none !important;
  border-radius: 0 !important;
  background: transparent;
  border-bottom: 0.5px solid #d4e0eb !important;
  width: 100%;
  height: 40px !important;
  min-height: auto !important;
  resize: none !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b24-form form .b24-form-field input:focus, .b24-form form .b24-form-field textarea:focus {
  border-color: #d4e0eb;
  background: transparent;
}
.b24-form form .b24-form-field input::placeholder, .b24-form form .b24-form-field textarea::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #d4e0eb !important;
}
.b24-form-header {
  border-bottom: none !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none !important;
}
.b24-form-wrapper.b24-form-shadow {
  box-shadow: none !important;
  position: static !important;
}
.b24-form-state-container .b24-form-success {
  background: #01013d !important;
}
.b24-form-success .b24-form-state-text p {
  font-family: "Montserrat" !important;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.b24-form-control-alert .b24-form-control-alert-message {
  top: 47px !important;
}
.b24-form-control-alert .b24-form-control-alert-message:before, .b24-form-control-alert .b24-form-control-alert-message:after {
  display: none !important;
}
.b24-form-control-alert-message:before {
  display: none !important;
}
.b24-from-state-on .b24-form-state-container {
  height: 100%;
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  background: #01013d;
  font-size: 14px;
  text-align: left;
  font-family: Montserrat;
  border-bottom: 1px solid #ff5f5f;
}
#wrap {
  overflow: hidden;
}
@media only screen and (max-width: 1170px) {
  /*CSS transitions*/
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
#form:focus {
  outline: none;
  border: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.logos-section {
  margin: 150px 0 200px;
}
@media (max-width: 1024px) {
  .logos-section {
    margin: 65px 0;
  }
}
.logos-section h3 {
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .logos-section h3 {
    padding-bottom: 30px;
  }
}
.logos-section .wrapper-logos {
  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;
}
.logos-section .wrapper-logos a {
  display: inline-block;
  margin: 15px;
}
.acc .item {
  position: relative;
  margin-bottom: 10px;
}
.acc .item h3 {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d4e0eb;
  padding-right: 30px;
}
.acc .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc .item h3 span:before, .acc .item h3 span:after {
  content: "";
  background-color: #878a92;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item h3 span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item h3.active span:before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  background-color: #4899ff;
}
.acc .item h3.active span:after {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: #4899ff;
}
.acc .item .info {
  display: none;
}
.page-style {
  padding-bottom: 200px;
}
.page-style .row1170 {
  -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: 1280px) {
  .page-style .row1170 {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
  .page-style .row1170 > img {
    margin-left: auto;
  }
}
@media (max-width: 375px) {
  .page-style .row1170 > img {
    max-width: 175px;
  }
}
.page-style .content-page {
  max-width: 770px;
  width: 100%;
  margin: 50px 0;
}
.page-style .content-page .wys {
  margin-top: 15px;
}
.page-style .content-page .wys h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #545584;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .page-style .content-page {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .page-style .content-page {
    margin-top: -84px;
  }
}
@media (max-width: 375px) {
  .page-style .content-page h2 {
    max-width: 245px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
  }
}
footer.lets-footer-f {
  overflow: visible;
}
@media (max-width: 1024px) {
  footer.lets-footer-f {
    padding: 160px 0 66px;
  }
}
footer.lets-footer-f .lets-footer {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  footer.lets-footer-f .lets-footer {
    margin-bottom: 60px;
  }
}
footer.lets-footer-f .lets-footer .center-img {
  margin-top: -314px;
  margin-bottom: 55px;
}
footer.lets-footer-f .lets-footer h2 {
  padding-bottom: 25px;
}
footer.lets-footer-f .lets-footer a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  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;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
footer.lets-footer-f .lets-footer a:hover {
  text-decoration: none;
}
footer.lets-footer-f .lets-footer a span {
  margin-right: 5px;
  padding-bottom: 6px;
  margin-bottom: -8px;
  border-bottom: 5px solid #e0115f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.lets-footer-f .lets-footer a:hover span {
  border-bottom-color: #fff;
}
.tpl-about #wrap {
  position: relative;
}
.tpl-about #wrap:before {
  content: "";
  background: url("../img/Vector2.png");
  width: 567px;
  height: 1257px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .tpl-about #wrap:before {
    display: none;
  }
}
.about-content {
  margin: 30px 0;
}
.about-content .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.about-content .wrapper img {
  border-radius: 4px;
  width: 770px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .about-content .wrapper {
    display: block;
  }
  .about-content .wrapper .right-content {
    text-align: center;
  }
  .about-content .wrapper .right-content img {
    width: auto;
    height: auto;
  }
}
.about-content .wrapper h2 {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .about-content .wrapper h2 {
    padding-bottom: 30px;
  }
}
.about-flexible {
  padding-bottom: 230px;
}
.about-flexible .text-block {
  margin: 50px 0;
}
.about-flexible .text-block .wys {
  max-width: 770px;
}
.about-flexible .text-block .wys p:last-child {
  padding-bottom: 0;
}
.about-flexible .video-block {
  margin: 50px 0;
}
.about-flexible .video-block .item-video {
  max-width: 770px;
  width: 100%;
  display: block;
  position: relative;
}
.about-flexible .video-block .item-video video {
  width: 100%;
  object-fit: cover;
  height: 449px;
}
@media (max-width: 1024px) {
  .about-flexible .video-block .item-video video {
    height: 300px;
  }
}
.about-flexible .video-block .item-video .play-v {
  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%);
}
.about-flexible .gallery-block {
  margin: 50px 0;
}
.about-flexible .gallery-block .wrapper {
  max-width: 770px;
  -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 -1%;
  width: 102%;
}
.about-flexible .gallery-block .wrapper > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 768px) {
  .about-flexible .gallery-block .wrapper {
    -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 -1%;
    width: 102%;
  }
  .about-flexible .gallery-block .wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 576px) {
  .about-flexible .gallery-block .wrapper {
    -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 -1%;
    width: 102%;
  }
  .about-flexible .gallery-block .wrapper > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.about-flexible .gallery-block .wrapper a img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}
.about-flexible .quote-block {
  margin: 50px 0;
}
.about-flexible .quote-block .block {
  background: rgba(212, 224, 235, 0.3);
  max-width: 770px;
  padding: 45px 65px;
}
@media (max-width: 1024px) {
  .about-flexible .quote-block .block {
    padding: 20px 30px;
  }
}
.about-flexible .quote-block .block p {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #0b0d58;
}
.tpl-contacts {
  background: #0b0d58;
}
.tpl-contacts #wrap {
  position: relative;
  overflow: hidden;
}
.tpl-contacts #wrap .background-page {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -60px;
  z-index: 1;
}
@media (max-width: 576px) {
  .tpl-contacts #wrap .background-page {
    width: 100%;
    height: 724px;
    object-fit: cover;
    bottom: -145px;
  }
}
.tpl-contacts .content-contact {
  padding: 90px 0;
  padding-bottom: 610px;
}
@media (max-width: 1024px) {
  .tpl-contacts .content-contact {
    padding-bottom: 300px;
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .tpl-contacts .content-contact {
    padding-bottom: 370px;
  }
}
.tpl-contacts .content-contact .wrapper {
  position: relative;
  z-index: 2;
  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;
}
@media (max-width: 1280px) {
  .tpl-contacts .content-contact .wrapper {
    display: block;
  }
}
.tpl-contacts .content-contact .wrapper .right-content {
  max-width: 760px;
  width: 100%;
}
.tpl-contacts .content-contact .wrapper .left-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 365px;
  margin-right: 75px;
}
@media (max-width: 1280px) {
  .tpl-contacts .content-contact .wrapper .left-content {
    max-width: 100%;
    margin-right: 0;
  }
}
.tpl-contacts .wys h1 {
  padding-bottom: 40px;
}
.tpl-contacts .wys h4 {
  padding-bottom: 3px;
}
.tpl-contacts .wys h1, .tpl-contacts .wys h4 {
  color: #fff;
}
.tpl-contacts .wys p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #d4e0eb;
}
.tpl-contacts .wys a {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #4899ff;
}
.tpl-contacts footer {
  background-image: none !important;
  position: relative;
  z-index: 2;
}
.tpl-request-demo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 165px;
}
.tpl-request-demo .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tpl-request-demo .header.act {
  background: rgba(8, 10, 73, 0.7);
}
@media (max-width: 1024px) {
  .tpl-request-demo .header {
    position: absolute;
  }
  .tpl-request-demo .header.act {
    background: transparent;
  }
}
.tpl-request-demo footer {
  background-image: none !important;
}
.tpl-request-demo .content-contact .wrapper {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
  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;
}
@media (max-width: 1280px) {
  .tpl-request-demo .content-contact .wrapper {
    display: block;
  }
}
.tpl-request-demo .content-contact .wrapper h1 {
  color: #fff;
}
.tpl-request-demo .content-contact .wrapper .right-content {
  max-width: 760px;
  width: 100%;
}
.tpl-request-demo .content-contact .wrapper .left-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 365px;
  margin-right: 75px;
}
@media (max-width: 1280px) {
  .tpl-request-demo .content-contact .wrapper .left-content {
    max-width: 100%;
    margin-right: 0;
  }
}
.tpl-request-demo .lets-footer h2, .tpl-request-demo .lets-footer .center-btn {
  display: none;
}
.tpl-request-demo .b24-form > div {
  background: rgba(1, 1, 61, 0.6) !important;
}
#content-post {
  padding-top: 25px;
}
@media (max-width: 1024px) {
  #content-post {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  #content-post h1 {
    padding-bottom: 0 !important;
  }
}
#content-post .top-block-single {
  margin-bottom: 30px;
}
#content-post .top-block-single .wrapper {
  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: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 1024px) {
  #content-post .top-block-single .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
#content-post .top-block-single .wrapper .left-content {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#content-post .top-block-single .wrapper .left-content .bread-crumb {
  text-overflow: ellipsis;
  max-width: 367px;
  overflow: hidden;
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #545584;
}
#content-post .top-block-single .wrapper .left-content .bread-crumb a {
  font-weight: 300;
}
#content-post .top-block-single .wrapper .left-content span {
  font-weight: 500;
  font-size: 14px;
  color: #0b0d58;
}
#content-post .top-block-single .wrapper .left-content .cat {
  margin-bottom: 10px;
}
#content-post .top-block-single .wrapper .left-content .cat a {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #4899ff;
}
#content-post .top-block-single .wrapper .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 730px;
}
@media (max-width: 1024px) {
  #content-post .top-block-single .wrapper .right-content {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #content-post .top-block-single .wrapper .right-content {
    margin-top: 9px;
    margin-bottom: 15px;
  }
}
#content-post .top-block-single .wrapper .right-content img {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 1024px) {
  #content-post .top-block-single .wrapper .right-content img {
    height: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #content-post .top-block-single .wrapper .right-content img {
    margin-top: 5px;
    height: 180px;
  }
}
#content-post .top-block-single .wrapper .left-content {
  max-width: 367px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  #content-post .top-block-single .wrapper .left-content {
    max-width: 100%;
    margin-right: 0;
  }
}
.single #wrap {
  overflow: visible;
}
.global-single {
  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;
  position: relative;
  padding-bottom: 43px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1200px) {
  .global-single .nav-link {
    display: none;
  }
}
@media (max-width: 1024px) {
  .global-single {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.global-single .left-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 770px;
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .global-single .left-content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
.global-single .left-content .wys h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.global-single .left-content .wys .gallery {
  position: relative;
  margin-bottom: 87px;
}
.global-single .left-content .wys .gallery .mySwiper {
  overflow: hidden;
}
.global-single .left-content .wys .gallery .swiper-button-next, .global-single .left-content .wys .gallery .swiper-button-prev {
  background: rgba(255, 255, 255, 0.7);
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.global-single .left-content .wys .gallery .swiper-button-next:after, .global-single .left-content .wys .gallery .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.global-single .left-content .wys .gallery .swiper-pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -31px;
}
.global-single .left-content .wys .gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #d4e0eb;
  margin-right: 15px;
}
.global-single .left-content .wys .gallery .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.global-single .left-content .wys .gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: #4899ff;
}
.global-single .left-content .wys .grid-gallery {
  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;
  margin-bottom: 40px;
}
.global-single .left-content .wys .grid-gallery .item {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-basis: 22%;
  flex-basis: 22%;
  width: 22%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .global-single .left-content .wys .grid-gallery .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
  }
}
.global-single .left-content .wys .grid-gallery .item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  -o-object-fit: cover;
}
.global-single .left-content .wys blockquote {
  margin: 50px 0;
  background: rgba(212, 224, 235, 0.3);
  max-width: 770px;
  padding: 45px 65px;
}
@media (max-width: 1024px) {
  .global-single .left-content .wys blockquote {
    padding: 20px 30px;
  }
}
.global-single .left-content .wys blockquote p {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #0b0d58;
}
.global-single .left-content .wys .item-video {
  height: 450px;
  position: relative;
  margin-bottom: 38px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .global-single .left-content .wys .item-video {
    height: 210px;
  }
}
.global-single .left-content .wys .item-video:hover .play-v {
  opacity: 1;
}
.global-single .left-content .wys .item-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.global-single .left-content .wys .item-video .play-v {
  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%);
  opacity: 1;
  -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;
}
@media (max-width: 767px) {
  .global-single .left-content .wys .item-video .play-v {
    opacity: 1;
  }
}
.global-single .left-content .wys video {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .global-single .left-content .wys video {
    height: 210px;
  }
}
.global-single .right-content {
  max-width: 61px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .global-single .right-content {
    max-width: 100%;
  }
}
.global-single .right-content .share-buttons {
  position: sticky;
  top: 109px;
  right: 0;
  max-width: 50px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .global-single .right-content .share-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-flex-wrap: Wrap;
    -moz-flex-wrap: Wrap;
    flex-wrap: Wrap;
    -ms-flex-wrap: Wrap;
    position: static;
  }
}
.global-single .right-content .share-buttons a {
  display: block;
  margin-bottom: 5px;
  text-align: right;
}
@media (max-width: 1024px) {
  .global-single .right-content .share-buttons a {
    display: inline;
    margin-right: 18px;
  }
}
.global-single .right-content .share-buttons a:last-child {
  margin-bottom: 0;
}
.global-single .right-content .share-buttons a:hover {
  text-decoration: none;
}
.global-single .right-content .share-buttons h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #545584;
}
@media (max-width: 1024px) {
  .global-single .right-content .share-buttons h3 {
    display: block;
    width: 100%;
  }
}
.global-single .right-content .nav-link {
  position: sticky;
  top: 30px;
}
.global-single .right-content .nav-link h3 {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #474747;
}
.scroll-nav {
  position: sticky;
  right: 150px;
  top: 109px;
  width: 300px;
  height: 225px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .scroll-nav {
    background: #fff;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .scroll-nav {
    display: none;
    position: static;
  }
}
@media (max-width: 1024px) {
  .scroll-nav {
    display: block;
    order: -1;
    width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99;
  }
}
.scroll-nav h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #545584;
  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: 1024px) {
  .scroll-nav h3 {
    padding: 0 15px;
    padding-bottom: 15px;
  }
}
.scroll-nav h3 svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-nav h3.act svg {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .scroll-nav #mCSB_1 {
    display: none;
    max-height: 175px !important;
    margin: 20px 0;
    margin-right: 7px;
  }
}
.scroll-nav ol {
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .scroll-nav ol {
    padding: 0 15px;
    padding-top: 17px;
  }
  .scroll-nav ol.act {
    overflow: hidden;
    height: 65px;
  }
}
@media (max-width: 1024px) {
  .scroll-nav ol {
    background: rgba(212, 224, 235, 0.3);
  }
}
@media (max-width: 1024px) {
  .scroll-nav ol {
    height: auto;
  }
}
.scroll-nav ol #mCSB_1 {
  padding-left: 25px;
}
.scroll-nav ol .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #e5e5e5;
}
.scroll-nav ol .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #4899ff;
}
.scroll-nav ol .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.scroll-nav li {
  margin-bottom: 16px;
  padding-left: 15px;
  position: relative;
}
.scroll-nav li svg {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 5px;
}
.scroll-nav li.scroll-nav__item--active svg {
  opacity: 1;
}
.scroll-nav li::marker {
  display: none;
  opacity: 0;
  font-size: 0;
}
.scroll-nav li a {
  font-size: 14px;
  color: #545584;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scroll-nav li.scroll-nav__item--active a {
  font-weight: 600;
  font-size: 14px;
  color: #0b0d58;
  opacity: 0.9;
}
.related {
  padding-bottom: 250px;
  padding-top: 50px;
}
.related .wrapper {
  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-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;
}
.related .wrapper .item {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .related .wrapper .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .related .wrapper .item:last-child {
    display: none;
  }
}
.related .wrapper .item:hover {
  text-decoration: none;
}
.related .wrapper .item h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4899ff;
}
.related .wrapper .item h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #0b0d58;
}
.related .wrapper .item .thumb {
  width: 100%;
  height: 282px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .related .wrapper .item .thumb {
    height: 200px;
  }
}
#content-archive {
  padding: 40px 0 250px;
  position: relative;
  overflow: hidden;
}
#content-archive:before {
  content: "";
  background: url("../img/Vector2.png");
  width: 554px;
  position: absolute;
  height: 1257px;
  left: 0;
  top: 96px;
}
@media (max-width: 768px) {
  #content-archive:before {
    background-size: contain;
    width: 188px;
    height: 416px;
  }
}
@media (max-width: 767px) {
  #content-archive {
    padding: 20px 0 190px;
  }
}
#content-archive .wrapper-posts {
  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-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;
}
#content-archive .wrapper-posts .item {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  width: 48%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #content-archive .wrapper-posts .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  #content-archive .wrapper-posts .item:last-child {
    display: none;
  }
}
#content-archive .wrapper-posts .item:hover {
  text-decoration: none;
}
#content-archive .wrapper-posts .item h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4899ff;
  padding-bottom: 13px;
}
#content-archive .wrapper-posts .item h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #0b0d58;
  padding-bottom: 7px;
}
#content-archive .wrapper-posts .item .thumb {
  width: 100%;
  height: 296px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #content-archive .wrapper-posts .item .thumb {
    height: 180px;
  }
}
#content-archive .wrapper-posts .item:first-child {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -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: 767px) {
  #content-archive .wrapper-posts .item:first-child {
    display: block;
  }
}
#content-archive .wrapper-posts .item:first-child .left-content {
  max-width: 370px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #content-archive .wrapper-posts .item:first-child .left-content {
    max-width: 100%;
  }
}
#content-archive .wrapper-posts .item:first-child .thumb {
  height: 400px;
}
@media (max-width: 767px) {
  #content-archive .wrapper-posts .item:first-child .thumb {
    height: 180px;
  }
}
#content-archive .wrapper-posts .item:first-child h4 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #0b0d58;
}
@media (max-width: 767px) {
  #content-archive .wrapper-posts .item:first-child h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.paginate_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.paginate_links span, .paginate_links a {
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #d4e0eb;
  border-radius: 4px;
  margin: 0 10px;
  display: inline-block;
  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;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #545584;
}
.paginate_links span path, .paginate_links a path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.paginate_links span.current, .paginate_links a.current, .paginate_links span:hover, .paginate_links a:hover {
  text-decoration: none;
  background: #0b0d58;
  color: #fff;
}
.paginate_links span.current.next, .paginate_links a.current.next, .paginate_links span:hover.next, .paginate_links a:hover.next, .paginate_links span.current.prev, .paginate_links a.current.prev, .paginate_links span:hover.prev, .paginate_links a:hover.prev {
  background: #fff;
}
.top-filter {
  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;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-filter {
    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;
  }
}
.top-filter .click-filter {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  /* identical to box height, or 186% */
  text-transform: uppercase;
  /* text light */
  color: #545584;
}
.top-filter .click-filter svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .top-filter .click-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-filter .tags-filter {
  max-width: 570px;
}
.top-filter .tags-filter h3 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.538461px;
  text-transform: uppercase;
  color: #16254d;
  padding-bottom: 0;
  margin-right: 17px;
}
.top-filter .tags-filter .filter {
  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: 767px) {
  .top-filter .tags-filter .filter {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    z-index: -1;
    top: 20px;
    left: 0;
    right: 0;
    background: #fff;
    display: block;
    padding-bottom: 30px;
  }
  .top-filter .tags-filter .filter:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d4e0eb;
    position: absolute;
    bottom: 13px;
  }
  .top-filter .tags-filter .filter.act {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    top: 60px;
  }
}
.top-filter .tags-filter 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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.top-filter .tags-filter ul li {
  margin-right: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-filter .tags-filter ul li:last-child {
  margin-right: 0;
}
.top-filter .tags-filter ul li a, .top-filter .tags-filter ul li span {
  font-weight: 500;
  font-size: 10px;
  color: #636d88;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f0f3f6;
  /* light blue */
  border: 0.3px solid #d4e0eb;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 10px 8px;
  display: inline-block;
  margin: 7px 0;
}
.top-filter .tags-filter ul li a:hover, .top-filter .tags-filter ul li span:hover {
  background: #16254d;
  color: #fff;
  text-decoration: none;
}
.top-filter .search-filter {
  max-width: 570px;
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .top-filter .search-filter {
    margin-left: 0;
    margin-right: 20px;
  }
}
.top-filter .search-filter form {
  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;
  position: relative;
  width: 100%;
}
.top-filter .search-filter form input {
  border: 1px solid #d4e0eb;
  box-sizing: border-box;
  border-radius: 6px;
  padding-right: 55px;
  height: 50px;
  width: 100%;
  font-size: 13px;
  color: #545584;
}
.top-filter .search-filter form input::placeholder {
  font-size: 13px;
  color: #545584;
}
.top-filter .search-filter form button {
  position: absolute;
  right: 2px;
  height: 50px;
  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;
  border: none;
  background: transparent;
  cursor: pointer;
}
.choosen_lang {
  background: #4899ff;
  border-radius: 6px;
  width: 75px;
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .choosen_lang {
    margin: -1px 30px 0 0;
  }
}
@media (max-width: 768px) {
  .choosen_lang {
    margin: -1px 40px 0 0;
  }
}
@media (max-width: 767px) {
  .choosen_lang {
    margin: -1px 50px 0 0;
  }
}
.choosen_lang .choosen_lang_item {
  padding: 2px 0;
  flex-basis: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.choosen_lang .choosen_lang_item.active {
  background: #fff;
  color: #4899ff;
}
.choosen_lang .choosen_lang_item:hover {
  text-decoration: none;
  background: #fff;
  color: #4899ff;
}
.cselect {
  position: relative;
  margin-right: 20px;
}
.cselect .cselect-wrap {
  width: 50px;
  position: relative;
  cursor: pointer;
}
.cselect .cselect-wrap:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #fff;
}
.cselect .cselect-wrap input {
  cursor: pointer;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
}
.cselect .cselect-wrap input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.cselect .cselect-wrap input::-moz-placeholder {
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.cselect .cselect-wrap input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.cselect ul {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 35px;
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
}
.cselect ul li {
  list-style: none;
  border-bottom: 1px solid #0b0d58;
}
.cselect ul li:last-child {
  border: none;
}
.cselect ul li a {
  display: block;
  font-size: 14px;
  color: #0b0d58;
  padding: 5px 2px;
  text-decoration: none;
}
.cselect ul li a:hover {
  background: #0b0d58;
  color: #fff;
}
.cselect ul li.active a {
  background: #0b0d58;
  color: #fff;
}
