@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.light-blue {
  background: #91d8f7;
}

.faq-bg {
  background: #807d72;
}

.investment-bg {
  background: #46bac6;
  z-index: -9;
}

.padding20 {
  padding: 20px 0;
}

.padding30 {
  padding: 30px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding50 {
  padding: 50px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding100 {
  padding: 100px 0;
}

.bg-1 {
  background: #f8f8f8;
}

.about-bg {
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}

.about-bg::after {
  content: '';
  background: url(../images/rounds-3.png) no-repeat;
  right: 6%;
  position: absolute;
  display: block;
  z-index: 9;
  width: 22%;
  height: 204px;
  bottom: -100px;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  overflow-x: hidden;
}

.banner {
  background: #010859;
  height: 625px;
}

.news-bg-right {
  background: url(../images/news-bg-right.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  position: relative;
  right: -15px;
}

header {
  background: #f8f8f8;
  padding: 7px 0;
}

header .logo {
  width: 270px;
}

header ul {
  margin: 0px;
  padding: 0px;
}

header .menu li {
  list-style: none;
  margin-right: 10px;
  font-size: 14px;
}

header .menu li img {
  margin-right: 10px;
}

header .menu li a {
  color: #000;
  text-decoration: none;
}

header .social {
  margin: 0px;
  padding: 0px;
}

header .social li {
  list-style: none;
  padding: 0 5px;
  float: left;
}

header .navbar-toggler {
  background: #2e3476;
  outline: none;
}

header .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

figure {
  margin: 0px !important;
}

figure .content .left-side {
  margin-top: 30%;
  color: #fff;
}

figure .content .left-side h2 {
  color: #a6f5f0;
  font-size: 38px;
}

figure .content .left-side h1 {
  color: #d7d7e3;
  font-size: 59px;
  margin-bottom: 2rem;
}

figure .content .left-side .list ul {
  margin: 0px;
  padding: 0px;
}

figure .content .left-side .list ul li {
  list-style: none;
  margin-bottom: 30px;
  color: #d7d7e3;
  font-size: 17px;
  position: relative;
  font-weight: 500;
}

figure .content .left-side .list ul li::before {
  position: absolute;
  content: '';
  left: -30px;
  top: 4px;
  background: url(../images/list-icon.svg);
  width: 16px;
  height: 16px;
}

figure .content .globe-video {
  position: absolute;
  right: 0px;
  height: 625px;
}

figure .content .anim-round {
  padding: 100px 0 90px;
  position: relative;
  float: left;
}

figure .content .rounded {
  position: relative;
}

figure .content .rounded .rounded-1 {
  background: url(../images/1b.png) no-repeat;
  width: 400px;
  height: 400px;
  -webkit-animation: spin 19s linear infinite;
  animation: spin 19s linear infinite;
}

figure .content .rounded .img {
  position: absolute;
  top: 60px;
  left: 15%;
  z-index: 9999;
  width: 280px;
  height: 280px;
  background: url(../images/1.png) no-repeat center top;
}

figure .content .rounded .content {
  position: relative;
}

figure .content .rounded .content .text {
  position: absolute;
  top: 0px;
  text-align: center;
}

figure .content .rounded .content .how {
  position: absolute;
  top: 23%;
  right: 35%;
  z-index: 9999;
  color: #fff;
  font-size: 18px;
}

figure .content .rounded .content .how a {
  color: #fff;
  text-decoration: none;
}

figure .content .rounded .reasons {
  position: absolute;
  top: 47%;
  left: 28%;
  z-index: 9999;
  color: #fff;
  font-size: 18px;
}

figure .content .rounded .reasons a {
  color: #fff;
  text-decoration: none;
}

figure .content .rounded2 {
  position: relative;
  right: -250px;
}

figure .content .rounded2 .rounded-2 {
  background: url(../images/2b.png) no-repeat;
  width: 250px;
  height: 250px;
  -webkit-animation: spin2 19s linear infinite;
  animation: spin2 19s linear infinite;
}

figure .content .rounded2 .img {
  position: absolute;
  top: 34px;
  left: 14.3%;
  z-index: 9;
  background: url(../images/2.png) no-repeat center top;
  width: 180px;
  height: 180px;
}

figure .content .rounded2 .content {
  position: relative;
}

figure .content .rounded2 .content .text {
  position: absolute;
  top: 0px;
  text-align: center;
}

figure .content .rounded2 .content .how {
  position: absolute;
  top: 43%;
  left: 43%;
  z-index: 9999;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

figure .content .rounded2 .content .how a {
  color: #fff;
  text-decoration: none;
}

figure .content .rounded3 {
  position: relative;
  right: -250px;
  top: 160px;
}

figure .content .rounded3 .rounded-2 {
  background: url(../images/3b.png) no-repeat;
  width: 250px;
  height: 250px;
  -webkit-animation: spin2 13s linear infinite;
  animation: spin2 13s linear infinite;
}

figure .content .rounded3 .img {
  position: absolute;
  top: 34px;
  left: 14.3%;
  background: url(../images/3.png) no-repeat center top;
  width: 180px;
  height: 180px;
}

figure .content .rounded3 .content {
  position: relative;
}

figure .content .rounded3 .content .text {
  position: absolute;
  top: 0px;
  text-align: center;
}

figure .content .rounded3 .content .how {
  position: absolute;
  top: 43%;
  left: 43%;
  z-index: 9999;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

figure .content .rounded3 .content .how a {
  color: #fff;
  text-decoration: none;
}

section .about h3 {
  font-size: 16px;
  color: #393e6e;
  line-height: 30px;
}

section .about .box-left {
  padding: 20px;
  background: url(../images/blue-bg.png) no-repeat;
  height: 100%;
  overflow: hidden;
  min-height: 150px;
}

section .about .box-left ul {
  margin: 0px;
  padding: 0px;
}

section .about .box-left ul li {
  list-style: none;
}

section .about h1 {
  font-size: 30px;
  color: #7b7d7f;
  padding: 10% 0 6% 0%;
  font-weight: 700;
}

section .about h1 span {
  color: #606062;
  font-size: 45px;
  font-weight: 700;
}

section .about p {
  font-size: 17px;
  color: #000;
  line-height: 30px;
  word-break: break-all;
}

section .about .video {
  background: #fff8af;
  padding: 20px 20px 20px 80px;
}

section .about .video video {
  width: 100%;
}

section .how-begin .img {
  margin-bottom: 20px;
  margin-top: -80px;
}

section .how-begin .img img {
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
  border: 1px solid #fff;
}

section .how-begin .img img:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

section .how-begin h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #636465;
  font-weight: 600;
}

section .how-begin h3 {
  font-size: 16px;
  color: #020859;
  font-weight: 600;
}

section .how-begin p {
  font-size: 15px;
  color: #212529;
  font-weight: 500;
}

section .investment h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  line-height: normal;
  position: relative;
  padding-top: 10%;
}

section .investment h3 span {
  font-size: 45px;
  color: #030a65;
  font-weight: 700;
}

section .investment .circle {
  background: url(../images/white-round.png) no-repeat right top;
  height: 250px;
}

section .investment .rotating {
  -webkit-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  position: absolute;
  top: 20%;
  height: 525px;
  width: 525px;
  right: -20%;
  z-index: -9;
}

section .investment .rotating2 {
  -webkit-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  position: absolute;
  height: 300px;
  width: 300px;
  left: -5%;
  bottom: 10%;
  z-index: -9;
}

section .investment .rotating3 {
  position: absolute;
  left: 12%;
  bottom: 10%;
  z-index: -9;
}

section .investment .rotate {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

section .investment #slideImg {
  margin: 100px auto;
  position: relative;
  z-index: 9;
}

section .investment #slideImg ul {
  margin: 0px;
  padding: 0px;
}

section .investment #slideImg li {
  float: left;
  margin: 0 5px;
  list-style: none;
}

section .investment .rotate-prev {
  position: absolute;
  display: none;
}

section .invest-money .invest-money-bg {
  background: url(../images/invest-money-bg.png) no-repeat top center;
  min-height: 366px;
}

section .invest-money .invest-money-text {
  width: 50%;
  top: -42%;
  position: relative;
}

section .invest-money .nav-bg {
  background: url(../images/tabs-bg.png) no-repeat top center;
  min-height: 154px;
  margin-top: -12%;
}

section .invest-money .nav-tabs {
  border: none;
  margin-top: -8%;
}

section .invest-money .nav-tabs .icon {
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #dedede;
  margin: 0 auto;
  line-height: 65px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
}

section .invest-money .nav-tabs .icon img {
  width: 50px;
  margin: 0 auto;
}

section .invest-money .nav-tabs li {
  padding: 18px 5% 0;
}

section .invest-money .nav-tabs .nav-link {
  border: none;
  padding: 0px;
  background: none;
}

section .invest-money .nav-tabs .nav-link h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 5px 10px;
}

