.container {
  max-width: 100%; 
  padding-left: 60px;
  padding-right: 60px;
} 

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* variables */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

#heading .moto, #heading-box .moto-heading, #subscriber #subscriber_text h2, #team #show_member_info #show_info_text p, #careers #careers-heading .moto, .cookie-notice p, .swiper-container .swiper-slide p, .swiper-container-not-slider .swiper-slide p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

#product h3, #latest-news .news-content p, #contact-us .logo_container p, #contact-us .faq_link a, #tabs a, h1, h2, h4, .cookie-notice a, .footer-widget-title h4, .footer-copyright span, #resources .panel-title a, .swiper-container .swiper-slide .step span, .swiper-container-not-slider .swiper-slide .step span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

#heading .moto span, #heading-box .moto-heading span, #team #show_member_info #show_info_text p:first-child, #team #team_members .member .name, #careers #careers-heading .moto span, .blue_btn, .swiper-container .swiper-slide .step .num, .swiper-container-not-slider .swiper-slide .step .num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

h2 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; }

.swiper-container .swiper-slide .step,
.swiper-container-not-slider .swiper-slide .step {
  background: #0174af;
  background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
  background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
  background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0174af', endColorstr='#30d5d6',GradientType=1 );
  background-size: contain; }

header {
  background: #00537d;
  width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  header #mainNav {
    padding: 0 !important;
    min-height: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    @media (max-width: 1199px) {
      header #mainNav {
        min-height: 89px; } }
    header #mainNav #try_demo {
      height: 30px;
      line-height: 30px;
      padding: 0 30px;
      margin-left: 10px;
      font-size: 14px; }
  @media only screen and (min-width: 10px) and (max-width: 1199px) {
    header .navbar-nav {
      background: #00537d !important; }
    header .nav-item, header .nav-item a {
      display: block !important;
      height: 40px !important;
      text-align: left !important;
      width: 100% !important; }
    header #try_demo {
      height: 30px !important;
      line-height: 30px !important;
      padding: 0 30px !important;
      margin: 10px 0 0 18px !important;
      width: 150px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #try_demo {
    padding: 0 15px !important;
    font-size: 14px !important; } }
@media only screen and (min-width: 1200px) and (max-width: 3000px) {
  .sticky {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.36); }
    .sticky .nav-item, .sticky .nav-item a {
      height: 73px !important; }
    .sticky #try_demo {
      height: 30px !important;
      line-height: 30px !important;
      padding: 0 30px !important;
      margin-left: 10px !important; } }
/* Sticky Header */
header.sticky {
  height: 70px;
  line-height: 63px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }
  @media (max-width: 991px) {
    header.sticky #mainNav {
      min-height: 70px; } }

header.sticky #mainNav .nav-item, header.sticky #mainNav .nav-item a {
  font-size: 13px; }

header #mainNav .nav-item a {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 89px;
  font-size: 14px;
  text-transform: uppercase; }

header #navbarResponsive .navbar-nav.login .nav-link {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 0; }

header img.logo {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: auto;
  max-height: 35px; }

header.sticky img.logo {
  max-height: 32px; }

header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 1199px) {
    header .navbar-brand {
      min-height: 89px;
      display: flex;
      align-items: center; } }

@media (max-width: 1199px) {
  header.sticky .navbar-brand {
    min-height: 70px; } }

header.sticky .main-nav {
  line-height: inherit; }

header .main-nav {
  min-height: 40px;
  height: 89px;
  display: flex;
  align-items: center;
  padding: 0 10px; }

header #navbarResponsive .navbar-nav.links .nav-link {
  min-height: 40px;
  height: 89px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  transition: all .2s ease-in-out; }


  header #navbarResponsive .navbar-nav.links .admin-link a {
    padding: 0 10px;
  }

  @media (max-width: 767px) {
    header #navbarResponsive .navbar-nav.links .nav-link {
      padding: 0 20px; } }

header.sticky #navbarResponsive .navbar-nav.links .nav-link {
  min-height: 40px;
  line-height: 67px; }

header.sticky #navbarResponsive .navbar-nav.login li:first-child .nav-link svg {
  width: 23px; }

header.sticky #navbarResponsive .navbar-nav.login li:nth-child(2) .nav-link svg {
  width: 25px; }

header #navbarResponsive .navbar-nav.login .has_tooltip .icon_tooltip {
  bottom: -30px;
  border-bottom: 1px solid #00537d; }

header .nav-item.dropdown .top-nav-user-name span,
.top-nav-user-name img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

header.sticky .nav-item.dropdown .top-nav-user-name span {
  font-size: 13px; }

header.sticky .top-nav-user-name img {
  max-height: 26px; }

@media only screen and (max-width: 1199px) {
  header #navbarResponsive .navbar-nav.login .nav-item span {
    font-weight: 600 !important;
    font-size: 14px !important; }

  header.sticky #navbarResponsive .navbar-nav.login .nav-item span {
    font-size: 14px !important; }

  header .navbar-toggler-icon {
    width: 1.2em !important;
    height: 1.2em !important; }

  header .navbar-toggler {
    padding: 4px 7px !important;
    border-color: rgba(150, 150, 150, 0.7);
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

  header .navbar-collapse {
    padding-bottom: 10px; }

  header .nav-item.dropdown .dropdown-toggle {
    background-image: none; } }
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  #navbarResponsive .navbar-nav.links .nav-link {
    border-top: none !important;
    min-height: 35px !important;
    line-height: 35px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important; } }
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,

.navbar-light .navbar-nav.active  > .nav-link{
  color: #fff;
  border-top: 4px solid #31d7d7;
  min-height: 40px;
  line-height: 67px; }

#heading {
  padding: 0 !important;
  height: 760px;
  background-image: url("../assets/home_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column; }
  @media (max-width: 1199px) {
    #heading {
      height: 600px; } }
  #heading div {
    height: 760px;
    position: relative; }
    @media (max-width: 991px) {
      #heading div {
        height: 600px; } }
  #heading .moto {
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translate(0, -42%);
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 1199px) {
      #heading .moto {
        font-size: 40px; } 

      }
    @media (max-width: 991px) {
      #heading .moto {
        top: 40%;
        transform: translate(0, -40%); }

#loans.brokerage #heading .moto {
    transform: none;
    top: 0;
} }
    #heading .moto span.wrap {
      color: #31d7d7; }
    @media (max-width: 991px) {
      #heading .moto.typewrite-desctop {
        display: none; } }
    #heading .moto.typewrite-mobile {
      display: none; }
      @media (max-width: 991px) {
        #heading .moto.typewrite-mobile {
          display: block;
          font-size: 34px; } }
      @media (max-width: 767px) {
        #heading .moto.typewrite-mobile {
          font-size: 25px; } }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
    #heading {
      margin-top: 0 !important; } }

#heading-box {
  padding: 0 !important;
  height: 760px;
  background-image: url("../assets/home_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column; }
  @media (max-width: 1199px) {
    #heading-box {
      height: 600px; } }
  #heading-box div.container {
    height: 760px;
    position: relative; }
    @media (max-width: 991px) {
      #heading-box div.container {
        height: 600px; } }
  #heading-box a.btn-video {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /*-webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/ }
  #heading-box .moto-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: 0 auto; }
    @media (max-width: 767px) {
      #heading-box .moto-content {
        width: 100%; } }
  #heading-box .moto-heading {
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 1199px) {
      #heading-box .moto-heading {
        font-size: 40px; } }
    @media (max-width: 991px) {
      #heading-box .moto-heading {
        top: 40%;
        transform: translate(0, -40%); } }
    #heading-box .moto-heading span.wrap {
      color: #31d7d7; }
    @media (max-width: 991px) {
      #heading-box .moto-heading.typewrite-desctop {
        display: none; } }
    #heading-box .moto-heading.typewrite-mobile {
      display: none; }
      @media (max-width: 991px) {
        #heading-box .moto-heading.typewrite-mobile {
          display: block;
          font-size: 34px; } }
      @media (max-width: 767px) {
        #heading-box .moto-heading.typewrite-mobile {
          font-size: 25px; } }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
    #heading-box {
      margin-top: 0 !important; } }

#presentation {
  padding: 120px 0 !important;
  background-image: url("../assets/presentatuon_bg.webp");
  background-repeat: no-repeat;
  background-size: 52%;
  background-position: right bottom;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center; }



  #presentation p, #presentation1 p {
    width: 70%;
  }
  #loans #presentation p {
    width: 100%;
  } 
  #presentation .container,
  #presentation1 .container {
    position: relative;
    height: 100%; }
    #presentation a.blue_btn, #presentation1 a.blue_btn {
      margin-top: 30px;
    }
  #presentation a.btn-video {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #6c87a0;
    display: inline-block;
    height: 42px;
    line-height: 43px;
    font-size: 15px;
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 2s ease-in-out;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  #presentation a.btn-video-b {
    background-color: #6c87a0;
    display: inline-block;
    height: 42px;
    line-height: 43px;
    font-size: 15px;
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 2s ease-in-out;
    border: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  
  #presentation p, #presentation1 p {
    margin: 0 auto;
    font-size: 16px;
    color: #6c87a0; }
    @media (min-width: 1900px) {
      #presentation p {
        max-width: 950px;
      }
    }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #presentation {
      height: auto !important;
      padding: 60px 0  !important; }
      #presentation h2 {
        font-size: 26px !important; } }

#product {
  background: #00537d;
  padding: 90px 0 120px 0 !important; }
  #product h2 {
    color: #fff; }
  #product h3 {
    font-size: 24px;
    color: #6c87a0; }
  #product p {
    font-size: 16px;
    color: #6c87a0;
    text-align: center;
    max-width: 321px;
    line-height: 1.4;
    margin: 0 auto;
    display: block; }
    @media (min-width: 1900px) {
      #product p {
        max-width: 90%;
      }
    }
  #product .product-content {
    display: flex;
    flex-flow: row;
    justify-content: space-between; }
    @media (max-width: 992px) {
      #product .product-content {
        flex-wrap: wrap; } }
  #product .product {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 83px 20px 30px 20px;
    text-align: center;
    margin-top: 85px;
    width: 32%; }
    @media (max-width: 992px) {
      #product .product {
        width: 48%; } }
    @media (max-width: 767px) {
      #product .product {
        width: 90%;
        margin: 130px auto 0; }
        #product .product:first-child {
          margin-top: 100px; } }
    @media (max-width: 992px) {
      #product .product:last-child {
        width: 100%;
        margin-top: 130px; } }
    @media (max-width: 767px) {
      #product .product:last-child {
        width: 95%; } }
    #product .product h3 {
      transition: all .4s ease-in-out; }
    #product .product:hover {
      cursor: pointer; }
      #product .product:hover h3 {
        color: #31d7d7; }
      #product .product:hover .product_logo {
        transform: scale(1.1); }
  #product .logo_container {
    text-align: center;
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%; }
  #product .product_logo {
    border-radius: 50%;
    background: #0174af;
    background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
    background-size: contain;
    height: 110px;
    width: 110px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    transition: all .2s ease-in-out; }
  #product #tokeniz_logo {
    padding-top: 32px; }
    #product #tokeniz_logo img {
      max-width: 72px; }
  #product #loans_logo {
    padding-top: 18px; }
    #product #brokerage_logo {
    padding-top: 37px; }
    #product #brokerage_logo img {
     max-width: 70px; }
    #product #loans_logo img {
      max-width: 68px; }
  #product #token_listing_logo {
    padding-top: 25px; }
    #product #token_listing_logo img {
      max-width: 60px; }
  #product .btn_container {
    text-align: center;
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%; }
    #product .btn_container a, #product .btn_container button {
      display: block;
      margin: 0 auto;
      padding: 0;
      width: 184px; }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #product {
      height: auto !important; }
      #product h2 {
        font-size: 26px !important; } }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
    #product .product p {
      max-width: 100% !important;
      height: auto !important; } }

#our-mission {
  background-image: url("../assets/our_missiong_bckg.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 120px 0 90px 0 !important; }
  #our-mission .descr {
    float: right;
    max-width: 640px;}


@media (max-width: 1440px) {
  #our-mission .descr {max-width: 650px}
}
@media (min-width: 1900px) {
  #our-mission .descr {max-width: 950px;
      margin-top: -80px!important;}
}

    #our-mission .descr p {
      color: #6c87a0;
      line-height: 1.6;
      margin-top: 10px; }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #our-mission {
      height: auto !important;
      padding: 60px 0 !important; }
      #our-mission h2 {
        font-size: 26px !important; } }

#subscriber{
  background-color: #00537d;
  padding: 48px 0; }
  @media (max-width: 1199px) {
    #subscriber {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    #subscriber {
      padding: 80px 0; } }
  #subscriber .subscriber_header {
    float: left;
    width: 60%; }
  #subscriber .subscriber-form {
    float: right;
    width: 40%;
    max-width: 470px; }
    #subscriber .subscriber-form input, #subscriber .subscriber-form button {
      display: block;
      width: 100%; }
  #subscriber #subscriber_logo {
    float: left;
    border-radius: 50%;
    background: #0174af;
    background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
    background-size: contain;
    height: 92px;
    width: 92px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-top: 0px;
    padding-left: 2px;
    margin-right: 27px; }
    #subscriber #subscriber_logo img {
      max-width: 90px; }
  #subscriber #subscriber_text h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-transform: none;
    border: none;
    padding: 0; }
  #subscriber #subscriber_text p {
    color: #fff;
    line-height: 1.6;
    margin-top: 10px; }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #subscriber {
      height: auto !important; } }
  @media only screen and (min-width: 10px) and (max-width: 1200px) {
    #subscriber .subscriber_header {
      width: 70% !important; }
    #subscriber .subscriber-form {
      width: 30% !important; } }
  @media (max-width: 992px) {
    #subscriber #subscriber_logo {
      float: none !important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    #subscriber #subscriber_text {
      text-align: center; }
    #subscriber .subscriber_header {
      float: none !important;
      width: 100% !important;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    #subscriber .subscriber-form {
      float: none !important;
      width: 100% !important;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 992px) and (max-width: 767px) {
  #subscriber .subscriber-form {
    float: none !important;
    width: 90% !important; } }





#subscriber_dark{
  background-color: #00537d;
  padding: 48px 0; }
  @media (max-width: 1199px) {
    #subscriber_dark {
      padding: 100px 0; } }
  @media (max-width: 767px) {
    #subscriber_dark {
      padding: 80px 0; } }
  #subscriber_dark .subscriber_header {
    float: left;
    width: 60%; }
  #subscriber_dark .subscriber-form {
    float: right;
    width: 40%;
    max-width: 470px; }
    #subscriber_dark .subscriber-form input, #subscriber_dark .subscriber-form button {
      display: block;
      width: 100%; }
  #subscriber_dark #subscriber_logo {
    float: left;
    border-radius: 50%;
    background: #0174af;
    background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
    background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
    background-size: contain;
    height: 92px;
    width: 92px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    text-align: center;
    padding-top: 0px;
    padding-left: 2px;
    margin-right: 27px; }
    #subscriber_dark #subscriber_logo img {
      max-width: 90px; }
  #subscriber_dark #subscriber_text h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-transform: none;
    border: none;
    padding: 0; }
  #subscriber_dark #subscriber_text p {
    color: #fff;
    line-height: 1.6;
    margin-top: 10px; }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #subscriber_dark {
      height: auto !important; } }
  @media only screen and (min-width: 10px) and (max-width: 1200px) {
    #subscriber_dark .subscriber_header {
      width: 70% !important; }
    #subscriber_dark .subscriber-form {
      width: 30% !important; } }
  @media (max-width: 992px) {
    #subscriber_dark #subscriber_logo {
      float: none !important;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    #subscriber_dark #subscriber_text {
      text-align: center; }
    #subscriber_dark .subscriber_header {
      float: none !important;
      width: 100% !important;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
    #subscriber_dark .subscriber-form {
      float: none !important;
      width: 100% !important;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 992px) and (max-width: 767px) {
  #subscriber_dark .subscriber-form {
    float: none !important;
    width: 90% !important; } }


