@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url(https://i.aeron.aero/fonts/RobotoSlab.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://i.aeron.aero/fonts/RobotoSlab-Bold.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://i.aeron.aero/fonts/RobotoSlab-Light.woff) format("woff");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://i.aeron.aero/fonts/RobotoSlab-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(https://i.aeron.aero/fonts/Montserrat-500.woff) format("woff");
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Droid Serif"), local("DroidSerif"), url(https://i.aeron.aero/fonts/DroidSerif.woff) format("woff");
}

@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 700;
  src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url(https://i.aeron.aero/fonts/DroidSerif-Bold.woff) format("woff");
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local("Droid Serif Italic"), local("DroidSerif-Italic"), url(https://i.aeron.aero/fonts/DroidSerif-Italic.woff) format("woff");
}

@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 700;
  src: local("Droid Serif Bold Italic"), local("DroidSerif-BoldItalic"), url(https://i.aeron.aero/fonts/DroidSerif-BoldItalic.woff) format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://i.aeron.aero/fonts/Montserrat-Light.woff) format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://i.aeron.aero/fonts/Montserrat-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://i.aeron.aero/fonts/Montserrat-SemiBold.woff) format("woff");
}

body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  webkit-tap-highlight-color: #3f6ab7;
}

.btn-primary,
.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.text-muted {
  color: #777;
}

.text-primary,
a {
  color: #3f6ab7;
}

p {
  font-size: 14px;
  line-height: 1.75;
}

p.large {
  font-size: 16px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

a.active,
a:active,
a:focus,
a:hover {
  color: #3f6ab7;
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #eee;
}

.bg-darkest-gray {
  background-color: #222;
}

.btn-primary {
  color: #000;
  background-color: #3f6ab7;
  border-color: #3f6ab7;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3f6ab7;
  border-color: #f6bf01;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #3f6ab7;
  border-color: #3f6ab7;
}

.btn-primary .badge {
  color: #3f6ab7;
  background-color: #fff;
}

.btn-xl {
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 32px;
  margin: 10px 0;
}

header .intro-text .page-scroll {
  margin: 10px;
  color: black;
  text-decoration: none;
}

header .intro-text .page-scroll.btn-main {
//  margin: 0;
}

.reg2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #fff;
}

a.page-scroll.btn.btn-xl {
  color: #ffc14d;
  text-transform: none;
  text-decoration: underline;
  /* width: 90%; */
  font-weight: 400;
}

a.page-scroll.btn-main.btn.btn-xl {
  text-decoration: none;
  color: black;
  width: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  background-color: #f6c262;
  transition: background 0.3s;
}

a.page-scroll.btn-main.btn.btn-xl:focus {
  background-color: #e0be41;
  border-color: #e0be41;
}

a.page-scroll.btn-main.btn.btn-xl.disabled {
  background-color: #a8a9ac;
  border-color: #a8a9ac;
  color: #53575c;
}

@media (max-width: 767px) {
  a.page-scroll.btn-main.btn.btn-xl {
    font-size: 18px;
    padding: 12px 20px 14px;
    min-width: 270px;
  }
}

.prospan {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.open .dropdown-toggle.btn-xl {
  color: #000;
  /*background-color: #2f508a;
    border-color: #2f508a;*/
}

a.btn-xl:hover {
  background-color: transparent;
  color: white !important;
  border-color: transparent;
}

.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
  background-color: #3f6ab7;
  border-color: #3f6ab7;
}

.btn-xl .badge {
  color: #3f6ab7;
  background-color: #fff;
}

.navbar-custom {
  background-color: #074c88;
  border-color: transparent;
}

.navbar-custom .navbar-brand {
  color: #3f6ab7;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
  color: #3f6ab7;
}

.navbar-custom .nav li a,
.navbar-custom .navbar-toggle {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
  background-color: #002b4b;
  border-color: #002b4b;
  font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
  background-color: #002b4b;
}

.navbar-custom .nav li a {
  font-weight: 400;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
  color: #88e3d0;
  outline: 0;
}

.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #16567B;
}

.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #16567B;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-custom.affix {
    background-color: #222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

