@charset "UTF-8";

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #151521;
}

::-webkit-scrollbar-thumb {
    background: #2b2b40;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

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


.mb-10 {
    margin-bottom: 10px
}


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

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

.mb-35 {
    margin-bottom: 35px
}

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

.mb-65 {
    margin-bottom: 65px
}

.mb-75 {
    margin-bottom: 75px
}

.mt-75 {
    margin-top: 75px
}

.my-75 {
    margin: 75px 0
}

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

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.pt-80 {
    padding-top: 80px
}

.pt-120 {
    padding-top: 120px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-120 {
    padding-bottom: 120px
}

.pl-15 {
    padding-left: 15px
}

.pl-45 {
    padding-left: 45px
}

.pr-80 {
    padding-right: 80px
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #d2d2d2;
    line-height: 26px;
    background-color: #151521;
}

a {
    text-decoration: none;
}

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

a, button {
    color: inherit;
    outline: none;
    border: none;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #FED979;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #d2d2d2;
    margin-bottom: 15px;
    line-height: 26px;
}

*::-moz-placeholder {
    color: #222222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222222;
    font-size: 14px;
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.z-index-1 {
    z-index: 1;
}

.grey-bg-3 {
    background: #1e1e2d;
}

.white-bg {
    background: #ffffff;
}

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

.pt-270 {
    padding-top: 270px;
}

.section_title {
    font-size: 40px;
    font-weight: 500;
    color: #FED979;
    margin-bottom: 25px;
}

.section_title-2 {
    color: #FED979;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_title-2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section_title {
        font-size: 27px;
    }
}

.section_title-wrapper-2 p {
    font-weight: 600;
}

.section_title-white p {
    color: #ffffff;
}

.gradient-pink {
    background-image: -moz-linear-gradient(90deg, #fe0c7d 0%, #ff58a8 53%, #ffa4d2 100%);
    background-image: -webkit-linear-gradient(90deg, #fe0c7d 0%, #ff58a8 53%, #ffa4d2 100%);
    background-image: -ms-linear-gradient(90deg, #fe0c7d 0%, #ff58a8 53%, #ffa4d2 100%);
    background-image: linear-gradient(90deg, #fe0c7d 0%, #ff58a8 53%, #ffa4d2 100%);
    -webkit-box-shadow: 0 20px 16px 0 rgba(254, 12, 125, 0.16);
    -moz-box-shadow: 0 20px 16px 0 rgba(254, 12, 125, 0.16);
    box-shadow: 0 20px 16px 0 rgba(254, 12, 125, 0.16);
}

.gradient-blue {
    background-image: -moz-linear-gradient(90deg, #023cfd 0%, #0372fe 53%, #03a7ff 100%);
    background-image: -webkit-linear-gradient(90deg, #023cfd 0%, #0372fe 53%, #03a7ff 100%);
    background-image: -ms-linear-gradient(90deg, #023cfd 0%, #0372fe 53%, #03a7ff 100%);
    background-image: linear-gradient(90deg, #023cfd 0%, #0372fe 53%, #03a7ff 100%);
    -webkit-box-shadow: 0 20px 16px 0 rgba(2, 60, 253, 0.16);
    -moz-box-shadow: 0 20px 16px 0 rgba(2, 60, 253, 0.16);
    box-shadow: 0 20px 16px 0 rgba(2, 60, 253, 0.16);
}

.gradient-yellow {
    background-image: -moz-linear-gradient(90deg, #e69303 0%, #f3b704 53%, #ffda04 100%);
    background-image: -webkit-linear-gradient(90deg, #e69303 0%, #f3b704 53%, #ffda04 100%);
    background-image: -ms-linear-gradient(90deg, #e69303 0%, #f3b704 53%, #ffda04 100%);
    background-image: linear-gradient(90deg, #e69303 0%, #f3b704 53%, #ffda04 100%);
    -webkit-box-shadow: 0 20px 16px 0 rgba(246, 157, 3, 0.16);
    -moz-box-shadow: 0 20px 16px 0 rgba(246, 157, 3, 0.16);
    box-shadow: 0 20px 16px 0 rgba(246, 157, 3, 0.16);
}

.gradient-purple {
    background-image: -moz-linear-gradient(90deg, #6a2fff 0%, #8c3dff 53%, #ae4aff 100%);
    background-image: -webkit-linear-gradient(90deg, #6a2fff 0%, #8c3dff 53%, #ae4aff 100%);
    background-image: -ms-linear-gradient(90deg, #6a2fff 0%, #8c3dff 53%, #ae4aff 100%);
    background-image: linear-gradient(90deg, #6a2fff 0%, #8c3dff 53%, #ae4aff 100%);
    -webkit-box-shadow: 0 20px 16px 0 rgba(106, 47, 255, 0.16);
    -moz-box-shadow: 0 20px 16px 0 rgba(106, 47, 255, 0.16);
    box-shadow: 0 20px 16px 0 rgba(106, 47, 255, 0.16);
}

.circle-animation {
    border: 1px solid rgba(113, 39, 234, 0.14);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.circle-animation span {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: transparent;
    transform-origin: left;
    -webkit-animation: circle-animation 3s linear infinite;
    -moz-animation: circle-animation 3s linear infinite;
    -o-animation: circle-animation 3s linear infinite;
    animation: circle-animation 3s linear infinite;
}

.circle-animation span::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -4px;
    right: -4px;
}

.circle-animation.testimonial span::before {
    background: #7127ea;
}

.circle-animation.features span {
    -webkit-animation: circle-animation 5s linear infinite;
    -moz-animation: circle-animation 5s linear infinite;
    -o-animation: circle-animation 5s linear infinite;
    animation: circle-animation 5s linear infinite;
}

.circle-animation.features span::before {
    background: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #30edfe;
    top: -12px;
    right: -12px;
}

.circle-animation.cta-1 {
    top: -77%;
    left: 0;
    border: 1px solid rgb(254 217 121 / 14%);
    width: 270px;
    height: 270px;
}

.circle-animation.cta-1 span {
    -webkit-animation: circle-animation 5s linear infinite;
    -moz-animation: circle-animation 5s linear infinite;
    -o-animation: circle-animation 5s linear infinite;
    animation: circle-animation 5s linear infinite;
}

.circle-animation.cta-1 span::before {
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FED979;
    top: -10px;
    right: -10px;
}

.circle-animation.cta-1.cta-2 {
    top: -23%;
    left: 8%;
}

.circle-animation.cta-1.cta-2 span {
    -webkit-animation: circle-animation 12s linear infinite;
    -moz-animation: circle-animation 12s linear infinite;
    -o-animation: circle-animation 12s linear infinite;
    animation: circle-animation 12s linear infinite;
}

.circle-animation.cta-1.cta-2 span::before {
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #9a68ff;
    top: -10px;
    right: -10px;
}

.circle-animation.cta-3 {
    top: -29%;
    right: 13%;
    border: 1px solid rgb(254 217 121 / 14%);
    width: 270px;
    height: 270px;
}

.circle-animation.cta-3 span {
    -webkit-animation: circle-animation 6s linear infinite;
    -moz-animation: circle-animation 6s linear infinite;
    -o-animation: circle-animation 6s linear infinite;
    animation: circle-animation 6s linear infinite;
}

.circle-animation.cta-3 span::before {
    background: #FED979;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px;
}

@keyframes circle-animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header_transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.header_area.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background-color: #1e1e2d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_padding {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header_padding {
        padding: 15px 0;
    }
}

.header_info a {
    color: #6d737a;
    font-size: 13px;
    font-weight: 600;
}

.header_info a:not(:last-child) {
    margin-right: 20px;
}

.header_info a:hover {
    color: #1c7df8;
}

.header_info a i {
    color: #1c7df8;
    padding-right: 3px;
    display: inline-block;
}

.header_social h5 {
    font-size: 13px;
    font-weight: 600;
    color: #6d737a;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.header_social ul {
    display: inline-block;
}

.header_social ul li {
    display: inline-block;
}

.header_social ul li:not(:last-child) {
    margin-right: 15px;
}

.header_social ul li a {
    font-size: 13px;
    color: #6d737a;
}

.header_social ul li a:hover {
    color: #1c7df8;
}

.header_search a {
    font-size: 17px;
    color: #011224;
}

@keyframes phoneShake {
    0%, 100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%, 40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.hero_area {
    padding-top: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_height {
    min-height: 100vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_height {
        min-height: 850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_height {
        min-height: 1250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_height {
        min-height: 1250px;
    }
}

.hero_title {
    font-size: 70px;
    color: #fed979;
    font-weight: 500;
    line-height: 1.14;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_title {
        font-size: 53px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_title {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .hero_title {
        font-size: 34px;
    }
}

.hero_title-4 span {
    color: #6c63ff;
}

.hero_content {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_content {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_content {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_content {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_content {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .hero_content {
        padding-right: 0;
    }
}

.hero_content p {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 45px;
}

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

.hero_content-2 a:hover {
    -webkit-box-shadow: 0 30px 40px 0 rgba(1, 24, 55, 0.16);
    -moz-box-shadow: 0 30px 40px 0 rgba(1, 24, 55, 0.16);
    box-shadow: 0 30px 40px 0 rgba(1, 24, 55, 0.16);
}

.hero_content-2 p {
    font-size: 17px;
    color: #52575e;
    margin-bottom: 45px;
}


.hero_content-3 p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    padding-right: 125px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_content-3 p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_content-3 p {
        padding-right: 0;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .hero_content-3 p {
        padding-right: 0;
        font-size: 16px;
    }
}


.hero_content-4 p {
    font-size: 16px;
    color: #5d5c72;
    padding-right: 80px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .hero_content-4 p {
        padding-right: 0;
    }
}

.hero_content-5 p {
    color: #ffffff;
    opacity: 0.7;
    font-size: 18px;
    line-height: 32px;
    padding-right: 35px;
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .hero_content-5 p {
        padding-right: 0;
        font-size: 16px;
        line-height: 1.5;
    }
}

.hero_content-5 .play-btn span {
    padding-right: 15px;
}

.hero_content-5 .play-btn span i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    border: 1px solid #ffffff;
}

.hero_content-5 .play-btn:hover i {
    background: #ffffff;
    color: #1c7df8;
}

.hero_client ul li {
    display: inline-block;
}

.hero_client ul li:not(:last-child) {
    margin-right: 42px;
}

@media (max-width: 575px) {
    .hero_client ul li:not(:last-child) {
        margin-right: 20px;
    }
}

.hero_shape img {
    position: absolute;
    z-index: 1;
}

.hero_shape img.hero-circle-1 {
    top: 19%;
    right: 0;
}

.hero_shape img.hero-triangle-1 {
    right: 7%;
    top: 14%;
    -webkit-animation: hero-triangle-1 6s linear infinite;
    -moz-animation: hero-triangle-1 6s linear infinite;
    -o-animation: hero-triangle-1 6s linear infinite;
    animation: hero-triangle-1 6s linear infinite;
}

.hero_shape img.hero-triangle-2 {
    left: 6%;
    top: 32%;
    -webkit-animation: hero-triangle-2 5s linear infinite;
    -moz-animation: hero-triangle-2 5s linear infinite;
    -o-animation: hero-triangle-2 5s linear infinite;
    animation: hero-triangle-2 5s linear infinite;
}

@media (max-width: 700px) {
    .hero_shape img.hero-triangle-1 {
        left: 7%;
    }

    .hero_shape img.hero-triangle-2 {
        left: unset !important;
        right: 6%;
    }
}

.hero_shape-2 img {
    position: absolute;
}

.hero_shape-3 img {
    position: absolute;
}

.hero_shape-4 img {
    position: absolute;
}


.hero_shape-5 img {
    position: absolute;
}


@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_thumb {
        margin-left: 100px;
        margin-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb {
        margin-left: 80px;
        margin-top: 80px;
    }
}

@media (max-width: 575px) {
    .hero_thumb {
        margin-left: 0;
        margin-top: 80px;
    }
}

.hero_thumb-wrapper {
    z-index: 1;
    width: 570px;
    height: 570px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-wrapper {
        width: 500px;
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-wrapper {
        width: 450px;
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_thumb-wrapper {
        width: 450px;
        height: 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb-wrapper {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 575px) {
    .hero_thumb-wrapper {
        width: 90%;
        margin: 0 auto;
        height: 290px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-wrapper img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_thumb-wrapper img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb-wrapper img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hero_thumb-wrapper img {
        width: 100%;
    }
}

.hero_thumb-wrapper img.hero-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 40px 80px 0 rgba(7, 26, 90, 0.12);
    -moz-box-shadow: 0 40px 80px 0 rgba(7, 26, 90, 0.12);
    box-shadow: 0 40px 80px 0 rgba(7, 26, 90, 0.12);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-wrapper img.hero-circle {
        width: 100%;
    }
}

.hero_thumb-shape {
    position: absolute;
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.hero_thumb-shape.shape-1 {
    top: 0;
    right: 31px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-shape.shape-1 {
        top: 0;
        right: -75px;
    }
}

.hero_thumb-shape.shape-2 {
    top: 35px;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-shape.shape-2 {
        top: 70px;
        right: -70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-shape.shape-2 {
        top: -2px;
        right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_thumb-shape.shape-2 {
        width: 200px;
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb-shape.shape-2 {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .hero_thumb-shape.shape-2 {
        width: 95px;
        height: auto;
    }
}

.hero_thumb-shape.shape-3 {
    top: 20px;
    left: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-shape.shape-3 {
        top: 35px;
        left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-shape.shape-3 {
        top: -33px;
        left: -70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-shape.shape-3 {
        top: -20px;
        left: -31px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_thumb-shape.shape-3 {
        width: 150px;
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb-shape.shape-3 {
        width: 150px;
        height: auto;
    }
}

@media (max-width: 575px) {
    .hero_thumb-shape.shape-3 {
        width: 80px;
        height: auto;
        left: 0;
    }
}

.hero_thumb-shape.shape-4 {
    bottom: -88px;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_thumb-shape.shape-4 {
        bottom: -200px;
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero_thumb-shape.shape-4 {
        bottom: -118px;
        left: -23px;
    }
}

@media (max-width: 575px) {
    .hero_thumb-shape.shape-4 {
        bottom: -29px;
        left: -23px;
        width: 225px;
    }
}

.hero_thumb-shape.shape-5 {
    bottom: 115px;
    left: -22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_thumb-shape.shape-5 {
        display: none;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero_thumb-shape.shape-5 {
        left: -100px;
    }
}

@media (max-width: 575px) {
    .hero_thumb-shape.shape-5 {
        left: auto;
        width: 100px;
        right: 0;
        bottom: -35px;
    }
}

.hero_thumb-inner img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    -moz-box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
    -moz-animation: hero-thumb-animation 2s linear infinite alternate;
    -o-animation: hero-thumb-animation 2s linear infinite alternate;
    animation: hero-thumb-animation 2s linear infinite alternate;
}

.hero_app ul li {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero_app ul li {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .hero_app ul li {
        margin-bottom: 30px;
    }
}

.hero_app ul li a {
    height: 60px;
    text-align: center;
    padding: 0 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(127, 108, 193, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero_app ul li a:hover, .hero_app ul li a.active {
    background: #0a0030;
    border-color: #0a0030;
    -webkit-box-shadow: 0 20px 30px 0 rgba(10, 0, 48, 0.3);
    -moz-box-shadow: 0 20px 30px 0 rgba(10, 0, 48, 0.3);
    box-shadow: 0 20px 30px 0 rgba(10, 0, 48, 0.3);
}

.hero_app-icon i {
    font-size: 24px;
    color: #ffffff;
}

.hero_app-content h5 {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.hero_app-content span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hero_features ul {
    margin-bottom: 18px;
}

.hero_features ul li {
    font-size: 15px;
    color: #0f1432;
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
}

.hero_features ul li:not(:last-child) {
    margin-right: 40px;
}

.hero_features ul li::after {
    position: absolute;
    content: "N";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    color: #0f1432;
}

@media (max-width: 575px) {
    .hero_btn-4 a {
        margin-bottom: 20px;
    }
}

@keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes hero-border {
    0% {
        -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }
    100% {
        -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

@keyframes hero-thumb-animation {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-3-dot-2 {
    0% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-3-dot-4 {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-sm-animation {
    0% {
        -webkit-transform: translateY(-20px) translateX(50px);
        -moz-transform: translateY(-20px) translateX(50px);
        -ms-transform: translateY(-20px) translateX(50px);
        transform: translateY(-20px) translateX(50px);
    }
    100% {
        -webkit-transform: translateY(-20px) translateX(0px);
        -moz-transform: translateY(-20px) translateX(0px);
        -ms-transform: translateY(-20px) translateX(0px);
        transform: translateY(-20px) translateX(0px);
    }
}

@keyframes hero-thumb-sm-2-animation {
    0% {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes hero-thumb-sm-3-animation {
    0% {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hero-3-dot {
    0% {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes heroImg {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes hero-heroImg {
    0% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hero-circle-2 {
    0% {
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hero-triangle-2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes hero-triangle-1 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.services_item {
    background-color: #1e1e2d;
    box-shadow: 0 30px 70px 0 rgb(0 0 0 / 76%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    padding: 40px;
    z-index: 1;
    min-height: 31rem;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.services_item.active, .services_item:hover {
    box-shadow: 0 20px 60px 0 rgba(15, 0, 40, 0.2), inset 0 3px 0 0 rgba(113, 39, 234, 0.004);
}

.services_item-5:hover .services_content-5 i {
    color: #011224;
}

.services_item-5:hover .services_more-5 i {
    color: #011224;
}

.services_inner {
    position: relative;
    z-index: 1;
}

.services_inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 20px;
    background: #7127ea;
    height: 50%;
    z-index: -1;
}


@media (max-width: 700px) {
    .services_inner {
        margin: 1rem;
    }

}

.services_inner:hover::before, .services_inner.active::before {
    top: -3px;
}

.services_icon {
    min-height: 12rem;
}

.services_img-5 img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.services_title {
    font-size: 1.5rem;
    color: #fed979;
    margin-bottom: 0.6rem;
}

.services_title-2 a:hover {
    color: #2f80ed;
}

.services_title-4 a:hover {
    color: #6c63ff;
}

.services_content p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 22px;
    margin-bottom: 0;
}

.services_content-2 p {
    margin-bottom: 0;
}

.services_content-3 p {
    font-size: 15px;
    font-weight: 600;
    color: #625e6e;
}

.services_content-4 p {
    font-size: 15px;
    font-weight: 600;
    color: #6c6a8a;
    margin-bottom: 20px;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_content-4 p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_content-4 p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services_content-4 p {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .services_content-4 p {
        padding-right: 0;
    }
}

.services_content-5 i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 17px;
}


.services_content-6 p {
    color: #6a727f;
    margin-bottom: 25px;
}

.services_shape img {
    position: absolute;
    z-index: -1;
}

.services_shape img.services-circle-1 {
    top: 8%;
    left: 0;
    opacity: 0.5;
}

@media (max-width: 575px) {
    .services_shape img.services-circle-1 {
        width: 100%;
    }
}

.services_shape img.services-circle-2 {
    top: 22%;
    right: 4%;
    -webkit-animation: services-circle-2 4s linear 0s infinite alternate;
    -moz-animation: services-circle-2 4s linear 0s infinite alternate;
    -o-animation: services-circle-2 4s linear 0s infinite alternate;
    animation: services-circle-2 4s linear 0s infinite alternate;
}

.services_shape img.services-dot {
    top: 5%;
    left: 0%;
    -webkit-animation: services-dot 4s linear infinite alternate;
    -moz-animation: services-dot 4s linear infinite alternate;
    -o-animation: services-dot 4s linear infinite alternate;
    animation: services-dot 4s linear infinite alternate;
}

.services_shape img.services-triangle {
    top: 14%;
    right: 6%;
    -webkit-animation: services-triangle 4s linear infinite alternate;
    -moz-animation: services-triangle 4s linear infinite alternate;
    -o-animation: services-triangle 4s linear infinite alternate;
    animation: services-triangle 4s linear infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services_shape img.services-triangle {
        right: 7%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services_shape img.services-triangle {
        right: 8%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services_shape img.services-triangle {
        right: 10%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services_shape img.services-triangle {
        right: 11%;
    }
}

@media (max-width: 575px) {
    .services_shape img.services-triangle {
        right: 28%;
    }
}

.services_shape-2 img {
    position: absolute;
}

.services_more-5 a {
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
}

.services_text h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.services_text p {
    margin-bottom: 45px;
}

.services_text p span {
    color: #7127ea;
    position: relative;
}

.services_text p span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #7127ea;
}

.services_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}

.services_list ul li {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.services_list ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #7127ea;
}

.services_widget-title h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.services_link ul li {
    margin-bottom: 15px;
}

.services_link ul li:last-child {
    margin-bottom: 0;
}

.services_link ul li a {
    padding-left: 20px;
    position: relative;
}

.services_link ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #7127ea;
}

.services_link ul li a:hover {
    color: #7127ea;
}

.services_link ul li a:hover::after {
    left: 5px;
}

.services_form input {
    width: 100%;
    height: 50px;
    border: 2px solid transparent;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.services_form input::placeholder {
    color: #9b9aa4;
}

.services_form input:focus {
    border-color: #7127ea;
    outline: none;
}

.services_form input:focus::placeholder {
    opacity: 0;
}

.services_action a {
    margin-bottom: 0;
    display: block;
}

.services_action a i {
    color: #7127ea;
    padding-right: 15px;
}

.services_action a:hover {
    color: #7127ea;
}

@keyframes services-triangle {
    0% {
        -webkit-transform: rotate(0deg) translateX(-50px);
        -moz-transform: rotate(0deg) translateX(-50px);
        -ms-transform: rotate(0deg) translateX(-50px);
        transform: rotate(0deg) translateX(-50px);
    }
    100% {
        -webkit-transform: rotate(360deg) translateY(100px);
        -moz-transform: rotate(360deg) translateY(100px);
        -ms-transform: rotate(360deg) translateY(100px);
        transform: rotate(360deg) translateY(100px);
    }
}

@keyframes services-circle-2 {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-100px);
    }
}

@keyframes services-dot {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(100px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_wrapper {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .about_wrapper {
        margin: 50px 0;
    }
}


.about_wrapper ul {
    margin-bottom: 40px;
}

.about_wrapper ul li {
    padding-left: 24px;
    position: relative;
}

.about_wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
}

.about_wrapper ul li::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color: #9a68ff;
    left: 0;
    top: 1px;
}

.about_wrapper ul li:hover {
    padding-left: 20px;
    color: #9a68ff;
}

.about_wrapper ul li:hover::after {
    color: #9a68ff;
}

.about_thumb img {
    -webkit-box-shadow: 0 20px 20px 0 rgba(86, 5, 46, 0.2);
    -moz-box-shadow: 0 20px 20px 0 rgba(86, 5, 46, 0.2);
    box-shadow: 0 20px 20px 0 rgba(86, 5, 46, 0.2);
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_thumb-3 img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_thumb-3 img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_thumb-3 img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .about_thumb-3 img {
        width: 100%;
    }
}

.about_thumb-wrapper {
    box-shadow: 0 30px 70px 0 rgb(0 0 0 / 76%);
    border-radius: 2rem;
    padding: 3rem 1rem;
    background-color: #1e1e2d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about_thumb-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about_thumb-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_thumb-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .about_thumb-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about_thumb-wrapper > img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about_thumb-wrapper > img {
        width: 100%;
    }
}


.about_thumb-wrapper-2 img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.about_thumb-wrapper-5 img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(2, 0, 35, 0.1);
    -moz-box-shadow: 0 30px 60px 0 rgba(2, 0, 35, 0.1);
    box-shadow: 0 30px 60px 0 rgba(2, 0, 35, 0.1);
}

.about_shape img {
    position: absolute;
    z-index: -1;
}

.about_shape img.about-triangle {
    top: 7%;
    left: 3%;
    -webkit-animation: about-triangle 5s linear infinite alternate;
    -moz-animation: about-triangle 5s linear infinite alternate;
    -o-animation: about-triangle 5s linear infinite alternate;
    animation: about-triangle 5s linear infinite alternate;
}

.about_shape img.about-triangle-2 {
    top: 14%;
    right: 4%;
    -webkit-animation: about-triangle-2 5s linear infinite alternate;
    -moz-animation: about-triangle-2 5s linear infinite alternate;
    -o-animation: about-triangle-2 5s linear infinite alternate;
    animation: about-triangle-2 5s linear infinite alternate;
}

.about_shape img.about-circle {
    top: 3%;
    left: 4%;
    -webkit-animation: about-circle 5s linear infinite alternate;
    -moz-animation: about-circle 5s linear infinite alternate;
    -o-animation: about-circle 5s linear infinite alternate;
    animation: about-circle 5s linear infinite alternate;
}


.about_shape img.about-circle-4 {
    top: -13%;
    left: 0%;
    opacity: 0.1;
}

@media (max-width: 575px) {
    .about_shape img.about-circle-4 {
        top: -7%;
        max-width: 100%;
    }
}

.about_shape-2 img {
    position: absolute;
}


@keyframes about-triangle-2 {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes about-triangle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes about-circle {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .features_item {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features_item {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features_item {
        padding-left: 0;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features_item {
        margin-bottom: 60px;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .features_item {
        margin-bottom: 60px;
        padding-left: 0;
    }
}

.features_icon {
    display: flex;
    justify-content: center;
}

.features_item:hover .features_icon span {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.features_icon span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.features_icon span i {
    color: #ffffff;
    font-size: 25px;
}

.features_title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .features_title {
        font-size: 20px;
    }
}

.features_list ul li {
    padding-left: 35px;
    font-size: 15px;
    color: #d2d2d2;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

.features_list ul li::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #9a68ff;
    background: rgba(113, 39, 234, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 500;
}

.features_list ul li:hover {
    color: #9a68ff;
}

.features_list ul li:hover::after {
    background: #9a68ff;
    color: #ffffff;
}

.features_shape img {
    position: absolute;
    z-index: -1;
}

.features_shape-2 img {
    position: absolute;
    z-index: -1;
}


.features_tab .nav-tabs .nav-item .nav-link i {
    font-size: 20px;
    padding-right: 12px;
}

.features_tab .nav-tabs .nav-item .nav-link.pink-bg i {
    color: #fe0c7d;
}

.features_tab .nav-tabs .nav-item .nav-link.blue-bg i {
    color: #03a6ff;
}

.features_tab .nav-tabs .nav-item .nav-link.yellow-bg i {
    color: #fbad26;
}

.features_tab .nav-tabs .nav-item .nav-link img {
    margin-right: 18px;
}

.features_tab .nav-tabs .nav-item .nav-link.active i {
    color: #ffffff;
}

.features_thumb-inner img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    -moz-box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    box-shadow: 0 30px 70px 0 rgba(11, 6, 70, 0.12);
    -webkit-animation: features-thumb-animation 2s linear infinite alternate;
    -moz-animation: features-thumb-animation 2s linear infinite alternate;
    -o-animation: features-thumb-animation 2s linear infinite alternate;
    animation: features-thumb-animation 2s linear infinite alternate;
}

@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes features-thumb-animation {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes features-thumb-sm-animation {
    0% {
        -webkit-transform: translateY(-20px) translateX(100px);
        -moz-transform: translateY(-20px) translateX(100px);
        -ms-transform: translateY(-20px) translateX(100px);
        transform: translateY(-20px) translateX(100px);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px);
        -moz-transform: translateY(0px) translateX(0px);
        -ms-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes features-thumb-sm-2-animation {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
}

@keyframes features-dot-1 {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes features-dot-2 {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}

.cta_inner {
    background-image: linear-gradient(180deg, rgba(154, 104, 255, 1) 41%, rgba(254, 217, 121, 1) 100%);
    box-shadow: 0 30px 70px 0 rgba(15, 0, 40, 0.2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 95px 70px;
    padding-bottom: 105px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_inner {
        padding: 45px 55px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta_inner {
        padding: 45px 55px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .cta_inner {
        padding: 4rem 1.5rem;
    }
}


.cta_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_title {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta_title {
        margin-bottom: 20px;
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cta_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta_title {
        font-size: 30px;
    }
}


.cta_shape img {
    position: absolute;
}

.cta_shape img.circle {
    right: 9%;
    bottom: -77%;
    opacity: 0.1;
}

.cta_shape img.circle-2 {
    left: -2%;
    bottom: 10%;
    opacity: 0.4;
}

.cta_shape img.circle-3 {
    top: -18%;
    left: 6%;
    opacity: 0.08;
}

.cta_shape img.triangle-1 {
    top: 9%;
    left: 10%;
    opacity: 0.1;
}

.cta_shape img.triangle-2 {
    top: -9%;
    right: 10%;
    opacity: 0.1;
}

.cta_shape-2 img {
    position: absolute;
    z-index: -1;
}


.cta_content-3 p {
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 0;
}

.faq_wrapper {
    padding: 5px 40px;
    border-top: 3px solid #9a68ff;
    box-shadow: 0 30px 70px 0 rgb(0 0 0 / 76%);
    border-radius: 2rem;
    background-color: #1e1e2d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

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

.faq_wrapper .accordion-item {
    padding: 25px 0;
    border: unset;
    border-bottom: 1px solid #d2d2d2;
}

.faq_wrapper .accordion-item.border-none {
    border-bottom: none;
    padding-bottom: 35px;
}

.faq_wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    padding: 0;
    background: none;
    text-align: left;
    box-shadow: none;
}

@media (max-width: 575px) {
    .faq_wrapper .accordion-item .accordion-header .accordion-button {
        padding-right: 20px;
    }
}

.faq_wrapper .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #d2d2d2;
    background-image: none;
    font-weight: 500;
    content: "";
}

.faq_wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #fed979 !important;
}

.faq_wrapper .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.faq_wrapper .accordion-item .accordion-header .accordion-button.collapsed::after {
    content: "";
}

.faq_wrapper .accordion-item .accordion-body {
    padding: 0;
    padding-top: 20px;
}

.faq_wrapper .accordion-item .accordion-body p {
    font-size: 15px;
    color: #d2d2d2;
    font-weight: 600;
    margin-bottom: 0;
}

.faq_wrapper .accordion-item .accordion-collapse {
    border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq_content {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq_content {
        margin-top: 60px;
    }
}

.footer_widget-title h3 {
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 10px;
}

.footer_widget-title-3 h3 {
    color: #ffffff;
}

.footer_widget-content p {
    color: #d2d2d2;
    font-weight: 600;
    padding-right: 70px;
}

.footer_widget-content-3 p {
    color: #9da4ac;
}

.footer_link {
    padding-top: 8px;
}

.footer_link ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer_link ul li a {
    color: #d2d2d2;
    font-weight: 600;
    position: relative;
}

.footer_link ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #FED979;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.footer_link ul li a:hover {
    color: #FED979;
}

.footer_link ul li a:hover::after {
    bottom: -2px;
    visibility: visible;
    opacity: 1;
}

.footer_link-2 ul li a::after {
    background: #2f80ed;
}

.footer_link-2 ul li a:hover {
    color: #2f80ed;
}

.footer_link-3 ul li a {
    color: #9da4ac;
}

.footer_link-3 ul li a::after {
    background: #ffffff;
}

.footer_link-3 ul li a:hover {
    color: #ffffff;
}

.footer_link-4 ul li a {
    color: #9da4ac;
}

.footer_link-4 ul li a::after {
    background: #6c63ff;
}

.footer_link-4 ul li a:hover {
    color: #6c63ff;
}

.footer_social ul li {
    display: inline-block;
}

.footer_social ul li:not(:last-child) {
    margin-right: 10px;
}

.footer_social ul li a {
    color: #868d94;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #c7ced4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer_social ul li a:hover {
    background: #FED979;
    color: #000000;
    border-color: #FED979;
    -webkit-box-shadow: 0 20px 30px 0 rgba(7, 3, 55, 0.16);
    -moz-box-shadow: 0 20px 30px 0 rgba(7, 3, 55, 0.16);
    box-shadow: 0 20px 30px 0 rgba(7, 3, 55, 0.16);
}

.footer_social img {
    margin: 0 5px;
}

.footer_copyright {
    border-top: 1px solid #e7ecf1;
    padding: 25px 0;
}

.footer_copyright-wrapper p {
    font-size: 14px;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 0;
}

.footer_copyright-wrapper p a {
    color: #FED979;
}

.footer_shape img {
    position: absolute;
    opacity: 0.04;
}

.footer_shape img.footer-circle-1 {
    top: 7%;
    right: 0;
}

.footer_shape img.footer-circle-2 {
    top: 18%;
    right: 0;
}

.footer_pl-70 {
    padding-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer_pl-70 {
        padding-left: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_pl-70 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_pl-70 {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .footer_pl-70 {
        padding-left: 0;
    }
}

.footer_pl-90 {
    padding-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer_pl-90 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_pl-90 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer_pl-90 {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .footer_pl-90 {
        padding-left: 0;
    }
}

.css-mb {
    max-width: 1000px;
    min-width: 50px;
    margin: 0 auto;
}

.css-mb div {
    box-sizing: border-box !important;
}


.css-mb .mb-display-position {
    width: 90%;
    margin: 0 auto;
}

.css-mb .mb-display {
    border-top: 3px solid #9a68ff;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 62.9442%;
    background: #1e1e2d;
    border-radius: 1rem;
}

.css-mb .mb-screen-position {
    position: absolute;
    top: 8.0%;
    width: 93.2%;
    left: 3.4%;
    height: 0;
    margin: 0;
    padding-bottom: 53.75%;
}


.css-mb .mb-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #4b4b4d;
}

.css-mb .mb-screen img {
    max-width: 100%;
    height: auto;
}

.css-mb .mb-screen iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.about_area {
    padding: 4rem 0 4rem 0;
}

@media (max-width: 700px) {
    .about_area {
        padding: 4rem 0 2rem 0;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(calc(-250px * 7))
    }
}

.slider {
    margin: 2rem auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.slider::after, .slider::before {
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}

.slider::before {
    left: 0;
    top: 0
}

.slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(100px * 3)
}

.slider .slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 9rem;
    min-width: 11rem;
    padding: 0 1.5rem;
}