.subscriber-input input[type="text"]:focus, input:focus, textarea:focus {
  outline: none;
  border-color: #9ac3d9 !important;
  box-shadow: 0 0 8px 0 #9ac3d9;
  border: 1px solid #9ac3d9; }

.subscriber-input input[type="text"] {
  padding-left: 40px; }

.subscriber-input {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.subscriber-input i {
  position: absolute;
  left: 118px;
  top: 10px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s; }

.subscriber-input input[type="text"]::placeholder {
  color: #9cb2c6;
  font-family: Montserrat;
  font-size: 15px; }

#latest-news {
  background: #fff;
  padding: 90px 0 90px 0 !important; }
  @media (max-width: 767px) {
    #latest-news {
      padding: 60px 0 50px 0 !important; } }
  #latest-news h2 {
    margin: 0 0 60px 0; }
  #latest-news .news-bubble {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    color: white;
    position: relative;
    margin-bottom: 50px; }
  #latest-news .news-bubble span span {
    color: #00a2c6; }
  #latest-news .news-bubble img {
    height: 200px; }
  #latest-news .news-content {
    height: 100px;
    border: 1px solid #dfe5ea;
    border-top: none; }
    #latest-news .news-content p {
      text-align: center;
      font-size: 15px;
      color: #6c87a0;
      line-height: 1.4;
      padding: 20px 20px 30px 20px; }
  #latest-news .news-image {
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; }
  #latest-news .btn_container {
    text-align: center;
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%; }
  #latest-news .blue_btn {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 184px; }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #latest-news {
      padding: 70px 0 !important; }
      #latest-news h2 {
        font-size: 26px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #latest-news .news-content {
      height: 140px !important; } }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #latest-news .news-bubble {
      width: 90%; }
      #latest-news .news-bubble img {
        width: 100%;
        height: auto !important; } }

.latest-news-container {
  display: flex;
  justify-content: space-around; }

.latest-news-container p, .latest-news-container span {
  font-family: Montserrat;
  color: #6c87a0; }

.latest-news-container p:first-of-type {
  font-weight: bold;
  color: #6c87a0; }

#contact-us {
  background: #f4f6f9;
  padding: 90px 0 !important; }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #contact-us {
      height: auto !important;
      padding: 60px 0 !important; }
      #contact-us h2 {
        font-size: 26px !important; } }
  #contact-us h2 {
    margin: 0 0 60px 0; }
  #contact-us .form-fields {
    width: 50%;
    margin: 0 auto;
    float: left; }
    #contact-us .form-fields button {
      width: 208px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      margin-top: 18px; }
  #contact-us form {
    width: 100%; }
  #contact-us input {
    background: url("../assets/Group 718.webp") no-repeat scroll 20px 14px;
    padding-left: 46px;
    width: 100%;
    border-radius: 15px;
    border: solid 1px #d6dee5;
    background-color: #ffffff;
    margin-bottom: 19px;
    height: 42px;
    font-size: 15px; }
  #contact-us textarea {
    background: url("../assets/Group 719.webp") no-repeat scroll 21px 20px;
    padding: 15px 15px 15px 46px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 140px;
    border-radius: 15px;
    border: solid 1px #d6dee5;
    background-color: #ffffff;
    font-size: 15px; }
  #contact-us textarea::placeholder, #contact-us input::placeholder {
    color: #9cb2c6; }
  #contact-us #contact_links {
    width: 50%;
    margin: 0 auto;
    float: right;
    text-align: center; }
  #contact-us .logo_container {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 40px; }
    #contact-us .logo_container .social_logo {
      transition: all .2s ease-in-out; }
    #contact-us .logo_container:hover .social_logo {
      transform: scale(1.1);
      box-shadow: 0 0 8px 0 #9ac3d9; }
    #contact-us .logo_container p {
      font-size: 16px;
      color: #6c87a0;
      line-height: 1;
      padding-top: 14px; }
    #contact-us .logo_container a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  #contact-us .logo_container:first-child {
    margin: 0; }
  #contact-us .social_logo {
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d6dee5;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 10px; }
  #contact-us .faq_link {
    max-width: 385px;
    margin: 0 auto;
    color: #6c87a0;
    line-height: 1.6;
    margin-top: 30px; }
    #contact-us .faq_link a {
      font-size: 18px;
      transition: all .2s ease-in-out; }
      #contact-us .faq_link a:hover {
        color: #31d7d7; }

  @media only screen and (min-width: 10px) and (max-width: 1024px) {
    #contact-us .form-fields, #contact-us #contact_links {
      width: 100% !important;
      float: none !important; }
    #contact-us #contact_links {
      margin-top: 80px; }
    #contact-us .logo_container {
      margin: 15px !important; } }

#contact-popup h3 {
  font-size: 17px;
  margin: 0;
  text-transform: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #ffffff; }
  #contact-popup h3 span {
    font-weight: 600; }
#contact-popup h4 {
  font-size: 15px;
  margin: 0;
  text-transform: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #ffffff; }
#contact-popup .close {
  color: #fff; }
#contact-popup .modal-dialog {
  margin-top: 5%; }
#contact-popup .modal-content {
  border: 0; }
#contact-popup .modal-header {
  background-color: #0073ae;
  padding: 1.2rem 1.5rem; }
#contact-popup .modal-body {
  background-color: #f4f6f9;
  padding: 1.2rem 1.5rem; }
#contact-popup .form-fields {
  width: 100%;
  margin: 0 auto;
  float: left; }
  #contact-popup .form-fields button {
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 18px; }
#contact-popup form {
  width: 100%; }
#contact-popup input {
  background: url("../assets/Group 718.webp") no-repeat scroll 20px 14px;
  padding-left: 46px;
  width: 100%;
  border-radius: 15px;
  border: solid 1px #d6dee5;
  background-color: #ffffff;
  margin-bottom: 19px;
  height: 42px;
  font-size: 15px; }
#contact-popup textarea {
  background: url("../assets/Group 719.webp") no-repeat scroll 21px 20px;
  padding: 15px 15px 15px 46px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 140px;
  border-radius: 15px;
  border: solid 1px #d6dee5;
  background-color: #ffffff;
  font-size: 15px; }
#contact-popup textarea::placeholder, #contact-popup input::placeholder {
  color: #9cb2c6; }

#video-yt {
  background: #f4f6f9;
  color: #6c87a0;
  padding: 90px 0 100px 0 !important; }
  #video-yt .center {
    margin-bottom: 20px; }

#video-yt .html5-video-player:not(.ytp-transparent),
#video-yt .html5-video-player.unstarted-mode,
#video-yt .html5-video-player.ad-interrupting,
#video-yt .html5-video-player.ended-mode,
#video-yt .html5-video-player.ytp-fullscreen {
  background-color: #f4f6f9 !important; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  75% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }
/* Scale Animation */
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear; }

.fade-scale.show {
  opacity: 1;
  transform: scale(1); }

#tokenization {
  position: relative; }

#body_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
  display: none; }

#tokenization #heading {
  height: 586px;
  background-image: url("../assets/tokenization_background.webp");
  position: relative; }
  #tokenization #heading .moto {
    font-size: 55px;
    position: absolute;
    width: 76%;
    top: 53%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      #tokenization #heading .moto {
        font-size: 40px; } }
    @media (max-width: 767px) {
      #tokenization #heading .moto {
        font-size: 34px; } }

#tokenization #presentation {
  padding: 90px 0 !important;
  height: auto;
  background: #f4f6f9; }
  #tokenization #presentation #img {
    float: left;
    width: 45%; }
    #tokenization #presentation #img img {
      max-width: 100%;
      height: auto; }
  #tokenization #presentation #text {
    float: right;
    width: 45%;
    max-width: 680px;
    padding-top: 20px; }
@media (min-width: 1900px) {
#tokenization #presentation #text {
    max-width: 950px;
  }
}

    #tokenization #presentation #text p {
      max-width: 100%; }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
    #tokenization #presentation {
      padding: 60px 0 80px 0 !important; }
      #tokenization #presentation #img {
        float: none !important;
        width: 100% !important;
        margin-top: 50px;
        text-align: center; }
      #tokenization #presentation #text {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center; } }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #tokenization #presentation {
      height: auto !important;
      padding: 80px 0 !important; }
      #tokenization #presentation h2 {
        font-size: 26px !important; } }

#method {
  background: #00537d;
  text-align: center; }
  #method h2 {
    color: #fff;
    margin-left: 0px;
    margin-bottom: 50px; }
  #method #diagram {
    position: relative;
    display: inline-block; }
    #method #diagram #diagram_mobile {
      display: none; }
    #method #diagram .info {
      position: absolute;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      cursor: pointer; }
      #method #diagram .info .open_tooltip {
        display: none; }
      #method #diagram .info .info_tooltip {
        color: #00537d;
        background-color: #fff;
        font-size: 15px;
        border: 1px solid #9ac3d9;
        border-radius: 8px;
        z-index: 99999999;
        display: none; }
        #method #diagram .info .info_tooltip .close_tooltip {
          display: none; }
        #method #diagram .info .info_tooltip:after {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          left: 50%;
          bottom: -15px;
          transform: translate(-50%, -50%) rotate(45deg);
          background-color: #fff; }
    #method #diagram #info_1 {
      left: 65.9%;
      top: 2.2%; }
    #method #diagram #info_2 {
      left: 65.9%;
      top: 13%; }
    #method #diagram #info_3 {
      left: 65.9%;
      top: 23.6%; }
    #method #diagram #info_4 {
      left: 65.9%;
      top: 51.5%; }
    #method #diagram #info_5 {
      left: 66.1%;
      top: 62.2%; }
    #method #diagram #info_6 {
      left: 42.5%;
      top: 75.4%; }
    #method #diagram #info_7 {
      left: 77.6%;
      top: 75.6%; }
    #method #diagram #info_8 {
      left: 77.6%;
      top: 86.2%; }
    @media only screen and (min-width: 992px) and (max-width: 3000px) {
      #method #diagram .info_tooltip {
        position: absolute;
        top: -15px;
        left: -47px;
        transform: translate(-30%, -100%);
        min-width: 300px;
        max-width: 500px;
        padding: 10px; }
      #method #diagram .info:hover .info_tooltip {
        display: block; } }
    @media only screen and (min-width: 100px) and (max-width: 991px) {
      #method #diagram #diagram_desktop {
        display: none; }
      #method #diagram #diagram_mobile {
        display: block; }
      #method #diagram .info_tooltip {
        padding: 35px 15px 15px 15px;
        position: fixed;
        top: 25%;
        left: 15px;
        right: 15px;
        margin: 0 auto;
        max-width: 400px;
        z-index: 3; }
        #method #diagram .info_tooltip:after {
          display: none !important; }
      #method #diagram .open_tooltip {
        position: absolute;
        right: 15px;
        top: 0;
        display: block !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 12; }
      #method #diagram .close_tooltip {
        position: absolute;
        right: 15px;
        top: 0;
        display: block !important;
        width: 15px;
        height: 15px;
        font-size: 22px;
        cursor: pointer; }
      #method #diagram #info_1 {
        left: 86.4%;
        top: 13.2%; }
      #method #diagram #info_2 {
        left: 86.4%;
        top: 19.8%; }
      #method #diagram #info_3 {
        left: 86.4%;
        top: 26.4%; }
      #method #diagram #info_4 {
        left: 86.4%;
        top: 51.1%; }
      #method #diagram #info_5 {
        left: 86.4%;
        top: 62.2%; }
      #method #diagram #info_6 {
        left: 86.4%;
        top: 72.9%; }
      #method #diagram #info_7 {
        left: 86.4%;
        top: 82.7%; }
      #method #diagram #info_8 {
        left: 86.4%;
        top: 92.3%; } }

#tokenization #contact-us {
  background: #fff; }

