* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Jost', sans-serif;
}

.header-and-banner-inner-con {
  box-sizing: border-box;
}

.banner-main-con {
  padding-top: 88px;
  padding-bottom: 132px;
}

.container {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.banner-con {
  text-align: left;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
}

.wrap-left {
  width: 40%;
  justify-content: center!important;
  flex-direction: column!important;
}

.banner-left-con h1 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 60px;
  color: #0e151d;
  line-height: 70px;
}

.banner-left-con p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 28px;
}

.wrap-right {
  /* width: 60%; */
  position: relative;
}

.get-started button {
  padding: 16px 60px;
  /* background: #0cbe7e; */
  /* background-image: linear-gradient(150, #070f5a, #963ae3, #21bedd); */
  background-image: linear-gradient(to bottom right, #070f5a, #e93bda);
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  box-shadow: 1px 1px 30px 0px rgb(0 0 0 / 20%);
  border-radius: 0 30px 30px 30px;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  color: #ffffff;
  font-size: 20px;
}

.get-started button:hover {
  background: #545454;
  transform: translateY(-8px);
}

.banner-right-con {
  position: relative;
}

.banner-img-detail {
  width: 280px;
  background: #fff;
  box-shadow: 1px 1px 60px 0px rgb(0 0 0 / 20%);
  position: absolute;
  bottom: 50px;
  left: -125px;
  border-radius: 0 38px 65px 38px;
  padding: 24px 36px;
  text-align: center;
}

.banner-img-detail h3 {
  margin: 0;
  font-size: 34px;
  color: #0e151d;
  line-height: 44px;
  font-weight: 500;
}

.banner-img-detail h3 span {
  color: #ec0f0f;
  text-transform: uppercase;
}

.sloution-box-content {
  padding: 60px 0;
}

.swiper {
  width: 100%;
  height: 100%;
  --swiper-pagination-color: #fff;
  --swiper-navigation-color: #fff;
}

.swiper img {
  width: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-weight: bold;
  font-size: 36px!important;
}

.sloution-box-right-content {
  padding-left: 78px;
  padding-right: 20px;
}

.sloution-box-img {
  margin-bottom: 30px;
}

.sloution-box-right-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
}

.sloution-box-right-content p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}

.generic button {
  padding: 16px 60px;
  display: inline-block;
  background-color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid #545454;
  border-radius: 0 30px 30px 30px;
  color: #545454;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.generic button:hover {
  border-color: #fff;
  background-image: linear-gradient(to bottom right, #070f5a, #e93bda);
  color: #fff;
  transform: translateY(-8px);
}


/*  */

.section-slider {
  padding: 80px 0;
}

.section-slider .slider-bg {
  background: url(../image/calc-bg.jpg) no-repeat;
  background-size: cover;
}

.slider-group .info-title {
  color: #fff;
  text-align: center;
  padding: 50px 0 60px 0;
}

.slider-group .slider-earn {
  text-align: center;
}

.slider-earn label {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #fff;
}

.slider-earn .result {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 3.6rem;
  color: #fff;
  border: 2px solid #FFFFFF;
  max-width: 310px;
  width: 100%;
  margin: 2rem auto 0 auto;
  padding: 0.7rem;
}

.slider-group .slider-invest {
  padding: 0 50px;
  padding-bottom: 50px;
}

.slider-invest label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  margin: 4.8rem 0 1.5rem 0;
}

.irs--round .irs-bar {
  background-color: #ec0f0f !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #ec0f0f !important;
}

.irs--round .irs-handle {
  border: 4px solid #ec0f0f !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #ec0f0f !important;
}

.container-headers-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 auto 10px;
  padding-top: 80px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-header {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 6px;
  color: #8c2ed4;
}

.big-header {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin: 15px 0;
  color: #000;
}

.container-headers-copy p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}

.solution-con-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.information-container {
  width: 33%;
  margin-right: 20px;
  margin-left: 20px;
}

.information-container-img {
  width: auto;
  max-height: 400px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 0 0 20px 13px rgb(0 0 0 / 10%);
}

