
/*=======  COMMON CSS  =======*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #616161;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #fff;
  padding: 0 25px;
  height: 55px;
  font-weight: 700;
  font-size: 15px;
  color: #616161;
}

textarea {
  height: 90px;
  padding-top: 20px;
  resize: none;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #F26B38;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 50px;
}

.input-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-group select::-ms-expand {
  display: none;
}

.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #3ab9fe;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group.textarea .icon {
  top: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #14212b;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a, a:hover {
  color: #6639e4;
}

/*=======  Common Classes  =======*/

.main-bg{
    background: #131128;
}
.navbar-btn .main-btn{
    line-height: 52px;
}
.main-btn {
    line-height: 62px;
    border: 2px #6639e4 solid;
    font-size: 16px;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
    padding: 0 45px;
    background:#6639e4;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 1199px) {
  .main-btn {
    padding: 0 40px;
    font-size: 16px;
    line-height: 48px;
  }
}

@media (max-width: 575px) {
  .main-btn {
    padding: 0 18px;
    font-size: 14px;
    line-height: 40px;
  }
.main-btn.main-btn-2 {
    line-height: 40px !important;
}

}

.main-btn::after {
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 4px;
    background-color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '';
    z-index: -1;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.main-btn:hover {
  color: #fff;
}

.main-btn:hover::after {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    height: auto;
    left: 0;
}

.main-btn.main-btn-2 {
    background: #282454 !important;
    color: #fff;
    border: 2px #282454 solid;
    line-height: 62px;
}

.main-btn.main-btn-2::after {
  background-color: #A1A1A130;
}

/*.main-btn.main-btn-2:hover {
  color: #fff;
}*/

.main-btn.main-btn-3 {
    background-color: #6639e4;
    color: #fff;
}

.main-btn.main-btn-3::after {
  background-color: #ffffff30;
}

.main-btn.main-btn-4:hover {
  color: #14212b;
}

.main-btn.main-btn-4:hover::after {
  background-color: #fff;
}

@media (max-width: 1199px) {
  .view-moore-btn .main-btn {
    padding: 0 35px;
  }
}
.white-text{
    color: #fff;
}
.uppercase{
    text-transform: uppercase;
}

.banner-bottom-img-right{
    max-width: 256px;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.section-title .title-tag {
  font-size: 20px;
  font-weight: 700;
  color: #3ab9fe;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .section-title .title-tag {
    font-size: 18px;
  }
}

.section-title .title-tag::before, .section-title .title-tag::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #3ab9fe;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.section-title .title-tag::after {
  left: auto;
  right: 0;
}

.section-title.left-border .title-tag {
  padding-left: 45px;
}

.section-title.left-border .title-tag::before {
  display: block;
}

.section-title.both-border .title-tag {
  padding: 0 45px;
}

.section-title.both-border .title-tag::before, .section-title.both-border .title-tag::after {
  display: block;
}

.section-title .title {
  font-size: 42px;
  line-height: 1.4;
}
.section-title p {
    color: #fff;
    margin-top: 20px;
}

.future-box-spec-icon{
    width: auto;
    height: auto;
    background:#6639e4;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    display: flex;
    padding: 15px;
}
.future-box-spec-icon img {
  width: 100px;
  height: auto;
}

.fiatsec .future-box-spec-icon img {
  width: 45px;
  height: auto;
}

.fiatsec .future-box:nth-child(2) .future-box-spec-icon img {
  width: 55px;
  height: auto;
}

.fiatsec .future-box:nth-child(3) .future-box-spec-icon img {
  width: 25px;
  height: auto;
}



.getstartsec .future-box-spec-icon img {
  width: 25px;
  height: 25px !important;
  height: auto;
}

.future-box {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    margin-bottom: 15px;
}
.future-box-content h5 {
    color: #fff;
    font-weight: 500;
}
.spec-img-1{
    width: 49%;
    object-fit: contain;
    transform: rotate(-6.64deg);
}
.spec-img-2{
    width: 49%;
    object-fit: contain;
    margin-left: -41px;
    transform: rotate(5deg);
}
.images-wrapper {
    max-width: 100%;
    display: flex;
}
.images-wrapper-2 .spec-img-3{
    width: 150%;
}
.main-light-bg{
    background-color: #6639e4;
}
.main-btn-white {
    background: #fff !important;
    color: #6639e4 !important;
    font-weight: 700;
}
.main-btn-white:hover{
    background: #282454 !important;
    color: #fff !important;
    font-weight: 700;
}
.spec-wrapper .main-btn-white::after {
    background-color: #28245430;
}
.future-images-wrapper {
    display: flex;
    margin: -125px 0 -115px 0;
}
.future-images-wrapper .spec-img-1 {
    width: 65%;
    position: relative;
    z-index: 1;
}
.future-images-wrapper .spec-img-2 {
    width: 65%;
}
.spec-section{
    padding-bottom: 200px !important;
}