#team {
  background: #f4f6f9;
  padding: 81px 0 0 0 !important; }
  #team .team-container {
    padding-top: 30px; }
  #team #building {
    float: left;
    width: 50%;
    cursor: pointer;
    position: relative;
    padding-top: 20px; }
    #team #building #img_hovered {
      display: none; }
    #team #building:hover #img_not_hovered {
      display: none; }
    #team #building:hover #img_hovered {
      display: block; }
    #team #building .img_not_visible, #team #building .member_tooltip_not_visible {
      display: none !important; }
    #team #building .img_visible, #team #building .member_tooltip_visible {
      display: block !important; }
    #team #building .member_hover {
      position: absolute; }
      #team #building .member_hover:hover .member_tooltip {
        display: block; }
      #team #building .member_hover .member_tooltip {
        position: relative;
        display: none; }
    #team #building #vviktorov {
      width: 23px;
      height: 27px;
      top: 24.6%;
      left: 58.4%; }
      #team #building #vviktorov .member_tooltip {
        right: -3px;
        top: -89px;
        width: 130px; }
    #team #building #klozanov {
      width: 19px;
      height: 24px;
      top: 32%;
      left: 64.1%; }
      #team #building #klozanov .member_tooltip {
        right: -10px;
        top: -57px;
        width: 110px; }
    #team #building #bmonies {
      width: 27px;
      height: 27px;
      top: 35%;
      left: 51.2%;
      z-index: 10; }
      #team #building #bmonies .member_tooltip {
        left: -75px;
        bottom: 75px;
        width: 85px; }
    #team #building #EdwardPak {
      width: 27px;
      height: 27px;
      top: 40%;
    left: 64.2%;
      z-index: 10; }
      #team #building #EdwardPak .member_tooltip {
        left: -78px;
    bottom: 83px;
    width: 85px; }
    #team #buiding #ablair {
      width: 19px;
      height: 20px;
      top: 40%;
      left: 64.2%; }
      #team #building #ablair .member_tooltip {
        left: 12px;
        top: 13px;
        width: 85px; }
    #team #building #nshirshova {
      width: 23px;
      height: 21px;
      top: 47%;
      left: 58.2%; }
      #team #building #nshirshova .member_tooltip {
        left: -4px;
        top: 10px;
        width: 97px; }
    #team #building #hpiyankov {
      width: 28px;
      height: 19px;
      top: 56%;
      left: 51.2%; }
      #team #building #hpiyankov .member_tooltip {
        left: 13px;
        top: 13px;
        width: 87px; }
     #team #building #tharttraft {
      width: 28px;
      height: 19px;
      top: 64.5%;
      left: 58.2%;}
      #team #building #tharttraft .member_tooltip {
        left:-74px;
        top: 13px;
        width: 87px; } 
        @media (min-width: 768px) and (max-width: 991px) {
       #team #building #tharttraft .member_toolti {
              top: 10px;}}
      @media (max-width: 767px) {} 
    #team #building #abull {
      width: 20px;
      height: 17px;
      top: 61.5%;
      left: 64.2%;}
      #team #building #abull .member_tooltip {
        left: -6px;
        top: 10px;
        width: 95px;}   
      @media (min-width: 768px) and (max-width: 991px) {
       #team #building #abull .member_toolti {
          left: -13px;
          top: 9px;}}
          #team #building #mtedesco {
      width: 20px;
      height: 17px;
      top: 52.5%;
      left: 64.2%;}
      #team #building #mtedesco .member_tooltip {
        left: 4px;
        top: 10px;
        width: 95px;}   
      
      #team #mtedesco_info {
      padding-top: 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #team #mtedesco_info {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        #team #mtedesco_info {
          padding-top: 0; } }

      @media (max-width: 767px) {
        #team {
          padding-bottom: 60px !important
        }
      } 
    #team #building #mtonev {
      width: 30px;
      height: 25px;
      top: 26%;
      left: 41.2%; }
      #team #building #mtonev .member_tooltip {
        left: -111px;
        top: -95px;
        width: 130px; }
    #team #building #nbalkandjiiski {
      width: 25px;
      height: 20px;
      top: 34%;
      left: 35.2%; }
      #team #building #nbalkandjiiski .member_tooltip {
        left: -99px;
        top: -32px;
        width: 110px; }
    #team #building #rfoteva {
      width: 28px;
      height: 20px;
      top: 46%;
      left: 41.5%; }
      #team #building #rfoteva .member_tooltip {
        left: -72px;
        top: 10px;
        width: 86px; }
    #team #building #pmonev {
      width: 20px;
      height: 20px;
      top: 44%;
      left: 30%; }
      #team #building #pmonev .member_tooltip {
        left: -87px;
        top: 2px;
        width: 102px; }
  #team .member_tooltip.member_tooltip_visible {
    z-index: 10; }
  #team .member_tooltip {
    z-index: 100; }
  #team #show_member_info {
    text-align: center;
    padding-top: 190px; }
    #team #show_member_info .clearfix {
      margin: 0 auto;
      display: inline-block;
      width: 300px; }
    #team #show_member_info #show_info_icon {
      float: left;
      border-radius: 50%;
      background: #0174af;
      background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
      background-size: contain;
      height: 92px;
      width: 92px;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      text-align: center;
      padding-top: 26px;
      margin-right: 15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #team #show_member_info #show_info_icon {
          height: 76px;
          width: 76px;
          padding-top: 22px; } }
      #team #show_member_info #show_info_icon img {
        width: 54px;
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 100;
        animation-iteration-count: 100; }
        @media (min-width: 768px) and (max-width: 991px) {
          #team #show_member_info #show_info_icon img {
            width: 42px; } }
    #team #show_member_info #show_info_text p:first-child {
      font-size: 30px;
      text-transform: uppercase;
      margin-top: 3px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #team #show_member_info #show_info_text p:first-child {
          font-size: 24px; } }
    #team #show_member_info #show_info_text p {
      font-size: 16px;
      color: #6c87a0;
      line-height: 1.3;
      margin: 0;
      margin-top: 3px;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        #team #show_member_info #show_info_text p {
          font-size: 14px; } }
  #team #team_members {
    float: right;
    width: 50%;
    text-align: center; }
    #team #team_members .member {
      display: none;
      max-width: 275px;
      margin: 0 auto; }
      #team #team_members .member .nav-toggle {
        font-size: 14px;
        margin-top: 5px;
        font-weight: 600;
      }
      #team #team_members .member .nav-toggle:hover {
        color: #31d7d7;
      }
      #team #team_members .member .header {
        position: relative; }
        #team #team_members .member .header a {
          display: block;
          position: absolute;
          right: 20px;
          top: 38%; }
          @media (min-width: 768px) and (max-width: 991px) {
            #team #team_members .member .header a {
              right: 68px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #team #team_members .member .header a img {
              width: 36px; } }
      #team #team_members .member .name {
        font-size: 19px;
        color: #6c87a0;
        margin-top: 25px;
        text-transform: uppercase; }
        @media (min-width: 768px) and (max-width: 991px) {
          #team #team_members .member .name {
            font-size: 16px;
            margin-top: 15px; } }
      #team #team_members .member .position {
        font-size: 16px;
        color: #6c87a0;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 22px;
        margin-top: 3px; }
        @media (min-width: 768px) and (max-width: 991px) {
          #team #team_members .member .position {
            font-size: 15px; } }
      #team #team_members .member .content {
        font-size: 14px;
        color: #6c87a0;
        margin-top: 5px; }
        #team #team_members .member .content-more {
          margin-top: 0;}
        @media (min-width: 768px) and (max-width: 991px) {
          #team #team_members .member .content {
            font-size: 13px; } }
  #team #klozanov_info {
    padding-top: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #klozanov_info {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      #team #klozanov_info {
        padding-top: 0; } }
  #team #vviktorov_info {
    padding-top: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #vviktorov_info {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      #team #vviktorov_info {
        padding-top: 0; } }
  #team #bmonies_info {
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #bmonies_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #bmonies_info {
        padding-top: 0; } }


#team #EdwardPak_info {
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #EdwardPak_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #EdwardPak_info {
        padding-top: 0; } }

  #team #hpiyankov_info {
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #hpiyankov_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #hpiyankov_info {
        padding-top: 0; } }
    #team #tharttraft_info {
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {}
    @media (max-width: 767px) {
      #team #tharttraft_info {
        padding-top: 0px; }
    }    
    #team #abull_info {
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {}
    @media (max-width: 767px) {
      #team #abull_info {
        padding-top: 0px; }
    }    

  #team #mtonev_info {
    padding-top: 0; }
  #team #nbalkandjiiski_info {
    padding-top: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #nbalkandjiiski_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #nbalkandjiiski_info {
        padding-top: 0; } }
  #team #rfoteva_info {
    padding-top: 0; }
  #team #pmonev_info {
    padding-top: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #pmonev_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #pmonev_info {
        padding-top: 0; } }
  #team #ablair_info {
    padding-top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #ablair_info {
        padding-top: 0; } }
    @media (max-width: 767px) {
      #team #ablair_info {
        padding-top: 0; } }
  #team #nshirshova_info {
    padding-top: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #team #nshirshova_info {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      #team #nshirshova_info {
        padding-top: 0; } }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #team {
      height: auto !important;
      padding: 80px 0 !important; }
      #team h2 {
        font-size: 26px !important; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #team #img_hovered {
      display: block !important; }
    #team #img_not_hovered {
      display: none !important; }
    #team #show_member_info {
      padding-top: 90px !important; } }
  @media only screen and (min-width: 100px) and (max-width: 767px) {
    #team #building, #team #show_member_info {
      display: none !important; }
    #team #team_members {
      float: none !important;
      width: 100% !important; }
    #team .member {
      display: block !important;
      margin-top: 50px !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    #team #vviktorov_info {
      margin-top: 0 !important; } }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 1199px) {
  #team #team_members .member .header > img {
    width: 160px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #team #team_members .member .header > img {
    width: 110px; } }


#loans #heading {
  height: 586px;
  background-image: url("../assets/tokenization_background.webp");
  position: relative; }
  #loans #heading .moto {
    font-size: 55px;
    position: absolute;
    width: 76%;
    top: 53%;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #loans #heading .moto {
        width: 100%; } }
    @media (max-width: 1199px) {
      #loans #heading .moto {
        font-size: 40px; } }
    @media (max-width: 767px) {
      #loans #heading .moto {
        font-size: 34px; } }
#loans #presentation {
  padding:90px 0 90px 0 !important;
  height: auto;
  background: #f4f6f9; }
  #loans #presentation #img {
    float: left;
    width: 45%;
    text-align: center; }
    #loans #presentation #img img {
      height: auto;
      margin: 0 auto; }
    #loans #presentation #img a {
      display: block;
      margin: 0 auto;
      margin-top: 30px;
      max-width: 200px; }
  #loans #presentation #text {
    float: right;
    width: 45%;
    max-width: 680px;}
    @media (min-width: 1900px) {
      #loans #presentation #text {
        max-width: 950px;
      }
    }
    #loans #presentation #text p {
      max-width: 100%; }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
   
      #loans #presentation #img {
        float: none !important;
        width: 100% !important;
        margin-top: 50px;
        text-align: center; }
      #loans #presentation #text {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center; } }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #loans #presentation {
      height: auto !important; }
      #loans #presentation h2 {
        font-size: 26px !important; } }
#loans #subscriber {
  background-color: #f8f8f8; }
  #loans #subscriber #subscriber_text h2, #loans #subscriber #subscriber_text p {
    color: #6c87a0; }
#loans #contact-us {
  background: #fff; }

#tabs {
  position: relative;}
  #tabs div, #tabs svg, #tabs a, #tabs span {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */ }
  #tabs #logo_bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none; }
  #tabs > a {
    display: block;
    width: 50%;
    float: left;
    font-size: 16px;
    color: #9ac3d9;
    border-bottom: 1px solid #9ac3d9;
    padding-bottom: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    z-index: 100;
    position: relative; }

    #tabs p a {
      color: #9ac3d9;
    }
  #tabs .tab_selected {
    color: #fff;
    position: relative; }
  #tabs .tab_selected:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 11px;
    left: 50%;
    bottom: -11px;
    background: url("../assets/tab_selected_arr.webp") 0 0 no-repeat; }

#first_tab_content, #second_tab_content {
  position: relative;
  top: 30px;
  left: 0;
  width: 100%;
  visibility: hidden;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 2; }

.tab_content_opened {
  visibility: visible !important;
  height: auto !important; }


@media only screen and (min-width: 769px) and (max-width: 992px) {
  #loans #method {
    padding: 60px 0 120px  0 !important }
    #loans #method h2 {
      font-size: 26px !important; }

  #tabs a {
    margin: 20px 0 !important;
    padding-bottom: 0 !important;
    height: 70px; }

  .swiper-container,
  .swiper-container-not-slider {
    width: 90% !important; }

  .swiper_btn {
    display: none !important; }

  .swiper-pagination {
    display: block !important; }

  }
@media only screen and (min-width: 10px) and (max-width: 769px) {
  #loans #method {
    padding: 60px 0 !important; }
    #loans #method h2 {
      font-size: 26px !important; }

  #logo_bg {
    display: none !important; }

  .swiper_btn {
    display: none !important; }

  .swiper-pagination {
    display: block !important; }

  #tabs {
    height: auto !important; }
    #tabs .swiper-container,
    #tabs .swiper-container-not-slider {
      width: 90% !important;
      height: auto !important; }
    
      #tabs a span:first-child {
        display: table-cell;
        vertical-align: middle;
        width: 80%; }
    #tabs #first_tab {
      border-radius: 5px 5px 0 0; }
    #tabs #second_tab {
      border-radius: 0 0 5px 5px; }
    #tabs #second_tab.tab_selected {
      border-radius: 0; }
    #tabs .tab_selected:before {
      display: none !important; }
    #tabs .tab_selected #tab_arr_up {
      display: block !important; }
    #tabs .tab_selected #tab_arr_down {
      display: none !important; }
    #tabs #tab_arr_down {
      display: block;
      position: absolute;
      width: 15px;
      height: 10px;
      right: 35px;
      top: 45%; }
    #tabs #tab_arr_down:before,
    #tabs #tab_arr_down:after {
      position: absolute;
      display: block;
      content: "";
      border: 10px solid transparent; }
    #tabs #tab_arr_down:before {
      top: 0;
      border-top-color: #7fa7bc; }
    #tabs #tab_arr_down:after {
      top: -2px;
      border-top-color: #00537d; }
    #tabs #tab_arr_up {
      display: none;
      position: absolute;
      width: 15px;
      height: 10px;
      right: 35px;
      top: 45%; }
    #tabs #tab_arr_up:before,
    #tabs #tab_arr_up:after {
      position: absolute;
      display: block;
      content: "";
      border: 10px solid transparent; }
    #tabs #tab_arr_up:before {
      bottom: 0;
      border-bottom-color: #fff; }
    #tabs #tab_arr_up:after {
      bottom: -2px;
      border-bottom-color: #00537d; }
    #tabs #first_tab_content.tab_content_opened, #tabs #second_tab_content.tab_content_opened {
      position: relative;
      top: 0 !important;
      left: 0 !important;
      border: 1px solid #7daac3 !important;
      margin: 2px 0 0 0 !important;
      padding: 0 !important; }
      #tabs #first_tab_content.tab_content_opened .step, #tabs #second_tab_content.tab_content_opened .step {
        margin-top: 25px; }
    #tabs #second_tab_content.tab_content_opened {
      border-radius: 0 0 5px 5px; }

  .swiper-pagination {
    position: relative !important;
    margin-bottom: 25px; } }
#careers #careers-heading {
  height: 586px;
  background-image: url("../assets/tokenization_background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 0; }
  #careers #careers-heading .container {
    position: relative;
    height: 100%; }
  #careers #careers-heading .moto-content {
    position: absolute;
    width: 76%;
    top: 65%;
    left: 0;
    right: 0;
    transform: translate(0, -65%);
    margin: 0 auto; }
    @media (max-width: 767px) {
      #careers #careers-heading .moto-content {
        width: 100%; } }
  #careers #careers-heading .moto {
    font-size: 55px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      #careers #careers-heading .moto {
        width: 100%; } }
    @media (max-width: 1199px) {
      #careers #careers-heading .moto {
        font-size: 40px; } }
    @media (max-width: 767px) {
      #careers #careers-heading .moto {
        font-size: 34px; } }
    #careers #careers-heading .moto span.wrap {
      color: #31d7d7; }
  #careers #careers-heading .moto-arrow {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 100;
    animation-iteration-count: 100; }
    #careers #careers-heading .moto-arrow span {
      display: block;
      height: 51px;
      width: 51px;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      margin: 0 auto;
      position: relative;
      transition: all .2s ease-in-out; }
      #careers #careers-heading .moto-arrow span img {
        position: absolute;
        top: 16px;
        left: 19px;
        transform: rotate(90deg);
        width: 13px; }