.information-container-img img {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.information-container-text {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

.information-container-header.black-font {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #000;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.information-text-block {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.arrow-container {
  display: flex;
}

.arrow-image {
  margin-right: auto;
  margin-bottom: 115px;
  margin-left: auto;
  max-width: 100%;
}

.service-inner-con {
  padding: 60px 0;
  text-align: center;
}

.genric-heading {
  margin-bottom: 20px;
  text-align: center;
}

.genric-heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
  display: inline-block;
  position: relative!important;
}

.genric-heading h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #e2c9f5;
  bottom: 6px;
  left: 0;
  z-index: -1;
}

.genric-heading p {
  color: #000000;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
}


/*  */

.wrap-left2,
.wrap-right2 {
  width: 50%;
}

.tastimonials-box-con img {
  max-width: -webkit-fill-available;
}

.tastimonials-con {
  padding: 80px 0 120px;
}

.tastimonials-con h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 58px;
}

.tastimonials-con h2 span {
  color: #8c2ed4;
}

.tastimonials-con p {
  font-size: 24px;
  line-height: 36px;
  color: #545454;
  font-style: italic;
  margin-bottom: 26px;
}

.carousel {
  padding-left: 20px;
}

.auther-name {
  color: #8c2ed4!important;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: inherit !important;
}

footer {
  height: 80px;
  color: #ffffff;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  z-index: 100;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  box-shadow: 1px 1px 10px 0px rgb(153 153 153 / 30%);
}

footer button {
  width: 300px;
  background-image: linear-gradient(to bottom right, #070f5a, #e93bda);
  border: none;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
  color: #ffffff;
  font-size: 25px;
}


/*  */

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.sloution-box-lft-content,
.banner-right-con img,
.tastimonials-left-con,
.service-build-lft-con img,
.team-detail-con img {
  transition: transform ease-in-out 0.5s;
}

.sloution-box-lft-content:hover,
.banner-right-con img:hover,
.tastimonials-left-con:hover,
.service-build-lft-con img:hover,
.team-detail-con img:hover {
  transform: scale(1.1);
}


/*  */

.showBox .modal-dialog {
  position: absolute!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 260px;
  margin: auto!important;
}

.showBox .modal-msg {
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}

.showBox .modal-footer {
  text-align: center;
}

.showBox .btn {
  font-size: 16px;
  padding: 6px 24px;
}

.showBox .btn-primary,
.showBox .btn-primary:hover,
.showBox .btn-primary:visited,
.showBox .btn-primary:active,
.showBox .btn-primary:focus {
  background-color: #8c2ed4;
  border-color: #8c2ed4
}

@media (max-width: 1199px) {
  .banner-left-con h1 {
    margin-bottom: 18px;
    font-size: 54px;
    line-height: 60px;
  }
  .banner-con .wrap-right {
    text-align: right;
  }
  .banner-img-detail {
    width: 290px;
    height: 180px;
    left: -56px;
  }
  .banner-left-con p,
  .sloution-box-right-content p {
    margin-bottom: 26px;
  }
  .banner-img-detail {
    width: 290px;
    height: 180px;
  }
  .banner-con .banner-right-con img {
    width: 90%;
  }
  .banner-img-detail h3 {
    font-size: 30px;
    line-height: 44px;
  }
  .sloution-box-right-content {
    padding-left: 50px
  }
  .sloution-box-right-content h2,
  .tastimonials-con h2 {
    margin-bottom: 22px;
    font-size: 38px;
    line-height: 44px;
  }
  .sloution-box-right-content p {
    margin-bottom: 20px;
  }
  .genric-heading h2 {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 40px;
  }
  .tastimonials-con p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .banner-main-con {
    padding: 60px 0;
  }
  .banner-right-con {
    margin-left: 50px;
  }
  .banner-img-detail {
    width: 230px;
    height: 142px;
    bottom: 100px;
    left: 20px;
    padding: 30px 20px;
  }
  .banner-left-con h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .banner-left-con p {
    line-height: 26px;
  }
  .banner-img-detail h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .sloution-box-content {
    padding: 60px 0;
  }
  .sloution-box-right-content {
    padding-left: 30px
  }
  .sloution-box-right-content h2 {
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 36px;
  }
  .sloution-box-right-content p {
    margin-bottom: 16px;
  }
  .solution-con-images {
    padding: 0 0 60px;
  }
  .information-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    height: 94%;
    max-height: none;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .information-container-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 205px;
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .information-container-header.black-font {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
  }
  .information-text-block {
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
  }
  .arrow-image {
    width: 35px;
    margin-top: 0;
    margin-bottom: 150px;
  }
  .information-container.center-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .genric-heading h2 {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 36px;
  }
  .tastimonials-con h2 {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 36px;
    text-align: left;
  }
  .genric-heading {
    margin-bottom: 20px;
  }
  .tastimonials-con p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 14px;
  }
  .sloution-box-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .banner-main-con,
  .section-slider {
    padding: 60px 0;
  }
  .flex-wrap {
    flex-wrap: wrap;
    text-align: center;
  }
  .banner-right-con {
    margin-left: 0;
  }
  .wrap-left,
  .wrap-right,
  .wrap-left2,
  .wrap-right2 {
    width: 100%;
  }
  .banner-con .wrap-right {
    text-align: center;
  }
  .banner-main-con .flex-wrap {
    flex-flow: column-reverse;
  }
  .container {
    max-width: 540px;
  }
  .banner-con .banner-right-con img,
  .wrap-left2 img {
    width: 80%;
  }
  .banner-img-detail {
    width: 226px;
    height: 134px;
    padding: 25px 20px;
    bottom: 26px;
  }
  .banner-left-con h1 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 40px;
  }
  .swiper-wrap .swiper {
    width: 90%;
    margin-bottom: 15px;
  }
  .sloution-box-img {
    margin: 10px 0;
  }
  .sloution-box-img img,
  .tastimonials-box-con .wrap-right2 img {
    width: 60px;
    height: 60px;
  }
  .sloution-box-right-content h2 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 32px;
  }
  .container-headers-copy {
    padding-top: 50px;
  }
  .container-headers-copy {
    margin-bottom: 20px;
  }
  .small-header {
    font-size: 20px;
  }
  .big-header {
    font-size: 30px;
  }
  .container-headers-copy p {
    font-size: 21px;
  }
  .solution-con-images {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 60px;
  }
  .information-container {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .information-container-img {
    max-width: 300px;
    min-height: 165px;
    min-width: 125px;
    margin-top: 30px;
  }
  .information-container-img img {
    margin-right: auto;
    margin-left: auto;
  }
  .information-container-text {
    min-height: 130px;
    font-size: 16px;
  }
  .information-container-header.black-font {
    margin-right: auto;
    margin-left: auto;
    line-height: 100%;
    font-size: 26px;
  }
  .information-text-block {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 24px;
  }
  .arrow-container {
    display: none;
  }
  .service-inner-con {
    padding: 40px 0;
  }
  .genric-heading h2,
  .tastimonials-con h2 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .tastimonials-con p {
    margin-bottom: 10px;
    text-align: center;
  }
  .genric-heading {
    margin-bottom: 20px;
  }
  .tastimonials-box-con .wrap-right2 img {
    text-align: center;
    display: inline-block!important;
    margin-top: 20px;
  }
  .showBox .modal-dialog {
    width: 400px !important;
  }
}