.video-block img{
    border-radius: 20px;
}
.video-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-block:after{
    background-color: rgba(102, 57, 228, .85);
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.video-preview-button {
    width: 135px;
    height: 135px;
    background-color: rgba(255, 255, 255, .26);
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}


.download-app-box{
    background:#282454;
    padding: 70px;
    border-radius: 40px;
    overflow: hidden;
}
.download-app-box h3{
    color: #fff;
}
.download-app-box p{
    color: #e0dff1;
    padding: 15px 0;
}
.download-app-box a.main-btn{
    margin: 10px 0;
}
.download-app-box .download-app-img{
    margin-bottom: -550px;
    margin-top: 40px;
}

@media (max-width: 1199px) {
  .section-title .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 34px;
  }
.banner-right:after {
    width: 300px !important;
    height: 300px !important;
}
.banner-right {
    padding: 40px 30px 0 30px !important;
}
.banner-section .single-banner{
    padding-bottom: 0px !important;
}

}

@media (max-width: 575px) {
  .section-title .title {
    font-size: 28px;
  }
}

@media (max-width: 399px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-gap {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-gap-top{
   padding-top: 90px;
}
@media (max-width: 991px) {
  .section-gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-gap-bottom {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 70px;
  }
}

.section-gap-top {
  padding-top: 70px;
}

@media (max-width: 991px) {
  .section-gap-top {
    padding-top: 40px;
  }
}

.grey-bg {
  background-color: #f5f5f5;
}

@media (min-width: 1600px) {
  .container-1600 {
    max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  .container-fluid.p-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media (max-width: 399px) {
  .row .col-tiny-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.line-bottom {
  border-bottom: 2px solid #e9e9e9;
}

.line-top {
  border-top: 2px solid #e9e9e9;
}

.client-slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 60px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*======= Header =======*/

.site-logo{
   max-width: 200px;
}

header.sticky-header {
    position: absolute;
    width: 100%;
    z-index: 11;
}
header .header-nav {
  position: relative;
  background-color:transparent;
}

@media (max-width: 575px) {
  header .header-nav {
    top: 0;
  }
}

header .header-nav .nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header-nav .nav-container .navbar-toggler {
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 10px;
  margin-left: 30px;
}

header .header-nav .nav-container .navbar-toggler span {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 2px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

header .header-nav .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

header .header-nav .nav-container .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

header .header-nav .nav-container .navbar-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 12;
  display: none;
}
.navbar-btn .main-btn-3 i {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    vertical-align: sub;
}
header .header-nav .nav-container .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

header .header-nav .nav-container .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

header .header-nav .nav-container .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .header-nav .nav-container .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .header-nav .nav-container .menu-items {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li {
  display: inline-block;
}

header .header-nav .nav-container .menu-items ul li.has-submemu {
  position: relative;
}

header .header-nav .nav-container .menu-items ul li.has-submemu::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: '\f107';
  position: absolute;
  right: 5px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li.has-submemu::after {
    right: -4px;
  }
}

header .header-nav .nav-container .menu-items ul li a {
    color: #fff;
    padding: 0 10px;
    margin: 0 5px;
    line-height: 100px;
    position: relative;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

@media (max-width: 1599px) {
  header .header-nav .nav-container .menu-items ul li a {
    padding: 0 10px;
    margin: 0 5px;
  }
}

@media (max-width: 1199px) {
  header .header-nav .nav-container .menu-items ul li a {
    margin: 0 5px;
    padding: 0 6px;
    font-size: 16px;
  }
}

header .header-nav .nav-container .menu-items ul li a:hover {
  color: #6639e4;
}

header .header-nav .nav-container .menu-items ul li .submenu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header .header-nav .nav-container .menu-items ul li .submenu li {
  display: block;
}

header .header-nav .nav-container .menu-items ul li .submenu li a {
  display: block;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #616161;
}

header .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #3ab9fe;
  color: #fff !important;
}

header .header-nav .nav-container .menu-items ul li .submenu li .submenu {
  left: 100%;
  top: 50%;
}

header .header-nav .nav-container .menu-items ul li .submenu li:hover .submenu {
  top: 0;
}

header .header-nav .nav-container .menu-items ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .header-nav .nav-container .menu-items ul li .dd-trigger {
  display: none;
}

header .header-nav .nav-container .offcanvas-toggler {
  background-color: #3ab9fe;
  cursor: pointer;
  border-radius: 5px;
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-nav .nav-container .offcanvas-toggler span span {
  background-color: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 10px;
  padding: 0;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 40px;
  cursor: pointer;
}

header .header-nav .nav-container .offcanvas-toggler span span:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .offcanvas-toggler {
    display: none;
  }
}

header .header-nav .nav-container .language-selection {
  position: relative;
  margin-right: 15px;
}

@media (max-width: 575px) {
  header .header-nav .nav-container .language-selection {
    display: none;
  }
}

header .header-nav .nav-container .language-selection .language-btn {
  height: 65px;
  display: block;
  border: 3px solid #819cb0;
  line-height: 60px;
  width: 100px;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  header .header-nav .nav-container .language-selection .language-btn {
    height: 52px;
    line-height: 48px;
  }
}

header .header-nav .nav-container .language-selection .language-btn i {
  position: relative;
  top: 2px;
  margin-left: 8px;
}

header .header-nav .nav-container .language-selection .language-list {
  position: absolute;
  background-color: #fff;
  width: 100px;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
}

header .header-nav .nav-container .language-selection .language-list li {
  display: block;
}

header .header-nav .nav-container .language-selection .language-list li a {
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  color: #616161;
  text-align: center;
  font-size: 16px;
}



header .header-nav .nav-container.breakpoint-on {
  padding: 15px 0;
}

header .header-nav .nav-container.breakpoint-on .nav-menu {
  background-color: #14212b;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li::after {
  display: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  line-height: 45px !important;
  font-size: 15px;
  margin: 0 0;
  padding: 0px 15px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
  box-shadow: none;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a {
  color: #fff;
  padding: 0px 20px 0 40px;
  line-height: 45px !important;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li a:hover {
  background-color: transparent;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .submenu li .submenu li a {
  padding: 0px 20px 0 50px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

header .header-nav .nav-container.breakpoint-on .nav-menu.menu-on {
  left: 0;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item,
header .header-nav .nav-container.breakpoint-on .navbar-close,
header .header-nav .nav-container.breakpoint-on .navbar-toggler {
  display: block;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item {
  text-align: center;
  margin-top: 40px;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn {
  background-color: #fff;
  color: #14212b;
}

/*header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn::after {
  background-color: #3ab9fe;
}*/

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .main-btn:hover {
  color: #fff;
}

header .header-nav .nav-container.breakpoint-on .nav-pushed-item .menu-social-link a {
  color: #fff;
  padding: 10px;
}

/*header .header-nav::before {
  content: '';
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  width: 445px;
  height: 100%;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 345px 100%, 0% 100%);
}*/

@media (max-width: 1599px) {
  header .header-nav::before {
    width: 265px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 185px 100%, 0% 100%);
  }
}

@media (max-width: 1199px) {
  header .header-nav::before {
    width: 245px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 165px 100%, 0% 100%);
  }
}

@media (max-width: 991px) {
  header .header-nav::before {
    width: 220px;
  }
}

header.sticky-header.sticky-on .header-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
  background-color: #131128;
}

header.sticky-header.sticky-on .header-nav .nav-container .menu-items ul li a {
  line-height: 70px;
}

header.sticky-header.header-two.sticky-on .header-nav {
  background-color: #14212b;
}

@media (max-width: 767px) {
  header .header-topbar {
    display: none;
  }
.nav-pushed-item{
    display: none !important;
  }

}

header .header-topbar .header-topbar-inner {
  border-bottom: 2px solid #526676;
  padding: 20px 0;
}

@media (max-width: 767px) {
  header .header-topbar .contact-info,
  header .header-topbar .social-links {
    text-align: center;
  }
}

header .header-topbar .contact-info li,
header .header-topbar .social-links li {
  display: inline-block;
}

header .header-topbar .contact-info li,
header .header-topbar .contact-info li a,
header .header-topbar .social-links li,
header .header-topbar .social-links li a {
  color: #616161;
}

header .header-topbar .contact-info li a:hover,
header .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header .header-topbar .contact-info li {
  margin-right: 50px;
}

@media (max-width: 1199px) {
  header .header-topbar .contact-info li {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  header .header-topbar .contact-info li {
    margin-right: 10px;
    font-size: 15px;
  }
}

header .header-topbar .contact-info li i {
  margin-right: 15px;
  color: #3ab9fe;
}

header .header-topbar .social-links li {
  margin-left: 15px;
  font-size: 15px;
}

header.header-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

header.header-two .header-nav {
  background-color: transparent;
}

header.header-two .header-nav::before {
  display: none;
}

header.header-two .header-nav .nav-container .menu-items ul li a, header.header-two .header-nav .nav-container .menu-items ul li.has-submemu::after {
  color: #fff;
}

header.header-two .header-nav .nav-container .menu-items ul li .submenu li a:hover {
  background-color: #14212b;
}

header.header-two .header-topbar .contact-info li,
header.header-two .header-topbar .contact-info li a,
header.header-two .header-topbar .social-links li,
header.header-two .header-topbar .social-links li a {
  color: #fff;
}

header.header-two .header-topbar .contact-info li a:hover,
header.header-two .header-topbar .social-links li a:hover {
  color: #3ab9fe;
}

header.header-two .header-topbar .social-links li a {
  color: #7d91a0;
}

header.header-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

@media (min-width: 1800px) {
  header.header-three .container-fluid {
    max-width: 1780px;
  }
}

header.header-three .header-nav {
  background-color: transparent;
}

header.header-three .header-nav::before {
  display: none;
}
header .total-price{
    margin-right: 20px;
}
header .total-price a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}




/*======= Banner =======*/
.banner-section {
  position: relative;
  overflow: hidden;
  background:#131128;
}

.banner-section .single-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    padding: 250px 0 80px 0;
    background: #131128;
    z-index: 1;
}
/*.banner-section .single-banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main-banner-bg.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: -1;
}*/
.banner-right {
    padding: 0 60px;
    position: relative;
}
.banner-right:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 400px;
    height: 400px;
    background: linear-gradient(to right, rgba(241, 89, 55, 1) 63%, rgba(243, 120, 57, 1) 100%);
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto;
    transform: translate(0px, -50%);
}
.banner-right img {
    display: inline-block;
    z-index: 11;
    position: relative;
}
.color-text{
    color: #F26B38;
}
.banner-left-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 25px 50px;
    transform: translate(-180px, 50px) rotate(-12deg);
}
.banner-left-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-right-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    transform: translate(120px, 175px) rotate(-5deg);
    position: absolute;
    top: 0;
    z-index: 11;
}
.banner-left-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-right-col-items h5 {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}
.banner-left-bottom-col-items {
    background: #fff;
    border-radius: 20px;
    padding: 12px 22px;
    transform: translate(-52px, -85px) rotate(8deg);
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 10px 15px 30px -7px #41414120;
}
.banner-left-bottom-col-items ul li {
    display: flex;
    align-items: center;
    grid-gap: 7px;
    margin: 7px 0;
}
.banner-left-bottom-col-items ul li h6 {
    background: #E9EDEF;
    padding: 9px 14px;
    border-radius: 10px 10px 10px 0;
    font-size: 13px;
}



@media (max-width: 991px) {
  .banner-section .single-banner {
    padding: 100px 0;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .banner-section .single-banner {
    padding: 80px 0;
  }
}


.banner-section .single-banner .banner-content h1 {
    color: #fff;
    font-size: 65px;
    line-height: 1.1;
}
.banner-content h4 {
    font-weight: 400;
    padding-top: 20px;
}


@media (max-width: 1199px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 42px;
  }
.banner-left-bottom-col-items, .banner-left-col-items, .banner-right-col-items{
    display: none;
}
header .total-price {
    margin-right: 0px;
}
header .navbar-extra{
    max-width: 215px;
    min-width: 215px;
}



}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-content h1 {
    font-size: 28px;
  }
}

.banner-section .single-banner .banner-content .promo-text {
    /* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 500;
    color: #e0dff1;
    /* letter-spacing: 3px; */
    margin-bottom: 12px !important;
    position: relative;
    width: 80%;
}
.banner-content .btn-wrap .main-btn-3{
    line-height: 62px;
}

@media (max-width: 991px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 16px;
    letter-spacing: 10px;
  }
}

@media (max-width: 767px) {
  .banner-section .single-banner .banner-content .promo-text {
    font-size: 16px;
    letter-spacing: 0px;
    padding-left: 0px;
  }
.banner-content{
    padding-top: 30px;
}
.banner-section .single-banner .banner-content .btn-wrap li {
    width: 100%;
}
.banner-content .btn-wrap .main-btn-3 {
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.main-btn.main-btn-2 {
    background: #282454 !important;
    color: #fff;
    border: 2px #282454 solid;
    line-height: 62px !important;
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.banner-bottom-img-right {
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    position: absolute;
    bottom: 0px;
    right: 15px;
}


}

@media (max-width: 575px) {
    .banner-section .single-banner .banner-content .promo-text {
        font-size: 15px;
        letter-spacing: 0px;
        padding-left: 0px;
    }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-content .promo-text {
    letter-spacing: 0px;
    padding-left: 0px;
  }
}

.banner-section .single-banner .banner-content .btn-wrap {
  margin-top: 40px;
}

.banner-section .single-banner .banner-content .btn-wrap li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-content .btn-wrap li {
    margin-right: 5px;
  }
}

.banner-section .single-banner .banner-content p {
  margin-top: 15px;
}

.banner-section .single-banner .banner-shapes > div {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3ab9fe;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: -1;
}

.banner-section .single-banner .banner-shapes .one {
  width: 345px;
  height: 425px;
  opacity: 0.57;
}

@media (max-width: 1599px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 185px;
    height: 265px;
  }
}

@media (max-width: 1199px) {
  .banner-section .single-banner .banner-shapes .one {
    width: 165px;
    height: 245px;
  }
}

.banner-section .single-banner .banner-shapes .two {
  width: 520px;
  height: 650px;
  opacity: 0.37;
}


.banner-section .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 70px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  opacity: 0.3;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow {
    font-size: 40px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow {
    font-size: 35px;
    left: 15px;
  }
}

.banner-section .slick-arrow.next-arrow {
  left: auto;
  right: 70px;
}

@media (max-width: 1199px) {
  .banner-section .slick-arrow.next-arrow {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .banner-section .slick-arrow.next-arrow {
    right: 15px;
  }
}

.banner-section .slick-arrow:hover {
  opacity: 1;
}



/* ======== featuresection ======== */

.feature-section{
/*    background: linear-gradient(to right, rgba(243,120,57,1) 0%,rgba(241,89,55,1) 100%);*/
    position: relative;
    z-index: 1;
    padding-bottom: 120px;
}
/*.feature-section:after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: url(../img/bg-home-hero-1-crypto-template.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}*/
.feature-section .section-title .title{
    color: #fff;
}

/* ================== section-about ================== */

.card.section-about {
    max-width: 100%;
    padding: 40px 24px;
    margin-bottom: 29px;
}

.card {
    background-color:#282454;
    border-radius: 40px;
    overflow: hidden;
}
.section-about-icon {
    width: 68px;
    height: 68px;
    background-color: #6639e4;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px;
    margin-bottom: 22px;
}
.section-about h3.title-small-uppercase {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-about p {
    color: #e0dff1;
    font-size: 15px;
    line-height: 24px;
}
.section-about-middle{
    padding: 50px;
    background: #6639e4;
}
.section-about-middle h3.title-small-uppercase {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-about-middle  p {
    color: #e0dff1;
    font-size: 15px;
    line-height: 28px;
}
.about-middle-bottom-img {
    padding-top: 40px;
    margin-bottom: -525px;
}



/*=======  Services  =======*/
.service-section {
  position: relative;
  z-index: 1;
}

.service-section.shape-style-one::before, .service-section.shape-style-one::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 380px;
  content: '';
  background-color: #3ab9fe;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
}

@media (max-width: 1599px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 250px;
    width: 250px;
  }
}

@media (max-width: 991px) {
  .service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 220px;
    width: 220px;
  }
}

@media (max-width: 767px) {
.service-section.shape-style-one::before, .service-section.shape-style-one::after {
    height: 130px;
    width: 130px;
}
.feature-boxes ul {
    display: block !important;
}
.feature-boxes ul li {
    display: inline-block;
    width: 32%;
}
.feature-section {
    padding-bottom: 0px;
}
.section-about-middle {
    padding: 50px;
    background: #6639e4;
    min-height: 700px;
    margin-bottom: 30px;
}
.main-btn.main-btn-3 {
    background-color: #6639e4;
    color: #fff;
    width: 92%;
    text-align: center;
    font-size: 17px;
    line-height: 55px;
    font-weight: 600;
    text-transform: uppercase;
}
.images-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.spec-section{
    padding-bottom: 0px !important;
}
.spec-img-3{
    margin: 40px 0;
}
.future-images-wrapper {
    display: flex;
    margin: 40px 0 0px 0;
    justify-content: center;
}
.future-images-wrapper .spec-img-1 {
    width: 48%;
    position: relative;
    z-index: 1;
}
.future-images-wrapper .spec-img-2 {
    width: 48%;
}
.video-block{
    margin: 30px 0;
}


}

.service-section.shape-style-one::after {
  width: 520px;
  height: 520px;
  opacity: 0.15;
}

@media (max-width: 1599px) {
  .service-section.shape-style-one::after {
    height: 390px;
    width: 390px;
  }
}

@media (max-width: 991px) {
  .service-section.shape-style-one::after {
    height: 350px;
    width: 350px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-one::after {
    height: 220px;
    width: 220px;
  }
}

.service-section.shape-style-one .dots-line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  z-index: -1;
}

@media (max-width: 1599px) {
  .service-section.shape-style-one .dots-line {
    right: 1%;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-one .dots-line {
    max-width: 330px;
  }
}

.service-section.shape-style-two::before {
  position: absolute;
  left: 90px;
  top: 200px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::before {
    left: 20px;
    top: 150px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::before {
    background-size: 40px 40px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::before {
    left: 15px;
    top: 50px;
    background-size: 30px 30px;
  }
}

.service-section.shape-style-two::after {
  position: absolute;
  right: 140px;
  top: 150px;
  content: '';
  z-index: -1;
  background-image: url(../img/icons/star.png);
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .service-section.shape-style-two::after {
    right: 50px;
    top: 100px;
  }
}

@media (max-width: 767px) {
  .service-section.shape-style-two::after {
    background-size: 30px 30px;
  }
}

@media (max-width: 575px) {
  .service-section.shape-style-two::after {
    right: 20px;
    top: 20%;
    background-size: 25px 25px;
  }
}

.service-section.service-line-shape .line-one,
.service-section.service-line-shape .line-two {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .service-section.service-line-shape .line-one,
  .service-section.service-line-shape .line-two {
    max-width: 200px;
  }
}

.service-section.service-line-shape .line-one {
  left: 0;
  top: 0;
}

@media (max-width: 575px) {
  .service-section.service-line-shape .line-one {
    display: none;
  }
}

.service-section.service-line-shape .line-two {
  right: 0;
  bottom: 0;
}

.service-boxes .service-box {
  margin-top: 50px;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-boxes .service-box {
    padding: 40px 20px;
  }
}

.service-boxes .service-box .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 399px) {
  .service-boxes .service-box h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box .service-link {
  font-size: 40px;
  margin-top: 25px;
  line-height: 1;
  color: #616161;
}

.service-boxes .service-box::after {
  position: absolute;
  content: '';
  left: 15px;
  right: 15px;
  bottom: -10px;
  height: 10px;
  background-color: #eceded;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.service-boxes .service-box:hover::after {
  background-color: #3ab9fe;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 74, 23, 0.3);
}

.service-boxes .service-box-two {
  border-radius: 10px;
  padding: 40px 15px 60px;
  background-color: #fff;
  position: relative;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .service-boxes .service-box-two {
    padding: 30px 15px 50px;
  }
}

.service-boxes .service-box-two .icon {
  font-size: 75px;
  color: #3ab9fe;
}

.service-boxes .service-box-two h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-two h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-two .service-link {
  font-size: 14px;
  margin-top: auto;
  color: #616161;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
          box-shadow: 0px 10px 32px 0px rgba(197, 197, 197, 0.4);
}

.service-boxes .service-box-two:hover .service-link {
  color: #fff;
  background-color: #3ab9fe;
}

.service-boxes .service-box-three {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  padding: 40px 20px 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three {
    padding: 40px 15px 20px;
    font-size: 16px;
  }
}

.service-boxes .service-box-three .icon {
  margin-bottom: 30px;
}

.service-boxes .service-box-three .icon img {
  max-width: 100px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three .icon img {
    max-width: 80px;
  }
}

.service-boxes .service-box-three h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .service-boxes .service-box-three h3 {
    font-size: 22px;
  }
}

.service-boxes .service-box-three .service-link {
  color: #616161;
  margin-top: 15px;
  font-size: 24px;
}

.service-boxes .service-box-three:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
          box-shadow: 0px 10px 32px 0px rgba(215, 215, 215, 0.4);
}


.feature-desc p {
    font-size: 16px;
}

/*=======  Feature Boxes  =======*/
.feature-boxes .feature-box {
    /* height: 450px; */
    margin-top: 30px;
    position: relative;
    padding: 40px 30px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    background: #ffffff30;
    border: 2px #ffffff60 solid;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
   transition: all 0.3s ease-out 0s;

}
.feature-boxes ul li{
    display: inline-block;
}
.feature-boxes ul{
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1199px) {
  .feature-boxes .feature-box {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .feature-boxes .feature-box {
    height: auto;
  }
}

.feature-boxes .feature-box .feature-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
  .feature-boxes .feature-box .feature-bg {
    background-position: center top;
  }
}

.feature-boxes .feature-box .feature-desc a,
.feature-boxes .feature-box .feature-desc h4,
.feature-boxes .feature-box .feature-desc p {
  color: #fff;
}

.feature-boxes .feature-box .feature-desc h4 {
    font-size: 24px;
    /* letter-spacing: 1px; */
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .feature-boxes .feature-box .feature-desc h4 {
    font-size: 22px;
  }
}

.feature-boxes .feature-box .feature-desc .feature-link {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1;
}

/*.feature-boxes .feature-box::before, .feature-boxes .feature-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 80px);
  height: 300px;
  background-color: #3ab9fe;
  opacity: 0.4;
  content: '';
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -2;
}*/

.feature-boxes .feature-box::after {
  opacity: 0.8;
  height: 250px;
  z-index: -1;
  width: 100%;
}

.feature-boxes .feature-box:hover .feature-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*======= Why Choose Us =======*/
.wcu-section .wcu-text {
  color: #c2d9eb;
}
.how-it-content h5 {
    font-size: 20px;
    color: #F26B38;
}
.how-it-content p {
    font-size: 15px;
    color: #252531;
    margin-top: 15px;
}
.how-it-work-icon {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    background: #3E3E46;
    border-radius: 50%;
    text-align: center;
    padding: 15px;
    position: relative;
}

.how-it-work-icon .how-it-work-conunt {
    width: 20px;
    height: 20px;
    background: #F26338;
    border-radius: 50%;
    text-align: center;
    padding: 3px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.how-works-text-col-left {
    display: flex;
    align-items: start;
    grid-gap: 10px;
    width: 300px;
}
.how-works-text-col-right {
    display: flex;
    align-items: start;
    grid-gap: 10px;
}
.how-works-text-1 {
    transform: translate(80px, -75px);
    position: relative;
    z-index: 1;
}
.how-works-text-2 {
    transform: translate(50px, 130px);
    position: relative;
    z-index: 1;
}
.how-works-text-3 {
    transform: translate(200px, 190px);
    position: relative;
    z-index: 1;
}
.how-works-text-4{
    transform: translate(-185px, -52px);
}
.how-works-text-5 {
    transform: translate(-60px, 52px);
}
.how-works-text-6 {
    transform: translate(-155px, 140px);
    max-width: 330px;
    min-width: 330px;
    width: 330px;
}
.how-it-work-section{
    padding-bottom: 200px;
}
.how-works-text-3 .left-content-work-text {
    /* margin-top: 58px; */
    transform: translate(100px, 50px);
}


/* ====== price section ======= */

.price-section{
    background: #F5F5F5;
}
.price-col {
    background: #fff;
    border-radius: 30px;
    min-height: 425px;
    max-height: 425px;
}
.price-col h4 {
    font-size: 26px;
    padding: 35px 30px 25px 30px;
}
.price-panel h3 {
    font-size: 42px;
    padding: 18px 25px;
    background: linear-gradient(to right, rgba(241, 89, 55, 1) 63%, rgba(243, 120, 57, 1) 100%);
    color: #fff;
}
.price-col .price-panel span.month {
    font-size: 24px;
    margin-left: -10px;
    font-weight: 500;
}
.price-panel-custom h3 {
    font-size: 30px;
    padding: 25px 20px;
}
.price-panel-list{
    padding: 25px;
}
.price-panel-list ul li {
    color: #252531;
    font-size: 15px;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: -0.2px;
}
.price-panel-list ul li i{
    color: #F15837;
}
.price-active {
    background: linear-gradient(to top, rgba(241, 89, 55, 1) 25%, rgba(243, 120, 57, 1) 100%);
    transform: translate(0px, -25px);
    box-shadow: 1px 10px 30px -1px #F1583790;
}
.price-active .price-panel-list ul li, .price-active .price-panel-list ul li i{
    color: #fff;
}
.price-active h4{
    color: #fff;
}
.price-active .price-panel h3{
    background: #fff;
    color: #F15837;
}
.price-btn{
    text-align: right;
}



@media (max-width: 767px) {


.how-works-text-1 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-2 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-3 {
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
}
.how-works-text-4{
    transform: translate(0px, 0px);
}
.how-works-text-5 {
    transform: translate(0px, 0px);
}
.how-works-text-6 {
    transform: translate(0px, 0px);
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-works-text-3 .left-content-work-text {
    transform: translate(0px, 0px);
}
.how-works-text-col-left {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-it-work-icon {
    margin: 0 auto;
}
.how-works-text-col-right {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.how-it-work-section {
    padding-bottom: 90px;
}
.section-title .title {
    font-size: 28px;
    text-align: center;
}
.price-col {
    margin: 15px 0;
}
.price-active {
    transform: translate(0px, 0px);
}
.price-btn {
    text-align: center;
}

}

.faq-section.with-shape .circle-img {
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 270px;
  position: absolute;
  right: 160px;
  top: 130px;
  z-index: -1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
          box-shadow: 0px 10px 60px 0px rgba(104, 102, 102, 0.34);
}

@media (max-width: 1800px) {
  .faq-section.with-shape .circle-img {
    right: 4%;
  }
}

@media (max-width: 1599px) {
  .faq-section.with-shape .circle-img {
    display: none;
  }
}



/*=======  Footer  =======*/
footer {
    background: #282454;
    position: relative;
    padding-top: 90px;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
}
footer .footer-widget h3 {
    color: #fff;
    font-size: 42px;
    margin: 30px 0;
}
footer .widget {
  margin-bottom: 20px;
}
footer .footer-widget .footer-menu-vartical ul li {
    display: block;
    padding: 0 5px;
    /* border-right: 1px #fff solid; */
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
}
.footer-menu-vartical ul{
    column-count: 2;
}
.footer-menu-vartical-1 ul{
    column-count: 1;
}

footer .social-links li{
    width: 36px;
    height: 36px;
    min-width: 36px;
    background-color: rgba(156, 151, 211, .5);
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
    font-family: Icons Crypto Template, sans-serif;
    text-decoration: none;
    transition: background-color .35s, transform .35s;
    display: flex;
    overflow: hidden;
}
footer .social-links li a{
    color: #fff;
}
footer .social-links li:hover{
    background-color:#6639e4;
}
footer .social-links {
    display: flex;
    justify-content: end;
    grid-gap: 10px;
}
footer .footer-widget .footer-menu-vartical ul li:last-child {
    border-right: none;
}
.footer-menu-vartical{
    padding: 30px 0;
}
footer .widget a.main-btn-3:hover{
    color: #fff;
}
footer .footer-menu-vartical h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px #fff solid;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.col-footer-text {
    max-width: 509px;
    background-color: rgba(156, 151, 211, .2);
    padding: 49px 34px;
    border-radius: 25px;
    margin-top: 30px;
}
.col-footer-text h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.col-footer-text p{
    color: #e0dff1;
    font-size: 16px;
}
.footer-bottom-btn {
    display: flex;
    grid-gap: 20px;
    margin-top: 25px;
}
.footer-bottom-btn a{
    line-height: 55px;
    font-size: 16px;
    padding: 0 35px;
}




@media (max-width: 991px) {
  footer .widget {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  footer .widget {
    font-size: 16px;
  }
footer .footer-widget h3 {
    color: #fff;
    font-size: 24px;
    margin: 30px 0;
}
.col-footer-text {
    background-color: rgba(156, 151, 211, .2);
    padding: 49px 34px;
    border-radius: 25px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.footer-menu-vartical {
    padding: 0px 0;
}
.footer-bottom-btn {
    display: block;
}



}

@media (max-width: 575px) {
  footer .widget {
    margin-bottom: 45px;
  }
}

footer .widget, footer .widget a {
    color: #fff;
    font-size: 15px;
}

footer .widget a:hover {
  color: #6639e4;
}

footer .widget .widget-title,
footer .widget .footer-logo {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  footer .widget .widget-title,
  footer .widget .footer-logo {
    font-size: 22px;
  }
}

footer .widget .social-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}
footer .widget .social-links li a {
    border-radius: 50%;
    border: 1px #fff solid;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 44px;
}
footer .widget .social-links li a:hover {
    background: #F26B38;
    border: 1px #F26B38 solid;
    color: #fff;
}

@media (max-width: 991px) {
  footer .widget.newsletter-widget .newsletter-form button {
    position: relative;
    margin-top: 20px;
  }
}

footer .widget.nav-widget ul li {
    line-height: 28px;
}

footer .widget.nav-widget ul li a:hover {
  padding-left: 5px;
}

footer .widget.contact-widget .contact-infos {
  margin-top: 20px;
}

footer .widget.contact-widget .contact-infos li {
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos li {
    font-size: 16px;
  }
}

footer .widget.contact-widget .contact-infos i {
  margin-right: 10px;
  color: #3ab9fe;
}

@media (max-width: 1199px) {
  footer .widget.contact-widget .contact-infos i {
    margin-right: 5px;
  }
}

footer .widget.insta-feed-widget {
  padding-left: 45px;
}

@media (max-width: 991px) {
  footer .widget.insta-feed-widget {
    padding-left: 0;
  }
}

footer .footer-copyright {
    padding: 25px 0;
    position: relative;
    border-top: 1px rgba(255, 255, 255, .3) solid;
}

footer .footer-copyright .copyright-text {
  color: #fff;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-text span {
    width: 100%;
    text-align: center;
  }
  footer .footer-copyright .copyright-text span:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
.images-wrapper-2 .spec-img-3 {
    width: 100%;
}


}

footer .footer-copyright .back-to-top {
  position: absolute;
  left: 50%;
  top: 0;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid #1d2d3a;
  line-height: 75px;
  color: #3ab9fe;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #14212b;
}

@media (max-width: 767px) {

footer .footer-copyright .back-to-top {
    height: 55px;
    width: 55px;
    line-height: 55px;
}
.download-app-box {
    padding: 45px;
    margin-bottom: 40px;
}
.download-app-box .download-app-img {
    margin-bottom: -350px;
    margin-top: 40px;
}


}

footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
  color: #fff;
}

footer .line-one,
footer .line-two,
footer .line-three,
footer .line-four {
  position: absolute;
  z-index: -1;
}

footer .line-one {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .line-two {
  right: 0;
  top: 0;
}

footer .line-three {
  left: 0;
  top: 0;
}

footer .line-four {
  right: 0;
  bottom: 0;
}

footer.grey-bg-footer {
  background-color: #f5f5f5;
}

footer.grey-bg-footer .widget,
footer.grey-bg-footer .widget a {
  color: #616161;
}

footer.grey-bg-footer .widget a:hover {
  color: #3ab9fe;
}

footer.grey-bg-footer .widget .widget-title {
  color: #14212b;
}

footer.grey-bg-footer .widget.newsletter-widget,
footer.grey-bg-footer .widget.newsletter-widget .newsletter-form input {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright {
  border-color: #dddddd;
}

footer.grey-bg-footer .footer-copyright .copyright-text {
  color: #616161;
}

footer.grey-bg-footer .footer-copyright .back-to-top {
  border-color: #dddddd;
  background-color: #fff;
}

footer.grey-bg-footer .footer-copyright .back-to-top:hover {
  background-color: #3ab9fe;
}