#careers-content {
  text-align: center;
  padding: 100px 0 30px 0 !important;
  color: #6c87a0; }
  #careers-content h2 {
    margin-top: 70px;
    border: 0;
    font-weight: 500; }
  #careers-content .open-positions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #careers-content .open-positions {
        flex-flow: column; } }
    #careers-content .open-positions .position-content {
      display: flex;
      flex-flow: column;
      width: 25%;
      padding: 0 15px;
      margin-bottom: 70px; }
      @media (max-width: 767px) {
        #careers-content .open-positions .position-content {
          width: 100%;
          margin-bottom: 60px; }
          #careers-content .open-positions .position-content:last-child {
            margin-bottom: 0; } }
      #careers-content .open-positions .position-content .icon {
        height: 110px;
        width: 110px;
        text-align: center;
        display: block;
        border-radius: 50%;
        background: #0174af;
        background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
        background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
        background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
        background-size: contain;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
        margin-left: auto;
        margin-right: auto;
        transition: all 1.2s ease;
        position: relative; }
        @media (max-width: 1199px) {
          #careers-content .open-positions .position-content .icon {
            height: 90px;
            width: 90px; } }
        #careers-content .open-positions .position-content .icon img {
          position: absolute;
          top: 50%;
          transition: all 1s ease;
          width: 58px; }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon img {
              height: 48px;
              width: 48px; } }
        #careers-content .open-positions .position-content .icon.tw img {
          left: 16px;
          transform: translate(16px, -50%); }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.tw img {
              left: 12px;
              transform: translate(12px, -50%); } }
        #careers-content .open-positions .position-content .icon.qa img, #careers-content .open-positions .position-content .icon.js img, #careers-content .open-positions .position-content .icon.ud img {
          left: 12px;
          transform: translate(12px, -50%); }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.qa img, #careers-content .open-positions .position-content .icon.js img, #careers-content .open-positions .position-content .icon.ud img {
              left: 9px;
              transform: translate(9px, -50%); } }
        #careers-content .open-positions .position-content .icon.sa img {
          left: 15px;
          transform: translate(17px, -50%);
          width: 54px; }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.sa img {
              left: 11px;
              transform: translate(11px, -50%);
              width: 50px; } }
        #careers-content .open-positions .position-content .icon.oa img {
          width: 50px;
          left: 17px;
          transform: translate(17px, -50%); }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.oa img {
              left: 13px;
              transform: translate(13px, -50%);
              width: 44px; } }
        #careers-content .open-positions .position-content .icon.pm img {
          width: 60px;
          left: 13px;
          transform: translate(13px, -50%);
          top: 53%; }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.pm img {
              width: 67px;
              left: 7px;
              transform: translate(6px, -50%);
              top: 53%; } }
        #careers-content .open-positions .position-content .icon.prodm img {
          width: 50px;
          left: 17px;
          transform: translate(17px, -50%); }
          @media (max-width: 1199px) {
            #careers-content .open-positions .position-content .icon.prodm img {
              left: 13px;
              transform: translate(13px, -50%);
              width: 44px; } }
      #careers-content .open-positions .position-content .position {
        font-size: 17px;
        line-height: 25px;
        margin-top: 20px;
        color: #00537d;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        transition: all 1.2s ease; }
        @media (max-width: 1199px) {
          #careers-content .open-positions .position-content .position {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #careers-content .open-positions .position-content .position {
            font-size: 17px; } }
      #careers-content .open-positions .position-content:hover .icon {
        transform: scale(1.1); }
      #careers-content .open-positions .position-content:hover .position {
        color: #31d7d7; }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#career-in-content {
  color: #6c87a0; }
  #career-in-content .head {
    background: #f4f6f9;
    padding: 60px 0 55px 0 !important; }
    #career-in-content .head .container {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767px) {
        #career-in-content .head .container {
          flex-flow: column; } }
    #career-in-content .head .left {
      display: flex;
      flex-flow: column;
      align-items: flex-start; }
      @media (max-width: 767px) {
        #career-in-content .head .left {
          order: 2;
          margin-top: 20px; } }
      #career-in-content .head .left a {
        margin-top: 25px;
        font-size: 16px;
        font-weight: 600;
        padding: 0 60px; }
        @media (max-width: 1199px) {
          #career-in-content .head .left a {
            font-size: 15px; } }
        @media (max-width: 767px) {
          #career-in-content .head .left a {
            margin: 30px auto; } }
    @media (max-width: 767px) {
      #career-in-content .head .right {
        order: 1; } }
    #career-in-content .head h1.career-title {
      font-size: 36px;
      margin: 0;
      font-weight: 500; }
      @media (max-width: 1349px) {
        #career-in-content .head h1.career-title {
          font-size: 32px; } }
      @media (max-width: 1199px) {
        #career-in-content .head h1.career-title {
          font-size: 26px; } }
      @media (max-width: 767px) {
        #career-in-content .head h1.career-title {
          text-align: center; } }
    #career-in-content .head p.location {
      color: #00537d;
      font-weight: 500;
      margin: 15px 0 0 0; }
      #career-in-content .head p.location span {
        color: #31d7d7; }
      #career-in-content .head p.location i {
        margin-right: 5px; }
    #career-in-content .head .icon {
      height: 120px;
      width: 120px;
      text-align: center;
      display: block;
      border-radius: 50%;
      background: #0174af;
      background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
      background-size: contain;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      margin-left: auto;
      margin-right: auto;
      transition: all 1.2s ease;
      position: relative; }
      @media (max-width: 1349px) {
        #career-in-content .head .icon {
          height: 110px;
          width: 110px; } }
      @media (max-width: 1199px) {
        #career-in-content .head .icon {
          height: 100px;
          width: 100px; } }
      @media (max-width: 767px) {
        #career-in-content .head .icon {
          height: 86px;
          width: 86px;
          margin-bottom: 10px; } }
      #career-in-content .head .icon img {
        position: absolute;
        top: 50%;
        transition: all 1s ease;
        width: 66px; }
        @media (max-width: 1349px) {
          #career-in-content .head .icon img {
            width: 60px; } }
        @media (max-width: 1199px) {
          #career-in-content .head .icon img {
            height: 52px;
            width: 52px; } }
        @media (max-width: 767px) {
          #career-in-content .head .icon img {
            height: 46px;
            width: 46px; } }
      #career-in-content .head .icon.tw img {
        left: 17px;
        transform: translate(17px, -50%); }
        @media (max-width: 1349px) {
          #career-in-content .head .icon.tw img {
            left: 15px;
            transform: translate(15px, -50%); } }
        @media (max-width: 1199px) {
          #career-in-content .head .icon.tw img {
            left: 16px;
            transform: translate(16px, -50%); } }
        @media (max-width: 767px) {
          #career-in-content .head .icon.tw img {
            left: 14px;
            transform: translate(14px, -50%); } }
      #career-in-content .head .icon.qa img, #career-in-content .head .icon.js img, #career-in-content .head .icon.ud img {
        left: 11px;
        transform: translate(11px, -50%); }
        @media (max-width: 767px) {
          #career-in-content .head .icon.qa img, #career-in-content .head .icon.js img, #career-in-content .head .icon.ud img {
            left: 9px;
            transform: translate(9px, -50%); } }
      #career-in-content .head .icon.sa img {
        left: 17px;
        transform: translate(17px, -50%);
        width: 56px; }
        @media (max-width: 1199px) {
          #career-in-content .head .icon.sa img {
            left: 10px;
            transform: translate(10px, -50%);
            width: 50px; } }
      #career-in-content .head .icon.oa img {
        width: 54px;
        left: 18px;
        transform: translate(19px, -50%); }
        @media (max-width: 1199px) {
          #career-in-content .head .icon.oa img {
            left: 13px;
            transform: translate(13px, -50%);
            width: 44px; } }
      #career-in-content .head .icon.pm img {
        width: 66px;
        left: 14px;
        transform: translate(14px, -50%);
        top: 53%; }
        @media (max-width: 1199px) {
          #career-in-content .head .icon.pm img {
            width: 66px;
            left: 5px;
            transform: translate(6px, -50%);
            top: 53%; } }
      #career-in-content .head .icon.prodm img {
        width: 56px;
        left: 17px;
        transform: translate(17px, -50%); }
        @media (max-width: 1199px) {
          #career-in-content .head .icon.prodm img {
            left: 12px;
            transform: translate(12px, -50%);
            width: 44px; } }
    #career-in-content .head:hover .icon {
      transform: scale(1.1); }
  #career-in-content .content {
    padding: 60px 0 20px 0 !important; }
    #career-in-content .content .content-row {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 991px) {
        #career-in-content .content .content-row {
          flex-flow: column; } }
      @media (max-width: 991px) {
        #career-in-content .content .content-row.content-row-list .col-left .career-info:last-child {
          margin-bottom: 15px; } }
      #career-in-content .content .content-row.content-row-list .col-right .career-info h2 {
        opacity: 0; }
        @media (max-width: 991px) {
          #career-in-content .content .content-row.content-row-list .col-right .career-info h2 {
            display: none; } }
    #career-in-content .content .col-left {
      width: 46%; }
      @media (max-width: 991px) {
        #career-in-content .content .col-left {
          width: 100%; } }
    #career-in-content .content .col-right {
      width: 46%; }
      @media (max-width: 991px) {
        #career-in-content .content .col-right {
          width: 100%; } }
    #career-in-content .content .col-100 {
      width: 100%; }
    #career-in-content .content .career-info {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        #career-in-content .content .career-info.more {
          text-align: center; } }
      #career-in-content .content .career-info.more p {
        font-weight: 600; }
      #career-in-content .content .career-info.more .btns {
        display: flex;
        flex-flow: row;
        justify-content: space-between; }
        @media (max-width: 767px) {
          #career-in-content .content .career-info.more .btns {
            flex-flow: column; } }
        #career-in-content .content .career-info.more .btns .right {
          display: flex;
          flex-flow: row;
          align-items: center; }
          @media (max-width: 767px) {
            #career-in-content .content .career-info.more .btns .right {
              flex-flow: column;
              margin-top: 40px; } }
          #career-in-content .content .career-info.more .btns .right span {
            font-weight: 600; }
      #career-in-content .content .career-info.more ul.social-links {
        margin: 0;
        padding: 0; }
        #career-in-content .content .career-info.more ul.social-links li {
          list-style-type: none;
          padding-left: 10px;
          float: left; }
      #career-in-content .content .career-info.more iframe#twitter-widget-0 {
        margin-top: 5px; }
    #career-in-content .content h2 {
      border: 0;
      text-transform: inherit;
      font-weight: 500;
      font-size: 24px;
      margin-bottom: 5px; }
      @media (max-width: 1349px) {
        #career-in-content .content h2 {
          font-size: 21px; } }
    #career-in-content .content ul.list {
      margin: 0;
      padding: 0; }
      #career-in-content .content ul.list li {
        list-style-type: none;
        padding-left: 24px;
        position: relative;
        margin-bottom: 15px;
        line-height: 26.6px; }
        #career-in-content .content ul.list li:before {
          content: '';
          background: url("../assets/svg/tick.svg");
          display: block;
          width: 16px;
          height: 16px;
          position: absolute;
          left: 0;
          top: 6px; }
        #career-in-content .content ul.list li:last-child {
          margin-bottom: 0; }

body {
  line-height: 1.7; }

.center {
  text-align: center; }

.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  zoom: 1; }

h1 {
  display: inline-block;
  font-size: 28px;
  color: #00537d;
  margin-top: 63px;
  margin-bottom: 48px;
  padding-bottom: 15px;
  border-bottom: 2px solid #31d7d7; }

h2 {
  display: inline-block;
  font-size: 30px;
  color: #00537d;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid #31d7d7;
  text-transform: uppercase; }

h4 {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #31d7d7; }

/* Back to top */
#button_top {
  display: inline-block;
  position: fixed;
  visibility: hidden;
  transition: opacity .4s 0s,visibility 0s .4s;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #6c87a0;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  bottom: 80px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  padding-top: 1px; }
  @media (max-width: 767px) {
    #button_top {
      width: 42px;
      height: 42px;
      line-height: 40px; }
      #button_top img {
        width: 16px; } }
  #button_top:hover {
    background-color: #5b7690; }
  #button_top:visited {
    color: #5b7690; }
  #button_top.btt-visible {
    visibility: visible;
    opacity: .8;
    filter: alpha(opacity=80); }
  #button_top.fade-btt {
    opacity: 1;
    filter: alpha(opacity=100); }

/* coocie notice */
.cookie-notice {
  background: #f4f6f9; }
  .cookie-notice p {
    font-size: 18px;
    color: #6c87a0; }
  .cookie-notice a {
    display: inline-block;
    border-radius: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    border: none;
    margin: 0 auto;
    max-width: 250px;
    background-image: linear-gradient(to right, #00537e, #006ca5, #0072ad, #00547e);
    background-size: 200% auto;
    transition: all .4s ease-in-out; }
    .cookie-notice a:hover {
      background-position: 100% 0;
      transition: all .4s ease-in-out; }
  .cookie-notice a:last-child {
    width: 275px;
    border-radius: 15px;
    height: 38px;
    line-height: 38px;
    color: #6c87a0;
    padding: 0;
    background: #fff;
    border: 1px solid #d3d5d8;
    margin-left: 12px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
    transition: all .4s ease-in-out; }
    .cookie-notice a:last-child:hover {
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
      background: #f8f8f8; }

.blue_btn {
  display: inline-block;
  border-radius: 15px;
  height: 42px;
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  padding: 0 40px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #0073ae, #25becd, #30d5d6, #0174af);
  background-size: 200% auto;
  transition: all .4s ease-in-out;
  border: none; }
  .blue_btn:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
    color: #fff; }

.btn-video {
  padding: 0 30px; }
  .btn-video img {
    margin-right: 7px;
    position: relative;
    top: -1px; }

.coming_soon {
  display: inline-block;
  border-radius: 15px;
  height: 42px;
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  padding: 0 40px;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #54728e 0%, #6c87a0 51%, #54728e 100%);
  background-size: 200% auto;
  transition: all .4s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
  .coming_soon:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none; }

/* ----------------------------------------------------------------
   annimated time classes
-----------------------------------------------------------------*/
.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

.scroll-time1 {
  -webkit-animation-delay: 0.1s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.1s; }

.scroll-time2 {
  -webkit-animation-delay: 0.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.2s; }

.scroll-time3 {
  -webkit-animation-delay: 0.3s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.3s; }

.scroll-time4 {
  -webkit-animation-delay: 0.4s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.4s; }

.scroll-time5 {
  -webkit-animation-delay: 0.5s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.5s; }

.scroll-time6 {
  -webkit-animation-delay: 0.6s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.6s; }

.scroll-time7 {
  -webkit-animation-delay: 0.7s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.7s; }

.scroll-time8 {
  -webkit-animation-delay: 0.8s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.8s; }

.scroll-time9 {
  -webkit-animation-delay: 0.9s;
  /* Chrome, Safari, Opera */
  animation-delay: 0.9s; }

.scroll-time10 {
  -webkit-animation-delay: 1s;
  /* Chrome, Safari, Opera */
  animation-delay: 1s; }

.scroll-time11 {
  -webkit-animation-delay: 1.1s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.1s; }

.scroll-time12 {
  -webkit-animation-delay: 1.2s;
  /* Chrome, Safari, Opera */
  animation-delay: 1.2s; }

@media (max-width: 980px) {
  /* annimated time */
  .scroll-time1,
  .scroll-time2,
  .scroll-time3,
  .scroll-time4,
  .scroll-time5,
  .scroll-time6,
  .scroll-time7,
  .scroll-time8,
  .scroll-time9,
  .scroll-time10,
  .scroll-time11,
  .scroll-time12 {
    -webkit-animation-delay: 0.1s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.1s; } }
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
  background: #00537d; }

footer img.logo {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: auto;
  max-height: 35px; }

.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer-top {
      flex-wrap: wrap; } }
  .footer-top .col-first {
    width: 29%; }
    @media (max-width: 1199px) {
      .footer-top .col-first {
        width: 27%; } }
    @media (max-width: 991px) {
      .footer-top .col-first {
        width: 100%;
        margin-bottom: 30px;
        text-align: center; } }
  .footer-top .col-second {
    width: 18%; }
    @media (max-width: 1199px) {
      .footer-top .col-second {
        width: 20%; } }
    @media (max-width: 991px) {
      .footer-top .col-second {
        width: 30%; } }
    @media (max-width: 767px) {
      .footer-top .col-second {
        width: 48%; } }
  .footer-top .col-third {
    width: 18%; }
    @media (max-width: 991px) {
      .footer-top .col-third {
        width: 30%; } }
    @media (max-width: 767px) {
      .footer-top .col-third {
        width: 48%; } }
  .footer-top .col-fourth {
    width: 27%; }
    @media (max-width: 991px) {
      .footer-top .col-fourth {
        width: 30%; } }
    @media (max-width: 767px) {
      .footer-top .col-fourth {
        width: 100%; } }

.footer-about {
  color: #fff;
  font-size: 14px; }
  .footer-about img {
    width: auto;
    margin-bottom: 20px; }

.footer-widget-title {
  margin-top: 0;
  margin-bottom: 25px; }
  .footer-widget-title h4 {
    color: #fff; }

.footer-widget {
  padding-top: 5px; }

.footer-widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.footer-widget ul li {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px !important;
  display: flex;
  flex-flow: row; }

.footer-widget ul li span {
  display: inline-block; }

.footer-widget ul li i {
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
  width: 22px; }

.footer-widget ul li i:before {
  color: #6c87a0;
  font-size: 22px; }

.footer-widget ul li i.fa.fa-map-marker {
  position: relative;
  left: 2px; }

.footer-widget ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .2s ease-in-out; }
  .footer-widget ul li a:hover {
    color: #6c87a0; }
    .footer-widget ul li a:hover span {
      background-color: #43698d !important; }

.footer-bottom {
  border-top: 1px solid #3a6f90;
  line-height: 58px; }

.footer-copyright {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 14px; }

.footer_arr {
  float: left;
  height: 21px;
  width: 21px;
  background: #6c87a0;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  position: relative;
  transition: all .2s ease-in-out; }
  .footer_arr img {
    position: absolute;
    top: 5px;
    left: 8px; }

@media only screen and (min-width: 100px) and (max-width: 768px) {
  .footer-top > div > div {
    margin-top: 20px; } }
#resources #faq {
  background: #fff;
  padding-top: 160px !important; }
  @media only screen and (min-width: 10px) and (max-width: 600px) {
    #resources #faq {
      height: auto !important; }
      #resources #faq h2 {
        font-size: 26px !important; } }
  @media (max-width: 992px) {
    #resources #faq {
      padding: 160px 0 80px 0 !important; } }
  @media (max-width: 767px) {
    #resources #faq {
      padding: 140px 0 60px 0 !important; } }
