a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a,
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
*:focus {
  outline: none;
}
button {
  outline: none !important;
}
body {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: normal;
}
.lottie-box {
  position: absolute;
  z-index: -1;
  right: 0;
  transform: translateX(20%);
  top: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #0f0655;
  /*background-image: url('../img/background02.png');*/
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
  z-index: 1;
}
.wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -570px;
  width: 100%;
  max-width: 1140px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.wrapper:before {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -275px;
  width: 100%;
  max-width: 570px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background-image: url('../img/dot.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
}
h1 {
  font-size: 72px;
  font-weight: 700;
  margin: 0px;
}
h1 blue {
  color: #29ABE2;
}
h2 {
  font-size: 72px;
  font-weight: 700;
  margin: 0px;
}
h2 blue {
  color: #29ABE2;
}
h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0px;
}
p {
  margin: 0px 0px 20px;
}
.c-btn {
  position: relative;
  display: inline-block;
  min-width: 165px;
  padding: 16px 20px 16px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: #6dd3fe;
  background: -moz-linear-gradient(-45deg, #6dd3fe 0%, #29abe2 100%);
  background: -webkit-linear-gradient(-45deg, #6dd3fe 0%, #29abe2 100%);
  background: linear-gradient(135deg, #6dd3fe 0%, #29abe2 100%);
  border: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
}
.c-btn:hover {
  color: #fff;
  opacity: 0.7;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 10px 0px;
  background-color: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
}
header.scrolled {
  background-color: #1A1362;
  -webkit-box-shadow: 0px 10px 30px 0px #100b49;
  -moz-box-shadow: 0px 10px 30px 0px #100b49;
  box-shadow: 0px 10px 30px 0px #100b49;
}
header.active {
  background-color: #1A1362;
  -webkit-box-shadow: 0px 10px 30px 0px #100b49;
  -moz-box-shadow: 0px 10px 30px 0px #100b49;
  box-shadow: 0px 10px 30px 0px #100b49;
}
header .header-holder {
  padding: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
header .header-holder .logo-holder {
  flex: 0 0 194px;
  max-width: 194px;
}
header .header-holder .logo-holder img {
  max-width: 194px;
  max-height: 57px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: auto;
  height: auto;
}
header .header-holder .phone-menu {
  display: none;
  border: none;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  background-color: transparent;
}
header .header-holder .phone-menu.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}
header .header-holder .phone-menu.change .bar2 {
  opacity: 0;
}
header .header-holder .phone-menu.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
header .header-holder .phone-menu .bar1,
header .header-holder .phone-menu .bar2,
header .header-holder .phone-menu .bar3 {
  width: 31px;
  height: 3px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.4s;
}
header .header-holder .header-items {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-holder .header-items .menu-primary-menu-container {
  flex: 1;
}
header .header-holder .header-items .menu-primary-menu-container .primary-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
header .header-holder .header-items .menu-primary-menu-container .primary-menu li {
  position: relative;
  padding: 0px;
  margin: 0px 0px 0px 35px;
}
header .header-holder .header-items .menu-primary-menu-container .primary-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
header .header-holder .header-items .menu-primary-menu-container .primary-menu li a:hover {
  opacity: 0.7;
}
header .header-holder .header-items .header-btn {
  display: none;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.hero-section {
  position: relative;
  z-index: 10;
}
.hero-section .full-height {
  z-index: 3;
  min-height: 100vh;
}
.hero-section .hero-block {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0px 80px;
  z-index: 10;
}
.hero-section .hero-block h6 {
  color: #29ABE2;
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 15px;
  text-transform: uppercase;
}
.hero-section .hero-block h1 {
  margin: 0px 0px 25px;
}
.hero-section .hero-block p {
  font-weight: 500;
  line-height: 162%;
}
footer {
  padding: 55px 0px 20px;
  background-color: #0A0451;
}
footer .footer-logo-holder {
  padding-bottom: 35px;
  max-width: 194px;
}
footer .footer-logo-holder img {
  max-width: 100%;
  height: auto;
}
footer .footer-menu-block {
  width: 100%;
  padding-bottom: 35px;
}
footer .footer-menu-block .footer-menu {
  padding: 20px 0px 0px;
  margin: 0px;
  list-style: none;
  font-size: 0px;
  text-align: right;
}
footer .footer-menu-block .footer-menu li {
  display: inline-block;
  margin: 0px 0px 20px 35px;
}
footer .footer-menu-block .footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
footer .footer-menu-block .footer-menu li a:hover {
  opacity: 0.7;
}
.form-holder .input-holder {
  width: 100%;
  margin-bottom: 10px;
}
.form-holder .input-holder.user {
  position: relative;
}
.form-holder .input-holder.user:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 35px;
  width: 24px;
  height: 24px;
  background-image: url('../img/user.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.form-holder .input-holder.mail {
  position: relative;
}
.form-holder .input-holder.mail:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 35px;
  width: 24px;
  height: 24px;
  background-image: url('../img/mail.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.form-holder .input-holder input {
  width: 100%;
  height: 65px;
  border: 1px solid #7B72E0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #1E1673;
  padding: 0px 35px 0px 75px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.form-holder .input-holder textarea {
  width: 100%;
  height: 130px;
  border: 1px solid #7B72E0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #1E1673;
  padding: 20px 35px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  resize: none;
}
.form-holder .submit-holder {
  padding-top: 5px;
  text-align: center;
}
.form-holder .submit-holder input {
  position: relative;
  display: inline-block;
  height: 68px;
  min-width: 194px;
  padding: 0px 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #6dd3fe;
  background: -moz-linear-gradient(-45deg, #6dd3fe 0%, #29abe2 100%);
  background: -webkit-linear-gradient(-45deg, #6dd3fe 0%, #29abe2 100%);
  background: linear-gradient(135deg, #6dd3fe 0%, #29abe2 100%);
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
}
.form-holder .submit-holder input:hover {
  color: #fff;
  opacity: 0.7;
}
.form-holder ::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}
.form-holder ::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}
.form-holder :-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}
.form-holder :-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}
.form-holder .wpcf7-not-valid-tip {
  font-size: 10px;
}
.columns-section {
  position: relative;
  z-index: 10;
  padding: 80px 0px 0px;
}
.columns-section .section-title {
  padding-bottom: 80px;
  text-align: center;
}
.columns-section .image-block {
  text-align: center;
  padding-bottom: 80px;
}
.columns-section .image-block img {
  max-width: 100%;
  height: auto;
}
.columns-section .text-block {
  padding-bottom: 80px;
}
.columns-section .text-block h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0px;
}
.columns-section .text-block p {
  line-height: 30px;
  margin: 25px 0px 0px;
}
.how-section {
  position: relative;
  z-index: 10;
  padding: 0px 0px 80px;
}
.how-section .section-title {
  padding-bottom: 115px;
  text-align: center;
}
.how-section .items-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.how-section .items-list .box {
  flex: 0 0 33.33333333%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.how-section .items-list .box .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 20px 50px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #1A1366;
  -webkit-box-shadow: 10px 10px 80px 0px #0a0452;
  -moz-box-shadow: 10px 10px 80px 0px #0a0452;
  box-shadow: 10px 10px 80px 0px #0a0452;
}
.how-section .items-list .box .inner span {
  position: absolute;
  top: 0px;
  left: 20px;
  color: #29ABE2;
  font-size: 200px;
  font-weight: 700;
  line-height: 180px;
  opacity: 0.2;
  z-index: 3;
}
.how-section .items-list .box .inner img {
  position: relative;
  max-width: 162px;
  height: auto;
  margin: 0px auto 30px;
  z-index: 5;
}
.how-section .items-list .box .inner p {
  position: relative;
  line-height: 199.4%;
  margin: 0px;
  z-index: 6;
}
.how-section .items-list .slick-track {
  display: flex !important;
}
.how-section .items-list .slick-slide {
  height: inherit !important;
}
.how-section .items-list .slick-arrow {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  padding: 0px;
  top: -80px;
  border: none;
  font-size: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 50;
}
.how-section .items-list .slick-arrow.slick-prev {
  right: 61px;
  background-image: url('../img/arrow-prev.png');
  background-size: 100% auto;
}
.how-section .items-list .slick-arrow.slick-prev.slick-disabled {
  background-image: url('../img/arrow-prev-dis.png');
  background-size: 18px auto;
}
.how-section .items-list .slick-arrow.slick-next {
  right: 0px;
  background-image: url('../img/arrow-next.png');
  background-size: 100% auto;
}
.how-section .items-list .slick-arrow.slick-next.slick-disabled {
  background-image: url('../img/arrow-next-dis.png');
  background-size: 18px auto;
}
.why-section {
  position: relative;
  z-index: 10;
  padding: 80px 0px 80px;
}
.why-section .section-title {
  padding-bottom: 100px;
  text-align: center;
}
.why-section .items-list .main-item {
  margin-top: 10px;
}
.why-section .items-list .main-item:first-child {
  margin-top: 0px;
}
.why-section .items-list .main-item .trigger-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #140E58;
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 15px 20px 15px 40px;
  text-align: left;
  -webkit-box-shadow: 10px 10px 80px 0px #0a0452;
  -moz-box-shadow: 10px 10px 80px 0px #0a0452;
  box-shadow: 10px 10px 80px 0px #0a0452;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.why-section .items-list .main-item .trigger-btn img {
  max-width: 36px;
  height: auto;
  margin-right: 30px;
}
.why-section .items-list .main-item .trigger-btn span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.why-section .items-list .main-item .trigger-btn.active {
  background-color: #1A1366;
}
.why-section .items-list .main-item .trigger-btn.active span {
  font-size: 24px;
  font-weight: 600;
}
.why-section .items-list .main-text {
  display: none;
  padding: 45px 20px 25px;
  margin-top: 10px;
  background-color: #1A1366;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.why-section .items-list .main-text p {
  font-size: 16px;
  line-height: 166%;
  margin: 0px 0px 20px;
}
.why-section .items-text {
  height: 100%;
}
.why-section .items-text .side-item {
  display: none;
  height: 100%;
}
.why-section .items-text .side-item .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 50px 90px;
  background-color: #1A1366;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.why-section .items-text .side-item .inner p {
  line-height: 166%;
}
.table-section {
  position: relative;
  z-index: 10;
  padding: 80px 0px 80px;
}
.table-section .section-title {
  padding-bottom: 40px;
  text-align: center;
}
.table-section .section-title h2 {
  margin: 0px 0px 40px;
}
.table-section .section-title p {
  line-height: 166%;
}
.table-section .table-holder {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}
.table-section .table-holder table {
  width: 100%;
}
.table-section .table-holder table thead tr th {
  padding: 15px 30px;
  text-align: center;
  background-color: #1a1366;
}
.table-section .table-holder table thead tr th:nth-child(2) {
  background-color: #2a218c;
}
.table-section .table-holder table thead tr th .media-large {
  display: block;
}
.table-section .table-holder table thead tr th .media-small {
  display: none;
}
.table-section .table-holder table tbody tr {
  border-top: 1px solid #0f0655;
}
.table-section .table-holder table tbody tr td {
  height: 60px;
  padding: 5px 50px;
  text-align: center;
  color: #53c4f4;
  font-size: 18px;
  font-weight: 600;
  line-height: 166%;
  background-color: #171061;
}
.table-section .table-holder table tbody tr td:nth-child(2) {
  background-color: #1f1673;
}
.table-section .table-holder table tbody tr td img {
  max-width: 24px;
  height: auto;
}
.equity-section {
  position: relative;
  z-index: 10;
  padding: 80px 0px 40px;
}
.equity-section .section-title {
  padding-bottom: 170px;
  text-align: center;
}
.equity-section .spacer {
  margin-bottom: 30px;
}
.equity-section .box-item {
  height: 100%;
  text-align: center;
  padding: 0px 20px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #1A1366;
  -webkit-box-shadow: 10px 10px 80px 0px #0a0452;
  -moz-box-shadow: 10px 10px 80px 0px #0a0452;
  box-shadow: 10px 10px 80px 0px #0a0452;
  /*background-color: red;*/
}
.equity-section .box-item img {
  max-width: 220px;
  height: auto;
  margin-top: -110px;
  margin-bottom: 30px;
}
.equity-section .box-item p {
  line-height: 199.4%;
}
.contact-section {
  padding: 220px 0px 190px;
  background-image: url('../img/background01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.contact-section .section-title {
  text-align: center;
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
}
.contact-section .form-block {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .contact-section {
    padding-top: 100px;
  }
  .wrapper:before {
    display: none;
  }
  .wrapper:after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .header-holder .header-items .header-btn {
    display: block;
    padding-bottom: 50px;
  }
  .how-section .items-list .box {
    flex: 1;
  }
  footer .footer-menu-block .footer-menu {
    text-align: center;
  }
  footer .footer-menu-block .footer-menu li {
    margin: 0px 15px 20px;
  }
  footer .footer-logo-holder {
    margin: 0px auto;
  }
  .equity-section .spacer {
    margin-bottom: 140px;
  }
  header .header-holder .phone-menu {
    display: block;
  }
  header .header-holder .header-items {
    display: none;
  }
  header .header-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header .header-holder .logo-holder {
    margin-left: 50px;
  }
  header .header-holder .header-items {
    padding-top: 40px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .header-holder .header-items .menu-primary-menu-container {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .header-holder .header-items .menu-primary-menu-container .primary-menu {
    display: block;
  }
  header .header-holder .header-items .menu-primary-menu-container .primary-menu li {
    margin: 0px 0px 45px;
  }
  header .header-holder .header-items .header-btn {
    margin-bottom: 20px;
    text-align: center;
  }
  .why-section .items-text {
    display: none;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .table-section .table-holder table tbody tr td {
    padding: 5px 10px;
  }
  .table-section .table-holder table thead tr th {
    padding: 15px 10px;
  }
  .table-section .table-holder table thead tr th .media-small {
    display: block;
  }
  .table-section .table-holder table thead tr th .media-large {
    display: none;
  }
  header {
    background-color: #1a1362;
    -webkit-box-shadow: 0 10px 30px 0 #100b49;
    -moz-box-shadow: 0 10px 30px 0 #100b49;
    box-shadow: 0 10px 30px 0 #100b49;
  }
  .hero-section .full-height {
    min-height: 1px;
  }
  .wrapper {
    padding-top: 60%;
    background-position: center top 75px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-menu-block .footer-menu li {
    display: block;
    margin: 0px 0px 35px;
  }
}
/*# sourceMappingURL=theme.min.css.map */