header {
  background-image: linear-gradient(to top, #11457f 0%, #2c85bd 100%);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  background-size: cover;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

header .intro-text {
  padding-top: 90px;
}

header .intro-text .intro-lead-in {
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 10px;
}

header .intro-text .intro-heading {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.46;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 150px;
  }
  header .intro-text .intro-lead-in {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 1.3px;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
  }
  header .intro-text .intro-heading {
    font-size: 66px;
    letter-spacing: -0.4px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  header .intro-text {
    padding-top: 150px;
  }
  header .intro-text .intro-lead-in {
    font-size: 36px;
  }
  header .intro-text .intro-heading {
    font-size: 76px;
  }
}

/* COUNTER BLOCK */
.block-join {
  position: relative;
  margin: 80px 0 45px;
}

@media (min-width: 992px) {
  .block-join {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .block-join {
    margin: 130px -5px 40px;
  }
}

.block-join__top {
  padding: 25px 52px 15px 43px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgba(0, 43, 75, 0.4);
}

@media (max-width: 767px) {
  .block-join__top {
    padding: 30px 10px 15px;
  }
}

.block-join__inner {
  text-align: left;
  position: relative;
  z-index: 3;
}

.block-join__header {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .block-join__header {
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    padding: 0 5px;
  }
}

.block-join__note {
  opacity: 0.8;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .block-join__note {
    font-size: 13px;
  }
}

.block-join__note--lg {
  font-size: 16px;
  opacity: 1;
}

.block-join__note--lg span.hblock {
  font-weight: 700;
}

@media (max-width: 767px) {
  .block-join__note--lg {
    font-size: 14px;
  }
}

.block-join .plane {
  width: 94%;
  position: absolute;
  right: -106.5%;
  top: -103px;
  z-index: 1;
}

@media (max-width: 1199px) {
  .block-join .plane {
    width: 75%;
    right: -69%;
    top: -115px;
  }
}

@media (max-width: 991px) {
  .block-join .plane {
    width: 75%;
    right: -40%;
    top: -75px;
  }
}

@media (max-width: 767px) {
  .block-join .plane {
    width: 135%;
    right: -80%;
    top: -100px;
  }
}

.block-join .plane-wrap {
  position: absolute;
  right: -261px;
  top: -76px;
  z-index: 2;
}

.block-join .plane-wrap > div {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .block-join .plane-wrap > div.plane-arrow {
    display: none;
  }
}

@media (max-width: 1199px) {
  .block-join .plane-wrap {
    right: -90px;
    top: -100px;
  }
}

@media (max-width: 991px) {
  .block-join .plane-wrap {
    right: 0;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .block-join .plane-wrap {
    right: auto;
    left: 0;
    top: -44px;
    text-align: right;
    width: 44%;
  }
}

.block-join .plane-info {
  font-size: 20px;
  line-height: 1.1;
  color: #ffffff;
  margin-left: 20px;
  margin-top: -35px;
}

@media (max-width: 1199px) {
  .block-join .plane-info {
    margin-left: 0;
  }
}

.block-join .plane-icon {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #88e3d0;
  letter-spacing: 1.6px;
}

@media (max-width: 767px) {
  .block-join .plane-icon img {
    float: right;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 1px;
  }
}

.block-count {
  display: flex;
}

.block-count .bonus_value-arrow {
  position: relative;
  top: -7px;
  left: 7px;
}

.bonus_value {
  color: #f6c262;
}

@media (max-width: 767px) {
  .block-count {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .block-count > div:first-child {
    order: 2;
    margin-top: 17px;
  }
  .block-count > div:last-child {
    order: 1;
  }
}

/* END COUNTER BLOCK */
/* SLIDER BLOCK */
.block-slider {
  background-color: rgba(0, 43, 75, 0.56);
  padding: 20px 32px 12px 44px;
}

@media (max-width: 767px) {
  .block-slider {
    padding: 19px;
  }
}

.block-slider .slider-title {
  font-family: 'Montserrat';
  color: #ffffff;
}

.block-slider .slider-title > span.hblock {
  vertical-align: middle;
}

.block-slider .slider-total {
  font-size: 26px;
  font-weight: 500;
  margin: 0 5px;
}

.block-slider .slider-text {
  font-size: 20px;
}

@media (max-width: 767px) {
  .block-slider .slider-text {
    display: none;
  }
}

.block-slider .slider-elem {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .block-slider .slider-elem {
    display: block;
  }
}

.block-slider .slider-progress {
  flex: 1 1 auto;
}

.block-slider .slider-value {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 13px;
}

@media (max-width: 767px) {
  .block-slider .slider-value {
    text-align: right;
    margin-left: 0;
  }
}

.progress {
  width: 100%;
  height: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
}

.progress-bar {
  background-color: #0ce1f7;
  border-radius: 5px;
}

/* END SLIDER BLOCK */
/* TOTAL BLOCK */
.block-total {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(0, 43, 75, 0.3);
  padding: 8px 14px 17px 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .block-total {
    display: block;
    padding: 24px 20px 27px;
  }
}

.block-total .total-title {
  font-family: 'Montserrat';
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .block-total .total-title {
    margin-bottom: 20px;
  }
}

.block-total .total-values {
  flex: 1 1 auto;
}

.block-total .total-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-total .total-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

.block-total .total-list li:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .block-total .total-list li {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .block-total .total-list li {

    margin-right: 20px;
    margin-bottom: 20px;
  }
}

.block-total .total-list li img {
  margin-right: 5px;
}

.block-total .total-list li span.hblock {
  display: inline-block;
  vertical-align: middle;
}

/* END TOTAL BLOCK */
/* BONUS BLOCK */
.block-bonus {
  position: relative;
  z-index: 1; }

.block-bonus-wrap {
  text-align: left;
  font-family: 'Montserrat';
  color: #fff;
  position: relative;
  overflow: hidden;
  display: none; }

@media (max-width: 767px) {
  .block-bonus-wrap {
    background: #26598A;
    padding: 30px 0 0; } }

.block-bonus-wrap .bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus {
    display: block; } }

.block-bonus-wrap .bonus-title {
  font-size: 17px;
  font-weight: 500;
  margin-right: 44px;
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-title {
    margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .block-bonus-wrap .bonus-title {
    width: 15%;
    margin-right: 0; } }

.block-bonus-wrap .bonus-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list {
    display: block;
    overflow: visible;
    margin: 0 -15px; } }

.block-bonus-wrap .bonus-list-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.block-bonus-wrap .bonus-list-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  background: #388ABB; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list-wrap::after {
    display: none; } }

.block-bonus-wrap .bonus-list-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #325D8A; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list-wrap::before {
    display: none; } }

.block-bonus-wrap .bonus-list li {
  width: 20%;
  padding: 6px 17px;
  margin-right: 1px;
  position: relative;
  z-index: 1; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list li {
    width: 100%;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 17px; } }

.block-bonus-wrap .bonus-list li::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #388ABB;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(21deg);
  -ms-transform: skewX(21deg);
  transform: skewX(21deg);
  z-index: -1; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list li::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.block-bonus-wrap .bonus-list li::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #388ABB;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  transform: skewX(-21deg);
  z-index: -1; }