#resources .panel {
  background: transparent;
  margin-bottom: 10px; }
#resources .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0; }
#resources .panel-title {
  background: #f4f6f9;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0; }
  #resources .panel-title a {
    display: block;
    background: transparent;
    height: auto;
    font-size: 16px;
    color: #6c87a0;
    text-transform: uppercase;
    padding: 20px;
    position: relative; }
    #resources .panel-title a span {
      display: block;
      max-width: 80%; }
#resources .panel-heading .panel-title > a:after {
  content: "-";
  position: absolute;
  text-align: center;
  right: 15px;
  top: 0;
  width: 50px;
  height: 100%;
  line-height: 60px;
  font-size: 30px;
  font-weight: 200;
  transition: all 0.2s ease-in-out 0s; }
#resources .panel-heading .panel-title > a.collapsed:after {
  content: "+"; }
#resources .panel-conatiner {
  margin-top: 30px; }
#resources .panel-body {
  background: transparent;
  padding: 30px 25px 25px 25px;
  font-size: 15px;
  color: #6c87a0;
  border: 1px solid #dfe5ea;
  border-top: none;
  border-radius: 0 0 5px 5px; }
#resources #contact-us {
  background: #f4f6f9; }
#resources #contact_links {
  padding-top: 30px; }
#resources .social_icons {
  margin-bottom: 25px; }
#resources .logo_container {
  width: 200px;
  margin: 0; }
  #resources .logo_container div {
    float: left; }
  #resources .logo_container p {
    float: left;
    margin-left: 17px; }
@media only screen and (min-width: 10px) and (max-width: 992px) {
  #resources #contact_links {
    margin-top: 30px !important;
    padding-top: 0 !important; }
  #resources .social_icons {
    margin-bottom: 0 !important; } }

#benefits {
  position: relative; }
  @media only screen and (min-width: 10px) and (max-width: 767px) {
    #benefits {
      height: auto !important;
      padding: 90px 0 50px 0 !important; }
      #benefits .swiper-container,
      #benefits .swiper-container-not-slider {
    padding: 20px 5px 0 !important;  }
      #benefits h2 {
        font-size: 26px !important; } }
  #benefits .container {
    position: relative; }
  #benefits .swiper-container,
  #benefits .swiper-container-not-slider {
    width: 80%;
    padding: 70px 5px;
    height: 500px;
    margin-top: 15px; }
  #benefits .swiper-slide {
    transition: all 1s ease;
    height: 100%; }
  #benefits .slide_content {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    cursor: pointer;
    padding-top: 45px;
    height: 360px; }
  #benefits .swiper_btn {
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
    background: #fff;
    border: none;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    padding-top: 10.5px; }
  #benefits #swiper_benefits_prev {
    top: 55%;
    left: 60px; }
    @media (max-width: 768px) {
      left: 15px;
    }

    #benefits #swiper_benefits_prev img {
      width: 11px;
      position: absolute;
      top: 13px;
      left: 16px; }
  #benefits #swiper_benefits_next {
    top: 55%;
    right: 60px; }
    @media (max-width: 768px) {
      right: 15px;
    }
    #benefits #swiper_benefits_next img {
      width: 11px;
      position: absolute;
      top: 13px;
      left: 18px; }
  #benefits .slide_content {
    transition: all 1.2s ease !important;
    transform: scale(1); }
    #benefits .slide_content .benefit_logo {
      height: 85px;
      width: 85px;
      text-align: center;
      display: block;
      border-radius: 50%;
      background: #0174af;
      background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
      background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
      background-size: contain;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.19);
      margin-left: auto;
      margin-right: auto;
      transition: all 1.2s ease; }
      #benefits .slide_content .benefit_logo img {
        position: relative;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        transition: all 1s ease;
        width: 40px; }
    #benefits .slide_content h3 {
      color: #00537d;
      font-family: Montserrat,sans-serif;
      font-weight: 600;
      margin: 0;
      font-size: 17px;
      padding: 20px 0 15px;
      transition: all 1.2s ease; }
    #benefits .slide_content p {
      color: #6c87a0;
      line-height: 1.5;
      display: block;
      font-size: 14px;
      font-family: Montserrat,sans-serif;
      font-weight: 500;
      margin: 0;
      width: 100%;
      padding: 0 20px;
      transition: all 1.2s ease; }

.swiper-slide.swiper-slide-next {
  z-index: 1; }

@media only screen and (min-width: 769px) {
  #benefits .swiper-slide-next .slide_content {
    z-index: 2000 !important;
    left: -40px !important;
    top: -30px !important;
    transform: scale(1.1);
    position: relative;
    width: 380px !important;
    height: 420px !important; }

  #benefits .swiper-slide-next .slide_content .benefit_logo {
    height: 95px;
    width: 95px; }

  #benefits .swiper-slide-next .slide_content .benefit_logo img {
    width: 50px; }

  #benefits .swiper-slide-next .slide_content h3 {
    font-size: 18px; }

  #benefits .swiper-slide-next .slide_content p {
    font-size: 15px; } }
    @media only screen and (min-width: 1500px) {
      #benefits .swiper-slide-next .slide_content {
        width: 480px !important;
      }
    }
    @media only screen and (min-width: 1850px) {
      #benefits .swiper-slide-next .slide_content {
        width: 680px !important;
      }
    }
@media (max-width: 767px) {
  #benefits .slide_content {
    height: 400px; } }
@media (max-width: 1199px) {
  #benefits .slide_content {
    overflow: hidden; }

  #benefits .slide_content p {
    font-size: 13px; } }
.swiper-container,
.swiper-container-not-slider {
  width: 80%;
margin: 0 auto;}
  .swiper-container .swiper-slide,
   .swiper-container-not-sldier .swiper-slide {
    text-align: left;
    background: transparent; }
    .swiper-container .swiper-slide .step,
    .swiper-container-not-slider .swiper-slide .step {
      display: block;
      width: 100%;
      height: 90px;
      padding: 17px 0 0 30px;
      border-radius: 6px; }
      .swiper-container .swiper-slide .step .num,
      .swiper-container-not-slider .swiper-slide .step .num {
        font-size: 38px;
        line-height: 1;
        padding-left: 0; }
      .swiper-container .swiper-slide .step span,
      .swiper-container-not-slider .swiper-slide .step span {
        display: block;
        font-size: 13px;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        padding-left: 3px; }
    .swiper-container .swiper-slide p,
    .swiper-container-not-slider .swiper-slide p {
      display: block;
      width: 90%;
      font-size: 15px;
      color: #fff;
      margin-left: auto;
      margin-right: auto;
      margin-top: 25px;
      text-align: left; }

.swiper_btn {
  width: 45px;
  height: 45px;
  text-align: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  padding-top: 10.5px;
  top: 60%;
  outline: none !important; }

#swiper_prev, #swiper_prev2 {
  left: 10px; }
  #swiper_prev img, #swiper_prev2 img {
    width: 11px;
    position: absolute;
    top: 13px;
    left: 16px; }

#swiper_next, #swiper_next2 {
  right: 10px; }
  #swiper_next img, #swiper_next2 img {
    width: 11px;
    position: absolute;
    top: 13px;
    left: 19px; }

.swiper-pagination {
  display: none;
  width: 100%; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #7da5ba;
    opacity: 1;
    margin: 0 2px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4cd8d9; }

/* 404 page */
.wrap-404 {
  background: #0174af;
  background: -moz-linear-gradient(left, #0174af 0%, #30d5d6 100%);
  background: -webkit-linear-gradient(left, #0174af 0%, #30d5d6 100%);
  background: linear-gradient(to right, #0174af 0%, #30d5d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0174af', endColorstr='#30d5d6', GradientType=1);
  background-size: contain;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0; }

.wrap-404 h1 {
  font-size: 220px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  border: none;
  margin: 20px 0; }

.wrap-404 p {
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff; }

.wrap-404 img {
  max-width: inherit; }

.wrap-404 a {
  display: inline-block;
  border-radius: 15px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  border: none;
  background: #00547e;
  background: -moz-linear-gradient(left, #00547e 0%, #0072ae 100%);
  background: -webkit-linear-gradient(left, #00547e 0%, #0072ae 100%);
  background: linear-gradient(to right, #00547e 0%, #0072ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00547e', endColorstr='#0072ae', GradientType=1);
  margin: 15px 10px; }

@media only screen and (min-width: 100px) and (max-width: 560px) {
  .wrap-404 h1 {
    font-size: 100px !important; }

  .wrap-404 a {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 250px; }

  .wrap-404 a:first-child {
    margin: 40px 0 20px 0; } }
.wrap-404 h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  border-bottom: 0;
  text-transform: initial; }

.wrap-404 .flex {
  display: flex;
  width: 100%;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center; }

.wrap-404 .flex div {
  padding-left: 50px;
  padding-right: 50px; }

.wrap-404 .leon-broken {
  text-align: center;
  position: relative;
  padding-bottom: 160px;
  z-index: 1; }

.wrap-404 .leon-broken img {
  margin: 0 auto; }

.wrap-404 .leon-broken .circle-img {
  position: relative;
  z-index: 1000;
  width: 160px; }

.wrap-404 .leon-broken .broken-img {
  position: absolute;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: -66px;
  top: 300px;
  width: 90px;
  animation: 2.5s ease 0s normal none infinite swing-leon;
  -moz-transform-origin: center top;
  -webkit-animation: swing-leon 2.5s infinite ease-in-out;
  -webkit-transform-origin: top; }

.wrap-404 a {
  height: 43px;
  line-height: 43px;
  font-weight: 700;
  padding: 1px 25px;
  background-size: 200% auto;
  transition: all .4s ease-in-out;
  background-image: linear-gradient(to right, #00547e, #0072ae, #0072ae, #00547e); }

.wrap-404 a:hover {
  background-position: 100% 0; }

@-moz-keyframes swing-leon {
  0% {
    -moz-transform: rotate(-4deg); }
  50% {
    -moz-transform: rotate(4deg); }
  100% {
    -moz-transform: rotate(-4deg); } }
@-webkit-keyframes swing-leon {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
@media (max-width: 1199px) {
  .wrap-404 .leon-broken .circle-img {
    width: 120px; }

  .wrap-404 .leon-broken .broken-img {
    width: 80px;
    right: -38px;
    top: 225px; }

  .wrap-404 a {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .wrap-404 .flex div {
    padding-left: 20px;
    padding-right: 20px; }

  .wrap-404 h2 {
    font-size: 28px; }

  .wrap-404 .leon-broken .circle-img {
    width: 100px; }

  .wrap-404 .leon-broken .broken-img {
    width: 65px;
    right: -33px;
    top: 188px; }

  .wrap-404 a {
    margin-bottom: 0;
    font-size: 14px; } }
@media (max-width: 767px) {
  .wrap-404 {
    background-color: #fff;
    background-image: none;
    padding: 70px 0; }

  .wrap-404 .flex {
    flex-flow: column;
    flex-wrap: wrap; }

  .wrap-404 .flex div {
    padding-left: 20px;
    padding-right: 20px; }

  .wrap-404 h2 {
    color: #666666; }

  .wrap-404 .leon-broken {
    padding-bottom: 100px; }

  .wrap-404 .leon-broken .circle-img {
    width: 70px; }

  .wrap-404 .leon-broken .broken-img {
    width: 40px;
    right: -29px;
    top: 130px; }

  .wrap-404 a {
    margin-bottom: 0;
    font-size: 14px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden; } }
.snackbar-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.navbarResponsive {
  display: flex;
  align-items: center;
  margin-top: 0px;
  justify-content: space-between;
  margin-left: auto; }

img {
  max-width: 100%; }

button {
  cursor: pointer; }

.login {
  font-family: Montserrat;
  font-size: 12px;
  color: white;
  font-weight: bold; }

.login:hover {
  color: #9cb2c6;
  cursor: pointer; }

.user-functionality {
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: space-between; }

.new-account {
  width: 140px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-image: linear-gradient(to right, #0072ae, #31d7d7);
  color: #ffffff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  border: none;
  font-weight: bold; }

#companies {
  background: url("../assets/partners.webp");
  background-repeat: no-repeat;
  background-size: cover; }

.companies-container .company-logo {
  width: 217px;
  height: 152px; }

header .header-content-bottom {
  font-family: Montserrat;
  font-size: 50px;
  line-height: 1.46;
  font-weight: bold;
  color: #ffffff; }

.clock-div-container {
  width: 100%; }

#clockdiv {
  display: flex;
  justify-content: space-evenly; }

#clockdiv div {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: Montserrat;
  font-size: 70px;
  font-weight: bold;
  line-height: 0.43;
  letter-spacing: 4.3px;
  text-align: center;
  color: #ffffff; }

.clock-header {
  display: flex;
  flex-direction: column; }

.clock-header h1 {
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.75;
  color: #ffffff; }

.clock-header p {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.76;
  color: #ffffff; }

#clockdiv .clock-content {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 18%; }

#clockdiv div > div {
  padding: 25px;
  background: transparent;
  border: 1px solid white;
  border-radius: 10%;
  background: transparent; }

.smalltext {
  padding-top: 5px;
  font-size: 16px; }

#logo {
  width: 177px; }

.social-icons {
  font-size: 1.1em;
  color: gray; }

.navbar-light .navbar-nav .nav-link {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  color: #9ac3d9;
  text-align: center; }

@media screen and (max-width: 990px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px; }

  .companies-container .company-mail {
    font-size: 15px !important; }

  nav.navbar .navbar-collapse {
    width: 100%; }

  .navbar-light .navbar-nav .nav-link:hover {
    font-size: 20px;
    border-top: none !important; }

  .nav-item, .nav-item a {
    justify-content: center; }

  .navbar-nav {
    width: 100%; }

  .navbar-nav li:hover {
    width: 100%;
    cursor: pointer; }

  .user-functionality {
    display: none; }

  .navbar-light .navbar-nav .nav-item.invest-now .nav-link {
    width: 120px;
    border: solid 1px #ffffff; }

  ul .nav-item:hover {
    background: rgba(214, 213, 213, 0.438);
    color: white;
    text-align: center; } }
a {
  color: gray; }

a:hover {
  color: gray;
  text-decoration: none; }

.navbar-light .navbar-nav .nav-item.invest-now {
  width: 120px; }

.navbar-light .navbar-nav .nav-item.invest-now .nav-link {
  width: 120px;
  border: solid 1px #ffffff; }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
  border-top: 4px solid #31d7d7; }

header .container .left {
  display: flex;
  flex-direction: column; }

header .container .right img {
  max-width: 644px;
  max-height: 603px;
  mix-blend-mode: screen; }

header .container .left .title {
  max-width: 504px;
  height: 255px;
  font-family: Roboto;
  font-size: 75px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: left;
  color: #ffffff; }

header .container .left .description {
  max-width: 510px;
  height: 44px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.4px;
  text-align: left;
  color: #ffffff; }

header .container .left .actions {
  display: flex;
  align-items: center;
  margin-top: 35px; }

header .container .left .actions .watch-demo {
  display: flex;
  align-items: center; }

header .container .left .actions .watch-demo span {
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 0.7px;
  text-align: left;
  color: #ffffff;
  margin-right: 16px; }

header .container .left .actions .watch-demo img {
  cursor: pointer; }

header .container .left .actions button {
  width: 186px;
  height: 55px;
  border-radius: 3px;
  background-color: #4cd8d9;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: 0.7px;
  color: #020c15;
  border: none;
  margin-right: 30px; }

#about .container {
  display: flex;
  flex-direction: row;
  position: relative; }

#about .container .left {
  width: 100%; }

.companies-header {
  color: white;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
  border-bottom: 2px solid #31d7d7;
  width: 218px;
  font-size: 34px;
  font-family: Montserrat;
  margin-bottom: 30px; }

#about .container .right {
  width: 100%; }

#about .container .left img {
  max-width: 100%;
  height: auto; }

#about_us_img {
  margin-top: 15%; }

.shade-title {
  height: 68px;
  position: relative;
  z-index: 2; }

.shade-title .back {
  font-family: Roboto;
  font-size: 92px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: .80;
  letter-spacing: 3.7px;
  text-align: left;
  color: #f0f0f0;
  position: absolute;
  top: 0; }

.shade-title .back:after {
  position: absolute;
  content: '';
  bottom: -4px;
  right: 0;
  width: 84px;
  height: 6px;
  background-color: #4cd8d9;
  left: 10px; }

.shade-title .front {
  z-index: 2;
  position: absolute;
  font-family: Roboto;
  font-size: 41px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: normal;
  text-align: left;
  color: #1c1c1c;
  transform: translateY(50%);
  top: 50%;
  left: 10px; }

#about .container .right .description {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #5c5c5c;
  margin-top: 40px; }

#about .container .right .actions button {
  width: 156px;
  height: 50px;
  background-color: transparent;
  border: solid 2px #4cd8d9;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4cd8d9;
  margin-top: 22px; }

section {
  padding: 90px 0; }

.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
  box-shadow: none !important;
  background-color: #4cd8d9 !important;
  color: white !important; }

#about .container .about-content .actions button:hover {
  box-shadow: none !important;
  background-color: #4cd8d9 !important;
  border: 2px solid  #4cd8d9 !important;
  color: white !important; }

#portfolio .container .actions button:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  border: 2px solid  #4cd8d9 !important;
  color: #4cd8d9 !important; }

header .container .left .actions button:hover {
  color: white; }

#why {
  /* height: 884px; */
  background-color: #efefef; }

#why .shade-title {
  display: flex;
  align-items: center;
  justify-content: center; }

#why .shade-title .back {
  color: #e5e5e5; }

#why .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#why .shade-title .front {
  left: auto; }

#why .container > .description-why {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.3px;
  text-align: center;
  color: #676767;
  width: 80%;
  margin: 40px auto; }

.about-content {
  display: flex; }

.email-input-2 {
  background: url("../assets/Group 718.webp") no-repeat scroll 20px 14px;
  padding-left: 46px;
  width: 100%;
  border-radius: 15px;
  border: solid 1px #d6dee5;
  background-color: #ffffff;
  margin-bottom: 19px;
  height: 42px;
  font-size: 15px; }

.bubbles-container {
  display: flex;
  width: 100%;
  justify-content: space-around; }

#subscriber img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

#subscriber:hover img {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
#snackbar-subscribe, #snackbar-subscribe-email {
  visibility: hidden;
  max-width: 520px;
  background-color: #00ca5b;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  display: flex;
  bottom: 30px;
  font-size: 16px;
  justify-content: center;
  align-items: center; }