@media (max-width: 575px) {
  .banner-main-con,
  .section-slider,
  .sloution-box-content {
    padding: 40px 0;
  }
  .service-inner-con {
    padding: 20px 0;
  }
  .solution-con-images {
    padding: 0 0 30px;
  }
  .container-headers-copy {
    padding-top: 40px;
    margin-bottom: 0
  }
  .banner-left-con p,
  .sloution-box-right-content p {
    font-size: 18px;
  }
  .slider-group .info-title {
    font-size: 26px;
  }
  .small-header {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .big-header.black-font {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
  }
  .container-headers-copy p {
    width: 100%;
    margin-right: auto;
    font-size: 18px;
    text-align: center;
  }
  .container-images {
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .information-container {
    width: 80%;
    height: 20%;
    margin-right: auto;
    margin-left: auto;
  }
  .information-container-img img {
    width: 100%;
  }
  .information-container-text {
    min-height: 0;
  }
  .big-header,
  .banner-left-con h1,
  .genric-heading h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .slider-group .info-title {
    font-size: 22px;
  }
  .tastimonials-con h2,
  .information-container-header.black-font,
  .sloution-box-right-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .testimonials-content p,
  .information-text-block,
  .banner-left-con p,
  .sloution-box-right-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .sloution-box-img img,
  .tastimonials-box-con .wrap-right2 img {
    width: 50px;
    height: 50px;
  }
  .showBox .modal-dialog {
    width: 300px !important;
  }
}