@media (max-width: 767px) {
  .block-bonus-wrap .bonus-list li::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.block-bonus-wrap .bonus-list li:last-child {
  margin-right: 1px; }

.block-bonus-wrap .bonus-list li:last-child::after, .block-bonus-wrap .bonus-list li:last-child::before {
  width: 110%; }

.block-bonus-wrap .bonus-list li:first-child::after, .block-bonus-wrap .bonus-list li:first-child::before {
  width: 110%;
  right: 0;
  left: auto; }

.block-bonus-wrap .bonus-list li.active .bonus-value,
.block-bonus-wrap .bonus-list li.active .bonus-token,
.block-bonus-wrap .bonus-list li.active .bonus-date {
  color: #000;
  position: relative;
  z-index: 2; }

.block-bonus-wrap .bonus-list li.active::after,
.block-bonus-wrap .bonus-list li.active::before {
  background-color: #f6c262; }

.block-bonus-wrap .bonus-list li.disabled .bonus-value,
.block-bonus-wrap .bonus-list li.disabled .bonus-token,
.block-bonus-wrap .bonus-list li.disabled .bonus-date {
  color: #6E8EAD;
  position: relative;
  z-index: 2; }

.block-bonus-wrap .bonus-list li.disabled::after, .block-bonus-wrap .bonus-list li.disabled::before {
  background-color: #325E8A; }

.block-bonus-wrap .bonus-value {
  font-size: 20px;
  font-weight: 500;
  color: #0ce1f7;
  display: block;
  font-weight: bold; }

.block-bonus-wrap .bonus-token {
  font-size: 12px;
  font-weight: 300;
  color: #0ce1f7;
  line-height: 1; }

.block-bonus-wrap .bonus-date {
  font-size: 14px;
  color: #0ce1f7;
  font-weight: bold; }
  @media (min-width: 768px) {
    .block-bonus-wrap .bonus-date {
      display: block;
      margin-top: 8px; } }

/* END BONUS BLOCK */
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}

section {
  padding: 50px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  color: white;
  text-transform: none;
  text-align: left;
}

@media (max-width: 767px) {
  section h2.section-heading {
    margin-bottom: 15px;
  }
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  section {
    padding: 70px 0;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

/* ROADMAP STYLES */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}

.timeline > li:after,
.timeline > li:before {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #3f6ab7;
  color: #fff;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fix30 {
    margin-left: 0px;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

@media (min-width: 992px) {
  .fix30 {
    margin-left: 30px;
  }
  .timeline > li .timeline-panel,
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

/* ROAD MAP STYLES */
.roadmap {
  background-color: #002b4b;
}

.roadmap .section-heading {
  text-transform: none;
  color: #fff;
}

@media (max-width: 768px) {
  .roadmap .section-heading {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .roadmap .btn-wrap {
    margin-left: 75px;
  }
}

.timeline__wrap {
  position: relative;
  margin: 38px 0 0;
  min-height: 600px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .timeline__wrap {
    margin: 75px -5px 0;
  }
}

@media (min-width: 1200px) {
  .timeline__wrap {
    margin: 75px -40px 0;
  }
}

.timeline__wrap.collapse {
  display: block;
  height: 600px !important;
  position: relative;
}

.timeline__wrap.collapse::after {
  content: '';
  height: 20%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 43, 75, 0) 0%, #002b4b 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.timeline__wrap.collapse.in {
  height: auto !important;
}

.timeline__wrap.collapse.in::after {
  display: none;
}

.btn-wrap {
  text-align: center;
}

.btn-wrap .btn {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.19;
  text-align: center;
  color: #002b4b;
  border-radius: 2px;
  background-color: #f6c262;
  box-shadow: 0px 8px 21px 0 rgba(0, 0, 0, 0.15);
  padding: 17px 20px;
  min-width: 250px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .btn-wrap .btn {
    font-size: 18px;
    padding: 12px 20px;
    min-width: 270px;
  }
}

.btn-wrap .btn:hover {
  background-color: #fdd74a;
  border: 1px solid #fdd74a;
}

.btn-wrap .btn:focus {
  background-color: #e0be41;
  border-color: #e0be41;
}

.btn-wrap .btn-brand .less {
  display: none;
}

.btn-wrap .btn-brand[aria-expanded="true"] .less {
  display: block;
}

.btn-wrap .btn-brand[aria-expanded="true"] .more {
  display: none;
}

.timeline-info {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .timeline-info {
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .timeline-info {
    margin-left: 85px;
  }
}

.timeline-info__item {
  padding: 0 20px 25px 43px;
  width: 100%;
  position: relative;
}

.timeline-info__item:nth-child(1) {
  order: 1;
}

.timeline-info__item:nth-child(2) {
  order: 2;
}

.timeline-info__item:nth-child(3) {
  order: 3;
}

.timeline-info__item:nth-child(4) {
  order: 4;
}

.timeline-info__item:nth-child(5) {
  order: 5;
}

.timeline-info__item:nth-child(6) {
  order: 6;
}

.timeline-info__item:nth-child(7) {
  order: 7;
}

.timeline-info__item:nth-child(8) {
  order: 8;
}

.timeline-info__item:nth-child(9) {
  order: 9;
}

.timeline-info__item:nth-child(10) {
  order: 10;
}

.timeline-info__item:nth-child(11) {
  order: 11;
}

.timeline-info__item:nth-child(12) {
  order: 12;
}

.timeline-info__item:nth-child(13) {
  order: 13;
}

.timeline-info__item:nth-child(14) {
  order: 14;
}

.timeline-info__item:nth-child(15) {
  order: 15;
}

.timeline-info__item:nth-child(16) {
  order: 16;
}

.timeline-info__item:nth-child(17) {
  order: 17;
}

.timeline-info__item:nth-child(18) {
  order: 18;
}

.timeline-info__item:nth-child(19) {
  order: 19;
}

.timeline-info__item:nth-child(20) {
  order: 20;
}

.timeline-info__item:nth-child(21) {
  order: 21;
}

.timeline-info__item:nth-child(22) {
  order: 22;
}

.timeline-info__item:nth-child(23) {
  order: 23;
}

.timeline-info__item:nth-child(24) {
  order: 24;
}

.timeline-info__item:nth-child(25) {
  order: 25;
}
.timeline-info__item:nth-child(26) {
  order: 26;
}
.timeline-info__item:nth-child(27) {
  order: 27;
}
.timeline-info__item:nth-child(28) {
  order: 28;
}
.timeline-info__item:nth-child(29) {
  order: 29;
}
.timeline-info__item:nth-child(30) {
  order: 30;
}
.timeline-info__item:nth-child(31) {
  order: 31;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .timeline-info__item {
    width: 25%;
    padding: 0 22px;
    text-align: center;
    padding-bottom: 28px;
  }
  .timeline-info__item:nth-child(5) {
    content: 5;
    order: 8;
  }
  .timeline-info__item:nth-child(6) {
    content: 6;
    order: 7;
  }
  .timeline-info__item:nth-child(7) {
    content: 7;
    order: 6;
  }
  .timeline-info__item:nth-child(8) {
    content: 8;
    order: 5;
  }
  .timeline-info__item:nth-child(13) {
    content: 13;
    order: 16;
  }
  .timeline-info__item:nth-child(14) {
    content: 14;
    order: 15;
  }
  .timeline-info__item:nth-child(15) {
    content: 15;
    order: 14;
  }
  .timeline-info__item:nth-child(16) {
    content: 16;
    order: 13;
  }
  .timeline-info__item:nth-child(21) {
    content: 21;
    order: 25;
  }
  .timeline-info__item:nth-child(22) {
    content: 22;
    order: 24;
  }
  .timeline-info__item:nth-child(23) {
    content: 23;
    order: 23;
  }
  .timeline-info__item:nth-child(24) {
    content: 24;
    order: 22;
  }

  .timeline-info__item:nth-child(-n + 4) {
    position: relative;
    left: -6%;
  }
}

@media (min-width: 1200px) {
  .timeline-info__item {
    width: 20%;
    padding: 0 20px;
    text-align: center;
    padding-bottom: 28px;
  }
  .timeline-info__item:nth-child(6) {
    content: 6;
    order: 10;
  }
  .timeline-info__item:nth-child(7) {
    content: 7;
    order: 9;
  }
  .timeline-info__item:nth-child(8) {
    content: 8;
    order: 8;
  }
  .timeline-info__item:nth-child(9) {
    content: 9;
    order: 7;
  }
  .timeline-info__item:nth-child(10) {
    content: 10;
    order: 6;
  }
  .timeline-info__item:nth-child(16) {
    content: 16;
    order: 20;
  }
  .timeline-info__item:nth-child(17) {
    content: 17;
    order: 19;
  }
  .timeline-info__item:nth-child(18) {
    content: 18;
    order: 18;
  }
  .timeline-info__item:nth-child(19) {
    content: 19;
    order: 17;
  }
  .timeline-info__item:nth-child(20) {
    content: 20;
    order: 16;
  }


  .timeline-info__item:nth-child(26) {
    content: 26;
    order: 30;
  }
  .timeline-info__item:nth-child(27) {
    content: 27;
    order: 29;
  }
  .timeline-info__item:nth-child(28) {
    content: 28;
    order: 28;
  }
  .timeline-info__item:nth-child(29) {
    content: 29;
    order: 27;
  }
  .timeline-info__item:nth-child(30) {
    content: 30;
    order: 26;
  }


  .timeline-info__item:nth-child(-n + 5) {
    position: relative;
    left: -7%;
  }
}

.timeline-plane {
  display: none;
}

.icon {
  width: 1em;
  height: 1em;
  display: block;
}

@media (max-width: 767px) {
  .timeline-plane {
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -2px;
    font-size: 21px;
    padding: 5px 0 4px;
    background: #002b4b;
  }
  .timeline-plane.blue {
    color: #01cbe9;
  }
  .timeline-plane.dark-blue {
    color: #29acd3;
  }
  .timeline-plane.violet {
    color: #617fb3;
  }
  .timeline-plane.magenta {
    color: #9e4e90;
  }
  .timeline-plane.light-red {
    color: #d72070;
  }
  .timeline-plane.red {
    color: #fe015a;
  }
}

.timeline-info__item.active .timeline-info__date {
  color: rgba(255, 255, 255, 0.6);
}

.timeline-info__item.active .timeline-info__date span.hblock {
  color: #00e2c1;
}

.timeline-info__item.active .timeline-info__descr {
  color: rgba(255, 255, 255, 0.6);
}

.timeline-info__bar {
  background-repeat: no-repeat;
  position: absolute;
}

@media (max-width: 767px) {
  .timeline-info__bar {
    left: 17px;
    top: 12px;
    width: 2px;
    height: calc(100% - 110px);
    background-image: linear-gradient(to bottom, #00ccea, #ff0059);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .timeline-info__bar {
    background-image: url("../img/timeline-tablet.svg");
    top: 63px;
    left: 0%;
    right: 0;
    bottom: 104px;
/*    background-size: 100% 100%;*/
    height: 100%;
    min-height: 940px;
  }
}

@media (min-width: 1200px) {
  .timeline-info__bar {
    background-image: url("../img/timeline-bg.svg");
    top: 63px;
    left: 70px;
    right: 0;
    height: 100%;
  }
}

.timeline-info__date {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.timeline-info__date span.hblock {
  display: block;
  font-size: 18px;
  color: #ffbd06;
  font-weight: 400;
}

@media (max-width: 767px) {
  .timeline-info__date {
    margin-bottom: 12px;
  }
}

.timeline-info__descr {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-height: 60px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .timeline-info__descr {
    height: 60px;
  }
}

.timeline-info__descr::before {
  position: absolute;
  height: 1em;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 43, 75, 0) 0%, #002b4b 100%);
  left: 0;
  top: 60px;
  margin-top: -1em;
  content: '';
}

.timeline-info__descr a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.timeline-info__descr a:hover {
  text-decoration: none;
}

.timeline-info__point {
  display: inline-block;
  position: relative;
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .timeline-info__point {
    position: absolute;
    top: 0;
    left: 6px;
  }
}

/* END ROAD MAP STYLES */
.team-wrap {
  background-color: #114067;
  background-image: url("../img/plane-bg.svg"), url("../img/team_bottom_plane.svg");
  background-position: 135px -85px;
  background-size: contain, 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (min-width: 768px) {
  .team-wrap {
    background-position: right -110px, bottom right;
    background-size: auto;
  }
}

.team-wrap .row {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .team-wrap .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.team-wrap .row .col-sm-6 {
  font-size: 16px;
  width: 85%;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

@media (max-width: 767px) {
  .team-wrap .row .col-sm-6 {
    padding-right: 0;
    padding-left: 10px;
  }
  .team-wrap .row .col-sm-6:first-child {
    padding-left: 15px;
  }
  .team-wrap .row .col-sm-6:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .team-wrap .row {
    white-space: normal;
    overflow: hidden;
  }
  .team-wrap .row .col-sm-6 {
    width: 50%;
  }
}

.team-wrap .matchHeight {
  margin-bottom: 30px;
}

.team-wrap .section-subheading {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .team-wrap .section-subheading {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .team-wrap .section-subheading {
    max-width: 70%;
  }
}

.team-member {
  font-family: 'Montserrat';
  background-color: white;
  background-image: url("../img/plane-bg-team-sm.svg"), url("../img/plane-bg-team-lg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top right, left bottom;
  border-radius: 6px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .team-member {
    display: block;
    padding: 30px;
    min-height: 530px;
    background-position: top right, -25px 95%;
    min-height: 675px;
  }
}

@media (min-width: 1200px) {
  .team-member {
    display: flex;
    min-height: 340px;
  }
}

.team-member-img {
  width: 147px;
  height: 147px;
  flex: 1 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .team-member-img {
    width: 168px;
    height: 168px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .team-member-img {
    width: 138px;
    height: 138px;
    flex: 1 0 auto;
  }
}

.team-member-img img {
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .team-member-content {
    padding-left: 20px;
  }
}

.team-member-role {
  font-size: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}

.team-member-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #000000;
}

.team-member-link {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #0f6dcc;
  display: block;
  margin-top: 15px;
}

.team-member-link:hover {
  color: #1f86ef;
}

.team-member-link .fa {
  font-size: 20px;
  text-align: left;
  color: #0f6dcc;
  margin-right: 5px;
}

.team-member h4 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  text-transform: none;
  line-height: 1.2;
  margin: 6px 0 0;
}

.team-member p {
  margin-top: 0;
}

.team-board-wrap {
  background-image: linear-gradient(232deg, #00a3b5, #007bb7 58%, #464168);
  overflow: hidden;
}

.team-board-wrap .row {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .team-board-wrap .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.team-board-wrap .row .col-sm-4 {
  font-size: 16px;
  width: 85%;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

@media (max-width: 767px) {
  .team-board-wrap .row .col-sm-4 {
    padding-right: 0;
    padding-left: 10px;
  }
  .team-board-wrap .row .col-sm-4:first-child {
    padding-left: 15px;
  }
  .team-board-wrap .row .col-sm-4:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .team-board-wrap .row {
    white-space: normal;
    overflow: hidden;
  }
  .team-board-wrap .row .col-sm-4 {
    width: 33.33%;
  }
}

.team-board-wrap .matchHeight {
  margin-bottom: 30px;
}

.team-board-wrap .team-member {
  display: block;
  padding: 53px 17px;
}

.team-board-wrap .team-member-img {
  border-radius: 50%;
  border: solid 3px #0f6dcc;
  text-align: center;
  width: 170px;
  height: 170px;
  margin: 0 auto 30px;
}

.team-board-wrap .team-member-img img {
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .team-board-wrap .team-member-img {
    width: 220px;
    height: 220px;
  }
}

.news {
  padding: 50px 0;
  background: #033152;
  overflow: hidden;
}

.news .matchHeight {
  margin-bottom: 30px;
}

.news .row {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .news .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.news .row .col-sm-6 {
  font-size: 16px;
  width: 85%;
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

@media (max-width: 767px) {
  .news .row .col-sm-6 {
    padding-right: 0;
    padding-left: 10px;
  }
  .news .row .col-sm-6:first-child {
    padding-left: 15px;
  }
  .news .row .col-sm-6:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .news .row {
    white-space: normal;
    overflow: hidden;
  }
  .news .row .col-sm-6 {
    width: 50%;
  }
}

.news-inner {
  min-height: 500px;
}

@media (min-width: 768px) {
  .news-inner {
    overflow: hidden;
  }
}

.news-inner.collapse {
  display: block;
  height: 500px !important;
  position: relative;
}

.news-inner.collapse::after {
  content: '';
  height: 30%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 43, 76, 0), rgba(3, 49, 82, 0.86) 68%, #033152);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .news-inner.collapse::after {
    display: none;
  }
}

.news-inner.collapse.in {
  height: auto !important;
}

.news-inner.collapse.in::after {
  display: none;
}

@media (max-width: 767px) {
  .news-inner {
    min-height: 100%;
  }
  .news-inner.collapse {
    height: 100% !important;
  }
}

.news .btn-wrap {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .news .btn-wrap {
    display: none;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 45px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .news-item {
    padding: 20px 17px;
  }
}

.news-item-img {
  height: 60px;
  margin-bottom: 10px;
}

.news-item-img-lg {
  height: 80px;
}

.news-item-img img {
  max-height: 100%;
  width: auto;
  max-width: 250px;
}

.news-item h5 {
  font-family: 'Roboto Slab';
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  text-align: left;
  color: #000000;
  text-transform: none;
}

@media (max-width: 767px) {
  .news-item h5 {
    font-size: 18px;
  }
}

.news-item small {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.4px;
  text-align: left;
  color: #a8a9ac;
  text-transform: uppercase;
  margin-top: auto;
}

section#contact {
  background-color: #222;
  background-image: url(../img/map-image.png);
  background-position: center;
  background-repeat: no-repeat;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 149px;
}

section#contact .form-control:focus {
  border-color: #3f6ab7;
  box-shadow: none;
}

section#contact::-webkit-input-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee;
}

section#contact:-moz-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee;
}

section#contact::-moz-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee;
}

section#contact:-ms-input-placeholder {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eee;
}

section#contact .text-danger {
  color: #e74c3c;
}

footer {
  padding: 45px 0;
  background: #033152;
  color: #fff; }
  @media (max-width: 767px) {
    footer .hide-mobile {
      display: none; } }
  footer .show-mobile {
    display: none; }
    @media (max-width: 767px) {
      footer .show-mobile {
        display: block; } }

@media (max-width: 767px) {
  footer {
    padding: 20px 0;
    text-align: center; } }

footer span.copyright {
  margin-top: 10px;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 300;
  margin-right: 50px;
  font-size: 16px; }
  @media (max-width: 767px) {
    footer span.copyright {
      margin-right: 0;
      margin-bottom: 10px; } }

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: none; }
  footer ul.quicklinks li:first-child a {
    padding-left: 0; }

footer ul.quicklinks a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  font-weight: 300;
  padding: 0 7px;
  font-size: 16px; }

footer ul.quicklinks a:hover {
  color: #fff; }

@media (max-width: 767px) {
  footer ul.quicklinks li {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  footer ul.quicklinks {
    margin-bottom: 0; } }

ul.social-buttons {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 992px) and (max-width: 1024px) {
    ul.social-buttons {
      margin-top: 27px; } }
  @media (min-width: 992px) {
    ul.social-buttons {
      text-align: right;
      min-width: 100%; } }
  @media (max-width: 767px) {
    ul.social-buttons {
      margin-top: 28px; } }

ul.social-buttons li a {
  display: block;
  border-radius: 100%;
  font-size: 25px;
  line-height: 30px;
  padding: 0 7px;
  color: #FFF;
  outline: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

@media (min-width: 768px) and (max-width: 991px) {
  ul.social-buttons li a {
    padding: 0 4px; } }

@media (max-width: 767px) {
  ul.social-buttons li a {
    font-size: 32px; } }

@media (max-width: 767px) {
  ul.social-buttons li {
    width: 21%;
    margin-bottom: 26px; } }

@media (min-width: 768px) {
  ul.social-buttons li:last-child {
    padding-right: 0; }
  ul.social-buttons li:last-child a {
    padding-right: 0; } }

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  color: #88e3d0; }

footer span.copyright,
footer span.address {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: middle; }

footer ul.quicklinks {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media (max-width: 767px) {
  footer span.copyright,
  footer ul.quicklinks {
    display: block; } }

footer span.address {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 767px) {
    footer span.address {
      margin-top: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer span.address {
      margin-top: 10px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    footer span.address {
      margin-top: 2px; } }
  @media (min-width: 1025px) {
    footer span.address {
      margin-top: 10px; } }

footer a {
  color: #fff; }

.footer-mail {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: inline-block;
  font-size: 16px; }

.footer-mail:hover {
  color: #fff; }

@media (max-width: 767px) {
  .footer-mail {
    margin-right: 0; } }

footer a:hover {
  text-decoration: none; }

@media (max-width: 991px) {
  .footer-left {
    text-align: center; } }

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer-right {
      display: block;
      text-align: right; } }
  @media (max-width: 992px) {
    .footer-right {
      text-align: center; } }
  @media (max-width: 1024px) {
    .footer-right {
      display: block; } }

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.portfolio-modal .close-modal:hover {
  opacity: .3;
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.terms__content {
  display: flex;
}

@media (max-width: 992px) {
  .terms__content {
    display: block;
  }
  .terms__content__left {
    padding: 0 10px !important;
    margin: 0px auto 30px auto;
  }
  .terms__content__right {
    padding: 0 10px !important;
    margin: 30px auto;
  }
}

.terms__content__left {
  max-width: 550px;
  padding-right: 30px;
}

.terms__content__chart-title {
  font-size: 23px;
  margin-bottom: 20px;
  text-align: center;
  color: #4A4A4A;
}

.terms__content__chart {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.terms__content__chart__legend {
  padding: 0 0 0 20px;
  margin: 25px -20px 0 0;
  list-style: none;
  display: flex;
  color: #4A4A4A;
}

.terms__content__chart__legend li {
  position: relative;
}

.terms__content__chart__legend li:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  left: -16px;
  top: 5px;
}

.terms__content__chart__legend li:nth-child(1):before {
  background: #3ab53e;
}

.terms__content__chart__legend li:nth-child(2):before {
  background: #4faeea;
}

.terms__content__chart__legend li:nth-child(3):before {
  background: #41c5de;
}

.terms__content__chart__legend li:nth-child(4):before {
  background: #2e9048;
}

.terms__content__chart__legend.cn {
  padding: 0 0 0 30px;
  margin: 25px -30px 0 0;
}

.terms__content__chart__legend.cn li {
  padding-right: 25px;
}

.terms__content__right {
  display: flex;
  justify-content: flex-start;
  padding-left: 90px;
  align-items: center;
}

.terms__content__text {
  color: #4A4A4A;
  font-size: 23px;
  margin-bottom: 15px;
}

.terms__content__text b {
  color: #000;
  font-weight: 600;
}

.landing__join {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.landing__join-wrap {
  /* background: #033152; */
  background-color: #1f4263;
  padding: 40px 0 5px;
  position: relative;
  z-index: 1;
}

.landing__join .landing__join__header {
  font-family: 'Montserrat';
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
}

@media (max-width: 768px) {
  .landing__join .landing__join__header {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .landing__join {
    display: block;
  }
}

.landing__join__header {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
}

.landing__join__list {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1200px) {
  .landing__join__list {
    flex-wrap: wrap;
  }
}

.landing__join__item {
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.3s;
}

.landing__join__item:hover {
  color: #88e3d0;
}

.landing__join__item:first-child {
  padding-left: 0;
}

.landing__join__item:last-child {
  padding-right: 0;
}

@media (max-width: 1200px) {
  .landing__join__item {
    width: 25%;
    padding: 0 0 15px 0;
  }
}

@media (max-width: 768px) {
  .landing__join__item {
    width: 50%;
    padding: 0 0 25px 0;
  }
}

.landing__join__item i {
  font-size: 20px;
}

.landing__join__item span.hblock {
  font-size: 16px;
  font-weight: 300;
}

.landing__join__item i,
.landing__join__item span.hblock {
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 4px */
}

.email_subscription_form {
  align-content: center;
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 400px;
}

input.subscribe_field {
  border: 0 none;
  padding: 10px 15px;
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #000;
}

button.subscribe {
  background: red !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #fff;
  padding: 10px 35px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #404040;
  text-align: left;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 360px;
  min-height: 360px;
  border-radius: 5px;
  text-align: center;
  display: table;
}

.close {
  color: #909090;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}

.modal-content input[type="checkbox"] {
  margin-right: 5px;
}

.modal-content label {
  font-weight: normal;
  font-size: 16px;
}

.modal-content .form-group {
  margin-bottom: 15px;
}

.modal-content button {
  width: 100%;
  color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 20px;
  margin: 16px 0;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
}

.modal-content input[type="submit"]:hover {
  background-color: #45a049;
}

.alert {
  background-color: transparent;
  color: #fff !important;
  opacity: 1;
  transition: opacity 0.6s;
  border: 0;
  z-index: 100;
  width: 100%;
  height: auto;
}

.alert.success {
  background-color: green;
}

.alert.info {
  background-color: #2196f3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  margin-right: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  float: right;
  font-size: 22px;
  cursor: pointer;
  transition: .3s;
}

.closebtn:hover {
  color: #000;
}

section#subscription {
  background-image: url("../img/subscribe-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  section#subscription {
    background-image: url("../img/subscribe-bg@2x.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  section#subscription {
    padding: 45px 0 85px;
    background-position: 74% center;
  }
}

section#subscription .section-heading {
  color: white;
}

.subscribe-desc {
  font-family: 'Roboto Slab';
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  max-width: 90%;
  margin: auto;
}

@media (max-width: 991px) {
  .subscribe-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .subscribe-desc {
    font-size: 24px;
  }
}

.subscribe-desc span.hblock {
  display: block;
}

.subscribe-title {
  font-family: 'Roboto Slab';
  font-weight: 300;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: -0.1px;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .subscribe-title {
    font-size: 24px;
    line-height: 1.08;
  }
}

.subscribe .form-group {
  display: flex;
  align-items: center;
  max-width: 51%;
  margin: auto;
}

@media (max-width: 991px) {
  .subscribe .form-group {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .subscribe .form-group {
    display: block;
    max-width: 100%;
  }
}

.subscribe .form-control {
  width: 100%;
  font-family: 'Montserrat';
  padding: 17px 20px 16px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #a8a9ac;
}

@media (max-width: 767px) {
  .subscribe .form-control {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
}

.subscribe .form-control:focus {
  outline: none;
  border-color: #ffc14d;
}

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.form-control-xl {
  height: 100%;
  padding: 15px 20px;
  font-size: 18px;
  margin: 0 -10px 0 0;
}

.text-danger ul {
  color: #fff;
  list-style-type: none;
  display: none;
}

#keydates div.text-center {
  overflow: hidden;
}

div.modal-backdrop.in {
  z-index: 100;
}

.help-block {
  color: #fff;
}

#success,
#success__footer,
#success p,
#success__footer p {
  font-size: 18px !important;
}

#contactForm .form-control-xl,
#contactForm__footer .form-control-xl {
  padding: 17px 20px 16px;
  min-height: 64px;
}

@media (max-width: 767px) {
  #contactForm .form-control-xl,
  #contactForm__footer .form-control-xl {
    padding: 13px 20px;
    min-height: 48px;
  }
}

#contactForm__button__footer,
#contactForm__button {
  padding: 19px 25px;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #000000;
  text-transform: none;
  margin: 0;
  min-height: 64px;
}

@media (max-width: 767px) {
  #contactForm__button__footer,
  #contactForm__button {
    font-size: 18px;
    padding: 12px 25px;
    min-height: 48px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}

#contactForm__button__footer,
#contactForm__button,
.btn-main {
  color: black;
  background-color: #ffc14d;
  border-color: #ffc14d;
}

#contactForm__button__footer:hover,
#contactForm__button:hover,
.btn-main:hover {
  background-color: #dcb915;
  border-color: #dcb915;
}

.modal small,
.modal .form-group {
  text-align: center;
}

select#AMOUNT.form-control,
select#AMOUNT__footer.form-control {
  width: 100%;
}

.form-check {
  text-align: left;
}

.reg2 .form-check {
  text-align: center;
}

.navbar-nav > li > a {
  padding: 10px 14px;
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  a.navbar-custom.page-scroll {
    margin-left: 15px;
    display: block;
    width: 137px;
  }
}

a.navbar-custom.page-scroll img {
  margin-top: 3px;
}

@media (max-width: 767px) {
  a.navbar-custom.page-scroll img {
    margin-top: 8px;
    width: 100%;
  }
}

a.page-scroll:not(.navbar-custom) img, .navbar-nav li a img {
  margin-left: 5px;
}

.modal small {
  font-size: 11px;
}

.alert.alert-success {
  background-color: green;
  padding: 10px 10px;
  line-height: 28px;
  border-radius: 6px;
  max-width: 460px;
  margin: 0 auto;
}

.alert.alert-danger {
  background-color: red;
  padding: 10px 10px;
  line-height: 28px;
  border-radius: 6px;
  max-width: 460px;
  margin: 0 auto;
}

a.page-scroll.btn-main.btn.btn-xl:hover {
  background-color: #fdd74a;
  border: 1px solid #fdd74a;
  color: black !important;
}

.countdown_section {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .countdown_section {
    margin-left: 0;
  }
}

.countdown_section .clock_digit-group {
  margin: 0 10px;
  background-color: rgba(3, 49, 81, 0.56);
  min-width: 64px;
  min-height: 52px;
  border-radius: 6px;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .countdown_section .clock_digit-group {
    min-width: 54px;
  }
}

.countdown_section .clock_digit {
  position: relative;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.countdown_section .clock_digit:after {
  content: ":";
  position: absolute;
  right: -13.5px;
  font-size: 30px;
  line-height: 38px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    opacity: .5;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: .5;
  }
}

.countdown_section .clock_digit-group:last-child .clock_digit:after {
  content: "";
}

.clock_label {
  opacity: 0.8;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.clock_label--mobile {
  display: none;
}

@media (max-width: 767px) {
  .clock_label--mobile {
    display: block;
  }
}

.clock_label--desktop {
  display: block;
}

@media (max-width: 767px) {
  .clock_label--desktop {
    display: none;
  }
}

label {
  font-weight: 400;
}

.block-problem {
  padding: 70px 0 40px;
  background-color: #033152;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 1199px) {
  .block-problem {
    padding: 70px 0;
  }
}

.block-problem .link-sm {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin-top: 65px;
  text-decoration: underline;
}

.block-problem .link-sm:hover {
  color: #fff;
}

@media (max-width: 1199px) {
  .block-problem .link-sm {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .block-problem .link-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .block-problem .image {
    max-width: 165px;
    margin: auto;
  }
  .block-problem .image img {
    width: 100%;
  }
}

.description, .description p {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

.diagram {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .diagram {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .diagram .row {
    display: flex;
  }
  .diagram .row .col-sm-6 {
    width: auto;
  }
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 767px) {
  .list {
    text-align: left;
    display: inline-block;
  }
}

.list li {
  padding: 10px 0;
}

.list li:first-child {
  font-size: 20px;
  font-weight: 500;
}

.list-value {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
  min-width: 40px;
  margin-right: 6px;
}

.list-desc {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.list-desc::after {
  content: '';
  width: 41px;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.list-desc.red::after {
  background: #ff0066;
  width: 85%;
}

.list-desc.green::after {
  background: #5be2c9;
  width: 54px;
}

.list-desc.yellow::after {
  background: #f6c262;
  width: 29px;
}

.list-desc.blue::after {
  background: #27a7fa;
  width: 22px;
}

.list-wrap {
  padding-left: 15px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .list-wrap {
    text-align: center;
  }
}

.list-wrap .list li i.icon {
  top: 5px;
}

.list-wrap .list li a {
  color: #fff;
  text-decoration: underline;
}

.list-wrap .list li a:hover {
  color: #88e3d0;
}

.list-title {
  font-family: 'Roboto Slab';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .list-title {
    font-size: 22px;
    text-align: center;
  }
}

.list-icon-wrap {
  padding-top: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .list-icon-wrap {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .list-icon-wrap .list-title {
    text-align: left;
  }
}

.list-icon-wrap .list li {
  padding-left: 30px;
  position: relative;
}

.list-icon-wrap .list li:first-child {
  font-size: 16px;
  font-weight: 300;
}

.list-icon-wrap .list li i {
  position: absolute;
  left: 3px;
  top: 11px;
  font-size: 18px;
  color: #fa3973;
}

.link-sm {
  font-size: 11px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
}

.link-sm:hover {
  color: white;
}

.block-solution {
  background-color: #114067;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-solution .description-width {
    max-width: 95%;
  }
}

.block-solution .image, .block-solution .video {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .block-solution .image, .block-solution .video {
    margin-bottom: 40px;
    max-width: 53%;
  }
  .block-solution .image img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .block-solution .image, .block-solution .video {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .block-solution .image, .block-solution .video {
    max-width: 100%;
    margin: 45px auto 50px;
  }
}

.image-link {
  margin-top: 25px;
  margin-left: 30px;
}

.image-link a {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.41;
  color: #ffffff;
  text-decoration: underline;
  max-width: 115px;
}

.image-link a:hover {
  color: #00e2c1;
}

.image-link a:hover img {
  border-color: #00e2c1;
}

.image-link a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .image-link a {
    margin-right: 20px;
  }
}

.image-link span.hblock {
  display: block;
  margin-top: 15px;
  margin-left: 5px;
}

.image-link img {
  width: 100%;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .image-link {
    margin-left: 0;
    margin-top: 33px;
  }
}

.solution {
  color: #ffffff;
  margin-top: 60px;
}

.solution-title {
  max-width: 75%;
  font-family: 'Roboto Slab';
  font-size: 34px;
  line-height: 1.21;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .solution-title {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .solution-title {
    font-size: 26px;
    max-width: 100%;
  }
}

.solution-title span.hblock {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 0.93;
}

@media (max-width: 991px) {
  .solution-title span.hblock {
    font-size: 38px;
  }
}

.scheme {
  display: flex;
  color: #ffffff;
  font-family: Montserrat;
  padding: 100px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme {
    padding: 80px 0 0;
  }
}

@media (max-width: 991px) {
  .scheme {
    display: block;
    max-width: 300px;
    padding: 65px 0 0;
  }
}

.scheme-item {
  position: relative;
  width: 31%;
}

.scheme-item:first-child::before, .scheme-item:last-child::before {
  content: '';
  width: 40%;
  height: 100%;
  position: absolute;
  top: 75px;
  background: url("../img/line-app_2.svg");
  background-repeat: repeat-x;
}

@media (max-width: 991px) {
  .scheme-item:first-child::before, .scheme-item:last-child::before {
    width: 85px;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  .scheme-item {
    width: 100%;
    display: flex;
    margin-bottom: 170px;
  }
}

.scheme-item:first-child {
  padding-right: 60px;
}

.scheme-item:first-child::before {
  left: 29%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme-item:first-child::before {
    left: 31%;
  }
}

@media (max-width: 991px) {
  .scheme-item:first-child::before {
    left: 43px;
    top: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .scheme-item:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 214px;
  }
}

.scheme-item:last-child {
  padding-left: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme-item:last-child {
    padding-left: 84px;
  }
}

@media (max-width: 991px) {
  .scheme-item:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.scheme-item:last-child::before {
  left: -33%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme-item:last-child::before {
    left: -16%;
  }
}

@media (max-width: 991px) {
  .scheme-item:last-child::before {
    left: 43px;
    top: -100px;
  }
}

.scheme-item-lg {
  width: 38%;
  padding-right: 50px;
}

@media (max-width: 991px) {
  .scheme-item-lg {
    width: 100%;
    padding-right: 0;
    display: block;
  }
  .scheme-item-lg .scheme-img {
    margin-bottom: 25px;
  }
}

.scheme-item-lg::after {
  content: '';
  width: 393px;
  height: 393px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -140px;
  left: -100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme-item-lg::after {
    width: 361px;
    height: 361px;
    top: -100px;
    left: -65px;
  }
}

@media (max-width: 991px) {
  .scheme-item-lg::after {
    width: 540px;
    height: 540px;
    top: -130px;
    left: -140px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .scheme-item-lg {
    padding-left: 12px;
  }
}

.scheme-img {
  margin-bottom: 30px;
  position: relative;
}

.scheme-img .scheme-subtitle {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .scheme-img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.scheme-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 15px;
}

.scheme-title span.hblock {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.scheme-subtitle {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.scheme-subtitle span.hblock {
  display: block;
}

.scheme-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.token-sale {
  background-image: linear-gradient(165deg, #16587e, #114067);
  position: relative;
  color: #ffffff;
}

@media (min-width: 1199px) {
  .token-sale {
    padding-bottom: 95px;
  }
}

.token-sale .token-plane {
  display: none;
}

@media (min-width: 1199px) {
  .token-sale .token-plane {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 230px;
    background-image: url("../img/planes.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.token-sale .section-heading span.hblock {
  font-weight: 300;
}

.token-sale .list-icon-wrap .list li a, .token-sale .list-icon-wrap .list li span.hblock {
  display: block;
}

@media (max-width: 767px) {
  .token-sale .image {
    max-width: 78px;
  }
  .token-sale .image img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .token-sale .section-heading {
    margin-bottom: 20px;
  }
}

.stats {
  margin-top: 35px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .stats {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.stats-item {
  margin-bottom: 25px;
}

.stats-title {
  font-family: 'Roboto Slab';
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 25px;
}

.stats-desc {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}

.stats-bottom {
  margin-top: 27px;
}

.stats-bottom .btn-note {
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .stats-bottom {
    margin-bottom: 40px;
  }
  .stats-bottom span.hblock {
    display: block;
  }
}

@media (min-width: 1200px) {
  .stats-bottom {
    display: flex;
    align-items: center;
  }
  .stats-bottom .btn-note {
    margin-left: 20px;
    margin-top: 0;
    text-align: left;
  }
  .stats-bottom .btn-note span.hblock {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .stats-bottom .btn-note {
    text-align: left;
    margin-top: 15px;
  }
}

.stats-bottom .btn {
  min-width: 300px;
}

.stats-bottom .btn-wrap {
  text-align: left;
}

@media (max-width: 991px) {
  .stats-bottom .btn-wrap {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .stats-bottom .btn {
    min-width: 380px;
  }
}

@media (max-width: 991px) {
  .stats-bottom .btn {
    min-width: 280px;
  }
}

.stats-right-bottom {
  margin-left: 26px;
}

@media (max-width: 991px) {
  .stats-right-bottom {
    margin-left: 0;
  }
  .stats-right-bottom .total-rate {
    text-align: center;
  }
}

.stats-elem {
  max-width: 205px;
  background-color: rgba(0, 45, 84, 0.5);
  padding: 18px 14px 18px 18px;
  margin-top: 12px;
  margin: 12px 0 26px 0;
}

@media (max-width: 991px) {
  .stats-elem {
    margin-left: auto;
    margin-right: auto;
  }
}

.stats-elem-title {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 300;
  line-height: 1.06;
  color: #ffffff;
  margin-bottom: 15px;
}

.progress-bar.bg-green {
  background-color: #88e3d0;
}

.progress-bar.bg-blue {
  background-color: #55aff4;
}

.progress-bar.bg-red {
  background-color: #fa3973;
}

.btn-note {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.token-values {
  margin: 20px 0 25px;
  font-family: 'Roboto Slab';
  font-size: 26px;
  line-height: 1.38;
  color: #ffffff;
  font-weight: 400;
}

.token-values span.hblock {
  display: block;
  font-size: 29px;
  line-height: 1.24;
  font-weight: 700;
}

.block-work {
  background-color: #00274b;
  background-image: url("../img/works/bg-lg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 700px;
}

.block-work-wrap {
  background-color: #00274b;
  padding-bottom: 0;
  position: relative;
}

.block-work-wrap .sun {
  background-image: url("../img/works/sun.png");
  min-height: 105px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-work-wrap .sun {
    background-image: #00274b url("../img/works/sun@2x.png");
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-work-wrap .sun {
    background-position: 90% 100%;
  }
}

@media (max-width: 767px) {
  .block-work-wrap .sun {
    left: auto;
    width: 100%;
    background-position: 100% 100%;
    background-image: url("../img/works/sun-sm.png");
  }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
  .block-work-wrap .sun {
    background-image: #00274b url("../img/works/sun-sm@2x.png");
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .block-work {
    background-image: #00274b url("../img/works/bg-lg@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-work {
    background-color: #00274b;
    background-image: url("../img/works/bg-md.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 160px;
    min-height: 1000px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (max-width: 991px) and (min-resolution: 192dpi) {
  .block-work {
    background-image: url("../img/works/bg-md@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 160px;
  }
}

@media (max-width: 767px) {
  .block-work {
    background-color: #00274b;
    background-image: url("../img/works/bg-sm.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 160px;
    min-height: 2050px;
  }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
  .block-work {
    background: url("../img/works/bg-sm@2x.png");
    background-position: center 180px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.block-work .section-heading {
  position: relative;
}

.block-work .section-subheading {
  width: 40%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-work .section-subheading {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .block-work .section-subheading {
    width: 100%;
  }
}

.work-list {
  display: flex;
}

@media (max-width: 767px) {
  .work-list {
    display: block;
  }
}

.work-list-wrap {
  background-color: #00274b;
  color: #fff;
  padding: 32px 0 15px;
}

.work-list-left {
  width: 33.33%;
}

@media (max-width: 767px) {
  .work-list-left {
    width: 100%;
  }
}

.work-list-right {
  width: 66.66%;
  display: flex;
  justify-content: space-around;
}

.work-list-right .work-list-item {
  width: 40%;
}

@media (max-width: 991px) {
  .work-list-right .work-list-item {
    width: 90%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .work-list-right .work-list-item {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .work-list-right {
    display: block;
    width: 100%;
  }
}

.work-list-item {
  margin-bottom: 35px;
}

.work-list-title {
  display: inline-block;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #033151;
  margin-bottom: 20px;
  padding: 6px 20px;
}

.work-list-title.color-blue {
  background-color: #74b7f0;
}

.work-list-title.color-green {
  background-color: #88e3d0;
}

.work-list-title.color-red {
  background-color: #e8537f;
}

.work-list-desc, .work-list p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.work-list-desc a, .work-list p a {
  color: #fff;
  text-decoration: underline;
}

.work-list-desc a:hover, .work-list p a:hover {
  text-decoration: none;
}

/*safari fix*/
@media (min-width: 768px) {
button#contactForm__button__footer.btn.btn-xl {
  min-width: 170px;
}
}

.arrow-up {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  background-color: rgba(15, 109, 204, 0.8);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 66px;
  font-size: 28px;
  transition: color 0.35s, background 0.35s;
}

.arrow-up svg {
  width: 1em;
  height: 1em;
}

@media (max-width: 767px) {
  .arrow-up {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
  }
}

.arrow-up:hover, .arrow-up:focus {
  background-color: #0f6dcc;
  color: white;
}

.arrow-up-wrap {
  position: fixed;
  z-index: 100;
  display: none;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 767px) {
  .arrow-up-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.dropdown-menu  {
  min-width: 0;
  background: #222;
}
.active_lang {
  text-transform: uppercase;
}
.navbar-toggle .active_lang {

}
.navbar-toggle .active_lang img {
   padding-left: 4px;
}
@media (max-width: 767px) {
  li.dropdown { display: none; }
}


.block-accept {
  
  margin-top:20px;
  


font-family: 'Montserrat';
font-size: 13px;
font-weight: 300;



text-align: left;
}
.block-accept img {
  margin-right: 5px;
}
.block-accept nobr {
  padding: 0 5px;
  color: #BDCEDD;
}

.block-join__header a, .block-accept a, .total-title a {
  color:#F4C262;
  text-decoration:underline;
}

.block-join__header a:hover, .block-accept a:hover, .total-title a:hover {

 text-decoration:none;
}

@media (max-width: 767px) {
  .block-accept {
    
    text-align: center;
  }

  .app_links {
    text-align: center;
  }
}

/* TWITTER STYLES */
.block-twitter {
    background: #1f4263;
    padding: 60px 0 70px 0;
}
.tweet .hashtag {
    display: none;
}
.tweet {
    display: flex;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 -10px;
}
.tweet__item {
    width: 33.33%;
    padding: 0 10px;
}
.tweet__inner {
    padding: 10px 20px 15px;
    height: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px 0px;
    border-radius: 6px;
    transition: box-shadow 0.35s;
}
.tweet__inner:hover {
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.3);
}
.tweet__info img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
}
.tweet__time {
    display: block;
}
.tweet__link {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tweet__content {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 24px;     /* fallback */
   max-height: 72px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.TweetAuthor, .tweet__time {
    font-size: 12px;
}
@media (max-width: 991px) {
    .tweet {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .tweet__item {
        width: 300px;
    }
    .block-twitter {
    padding: 10px 0 70px 0;
  }
}
/* END TWITTER STYLES */