#snackbar-subscribe-fail {
  visibility: hidden;
  max-width: 420px;
  background-color: #8f0000;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  display: flex;
  bottom: 30px;
  font-size: 16px;
  justify-content: center;
  align-items: center; }

#snackbar-subscribe-fail.show, #snackbar-subscribe.show, #snackbar-subscribe-email.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
.input-button {
  position: relative;
  width: 100%; }

/*
.subscriber-input button{
    padding:0.35em 4.2em;
    position: absolute;
    top: 8px;
    right: 0;
    height: 38px;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to right, #0072ae, #31d7d7);
    border: none;
    color: white;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 13px;
}*/
.subscriber-input.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px; }

 /*
.subscriber-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
#statistic {
  background: url("../assets/Group 706.webp");
  background-repeat: none;
  background-size: cover; }

#statistic .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

#statistic .content .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%; }

#statistic .content .list .item {
  display: flex;
  margin: 0 auto; }

#statistic .content .list .item img {
  max-width: 100%; }

#statistic .content .list .item div h1 {
  margin-bottom: 0px;
  font-size: 50px;
  color: #31d7d7;
  font-weight: bold;
  font-family: Montserrat; }

#statistic .content .list .item div {
  align-self: center; }

#statistic .content .list .item div h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff; }

#our-video {
  height: 700px;
  background-color: #f4f6f9; }

#our-video h1 {
  margin: 0 auto;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: normal;
  width: 208px;
  padding-bottom: 15px;
  border-bottom: solid 1px #31d7d7;
  margin-bottom: 50px;
  color: #00537d; }

#our-video h1 span {
  font-weight: bold; }

#our-video .iframe-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.social-media-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  height: 130px;
  justify-content: space-between; }

.social-media-content {
  display: flex;
  width: 50%;
  justify-content: space-between; }

.social-media-content img, .company-redirection img {
  cursor: pointer; }

#why .cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 69px;
  flex-wrap: wrap; }

#why .cards > DIV {
  max-width: 325px;
  height: 500px;
  background-color: #ffffff;
  padding: 80px 40px;
  position: relative; }

#why .cards > DIV .title {
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: 0.4px;
  text-align: center;
  color: #013535;
  margin-bottom: 20px; }

#why .cards > DIV .description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
  text-align: center;
  color: #767676; }

#why .cards > DIV img {
  width: 138px;
  height: 138px;
  position: absolute;
  top: -69px;
  transform: translateX(-50%);
  left: 50%; }

#why .cards .bottom-icon {
  width: 42px;
  height: 42px;
  background-color: #4cd8d9;
  border: solid 3px #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -21px;
  transform: translateX(-50%);
  left: 50%; }

#roadMap .shade-title {
  display: flex;
  align-items: center;
  justify-content: center; }

#roadMap .shade-title .back {
  color: #e5e5e5; }

#roadMap .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#roadMap .shade-title .front {
  left: auto; }

#roadMap .container > .description {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.3px;
  text-align: center;
  color: #676767;
  width: 80%;
  margin: 40px auto; }

#roadMap {
  position: relative; }

#roadMap .line {
  height: 2px;
  font-family: Roboto;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.3px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 425px;
  z-index: -1;
  border: 1px dashed rgba(103, 103, 103, 0.3); }

#roadMap .container .timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  margin-top: 80px;
  flex-wrap: wrap; }

#roadMap .container .timeline .road-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; }

.height-fix {
  height: 350px; }

.last-row {
  justify-content: end !important; }

.last-row .item {
  margin-right: 100px !important;
  text-align: center; }

#roadMap .container .timeline .road-map .circle {
  width: 96px;
  height: 96px;
  background-color: #4cd8d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Roboto;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  transition: all .2s;
  transition-delay: .15s;
  cursor: pointer; }

#roadMap .container .timeline .road-map .circle:hover:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  border: solid 1px rgba(16, 98, 125, 0.5);
  transition: all .2s;
  transition-delay: .15s; }

#roadMap .container .timeline .road-map .circle:hover {
  background-color: #10627d;
  transition: all .2s;
  transition-delay: .15s; }

#roadMap .container .timeline .road-map .description {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #1c1c1c;
  margin-top: 20px; }

.roadmap-date {
  font-size: 0.8em; }

#market {
  background: url("../assets/Group 706.webp");
  background-repeat: none;
  background-size: cover; }

#market .content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

#market .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

#market .content .list .item {
  text-align: center;
  background: white;
  border-radius: 5%;
  width: 30%;
  padding: 20px; }

#market .content .list .item img {
  max-width: 100%;
  height: 80px; }

#market .content .list div h1 {
  font-size: 30px; }

#market .content .list div h5 {
  font-size: 17px;
  font-family: Montserrat;
  color: #6c87a0; }

#market .content .list .item h1 {
  color: #43dada;
  margin-bottom: 0px;
  font-size: 25px;
  font-family: Montserrat;
  font-weight: bold; }

#stableGrowth .shade-title {
  display: flex;
  align-items: center;
  justify-content: center; }

#stableGrowth .shade-title .back {
  color: #e5e5e5; }

#stableGrowth .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#stableGrowth .shade-title .front {
  left: auto; }

#stableGrowth .container > .description {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.3px;
  text-align: center;
  color: #676767;
  margin: 40px auto; }

.advantages-wrapper {
  margin-top: 50px; }

#advantages {
  background-color: #efefef; }

#advantages .container .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#advantages .container .wrapper .left {
  width: 100%; }

#advantages .container .wrapper .left img {
  max-width: 100%; }

#advantages .container .wrapper .right {
  width: 100%; }

#advantages .container .wrapper .right .info .title span {
  font-family: Roboto;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: 0.4px;
  text-align: left;
  color: #013535; }

#advantages .container .wrapper .right .info .description {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.59;
  letter-spacing: 0.3px;
  text-align: left !important;
  color: #787878;
  margin-bottom: 30px; }

#advantages .shade-title {
  display: flex;
  align-items: center;
  justify-content: center; }

#advantages .shade-title .back {
  color: #e5e5e5; }

#advantages .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#advantages .shade-title .front {
  left: auto; }

#features .container .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

#features .container .wrapper .left {
  width: 100%; }

#features .container .wrapper .right {
  width: 100%; }

#features .container .wrapper .right .info .title span, #features .container .wrapper .left .info .title span {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #535353; }

#features .container .wrapper .right .info .title, #features .container .wrapper .left .info .title {
  margin-bottom: 10px !important; }

#features .container .wrapper .right {
  text-align: left;
  margin-left: 32px; }

#features .container .wrapper .left {
  text-align: right;
  margin-right: 32px; }

.footer .middle img {
  max-width: 100%; }

#features .container .wrapper .middle img {
  width: 500px; }

.footer .left, .footer .middle, .footer .right {
  text-align: center !important;
  width: 30%; }

#features .container .wrapper .right .info .description, #features .container .wrapper .left .info .description {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #535353;
  margin-bottom: 30px; }

#features .shade-title {
  display: flex;
  align-items: center;
  justify-content: center; }

#features .shade-title .back {
  color: #e5e5e5; }

#features .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#features .shade-title .front {
  left: auto; }

#video .container {
  display: flex;
  flex-direction: column;
  align-items: center; }

#video .container iframe {
  margin-top: 60px; }

#video .shade-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#video .shade-title .back {
  color: #00323c; }

#video .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#video .shade-title .front {
  left: auto;
  color: white; }

@media screen and (max-width: 990px) {
  .product-second div h1, .product-first div h1 {
    font-size: 23px;
    height: 33px; }

  .product-second div p, .product-first div p {
    font-size: 13px;
    height: 289px; }

  .news-bubble {
    font-size: 14px; } }
@media screen and (max-width: 970px) {
  .iframe-container iframe {
    width: 550px; }

  .news-bubble {
    font-size: 13px; } }
@media screen and (max-width: 800px) {
  #video iframe {
    width: 500px;
    height: 300px; }

  #video .shade-title .back {
    font-size: 60px; }

  .news-bubble {
    font-size: 12px; } }
@media screen and (max-width: 515px) {
  .subscriber-input {
    width: 100% !important; }

  .subscriber-input button {
    position: relative;
    width: 100%; }

  #video iframe {
    width: 325px;
    height: 173px; }

  #video .shade-title .back {
    font-size: 45px !important; }

  #video .shade-title .front {
    font-size: 32px !important; }

  #video .shade-title .back:after {
    top: 40px; }

  .companies-container .company-info p:first-of-type {
    font-size: 14px !important; } }
@media screen and (max-width: 370px) {
  #snackbar-subscribe, #snackbar-subscribe-email, #snackbar-subscribe-fail {
    width: 150px;
    font-size: 15px; }

  .subscriber-header h1 {
    font-size: 19px !important; }

  #video .shade-title .back {
    font-size: 34px !important; }

  #our-products .shade-title .back {
    font-size: 31px !important; }

  #why .shade-title {
    height: 50px; }

  #video .shade-title .back {
    font-size: 38px !important; }

  #video .shade-title .front {
    font-size: 25px !important; } }
@media screen and (max-width: 340px) {
  #video .container iframe {
    width: 280px !important;
    height: 160px; } }
@media screen and (max-width: 320px) {
  #contact .container .wrapper .left .icons > DIV, #contact .container .wrapper .right .icons > DIV {
    width: 45px; }

  #video .shade-title .back {
    font-size: 32px !important; } }
#faq {
  background-color: #efefef; }

#faq .shade-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#faq .shade-title .back {
  color: #e5e5e5; }

#faq .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#faq .shade-title .front {
  left: auto; }

#contact {
  background: white; }

#contact .shade-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

#contact .shade-title .back {
  color: #e5e5e5; }

#contact .shade-title .back:after {
  bottom: -15px;
  margin: 0 auto; }

#contact .shade-title .front {
  left: auto; }

#contact .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 69px; }

#contact .container .wrapper .left, #contact .container .wrapper .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

#contact .container .wrapper .left .title, #contact .container .wrapper .right .title {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1c1c1c;
  margin-bottom: 26px;
  height: 50px; }

#contact .container .wrapper .left .description, #contact .container .wrapper .right .description {
  max-width: 440px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #484848;
  margin-bottom: 20px;
  height: 100px !important; }

#myChart {
  display: none;
  max-width: 100%; }

#contact .container .wrapper .left .email, #contact .container .wrapper .right .email {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4cd8d9; }

#contact .container .wrapper .left .icons, #contact .container .wrapper .right .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap; }

#contact .container .wrapper .left .icons > DIV, #contact .container .wrapper .right .icons > DIV {
  width: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px; }

#contact .icons div .fa-youtube:hover {
  color: red; }

#contact .icons div .fa-linkedin:hover {
  color: #0076B1; }

#contact .icons div .fa-facebook:hover {
  color: #3F5C96; }

#contact .icons div .fa-telegram:hover {
  color: #15ADE9; }

#contact .icons div .fa-twitter:hover {
  color: #009FEE; }

#contact .icons div .fa-globe:hover {
  color: #31D7D6; }

#contact .container .wrapper .left .icons > DIV, #contact .container .wrapper .right .icons > DIV
#contact .container .wrapper .right .title img {
  max-width: 100%; }

#contact .left .title img {
  max-width: 144px;
  padding: 2px; }

#contact .top {
  padding-bottom: 20px;
  border-bottom: 2px solid #EFEFF0; }

#contact .top .title {
  margin-bottom: 26px; }

#contact .top .email {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.3px;
  text-align: center;
  color: #4cd8d9; }

#contact .title:hover {
  cursor: pointer; }

#contact .top .description {
  max-width: 640px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #484848;
  margin-bottom: 20px;
  height: 100px; }

#contact .top .title img {
  max-width: 150px;
  margin-top: 100px; }

#contact .top .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap; }

#contact .top .icons div {
  width: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px; }

#contact .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }

#contact .container .wrapper .left .description, #contact .container .wrapper .right .description {
  height: auto; }

footer.footer {
  border: solid 1px #707070;
  background-color: #00537d; }

footer .description-footer {
  color: #9ac3d9;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.13;
  text-align: center;
  margin-top: 50px; }

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  padding-bottom: 64px; }

footer .wrapper .left {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.27;
  text-align: center;
  color: #9ac3d9; }

footer .wrapper .right img {
  max-width: 100%; }

/* collapse accordion */
.panel-heading .panel-title {
  font-size: inherit;
  letter-spacing: 0;
  padding: 0;
  position: relative; }