section .invest-money .nav-tabs .active .icon {
  display: block;
  width: 120px;
  height: 120px;
  border: 2px solid #52c9f4;
  margin: 0 auto;
  line-height: 120px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 300px;
}

section .invest-money .nav-tabs .active .icon img {
  width: 60px;
  margin: 0 auto;
}

section .invest-money .nav-tabs .active h4 {
  color: #454a85;
  font-size: 16px;
  font-weight: 600;
}

section .invest-money .tab-content {
  border: solid 1px #a3a4a6;
  padding: 20px;
  color: #020859;
  font-size: 16px;
  line-height: 28px;
  margin-top: -2%;
  font-weight: 500;
  text-align: center;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

article .press {
  padding-top: 50px;
}

article .press .owl-carousel .item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  cursor: pointer;
}

article .press .owl-carousel .item img:hover {
  -webkit-filter: none;
          filter: none;
}

article .press .owl-carousel .owl-item img {
  width: auto;
}

article .press .owl-carousel .owl-nav {
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(359deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@media (max-width: 575.98px) {
  header {
    background: #f8f8f8 url(../images/header-bg.png) repeat-x;
  }
  header .menu li {
    list-style: none;
    margin-right: 0px;
    font-size: 14px;
    padding: 5px 0;
  }
  .about-bg {
    background: none !important;
  }
  .about-bg::after {
    background: none;
  }
  .banner {
    height: 500px;
  }
  figure .content .left-side {
    margin-top: 15%;
    color: #fff;
  }
  figure .content .left-side h2 {
    color: #a6f5f0;
    font-size: 20px;
  }
  figure .content .left-side h1 {
    color: #d7d7e3;
    font-size: 25px;
    margin-bottom: 2rem;
  }
  figure .content .left-side .list ul {
    margin: 0px;
    padding: 0px;
  }
  figure .content .left-side .list ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #d7d7e3;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
  }
  figure .content .left-side .list ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    background: url(../images/list-icon.svg);
    width: 16px;
    height: 16px;
  }
  figure .content .globe-video {
    position: absolute;
    right: 0px;
    height: 625px;
  }
  figure .content .anim-round {
    padding: 25px;
    position: relative;
    float: left;
  }
  figure .content .rounded {
    position: relative;
  }
  figure .content .rounded .rounded-1 {
    background: url(../images/1b-m.png) no-repeat;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 19s linear infinite;
    animation: spin 19s linear infinite;
  }
  figure .content .rounded .img {
    position: absolute;
    top: 28px;
    left: 14%;
    z-index: 9999;
    width: 130px;
    height: 130px;
    background: url(../images/1-m.png) no-repeat center top;
  }
  figure .content .rounded .content {
    position: relative;
  }
  figure .content .rounded .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded .content .how {
    position: absolute;
    top: 23%;
    right: 35%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded .reasons {
    position: absolute;
    top: 47%;
    left: 28%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .reasons a {
    color: #fff;
  }
  figure .content .rounded2 {
    position: relative;
    right: -100px;
  }
  figure .content .rounded2 .rounded-2 {
    background: url(../images/2b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 19s linear infinite;
    animation: spin2 19s linear infinite;
  }
  figure .content .rounded2 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    z-index: 9;
    width: 110px;
    height: 110px;
    background: url(../images/2-m.png) no-repeat center top;
  }
  figure .content .rounded2 .content {
    position: relative;
  }
  figure .content .rounded2 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded2 .content .how {
    position: absolute;
    top: 43%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded2 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded3 {
    position: relative;
    right: -100px;
    top: 60px;
  }
  figure .content .rounded3 .rounded-2 {
    background: url(../images/3b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 13s linear infinite;
    animation: spin2 13s linear infinite;
  }
  figure .content .rounded3 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    width: 110px;
    height: 110px;
    background: url(../images/3-m.png) no-repeat center top;
  }
  figure .content .rounded3 .content {
    position: relative;
  }
  figure .content .rounded3 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded3 .content .how {
    position: absolute;
    top: 52%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded3 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  .popup .modal-dialog .modal-content {
    background: #c8ebfb;
    border-radius: 0 !important;
  }
  .popup .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 20px 20px 0;
  }
  .popup .modal-dialog .modal-content .modal-body {
    padding: 0 30px 20px !important;
  }
  section .how-begin .img {
    margin-bottom: 20px;
    margin-top: 0px;
  }
  section .how-begin .img img {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #fff;
  }
  section .how-begin .img img:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
  }
  section .how-begin h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #636465;
    font-weight: 600;
  }
  section .how-begin h3 {
    font-size: 16px;
    color: #020859;
    font-weight: 600;
  }
  section .how-begin p {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
  }
  section .investment h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    padding-top: 10%;
  }
  section .investment h3 span {
    font-size: 25px;
    color: #030a65;
    font-weight: 700;
  }
  section .investment .circle {
    background: url(../images/white-round.png) no-repeat right top;
    height: 250px;
  }
  section .investment .rotating, section .investment .rotating2, section .investment .rotating3 {
    display: none;
  }
  section .investment .rotate-prev {
    position: absolute;
    display: none;
  }
  section .invest-money .invest-money-bg {
    background: url(../images/invest-money-bg.png) no-repeat top center;
    min-height: 366px;
  }
  section .invest-money .invest-money-text {
    width: 50%;
    top: -42%;
    position: relative;
  }
  section .invest-money .nav-bg {
    background: url(../images/tabs-bg.png) no-repeat top center;
    min-height: 54px;
    margin-top: -12%;
  }
  section .invest-money .nav-tabs {
    border: none;
    margin-top: -8%;
  }
  section .invest-money .nav-tabs .icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #dedede;
    margin: 0 auto;
    line-height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  section .invest-money .nav-tabs .icon img {
    width: 20px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs li {
    padding: 18px 5px 0;
  }
  section .invest-money .nav-tabs .nav-link {
    border: none;
    padding: 0px;
    background: none;
  }
  section .invest-money .nav-tabs .nav-link h4 {
    color: #666666;
    font-size: 0.5rem;
    font-weight: 600;
    background: #fff;
    padding: 5px 0;
  }
  section .invest-money .nav-tabs .active .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #52c9f4;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 300px;
  }
  section .invest-money .nav-tabs .active .icon img {
    width: 23px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs .active h4 {
    color: #454a85;
    font-size: 0.5rem;
    font-weight: 600;
  }
  section .invest-money .tab-content {
    border: solid 1px #a3a4a6;
    padding: 20px;
    color: #020859;
    font-size: 14px;
    line-height: 25px;
    margin-top: -2%;
    font-weight: 500;
    text-align: center;
  }
  section .about h3 {
    font-size: 16px;
    color: #393e6e;
    line-height: 30px;
  }
  section .about .box-left {
    padding: 20px;
    background: url(../images/blue-bg.png) no-repeat;
    height: 100%;
    overflow: hidden;
    min-height: 200px;
  }
  section .about .box-left ul {
    margin: 0px;
    padding: 0px;
  }
  section .about .box-left ul li {
    list-style: none;
  }
  section .about h1 {
    font-size: 22px;
    color: #7b7d7f;
    padding: 10% 0 6% 0%;
    font-weight: 700;
  }
  section .about h1 span {
    color: #606062;
    font-size: 35px;
    font-weight: 700;
  }
  section .about p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    word-break: break-all;
  }
  section .about .video {
    background: #fff8af;
    padding: 20px 20px 20px 80px;
  }
  section .about .video video {
    width: 100%;
  }
  .carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10% !important;
  }
  .carousel .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 0px;
    opacity: 0;
    /*filter: drop-shadow(0 2px 2px #555);*/
    will-change: transform, opacity;
    -webkit-animation: carousel-animate-vertical 27s linear infinite;
    animation: carousel-animate-vertical 27s linear infinite;
    top: 0px;
  }
  .carousel .carousel__item .carousel__item-body {
    width: 100%;
    padding: 0;
  }
  .carousel .carousel__item .carousel__item-body .title {
    font-size: 15px;
    width: 100%;
    text-shadow: 4px 0px #fff;
    text-align: center;
  }
  a.back-to-top {
    display: none;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    bottom: 100px !important;
    background: #2e3476 url(../images/up-arrow.png) no-repeat center 43%;
    border-radius: 30px;
    color: #fff;
  }
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    top: 10% !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    background: #f8f8f8 url(../images/header-bg.png) repeat-x;
  }
  header .menu li {
    list-style: none;
    margin-right: 0px;
    font-size: 14px;
    padding: 5px 0;
  }
  .about-bg {
    background: none !important;
  }
  .about-bg::after {
    background: none;
  }
  .banner {
    height: 100%;
  }
  figure .content .left-side {
    margin-top: 15%;
    color: #fff;
  }
  figure .content .left-side h2 {
    color: #a6f5f0;
    font-size: 20px;
  }
  figure .content .left-side h1 {
    color: #d7d7e3;
    font-size: 25px;
    margin-bottom: 2rem;
  }
  figure .content .left-side .list ul {
    margin: 0px;
    padding: 0px;
  }
  figure .content .left-side .list ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #d7d7e3;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
  }
  figure .content .left-side .list ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    background: url(../images/list-icon.svg);
    width: 16px;
    height: 16px;
  }
  figure .content .globe-video {
    position: absolute;
    right: 0px;
    height: 625px;
  }
  figure .content .anim-round {
    padding: 25px;
    position: relative;
    float: left;
  }
  figure .content .rounded {
    position: relative;
  }
  figure .content .rounded .rounded-1 {
    background: url(../images/1b-m.png) no-repeat;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 19s linear infinite;
    animation: spin 19s linear infinite;
  }
  figure .content .rounded .img {
    position: absolute;
    top: 28px;
    left: 14%;
    z-index: 9999;
    width: 130px;
    height: 130px;
    background: url(../images/1-m.png) no-repeat center top;
  }
  figure .content .rounded .content {
    position: relative;
  }
  figure .content .rounded .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded .content .how {
    position: absolute;
    top: 23%;
    right: 35%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded .reasons {
    position: absolute;
    top: 47%;
    left: 28%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .reasons a {
    color: #fff;
  }
  figure .content .rounded2 {
    position: relative;
    right: -100px;
  }
  figure .content .rounded2 .rounded-2 {
    background: url(../images/2b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 19s linear infinite;
    animation: spin2 19s linear infinite;
  }
  figure .content .rounded2 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    z-index: 9;
    width: 110px;
    height: 110px;
    background: url(../images/2-m.png) no-repeat center top;
  }
  figure .content .rounded2 .content {
    position: relative;
  }
  figure .content .rounded2 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded2 .content .how {
    position: absolute;
    top: 43%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded2 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded3 {
    position: relative;
    right: -100px;
    top: 60px;
  }
  figure .content .rounded3 .rounded-2 {
    background: url(../images/3b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 13s linear infinite;
    animation: spin2 13s linear infinite;
  }
  figure .content .rounded3 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    width: 110px;
    height: 110px;
    background: url(../images/3-m.png) no-repeat center top;
  }
  figure .content .rounded3 .content {
    position: relative;
  }
  figure .content .rounded3 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded3 .content .how {
    position: absolute;
    top: 52%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded3 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  .popup .modal-dialog .modal-content {
    background: #c8ebfb;
    border-radius: 0 !important;
  }
  .popup .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 20px 20px 0;
  }
  .popup .modal-dialog .modal-content .modal-body {
    padding: 0 30px 20px !important;
  }
  section .how-begin .img {
    margin-bottom: 20px;
    margin-top: 0;
  }
  section .how-begin .img img {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #fff;
  }
  section .how-begin .img img:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
  }
  section .how-begin h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #636465;
    font-weight: 600;
  }
  section .how-begin h3 {
    font-size: 16px;
    color: #020859;
    font-weight: 600;
  }
  section .how-begin p {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
  }
  section .investment h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    padding-top: 10%;
  }
  section .investment h3 span {
    font-size: 35px;
    color: #030a65;
    font-weight: 700;
  }
  section .investment .circle {
    background: url(../images/white-round.png) no-repeat right top;
    height: 250px;
  }
  section .investment .rotating, section .investment .rotating2, section .investment .rotating3 {
    display: none;
  }
  section .investment .rotate-prev {
    position: absolute;
    display: none;
  }
  section .invest-money .invest-money-bg {
    background: url(../images/invest-money-bg.png) no-repeat top center;
    min-height: 366px;
  }
  section .invest-money .invest-money-text {
    width: 50%;
    top: -42%;
    position: relative;
  }
  section .invest-money .nav-bg {
    background: url(../images/tabs-bg.png) no-repeat top center;
    min-height: 54px;
    margin-top: -12%;
  }
  section .invest-money .nav-tabs {
    border: none;
    margin-top: -8%;
  }
  section .invest-money .nav-tabs .icon {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #dedede;
    margin: 0 auto;
    line-height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  section .invest-money .nav-tabs .icon img {
    width: 20px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs li {
    padding: 18px 5px 0;
  }
  section .invest-money .nav-tabs .nav-link {
    border: none;
    padding: 0px;
    background: none;
  }
  section .invest-money .nav-tabs .nav-link h4 {
    color: #666666;
    font-size: 0.8rem;
    font-weight: 600;
    background: #fff;
    padding: 5px 0;
  }
  section .invest-money .nav-tabs .active .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #52c9f4;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 300px;
  }
  section .invest-money .nav-tabs .active .icon img {
    width: 23px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs .active h4 {
    color: #454a85;
    font-size: 0.8rem;
    font-weight: 600;
  }
  section .invest-money .tab-content {
    border: solid 1px #a3a4a6;
    padding: 20px;
    color: #020859;
    font-size: 14px;
    line-height: 25px;
    margin-top: -2%;
    font-weight: 500;
    text-align: center;
  }
  .carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10% !important;
  }
  .carousel .carousel__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 0px;
    opacity: 0;
    /*filter: drop-shadow(0 2px 2px #555);*/
    will-change: transform, opacity;
    -webkit-animation: carousel-animate-vertical 27s linear infinite;
    animation: carousel-animate-vertical 27s linear infinite;
    top: 0px;
  }
  .carousel .carousel__item .carousel__item-body {
    width: 100%;
    padding: 0;
  }
  .carousel .carousel__item .carousel__item-body .title {
    font-size: 15px;
    width: 100%;
    text-shadow: 4px 0px #fff;
    text-align: center;
  }
  a.back-to-top {
    display: none;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    bottom: 100px !important;
    background: #2e3476 url(../images/up-arrow.png) no-repeat center 43%;
    border-radius: 30px;
    color: #fff;
  }
  .modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    top: 10% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    background: #f8f8f8 url(../images/header-bg.png) repeat-x;
  }
  header .menu li {
    list-style: none;
    margin-right: 0px;
    font-size: 14px;
    padding: 5px 0;
  }
  .banner {
    height: 300px;
  }
  .about-bg::after {
    background: none;
  }
  figure .content .left-side {
    margin-top: 15%;
    color: #fff;
  }
  figure .content .left-side h2 {
    color: #a6f5f0;
    font-size: 20px;
  }
  figure .content .left-side h1 {
    color: #d7d7e3;
    font-size: 25px;
    margin-bottom: 2rem;
  }
  figure .content .left-side .list ul {
    margin: 0px;
    padding: 0px;
  }
  figure .content .left-side .list ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #d7d7e3;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
  }
  figure .content .left-side .list ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    background: url(../images/list-icon.svg);
    width: 16px;
    height: 16px;
  }
  figure .content .globe-video {
    position: absolute;
    right: 0px;
    height: 625px;
  }
  figure .content .anim-round {
    padding: 25px;
    position: relative;
    float: left;
  }
  figure .content .rounded {
    position: relative;
  }
  figure .content .rounded .rounded-1 {
    background: url(../images/1b-m.png) no-repeat;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 19s linear infinite;
    animation: spin 19s linear infinite;
  }
  figure .content .rounded .img {
    position: absolute;
    top: 28px;
    left: 14%;
    z-index: 9999;
    width: 130px;
    height: 130px;
    background: url(../images/1-m.png) no-repeat center top;
  }
  figure .content .rounded .content {
    position: relative;
  }
  figure .content .rounded .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded .content .how {
    position: absolute;
    top: 23%;
    right: 35%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded .reasons {
    position: absolute;
    top: 47%;
    left: 28%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .reasons a {
    color: #fff;
  }
  figure .content .rounded2 {
    position: relative;
    right: -100px;
  }
  figure .content .rounded2 .rounded-2 {
    background: url(../images/2b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 19s linear infinite;
    animation: spin2 19s linear infinite;
  }
  figure .content .rounded2 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    z-index: 9;
    width: 110px;
    height: 110px;
    background: url(../images/2-m.png) no-repeat center top;
  }
  figure .content .rounded2 .content {
    position: relative;
  }
  figure .content .rounded2 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded2 .content .how {
    position: absolute;
    top: 43%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded2 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded3 {
    position: relative;
    right: -100px;
    top: 60px;
  }
  figure .content .rounded3 .rounded-2 {
    background: url(../images/3b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 13s linear infinite;
    animation: spin2 13s linear infinite;
  }
  figure .content .rounded3 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    width: 110px;
    height: 110px;
    background: url(../images/3-m.png) no-repeat center top;
  }
  figure .content .rounded3 .content {
    position: relative;
  }
  figure .content .rounded3 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded3 .content .how {
    position: absolute;
    top: 52%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded3 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  .popup .modal-dialog .modal-content {
    background: #c8ebfb;
    border-radius: 0 !important;
  }
  .popup .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 20px 20px 0;
  }
  .popup .modal-dialog .modal-content .modal-body {
    padding: 0 30px 20px !important;
  }
  section .how-begin .img {
    margin-bottom: 20px;
    margin-top: -80px;
  }
  section .how-begin .img img {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    border: 1px solid #fff;
  }
  section .how-begin .img img:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 20px #ccc;
            box-shadow: 0 0 20px #ccc;
  }
  section .how-begin h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #636465;
    font-weight: 600;
  }
  section .how-begin h3 {
    font-size: 16px;
    color: #020859;
    font-weight: 600;
  }
  section .how-begin p {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
  }
  section .investment h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: normal;
    position: relative;
    padding-top: 10%;
  }
  section .investment h3 span {
    font-size: 35px;
    color: #030a65;
    font-weight: 700;
  }
  section .investment .circle {
    background: url(../images/white-round.png) no-repeat right top;
    height: 250px;
  }
  section .investment .rotating, section .investment .rotating2, section .investment .rotating3 {
    display: none;
  }
  section .investment .rotate-prev {
    position: absolute;
    display: none;
  }
  section .invest-money .invest-money-bg {
    background: url(../images/invest-money-bg.png) no-repeat top center;
    min-height: 366px;
  }
  section .invest-money .invest-money-text {
    width: 50%;
    top: -42%;
    position: relative;
  }
  section .invest-money .nav-bg {
    background: url(../images/tabs-bg.png) no-repeat top center;
    min-height: 54px;
    margin-top: -12%;
  }
  section .invest-money .nav-tabs {
    border: none;
    margin-top: -8%;
  }
  section .invest-money .nav-tabs .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #dedede;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  section .invest-money .nav-tabs .icon img {
    width: 30px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs li {
    padding: 18px 15px 0 !important;
  }
  section .invest-money .nav-tabs .nav-link {
    border: none;
    padding: 0px;
    background: none;
  }
  section .invest-money .nav-tabs .nav-link h4 {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 600;
    background: #fff;
    padding: 5px 0;
  }
  section .invest-money .nav-tabs .active .icon {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #52c9f4;
    margin: 0 auto;
    line-height: 60px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 300px;
  }
  section .invest-money .nav-tabs .active .icon img {
    width: 35px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs .active h4 {
    color: #454a85;
  }
  section .invest-money .tab-content {
    border: solid 1px #a3a4a6;
    padding: 20px;
    color: #020859;
    font-size: 14px;
    line-height: 25px;
    margin-top: -2%;
    font-weight: 500;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  header {
    background: url(../images/header-bg.png) repeat-x #f8f8f8;
    padding: 7px 0;
  }
  header .logo {
    width: 270px;
  }
  header ul {
    margin: 0px;
    padding: 0px;
  }
  header .menu li {
    list-style: none;
    margin-right: 10px;
    font-size: 12px;
  }
  header .menu li img {
    margin-right: 10px;
  }
  header .menu li a {
    color: #000;
    text-decoration: none;
  }
  .banner {
    height: 300px;
  }
  .about-bg::after {
    width: 25%;
  }
  figure .content .left-side {
    margin-top: 15%;
    color: #fff;
  }
  figure .content .left-side h2 {
    color: #a6f5f0;
    font-size: 20px;
  }
  figure .content .left-side h1 {
    color: #d7d7e3;
    font-size: 25px;
    margin-bottom: 2rem;
  }
  figure .content .left-side .list ul {
    margin: 0px;
    padding: 0px;
  }
  figure .content .left-side .list ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #d7d7e3;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-left: 25px;
  }
  figure .content .left-side .list ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 4px;
    background: url(../images/list-icon.svg);
    width: 16px;
    height: 16px;
  }
  figure .content .globe-video {
    position: absolute;
    right: 0px;
    height: 300px;
  }
  figure .content .anim-round {
    padding: 25px;
    position: relative;
    float: left;
  }
  figure .content .rounded {
    position: relative;
  }
  figure .content .rounded .rounded-1 {
    background: url(../images/1b-m.png) no-repeat;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 19s linear infinite;
    animation: spin 19s linear infinite;
  }
  figure .content .rounded .img {
    position: absolute;
    top: 28px;
    left: 14%;
    z-index: 9999;
    width: 130px;
    height: 130px;
    background: url(../images/1-m.png) no-repeat center top;
  }
  figure .content .rounded .content {
    position: relative;
  }
  figure .content .rounded .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded .content .how {
    position: absolute;
    top: 23%;
    right: 35%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded .reasons {
    position: absolute;
    top: 47%;
    left: 28%;
    z-index: 9999;
    color: #fff;
    font-size: 10px;
  }
  figure .content .rounded .reasons a {
    color: #fff;
  }
  figure .content .rounded2 {
    position: relative;
    right: -100px;
  }
  figure .content .rounded2 .rounded-2 {
    background: url(../images/2b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 19s linear infinite;
    animation: spin2 19s linear infinite;
  }
  figure .content .rounded2 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    z-index: 9;
    width: 110px;
    height: 110px;
    background: url(../images/2-m.png) no-repeat center top;
  }
  figure .content .rounded2 .content {
    position: relative;
  }
  figure .content .rounded2 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded2 .content .how {
    position: absolute;
    top: 43%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded2 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  figure .content .rounded3 {
    position: relative;
    right: -100px;
    top: 60px;
  }
  figure .content .rounded3 .rounded-2 {
    background: url(../images/3b-m.png) no-repeat;
    width: 150px;
    height: 150px;
    -webkit-animation: spin2 13s linear infinite;
    animation: spin2 13s linear infinite;
  }
  figure .content .rounded3 .img {
    position: absolute;
    top: 20px;
    left: 13.3%;
    width: 110px;
    height: 110px;
    background: url(../images/3-m.png) no-repeat center top;
  }
  figure .content .rounded3 .content {
    position: relative;
  }
  figure .content .rounded3 .content .text {
    position: absolute;
    top: 0px;
    text-align: center;
  }
  figure .content .rounded3 .content .how {
    position: absolute;
    top: 52%;
    left: 43%;
    z-index: 9999;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
  }
  figure .content .rounded3 .content .how a {
    color: #fff;
    text-decoration: none;
  }
  section .invest-money .invest-money-bg {
    background: url(../images/invest-money-bg.png) no-repeat top center;
    min-height: 366px;
  }
  section .invest-money .invest-money-text {
    width: 50%;
    top: -42%;
    position: relative;
  }
  section .invest-money .nav-bg {
    background: url(../images/tabs-bg.png) no-repeat top center;
    min-height: 54px;
    margin-top: -12%;
  }
  section .invest-money .nav-tabs {
    border: none;
    margin-top: -8%;
  }
  section .invest-money .nav-tabs .icon {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #dedede;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  section .invest-money .nav-tabs .icon img {
    width: 30px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs li {
    padding: 18px 5% 0;
  }
  section .invest-money .nav-tabs .nav-link {
    border: none;
    padding: 0px;
    background: none;
  }
  section .invest-money .nav-tabs .nav-link h4 {
    color: #666666;
    font-size: 0.9rem;
    font-weight: 600;
    background: #fff;
    padding: 5px 0;
  }
  section .invest-money .nav-tabs .active .icon {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #52c9f4;
    margin: 0 auto;
    line-height: 60px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 300px;
  }
  section .invest-money .nav-tabs .active .icon img {
    width: 35px;
    margin: 0 auto;
  }
  section .invest-money .nav-tabs .active h4 {
    color: #454a85;
  }
  section .invest-money .tab-content {
    border: solid 1px #a3a4a6;
    padding: 20px;
    color: #020859;
    font-size: 14px;
    line-height: 25px;
    margin-top: -2%;
    font-weight: 500;
    text-align: center;
  }
}

.faqs {
  background: #ffd631;
  padding: 30px 0 70px;
}

.faq-img {
  width: 200px;
}

.demo {
  height: 432px;
  overflow-y: scroll;
}

.demo .active {
  background: red;
}

.faq-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
  /* height: 95px; */
  cursor: pointer;
  font-size: 13px;
  -webkit-box-shadow: 7px 0px 0px 2px #e8c527;
          box-shadow: 7px 0px 0px 2px #e8c527;
}

.faq-box p {
  margin-bottom: 5px;
}

.faq-box i {
  float: right;
  color: #2e3476;
  font-size: 15px;
}

.show-more {
  display: block;
  width: 100%;
}

.show-more .show-more__trigger {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 10px;
}

.show-more .show-more__trigger span {
  display: inline-block;
}

.show-more .show-more__reveal {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 1.2s ease-in-out;
  transition: all 1.2s ease-in-out;
  visibility: hidden;
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  width: 85%;
  float: left;
}

.inner_div {
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  margin: 30px 5px;
  text-align: justify;
  padding: 20px 30px;
}

.slide-faq {
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  float: right;
  -webkit-transform: translateX(1%) rotate(0deg);
          transform: translateX(1%) rotate(0deg);
  opacity: 1;
  -webkit-animation: rollOut;
          animation: rollOut;
  display: block !important;
  font-size: 14px;
}

.slide-faq h4 {
  font-size: 18px;
  line-height: normal;
}

.faqs-mobile .accordion .accordion-item {
  padding: 10px;
  border-radius: 5px !important;
  margin-bottom: 10px;
  /* height: 95px; */
  cursor: pointer;
  font-size: 13px;
  background: white;
}

.faqs-mobile .accordion .accordion-item .accordion-button {
  background: none;
  padding: 0;
  font-size: 14px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faqs-mobile .accordion .accordion-body {
  text-align: justify;
  padding: 0;
  margin: 20px 0;
  font-size: 12px;
  line-height: 22px;
}

.faqs-mobile .nav-toggle {
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

footer {
  padding-bottom: 40px;
}

footer .footer-bg {
  background: #2e3476;
}

footer h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

footer p {
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-align: justify;
}

footer .link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

footer .link:hover {
  color: #fff;
}

footer .link .fas {
  background: #464754;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}

/*popup*/
.invest .button {
  position: fixed;
  top: 45%;
  right: -37px;
  text-align: center;
  background: #b9b9b9;
  cursor: pointer;
  z-index: 999;
  font-size: 17px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  border: none;
  color: #000;
  padding: 11px;
}

.modal {
  z-index: 99999 !important;
}

.modal-backdrop.show {
  z-index: 9999;
}

.popup .modal-dialog .modal-content {
  background: #c8ebfb;
  border-radius: 300px 0px 0 300px;
}

.popup .modal-dialog .modal-content .btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 20px 20px 0;
}

.popup .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.popup .modal-dialog .modal-content .modal-body .img {
  padding-top: 40px;
}

.popup .modal-dialog .modal-content .modal-body h4 {
  font-size: 15px;
  color: #212529;
}

.popup .modal-dialog .modal-content .modal-body .input-group {
  margin-bottom: 6px;
  position: relative;
}

.popup .modal-dialog .modal-content .modal-body .input-group .fas, .popup .modal-dialog .modal-content .modal-body .input-group .far {
  background: #91d8f7;
  border: none;
  position: absolute;
  width: 28px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
}

.popup .modal-dialog .modal-content .modal-body .input-group input[type="text"] {
  padding: 4px 40px 4px;
  border: none;
  font-size: 13px;
  width: 100%;
  border-radius: 0px 0px 0px 0px !important;
  margin: 0px !important;
  outline: none;
}

.popup .modal-dialog .modal-content .modal-body .input-group select {
  padding: 4px 40px 4px;
  border: none;
  font-size: 13px;
  width: 100%;
  border-radius: 0px 0px 0px 0px !important;
  margin: 0px !important;
  background: #fff;
}

.popup .modal-dialog .modal-content .modal-body .input-group input[type="button"] {
  background: #2e3476;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  border: none;
  padding: 6px 15px;
  border: none;
  -webkit-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
}

.popup .modal-dialog .modal-content .modal-body .input-group input[type="button"]:hover {
  background: #ffd631;
  color: #000;
}

.popup .modal-dialog .modal-content .modal-body .input-group .otpResend {
  background: none !important;
  padding: 0 !important;
  color: #000 !important;
  font-size: 13px;
  float: right;
}

.modal.left .modal-dialog, .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  top: 20%;
}

.modal.left .modal-content, .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body, .modal.right .modal-body {
  padding: 15px 15px 0px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  z-index: 99999;
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

/*end*/
/*back to top button*/
a.back-to-top {
  display: none;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 80px;
  background: #2e3476 url(../images/up-arrow.png) no-repeat center 43%;
  border-radius: 30px;
  color: #fff;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30%;
}

.carousel .carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 0px;
  opacity: 0;
  /*filter: drop-shadow(0 2px 2px #555);*/
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
  animation: carousel-animate-vertical 27s linear infinite;
  top: 0px;
}

.carousel .carousel__item .carousel__item-body {
  width: 100%;
  padding: 0;
}

.carousel .carousel__item .carousel__item-body .title {
  font-size: 15px;
  width: 100%;
  text-shadow: 4px 0px #fff;
  text-align: center;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
  animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
  animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
  animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
  animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
  animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
  animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
  animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
  animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
  animation-delay: calc(-3s * 2);
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

.slick-slide {
  margin-right: 10px;
}

.slider__container {
  width: 100%;
  position: relative;
}

.slick-list {
  -webkit-perspective: 1px;
          perspective: 1px;
}

.slick-track {
  will-change: transform,transition;
}

.slider__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  display: none;
}

.slider-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  display: none;
}
/*# sourceMappingURL=stylesheet.css.map */