@media screen and (max-width: 1200px) {
  #contact .container .wrapper .left, #contact .container .wrapper .right {
    margin-top: 50px; }

  .shade-title .back {
    font-size: 75px; }

  #why .cards {
    flex-direction: column; }

  #why .cards .card {
    margin-top: 80px; }

  #contact .wrapper {
    flex-wrap: wrap;
    justify-content: center; }

  #contact .wrapper .middle {
    margin-top: 20px;
    margin-bottom: 20px; }

  #team .container .item .title {
    font-size: 19px !important; }

  #team .container .item .subtitle {
    font-size: 13.5px !important; }

  #features .container .wrapper .middle img {
    display: none; }

  #features .container .wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: column;
    align-items: center; }

  #features .container .wrapper .left {
    margin: 0px;
    text-align: center; }

  #features .container .wrapper .right {
    margin: 0px;
    text-align: center; } }
@media screen and (max-width: 999px) {
  .about-content {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

  .about-content .left {
    max-width: 50%;
    order: 2; }

  .shade-title .back:after {
    width: 60px; }

  #portfolio .container {
    flex-wrap: wrap; }

  #team .container .item .title {
    font-size: 19px !important; }

  #team .container .item .subtitle {
    font-size: 13.5px !important; } }
@media screen and (max-width: 900px) {
  #team .container .list {
    flex-direction: column; }

  #stableGrowth .shade-title .back {
    font-size: 60px; }

  #team .container .list .item {
    margin: 0;
    margin-top: 40px; }

  #team .container .list {
    margin-top: 0px; } }
@media screen and (max-width: 775px) {
  #features .wrapper {
    flex-wrap: wrap;
    justify-content: center; }

  #features .container .wrapper .middle {
    margin: 0 auto;
    order: 1; }

  #features .container .wrapper .left {
    order: 2; }

  #features .container .wrapper .right {
    order: 3; }

  #features .container .wrapper .left, #features .container .wrapper .right {
    text-align: center;
    margin: 0; }

  #roadMap .container .timeline {
    height: auto;
    flex-direction: column; }

  #roadMap .container .road-map {
    margin-top: 50px; }

  #roadMap .line {
    display: none; }

  #why .shade-title .back {
    font-size: 53px; }

  #why .shade-title .front {
    font-size: 33px; }

  #advantages .container .wrapper {
    flex-wrap: wrap; }

  #stableGrowth .shade-title .back {
    font-size: 46px; } }
@media screen and (max-width: 767px) {
  #portfolio .shade-title .back {
    font-size: 73px; }

  #portfolio .shade-title .front {
    font-size: 32px; }

  header .container .left .title {
    font-size: 70px; }

  #why .cards > DIV .description {
    font-size: 14px; }

  #roadMap .container > .description {
    font-size: 16px; }

  #stableGrowth .container > .description {
    font-size: 14px; }

  #about_us_img {
    display: none; } }
@media screen and (max-width: 530px) {
  .text-white .description {
    text-align: left !important; }

  #why .shade-title .back {
    font-size: 37px; }

  #why .shade-title .front {
    font-size: 26px; }

  .shade-title .back:after {
    width: 51px; }

  header .container .left .title {
    font-size: 49px; }

  header .container .left .description {
    font-size: 15px;
    max-width: 417px; }

  #stableGrowth .shade-title .back {
    top: 13px;
    font-size: 33px; }

  #stableGrowth .shade-title .front {
    font-size: 27px; }

  #advantages .shade-title .back {
    font-size: 55px; }

  #stableGrowth .shade-title {
    height: 60px; } }
@media screen and (max-width: 515px) {
  .shade-title .back {
    font-size: 66px; }

  .shade-title .front {
    font-size: 35px; }

  #portfolio .shade-title .back {
    font-size: 61px; }

  #why .shade-title .front {
    font-size: 23px; }

  .shade-title .back:after {
    width: 45px; }

  #roadMap .shade-title .back {
    font-size: 62px; }

  .description, .actions {
    text-align: center !important; }

  .shade-title {
    height: 44px; }

  #clockdiv .clock-content {
    min-width: 12%; }

  #clockdiv div > div {
    font-size: 25px;
    padding: 14px; } }
@media screen and (max-width: 410px) {
  #contact .container .wrapper .left .description, #contact .container .wrapper .right .description {
    height: auto !important; }

  #contact .container .top .icons > DIV, #contact .container .wrapper .left .icons > DIV, #contact .container .wrapper .right .icons > DIV {
    margin-right: 2px; }

  #contact .top .icons div, #contact .container .wrapper .left .icons > DIV, #contact .container .wrapper .right .icons > DIV {
    width: 40px;
    height: 40px; }

  .panel-heading .panel-title > a {
    font-size: 12px; }

  #why .shade-title .back {
    font-size: 38px; }

  #why .shade-title .front {
    font-size: 24px; }

  #why .shade-title .back:after {
    width: 41px;
    bottom: -22px; }

  #roadMap .shade-title .back {
    font-size: 55px; }

  #advantages .shade-title .back {
    font-size: 45px; }

  #advantages .shade-title .front {
    font-size: 25px; } }
@media screen and (max-width: 400px) {
  .product-second div p, .product-first div p {
    font-size: 12px !important; }

  #team .team-title {
    font-size: 29px; }

  .shade-title .back {
    font-size: 50px; }

  .shade-title .front {
    font-size: 30px; }

  .shade-title .back:after {
    bottom: -9px;
    width: 49px; }

  #roadMap .shade-title .back {
    font-size: 43px; }

  #portfolio .shade-title .back {
    font-size: 55px; }

  #portfolio .shade-title .front {
    font-size: 25px; }

  #portfolio .shade-title .back:after {
    width: 40px; }

  header .container .left .title {
    font-size: 50px;
    height: 194px; }

  .panel-heading .panel-title > a {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px; }

  #team .shade-title .back {
    font-size: 43px; } }
@media screen and (max-width: 370px) {
  #clockdiv .clock-content {
    min-width: 8%; }

  #clockdiv div > div {
    font-size: 22px;
    padding: 13px; }

  .clock-header p {
    font-size: 13px; }

  .clock-header h1 {
    font-size: 32px; }

  #why .shade-title {
    height: 50px; }

  #why .shade-title .back {
    font-size: 29px; }

  #why .shade-title .front {
    font-size: 25px; }

  #why .shade-title .back:after {
    width: 36px;
    bottom: -25px; }

  #portfolio .shade-title .back {
    font-size: 48px; }

  #portfolio .shade-title .front {
    font-size: 23px; }

  #portfolio .shade-title .back:after {
    width: 38px;
    bottom: -23px; }

  #stableGrowth .shade-title .back {
    font-size: 28px; }

  #advantages .shade-title .back {
    top: 14px;
    font-size: 37px; }

  header .container .left .title {
    font-size: 41px;
    height: 194px; }

  header .container .left .actions {
    margin: 0 auto;
    margin-top: 88%; } }
@media screen and (max-width: 330px) {
  header .container .left .title {
    font-size: 41px; } }
.panel {
  box-shadow: none; }

.panel-group .panel {
  border-radius: 5px;
  background-color: #4cd8d9; }

.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0; }

.panel-default {
  border: none; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel-body {
  border-top: none !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #fffefe; }

.panel-body .media-left {
  padding-right: 15px; }

.panel-body .media-left .img-circle {
  max-width: 50px; }

.panel-body .media-left img {
  max-width: 80px; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 20px; }

@media (min-width: 400px) {
  .panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 30px; } }
.collapse-unstyled .panel h4 {
  margin: 0 0 0.5em; }

.collapse-unstyled .panel h4 a:after {
  color: #611d41;
  padding: 0 5px;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107"; }

.collapse-unstyled .panel h4 a.collapsed:after {
  content: "\f105"; }

.collapse-unstyled .panel-content {
  padding: 10px 20px; }

.panel-blog-post {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.panel-blog-post .panel-heading,
.panel-blog-post .entry-meta-corner {
  transition: all 0.2s ease 0s; }

.panel-blog-post .entry-meta-corner {
  bottom: 0;
  color: #ffffff;
  background-color: #ef425e;
  border-radius: 5px 0 0 0; }

.panel-blog-post .panel-heading {
  position: relative;
  padding: 18px 20px 18px 80px;
  background-color: #f2f2f2; }

@media (min-width: 992px) {
  .panel-blog-post .panel-heading {
    padding: 18px 30px 18px 100px; } }
.panel-blog-post .panel-heading h4 {
  margin: 0;
  font-size: 20px; }

.panel-blog-post .panel-heading .greylinks a {
  position: relative;
  z-index: 1; }

.panel-blog-post .panel-heading:hover {
  background-color: #ef425e; }

.panel-blog-post .panel-heading:hover a:hover {
  color: #ffffff; }

.panel-blog-post .panel-heading:hover .greylinks a {
  color: #ffffff; }

.panel-blog-post .panel-heading:hover .greylinks a:hover {
  color: #333333; }

.panel-blog-post .panel-heading:hover .entry-meta-corner {
  background-color: #333333; }

.panel-blog-post .panel-heading a[data-toggle] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.panel-blog-post .panel-heading a[data-toggle].collapsed {
  z-index: 2; }

.panel-blog-post .panel-body {
  border: 2px solid #e5e5e5;
  border-radius: 0 0 5px 5px; }

.panel-group .panel-blog-post + .panel-blog-post {
  margin-top: 20px; }

.email-links {
  color: #4cd8d9; }

@media screen and (max-width: 450px) {
  footer .wrapper {
    flex-direction: column; } }
@media screen and (max-width: 1150px) {
  #statistic .content .list {
    width: 100%; }

  #statistic .content .list .item {
    width: 33%;
    justify-content: center; } }
@media screen and (max-width: 1030px) {
  .companies-container .company-info p:first-of-type {
    height: 140px; }

  #contact-us .form-fields {
    width: 100%; } }
@media screen and (max-width: 990px) {
  #team .container .item .header img.icon {
    bottom: 125px; }

  #market .content .list .item h1 {
    font-size: 22px; }

  #market .content .list .item h5 {
    font-size: 15px; }

  #team .container .item .title {
    font-size: 19px !important;
    height: 30px;
    line-height: 1; }

  #team .container .item .subtitle {
    font-size: 12.5px !important;
    height: 50px; } }
@media screen and (max-width: 900px) {
  .height-fix {
    height: 1320px; }

  #team .container .item .header img.icon {
    bottom: 155px; }

  #statistic .content .list .item {
    width: 20%; }

  #statistic .content .list .item div h1 {
    font-size: 36px; }

  #statistic .content .list .item div h4 {
    font-size: 14px; } }
@media screen and (max-width: 930px) {
  #our-mission .container .desc-1, #our-mission .container .desc-2 {
    font-size: 15px; } }
@media screen and (max-width: 860px) {
  #team .container .item .title {
    font-size: 22px; }

  #team .container .item .subtitle {
    font-size: 16px; }

  #team .container .list .item {
    height: 470px; }

  #clockdiv div {
    font-size: 40px; } }
@media screen and (max-width: 780px) {
  .subscriber-header h1 {
    font-size: 35px; }

  #clockdiv span {
    font-size: 35px; } }
@media screen and (max-width: 765px) {
  .companies-container img {
    height: 50px;
    margin-bottom: 15px; }

  .companies-container .company-info p:first-of-type {
    font-size: 19px; }

  .companies-container .company-mail {
    font-size: 16px; }

  .companies-container .company-redirection img {
    height: 20px; }

  .companies-container .company-info {
    height: 345px; }

  .news-bubble {
    font-size: 11px; } }
@media screen and (max-width: 770px) {
  .product-second div h1, .product-first div h1 {
    font-size: 19px;
    margin: 6px 0 10px 0; }

  .product-second div p, .product-first div p {
    font-size: 11px; }

  .product-second div button, .product-first div button {
    padding: 0.4em 4.2em;
    font-size: 13px; }

  .product-body .coming-soon {
    padding: 0.4em 3.2em; }

  .product-second div p, .product-first div p {
    height: 210px; }

  #market .content .list .item h1 {
    font-size: 16px; }

  #our-mission .container .left {
    display: none; }

  #our-mission .container .right {
    margin-left: 0px; }

  #our-mission .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }

  .companies-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  .companies-container .company-info {
    width: 88%;
    margin-bottom: 20px; } }
/*
@media screen and (max-width:765px){
    .product-second div, .product-first div{
        width:32%;
    }
    .product-second div p, .product-first div p{
        font-size: 10px;
    }
}
@media screen and (max-width:700px){
    .product-second, .product-first{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 0px;
    }
    .product-second div h1, .product-first div h1{
        font-size: 30px;
        font-weight: bold;
    }
    .product-second div, .product-first div{
        width: 100%;
        background: url('../assets/small-background.webp');
        background-repeat: no-repeat;
        border-radius: 10%;
        margin-bottom: 20px;
        padding: 15px;
    }
    .product-second div p, .product-first div p{
        font-size: 16px;
        max-width: 100%;
        color: white;
    }
    #statistic .content .list{
        flex-direction: column;
        height: 400px;
    }
}*/
@media screen and (max-width: 510px) {
  .subscriber-header h1 {
    font-size: 30px; }

  #market .content .list {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center; }

  #market .content .list .item img {
    height: 92px; }

  #market .content .list .item h1 {
    font-size: 24px; }

  #market .content .list .item {
    width: 100%;
    margin-bottom: 10px; }

  #market .content .list .item h5 {
    font-size: 21px; }

  .subscriber-input button {
    padding: 0.35em 2.2em; } }
@media screen and (max-width: 980px) {
  .latest-news-container .news-bubble {
    height: 350px; }

  .news-bubble a {
    width: 160px; }

  .news-bubble a {
    padding-top: 12px; } }
@media screen and (max-width: 760px) {
  .latest-news-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }

  .latest-news-container .news-bubble {
    width: 100%;
    margin-bottom: 20px; }

  .latest-news-container span {
    font-size: 12px; }

  .latest-news-container p:first-of-type {
    font-size: 15px; }

  .latest-news-container p {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .panel-group .panel-blog-post + .panel-blog-post {
    margin-top: 30px; } }
@media screen and (max-width: 1200px) {
  #mainNav {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .subscriber-header h1 {
    font-size: 24px; } }

/*# sourceMappingURL=reinno.css.map */
#careers-popup h3 {
  font-size: 17px;
  margin: 0;
  text-transform: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #ffffff; }
  #careers-popup h3 span {
    font-weight: 600; }
#careers-popup h4 {
  font-size: 15px;
  margin: 0;
  text-transform: none;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #ffffff; }
#careers-popup .close {
  color: #fff; }
#careers-popup .modal-dialog {
  margin-top: 40px; }
#careers-popup .modal-content {
  border: 0; }
#careers-popup .modal-header {
  background-color: #0073ae;
  padding: 1.2rem 1.5rem; }
#careers-popup .modal-body {
  background-color: #f4f6f9;
  padding: 1.2rem 1.5rem; }
#careers-popup .form-fields {
  width: 100%;
  margin: 0 auto;
  float: left; }
  #careers-popup .form-fields button {
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 18px; }
#careers-popup form {
  width: 100%; }
#careers-popup input {
  padding-left: 15px;
  width: 100%;
  border-radius: 15px;
  border: solid 1px #d6dee5;
  background-color: #ffffff;
  margin-bottom: 19px;
  height: 42px;
  font-size: 15px;
  margin-bottom: 10px;}  
#careers-popup input[type="file"] {
    padding: 5px 10px;}
#careers-popup textarea {
  padding: 15px 15px 15px 15px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 140px;
  border-radius: 15px;
  border: solid 1px #d6dee5;
  background-color: #ffffff;
  font-size: 15px;
  height: 120px }
#careers-popup textarea::placeholder, #careers-popup input::placeholder {
  color: #9cb2c6; }

#careers-popup label {
  font-size: 14px;
  font-weight: 500;
  color: #6c87a0;
  margin-bottom: 5px;
  padding: 0 5px;
}


header #navbarResponsive .navbar-nav.links .has_tooltip {
  position: relative;
}
header #navbarResponsive .navbar-nav.links .has_tooltip .icon_tooltip {
  display: none;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #00537d;
  position: absolute;
  bottom: -8px;
  left: -8px;
  background: #fff;
  border-radius: 3px;
  padding: 0 10px;
  z-index: 20;
  border-bottom: 1px solid #00537d;
  text-transform: capitalize;
}
header #navbarResponsive .navbar-nav.links .has_tooltip .icon_tooltip.register {
  left: -15px;
}
header #navbarResponsive .navbar-nav.links .has_tooltip .icon_tooltip:before {
  position: absolute;
  top: -6px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
}

header #navbarResponsive .navbar-nav.links .register .has_tooltip .icon_tooltip:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
header #navbarResponsive .navbar-nav.links .has_tooltip .login.icon_tooltip:before {
  left: 22px;
}
header #navbarResponsive .navbar-nav.links .has_tooltip .reg.icon_tooltip:before {
  left: 33px;
}
header #navbarResponsive .navbar-nav.links .has_tooltip:hover .icon_tooltip {
  display: block;
}
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  header #MainTopNav .navbar-nav.login .icon_tooltip {
    display: inline-block !important;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    color: #9ac3d9 !important;
    min-height: 35px!important;
    line-height: 35px!important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px!important;
    padding: 0 1rem!important;
    background: transparent!important;
  }
  header #navbarResponsive .navbar-nav.links .icon_tooltip:before {
    display: none!important;
  }
  header #navbarResponsive .navbar-nav.links .has_tooltip {
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
  }
  header #navbarResponsive .navbar-nav.links .has_tooltip img {
    display: none!important;
  }
}


@media (max-width: 1199px) {
  header #navbarResponsive .navbar-nav.links .icon_tooltip {
    display: inline-block !important;
    position: relative!important;
    top: 0!important;
    left: 0!important;
    color: #9ac3d9 !important;
    min-height: 35px!important;
    line-height: 35px!important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 0 17px!important;
    background: transparent!important;
  }
  header #navbarResponsive .navbar-nav.links .icon_tooltip:before {
    display: none!important;
  }
  header #navbarResponsive .navbar-nav.links .has_tooltip {
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
  }
  header #navbarResponsive .navbar-nav.links .has_tooltip svg {
    display: none!important;
  }
  header #navbarResponsive .navbar-nav.links .nav-item {
    margin: 0!important;
  }
}


.singlebadge {
  margin-top: 0px;
  display: flex;
  align-items: center;
  padding-top: 0px;
  width: 33.33%;
  margin-bottom: 40px
}
.badge-content {
  display: flex;
  flex-flow: row;
  justify-content: end;
  margin-right: 60px;
  margin-left: 60px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.singlebadge img {
  max-height: inherit;
  margin-right: 30px;

}
@media (max-width: 992px) {
  .bsinglebadge {justify-content: center;
  }
  .singlebadge {
  width: 50%;
  }
  .badge-content {
  margin-right: 15px;
  margin-left: 15px;
}
}
@media (max-width: 768px) {
  .singlebadge {
  width: 100%;
  }
  .singlebadge img {
  width: 75px;
  }
  #method #diagram {
    margin-bottom: 50px;
  }
}

.singlebadge span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
.btnqcontact {
  margin-top: -120px!important;
   width: 50%;
    margin: 0 auto;
    float: right;
    text-align: center;
}

@media (max-width: 1199px) {
.singlebadge span {
  font-size: 12px;
  } 
}

#navbarResponsive  li.nav-item {
    position: relative;
}

header #mainNav ..dropdown-item.active,
header #mainNav ..dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

header #mainNav .nav-item li.dropdown-item a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  color: #9ac3d9;
  text-align: center;
  line-height: 26px;
  text-transform: none;
  padding: 10px 20px;
  display: block;
  text-align: left;
}

header #mainNav .nav-item li.dropdown-item a:hover,
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover {
  color: #fff;
  background-color: transparent;
}

header #mainNav .dropdown-menu {
  background: #00537d;
  top: 90%;
  border: 0;
  padding: 0 0 5px 0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

header #mainNav .nav-item.show .dropdown-menu,
header #mainNav .nav-item:hover .dropdown-menu { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: 600px;
    opacity: 1;
}

header #mainNav .nav-item li.dropdown-item {
  padding: 0;
}



@media (max-width: 1199px) {
  header #mainNav .navbar-nav .dropdown-menu {
      position: relative;
      top: 0;
      background:  #fff;
      border-radius: 0;
  }
  header #mainNav .dropdown-toggle::after {
    position: absolute;
    top: 18px;    
    right: 20px;
  }

  header #mainNav .nav-item li.dropdown-item a {
    color: #076391;
  }
  header #mainNav .nav-item li.dropdown-item:first-child {
    padding-top: 5px;
  }
  header #mainNav .nav-item li.dropdown-item:last-child {
    padding-bottom: 5px;
  }

  header #mainNav .nav-item:hover {
    background: transparent;
  }

  header #mainNav .nav-item.show a {

  }

  ul.navbar-nav.ml-auto.links {
    padding: 10px 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  ul.navbar-nav ul {
    padding: 0;
  }

  header .nav-item, header .nav-item a {
    height: inherit !important;
  }

  header #mainNav .nav-item li.dropdown-item a {
    font-size: 13px;
    white-space: normal;
    line-height: 22px;
  padding: 8px 20px;
  }

}


@media (min-width: 993px) {
  #navbarResponsive .navbar-nav li:hover>.dropdown-menu {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 3000px) {
  .sticky .nav-item li.dropdown-item a {
      height: inherit !important;
  }

}

#contact-us .link-b20 {
    margin-bottom: 25px;
    margin-top: 0;
  }

.topbar {
    background-color: #dfa808;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 7px 0 8px 0;
    font-weight: 500;
}

.topbar p {margin: 0}

.topbar a {
    border: 1px solid white;
    border-radius: 5px;
    padding: 3px 8px;
    color: #dfa808;
    font-weight: 600;
    background: #fff;
    font-size: 13px;
    margin: 0 5px;
    transition: all .4s ease;
}

.topbar a:hover {
    color: #fff;
    background: #dfa808;
}

header.topbar-show {
     
}
header.topbar-show.sticky {
    
    line-height: inherit; 
}
header.topbar-show.sticky .topbar  {
  display: none;
}

#carousel-home .container-full {
    padding-top: 80px !important;
}

@media (max-width: 1199px) {
  #carousel-home .fill h1, #carousel-home .fill h2 {
      font-size: 32px !important;
      line-height: 40px !important;
  }

  #carousel-home .carousel-inner, #carousel-home.carousel, #carousel-home .carousel-item, #carousel-home .fill, #carousel-home .container-full {
    height: 700px !important;
  }

  #presentation,
  #our-mission {
    padding: 90px 0 !important
  }
}

@media (max-width: 992px) {
  #presentation p, #presentation1 p {
    max-width: 95%;
  }

  #our-mission { text-align: center;}
}

.navbar-light .navbar-nav .contacts.active > .nav-link,
.navbar-light .navbar-nav .nav-link.contacts.active,
.navbar-light .navbar-nav .nav-link.contacts:focus,
.navbar-light .navbar-nav .nav-link.contacts:hover {
  
}

#loans.brokerage #heading .moto {
  font-size: 25px;
  position: relative;
  top: 0;
  transform: none;
}

#loans.brokerage #heading,
#loans.brokerage #heading div {
  height: auto;
} 

#loans.brokerage #heading {
  padding: 220px 0 110px 0 !important;
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
}



#loans.brokerage #presentation {
  padding: 90px 0 85px 0 !important;
}
#loans #presentation .container,
#loans.brokerage #presentation .container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #loans #presentation .container,
  #loans.brokerage #presentation .container {
    flex-flow: column;
  }
  #loans #presentation .container #text,
  #loans.brokerage #presentation .container #text {
    order: 1;
  }
  #loans #presentation .container #img ,
  #loans.brokerage #presentation .container #img {
    order: 2;
  }
}

#sometext {
  position: relative;
  color: #6c87a0;
}

#sometext p {
  font-size: 19px;
  font-weight: 500;
}

#sometext p span {
  font-weight: 600;
}

#sometext .quote-icon {
  width: 85px;
  position: absolute;
}

#sometext .quote-icon.left-ico {
  top: 20px;
  left: 60px;
} 

#sometext .quote-icon.right-ico {
  bottom: 20px;
  right: 60px;
}

#sometext ul.list {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 40px 0;
  padding: 0;
}

#sometext ul.list li {
  display: flex;
  align-items: center;
  list-style-type: none;
  width: 33.33%;
  margin-bottom: 20px;
  border: 1px solid #29c6d0;
  border-radius: 6px;
  margin: 0 10px;
  text-align: left;
  padding: 10px 10px 10px 25px;
  font-weight: 500;
  line-height: 20px;
}

#sometext ul.list li img {
  width: 23px;
  margin-right: 13px;
}

#tabs .swiper-container-not-slider div.swiper-slide {
  width: 33.33% !important;
}

#tabs > a.visible-xs {
  display: none;
}
#tabs > a.hidden-xs {
  display: block;
}

@media (max-width: 1199px) {
  #sometext ul.list {
    flex-wrap: wrap;
  }
  #sometext ul.list li {
    margin-bottom: 10px;
    width: 45%;
  }
  #presentation p, #presentation1 p {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #sometext .quote-icon {
    width: 70px;
  }
  #sometext .quote-icon.left-ico {
    left: 30px;
  } 

  #sometext .quote-icon.right-ico {
    right: 30px;
  }
}

@media (max-width: 767px) {
  #sometext ul.list li {
    margin-bottom: 10px;
    width: 100%;
  }
  #sometext ul.list li:last-child {
    margin-bottom: 0;
  }
  #sometext .quote-icon {
    width: 50px;
  }

  #tabs .swiper-container-not-slider div.swiper-slide {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #tabs .swiper-container-not-slider div.swiper-slide:last-child {
    margin-bottom: 0;
  }

  #tabs .swiper-container-not-slider .swiper-wrapper {
    flex-wrap: wrap;
  }
  #tabs > a.visible-xs {
    display: block;
  }
  #tabs > a.hidden-xs {
    display: none !important;
  }
}

@media only screen and (min-width: 10px) and (max-width: 769px) {
  #tabs #first_tab {
    border-radius: 5px 5px 0 0;
  }
  #tabs .tab_selected {
    color: #fff;
    position: relative;
  }
  #tabs a#first_tab,
  #tabs a#second_tab,
  #tabs a#third_tab {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    border: 1px solid #7daac3 !important;
    padding: 10px 20px !important;
    margin: 2px 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    position: relative;
    min-height: 65px;
    display: table;
  }
}

#presentation1 {
  padding:160px 0 ;
  background-image: url("../assets/presentatuon_bg.webp");
  background-repeat: no-repeat;
  background-size: 52%;
  background-position: right bottom;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

#subscriber.subscriber-form-xs .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#subscriber.subscriber-form-xs .subscriber_header {
    float: left;
    width: 70%;
}

#subscriber.subscriber-form-xs .subscriber-form {
    float: right;
    width: 30%;
    max-width: 200px;
    text-align: center;
}

@media (max-width: 1400px) {
  #presentation1 {
      padding: 140px 0; 
  }
}

@media (max-width: 1199px) {
  #presentation1 {
      padding: 120px 0;
  }
}

@media (max-width: 992px) {
  #presentation1 {
      padding: 90px 0;
  }

  #subscriber.subscriber-form-xs .container {
    flex-flow: column;
  }

  #subscriber.subscriber-form-xs .subscriber-form {
    margin-top: 15px;
  }
}

@media (min-width: 1399px) {
  .footer-top .col-fourth {
    width: 24%;
  }
}

@media (min-width: 1399px) {
  .footer-top .col-fourth {
    width: 24%;
  }
}
@media (min-width: 1500px) {
  .footer-top .col-fourth {
    width: 22%;
  }
}

#heading1 {
  padding: 0 !important;
  height: 760px;
  background-image: url("../assets/fundraising_blue_1400x586.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column; }
  @media (max-width: 1199px) {
    #heading1 {
      height: 600px; } }
  #heading1 div {
    height: 760px;
    position: relative; }
    @media (max-width: 991px) {
      #heading1 div {
        height: 600px; } }
  #heading1 .moto {
    font-size: 40px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 20%;
    left: 0;
    transform: translate(0, -42%);
    width: 100%;
    padding: 0 30px; }
  #heading1 .moto2 {
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translate(0, -42%);
    width: 100%;
    padding: 0 30px; }

    @media (max-width: 1199px) {
      #heading1 .moto {
        font-size: 40px; } 

      }
    @media (max-width: 991px) {
      #heading .moto {
        top: 40%;
        transform: translate(0, -40%); }

#loans.brokerage #heading1 .moto {
    transform: none;
    top: 0;
} }
    #heading1 .moto span.wrap {
      color: #31d7d7; }
    @media (max-width: 991px) {
      #heading1 .moto.typewrite-desctop {
        display: none; } }
    #heading1 .moto.typewrite-mobile {
      display: none; }
      @media (max-width: 991px) {
        #heading1 .moto.typewrite-mobile {
          display: block;
          font-size: 34px; } }
      @media (max-width: 767px) {
        #heading1 .moto.typewrite-mobile {
          font-size: 25px; } }
  @media only screen and (min-width: 10px) and (max-width: 992px) {
    #heading1 {
      margin-top: 0 !important; } }

