@charset "UTF-8";
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bluebar {
    50% {
        left: 96px
    }
}

@keyframes bluebar {
    50% {
        left: 96px
    }
}

@-webkit-keyframes zoom-1 {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoom-1 {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes zoom-2 {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes zoom-2 {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2)
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2), 0 0 0 60px transparent;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2), 0 0 0 60px transparent
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .2), 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2)
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2), 0 0 0 60px transparent;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .2), 0 0 0 40px rgba(255, 255, 255, .2), 0 0 0 60px transparent
    }
}

@-webkit-keyframes btnWave {
    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes btnWave {
    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes marquee {
    0% {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes move-up-down {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-15px)
    }
}

@keyframes move-up-down {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes move-up-down2 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100px)
    }
}

@keyframes move-up-down2 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100px)
    }
}

@-webkit-keyframes move-up-down3 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100px)
    }
}

@keyframes move-up-down3 {
    0% {
        transform: translateY(50)
    }
    to {
        transform: translateY(160px)
    }
}

@-webkit-keyframes move-up-down4 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100px)
    }
}

@keyframes move-up-down4 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(100px)
    }
}

@-webkit-keyframes move-up-down6 {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100px)
    }
}

@keyframes move-up-down6 {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(100px)
    }
}

@-webkit-keyframes move-up-down5 {
    0% {
        transform: translateY(50)
    }
    to {
        transform: translateY(100px)
    }
}

@keyframes move-up-down5 {
    0% {
        transform: translateY(50)
    }
    to {
        transform: translateY(160px)
    }
}

@-webkit-keyframes run {
    0% {
        left: 0;
        transform: translateX(-15px)
    }
    to {
        left: 20%;
        transform: translateX(-15px)
    }
}

@-webkit-keyframes run2 {
    0% {
        right: -15%;
        transform: translateX(-25px)
    }
    to {
        right: 0;
        transform: translateX(-25px)
    }
}

@-webkit-keyframes run3 {
    0% {
        right: -15%;
        transform: translateX(-20px)
    }
    to {
        right: 0;
        transform: translateX(-20px)
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes hue {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 2000px 0
    }
}

@-webkit-keyframes zoomInOut {
    0%,
    to {
        -webkit-transform: scale(.35);
        transform: scale(.35)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomInOut {
    0%,
    to {
        -webkit-transform: scale(.35);
        transform: scale(.35)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

@keyframes blinker {
    50% {
        opacity: .6
    }
}

.about-content-right,
.blog-grid .featured-post-wrapper .blog-item .blog-content,
.circle-shape-images,
.dropdown-info,
.img-with-shape-wrap,
.office-content,
.office-info,
.roted-img-wrap,
.story-item,
.width-full-3 .dropdown-grid-item.last-item,
body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body,
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.customer-logos-grid,
.screen-grid {
    grid-auto-columns: 1fr;
    grid-row-gap: 16px
}

.btn>i,
.dropdown-toggle::after,
.link-with-icon i,
.read-more-link i {
    vertical-align: middle
}

.gr-text,
.gr-text2,
.service-block-two .inner-box .link i,
.text-animation {
    -webkit-text-fill-color: transparent
}

.-service-list li a,
.blog-text a,
.btn-gradient,
.btn-gradient-sqr,
.btn-link:hover,
.card-bottom a,
.crypto-promo-box a,
.dropdown-grid-item a,
.game-btn-mdm,
.game-price-btn a,
.single-article a,
a:hover {
    text-decoration: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body,
html {
    height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Host Grotesk", sans-serif;
    color: #2a2a2a !important
}

.article-category a,
.dropdown-grid-item .drop-title,
.feature-tab-list li a,
.feature-tab-list-2 li a,
.link-text,
.main-menu li a.nav-link,
.pricing-tab-list li button,
.read-more-link,
.watch-now-btn,
dt {
    font-family: "Host Grotesk", sans-serif;
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 1200px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1380px;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1370px;
    width: 100%
}

@media (max-width: 1599px) {
    .container {
        max-width: calc(100vw - 270px);
    }
}

@media (max-width: 1439px) {
    .container {
        max-width: 1170px
    }
}

@media (max-width: 1223px) {
    .container {
        max-width: calc(100vw - 54px)
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: calc(100vw - 32px)
    }
}

.newsletter-form button:focus,
a:focus,
button:focus {
    outline: 0
}

.client-logo-img li,
.crypto-blog-card .blog-thumb img,
.cyber-article-img img,
.integration-list li,
.ms-apps .img-fluid,
.offcanvas-body .dropdown-grid-item,
.portfolio-feature-img img,
.service-style-two .image-box img,
.setup-process-item,
.single-crypto-team img,
.single-portfolio-item img,
iframe,
video {
    width: 100%
}

.iframe-full-height-wrap {
    position: relative;
    min-height: 18rem;
    overflow: hidden
}

.iframe-full-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#preloader,
.affix {
    position: fixed;
    width: 100%
}

::selection {
    background: rgba(7, 119, 101, .15)
}

::-moz-selection {
    background: rgba(7, 119, 101, .15)
}

.small,
small {
    font-weight: inherit;
    font-size: 15px !important
}

.rounded-custom {
    border-radius: 10px !important
}

.h5,
.h6,
h5,
h6 {
    margin-bottom: .375rem;
    font-weight: 600
}

.-cta-btn p span,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-weight: 700
}

@media (min-width: 320px) and (max-width:767px) {
    .banner-btn {
        display: block;
        margin: 10px 30px
    }
    .faq-accordion .accordion-item button {
        font-size: 14px !important;
        line-height: 1.5
    }
    .app-list .fs-5 {
        font-size: 16px !important;
    }
    .ms-sw-slide .row {
        --bs-gutter-x: 0 !important;
    }
    .home-stats-ms .d-flex {
        display: block !important;
        text-align: center !important
    }
    .home-stats-ms .lh-ms {
        line-height: 20px;
    }
    .home-stats-ms .me-3 {
        margin-right: 0 !important;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .image-bg,
    .image-bg .image-shop-scroll {
        height: 500px !important
    }
    .d-xs-block {
        display: block !important
    }
    .ptb-100 {
        padding-bottom: 60px !important;
        padding-top: 60px !important
    }
    .ms-ptb-90 {
        padding-bottom: 90px;
        padding-top: 90px
    }
    .hero-content-wrap .display-6 {
        font-size: 24px !important
    }
    .lead {
        font-size: 1.015rem !important
    }
    .blockquote {
        font-size: 1.0625rem !important
    }
}

.ptb-120 {
    padding: 120px 0
}

.ptb-100 {
    padding: 100px 0
}

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

.pr-100,
.project-active {
    padding-right: 100px
}

.plr-30 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.p-100 {
    padding: 100px
}

.p-50 {
    padding: 50px
}

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

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

.pt-200 {
    padding-top: 200px !important
}

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

.pb-80 {
    padding-bottom: 80px !important
}

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

.ptb-60 {
    padding: 60px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-80 {
    padding: 80px 0
}

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

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

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

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

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

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

.cyber-cta,
.mt--100 {
    margin-top: -100px
}

.hero-service-cards,
.mt-100 {
    margin-top: 100px
}

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

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

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

.awards-block-tt,
.mt-40 {
    margin-top: 40px
}

.z-2 {
    z-index: 2
}

.payment-feature-mockup img,
.z-5 {
    z-index: 5
}

.z-10 {
    z-index: 10
}

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

.top--100 {
    top: -100px !important
}

.bottom--40 {
    bottom: -40px !important
}

.bottom--100 {
    bottom: -100px !important
}

.right--40 {
    right: -40px !important
}

.digi-nav-control .swiper-button-next,
.right-0 {
    right: 0
}

.left-0 {
    left: 0
}

.left--40 {
    left: -40px !important
}

.left--100 {
    left: -100px !important
}

.right--100 {
    right: -100px !important
}

.left-30 {
    left: 30%
}

.left-5 {
    left: 5%
}

.right-5 {
    right: 5%
}

.mw-60 {
    max-width: 60% !important
}

.affix,
.sticky-header {
    padding: 1px 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.icon-sm {
    font-size: 25px
}

.affix {
    top: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    -webkit-animation: .3s ease-in-out fadeInDown;
    animation: .3s ease-in-out fadeInDown;
    background: #0b163f;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dropdown-grid,
.mega-menu-item .mega-menu-wrapper .container,
.ms-job-det .content-list li:before,
.navbar-dark.sticky-header.affix,
.navbar-light.sticky-header.affix,
.process-card:hover {
    background: #fff
}

.dropdown-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto
}

.dropdown-grid.width-half {
    grid-template-columns: 1fr;
    width: 320px
}

.dropdown-grid.width-full {
    grid-template-columns: 1fr 1fr;
    width: 650px
}

.width-full-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 1000px
}

.screen-grid,
.story-grid {
    grid-template-rows: auto auto
}

.width-full-3 .dropdown-grid-item {
    width: 200px
}

.dropdown-grid-item {
    width: 260px;
    padding: 15px 10px
}

.width-full-3 .dropdown-grid-item.last-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    grid-column-start: span 2
}

.radius-right-side {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.main-menu li a.nav-link {
    padding: .85rem 1rem;
    font-size: .9375rem;
    font-weight: 500;
    position: relative
}

.dropdown-menu {
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    min-width: 220px
}

.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-gradient .h1,
.bg-gradient .h2,
.bg-gradient .h3,
.bg-gradient .h4,
.bg-gradient .h5,
.bg-gradient .h6,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6,
.bg-light .bg-dark .h2,
.bg-light .bg-dark .h3,
.bg-light .bg-dark .h4,
.bg-light .bg-dark .h5,
.bg-light .bg-dark .h6,
.bg-light .bg-dark h2,
.bg-light .bg-dark h3,
.bg-light .bg-dark h4,
.bg-light .bg-dark h5,
.bg-light .bg-dark h6,
.bg-light .bg-gradient .h2,
.bg-light .bg-gradient .h3,
.bg-light .bg-gradient .h4,
.bg-light .bg-gradient .h5,
.bg-light .bg-gradient .h6,
.bg-light .bg-gradient h2,
.bg-light .bg-gradient h3,
.bg-light .bg-gradient h4,
.bg-light .bg-gradient h5,
.bg-light .bg-gradient h6,
.bg-light>.bg-dark .h1,
.bg-light>.bg-dark h1,
.bg-light>.bg-gradient .h1,
.bg-light>.bg-gradient h1,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-purple .h1,
.bg-purple .h2,
.bg-purple .h3,
.bg-purple .h4,
.bg-purple .h5,
.bg-purple .h6,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6,
.btn-gradient-sqr:hover,
.btn-gradient:hover,
.color span,
.crypto-promo-box a,
.ev-count-down .ev-cd-box .h4,
.ev-count-down .ev-cd-box h4,
.ev-single-price:hover .ev-price-header .h4,
.ev-single-price:hover .ev-price-header .h5,
.ev-single-price:hover .ev-price-header h4,
.ev-single-price:hover .ev-price-header h5,
.footer-top.bg-dark .footer-nav-list li a:hover,
.footer-top.bg-gradient .footer-nav-list li a:hover,
.navbar-dark .main-menu li a.nav-link,
.office-info .h5,
.office-info h5,
.popup-video-btn:hover,
.project-active .slick-arrow:focus,
.project-active .slick-arrow:hover,
.service-block-two .inner-box h3 a,
.single-counter-box .h5,
.single-counter-box h5,
.single-speaker:hover .h5,
.single-speaker:hover h5,
.tab-btns-one li button.active,
.text-w,
.text-w h4,
.watch-now-btn:hover {
    color: #fff
}

.bg-dark .copyright-text p,
.bg-dark .footer-social-list li a,
.bg-gradient .copyright-text p,
.bg-gradient .footer-social-list li a,
.crypto-blog .section-title p,
.crypto-blog-card p,
.crypto-footer-widget p,
.crypto-promo-box p,
.crypto-table tbody,
.crypto-team .section-title p,
.hero-eleven p,
.navbar-dark .action-btns a.btn-link {
    color: #e2e8f0
}

.bg-white li,
.bg-white p,
.bg-white span,
.navbar-dark.sticky-header.affix .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-light .main-menu li a.nav-link {
    color: #232133
}

.bg-dark .btn,
.bg-gradient .btn,
.blog-grid .featured-post-wrapper .blog-item .blog-content:hover,
.blog-grid .posts-wrapper .blog-item .blog-content:hover,
.btn-shadow:hover,
.coming-soon-section .btn,
.navbar-dark .btn-primary,
.navbar-dark.sticky-header.affix .btn,
.navbar-light.sticky-header.affix .btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.bg-dark .logo-color,
.bg-gradient .logo-color,
.footer-light .logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white,
.navbar-light .navbar-brand img.logo-white,
.offcanvas-backdrop:before,
.offcanvas-body .dropdown-grid-item.last-item,
.service-sec-list p,
.work-process-list li:last-child .process-icon-2:after {
    display: none
}

.bg-light .author-info span,
.copyright-text p a,
.footer-light .footer-single-col .h6,
.footer-light .footer-single-col h6,
.navbar-dark.sticky-header.affix .navbar-toggler span,
.single-speaker .sp-social a i,
.support-article-list li a:hover p,
.testimonial-tab-menu.nav-pills .nav-link.active {
    color: #575757
}

.bg-dark .logo-white,
.bg-gradient .logo-white,
.crypto-app-btn .text-wrapper>span,
.footer-light .logo-color,
.hero-heading-sec h2 span,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-color,
.process-card,
.service-sec-list:hover p,
.single-article a,
.title-serv-c span {
    display: block
}

#preloader,
.benifit-icon,
.card-shape ul li .counter-circle,
.client-logo-list.style_two,
.company-info-wrap,
.company-logo .logo,
.digi-blog-list .list-header,
.digi-nav-control,
.dropdown-grid-item a,
.dropdown-info,
.ev-ab-img ul li:first-child,
.event-hero .event-hero-img a,
.game-price-btn a,
.hero-screen-wrap,
.img-with-shape-wrap,
.int-icon-one ul li,
.int-icon-two ul li,
.job-overview-list li,
.logo-list,
.office-content,
.office-info,
.price-icon,
.tab-btns-one .nav-link {
    display: -webkit-box;
    display: -ms-flexbox
}

#preloader,
.company-info-wrap,
.dropdown-grid-item a,
.dropdown-info {
    display: flex
}

.action-btns a.btn-link:hover,
.main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover {
    color: #615dfa;
    font-weight: 500
}

.article-img img,
.customer-logo,
.customer-logos-grid img,
.dropdown-grid-item a,
.dropdown-grid-item a span,
.facebook-btn,
.feature-card.border:hover,
.feature-grid-2,
.google-btn,
.process-card-two,
.process-icon-2 i,
.read-more-link i,
.single-article,
.transition-base,
.work-process-list li {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.dropdown-grid-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .45rem 1rem !important;
    border-radius: 4px
}

.dropdown-grid-item a span {
    opacity: .8;
    font-size: .875rem
}

.dropdown-grid-item a:hover {
    background: #f8f9fa
}

.dropdown-grid-item .drop-heading {
    padding-left: 1rem;
    font-size: 1rem
}

.dropdown-grid-item .drop-title {
    font-size: .875rem;
    color: #575757;
    font-weight: 500
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
    color: var(--bs-primary);
    opacity: 1
}

.demo-list {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    text-align: center
}

.dropdown-info {
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-info p {
    font-size: 13px;
    margin-bottom: 0
}

.offcanvas.show {
    visibility: visible;
    z-index: 9999
}

.offcanvas-header button.close-btn {
    background: rgba(242, 87, 103, .12);
    width: 30px;
    height: 30px;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 20px
}

.offcanvas-header button.close-btn i {
    line-height: 29px
}

.offcanvas-body .dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    right: 0;
    border: 0
}

.offcanvas-body .main-menu li a.nav-link {
    color: #575757;
    padding: .5rem 1rem
}

.accordion-list li a:hover,
.article-title:hover,
.avatar-name:hover,
.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .h3,
.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text h3,
.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text .h3,
.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-text h3,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text .h3,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-text h3,
.btn-link:hover,
.copyright-text p a:hover,
.crypto-promo-box a:hover,
.crypto-team-social li a:hover,
.offcanvas-body .main-menu li a.nav-link:hover,
.support-article-list li a:hover .support-article-title,
a:hover {
    color: #015cc0
}

.offcanvas-body .radius-right-side {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    margin: 15px 0 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.offcanvas-body .dropdown-grid {
    display: block;
    width: auto
}

@media (max-width: 1199px) {
    .nav.main-menu {
        display: block !important
    }
}

.footer-single-col .h3,
.footer-single-col h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 36px
}

.copyright-text p,
.footer-nav-list li a {
    font-weight: 500;
    font-family: "Host Grotesk", sans-serif;
}

.footer-nav-list li a {
    font-size: 15px;
    margin: 10px 0;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer-nav-list li a,
.footer-single-col p {
    color: var(--bs-secondary-dark);
    opacity: .7
}

.cyber-related-product-img:hover .related-product-cart-wishlist-icon,
.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active::before,
.footer-nav-list li a:hover,
.footer-top.bg-dark .footer-nav-list li a,
.footer-top.bg-dark .footer-single-col p,
.footer-top.bg-gradient .footer-single-col p,
.office-address:hover .office-overlay,
.project-active .slick-arrow:focus:before,
.project-active .slick-arrow:hover:before,
.single-portfolio-item:hover .portfolio-item-img::after,
.single-product:hover .product-cart-wishlist-icon,
.single-product:hover .product-img::after,
.tab-btns-one li button.active:before {
    opacity: 1
}

.footer-light .footer-nav-list li a,
.footer-light .footer-single-col p {
    color: #575757;
    opacity: .8
}

.footer-light .footer-nav-list li a:hover {
    color: #015cc0;
    opacity: 1
}

.newsletter-form button {
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    border: 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px
}

.newsletter-form button i {
    font-size: 12px
}

.rating-list li,
.review-rate li {
    margin-right: -2px !important
}

.rating-list li i {
    font-size: 11px
}

.bg-dark input.form-control,
.bg-gradient input.form-control {
    border-color: #e2e8f0
}

.register-form input.form-control {
    border-color: rgba(0, 0, 0, .08)
}

.register-form input.form-control:focus {
    border-color: #015cc0
}

.footer-bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(248, 249, 250, .05)
}

.footer-bottom.footer-light {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.copyright-text p {
    font-size: 14px;
    color: #65676d
}

.footer-light .copyright-text p {
    color: #65676d
}

.article-info a i,
.bg-dark .copyright-text p a,
.bg-dark-black .section-title p,
.bg-gradient .copyright-text p a,
.game-footer-newsletter p {
    color: #c0c0c5
}

.footer-social-list li a {
    display: block;
    line-height: 35px;
    text-align: center;
    border: 2px solid rgb(87 86 113);
    color: #65676d;
    border-radius: 4px;
    font-size: 18px
}

.btn-link,
.ev-single-price,
.feature-grid,
.footer-social-list li a,
.portfolio-info,
.sticky-sidebar,
.watch-now-btn i,
a {
    -webkit-transition: .3s ease-in-out
}

.footer-light .footer-social-list li a {
    border: 2px solid rgba(0, 0, 0, .12)
}

.footer-social-list li a:hover {
    background: #015cc0;
    color: #fff;
    border-color: #015cc0
}

#preloader {
    top: 0;
    left: 0;
    height: 100vh;
    background-color: #e2e8f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 999999
}

.loader {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    border: 8px solid #015cc0;
    border-top-color: #077765;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    -webkit-animation: 1s linear infinite loading;
    animation: 1s linear infinite loading
}

.display-404 {
    color: #fff;
    text-shadow: -.0625rem 0#015cc0, 0 .0625rem #015cc0, .0625rem 0#015cc0, 0-.0625rem #015cc0
}

.list-style {
    list-style: none
}

.list-style li {
    margin-bottom: .4rem
}

.list-style li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: #077765;
    font-weight: 700;
    content: "•"
}

ol.list-style {
    counter-reset: li
}

ol.list-style li {
    counter-increment: li
}

ol.list-style li::before {
    margin-right: .5em;
    margin-left: -1.5em;
    font-weight: inherit;
    text-align: right;
    direction: rtl;
    white-space: nowrap;
    content: "."counter(li)
}

dt {
    color: #0b163f;
    margin-bottom: .25rem;
    font-weight: 600
}

dd {
    font-size: .9375rem;
    margin-bottom: 1rem
}

.preloader-icon {
    width: 60px;
    height: 60px
}

.loading-bar {
    width: 120px;
    height: 3px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background: #fff
}

.loading-bar::before {
    content: "";
    width: 35px;
    height: 3px;
    background: #015cc0;
    position: absolute;
    left: -34px;
    -webkit-animation: 1.5s infinite bluebar;
    animation: 1.5s infinite bluebar
}

.section-heading {
    margin-bottom: 50px
}

@media (min-width: 991px) and (max-width:1199px) {
    .action-btns.me-lg-0 {
        margin-right: 3rem !important
    }
}

@media (min-width: 991px) {
    .action-btns.me-lg-0 {
        margin-right: 3rem !important
    }
    .ms-l-mr {
        margin-left: 35px !important
    }
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-primary-soft {
    background-color: rgba(23, 92, 255, .2)
}

.bg-primary-light {
    background-color: rgba(23, 92, 255, .75)
}

.bg-primary {
    background-color: #015cc0 !important
}

.bg-primary-dark {
    background-color: #0044e3
}

.bg-info-soft {
    background-color: rgba(80, 181, 255, .2)
}

.bg-info-light {
    background-color: rgba(80, 181, 255, .75)
}

.bg-info {
    background-color: #50b5ff !important
}

.bg-info-dark {
    background-color: #1d9fff
}

.bg-success-soft {
    background-color: rgba(92, 201, 167, .2)
}

.bg-success-light {
    background-color: rgba(92, 201, 167, .75)
}

.bg-success {
    background-color: #5cc9a7 !important
}

.bg-success-dark {
    background-color: #3cb690
}

.bg-warning-soft {
    background-color: rgba(255, 177, 22, .2)
}

.bg-warning-light {
    background-color: rgba(255, 177, 22, .75)
}

.bg-warning {
    background-color: #ffb116 !important
}

.bg-warning-dark {
    background-color: #e29600
}

.bg-danger-soft {
    background-color: rgba(242, 87, 103, .2)
}

.bg-danger-light {
    background-color: rgba(242, 87, 103, .75)
}

.bg-danger {
    background-color: #f25767 !important
}

.bg-danger-dark,
.single-icon-box i.icon-one {
    background-color: #ee283c
}

.bg-dark-soft {
    background-color: rgba(192, 192, 197, .35)
}

.bg-dark-light {
    background-color: #24224f
}

.bg-dark {
    background-color: #14132f !important
}

.bg-dark-dark {
    background-color: #030714
}

.bg-purple {
    background-color: var(--bs-purple) !important
}

.bg-secondary-light {
    background-color: rgba(192, 192, 197, .2)
}

.bg-secondary {
    background-color: #c0c0c5 !important
}

.bg-secondary-dark {
    background-color: #a5a5ad
}

.bg-custom-light {
    background-color: rgba(255, 255, 255, .1)
}

.bg-black2,
.bg-dark-black {
    background-color: #0d0d1b
}

.bg-soft-black,
.crypto-cta,
.game-cta,
.progress {
    background-color: #222
}

.primary-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#0b163f), to(#015cc0)) !important;
    background: linear-gradient(90deg, #0b163f, #015cc0) !important
}

.info-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#91e63), to(#f73859e)) !important;
    background: linear-gradient(90deg, #e91e63, #f73859) !important
}

.success-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#5cc9a7), to(#36a381)) !important;
    background: linear-gradient(90deg, #5cc9a7, #36a381) !important
}

.success-bg-gradient2 {
    background: -webkit-gradient(linear, left top, right top, from(#36a381), to(#5cc9a7)) !important;
    background: linear-gradient(90deg, #36a381, #5cc9a7) !important
}

.warning-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#ffb116), to(#c98500)) !important;
    background: linear-gradient(90deg, #ffb116, #c98500) !important
}

.danger-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#f25767), to(#ea1228)) !important;
    background: linear-gradient(90deg, #f25767, #ea1228) !important
}

.dark-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#015cc0), to(#0b4370)) !important;
    background: linear-gradient(90deg, #015cc0, #0b4370) !important
}

.dark-bg-gradient2 {
    background: -webkit-gradient(linear, left top, right top, from(#120f2e), to(#3a3b5e)) !important;
    background: linear-gradient(90deg, #120f2e, #3a3b5e) !important;
}

.secondary-bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#c0c0c5), to(#9898a0)) !important;
    background: linear-gradient(90deg, #c0c0c5, #9898a0) !important
}

.bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#071c4d), to(#002d97)) !important;
    background: linear-gradient(90deg, #071c4d, #002d97) !important
}

.btn-link,
a {
    color: #222;
    transition: .3s ease-in-out;
    font-family: "Host Grotesk", sans-serif;
}

.btn-link,
.link-text,
.link-with-icon,
.watch-now-btn {
    font-weight: 500
}

.watch-now-btn {
    font-size: .875rem;
    color: #b3b3b9;
    text-align: center
}

.footer-social-list li a,
.watch-now-btn i {
    width: 40px;
    height: 40px;
    padding-top: 1px;
    transition: .3s ease-in-out
}

.watch-now-btn i {
    line-height: 38px;
    font-size: 12px;
    border: 2px solid #fff;
    margin-right: 10px;
    border-radius: 50%;
    color: #c0c0c5
}

.watch-now-btn:hover i {
    background: #fff;
    color: #015cc0
}

@media (min-width: 367px) and (max-width:575px) {
    .watch-now-btn {
        margin-left: 10px
    }
}

.read-more-link {
    font-weight: 600;
    font-size: .9375rem
}

.read-more-link:hover i,
.support-article-list li a:hover .read-more-link i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 10px
}

.animated-hero-1 .type-0 {
    right: -110px;
    top: -160px
}

@media (min-width: 991px) and (max-width:1560px) {
    .animated-hero-1 .type-0 {
        top: -100px
    }
}

.shape-bottom-img img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto
}

.animate-element {
    list-style: none;
    width: 100%;
    height: 100%;
    right: 0
}

.animate-element li {
    position: absolute;
    height: 100%;
    width: 100%
}

.circle-shape-images {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.circle-shape-item {
    position: absolute;
    opacity: .55
}

.circle-shape-item.type-0.hero-1 {
    left: 12px;
    bottom: -40px;
    width: 340px;
    opacity: .8
}

.circle-shape-item.type-1.hero-1 {
    right: 55px;
    top: 40px;
    width: 186px
}

.circle-shape-item.type-2.hero-1 {
    right: 40px;
    bottom: -20px;
    width: 100px
}

.circle-shape-item.type-3.hero-1 {
    left: 115px;
    top: 25px;
    width: 36px
}

.circle-shape-item.type-4.hero-1 {
    left: 135px;
    top: 55px;
    width: 70px
}

.circle-shape-item.type-5.hero-1 {
    right: 0;
    bottom: -60px;
    width: 50px
}

.shape-service .color-shape-1 {
    top: -100px;
    right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.shape-service .color-shape-2 {
    left: -120px;
    bottom: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.shape-service .color-shape-3 {
    right: 0;
    bottom: -50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.fixed-bg {
    height: 100vh;
    width: 100vh;
    border-radius: 0 10rem 30rem 0;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed
}

.white-popup-block {
    max-width: 768px;
    margin: 30px auto;
    position: relative
}

.animated-circle li {
    position: absolute;
    z-index: 1;
    border-radius: 50%
}

.animated-circle li:nth-child(n) {
    height: 24vw;
    width: 24vw;
    top: 5.3vh;
    right: 20.3vw;
    bottom: inherit;
    -webkit-animation: 50s 2s infinite zoom-1;
    animation: 50s 2s infinite zoom-1
}

.animated-circle li:nth-child(2n) {
    height: 15vw;
    width: 15vw;
    top: -8.8vh;
    right: -3.4vw;
    bottom: inherit;
    -webkit-animation: 50s 2s infinite zoom-2;
    animation: 50s 2s infinite zoom-2
}

.animated-circle li:nth-child(3n) {
    height: 10vw;
    width: 10vw;
    top: 40vh;
    right: 6.5vw;
    bottom: inherit;
    -webkit-animation: 50s 2s infinite zoom-1;
    animation: 50s 2s infinite zoom-1
}

.animated-circle li:nth-child(4n) {
    height: 8vw;
    width: 8vw;
    bottom: 0;
    top: inherit;
    right: 10vw;
    -webkit-animation: 50s 2s infinite zoom-2;
    animation: 50s 2s infinite zoom-2
}

.error-404 {
    margin-bottom: 30px;
    font-size: 180px;
    line-height: .889em
}

.block-item-patterns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.block-item-pattern {
    height: 27px;
    width: 27px
}

.pattern-block-1:first-child .block-item-pattern:first-child {
    top: 0;
    right: 40px
}

.pattern-block-1:first-child .block-item-pattern:nth-child(2) {
    bottom: 27px;
    left: 0
}

.pattern-block-1:first-child .block-item-pattern:nth-child(3) {
    bottom: 0;
    left: 27px
}

.pattern-block-2:first-child .block-item-pattern:first-child {
    top: 60px;
    right: 0
}

.pattern-block-2:first-child .block-item-pattern:nth-child(2) {
    bottom: 60px;
    left: 0
}

.pattern-block-2:first-child .block-item-pattern:nth-child(3) {
    bottom: 60px;
    right: 0
}

.pattern-block-3:first-child .block-item-pattern:first-child {
    top: 0;
    left: 40px
}

.pattern-block-3:first-child .block-item-pattern:nth-child(2) {
    bottom: 27px;
    right: 0
}

.pattern-block-3:first-child .block-item-pattern:nth-child(3) {
    bottom: 0;
    right: 27px
}

.promo-icon i {
    line-height: normal
}

.card-bar {
    width: 100px;
    height: 10px;
    border-radius: 20px 0 0 20px
}

.connected-app-single,
.promo-border-hover,
.quick-support a,
.team-img img,
.testimonial-tab-indicator,
.testimonial-tab-slider-wrap {
    -webkit-transition: .3s;
    transition: .3s
}

.promo-border-hover:hover {
    background: 0 0 !important;
    border-color: #015cc0 !important
}

.contact-us-promo span {
    line-height: normal;
    margin-bottom: 30px
}

.app-two-single-feature {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 70px 0 rgba(0, 15, 56, .1);
    box-shadow: 0 30px 70px 0 rgba(0, 15, 56, .1);
    padding: 25px 20px
}

.app-two-single-feature-icon i {
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    display: inline-block
}

.app-two-single-feature-icon.box-one i {
    background-color: rgba(217, 34, 255, .1);
    color: #d922ff
}

.app-two-single-feature-icon.box-two i {
    background-color: rgba(255, 62, 102, .1);
    color: #ff3e66
}

.app-two-single-feature-icon.box-three i {
    background-color: #f2576714;
    color: #ff3951
}

.app-two-single-feature-icon.box-four i {
    background-color: rgba(57, 135, 255, .1);
    color: #3987ff
}

.video-bg-with-icon {
    display: grid;
    padding: 200px 0;
    place-items: center;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0 40px 40px 0 rgba(14, 17, 51, .2);
    box-shadow: 0 40px 40px 0 rgba(14, 17, 51, .2)
}

.video-bg-with-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(72, 43, 118, .7)
}

.video-bg-with-icon a {
    color: #f25767;
    position: relative;
    z-index: 20;
    background-color: #fff;
    height: 80px;
    display: block;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.video-bg-with-icon a:hover {
    background-color: #015cc0;
    color: #fff
}

.video-promo-icon-wrapper {
    margin-top: -220px;
    padding-top: 300px
}

.single-icon-box i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px
}

.single-icon-box i.icon-two {
    background-color: #0e9541
}

.single-icon-box i.icon-three {
    background-color: #ff7d1a
}

.single-icon-box i.icon-four {
    background-color: #3987ff
}

@media (min-width: 767px) {
    .cta-left-info {
        width: 65% !important
    }
    .cta-img {
        width: 35% !important
    }
}

.software-uikit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 50px 100px;
    background-size: cover;
    background-repeat: no-repeat
}

.img-with-shape-wrap {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.shape-image {
    overflow: hidden;
    border-radius: 1rem
}

.shape-image .screen-img {
    position: relative;
    left: 80px;
    top: 90px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0
}

.app-two-mockup::before,
.hero-app-img::before {
    position: absolute;
    right: 50%;
    height: 450px;
    content: "";
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 50%;
    width: 450px
}

.shape-bottom {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: -10%;
    width: 100%
}

.circle-shape-2 {
    width: 335px;
    min-height: 335px;
    min-width: 335px
}

.circle-shape-1 {
    top: -250px;
    width: 356px;
    min-height: 356px;
    min-width: 356px
}

.circle-shape-3 {
    bottom: -210px;
    width: 300px;
    min-height: 300px;
    min-width: 300px
}

.hero-bg-img,
.skewed-1,
.skewed-wrap {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.app-two-mockup::before {
    top: 50%;
    background-color: #f5a12a;
    z-index: 5
}

.action-btns ul li a {
    background-color: transparent;
    border: 2px solid #9b2cfa;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--bs-light);
    padding: 10px 23px;
    line-height: 40px
}

.action-btns ul li a i {
    font-size: 30px
}

.action-btns ul li a span {
    line-height: 14px;
    font-weight: 400;
    text-align: left
}

.action-btns ul li a span span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px
}

.action-btns ul li a:hover {
    background-color: #fff;
    border: 2px solid transparent;
    color: #0b163f
}

.hero-subscribe-form-wrap {
    max-width: 460px
}

.skewed-wrap {
    z-index: -1;
    overflow: hidden
}

.skewed-1 {
    border-bottom: 282px solid #fff;
    border-left: 100vw solid transparent
}

.hero-bg-img {
    z-index: -2;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 320px) and (max-width:414px) {
    .hero-subscribe-form input.btn {
        position: relative;
        right: 0;
        top: 10px;
        margin-bottom: 15px;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in
    }
    .hero-subscribe-form input.form-control {
        padding: .75rem 1rem
    }
}

.app-screen-bg {
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

.app-screen-wrap {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0) rotateZ(-19.4046deg) skew(0deg, 0deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(29.4046deg) rotateY(0) rotateZ(-19.4046deg) skew(0deg, 0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.screen-grid {
    display: grid;
    grid-column-gap: 16px
}

.grid-app-screens {
    width: 130%;
    max-width: 1100px;
    padding-left: 5%;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 2.2fr;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px)
}

.screen-1 {
    grid-row-start: span 2;
    grid-row-end: span 2;
    width: 100%
}

.screen-3 {
    justify-self: start
}

.circle-shape-wrap {
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1
}

.circle-img-1 {
    position: absolute;
    width: 16%;
    margin-top: 2%;
    margin-left: 44%
}

.circle-img-2,
.circle-img-3 {
    position: absolute;
    width: 10%;
    margin-top: -7%;
    margin-left: 57%
}

.circle-img-3 {
    width: 8%;
    margin-top: -19%;
    margin-left: 36%
}

.hero-screen-wrap {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: -120px
}

.hero-screen-wrap .phone-screen {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    width: 220px;
    margin-bottom: -30px;
    margin-right: -220px;
    z-index: 2
}

.hero-screen-wrap .mac-screen {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 885px;
    flex: 0 0 885px;
    width: 885px;
    margin-right: -180px;
    z-index: 1
}

@media (min-width: 1480px) and (max-width:1836px) {
    .hero-screen-wrap {
        margin-right: 0
    }
    .hero-screen-wrap .phone-screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
        flex: 0 0 165px
    }
    .hero-screen-wrap .mac-screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 735px;
        flex: 0 0 735px;
        margin-right: 0
    }
}

@media (min-width: 320px) and (max-width:1479px) {
    .hero-screen-wrap {
        margin-right: 0
    }
    .hero-screen-wrap .mac-screen,
    .hero-screen-wrap .phone-screen {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-right: 0
    }
    .hero-screen-wrap .mac-screen {
        -ms-flex: 0 0 465px;
        flex: 0 0 465px
    }
}

.widget-img-1 {
    top: 15%;
    left: -90px
}

.widget-img-2 {
    bottom: 2%;
    left: -105px
}

.widget-img-3 {
    top: 40%;
    right: -100px
}

.widget-img-4 {
    bottom: -10%;
    right: 35px
}

.widget-img-5 {
    top: -35%;
    left: -35%
}

.widget-img-6 {
    top: -30%;
    right: -35%
}

.hero-app-img::before {
    top: 55%;
    background-color: #f6c37b
}

.event-hero .event-hero-img,
.hero-app-img img {
    position: relative;
    z-index: 5
}

.office-address,
.office-content {
    width: 100%;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.office-address {
    height: 360px;
    position: relative
}

.office-content {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .45)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45))
}

.office-info,
.office-overlay {
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.office-overlay {
    opacity: 0;
    background-color: rgba(11, 22, 63, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.office-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}

.office-info address {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .5s, opacity .8s linear;
    transition: visibility 0s linear .5s, opacity .8s linear;
    padding-bottom: 33px
}

.office-address:hover .office-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.office-address:hover .office-info address {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.about-content-left {
    max-width: 602px;
    margin-right: 30px
}

.about-content-left .about-img-first {
    width: 100%;
    max-width: 76%
}

.about-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 47%;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-content-right .about-img-last {
    max-width: 126%;
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 992px) and (max-width:1199px) {
    .about-content-left {
        max-width: 450px
    }
}

.story-grid {
    width: 100%;
    height: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.pricing-content-wrap,
.story-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox
}

.story-item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center
}

.sticky-sidebar {
    position: sticky;
    top: 100px;
    transition: .3s ease-in-out
}

.style-guide .bg-primary-soft .style-guide-heading .h2,
.style-guide .bg-primary-soft .style-guide-heading h2 {
    margin-bottom: 0;
    font-size: 1.75rem
}

.customer-logos-grid {
    display: grid;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto
}

.customer-logo-gray {
    -webkit-filter: opacity(0.6);
    filter: opacity(.6)
}

.customer-logo {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1)
}

.customer-logo:hover {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.customer-logo-gray:hover {
    -webkit-filter: none;
    filter: none
}

.client-logo-img {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
}

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

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

.mb-10,
.tab-btns-one li {
    margin-bottom: 10px
}

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

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

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

.mb-20,
.service-style-two .sec-title {
    margin-bottom: 20px
}

.white-space-100 {
    height: 100px
}

.pricing-tab-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pricing-tab-list li button {
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 15px;
    font-size: .875rem;
    font-weight: 500;
    background: #e2e8f0
}

.pricing-tab-list li:first-child button {
    border-radius: 5px 0 0 5px
}

.pricing-tab-list li:last-child button {
    border-radius: 0 5px 5px 0
}

.feature-tab-list li a.active,
.pricing-tab-list li button.active {
    background: #0b163f;
    color: #fff
}

.pricing-price span {
    font-size: 14px;
    color: #575757
}

.pricing-content-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.price-feature-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.left-radius {
    border-radius: 1rem 0 0 1rem
}

.right-radius {
    border-radius: 0 1rem 1rem 0
}

@media (min-width: 767px) and (max-width:991px) {
    .price-feature-col {
        width: 100%
    }
    .right-radius {
        border-radius: 1rem 1rem 0 0
    }
}

.pricing-header .package-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px
}

.pricing-header .h4 span,
.pricing-header h4 span {
    font-size: .875rem;
    font-weight: 500;
    margin-left: 5px
}

.pricing-feature-list li {
    font-size: 15px;
    padding: 5px 0
}

.single-pricing-wrap {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.transform-hover:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.dot-mask {
    -webkit-mask-image: url(../img/dots.svg);
    mask-image: url(../img/dots.svg)
}

.dm-wh-200 {
    width: 200px;
    height: 200px
}

.dm-wh-250 {
    width: 250px;
    height: 250px
}

.dm-wh-300 {
    width: 300px;
    height: 300px
}

.dm-wh-350 {
    width: 350px;
    height: 350px
}

.dm-size-10 {
    -webkit-mask-size: 10px;
    mask-size: 10px
}

.dm-size-12 {
    -webkit-mask-size: 12px;
    mask-size: 12px
}

.dm-size-14 {
    -webkit-mask-size: 14px;
    mask-size: 14px
}

.dm-size-16 {
    -webkit-mask-size: 16px;
    mask-size: 16px
}

.dm-size-18 {
    -webkit-mask-size: 18px;
    mask-size: 18px
}

.dm-size-20 {
    -webkit-mask-size: 20px;
    mask-size: 20px
}

.dot-mask.bottom-right,
.dot-mask.top-right {
    right: -35px;
    bottom: -35px
}

.dot-mask.top-left {
    left: -35px;
    top: -35px
}

.dot-mask.bottom-left {
    left: -35px;
    bottom: -35px
}

.two-bg-color {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #015cc0), color-stop(0, var(--bs-light)));
    background-image: linear-gradient(90deg, #015cc0 40%, var(--bs-light) 0)
}

.two-bg-dark-light {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #dae7f8), color-stop(0, #eef5ff));
    background-image: linear-gradient(90deg, #dae7f8 40%, #eef5ff 0)
}

.feature-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center
}

.icon-center {
    margin: 0 auto 32px
}

.feature-icon img {
    padding: 15px
}

.img-bg-shape {
    bottom: 0;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
    width: 80%
}

.skewed-img-left,
.skewed-img-right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-35deg) rotateX(15deg);
    transform: rotateY(-35deg) rotateX(15deg)
}

.skewed-img-left {
    -webkit-transform: rotateY(-25deg) rotateX(-10deg);
    transform: rotateY(-25deg) rotateX(-10deg)
}

.img-overlay-list {
    left: 20px;
    bottom: 20px;
    z-index: 1;
    grid-row-gap: 17px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.feature-grid,
.feature-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr
}

.img-overlay-list li {
    margin: 12px 0
}

.img-overlay-list li i {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    margin-right: 12px
}

.choose-soft-img {
    position: relative;
    left: 25%
}

.list-three-col,
.list-two-col {
    max-width: 100%
}

.list-three-col li,
.list-two-col li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 12px;
    display: flex
}

.list-three-col li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
}

.feature-img .feature-top-img {
    position: absolute;
    left: .5rem;
    top: 5rem
}

.feature-img-shape:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: -60px;
    z-index: -1;
    width: 150px;
    height: 150px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    background-repeat: no-repeat
}

.feature-img-shape-top-right:before {
    background-image: url(../img/shape/dot-big-square.svg)
}

.msh-header .container,
.screenshots-content-wrap {
    position: relative;
    z-index: 2
}

.roted-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -100px;
    -webkit-perspective: 2200px;
    perspective: 2200px
}

.roted-img {
    position: relative;
    z-index: -1;
    width: 100%;
    margin-bottom: -90px;
    -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(0);
    transform: rotateX(50deg) rotateY(0) rotateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.half-screen {
    top: 4%;
    left: 2.1%;
    width: 94%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: .9375rem;
    border-top-right-radius: .9375rem
}

.feature-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    transition: .3s ease-in-out
}

.feature-grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr
}

.highlight-card {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    display: block
}

.feature-card.border:hover {
    border-color: #aca7fd !important
}

@media (min-width: 767px) and (max-width:992px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr
    }
    .feature-grid-2 {
        grid-template-columns: 1fr
    }
}

@media (min-width: 320px) and (max-width:768px) {
    .swiper-button-next {
        right: -10px !important;
        left: auto
    }
    .d-ms-none {
        display: none !important
    }
    .ms-about-img {
        height: 500px !important
    }
    .swiper-button-prev {
        left: -5px !important
    }
    .feature-grid,
    .feature-grid-2 {
        grid-template-columns: 1fr
    }
    .chooseus-style-two .inner-content .image-box .image-2 {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important
    }
    .chooseus-style-two .inner-content .image-box .image-1 {
        max-width: 100% !important;
        margin-bottom: 30px !important
    }
    .chooseus-style-two {
        padding: 70px 0 !important
    }
    .chooseus-style-two .inner-content .image-box {
        min-height: auto !important;
        position: relative !important;
        margin-bottom: 40px !important
    }
    .chooseus-style-two .content-box {
        padding-left: 0 !important
    }
    .chooseus-style-two .content-box .inner-box {
        width: 100% !important;
        float: none !important
    }
    .chooseus-style-two .content-box .inner-box .single-item .icon-box {
        left: 0 !important
    }
    .chooseus-style-two .content-box .inner-box .single-item {
        padding-left: 50px !important
    }
    .service-style-two {
        padding: 70px 0 20px
    }
    .service-style-two .image-column,
    .service-style-two .inner-content .bg-layer {
        display: none
    }
    .service-block-two {
        margin: 0 0 60px !important;
        left: 0 !important
    }
    .service-block-two .inner-box {
        max-width: 100%
    }
    .service-style-two .content-column {
        padding-top: 0 !important
    }
    .service-style-two .sec-title {
        margin-bottom: 50px
    }
}

.border-line-style {
    position: relative;
    border: 1px solid #071c4d;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0 transparent;
    border-right: 0 transparent;
    border-bottom: 0 transparent
}

.feature-tab-list-2 li a.active,
.feature-tab-list-2 li a:hover {
    background: #4d45b5;
    color: #fff;
    border-color: #4d45b5
}

.border-line {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 2px;
    height: 65px;
    margin-top: 0;
    margin-left: -1px;
    background-color: #015cc0
}

.feature-bg-mockup {
    position: absolute;
    opacity: .35;
    -o-object-fit: cover;
    object-fit: cover
}

.feature-tab-list li a {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0b163f;
    border-radius: 6px 6px 0 0
}

.feature-tab-list-2 li a,
.feature-tab-list-2 li a.active {
    display: block;
    width: 100%
}

.feature-tab-list-2 li a {
    border: 1px solid rgb(97 109 211);
    background: rgb(255 255 255);
    padding: .7rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #4d45b5;
    margin-right: 15px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.feature-tab-list-2 li:last-child a {
    margin-right: 0
}

.avatar-info span,
.ev-single-price ul li i,
.eve-blog .ev-blog-meta .date,
.eve-blog .ev-blog-meta .location,
.job-time,
.overview-item span {
    font-size: 14px
}

.company-logo {
    height: 130px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

.company-logo .logo {
    display: flex;
    height: 100%
}

.company-logo .logo img {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.accordion-list li a,
.blog-grid .featured-post-wrapper .blog-item .read-more-link,
.blog-grid .posts-wrapper .blog-item .read-more-link,
.support-article-tab {
    display: inline-block
}

.avatar-name,
.c-left p,
.c-right,
.coin-info .h5,
.coin-info h5,
.company-overview ul li,
.ms-app-tech .app-feature h6 {
    font-size: 15px
}

.annual-salary-wrap {
    background: #fff;
    padding: 30px;
    text-align: center
}

.annual-salary-wrap .h6,
.annual-salary-wrap h6 {
    color: #0b163f !important
}

@media (min-width: 320px) and (max-width:992px) {
    .dot-mask.top-left,
    .left--40 {
        left: 0 !important;
        top: -20px
    }
    .dot-mask.bottom-right,
    .dot-mask.top-right,
    .right--40 {
        right: 0 !important
    }
    .dm-wh-350 {
        display: none
    }
    .author-img-wrap.ps-5,
    .author-img-wrap.pt-5 {
        padding-top: 0 !important;
        padding-left: 0 !important
    }
    .annual-salary-wrap {
        background: 0 0;
        padding: 0;
        margin-top: 35px;
        text-align: left
    }
    .annual-salary-wrap .h6,
    .annual-salary-wrap h6,
    .annual-salary-wrap span {
        color: #fff !important
    }
}

.content-list li {
    position: relative;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 10px
}

.content-list li:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 6px;
    width: 6px;
    background: #0b163f;
    content: "";
    border-radius: 50%
}

.job-info-list li {
    font-size: 14px;
    margin-right: 10px !important
}

.job-overview-list li {
    position: relative;
    display: flex;
    font-size: 16px;
    margin-bottom: 20px
}

.job-overview-list li i {
    margin-right: 15px
}

.icon-box i img {
    width: 50px;
    height: 50px
}

.ms-icons .icon-box {
    width: auto !important;
    height: auto !important
}

.icon-box i {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center;
    font-size: 22px;
    display: block
}

.app-two-feature-two .section-heading .h4,
.app-two-feature-two .section-heading h4 {
    color: #ff3e66
}

.app-two-feature-two-content ul li i {
    color: #0e9541
}

.app-two-feature-two-content .action-btns .app-two-btn {
    background-color: #ff3e66;
    color: #fff
}

.feature-three-content-wrap {
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 70px 0 rgba(0, 15, 56, .1);
    box-shadow: 0 30px 70px 0 rgba(0, 15, 56, .1);
    padding: 20px 30px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.app-two-feature-three-img .feature-three-blob {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.img-peice .img-one {
    top: 250px;
    left: -5%;
    z-index: 8
}

.img-peice .img-two {
    top: 205px;
    z-index: 8;
    right: -4%
}

.img-peice .img-three {
    z-index: 8;
    bottom: 78px;
    left: -5%
}

.faq-icon {
    font-size: 25px;
    line-height: normal
}

.article-info a,
.page-link,
label {
    font-size: .875rem
}

.faq-accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 1rem
}

.chooseus-style-two .content-box .inner-box .single-item:last-child,
.faq-accordion .accordion-item:last-of-type,
.project-item .content .text h4 {
    margin-bottom: 0
}

.faq-accordion .accordion-item button {
    border-radius: 1rem 1rem 0 0;
    border: 0;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 600
}

.blog-grid .blog-item .blog-content,
.faq-accordion .accordion-item button.accordion-button,
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 1rem
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem
}

.faq-accordion .accordion-item button:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #015cc0
}

.accordion-list li {
    padding: 5px 0
}

.accordion-list li a {
    color: #575757;
    width: 100%
}

.support-article-tab.nav-pills .nav-link.active,
.support-article-tab.nav-pills .show>.nav-link {
    color: #015cc0;
    background: 0 0
}

.support-article-tab button.nav-link {
    padding: .5rem 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    color: #575757
}

.process-card:hover .process-icon span,
.quick-support a:hover,
.support-article-tab a:hover,
.support-article-tab button.nav-link:hover {
    color: #015cc0 !important
}

.quick-support-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.support-article-title {
    font-family: "Open Sans", sans-serif;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.support-article-list li a:hover .read-more-link,
.theme-btn:hover {
    opacity: .9
}

.team-single-wrap {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.article-img,
.team-img,
.team-single-wrap {
    position: relative;
    overflow: hidden
}

.team-single-wrap:hover .team-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05);
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05)
}

.team-social-list {
    position: absolute;
    top: 8%;
    right: 8%
}

.team-social-list.team-social-style-2 {
    bottom: 8%;
    top: auto
}

.team-social-list li {
    margin: 3px 0 !important
}

.author-social-list li a,
.team-social-list li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: var(--bs-light);
    color: var(--body-color);
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.author-social-list.social-bg-ts li a {
    background: 0 0;
    color: var(--bs-white)
}

.author-social-list li a:hover,
.team-social-list li a:hover {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.team-single-wrap:hover .team-social-list li a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .12)
}

.author-social-list li a {
    -webkit-transform: none;
    transform: none
}

.blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1
}

.blog-grid .featured-post-wrapper,
.blog-grid .featured-post-wrapper .blog-item .blog-content,
.blog-grid .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.blog-grid .featured-post-wrapper,
.blog-grid .posts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex: 1 1;
    flex: 1 1
}

.blog-grid .featured-post-wrapper .blog-item,
.blog-grid .posts-wrapper .blog-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    width: 100%
}

.blog-grid .blog-content,
.blog-grid .blog-content .blog-media,
.single-article {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative
}

.blog-grid .posts-wrapper .blog-item .read-more-link a {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    background-color: transparent;
    color: #015cc0
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a i,
.blog-grid .posts-wrapper .blog-item .read-more-link a i {
    margin-left: 10px;
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    text-align: left;
    margin-top: 3px
}

.blog-grid .featured-post-wrapper .blog-item .read-more-link a,
.blog-grid .featured-post-wrapper .blog-item:hover .read-more-link a,
.blog-grid .posts-wrapper .blog-item:hover .read-more-link a {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #015cc0;
    color: #fff
}

.blog-grid .featured-post-wrapper .blog-item .blog-content:hover .blog-media img,
.blog-grid .posts-wrapper .blog-item .blog-content:hover .blog-media img {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-grid .featured-post-wrapper .blog-item .blog-content {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    width: 100%
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 46%;
    flex: 1 1 46%;
    width: 100%;
    border-radius: 1rem 1rem 0 0
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
    height: 290px;
    width: 100%
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge {
    position: absolute;
    right: 5%;
    top: -1px
}

.blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text .featured-badge i {
    font-size: 35px
}

.blog-grid .blog-content,
.blog-grid .blog-content .blog-media img {
    width: 100%;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.blog-grid .blog-content {
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-grid .blog-content .blog-media {
    height: auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    overflow: hidden;
    border-radius: 1rem 0 0 1rem
}

.integration-list-wrap,
.single-article {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.blog-grid .blog-content .blog-media img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-grid .blog-content .blog-text {
    padding: 33px;
    width: 65%
}

.single-article {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f1f1f1
}

.article-img:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, .25);
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.article-img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 14rem;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.single-article.feature-article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.single-article.feature-article .article-img img {
    height: 20rem
}

.single-article.feature-article .article-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.article-category a,
.download-btn p,
.font-w-600,
.font-weight-bold,
label {
    font-weight: 600
}

.limit-2-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.single-article:hover .article-img img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1)
}

.single-article:hover .article-img:before {
    background: 0 0
}

.single-article:hover {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, .16);
    box-shadow: 0 11px 18px -8px rgba(0, 0, 0, .16)
}

.page-link {
    padding: .5rem 1.25rem;
    line-height: 1.5;
    font-family: var(--bs-font-monospace);
    font-weight: 600
}

.page-item.active .page-link {
    background: #015cc0;
    border-color: #015cc0
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #015cc0
}

.integration-list-wrap,
.integration-list-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.integration-list-wrap a {
    position: relative;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    -webkit-box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, .12);
    box-shadow: 7px 7px 10px 0 rgba(55, 65, 81, .12);
    width: 65px
}

.integration-list-wrap a img {
    padding: 10px
}

.integration-list-wrap a.integration-1 {
    left: -120px;
    top: 0
}

.integration-list-wrap a.integration-2 {
    top: -21px;
    right: -22px
}

.integration-list-wrap a.integration-3 {
    left: -191px;
    margin-right: 16px;
    margin-left: 16px
}

.integration-list-wrap a.integration-5 {
    left: -150px;
    bottom: -30px
}

.integration-list-wrap a.integration-6 {
    left: 50px;
    bottom: 0
}

.integration-list-wrap a.integration-7 {
    left: 120px;
    top: 0
}

.integration-list-wrap a.integration-8 {
    top: -21px;
    right: 22px
}

.integration-list-wrap a.integration-9 {
    left: 191px
}

.integration-list-wrap a.integration-11 {
    left: 150px;
    bottom: -30px
}

.integration-list-wrap a.integration-12 {
    left: -50px;
    bottom: 0
}

.integration-badge {
    top: 8%;
    right: 8%;
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 500;
    font-family: "Host Grotesk", sans-serif;
}

.connected-app-single:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .09);
    background: #fff !important
}

@media (min-width: 320px) and (max-width:991px) {
    .ptb-120 {
        padding: 80px 0
    }
    .pb-120 {
        padding-bottom: 80px
    }
    .pt-120 {
        padding-top: 80px
    }
    .mt-100 {
        margin-top: 60px
    }
    .search-form.w-50 {
        width: 100% !important
    }
    .pt-60 {
        padding-top: 30px
    }
    .animated-hero-1,
    .app-two-mockup::before,
    .circle-shape-1,
    .circle-shape-2,
    .circle-shape-3,
    .hero-app-img::before,
    .hide-medium,
    .widget-img-wrap {
        display: none
    }
    .about-content-left,
    .section-heading-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .about-content-right,
    .integration-list-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .about-content-left {
        margin-bottom: 40px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-right: 0
    }
    .about-content-right {
        max-width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .about-content-left .about-img-first {
        max-width: 100%;
        margin-top: 0 !important
    }
    .about-content-right img:first-of-type {
        width: 45%;
        margin: 0 !important
    }
    .about-content-right img:last-of-type {
        width: 50%;
        margin: 0 !important
    }
    .blog-grid {
        display: block
    }
    .integration-list-wrap {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .integration-list-wrap a {
        position: inherit;
        width: 45px
    }
    .integration-list-wrap a img {
        padding: 10px
    }
}

.setup-process-list,
.testimonial-tab-menu {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr))
}

.integration-list li .single-integration {
    -webkit-box-shadow: rgb(13 21 55/10%) 0 5px 50px;
    box-shadow: rgb(13 21 55/10%) 0 5px 50px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s
}

.integration-list li .single-integration img {
    width: 100%;
    height: auto;
    max-width: 35px;
    max-height: 35px;
    margin: auto
}

.integration-list li .single-integration:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-5px)
}

.integration-logo {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12)
}

@media (min-width: 768px) {
    .integration-logo-wrap {
        grid-gap: 12px
    }
}

.integration-icon {
    width: 22px;
    height: 22px
}

.crypto-btn-content-wrapper,
.included-feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

select.form-select {
    background-image: url(../img/dropdown-arrow.svg)
}

.custom-select,
.form-control,
.form-select {
    border: 2px solid rgba(11, 22, 63, .12)
}

.custom-select:focus,
.form-control:focus {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe-feature-list li span {
    margin: 0 15px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.app-feature h6,
.digi-service-single p,
.project-item .content .text span,
.subscribe-feature-list li span i {
    font-size: 16px
}

.bg-dark .subscribe-feature-list li span i {
    color: #a5a5ad !important
}

.register-form label:not(.form-check-label) {
    font-size: 15px;
    font-weight: 500;
    font-family: "Host Grotesk", sans-serif;
}

.form-check-label,
.swiper-nav-control .swiper-button-next::after,
.swiper-nav-control .swiper-button-prev::after {
    font-size: 13px
}

.sign-up-in-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

input[type]::-webkit-input-placeholder,
select.form-select,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: .875rem
}

input[type]:-moz-placeholder,
select.form-select,
select:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: .875rem
}

input[type]::-moz-placeholder,
select.form-select,
select::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: .875rem
}

input[type]:-ms-input-placeholder,
select.form-select,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: .875rem
}

.testimonial-tab-indicator li button {
    padding: 0;
    margin-right: 15px
}

.author-info .h6,
.author-info h6 {
    font-size: .8rem
}

.author-info span,
.coin-price,
.coin-price-change {
    font-size: .875rem
}

.testimonial-tab-indicator li button img {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    transition: .3s
}

.nav-pills.testimonial-tab-indicator .nav-link.active,
.nav-pills.testimonial-tab-indicator .show>.nav-link {
    background: 0 0 !important
}

.nav-pills.testimonial-tab-indicator .nav-link.active img,
.testimonial-tab-list li a img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-nav-control .swiper-button-next,
.swiper-nav-control .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
    -webkit-box-shadow: 0 11px 24px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 11px 24px 0 rgba(0, 0, 0, .09)
}

.swiper-nav-control .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: 600;
    padding-top: 3px
}

.swiper-nav-control .swiper-button-next:hover,
.swiper-nav-control .swiper-button-prev:hover {
    background-color: #015cc0;
    color: #fff !important;
    border-color: #015cc0
}

.swiper-button-next {
    right: -25px
}

.swiper-button-prev {
    left: -25px
}

@media (min-width: 320px) and (max-width:645px) {
    .swiper-button-next {
        right: 0
    }
    .swiper-button-prev {
        left: 0
    }
}

.review-rate li i {
    font-size: 12px;
    line-height: normal
}

.blockquote,
.crypto-team-info .h5,
.crypto-team-info h5 {
    font-size: 1.125rem
}

.mr-10,
.testimonial-tab-list li a {
    margin-right: 10px
}

.testimonial-tab-list li a img {
    border: 2px solid #c0c0c5;
    padding: 4px;
    -webkit-transition: .3s;
    transition: .3s
}

.testimonial-tab-list li a.active img {
    border-color: #015cc0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonial-tab-menu {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto
}

.testimonial-tab-menu li {
    width: 100%;
    cursor: pointer
}

.testimonial-tab-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .05) !important
}

.testimonial-video-wrapper .video-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #015cc0;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .18);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .18)
}

.testimonial-video-wrapper .customer-info {
    position: absolute;
    left: 8%;
    bottom: 8%
}

.color,
.crypto-hero-img,
.custom-file-uploader,
.cyber-footer,
.digi-blog-single .digi-blog-thumb,
.digi-newsletter .digi-news-form,
.digi-why-left,
.dots-line,
.dots-line.first,
.ev-schedule .single-eve-session .speaker-info,
.ev-testimonial,
.ms-srvc,
.process-icon-2,
.product-img,
.project-item,
.project-tab-content,
.service-block-two .inner-box .link,
.service-style-two .inner-content,
li.setup-process-item:not(:last-child) {
    position: relative
}

.testimonial-tab-menu.nav-pills .nav-link {
    padding: 1rem .8rem
}

.testimonial-tab-menu.nav-pills .nav-link.active,
.testimonial-tab-menu.nav-pills .show>.nav-link {
    border-color: var(--bs-white) !important;
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .15);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .15);
    background: #fff !important;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.bg-dark .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-dark .testimonial-tab-menu.nav-pills .show>.nav-link,
.bg-gradient .testimonial-tab-menu.nav-pills .nav-link.active,
.bg-gradient .testimonial-tab-menu.nav-pills .show>.nav-link {
    border-color: rgba(101, 101, 101, .06) !important;
    background: rgba(255, 255, 255, .1) !important
}

.appTwoReviewSwiper-Controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.appTwoReviewSwiper-Controller .swiper-button-next,
.appTwoReviewSwiper-Controller .swiper-button-prev {
    border: 1px solid rgba(11, 22, 63, .12);
    color: #0b163f;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none
}

.appTwoReviewSwiper-Controller .swiper-button-next {
    right: 10px
}

.appTwoReviewSwiper-Controller .swiper-button-next:hover,
.appTwoReviewSwiper-Controller .swiper-button-prev:hover {
    border: 1px solid transparent;
    background-color: #f25767;
    color: #fff
}

.btn-primary.active,
.btn-primary.show,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #0044e3;
    background-color: #0044e3
}

.btn-accent.active,
.btn-accent.show,
.btn-accent:active,
.btn-accent:focus,
.btn-accent:hover {
    border-color: #04473c;
    background-color: #04473c
}

.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #a5a5ad;
    background-color: #a5a5ad
}

.btn-success.active,
.btn-success.show,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    border-color: #3cb690;
    background-color: #3cb690
}

.btn-info.active,
.btn-info.show,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    border-color: #1d9fff;
    background-color: #1d9fff
}

.btn-warning.active,
.btn-warning.show,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    border-color: #e29600;
    background-color: #e29600
}

.btn-danger.active,
.btn-danger.show,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #d4134a;
    background-color: #d4134a
}

.btn-light.active,
.btn-light.show,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: #e6e6e6;
    background-color: #e6e6e6
}

.btn-dark.active,
.btn-dark.show,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    border-color: #030714;
    background-color: #030714
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning,
.process-card:hover .process-icon span,
.process-card:hover .process-icon span i,
[class*=" btn-outline-"].active,
[class*=" btn-outline-"].show,
[class*=" btn-outline-"]:active,
[class*=" btn-outline-"]:hover,
[class^=btn-outline-].active,
[class^=btn-outline-].show,
[class^=btn-outline-]:active,
[class^=btn-outline-]:hover {
    color: #fff !important
}

.btn-light,
.btn-light:hover,
.btn-secondary,
.btn-secondary:hover {
    color: #071c4d !important;
    border-color: transparent
}

.btn-secondary {
    border-color: rgba(11, 22, 63, .12)
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).show,
.btn-light:not(:disabled):not(.disabled):active {
    border-color: #fff;
    background-color: #fff
}

.btn-outline-accent {
    border-color: rgba(7, 119, 101, .35)
}

.btn-outline-info {
    border-color: rgba(80, 181, 255, .35)
}

.btn-outline-light.active,
.btn-outline-light.show,
.btn-outline-light:active,
.btn-outline-light:hover {
    color: #071c4d !important
}

.btn-outline-secondary {
    color: #071c4d !important;
    border-color: #c0c0c5
}

.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    border-color: #e6e6e6 !important;
    color: #071c4d !important
}

.btn-primary.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 92, 255, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 92, 255, .9)
}

.btn-accent.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(7, 119, 101, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(7, 119, 101, .9)
}

.btn-success.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(92, 201, 167, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(92, 201, 167, .9)
}

.btn-info.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(80, 181, 255, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(80, 181, 255, .9)
}

.btn-warning.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 177, 22, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 177, 22, .9)
}

.btn-danger.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(242, 87, 103, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(242, 87, 103, .9)
}

.btn-dark.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(11, 22, 63, .9);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(11, 22, 63, .9)
}

.btn-light.btn-shadow,
.btn-secondary.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -.5rem rgba(12, 8, 0, .15);
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(12, 8, 0, .15)
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    width: 2.25rem;
    height: 2.25rem
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    width: 3.25rem;
    height: 3.25rem
}

.btn-icon.btn-xl {
    width: 4.55rem;
    height: 4.55rem
}

.link-with-icon {
    display: inline-block;
    font-size: 15px;
    font-family: var(--bs-font-monospace);
    color: var(--body-color)
}

.app-feature h6,
.font-jost,
.list-unstyled h4,
.mb10,
.ms-med .h6,
.span-arrow,
.tab-btns-one .nav-link .title,
.text a,
h1,
h2,
h3 {
    font-family: Jost, sans-serif !important
}

.link-with-icon i {
    -webkit-transition: .2s;
    transition: .2s;
    padding-left: 4px
}

.btn,
.process-card {
    -webkit-transition: .3s ease-in-out;
    position: relative;
    transition: .3s ease-in-out
}

.link-with-icon:hover i {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 3px
}

.bg-dark .link-with-icon,
.bg-gradient .link-with-icon {
    color: var(--bs-secondary-dark)
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent
}

.btn-outline-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn:active,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-group-lg>.btn,
.btn-lg,
.btn-xl {
    padding: 1rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5
}

.btn-xl {
    padding: 1.5rem 2rem;
    font-size: 1.5rem
}

.button-style>.btn {
    margin: .5rem .5rem .5rem 0
}

.btn-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0
}

.btn-soft-primary {
    color: #fff;
    background-color: rgba(23, 92, 255, .15);
    border-color: rgba(23, 92, 255, .15)
}

.btn-outline-primary {
    color: #015cc0;
    border-color: #015cc0
}

.btn-outline-primary:hover,
.btn-soft-primary:hover {
    color: #fff;
    background-color: #015cc0;
    border-color: #015cc0
}

.btn-soft-info {
    color: #50b5ff;
    background-color: rgba(80, 181, 255, .15);
    border-color: rgba(80, 181, 255, .15)
}

.btn-outline-info {
    color: var(--bs-info);
    border-color: var(--bs-info)
}

.btn-outline-info:hover,
.btn-soft-info:hover {
    color: #fff;
    background-color: #50b5ff;
    border-color: #50b5ff
}

.btn-soft-success {
    color: #5cc9a7;
    background-color: rgba(92, 201, 167, .15);
    border-color: rgba(92, 201, 167, .15)
}

.btn-outline-success {
    color: #5cc9a7;
    border-color: #5cc9a7
}

.btn-outline-success:hover,
.btn-soft-success:hover {
    color: #fff;
    background-color: #5cc9a7;
    border-color: #5cc9a7
}

.btn-soft-warning {
    color: #ffb116;
    background-color: rgba(255, 177, 22, .15);
    border-color: rgba(255, 177, 22, .15)
}

.btn-outline-warning {
    color: #ffb116;
    border-color: #ffb116
}

.btn-outline-warning:hover,
.btn-soft-warning:hover {
    color: #fff;
    background-color: #ffb116;
    border-color: #ffb116
}

.btn-soft-danger {
    color: #f25767;
    background-color: rgba(242, 87, 103, .15);
    border-color: rgba(242, 87, 103, .15)
}

.btn-outline-danger {
    color: #f5345a !important;
    border-color: #ef295e
}

.btn-outline-danger:hover,
.btn-soft-danger:hover {
    color: #fff;
    background-color: #ed265f;
    border-color: #ef295e
}

.btn-soft-dark {
    color: #0b163f;
    background-color: rgba(11, 22, 63, .15);
    border-color: rgba(11, 22, 63, .15)
}

.btn-outline-dark {
    color: #0b163f;
    border-color: #0b163f
}

.btn-outline-dark:hover,
.btn-soft-dark:hover {
    color: #fff;
    background-color: #0b163f;
    border-color: #0b163f
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.facebook-btn:hover,
.google-btn:hover {
    background: rgba(23, 92, 255, .15) !important
}

.divider-bar {
    width: 100%;
    min-height: 1px;
    background-color: #c0c0c5
}

.divider-text {
    width: 60px;
    min-width: 60px;
    line-height: 1.056em
}

.download-btn {
    border: 1px solid #575757;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 10px
}

.download-btn span {
    font-size: 28px;
    line-height: 28px;
    margin-right: 15px;
    color: #015cc0
}

.download-btn p {
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left
}

.download-btn p .small,
.download-btn p small {
    opacity: .7;
    font-size: 14px
}

.bg-primary-alt {
    background-color: rgba(23, 92, 255, .12)
}

.bg-accent-alt {
    background-color: rgba(7, 119, 101, .12)
}

.bg-secondary-alt {
    background-color: rgba(192, 192, 197, .12)
}

.bg-success-alt {
    background-color: rgba(92, 201, 167, .12)
}

.bg-info-alt {
    background-color: rgba(80, 181, 255, .12)
}

.bg-warning-alt {
    background-color: rgba(255, 177, 22, .12)
}

.bg-danger-alt {
    background-color: rgba(242, 87, 103, .12)
}

.bg-light-alt,
.bg-white-alt {
    background-color: rgba(255, 255, 255, .12)
}

.bg-dark-alt {
    background-color: rgba(11, 22, 63, .12)
}

.brand-facebook {
    color: #3b5999
}

.brand-twitter {
    color: #1da1f2
}

.brand-google {
    color: #dd4b39
}

.brand-instagram {
    color: #e4405f
}

.brand-pinterest {
    color: #bd081c
}

.brand-youtube {
    color: #cd201f
}

.brand-slack {
    color: #3aaf85
}

.brand-dribbble {
    color: #ea4c89
}

.brand-dropbox {
    color: #1e90ff
}

.brand-twitch {
    color: #4b367c
}

.brand-paypal {
    color: #ecb32c
}

.brand-behance {
    color: #0057ff
}

.brand-reddit {
    color: #e84422
}

.brand-github {
    color: #222
}

.bg-facebook-alt {
    background-color: rgba(59, 89, 153, .12)
}

.bg-twitter-alt {
    background-color: rgba(29, 161, 242, .12)
}

.bg-google-alt {
    background-color: rgba(221, 75, 57, .12)
}

.bg-instagram-alt {
    background-color: rgba(228, 64, 95, .12)
}

.bg-pinterest-alt {
    background-color: rgba(189, 8, 28, .12)
}

.bg-youtube-alt {
    background-color: rgba(205, 32, 31, .12)
}

.bg-slack-alt {
    background-color: rgba(58, 175, 133, .12)
}

.bg-dribbble-alt {
    background-color: rgba(234, 76, 137, .12)
}

.bg-dropbox-alt {
    background-color: rgba(30, 144, 255, .12)
}

.bg-twitch-alt {
    background-color: rgba(75, 54, 124, .12)
}

.bg-paypal-alt {
    background-color: rgba(236, 179, 44, .12)
}

.bg-behance-alt {
    background-color: rgba(0, 87, 255, .12)
}

.bg-reddit-alt {
    background-color: rgba(232, 68, 34, .12)
}

.bg-github-alt {
    background-color: rgba(34, 34, 34, .12)
}

.color {
    display: block;
    min-height: 50px;
    padding: 1rem
}

.hero-eleven,
.msh-header {
    min-height: 100vh
}

.single-game-price p,
.text-off-white {
    color: rgba(255, 255, 255, .8)
}

.border-light {
    border-color: rgba(101, 101, 101, .1) !important
}

.bg-dark li,
.bg-dark p,
.bg-dark span,
.bg-gradient li,
.bg-gradient p,
.bg-gradient span,
.bg-primary li,
.bg-primary p,
.bg-primary span,
.bg-purple li,
.bg-purple p,
.bg-purple span {
    color: #fff
}

.bg-light .h1,
.bg-light .h2,
.bg-light .h3,
.bg-light .h4,
.bg-light .h5,
.bg-light .h6,
.bg-light h1,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-white .h1,
.bg-white .h2,
.bg-white .h3,
.bg-white .h4,
.bg-white .h5,
.bg-white .h6,
.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6 {
    color: initial
}

.text-white-60 {
    color: rgba(255, 255, 255, .6) !important
}

.text-white-70 {
    color: rgba(255, 255, 255, .7) !important
}

.text-white-80 {
    color: rgba(255, 255, 255, .8) !important
}

.text-white-90 {
    color: rgba(255, 255, 255, .9) !important
}

.custom-shadow,
.shadow-hover:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5)
}

.shadow-hover:hover {
    z-index: 3
}

.process-icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0 auto 35px
}

.process-card-two:hover .process-icon {
    background-color: #fff;
    color: #015cc0
}

.process-card:hover .process-icon {
    background: #015cc0 !important
}

.dots-line {
    top: auto;
    right: auto;
    z-index: 2;
    width: 100px;
    height: 1px;
    padding-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px dashed #015cc0
}

.dots-line.first {
    margin-right: -43px;
    margin-left: -43px
}

.process-icon-2 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #0b163f;
    opacity: .8
}

.bubble span,
.digi-hero-img ul li,
.digi-how-works-right .dig-how-steps .shape ul li,
.digi-why-left ul li,
.dots img,
.ev-ab-img ul li,
.ev-testimonial .author li,
.event-about .elements li,
.event-hero .ev-hero-shape li,
.int-icon-one ul li,
.int-icon-two ul li,
.process-icon-2:after {
    position: absolute
}

.process-icon-2:after {
    content: "";
    top: -20px;
    width: 0;
    right: 47%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 150px;
    z-index: -1;
    border: 1px dashed rgba(11, 22, 63, .12);
    background-color: transparent
}

.work-process-list li:hover .process-icon-2 i {
    color: var(--bs-danger);
    opacity: 1
}

.promo-card-info .h3 i,
.promo-card-info h3 i {
    font-size: 38px
}

.setup-process-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 15px;
    justify-items: center
}

li.setup-process-item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 2px;
    background: rgba(116, 143, 181, .15)
}

.dots .dot-1 {
    bottom: 20px;
    left: 65px;
    z-index: -1
}

.dots .dot-2 {
    top: 115px;
    right: 25px;
    z-index: -1
}

.bubble span {
    border-radius: 50%
}

.bubble .bubble-1 {
    height: 160px;
    width: 160px;
    background-color: #015cc0;
    left: 0;
    bottom: 10%
}

.bubble .bubble-2 {
    height: 85px;
    width: 85px;
    background-color: #fff;
    right: 0;
    top: 30%;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1)
}

.brand-logo-grid li,
.single-service:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1)
}

.brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 25px
}

.brand-logo-grid li {
    width: 100%;
    border-radius: 20px 0 30px;
    background-color: #fff;
    padding: 15px 30px;
    text-align: center
}

.about-icon-box img,
.cyber-down-btn a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 60px
}

.about-icon-box img {
    padding: 15px;
    border-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.about-icon-box .h5,
.about-icon-box h5,
.logo-slider-wrapper .section--heading .section-title-sm {
    font-size: 18px;
    font-weight: 500
}

.service-tabs .nav-pills {
    border-bottom: 2px solid var(--bs-secondary-light)
}

.service-tabs .nav-pills .nav-link {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 20px;
    color: #fff;
    position: relative
}

.service-tabs .nav-pills .nav-link.active,
.service-tabs .nav-pills .show>.nav-link {
    color: var(--bs-white);
    background: 0 0;
    border-radius: 0
}

.service-tabs .nav-pills .nav-link.active::after {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: var(--bs-primary)
}

.tab-right-content .h2,
.tab-right-content h2 {
    font-size: 34px
}

.game-award .h5,
.game-award h5,
.game-footer-nav .h5,
.game-footer-nav h5,
.game-payment .h5,
.game-payment h5,
.server-list .h5,
.server-list h5,
.tab-right-content p,
.testimonialThreeSwiper .swiper-slide p {
    font-size: 18px
}

.tab-right-content ul li span {
    padding-left: 10px
}

.tab-button .nav-pills .nav-link {
    margin: 0 15px;
    font-weight: 600;
    color: var(--body-color);
    padding: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s
}

.tab-button .nav-pills .nav-link.active,
.tab-button .nav-pills .show>.nav-link {
    color: var(--bs-primary);
    background: 0 0;
    border-radius: 0;
    border-bottom: 2px solid var(--bs-primary);
    -webkit-transition: .3s;
    transition: .3s
}

.chooseus-style-two .inner-content,
.single-portfolio-item .portfolio-item-img {
    position: relative;
    display: block;
}

.single-portfolio-item .portfolio-item-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 10px;
    z-index: 2
}

.portfolio-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    visibility: hidden;
    z-index: 5;
    transition: .3s ease-in-out;
    opacity: 0
}

.single-portfolio-item .portfolio-info {
    visibility: visible;
    opacity: 1;
}

.portfolio-info .categories {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block
}

.pricing-header {
    padding-bottom: 32px;
    border-bottom: 1px dashed var(--bs-secondary)
}

.hero-ten {
    padding: 80px 0
}

.cyber-down-btn a {
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: 170px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(182, 182, 182, .2);
    box-shadow: 0 4px 4px 0 rgba(182, 182, 182, .2)
}

.cart i,
.related-product-cart-wishlist-icon .cart i {
    top: 15px
}

.heart i,
.related-product-cart-wishlist-icon .heart i {
    top: 65px
}

.cyber-about-img img,
.cyber-faq-img img,
.cyber-single-article,
.cyber-video-img img,
.ms-pro2 .service-slide,
.sheild-img img {
    border-radius: 10px
}

.sheild-img img {
    border: 20px solid #fff;
    margin-top: -140px;
    margin-left: -30px
}

.cyber-about-count-box {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    border-right: 10px solid var(--bs-danger);
    border-radius: 10px
}

.cyber-about-box {
    padding: 30px 20px;
    -webkit-box-shadow: 10px 10px 66px 0 rgba(136, 136, 136, .15);
    box-shadow: 10px 10px 66px 0 rgba(136, 136, 136, .15);
    background-color: #fff;
    border-radius: 10px
}

.cyber-about-icon {
    margin-bottom: 25px
}

.cyber-about-icon i {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    display: inline-block;
    background-color: var(--bs-primary-soft);
    color: var(--bs-primary)
}

.cyber-video-img .popup-video-btn,
.cyber-video-img a {
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 77px;
    text-align: center;
    background-color: #015cc0;
    color: #fff;
    position: relative;
    border-radius: 50%;
    font-size: 20px
}

.cyber-features {
    padding-bottom: 160px
}

.cyber-single-service {
    padding: 30px
}

.cyber-single-service .feature-icon i {
    font-size: 28px
}

.cyber-video-img {
    height: 100%;
    border-radius: 10px;
    display: grid;
    place-items: center;
    padding: 200px 0
}

.cyber-video-img .popup-video-btn:before {
    content: "";
    position: absolute;
    left: -12.5px;
    top: -12.5px;
    height: 100px;
    width: 100px;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #015cc0;
    -webkit-animation: 1.5s linear infinite btnWave;
    animation: 1.5s linear infinite btnWave
}

.cyber-video-img .popup-video-btn:after,
.product-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0
}

.cyber-video-img .popup-video-btn:after {
    height: 100%;
    border-radius: 50%;
    border: 10px solid #015cc0;
    -webkit-animation: 1s linear infinite btnWave;
    animation: 1s linear infinite btnWave
}

.cyber-count-box {
    border-radius: 6px;
    -webkit-box-shadow: 0 15px 55px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 15px 55px 0 rgba(102, 102, 102, .1);
    padding: 30px
}

.ms-call-2,
.product-row {
    margin-top: -270px
}

.store-bg-header {
    padding-top: 100px;
    padding-bottom: 200px
}

.single-product img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

.cart i,
.heart i,
.related-product-cart-wishlist-icon .cart i,
.related-product-cart-wishlist-icon .heart i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    right: 15px;
    position: absolute;
    text-align: center;
    background-color: #fff
}

.product-img::after {
    bottom: 0;
    height: auto;
    background-color: rgba(12, 22, 54, .2);
    -webkit-transition: .3s;
    transition: .3s
}

.progress,
.progress .progress-bar {
    height: 12px;
    border-radius: 50px
}

.crypto-footer-social li a:hover,
.cyber-footer-social-list li a:hover,
.progress .progress-bar {
    background-color: #015cc0
}

.product-info {
    border-radius: 0 0 5px 5px
}

.product-info .h6 a,
.product-info h6 a {
    color: var(--bs-dark)
}

.sale-badge {
    position: absolute;
    top: 15px;
    left: 15px
}

.cart i,
.heart i {
    color: var(--bs-primary)
}

.product-cart-wishlist-icon {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.cyber-single-testimonial {
    border-radius: 10px;
    padding: 30px;
    background-color: #f0f8ff
}

.cyber-faq-wrapper .faq-accordion .accordion-item button {
    padding: 20px 30px
}

@media (min-width: 767px) and (max-width:992px) {
    .brand-logo-grid {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px
    }
    .service-tabs .nav-pills {
        border-bottom: 0
    }
    .hero-ten {
        padding: 110px 0
    }
    .cyber-faq-img img {
        width: 100%
    }
}

.cyber-single-article img {
    border-radius: 10px 10px 0 0
}

.cyber-footer-social-list li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #05003b;
    display: inline-block;
    color: #fff
}

.cyber-footer-bottom p {
    border-top: 1px solid rgba(248, 249, 250, .05)
}

.cyber-product-image img {
    border-radius: 10px;
    width: 100%
}

.cp-quantity button {
    font-size: 20px
}

.cyber-product-tabs .nav-pills .nav-link {
    padding: 0 0 10px
}

.cyber-product-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 2px solid var(--bs-primary);
    color: var(--bs-primary);
    background-color: transparent;
    border-radius: 0
}

.single-game-price.active::after,
.single-game-price.active::before {
    background: linear-gradient(95.45deg, #0082f8 .64%, #1c40f2 98.23%);
    border-radius: 50px
}

.related-product-cart-wishlist-icon .cart i,
.related-product-cart-wishlist-icon .heart i {
    border-radius: 50%;
    color: var(--bs-primary);
    -webkit-transition: .3s;
    transition: .3s
}

.related-product-cart-wishlist-icon {
    opacity: 0
}

.crypto-hero-img .currency-icon li {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    background-color: #222;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crypto-hero-img .currency-icon li:first-child {
    height: 114px;
    width: 114px;
    top: 29%;
}

.crypto-hero-img .currency-icon li:nth-child(2) {
    height: 84px;
    width: 84px;
    left: 24%;
    top: 75px;
}

.crypto-hero-img .currency-icon li:nth-child(3) {
    height: 110px;
    width: 110px;
    right: 8%;
    top: 1%;
}

.crypto-hero-img .currency-icon li:nth-child(4) {
    height: 95px;
    width: 95px;
    right: -4%;
    top: 32%;
}

@media (min-width: 320px) and (max-width:767px) {
    .offcanvas-body .dropdown-menu {
        margin: 0 !important
    }
    .dropdown-grid-item {
        padding: 0 15px
    }
    .sticky-header.affix {
        padding: 7px 0 !important
    }
    .video-promo-icon-wrapper {
        padding-top: 250px
    }
    .blog-grid .blog-content .blog-media,
    .blog-grid .blog-content .blog-text,
    .cta-left-info,
    .price-feature-col {
        width: 100%
    }
    .crypto-hero-img .currency-icon li,
    .cta-img,
    .hero-screen-wrap .phone-screen {
        display: none
    }
    .hero-screen-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .hero-screen-wrap .mac-screen {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
    .blog-grid .blog-content .blog-media,
    .price-feature-col.left-radius,
    .right-radius {
        border-radius: 1rem 1rem 0 0
    }
    .two-bg-dark-light {
        background: #e2e8f0
    }
    .list-three-col li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .ms-dash-shadow {
        border-radius: 15px !important
    }
    .feature-tab-list-2 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important
    }
    .feature-tab-list-2 li {
        margin: 5px 0;
        display: block;
        width: 100%
    }
    .company-info-wrap,
    .company-logo {
        display: inline-block
    }
    .company-logo {
        height: 100px;
        width: auto;
        margin-bottom: 25px
    }
    .app-two-feature-three-img>img {
        width: 80%
    }
    .blog-grid .featured-post-wrapper .blog-item .blog-content .blog-text {
        height: auto
    }
    .integration-list-wrap a img {
        padding: 0
    }
    .integration-list-wrap a {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 8px;
        margin-left: 8px
    }
    .appTwoReviewSwiper-Controller {
        margin: 0 auto 40px
    }
    .appTwoReviewSwiper-Controller .swiper-button-next {
        right: -10px
    }
    .brand-logo-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 25px
    }
    .contact-us .p-5 {
        padding: 35px 15px !important
    }
    .bubble .bubble-1 {
        height: 60px;
        width: 60px;
        background-color: #015cc0;
        left: 0;
        bottom: 10%
    }
    .bubble .bubble-2 {
        height: 45px;
        width: 45px;
        background-color: #fff;
        right: 0;
        top: 30%;
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
        box-shadow: 10px 10px 20px rgba(0, 0, 0, .1)
    }
    .service-tabs .nav-pills {
        border-bottom: 0
    }
}

.ev-count-down,
.timer-grid {
    grid-template-columns: repeat(4, 1fr)
}

.input-bg {
    background-color: #404040
}

.bg-dark-black .section-title .h2,
.bg-dark-black .section-title h2 {
    color: #fff;
    margin-bottom: 15px
}

.crypto-promo-box {
    padding: 40px 25px;
    border-radius: 5px
}

.crypto-promo-box .crypt-promo-icon i {
    width: 65px;
    height: 65px;
    color: #fff;
    background-color: #3b3b3b;
    display: inline-block;
    border-radius: 50px;
    line-height: 65px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    cursor: pointer
}

.crypto-promo-box .crypt-promo-icon i:hover {
    background-color: #010e2b
}

.crypto-promo-box .h4,
.crypto-promo-box h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.125rem
}

.single-counter-box {
    border-radius: 5px;
    padding: 15px
}

.single-counter-box span {
    font-size: .875rem;
    color: #e2e8f0;
    font-weight: 500
}

.timer-grid {
    display: grid;
    margin-top: 25px;
    gap: 25px
}

.grid-item {
    text-align: center;
    border-radius: 5px;
    padding: 8px 18px
}

.grid-item .h5,
.grid-item h5 {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff
}

.grid-item span {
    font-size: 16px;
    color: #fff
}

.crypto-table thead th,
.crypto-team-info p {
    color: #e2e8f0;
    font-weight: 600
}

.consult-list li+li,
.crypto-progress {
    margin-top: 30px
}

.crypto-progress .h5,
.crypto-progress h5 {
    color: #e2e8f0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600
}

.crypto-table {
    background: #1f1f1f;
    border: 0
}

.crypto-table thead {
    background: #333;
    border-bottom: 1px dashed rgba(11, 22, 63, .12)
}

.crypto-table tbody>tr,
.crypto-table tr {
    border-style: dashed !important;
    border-color: #585858
}

.crypto-table thead th {
    padding: 16px 30px;
    font-size: .875rem;
    border: 0
}

.crypto-table tbody td {
    padding: 12px 30px;
    color: #c0c0c5
}

.crypto-table tbody>tr {
    border-bottom: 1px dashed #94a3b8
}

.crypto-table.table> :not(:first-child) {
    border-top: 0
}

.crypto-table> :not(caption)>*>* {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.crypto-table .coin-price-change {
    position: relative;
    padding-left: 8px
}

.crypto-table .coin-price-change::before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 8px
}

.crypto-table .coin-price-change.price-down::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f25767
}

.crypto-table .coin-price-change.price-up::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #5cc9a7
}

.single-crypto-team {
    padding: 20px;
    border-radius: .4375rem
}

.crypto-team-social li {
    padding-right: 8px;
    line-height: normal
}

.crypto-team-social li:last-child,
.no-border {
    border: 0
}

.author-meta span,
.crypto-single-testimonial .author-meta span,
.crypto-team-social li a {
    font-size: .875rem;
    color: #c0c0c5
}

.crypto-app-btn,
.crypto-footer-social li a,
.game-btn-mdm {
    color: #fff;
    display: inline-block
}

.crypto-single-testimonial {
    border-radius: 5px;
    padding: 32px 24px
}

.crypto-single-testimonial p {
    color: #e2e8f0;
    padding: 24px 0
}

.crypto-timeline {
    padding: 30px;
    border-radius: .4375rem
}

.crypto-timeline-icon {
    background-color: #0c0800;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.crypto-timeline p {
    color: rgba(255, 255, 255, .5)
}

.crypto-blog-card {
    padding: 24px;
    border-radius: 5px
}

.crypto-blog-card .h3,
.crypto-blog-card h3 {
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 1.125rem
}

.crypto-app-btn {
    border-radius: 50px;
    padding: 10px 30px;
    border: 2px solid #015cc0;
    background-color: #015cc0;
    text-align: left
}

.crypto-app-btn:hover {
    background-color: transparent;
    color: #fff
}

.crypto-app-btn .crypto-btn-icon {
    margin-right: 10px;
    font-size: 20px
}

.crypto-app-btn .crypto-btn-text {
    line-height: normal;
    font-weight: 600;
    font-size: 16px
}

.crypto-app-btn .btn-tagline {
    font-size: 12px;
    line-height: 1
}

.crypto-footer-social li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #222;
    border-radius: 50px
}

.crypto-footer-nav ul li a {
    padding-bottom: 8px;
    border-bottom: 2px solid transparent
}

.crypto-footer-nav ul li:hover a {
    border-bottom: 2px solid #015cc0
}

.crypto-footer-border {
    border-top: 1px solid #151515
}

.crypto-footer-left p,
.crypto-footer-right a {
    color: #e2e8f0;
    line-height: normal;
    font-size: 16px
}

.bg-black {
    background-color: #181733 !important
}

.gr-text {
    background: linear-gradient(287.85deg, #ff0766 0, #ff7e5d 95.32%);
    -webkit-background-clip: text;
    background-clip: text
}

.game-bg-dark {
    background-color: #0c0800
}

.game-btn-mdm {
    padding: 16px 35px;
    background: linear-gradient(287.85deg, #ff0766 0, #ff7e5d 95.32%);
    border-radius: 50px;
    font-weight: 600
}

.slider {
    padding: 230px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.btn-gradient,
.card-bottom a,
.g-news-letter button,
.game-price-btn a:hover {
    background: linear-gradient(287.85deg, #ff0766 0, #ff7e5d 95.32%)
}

.btn-gradient {
    border-radius: 50px;
    padding: 16px 35px;
    display: inline-block;
    color: var(--bs-white)
}

.server-circle {
    position: absolute;
    top: -97px;
    left: -24%;
    z-index: 2
}

.game-service-wrapper,
.server-list {
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.server-list {
    background-color: #11112c;
    padding: 25px 20px
}

.server-list::before {
    filter: blur(100px);
    border-radius: 50px;
    position: absolute;
    left: -127px;
    bottom: -20px
}

.game-feature::after,
.game-service-wrapper::after,
.game-service-wrapper::before,
.server-list::after,
.server-list::before,
.single-game-price.active::before {
    -webkit-filter: blur(100px);
    content: "";
    height: 124px;
    width: 124px
}

.server-list::after {
    background: linear-gradient(95.45deg, #3b457b .64%, #7664a4 98.23%);
    filter: blur(100px);
    border-radius: 50px;
    position: absolute;
    top: -127px;
    right: -20px
}

.game-card {
    background-color: #1b1b1b;
    border-radius: 6px
}

.card-top {
    padding: 25px
}

.card-top .h4,
.card-top h4 {
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 500
}

.card-bottom a {
    text-align: center;
    border-radius: 0 0 6px 6px;
    padding: 16px 20px;
    color: var(--bs-white)
}

.game-img li:nth-child(2),
.game-img li:nth-child(3),
.game-img li:nth-child(4),
.service-style-two .content-column:last-child .service-block-two:last-child {
    margin-left: -20px
}

.game-service-bg {
    background-image: url(../img/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.game-service-wrapper {
    background-color: #14142d;
    padding: 40px 25px
}

.game-service-wrapper::before {
    background: linear-gradient(95.45deg, #5d5b90 .64%, #474781 98.23%);
    filter: blur(100px);
    border-radius: 50px;
    position: absolute;
    left: -127px;
    bottom: -20px
}

.game-service-wrapper::after {
    background: linear-gradient(95.45deg, #5353be .64%, #6764ac 98.23%);
    top: -127px;
    right: -20px
}

.game-service-icon {
    width: 60px;
    height: 60px;
    background: #1c1d47;
    text-align: center;
    border-radius: 50px;
    line-height: 60px
}

.game-counter-bg,
.game-faq,
.ms-all-faq {
    background-repeat: no-repeat;
    background-size: cover
}

.big-circle {
    position: absolute;
    right: -300px;
    top: 40px
}

.game-feature {
    background-color: #1c1b3e;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden
}

.game-feature::after,
.game-feature::before,
.game-service-wrapper::after {
    filter: blur(100px);
    border-radius: 50px;
    position: absolute
}

.game-feature::before {
    background: linear-gradient(95.45deg, #5f5db0 .64%, #1c40f2 98.23%);
    -webkit-filter: blur(100px);
    content: "";
    height: 124px;
    width: 124px;
    left: -127px;
    bottom: -20px
}

.game-feature::after {
    background: linear-gradient(95.45deg, #2a285e .64%, #1c40f2 98.23%);
    top: -127px;
    right: -20px
}

.game-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #29295e;
    text-align: center;
    line-height: 60px
}

.feature-ellipse {
    position: absolute;
    left: 10px;
    top: -50px
}

.game-counter-bg {
    background-image: url(/counter-bg.png)
}

.game-price {
    background-color: #0f0f0f
}

.single-game-price {
    background-color: #1b1b1b;
    border-radius: 15px;
    padding: 50px 24px;
    position: relative;
    overflow: hidden
}

.single-game-price ul li {
    color: #e2e8f0;
    font-size: .875rem
}

.single-game-price.active::before {
    filter: blur(100px);
    position: absolute;
    left: 50px;
    bottom: -20px
}

.single-game-price.active::after {
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    height: 124px;
    width: 124px;
    position: absolute;
    top: 50px;
    right: -20px
}

.game-accordion .accordion-button::after,
.ms-all-accordion .accordion-button::after,
.price-icon {
    border-radius: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price-icon {
    background-color: rgba(255, 255, 255, .05);
    width: 70px;
    height: 70px
}

.benifit-icon,
.game-price-btn a {
    -webkit-box-pack: center;
    display: flex
}

.game-price-btn a {
    padding: 16px 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: .875rem;
    font-weight: 500;
    -ms-flex-pack: center;
    justify-content: center
}

.game-price-btn a:hover {
    border: 1px solid transparent;
    color: #fff
}

.game-faq,
.ms-all-faq {
    background-image: url(../img/faq-bg.png)
}

.game-accordion .accordion-item {
    border-radius: 5px !important;
    margin-bottom: 20px;
    background-color: #222241;
    border: 0
}

.game-accordion .accordion-button {
    background-color: #191934;
    border-bottom: none;
    border-radius: 5px !important;
    color: var(--bs-white)
}

.game-accordion .accordion-button::after,
.ms-all-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    content: "+";
    font-size: 20px;
    background-color: #383838;
    background-image: none;
    font-weight: 100;
    color: var(--bs-white)
}

.game-accordion .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    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;
    background-image: none;
    background: linear-gradient(95.45deg, #0082f8 .64%, #1c40f2 98.23%);
    content: "-";
    font-size: 20px;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.sh-feedback-shape {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.clients-thumb {
    margin-top: -35px
}

.sh-feedback-wrapper {
    padding: 0 30px 40px;
    -webkit-box-shadow: 0 15px 60px rgba(151, 151, 151, .05);
    box-shadow: 0 15px 60px rgba(151, 151, 151, .05);
    background-color: #222;
    border-radius: 10px
}

.spacer {
    border: 0;
    border-bottom: 1px solid #0b163f;
    margin: 20px 0
}

.game-footer {
    padding-top: 220px;
    margin-top: -220px
}

.footer-bg {
    background-color: #100f23 !important
}

/*
.game-footer-nav .h5::after,.game-footer-nav h5::after {
    background: -webkit-gradient(linear,left top,right top,from(#0082f8),to(#1c40f2));
    background: linear-gradient(90deg,#0082f8 0,#1c40f2 100%);
    content: "";
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    bottom: -8px
}
*/

.game-footer-nav ul li a {
    color: #c0c0c5;
    font-size: .875rem
}

.game-footer-nav ul li a:hover {
    color: #f8f9fa
}

.g-news-letter {
    width: 90%
}

@media (max-width: 992px) {
    .g-news-letter {
        width: 100%
    }
}

.g-news-letter .form-control {
    height: 60px;
    border-radius: 50px;
    background: rgba(27, 27, 27, .5);
    border: 1px solid rgba(255, 255, 255, .4)
}

.g-news-letter button {
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
    padding: 16px 40px;
    color: #fff;
    font-weight: 500
}

.hero-payment-gateway {
    background: url(../img/pay-h.jpg) 0 0/cover no-repeat
}

.payment-hero-img .h-shape {
    position: absolute;
    right: 0;
    top: 21%
}

.benifits-left ul li:first-child {
    position: absolute;
    top: 0;
    right: 8%
}

.benifits-left ul li:nth-child(2) {
    position: absolute;
    right: 8%;
    bottom: -13%
}

.benifits-left ul li:nth-child(3) {
    top: 0;
    position: absolute;
    left: -21%
}

.benifits-left ul li:nth-child(4) {
    position: absolute;
    left: -12%;
    z-index: 3;
    bottom: -7%
}

.benifits-right-content,
.logo-slider-wrapper .section--heading {
    margin-bottom: 40px
}

.benifit-icon,
.digi-contact-left .contact-box img,
.digi-service-single img {
    margin-bottom: 24px
}

.single-benifit {
    border-radius: 10px;
    background: #fff;
    padding: 48px 20px
}

.single-benifit p {
    padding: 16px 0
}

.benifit-icon,
.card-shape ul li .counter-circle {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.benifit-icon {
    border-radius: 3px;
    width: 64px;
    height: 64px;
    position: relative
}

.benifit-icon.one,
.btn-gradient-sqr,
.payment-feature-mockup::before,
.payment-store-btn ul li a:hover {
    background: linear-gradient(255.07deg, #f97956 -2.38%, #ff4579 102.02%)
}

.benifit-icon.two {
    background: linear-gradient(96.49deg, #0082f8 0, #3c10f2 101.82%)
}

.bg-white-light {
    background-color: #f5f5f5
}

.logo-grid-item {
    background: #fff;
    width: 80%;
    padding: 24px 30px;
    text-align: center
}

.single-payment-step {
    background: #fff;
    -webkit-box-shadow: 50px 20px 100px rgba(116, 116, 116, .15);
    box-shadow: 50px 20px 100px rgba(116, 116, 116, .15);
    border-radius: 6px
}

.digi-contact-form-bg,
.digi-service-single:hover {
    -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, .1)
}

.btn-gradient-sqr {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600
}

.card-shape ul li .counter-circle {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

.payment-feature-mockup::before {
    content: "";
    position: absolute;
    left: 3%;
    right: 0;
    width: 565px;
    height: 565px;
    border-radius: 50%;
    z-index: -3
}

.payment-feture-shape .shape-one {
    position: absolute;
    left: -5px;
    bottom: 165px;
    z-index: 5
}

.payment-feture-shape .shape-two {
    position: absolute;
    top: -16px;
    right: 154px;
    z-index: 5
}

.payment-feture-shape .shape-three {
    position: absolute;
    left: -44px;
    bottom: 136px
}

.payment-feture-shape .shape-four {
    position: absolute;
    top: -40px;
    left: 168px;
    z-index: -2
}

.payment-feture-shape .shape-five {
    position: absolute;
    top: -16px;
    right: 0
}

.ms-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (max-width: 768px) {
    .payment-feture-shape .shape-two {
        right: 65px
    }
    .ms-d-flex {
        display: block !important
    }
    .ms-dev-pr .game-feature-icon {
        display: none
    }
    .payment-feture-shape .shape-four {
        left: 0
    }
    .full-h {
        height: auto !important
    }
    .clutch-feed .d-flex {
        display: inline-block !important
    }
    .clutch-feed .float-end {
        float: none !important
    }
    .clutch-feed .avatar {
        display: flex !important
    }
}

.payment-counter-bg {
    background-color: #fdf7f7
}

.single-payment-step h6 {
    font-size: 18px;
    font-weight: 500
}

.card-shape ul li:first-child {
    position: absolute;
    left: -7%;
    top: 35%
}

.card-shape ul li:nth-child(2) {
    position: absolute;
    top: -9%;
    left: 40%
}

.card-shape ul li:nth-child(3) {
    position: absolute;
    bottom: -8%;
    right: 42%
}

@media (min-width: 768px) and (max-width:992px) {
    .card-shape ul li:nth-child(3) {
        bottom: -15%;
        right: 10%
    }
    .card-shape ul li:nth-child(2) {
        position: absolute;
        top: -20%;
        left: 40%
    }
}

.payment-store-btn ul li a {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #0c0800;
    padding: 10px 23px;
    line-height: 40px;
    -webkit-transition: .3s;
    transition: .3s
}

.payment-store-btn ul li a:hover {
    color: var(--bs-light)
}

.payment-store-btn ul li a i {
    font-size: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.payment-store-btn ul li a>span {
    line-height: 20px;
    font-weight: 500;
    text-align: left
}

.payment-store-btnul li a span span {
    font-size: 16px;
    display: block;
    line-height: 20px
}

.payment-news-letter {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(13.3%, #fff2f2), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff2f2 13.3%, rgba(255, 255, 255, 0) 100%)
}

.payment-email-form .mail-input.form-control {
    height: 56px;
    border: 1px solid #e7e7e7;
    border-radius: 5px 0 0 5px;
    padding: 16px;
    width: 100%
}

.payment-btn {
    padding: 14px 16px;
    background: linear-gradient(96.49deg, #0082f8 0, #3c10f2 101.82%);
    color: var(--bs-white);
    font-size: 16px;
    border: 0;
    border-radius: 0 5px 5px 0;
    display: inline-block
}

.p-cta-img::before {
    position: absolute;
    content: "";
    width: 458px;
    height: 458px;
    background: #fae0d9;
    border-radius: 50%;
    left: 15%;
    top: 5%;
    z-index: -3
}

.payment-cta-shape li:first-child {
    position: absolute;
    left: -2%;
    bottom: 21%
}

.payment-cta-shape li:nth-child(2) {
    position: absolute;
    top: -10%;
    right: 12%;
    z-index: -4
}

.payment-cta-shape li:nth-child(3) {
    position: absolute;
    left: 20%;
    top: 10%
}

.payment-cta-shape li:nth-child(4) {
    position: absolute;
    right: 12%;
    top: 24%
}

.payment-cta-shape li:nth-child(5) {
    position: absolute;
    bottom: 1%;
    left: 15%;
    z-index: -1
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2.3rem;
        font-weight: 600
    }
    .p-cta-img::before {
        left: 10%
    }
    .payment-cta-shape li:nth-child(2) {
        right: 23%
    }
}

@media (min-width: 320px) and (max-width:475px) {
    .p-cta-img::before,
    .payment-cta-shape li:first-child,
    .payment-cta-shape li:nth-child(3),
    .payment-cta-shape li:nth-child(4),
    .payment-cta-shape li:nth-child(5),
    .payment-feature-mockup::before,
    .payment-feture-shape .shape-one,
    .payment-feture-shape .shape-two {
        display: none
    }
    .card-shape ul li:first-child {
        left: -1%
    }
    .card-shape ul li:nth-child(3) {
        right: 10%;
        bottom: -10%
    }
}

.digi-blog-single .digi-blog-info a:hover,
.text-orange,
.video-box span {
    color: #ff3951
}

.bg-orange {
    background-color: #ff3951;
    color: #fff;
    border: 1px solid transparent
}

.bg-orange:hover {
    background-color: transparent;
    color: #ff3951;
    border: 1px solid #ff3951
}

.bg-soft-blue {
    background-color: #f5f7fc
}

.span-arrow {
    font-size: 20px;
    margin-bottom: 10px;
    color: #505664;
    font-weight: 600
}

.digi-hero-text .action-btns .watch-now-btn {
    color: #14142b
}

.digi-hero-text .action-btns .watch-now-btn i {
    background-color: #ffc226;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.digi-hero-img ul li:first-child {
    top: -14%;
    left: -4%
}

.digi-hero-img ul li:nth-child(2) {
    bottom: -30%;
    left: -16%
}

.digi-hero-img ul li:nth-child(3) {
    right: 13%;
    bottom: -1%
}

.digi-hero-img ul li:nth-child(4) {
    top: 18%;
    right: -10%
}

.digi-service-single {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(215, 215, 215, .9);
    padding: 48px 24px 30px
}

.digi-service-single a {
    font-size: 14px;
    color: #575757;
    font-weight: 600
}

.digi-service-single:hover {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1)
}

.digi-newsletter .digi-news-form .form-control {
    background: #fff;
    border-radius: 50px;
    height: 52px;
    border: 0
}

.digi-newsletter .digi-news-form .digi-news-button {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff3951;
    border-radius: 0 50px 50px 0;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    display: inline-block;
    color: #fff
}

.digi-contact-left .contact-box {
    background: #fff;
    -webkit-box-shadow: 0 10px 65px rgba(11, 9, 27, .04);
    box-shadow: 0 10px 65px rgba(11, 9, 27, .04);
    border-radius: 4px;
    padding: 24px 32px
}

.digi-contact-form-bg {
    background: #fff;
    padding: 48px 40px;
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    border-radius: 10px
}

.digi-contact-form-bg ul li:first-child {
    width: 90px;
    height: 90px;
    border: 15px solid #ff3951;
    border-radius: 50%;
    left: -6%;
    position: absolute;
    top: -8%;
    z-index: -4
}

.digi-contact-form-bg ul li:last-child {
    width: 140px;
    height: 140px;
    background-color: #ffc226;
    border-radius: 50%;
    right: -60px;
    position: absolute;
    bottom: -60px;
    z-index: -5
}

.digi-blog-single .digi-blog-thumb .d-tag {
    padding: 8px 30px;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 30px
}

.digi-blog-single .digi-blog-thumb .d-tag.marketing {
    background-color: #ffc226
}

.digi-blog-single .digi-blog-thumb .d-tag.design {
    background-color: #ff3951
}

.digi-blog-single .digi-blog-info span {
    color: #575757;
    font-weight: 600;
    margin-bottom: 16px;
    display: block
}

.digi-blog-single .digi-blog-info .h4,
.digi-blog-single .digi-blog-info h4 {
    font-size: 20px;
    color: #14142b
}

.digi-blog-single .digi-blog-info p {
    color: #575757;
    font-weight: 400
}

.digi-blog-single .digi-blog-info a {
    color: #14142b;
    font-weight: 600
}

.digi-blog-list .list-header {
    padding: 25px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #14142b;
    border-radius: 8px 8px 0 0
}

.digi-blog-list .list-header .h5,
.digi-blog-list .list-header h5 {
    color: #fff;
    font-weight: 20px;
    margin-bottom: 0
}

.digi-blog-list .digi-blog-posts {
    border-radius: 0 0 8px 8px;
    background: #f5f7fc;
    padding: 35px 24px
}

.digi-why-left ul li:first-child {
    top: 40px;
    left: 60px
}

.digi-why-left ul li:nth-child(2) {
    right: 0;
    bottom: -10px
}

.digi-why-right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

.digi-why-right ul li {
    background: #fff;
    -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    border-radius: 4px
}

.digi-why-right-2 ul {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 20px
}

.digi-why-right-2 ul li {
    background: #fff;
    -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    border-radius: 4px
}

.digi-how-works {
    padding-top: 120px;
    padding-bottom: 420px
}

.digi-how-works-right {
    background-color: #f5f7fc;
    border-radius: 10px;
    position: relative;
    padding: 40px 25px;
    overflow: hidden
}

.digi-how-works-right .dig-how-steps ul li {
    background: rgba(255, 255, 255, .85);
    -webkit-box-shadow: 0 110.121px 88.0972px rgba(0, 0, 0, .03);
    box-shadow: 0 110.121px 88.0972px rgba(0, 0, 0, .03);
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 6
}

.digi-how-works-right .dig-how-steps .shape ul li:first-child {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #ffd08a;
    top: -88px;
    left: -103px;
    z-index: 3
}

.digi-how-works-right .dig-how-steps .shape ul li:nth-child(2) {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #52f5d8;
    z-index: 3;
    left: -100px;
    bottom: -90px
}

.digi-how-works-right .dig-how-steps .shape ul li:nth-child(3) {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #888efe;
    z-index: 3;
    right: -122px;
    top: 39%
}

.digi-testimonial-single {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .1) !important
}

.digi-nav-control {
    width: 80px;
    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;
    position: absolute;
    right: 0px;
    top: -30px;
}

.digi-nav-control .swiper-button-next,
.digi-nav-control .swiper-button-prev,
.int-icon-one ul li,
.int-icon-two ul li {
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.digi-nav-control .swiper-button-next,
.digi-nav-control .swiper-button-prev {
    width: 40px;
    height: 40px;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #fff;
    color: #0b163f;
    transition: .3s ease-in-out;
    padding-bottom: 3px;
}

.bg-dark-blue:hover,
.bg-pink:hover {
    background-color: transparent
}

.bg-pink:hover,
.text-pink {
    color: #fd035a !important;
}

.digi-nav-control .swiper-button-next:hover,
.digi-nav-control .swiper-button-prev:hover {
    background-color: #ff3951;
    color: #fff
}

.digi-nav-control .swiper-button-next::after,
.digi-nav-control .swiper-button-prev::after {
    content: ""
}

.digi-nav-control .swiper-button-prev {
    right: 60px;
    left: auto
}

.digi-integration {
    padding-top: 80px;
    padding-bottom: 60px
}

.digi-integration .digi-testimonial {
    margin-top: -450px;
    padding-bottom: 60px
}

.event-about,
.event-hero {
    padding: 150px 0
}

.int-icon-one ul li:first-child {
    width: 56px;
    left: 114px;
    height: 56px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, .1);
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.int-icon-one ul li:nth-child(2),
.int-icon-two ul li:nth-child(2) {
    top: 95px;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, .1);
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.int-icon-one ul li:nth-child(3),
.int-icon-two ul li:nth-child(3) {
    width: 75px;
    height: 75px;
    right: 0;
    top: 43px
}

.int-icon-one ul li:nth-child(3),
.int-icon-one ul li:nth-child(4),
.int-icon-one ul li:nth-child(5),
.int-icon-two ul li:nth-child(3),
.int-icon-two ul li:nth-child(4) {
    background: #fff;
    -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, .1);
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.int-icon-one ul li:nth-child(4),
.int-icon-two ul li:nth-child(4) {
    width: 56px;
    left: 114px;
    height: 56px;
    top: 166px
}

.int-icon-one ul li:nth-child(5) {
    width: 75px;
    height: 75px;
    right: 0;
    top: 210px
}

.int-icon-one ul li:nth-child(6),
.int-icon-two ul li:first-child,
.int-icon-two ul li:nth-child(6) {
    left: 60px;
    -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, .1);
    width: 56px;
    height: 56px;
    background: #fff
}

.int-icon-one ul li:nth-child(6),
.int-icon-two ul li:nth-child(6) {
    top: 226px;
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.int-icon-two ul li:first-child {
    top: 0;
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.int-icon-two ul li:nth-child(5) {
    width: 56px;
    height: 56px;
    right: 0;
    top: 210px;
    background: #fff;
    -webkit-box-shadow: 20px 20px 82px rgba(33, 38, 106, .1);
    box-shadow: 20px 20px 82px rgba(33, 38, 106, .1)
}

.bg-pink,
.event-hero .event-hero-img a {
    color: #fff;
    background-color: #fd035a;
    border: 1px solid transparent
}

.bg-pink:hover,
.border-pink {
    border: 1px solid #fd035a
}

.bg-light-blue {
    background-color: #f8f9ff
}

.ev-single-price .ev-price-header .h5,
.ev-single-price .ev-price-header h5,
.text-dark-blue {
    color: #2b0996
}

.bg-dark-blue {
    background-color: #2b0996
}

.bg-dark-blue:hover {
    border: 2px solid #2b0996;
    color: #2b0996 !important
}

.event-hero .event-hero-img a {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 20%;
    bottom: -5%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 50px 50px -25px rgba(43, 9, 150, .25);
    box-shadow: 0 50px 50px -25px rgba(43, 9, 150, .25)
}

.event-hero .scroll-down span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: 600;
    color: #fd035a
}

.event-hero .ev-hero-shape li:first-child {
    bottom: 8%;
    left: 45%
}

.event-hero .ev-hero-shape li:nth-child(2) {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    left: 35%;
    top: 25%;
    background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%)
}

.event-hero .ev-hero-shape li:nth-child(3) {
    width: 158px;
    height: 47px;
    right: 10%;
    top: 20%;
    background: linear-gradient(286.4deg, rgba(255, 7, 102, .61) -14.68%, rgba(43, 9, 150, 0) 99.55%);
    border-radius: 50px;
    -webkit-transform: rotate(-38.54deg);
    transform: rotate(-38.54deg)
}

.event-hero .ev-hero-shape li:nth-child(4) {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    right: 20%;
    bottom: 2%;
    z-index: 2;
    background: linear-gradient(286.4deg, #ff0766 -14.68%, rgba(43, 9, 150, 0) 99.55%)
}

.ev-schedule .circel-shape li,
.event-about .elements li:nth-child(3) {
    background-image: linear-gradient(231.28deg, #ff0766 -30.62%, rgba(255, 255, 255, 0) 93.05%)
}

.event-hero .ev-hero-shape li:nth-child(5) {
    left: 5%;
    bottom: 45%
}

.event-about {
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.event-about .elements li:first-child {
    top: 10%;
    left: 43%
}

.event-about .elements li:nth-child(2) {
    right: 0;
    bottom: 0
}

.event-about .elements li:nth-child(3) {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    right: 10%;
    top: 23%
}

@media (min-width: 320px) and (max-width:991px) {
    .digi-integration {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .digi-integration .digi-testimonial {
        margin-top: -400px;
        padding-bottom: 70px
    }
    .event-about {
        padding: 60px 0
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .benifits-left ul li:first-child,
    .benifits-left ul li:nth-child(3) {
        display: none
    }
    .payment-feature-mockup::before {
        left: 0
    }
    .p-cta-img::before {
        left: 2%
    }
    .ev-ab-img .ev-about-img-one {
        width: 50%
    }
}

.ev-ab-img .ev-about-img-one {
    position: absolute;
    top: 52%;
    left: -25%
}

.ev-ab-img ul li:first-child {
    border: 20px solid #2b0996;
    background-color: #fff;
    width: 240px;
    height: 240px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    left: -10%;
    top: -15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 5
}

.ev-ab-img ul li:last-child {
    width: 230px;
    height: 230px;
    background-color: #ffc226;
    border-radius: 50%;
    bottom: -20%;
    left: 21%;
    z-index: 4
}

@media (min-width: 768px) and (max-width:1200px) {
    .ev-ab-img ul li:first-child {
        left: -30%
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .ev-ab-img ul li:first-child {
        left: -10%;
        top: -5%
    }
}

.up-coming-event {
    background: #f8f9ff
}

.single-speaker,
.single-up-eve,
.single-up-eve .ev-days,
.sponsor-logo-bg {
    background-color: #fff
}

.single-up-eve .ev-days {
    position: absolute;
    left: 30px;
    bottom: -35px;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 12px 64px rgba(103, 151, 255, .1), 0 4px 24px rgba(103, 151, 255, .1);
    box-shadow: 0 12px 64px rgba(103, 151, 255, .1), 0 4px 24px rgba(103, 151, 255, .1)
}

.single-up-eve .event-meta .h5 a,
.single-up-eve .event-meta h5 a {
    color: #030113
}

.single-speaker {
    border-radius: 4px;
    text-align: center;
    padding: 40px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.single-speaker .sp-social,
.single-speaker .sp-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-speaker .sp-social a {
    width: 32px;
    height: 32px;
    background-color: #fff;
    color: #dadada;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(33, 38, 106, .15);
    box-shadow: 0 0 40px rgba(33, 38, 106, .15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.single-speaker:hover {
    background: #2b0996;
    -webkit-box-shadow: 0 50px 50px -25px rgba(43, 9, 150, .25);
    box-shadow: 0 50px 50px -25px rgba(43, 9, 150, .25);
    border-radius: 4px;
    color: #fff
}

.ev-counter {
    padding-bottom: 140px
}

.ev-count-down {
    display: grid;
    gap: 20px
}

@media (min-width: 320px) and (max-width:575px) {
    .p-100 {
        padding: 60px 2rem
    }
    .mw-60 {
        max-width: 100% !important
    }
    .circle-shape-item.type-0.hero-1 {
        width: 250px
    }
    .customer-logos-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px
    }
    .ev-count-down,
    .timer-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .list-two-col li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .ev-ab-img ul li:first-child,
    .feature-img-shape:before {
        display: none
    }
    .single-article.feature-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .single-article.feature-article .article-img img {
        height: 14rem
    }
    .timer-grid {
        display: grid;
        gap: 25px
    }
    .digi-why-right ul {
        grid-template-columns: repeat(2, 2fr)
    }
}

.ev-count-down .ev-cd-box {
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #dadada
}

.ev-schedule {
    margin-top: -50px;
    background-color: #f5f7fc;
    position: relative
}

.ev-schedule .ev-schedule-btn .nav .nav-item {
    padding-right: 16px
}

.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link {
    border: 1px solid #e7e7e7;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    color: #575757;
    background: 0 0
}

.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active {
    background-color: #fd035a;
    border: 1px solid transparent;
    color: #fff
}

.ev-schedule .single-eve-session {
    background-color: #fff;
    position: relative;
    z-index: 5
}

.ev-schedule .single-eve-session:hover {
    -webkit-box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, .12);
    box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, .12)
}

.ev-schedule .single-eve-session .single-ev .date,
.ev-schedule .single-eve-session .single-ev .location {
    color: #575757;
    font-size: 14px
}

.ev-schedule .single-eve-session .single-ev .link-with-icon,
.eve-blog .ev-blog-meta .link-with-icon {
    color: #2b0996;
    font-weight: 600
}

.ev-schedule .single-eve-session .single-ev .link-with-icon:hover,
.eve-blog .ev-blog-meta .link-with-icon:hover {
    color: #fd035a
}

.ev-schedule .single-eve-session .speaker-info::after {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #e3e3e3;
    width: 1px;
    right: 0;
    top: 0
}

@media (min-width: 320px) and (max-width:768px) {
    .hero-ten {
        padding: 110px 0
    }
    .benifits-left ul li:first-child,
    .benifits-left ul li:nth-child(2),
    .benifits-left ul li:nth-child(3),
    .benifits-left ul li:nth-child(4),
    .big-circle,
    .ev-ab-img .ev-about-img-one,
    .ev-ab-img ul li:last-child,
    .feature-ellipse,
    .payment-hero-img .h-shape,
    .server-circle,
    .sh-feedback-shape {
        display: none
    }
    .game-services.ptb-100 {
        padding: 0
    }
    .mt--200 {
        margin-top: 0
    }
    .mb--200 {
        margin-bottom: 0
    }
    .payment-gateway-text {
        padding-top: 200px
    }
    .ev-schedule .single-eve-session .speaker-info::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e3e3e3;
        top: 100%
    }
}

.ev-schedule .circel-shape li {
    position: absolute;
    border-radius: 50%
}

.ev-schedule .circel-shape li:first-child {
    width: 100px;
    height: 100px;
    bottom: 13%;
    left: 5%;
    z-index: 4
}

.ev-schedule .circel-shape li:nth-child(2) {
    width: 24px;
    height: 24px;
    bottom: 12%;
    left: 3%
}

.ev-schedule .circel-shape li:nth-child(3) {
    width: 24px;
    height: 24px;
    top: 18%;
    right: 6%;
    background-color: #ffd600
}

.ev-single-price {
    background-color: #fff;
    -webkit-box-shadow: 0 0 56px rgba(33, 38, 106, .1);
    box-shadow: 0 0 56px rgba(33, 38, 106, .1);
    padding: 48px 20px;
    overflow: hidden;
    transition: .3s ease-in-out;
    position: relative;
    cursor: pointer
}

.ev-single-price:hover {
    background-color: #fd035a;
    color: #fff
}

.ev-single-price:hover .ev-price-btn {
    background-color: #fff;
    color: #575757
}

.ev-single-price .ev-price-header {
    border-bottom: 2px dashed #f3f4f7;
    position: relative
}

.ev-single-price .ev-price-header::after,
.ev-single-price .ev-price-header::before {
    content: "";
    position: absolute;
    background-color: #f3f4f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: -24%
}

.ev-single-price .ev-price-header::after {
    right: -12%
}

.ev-single-price .ev-price-header::before {
    left: -12%
}

.ev-single-price .ev-price-btn {
    background: #2b0996;
    border-radius: 4px;
    padding: 12px 24px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.ev-single-price .ev-price-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: -2.5%;
    margin: 0
}

.ev-single-price .ev-price-dot li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f3f4f7
}

.ev-testimonial .author li:first-child {
    left: 5%;
    top: 0;
    width: 450px
}

.ev-testimonial .author li:last-child {
    right: 5%;
    top: 10%;
    width: 500px
}

.ev-testimonial-slider {
    padding-bottom: 50px
}

.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(253, 3, 90, .5);
    position: relative;
    margin-right: 10px
}

.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top: -7px;
    bottom: 0;
    right: 0;
    left: -7px;
    border: 1px solid #fd035a;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.ev-testimonial-slider .eve-pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fd035a
}

.eve-blog .ev-blog-meta,
.sponsor-logo-bg .logo {
    border: 1px solid #e7e7e7;
    border-radius: 0 0 4px 4px
}

.eve-blog .ev-blog-meta:hover {
    border: 1px solid transparent;
    background-color: #fff;
    -webkit-box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, .08);
    box-shadow: 5px 25px 80px -10px rgba(0, 108, 236, .08)
}

.sponsor-logo-bg .logo {
    border-radius: 4px;
    cursor: pointer
}

.sponsor-logo-bg .logo:hover {
    -webkit-box-shadow: 0 20px 80px -10px rgba(0, 108, 236, .15);
    box-shadow: 0 20px 80px -10px rgba(0, 108, 236, .15);
    border: 1px solid transparent
}

.no-radius {
    border-radius: 0 !important
}

.theme-btn {
    border-color: none !important
}

.bg-white-btn:hover {
    background: #0b163f !important;
    color: #fff !important
}

.review-main {
    background: #fff;
    padding: 55px 25px 10px;
    -webkit-box-shadow: 50px 20px 100px rgb(116 116 116/15%);
    box-shadow: 50px 20px 100px rgb(116 116 116/15%);
    border-radius: 6px
}

.service-bg {
    background: #f7f8f9
}

.feature-card {
    -webkit-box-shadow: 50px 20px 100px rgb(116 116 116/15%);
    box-shadow: 10px 10px 30px rgb(116 116 116/15%)
}

.ms-srvc p {
    font-size: 14px;
    line-height: 22px
}

.col-lg-3-cus,
.col-lg-6-cus,
.mega-menu-item .mega-menu-wrapper .mega-menu-column,
.ms-srvc .feature-icon img {
    padding: 0
}

.ms-srvc li {
    font-size: 15px;
    font-weight: 600
}

.top-detail {
    position: absolute;
    top: 35px;
    right: 25px
}

.ms-srvc h3 a {
    color: #2f2e37
}

.ms-srvc h3 a:hover {
    color: #6c63ff
}

.display-block {
    display: block !important
}

.mr-0 {
    margin-right: 0 !important
}

.what-we-do {
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px
}

.ms-color {
    color: #4d45b5 !important
}

.bg-light h2 {
    color: #24262c !important;
    line-height: 1.3
}

.section-heading h2 {
    line-height: 1.3 !important
}

.feature-content-wrap h2 {
    line-height: 1.3 !important
}

.digi-testimonial-title {
    line-height: 1.3 !important
}

.srvc-grid {
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)) 0 0/50%, url(../img/footer-shape.svg) bottom -45px right 0
}

.srvc-grid:hover {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) 0 0/50%, url(../img/footer-shape.svg) bottom -45px right 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.ms-industry .app-two-single-feature-icon i {
    height: 55px;
    line-height: 55px
}

.ms-head2 {
    color: #ff3951 !important
}

.side-bar {
    top: 0;
    height: 600px
}

.side-bar span img {
    margin-top: -51%
}

.marquee p {
    overflow: hidden;
    white-space: nowrap
}

.marquee span {
    animation: 8s linear infinite marquee;
    display: inline-flex
}

.ms-width100 {
    width: 100% !important
}

.image-bg {
    width: 100%;
    height: 520px;
    display: inline-block;
    position: relative
}

.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 520px;
    border: 3px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    transition: 10s ease-out;
    -webkit-transition: 10s ease-out;
    -moz-transition: 10s ease-out;
    -ms-transition: 10s ease-out;
    -o-transition: 10s ease-out
}

.image-bg:hover .image-shop-scroll {
    background-position: center 100% !important
}

.font-w5 {
    font-weight: 500 !important
}

img.anim-up-down,
img.anim-up-down4,
img.anim-up-down6 {
    -webkit-animation: 1s infinite alternate move-up-down;
    animation: 1s infinite alternate move-up-down
}

span.anim-up-down2,
span.anim-up-down3 {
    -webkit-animation: 2s infinite alternate move-up-down2;
    animation: 2s infinite alternate move-up-down
}

span.anim-up-down3 {
    -webkit-animation: 2s infinite alternate move-up-down3
}

img.anim-up-down4,
img.anim-up-down6 {
    -webkit-animation: 1s infinite alternate move-up-down4
}

img.anim-up-down6 {
    -webkit-animation: 1s infinite alternate move-up-down6
}

img.anim-up-down5 {
    -webkit-animation: 2s infinite alternate move-up-down5;
    animation: 2s infinite alternate move-up-down
}

img.anim-lef-right {
    bottom: 0;
    display: block;
    position: absolute;
    animation: 2.2s linear infinite alternate run
}

img.anim-right-left,
img.anim-right-left2 {
    bottom: 0;
    display: block;
    position: absolute;
    animation: 2.5s linear infinite alternate run2
}

img.anim-right-left2 {
    position: relative;
    animation: 2.5s linear infinite alternate run3
}

.msh-header {
    position: relative;
    background-color: #000;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

.msh-header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.msh-header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5 !important;
    z-index: 1
}

.client-integration {
    -webkit-box-shadow: rgb(13 21 55/10%) 0 5px 50px;
    box-shadow: rgb(13 21 55/10%) 0 5px 50px;
    display: block;
    margin: auto auto 20px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.client-integration:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.logo-carousel {
    padding-top: 50px
}

.client-logo-list,
.logo-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.logo-carousel .section-heading {
    margin-bottom: 63px
}

@media (max-width: 991px) {
    .nav.main-menu {
        display: block
    }
    .section-heading {
        margin-bottom: 30px
    }
    .logo-carousel .section-heading {
        text-align: center;
        margin-bottom: 30px
    }
    .logo-carousel {
        padding-top: 0
    }
    .logo-carousel .btn__link {
        text-align: center;
        display: block;
        margin-bottom: 40px
    }
}

.tt-logo-carousel .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.client_logo,
.client_logo img,
.cta-card .feature-icon,
.cyber-single-service,
.ms-soft .icon-box {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.client_logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    max-width: 130px !important
}

.client_logo:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.logo-list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo-list li:not(:last-child) {
    margin-right: 20px;
    text-align: center
}

.logo-list li .tt-star-rating span {
    font-size: 10px
}

.client-logo-list li {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px
}

.client-logo-list li img,
.client-logo-list.style_two li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.client-logo-list li img:hover,
.client-logo-list.style_two li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.client-logo-list.style_two {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex
}

.client-logo-list.style_two li {
    margin-bottom: 30px;
    padding-right: 30px;
    margin-right: 0 !important
}

.client-logo-list.column_3 li {
    width: 33.33%;
    text-align: left
}

.client-logo-list.column_4 li {
    width: 25%
}

@media (max-width: 640px) {
    .client-logo-list.column_4 li {
        width: 33.33%
    }
}

.client-logo-list.column_5 li {
    width: 20%
}

@media (max-width: 767px) {
    .icon-box1-hide img {
        display: none
    }
    .icon-box1 .icon-box1-hide {
        padding: 15px 25px !important
    }
    .what-we-do {
        padding: 5px;
    }
    .bg-sw {
        background: #fff !important
    }
    .appsrvcs {
        display: flex !important
    }
    .appsrvcs h5 {
        margin-left: 10px
    }
    .client-logo-list.column_3 li,
    .client-logo-list.column_5 li {
        text-align: center
    }
    .integration-list h6 {
        font-size: 16px;
        font-weight: 500
    }
    .integration-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(124px, 1fr, 1fr)) !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 25px;
        justify-items: center
    }
    .span-arrow {
        font-size: 16px
    }
    .case-ms {
        padding: 30px 40px !important
    }
}

@media (max-width: 480px) {
    .client-logo-list.column_3 li,
    .client-logo-list.column_5 li {
        width: 50%;
        text-align: center
    }
    .client-logo-list.column_4 li {
        width: 50%
    }
}

.bg-white {
    background: #fff
}

.float-right {
    float: right !important
}

.rounded-curved {
    border-radius: 20px
}

.ms-porto img {
    width: 90%;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s
}

.ms-porto .active img {
    -webkit-transform: scale(1.15) rotate(.01deg);
    transform: scale(1.15) rotate(.01deg)
}

.case-ms {
    padding: 30px 95px
}

.case-study-app-1 {
    background: #331a5b
}

.case-study-app-2 {
    background: #beb113
}

.case-study-app-3 {
    background: #3b8e02
}

.case-study-app-4 {
    background: #0378b2
}

.case-study-app-5 {
    background: #91b42e
}

.service-info-wrap .h6 {
    font-size: 18px
}

.cta-card:hover .feature-icon,
.ms-soft:hover .icon-box {
    -webkit-box-shadow: 0 20px 30px 0 rgba(5, 30, 115, .3);
    box-shadow: 0 20px 30px 0 rgba(5, 30, 115, .3)
}

.mt-200 {
    margin-top: 370px
}

.ms-dash-shadow {
    -webkit-box-shadow: 0 5px 30px 0 rgba(5, 30, 115, .3);
    box-shadow: 0 5px 30px 0 rgba(5, 30, 115, .3);
    border-radius: 45px
}

.ms-soft,
.service-sec-brp {
    padding: 30px 25px
}

.cyber-single-service:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .7);
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .7)
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -100%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    border: 0
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, transparent 80%)
}

.scroll-top.open {
    bottom: 80px
}

.full-h {
    height: 100vh
}

.ms-med .h6 {
    font-size: 15px !important;
    line-height: 20px
}

.icon-box {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
}

.contact-us .icon-box i {
    font-size: 24px;
    line-height: 55px;
    padding-right: 4px
}

.ms-techs .integration-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 20px;
    justify-items: center
}

.ms-techs h6 {
    font-size: 12px;
    font-weight: 500
}

.ms-app-tech {
    padding: 50px 20px
}

.ms-app-tech .integration-list li .single-integration {
    padding: 20px 15px
}

.ms-techs .integration-list li .single-integration img {
    height: 35px !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: auto !important;
    max-height: 35px !important;
    min-height: 35px !important
}

.ms-app-tech .p-3 {
    padding: .6rem !important
}

.ms-web-srvc .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #2a293f !important
}

.ms-web-srvc .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) #2a293f !important
}

.consult-area {
    background-position: bottom right;
    background-repeat: no-repeat
}

.consult-area .curve {
    bottom: 0;
    left: 0
}

.bg-light2 {
    background: #f6f6f6
}

.consult-area .consult-overlay {
    padding-bottom: 200px
}

@media (max-width: 1399.98px) {
    .consult-area .consult-overlay {
        padding-bottom: 350px
    }
    .consult-area .consult-overlay .consult-right img {
        -webkit-transform: translateY(140px);
        transform: translateY(140px)
    }
}

@media (max-width: 991.98px) {
    .consult-area .consult-right {
        display: none
    }
}

.consult-list {
    max-width: 560px
}

.consult-left ul,
.p-0 {
    padding: 0 !important
}

.consult-list .icon-box {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px
}

.consult-list .icon-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100px;
    background-color: #fff
}

.primary-shadow {
    -webkit-box-shadow: 0 20px 80px rgb(0 148 255/5%);
    box-shadow: 0 20px 80px rgb(0 148 255/5%)
}

.bg-gradient3 {
    background: -webkit-gradient(linear, left top, right top, from(#071c4d), to(#002d97f0)) !important;
    background: linear-gradient(90deg, #071c4d, #002d97f0) !important;
    color: #fff
}

.video-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #002e9c;
    font-size: 18px;
    text-align: center;
    border-radius: 100px;
    line-height: 60px;
    display: inline-block;
    float: left;
    margin-right: 40px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background-color: #fff
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.video-box .ripple,
.video-box .ripple:after,
.video-box .ripple:before {
    -webkit-transform: translate(-73%, 23%);
    -moz-transform: translate(-73%, 23%);
    -ms-transform: translate(-73%, 23%);
    -o-transform: translate(-73%, 23%);
    transform: translate(-73%, 23%);
    height: 40px;
    width: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: 3s infinite ripple;
    -moz-animation: 3s infinite ripple;
    -ms-animation: ripple 3s infinite;
    -o-animation: 3s infinite ripple;
    animation: 3s infinite ripple
}

.video-box .ripple:after,
.video-box .ripple:before {
    -webkit-transform: translate(-52%, 1%);
    -moz-transform: translate(-52%, 1%);
    -ms-transform: translate(-52%, 1%);
    -o-transform: translate(-52%, 1%);
    transform: translate(-52%, 1%);
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: ""
}

.video-box .ripple:after {
    -webkit-transform: translate(-54%, 7%);
    -moz-transform: translate(-54%, 7%);
    -ms-transform: translate(-54%, 7%);
    -o-transform: translate(-54%, 7%);
    transform: translate(-54%, 7%);
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.service-style-two {
    position: relative;
    padding: 60px 0 80px
}

.service-block-two {
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center !important;
    max-width: 340px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    padding: 37px 30px 25px;
    box-shadow: 0 10px 20px rgba(54, 208, 249, .5);
    transition: .5s;
    background: -webkit-linear-gradient(0deg, #51e6ed, #36d0f9 50%)
}

.inner-box figure {
    margin-left: auto;
    margin-right: auto
}

.service-block-two .inner-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2) !important;
    padding-bottom: 65px;
    margin-bottom: -40px
}

.service-style-two .content-column:first-child .service-block-two:last-child .inner-box {
    box-shadow: 0 10px 20px rgba(246, 117, 38, .5);
    background: -webkit-linear-gradient(0deg, #fcb731, #f67526 50%)
}

.service-style-two .content-column:last-child .service-block-two:first-child .inner-box {
    box-shadow: 0 10px 20px rgba(8, 60, 167, .5);
    background: -webkit-linear-gradient(0deg, #862ff1, #083ca7 50%)
}

.service-style-two .content-column:last-child .service-block-two:last-child .inner-box {
    box-shadow: 0 10px 20px rgba(250, 91, 157, .5);
    background: -webkit-linear-gradient(0deg, #fe6f7b, #fa5b9d 50%)
}

.service-block-two .inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s
}

.service-block-two .inner-box:hover:before {
    height: 100%;
    top: 0
}

.service-block-two .inner-box .icon-box {
    position: relative;
    min-height: 55px;
    margin-bottom: 9px
}

.service-block-two .inner-box .icon-box img {
    width: auto;
    transition: .5s
}

.hover-scale:hover img,
.service-block-two .inner-box:hover .icon-box img {
    transform: scale(1.05)
}

.service-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
    transition: .5s
}

.service-block-two .inner-box:hover h3,
.service-block-two .inner-box:hover h3 a {
    color: #161616
}

.service-block-two .inner-box:hover .text p {
    color: #444
}

.service-block-two .inner-box .text {
    position: relative;
    margin-bottom: 10px
}

.service-block-two .inner-box .text p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    transition: .5s
}

.service-block-two .inner-box .link a {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 24px;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 700;
    color: #444
}

.service-block-two .inner-box:hover .link a {
    top: 10px
}

.service-block-two .inner-box .link i {
    position: relative;
    top: 1px;
    margin-left: 8px;
    color: transparent;
    -webkit-background-clip: text !important;
    background: -webkit-linear-gradient(0deg, #00b1ff, #08f 50%)
}

.service-block-two .inner-box .link a:hover,
.service-block-two .inner-box h3 a:hover {
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg, #00b1ff, #08f 50%)
}

.service-block-two .inner-box .pattern-layer {
    position: absolute;
    left: -20px;
    top: -120px;
    width: 290px;
    height: 240px;
    background-repeat: no-repeat;
    -webkit-animation: 3s linear infinite zoom-fade;
    animation: 3s linear infinite zoom-fade
}

.featured-section .service-block:nth-child(2) .inner-box {
    box-shadow: 0 10px 20px rgba(8, 60, 167, .5)
}

.featured-section .service-block:last-child .inner-box {
    box-shadow: 0 10px 20px rgba(246, 117, 38, .5)
}

.service-style-two .inner-content .bg-layer {
    position: absolute;
    width: 100%;
    height: 690px;
    left: 0;
    top: 10px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center
}

.service-style-two .image-box {
    position: relative;
    display: block;
    text-align: center;
    margin: 0-75px
}

.service-style-two .image-box .dotted-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0
}

.service-style-two .image-box .dotted-box .dotted {
    position: absolute;
    border-radius: 50%;
    background: #fe8b21
}

.service-style-two .image-box .dotted-box .dotted-1 {
    width: 25px;
    height: 25px;
    left: 130px;
    bottom: 185px
}

.service-style-two .image-box .dotted-box .dotted-2 {
    right: 180px;
    bottom: 215px;
    width: 16px;
    height: 16px
}

.service-style-two .image-box .dotted-box .dotted-3 {
    right: 135px;
    bottom: 185px;
    width: 30px;
    height: 30px
}

.service-style-two .image-box .dotted-box .dotted-4 {
    right: 180px;
    bottom: 155px;
    width: 10px;
    height: 10px
}

.service-style-two .content-column:first-child,
.service-style-two .content-column:last-child {
    padding-top: 75px
}

.service-style-two .content-column:first-child .service-block-two:first-child,
.service-style-two .content-column:first-child .service-block-two:last-child {
    margin-left: 20px
}

.service-style-two .content-column:last-child .service-block-two:first-child {
    left: -20px
}

.image-column {
    margin-top: 135px
}

.service-style-two .bubble-box .bubble-1 {
    width: 203px;
    height: 203px;
    left: 280px;
    top: 160px;
    background-repeat: no-repeat;
    -webkit-animation: 4s linear infinite zoom-fade;
    animation: 4s linear infinite zoom-fade
}

.service-style-two .bubble-box .bubble-2 {
    width: 167px;
    height: 167px;
    right: 110px;
    bottom: 250px;
    background-repeat: no-repeat;
    -webkit-animation: 3s linear infinite zoom-fade;
    animation: 3s linear infinite zoom-fade
}

.chooseus-style-two {
    position: relative;
    padding: 80px 0
}

.chooseus-style-two .inner-content .image-box {
    position: absolute;
    left: 0;
    top: 4px;
    min-height: 645px;
    z-index: 1
}

.chooseus-style-two .inner-content .image-box .image {
    border-radius: 25px;
    overflow: hidden;
    background: #eef2fe;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.chooseus-style-two .inner-content .image-box .image img {
    width: 100%;
    border-radius: 25px;
    transition: .5s
}

.chooseus-style-two .inner-content .image-box .image:hover img {
    opacity: .5;
    transform: scale(1.05)
}

.chooseus-style-two .inner-content .image-box .image-1 {
    max-width: 370px
}

.chooseus-style-two .inner-content .image-box .image-2 {
    position: absolute;
    left: 100px;
    top: 183px;
    width: 570px;
    height: 446px
}

.chooseus-style-two .content-box {
    position: relative;
    padding-left: 100px
}

.chooseus-style-two .content-box .inner-box {
    position: relative;
    width: 50%;
    float: right
}

.chooseus-style-two .content-box .inner-box .single-item {
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 30px
}

.chooseus-style-two .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: -15px;
    top: 5px;
    font-size: 30px;
    text-shadow: 0 15px 20px rgba(0, 137, 255, .5);
    color: transparent !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(0deg, #02b8ff, #0089ff 50%)
}

.chooseus-style-two .content-box .inner-box .single-item:nth-child(2) .icon-box {
    text-shadow: 0 15px 20px rgba(247, 133, 54, .5);
    background: -webkit-linear-gradient(0deg, #fcc241, #f78536 50%)
}

.chooseus-style-two .content-box .inner-box .single-item:last-child .icon-box {
    text-shadow: 0 15px 20px rgba(250, 90, 160, .5);
    background: -webkit-linear-gradient(0deg, #fd6985, #fa5aa0 50%)
}

.chooseus-style-two .content-box .inner-box .single-item h4 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 1.4
}

.chooseus-style-two .content-box .inner-box .single-item .text p {
    position: relative;
    line-height: 28px
}

.chooseus-style-two .sec-title .title-two span {
    background: -webkit-linear-gradient(90deg, #f66f25, #fdc032 50%)
}

.gr-text2 {
    background: linear-gradient(287.85deg, #5a07d0 0, #08bbff 95.32%);
    -webkit-background-clip: text;
    background-clip: text
}

@media screen and (max-width: 991.98px) {
    .mega-menu-item .mega-menu-resp {
        overflow: hidden;
        overflow-y: scroll
    }
    .mega-menu-item .mega-menu-resp .mega-menu-wrapper {
        height: 320px
    }
    .mega-menu-item .mega-menu-resp .mega-menu-wrapper .mega-menu-column:nth-child(2) {
        border-right: 0
    }
    .mega-menu-item ul li {
        background: #f5f5f5
    }
}

.project-active .slick-arrow::before,
.shape-bg3:before,
.tab-btns-one li button::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

@media only screen and (max-width: 575.98px) {
    .mega-menu-item .mega-menu-resp {
        overflow: hidden;
        overflow-y: scroll
    }
    .mega-menu-item .mega-menu-resp .mega-menu-wrapper .mega-menu-column ul {
        border-right: 0
    }
}

.mega-menu-item ul {
    list-style: none;
    padding-left: 0
}

.mega-menu-item {
    position: static
}

.mega-menu-item .dropdown-menu {
    width: 100% !important;
    right: 0;
    margin: 0 auto;
    border: 0
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column:last-child,
.mega-menu-item .mega-menu-wrapper .mega-menu-column:last-child ul {
    border-right: 0
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column h6 {
    padding: 20px 18px 15px 20px;
    background: #f8f9fa;
    color: #24262c;
    font-weight: 600;
    font-family: Jost, sans-serif !important;
    font-size: 20px;
    line-height: 18px
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column h6 i {
    padding-top: 8px
}

.ms-menu-span {
    font-size: 16px;
    display: contents
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul {
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 10px 18px 10px 20px;
    font-weight: 400;
    color: #000;
    -webkit-transition: .25s;
    transition: .25s
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:last-child {
    border-bottom: 0
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:hover {
    color: #fff;
    background-color: #343163;
    border-color: #37305f
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li:hover a {
    color: #000;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    font-weight: 600
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li img {
    margin-top: -4px
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 15px
}

.mega-menu-item .mega-menu-wrapper .mega-menu-column ul li a i {
    margin-right: 10px;
    font-size: 12px
}

.mega-menu-wrapper {
    padding-bottom: 10px
}

.bg-gradient12 {
    background: #3f36b9;
    background: -moz-linear-gradient(left, #13137a 0, #552ecd 100%);
    background: -webkit-linear-gradient(left, #13137a 0, #552ecd 100%);
    background: linear-gradient(to right, #13137a 0, #552ecd 100%)
}

.hero-card-web {
    position: relative;
    padding-top: 110px;
    padding-bottom: 60px;
    align-items: center;
    display: flex;
    overflow: hidden
}

.shape-bg3:before {
    background: url(../img/shape-12.svg) center center/cover;
    width: 100%;
    opacity: .03;
    right: 0
}

.banner-section .banner-section-image figure,
.hero-main-rp {
    position: relative;
    z-index: 1
}

.hero-heading-sec h2 {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 700
}

.hero-heading-sec>p {
    color: #fff000;
    font-size: 18px;
    max-width: 400px;
    margin: 20px 0
}

.hero-content-sec {
    display: inline-flex;
    align-items: center
}

.service-slide {
    border-radius: 20px;
    max-width: 280px;
    margin: 20px 0;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    overflow: hidden
}

.card-bg-a {
    background: #3faee5;
    background: -moz-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: -webkit-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: linear-gradient(to bottom, #3faee5 0, #6d03ce 100%)
}

.card-bg-b {
    background: #ff92f6;
    background: -moz-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: -webkit-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: linear-gradient(to bottom, #ff92f6 0, #b300a5 100%)
}

.card-bg-c {
    background: #3e35b7;
    background: -moz-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: -webkit-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: linear-gradient(to bottom, #3e35b7 0, #4c4aff 100%)
}

.card-bg-d {
    background: #f72c8c;
    background: -moz-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: -webkit-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: linear-gradient(to bottom, #ffa76a 0, #ff8e38 100%)
}

.card-bg-e {
    background: #5782ea;
    background: -moz-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: -webkit-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: linear-gradient(to bottom, #5782ea 0, #2251af 100%)
}

.card-bg-f {
    background: #95e5ff;
    background: -moz-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: -webkit-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: linear-gradient(to bottom, #95e5ff 0, #009688 100%)
}

.service-card-hh {
    transform: translateZ(20px);
    display: block
}

.image-sr-mm {
    height: 250px;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.image-sr-mm img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: initial !important
}

.title-serv-c {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 20px 35px
}

@media only screen and (max-width: 1370px) {
    .hero-card-web {
        height: auto
    }
    .hero-main-rp {
        padding: 0 30px
    }
}

@media only screen and (max-width: 768px) {
    .hero-heading-sec h2 {
        font-size: 35px;
        line-height: 45px
    }
    .hero-service-cards {
        margin-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    .hero-content-sec,
    .hero-heading-sec {
        text-align: center
    }
    .hero-content-sec {
        display: block;
        margin-top: 40px
    }
    .hero-heading-sec>p {
        color: #fff000;
        font-size: 18px;
        max-width: 100%;
        margin: 20px 0
    }
    .hero-heading-sec h2 span {
        display: inline-block
    }
    .hero-heading-sec2 h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.ms-sw img,
.ms-w-100 {
    max-width: 100% !important
}

.pt-0 {
    padding-top: 0 !important
}

.pl-0,
.service-sec-list ul {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.p-3 {
    padding: .75rem !important
}

.pt-3 {
    padding-top: .75rem !important
}

.pb-3 {
    padding-bottom: .75rem !important
}

.pl-3 {
    padding-left: .75rem !important
}

.pr-3 {
    padding-right: .75rem !important
}

.p-4 {
    padding: 1rem !important
}

.pt-4 {
    padding-top: 1rem !important
}

.pb-4 {
    padding-bottom: 1rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5 {
    padding-top: 1.5rem !important
}

.pb-5 {
    padding-bottom: 1.5rem !important
}

.p-6 {
    padding: 1.8rem !important
}

.pt-6 {
    padding-top: 1.8rem !important
}

.pb-6 {
    padding-bottom: 1.8rem !important
}

.bg-b {
    background-image: linear-gradient(to right, #673ab7 0, #e91e63 36%, #e91e63 65%, #673ab7 100%)
}

.text-animation {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    animation: 6s linear infinite hue !important;
    -webkit-animation: 6s linear infinite hue !important
}

.ms-p p {
    font-size: 17px;
    line-height: 28px;
    text-align: center
}

.ms-bg-1 {
    background: #fff8f2
}

.bg-gradient13 {
    background: #9c27b0 !important;
    background: -moz-linear-gradient(left, #9c27b0 0, #673ab7 100%) !important;
    background: -webkit-linear-gradient(left, #9c27b0 0, #673ab7 100%) !important;
    background: linear-gradient(to right, #9c27b0 0, #673ab7 100%) !important
}

.srvc-bg-nx {
    background: #fff;
    border-radius: 6px;
    margin: 0 10px;
    height: 250px;
    overflow: hidden;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.col-lg-3-cus {
    width: 30%
}

.col-lg-6-cus {
    width: 40%
}

.service-sec-list {
    padding: 35px 25px
}

.service-sec-list img {
    -moz-transition: width .5s, height .5s;
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
    height: 60px;
    width: 60px;
    margin-bottom: 10px
}

.service-sec-list:hover {
    padding: 5px 25px
}

.service-sec-list:hover img {
    height: 0;
    width: 60px
}

.service-sec-list,
.service-sec-list:hover,
.service-sec-list:hover p {
    -moz-transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s
}

.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    width: 100%
}

.-cta-btn p {
    font-size: 30px;
    color: #050748;
    margin: 0 30px 0 0
}

.-service-list li:first-child {
    padding-left: 0
}

.-service-list li {
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block
}

.service-sec-list p {
    font-size: 14px;
    line-height: 24px;
    margin: 14px 0 0
}

.-service-list li a {
    font-size: 13px;
    color: #6a6a8e;
    padding-bottom: 3px;
    display: inline-block;
    font-weight: 700
}

.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff
}

.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093
}

.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff
}

.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff
}

.srcl5 {
    background: #f2f5eb;
    border-bottom: 4px solid #ffdaa2
}

.ms-purple-btn {
    background: #9350ff
}

.mb10 {
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .setup-process-list {
        display: block;
        max-width: 250px;
        margin: 0 auto
    }
    li.setup-process-item:not(:last-child):before {
        top: auto;
        right: 0;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px
    }
    .cta-subscribe .p-5 {
        padding: 32px 20px !important
    }
    .contact-us {
        padding-left: 15px;
        padding-right: 15px
    }
    .cta-subscribe .mt-4 {
        margin-top: 15px !important
    }
    .cta-subscribe .subscribe-feature-list li span {
        font-size: 14px
    }
    .col-lg-3-cus,
    .col-lg-6-cus {
        width: 100%;
        text-align: center
    }
    .srvc-bg-nx {
        height: auto !important
    }
    .service-sec-list {
        padding: 25px !important
    }
}

.gr-cat {
    color: #6a6a8e;
    font-size: 13px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 10px !important;
    background-color: rgb(0 0 0/6%)
}

.h-scl-base img,
.up-hor {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.hover-scale img {
    transform: scale(1)
}

.ms-sw-main {
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr))
}

.ms-sw img {
    min-height: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important
}

.span-arrow {
    line-height: 22px
}

.tab-btns-one .nav-link {
    display: flex;
    border-radius: 0;
    text-align: left;
    padding: 0 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.project-item .content,
.slick-dots {
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox
}

.tab-btns-one .nav-link i {
    font-size: 45px;
    margin-right: 20px;
    color: #dd1d26
}

.tab-btns-one .nav-link .title {
    font-size: 27px;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    color: #000
}

.tab-btns-one .nav-link.active {
    background: 0 0;
    border-bottom-color: #000
}

.slick-arrow:focus,
.slick-arrow:hover,
.tab-btns-one .nav-link.active .title {
    color: #dd1d26
}

.tab-btns-one li:not(:last-child) {
    margin-right: 12px
}

.tab-btns-one li button {
    font-size: 18px;
    padding: 10px 18px;
    color: #7e7e7e;
    border-radius: 3px;
    background: #f8f3ff;
    z-index: 1;
    position: relative
}

.tab-btns-one li button::before {
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fb5d4a), color-stop(117.45%, #ff9b07));
    background: -webkit-linear-gradient(right, #fb5d4a 0, #ff9b07 117.45%);
    background: -o-linear-gradient(right, #fb5d4a 0, #ff9b07 117.45%);
    background: linear-gradient(270deg, #fb5d4a 0, #ff9b07 117.45%)
}

.tab-btns-one li button:before {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 3px
}

.tab-btns-one li button:hover {
    color: #7e7e7e
}

.project-active .project-item .content {
    opacity: 0;
    -webkit-transition: .5s .5s;
    -o-transition: .5s .5s;
    transition: .5s .5s;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.project-active .project-item.slick-active .content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 50px 20px 100px rgb(116 116 116/20%);
    box-shadow: 50px 20px 100px rgb(116 116 116/20%)
}

.project-active .slick-arrow {
    right: -5px;
    font-size: 18px;
    overflow: hidden;
    width: 65px;
    height: 65px;
    background: #fff;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .3);
    z-index: 1;
    position: absolute
}

.project-active .slick-arrow::before {
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ff7e5f), to(#feb47b));
    background: -webkit-linear-gradient(left, #ff7e5f, #feb47b);
    background: -o-linear-gradient(left, #ff7e5f, #feb47b);
    background: linear-gradient(90deg, #ff7e5f, #feb47b)
}

@media only screen and (max-width: 1399px) {
    .project-active .slick-arrow {
        right: 0
    }
}

.project-active .slick-arrow:before {
    transition: .5s
}

.project-active .slick-arrow:before,
.slick-arrow,
.slick-dots li {
    -webkit-transition: .5s;
    -o-transition: .5s
}

.project-active .slick-arrow.project-prev {
    top: calc(50% + 8px)
}

.project-active .slick-arrow.project-next {
    bottom: calc(50% + 8px)
}

.project-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px
}

.project-item .content {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 40px;
    background: #fff;
    padding: 20px 35px;
    border-radius: 5px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 479px) {
    .project-active {
        padding-right: 0
    }
    .project-active .slick-arrow {
        width: 45px;
        height: 45px;
        line-height: 45px
    }
    .project-active .slick-arrow.project-prev {
        top: 15px;
        right: 70px
    }
    .project-active .slick-arrow.project-next {
        top: 15px;
        right: 15px
    }
    .project-item .content {
        left: 5%;
        width: 90%;
        bottom: 20px
    }
}

@media only screen and (max-width: 375px) {
    .project-item .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 575px) {
    .tab-btns-one .nav-link {
        padding-bottom: 10px;
        margin-bottom: 15px
    }
    .tab-btns-one .nav-link i {
        font-size: 35px
    }
    .tab-btns-one .nav-link .title {
        font-size: 22px
    }
    .tab-btns-one li button {
        font-size: 16px;
        padding: 8px 15px
    }
    .project-item .content .text h4 {
        font-size: 20px
    }
}

.project-item .content .plus {
    color: #fff;
    width: 45px;
    height: 45px;
    background: #dd1d26;
    line-height: 45px;
    border-radius: 50%;
    text-align: center
}

.btn_wrapper .aboutus_btn:hover,
.btn_wrapper .getstarted_btn {
    color: var(--e-global-color-white)
}

.btn_wrapper .aboutus_btn:hover,
.btn_wrapper .getstarted_btn:hover {
    background-color: var(--e-global-color-accent)
}

.project-tab-content .circle-shapes {
    left: 40%
}

.slick-arrow {
    font-size: 30px;
    transition: .5s;
    color: #000;
    background: 0 0
}

.slick-dots {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    position: relative;
    cursor: pointer;
    margin: 8px;
    width: 7px;
    height: 7px;
    transition: .5s;
    border-radius: 50%;
    background: #dd1d26
}

.slick-dots li button {
    opacity: 0;
    height: 0
}

.circle-shapes,
.slick-dots li:before {
    position: absolute;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slick-dots li:before {
    content: "";
    width: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    border: 1px solid #dd1d26
}

.slick-dots li.slick-active:before {
    width: 21px;
    height: 21px
}

.circle-shapes {
    width: 80%;
    z-index: -1;
    padding-top: 90%
}

.circle-shapes:after,
.circle-shapes:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1)
}

.circle-shapes:before {
    left: 0;
    top: 3%;
    -webkit-animation: 50s infinite moveLeftRight;
    animation: 50s infinite moveLeftRight
}

.circle-shapes:after {
    left: 10%;
    top: -3%;
    -webkit-animation: 50s infinite slideUpDown;
    animation: 50s infinite slideUpDown
}

.circle-shapes .dot-five,
.circle-shapes .dot-four,
.circle-shapes .dot-one,
.circle-shapes .dot-three,
.circle-shapes .dot-two {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 3s infinite zoomInOut;
    animation: 3s infinite zoomInOut
}

.btn_wrapper .aboutus_btn,
.btn_wrapper .getstarted_btn {
    line-height: 20px;
    border-radius: 50px;
    transition: .3s ease-in-out;
    font-weight: 500;
    font-size: 20px;
    display: inline-block
}

.circle-shapes .dot-one {
    background: #1d46dd;
    left: 30%;
    top: -5%
}

.circle-shapes .dot-two {
    background: #01d6e3;
    left: 102%;
    top: 15%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.circle-shapes .dot-three {
    background: #feb47b;
    left: 91%;
    top: 37%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.circle-shapes .dot-four {
    background: #dd1d26;
    left: 55%;
    bottom: -5%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.circle-shapes .dot-five {
    background: #01d6e3;
    left: 0;
    bottom: 25%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.circle-shapes .shape-inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-animation: 50s infinite rotated_circle;
    animation: 50s infinite rotated_circle
}

.text a {
    color: #39b313
}

@media screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .ms-quotes .border-top {
        border-top: none !important;
        border-left: 4px solid #0d6efd
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-section-image img {
        margin-top: 0 !important;
        margin-left: -12px !important
    }
    .banner-section h1 {
        font-size: 36px !important;
        line-height: 48px !important
    }
    .banner-section-outer .banner-section .banner_white_circle_icon img {
        width: 260px
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
        left: 220px;
        top: 62px
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
        width: 215px !important
    }
    .banner-section .banner-section-content {
        padding-top: 25px !important;
        position: relative
    }
}

@media screen and (max-width: 991px) {
    .dots-line {
        display: none
    }
    .banner-section .banner-section-content {
        padding-top: 20px !important
    }
    .banner-section-outer .banner-section .banner_yellow_green_icon {
        left: 20px !important;
        top: -10px !important
    }
    .banner-section .banner-section-image img {
        margin-top: 10px !important;
        margin-left: -12px !important
    }
    .banner-section-outer .banner-section .banner_white_circle_icon {
        right: 0 !important;
        top: 90px !important
    }
    .banner-section-outer .banner-section .banner_white_circle_icon img {
        width: 215px !important
    }
    .banner-section-outer .banner-section .banner_yellow_green_icon img {
        width: 150px !important
    }
    .banner-section h1 {
        font-size: 26px !important;
        line-height: 36px !important
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
        left: 160px !important;
        top: 45px !important
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
        width: 155px !important
    }
    .banner-section p {
        font-size: 16px !important;
        line-height: 26px !important;
        margin-bottom: 12px !important
    }
    .banner-section-outer .banner-section .banner_va_icon {
        bottom: 15px !important
    }
    .banner-section-outer .banner-section .banner_va_icon img {
        width: 30px !important
    }
}

@media screen and (max-width: 767px) {
    .banner-section h1 {
        font-size: 24px !important;
        line-height: 32px !important
    }
    .banner-section .banner-section-image img {
        margin-top: 0 !important;
        margin-left: 0 !important
    }
    .banner-section-outer .banner-section .banner_yellow_green_icon {
        left: 25px !important;
        top: 35px !important
    }
    .banner-section-outer .banner-section .banner_yellow_green_icon img {
        width: 150px !important
    }
    .banner-section-outer .banner-section .banner_white_circle_icon {
        right: -10px !important;
        top: 295px !important
    }
    .banner-section-outer .banner-section .banner_white_circle_icon img {
        width: 215px !important
    }
    .banner-section-outer .banner-section .banner_va_icon {
        display: none
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
        left: 185px !important;
        top: 18px !important
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
        width: 115px !important
    }
    .banner-section-outer {
        background-position: unset !important
    }
    .banner-section {
        padding: 120px 10px 0 !important
    }
    .banner-section p {
        line-height: 22px !important;
        font-size: 15px !important;
        padding: 0 !important
    }
    .banner-section .banner-section-content {
        padding-top: 0 !important;
        margin-bottom: 30px !important
    }
}

@media screen and (max-width: 1440px) {
    .banner-section-outer .banner-section .banner_yellow_icon,
    section .banner_yellow_icon {
        top: 20px
    }
    .banner-section {
        padding: 125px 15px 0 !important
    }
    .banner-section p {
        padding-right: 0
    }
    .banner-section-outer .banner-section .banner_bottom_white_icon {
        left: 335px
    }
    .banner-section-outer .banner-section .banner_right_top_icon {
        top: -185px
    }
    .banner-section-outer .banner-section .banner_right_bottom_icon {
        bottom: 75px
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
        left: 275px;
        top: 112px
    }
    .banner-section-outer .banner-section .banner-section-content .banner_yellow_line img {
        width: 255px
    }
}

.banner-section-outer {
    background-image: url(../img/banner-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.banner-section {
    padding: 125px 235px 0;
    position: relative
}

.banner-section .banner-section-content {
    padding-top: 95px;
    position: relative;
    z-index: 1
}

.banner-section h1 {
    margin-bottom: 15px;
    line-height: 56px
}

.banner-section p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: var(--e-global-color-text);
    margin-bottom: 25px;
    padding-right: 60px
}

.btn_wrapper .getstarted_btn {
    margin-right: 18px;
    padding: 24px 55px;
    text-align: center;
    background-color: var(--e-global-color-secondary)
}

.btn_wrapper .aboutus_btn {
    padding: 24px 62px;
    text-align: center;
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-white)
}

.banner-section .banner-section-image img {
    margin-top: -50px;
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px
}

.banner-section-outer .banner-section .banner-section-content .banner_yellow_line {
    position: absolute;
    left: 238px;
    top: 138px
}

.banner-section-outer .banner-section .banner_yellow_icon {
    position: absolute;
    left: 0;
    top: 110px
}

.banner-section-outer .banner-section .banner_va_icon {
    position: absolute;
    left: 0;
    bottom: 50px
}

.banner-section-outer .banner-section .banner_bottom_white_icon {
    position: absolute;
    left: 470px;
    bottom: 0
}

.banner-section-outer .banner-section .banner_right_top_icon {
    position: absolute;
    right: 0;
    top: -76px
}

.banner-section-outer .banner-section .banner_right_bottom_icon {
    position: absolute;
    right: 0;
    bottom: 55px
}

.banner-section-outer .banner-section .banner_yellow_green_icon {
    position: absolute;
    left: 26px;
    top: 20px
}

.banner-section-outer .banner-section .banner_white_circle_icon,
input[type=file] {
    position: absolute;
    right: -20px;
    top: 120px
}

.ml-0 {
    margin-left: 0 !important
}

.ms-assist:hover {
    transform: translateY(-15px);
    box-shadow: none !important
}

.ms-assist {
    background-image: linear-gradient(155deg, #e7fbff 0, #f6e6dc 100%);
    border: .08px solid #eef1ef
}

.ms-about-list .img-overlay-list {
    top: 100px
}

.career-ms {
    border-bottom: 1px dashed #31305e;
    padding-bottom: 16px
}

input[type=file] {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default
}

.ms-achieve .logo-grid-item {
    padding: 15px 0
}

.lead {
    line-height: 1.4
}

.ms-dev-pr .game-feature-icon {
    width: 120px;
    height: 120px;
    background: 0 0
}

.testimonialSwiper .swiper-slide,
video {
    height: auto
}

.my-col {
    min-width: 20%
}

@media screen and (max-width: 480px) {
    .my-col {
        min-width: 50%
    }
}

.bg-dark-3 {
    background-color: #0f141d !important
}

.ms-techs-1 .integration-list li .single-integration img {
    height: 50px !important;
    max-width: 100% !important;
    max-height: 50px !important
}

.ms-all-accordion .accordion-item {
    border-radius: 5px !important;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0;
    color: #24262c;
    -webkit-box-shadow: rgb(13 21 55/5%) 0 5px 10px;
    box-shadow: rgb(13 21 55/5%) 0 5px 10px
}

.ms-all-accordion .accordion-button {
    background-color: #e3e5ef;
    border-bottom: none;
    border-radius: 5px !important;
    color: #24262c;
    font-weight: 500;
    font-size: 17px
}

.ms-all-accordion .accordion-button:not(.collapsed)::after {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    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;
    background-image: none;
    background: linear-gradient(95.45deg, #b3b3b3 .64%, #cecece 98.23%);
    content: "-";
    font-size: 20px;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.font-bebas {
    font-family: "Bebas Neue", cursive !important
}

.blink-soft {
    animation: 1.5s linear infinite blinker
}

.error-message {
    color: red !important;
    width: 100%;
    font-size: 12px
}

.web-port .image-bg {
    width: 100%;
    height: 500px !important;
    display: inline-block;
    position: relative
}

.web-port .image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 500px;
    border: 3px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12)
}

.ms-v-stretch {
    display: grid;
    align-items: stretch;
}

.ms2-feature-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding: 12px;
    text-align: center
}

.web-port {
    background: #0d0d20
}

/*
.ms-statics{ background: #fff;
    -webkit-box-shadow: 14px 14px 56px rgba(33,38,106,.1);
    box-shadow: 14px 14px 56px rgba(33,38,106,.1);
	margin-top: -120px;
	padding: 20px;
	z-index: 99;
	border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;
  	border-width: 3px;
  	border-style: solid;}
*/

.ms-line-height {
    line-height: 1.3 !important
}

.scroller-x {
    overflow: hidden
}

.scroller-x[data-direction=right] {
    --_animation-direction: reverse
}

.scroller-x[data-direction=left] {
    --_animation-direction: forwards
}

.scroller-x[data-speed=fast] {
    --_animation-duration: 10s
}

.scroller-x[data-speed=slow] {
    --_animation-duration: 10s
}

.scroller-x__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
    animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite
}

.scroller-x__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
        transform: translate(calc(-50% - 0.5rem))
    }
}

@keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 0.5rem));
        transform: translate(calc(-50% - 0.5rem))
    }
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.risk-gd-text {
    background: linear-gradient(111deg, #e71a61 -4.72%, #2700ff 96.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.ail-card-item {
    border: 1px solid rgba(239, 61, 61, .3098039216);
    -webkit-transition: .8s;
    transition: .8s;
    background: #fff
}

.ail-card-item:hover {
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(324.79deg, #FF3E81 -4.77%, #4706FF 107.43%) border-box;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 6px solid
}

.rounded-10 {
    border-radius: 10px;
}

.pl-40 {
    padding-left: 30px
}

.pr-40 {
    padding-right: 30px
}

.it-company-project-slider {
    margin-right: -320px !important
}

@media(max-width: 1199px) {
    .it-company-project-slider {
        margin-right: 0 !important
    }
}

.it-company-project-content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99.48%, #000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99.48%);
    inset: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width: 1399px) {
    .it-company-project-content {
        padding-left: 20px
    }
}

.it-company-project-content p {
    padding: 3px 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.it-company-project-item:hover .it-company-project-content {
    opacity: 1;
    visibility: visible
}

.it-slider-nav {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-top: 5px;
    transition: .3s ease-in-out;
}

.it-slider-nav:hover {
    background-color: #03a1cd !important
}

.it-company-slider__pagination span {
    margin: 0 !important;
    width: 88px;
    height: 4px;
    background: #fef2d8;
    opacity: 1;
    border-radius: 0
}

.it-company-slider__pagination span:hover,
.it-company-slider__pagination span.swiper-pagination-bullet-active {
    background: #ffbe3d
}

.ms-banner-stats {
    background: transparent !important;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 15px !important;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

@media(min-width: 1200px) {
    .ms-stats3::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-image: url(../img/map-left.png);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        pointer-events: none
    }
}

@media(min-width: 768px) {
    .myborder-clr {
        border-color: rgb(255 255 255 / 15%) !important
    }
}

.ticker--two {
    background-color: #fff;
    /* -webkit-transform:rotate(-3deg) translateY(-35px); */
    /* transform:rotate(-3deg) translateY(-35px); */
}

.list {
    --direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: var(--direction);
    flex-direction: var(--direction);
    margin: 0;
    padding: 0;
    list-style: none
}

.list-row {
    --direction: row
}

.ticker-container {
    width: calc(100% + 400px);
    left: -400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    position: absolute;
    top: 35px;
}

.outline-text {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color: transparent;
}

/*
.ticker, .ticker--two, .ticker-item:hover{
	 animation-play-state: paused!important;
}
*/

.ticker-item {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 140px;
    font-weight: 700;
    color: #fff;
    opacity: .2;
    white-space: nowrap;
    -webkit-animation: ticker 60s linear infinite;
    animation: ticker 60s linear infinite;
    font-family: Jost, sans-serif !important
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@-webkit-keyframes tickerTwo {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes tickerTwo {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

.service-icon img {
    box-shadow: 14px -10px 0px 0px rgb(255 255 255 / 19%)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff
}

.grid-feature {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    gap: 30px
}

.bg-feature-wrap {
    padding: 40px 15px
}

.icon-box1 {
    transition: all .3s ease-in-out;
    position: relative
}

/*
.icon-box1:hover {
    background-color: #2c2a64;
	border-radius: 10px;
}
*/

.icon-box1:hover {
    background-color: #2c2a64;
    border-radius: 10px;
}

.icon-box1:hover .icon-box1-visible {
    position: relative;
    opacity: 0;
    visibility: hidden
}

.icon-box1:hover .icon-box1-hide {
    background-color: #2c2a64;
    border-radius: 0.4375rem !important;
    opacity: 1
}

.icon-box1-hide .badge {
    font-size: 13px !important;
}

.icon-box1 .icon-box1-visible {
    vertical-align: top;
    transition: all .3s ease;
    padding: 48px 50px;
    /*border: 1px solid rgba(2,1,1,.1);*/
    opacity: 1;
    visibility: visible
}

.icon-box1 .icon-box1-visible .content .number {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #086ad8;
    display: inline-block;
    font-family: Inter, sans-serif
}

.icon-box1 .icon-box1-visible .content .icon {
    font-size: 55px;
    color: #086ad8;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px
}

.icon-box1 .icon-box1-visible .content .icon:before {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(8, 106, 216, .07);
    content: "";
    position: absolute;
    bottom: -21px;
    left: 12px
}

.icon-box1 .icon-box1-visible .button-icon-box .service-link {
    padding: 60px 19px;
    background-color: #f6f2ed;
    font-size: 20px;
    border-radius: 30px;
    color: #222
}

.icon-box1 .icon-box1-visible .button-icon-box .service-link:hover {
    background-color: #086ad8;
    color: #fff;
    border-radius: 0.4375rem !important
}

.icon-box1 .icon-box1-hide {
    transition: all .3s ease;
    padding: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

.clickable {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.icon-box1 .icon-box1-hide .icon {
    color: #fff;
    font-size: 60px
}

.icon-box1 .icon-box1-hide .number {
    color: #086ad8;
    background: hsla(0, 0%, 100%, .2);
    -webkit-background-clip: text;
    -webkit-text-stroke: .03em transparent;
    font-size: 100px;
    font-weight: 600;
    line-height: 80px;
    font-family: Inter, sans-serif
}

.icon-box1 .icon-box1-hide .title {
    margin-top: 7px;
    margin-bottom: 17px
}

.icon-box1 .icon-box1-hide .title a {
    color: #fff
}

.icon-box1 .icon-box1-hide .des {
    color: #fff;
    margin-bottom: 27px;
    font-size: 16px;
}

.icon-box1 .icon-box1-hide .button-icon-box .service-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: Inter, sans-serif
}

.icon-box1 .icon-box1-hide .button-icon-box .service-link:hover i {
    margin-left: 10px
}

.icon-box1 .icon-box1-hide .button-icon-box .service-link i {
    font-size: 12px;
    margin-left: 5px;
    transition: all .3s
}

.msgr-border {
    border-image: linear-gradient(to right, #ff0766 0%, #ff7e5d 100%) 1;
    border-width: 1px;
    border-style: solid;
}

.service-cta img {
    width: auto;
}

.service-cta {
    background-color: #fff;
    padding: 15px 50px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 60px 0 rgba(67, 67, 67, .1);
    display: block;
}

.service-cta p {
    margin-left: 22px !important;
    margin-right: 15px !important;
}

/*
.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes float-bob-x {
    0% {
        transform: translateX(-30px)
    }

    50% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(-30px)
    }
}

*/

.case1-section-area {
    position: relative;
    z-index: 1;
}

.case1-section-area .case-header-area {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .case1-section-area .case-header-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .case-header-area {
        margin-bottom: 30px;
    }
}

.case1-section-area .cs_case_study_1_list {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study_1_list {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .case1-section-area .cs_case_study_1_list {
        flex-direction: column;
    }
}

.case1-section-area .cs_case_study_1_list>.cs_case_study.cs_style_1 {
    flex: 1;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    transition: all 0.2s ease;
    left: 80px;
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
        left: 0;
        opacity: 1;
    }
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active {
    flex: 3;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
    opacity: 1;
    left: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}

.case1-section-area .cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
    transform: scale(0) rotate(360deg);
    transition-delay: 0.1s;
}

.case1-section-area .cs_case_study.cs_style_1 {
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .case1-section-area .cs_case_study.cs_style_1 {
        height: 600px;
    }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px;
    }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px;
    }
}

.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    height: 55px;
    width: 55px;
    transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none;
    }
}

.case1-section-area .cs_case_study_thumb {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study_thumb.cs_case_study_thumb7 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0px 8px;
    border-radius: 5px;
    height: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
        margin: 0 0 24px 0;
    }
}

@media (max-width: 767px) {
    .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
        margin: 0 0 24px 0;
    }
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
    opacity: 0;
    transition: all 0.4s;
}

.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
    left: 0;
    transition: all 0.4s;
    opacity: 1;
}

.case1-section-area .content-area1 {
    position: absolute;
    transform: rotate(-90deg);
    width: 320px;
    height: auto;
    left: -105px;
    bottom: 162px;
    transition: all 0.4s;
    opacity: 1;
}

.case1-section-area .content-area1 a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-semibold);
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.4s;
    width: 100%;
}

.case1-section-area .content-area {
    position: absolute;
    z-index: 1;
    transition: all 0.4s;
    padding: 0 24px 24px 24px;
    bottom: 0;
    left: -100%;
    opacity: 0;
}

.case1-section-area .content-area a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-semibold);
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.4s;
    width: 100%;
    margin-bottom: 8px;
}

.case1-section-area .content-area p {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s26);
    font-weight: var(--ztc-weight-regular);
    color: #B2BBC6;
    transition: all 0.4s;
}

.top-ms-logo {
    margin: -62px 50px 0px !important;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
    box-shadow: rgb(13 21 55 / 10%) 0 5px 50px;
}

.portfolio-stack {
    width: 100%;
    position: relative;
    height: 460px;
}

@media only screen and (min-width: 768px) {
    .portfolio-stack {
        height: 530px;
    }
    .mr1 {
        border-radius: 0 30px 30px 0
    }
}

@media only screen and (min-width: 1400px) {
    .portfolio-stack {
        height: 630px;
    }
}

@media only screen and (min-width: 1600px) {
    .portfolio-stack {
        height: 750px;
    }
}

.portfolio-stack {
    width: 100%;
    position: relative;
    height: 460px;
}

@media only screen and (min-width: 768px) {
    .portfolio-stack {
        height: 530px;
    }
}

@media only screen and (min-width: 1400px) {
    .portfolio-stack {
        height: 630px;
    }
}

@media only screen and (min-width: 1600px) {
    .portfolio-stack {
        height: 750px;
    }
}

.stack-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
    border-radius: 20px !important;
}

@media only screen and (min-width: 768px) {
    .stack-item {
        padding-bottom: 0rem;
    }
}

@media only screen and (min-width: 1600px) {
    .stack-item {
        padding-bottom: 0rem;
    }
}

.stack-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 0rem;
}

@media only screen and (min-width: 768px) {
    .stack-item {
        padding-bottom: 0rem;
    }
}

@media only screen and (min-width: 1600px) {
    .stack-item {
        padding-bottom: 0rem;
    }
}

.portfolio-stack__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #BABEC8;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    background-size: cover;
}

.portfolio-stack__descr {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.4rem 3rem;
}

@media only screen and (min-width: 768px) {
    .portfolio-stack__descr {
        display: block;
        width: 60%;
        padding: 2.6rem 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .portfolio-stack__descr {
        width: 40%;
        padding: 4rem 5rem 4.6rem 5rem;
    }
}

@media only screen and (min-width: 1600px) {
    .portfolio-stack__descr {
        width: 33.3334%;
    }
}

.portfolio-stack__title {
    color: var(--t-per-bright-light);
}

.portfolio-stack__title.dark {
    color: var(--t-per-bright-dark);
    font-weight: 400;
}

.portfolio-stack__title.light {
    color: var(--neutral-white);
    font-weight: 300;
}

.portfolio-stack__text {
    margin-top: 3rem;
    font-weight: 300;
    color: var(--t-per-bright-light);
}

.portfolio-stack__text.dark {
    font-weight: 400;
    color: var(--t-per-bright-dark);
}

@media only screen and (min-width: 1400px) {
    .portfolio-stack__text {
        margin-top: 4rem;
    }
}

.hd-brands-section .hd-brands-box {
    padding: 90px 40px;
    background-color: #222;
    border-radius: 12px
}

.hd-brands-wrapper {
    gap: 0
}

.hd-brands-wrapper .hd-single-brand {
    width: 25%;
    min-height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 18px
}

.hd-brands-wrapper .hd-single-brand.border-line-right {
    border-right: 1px solid rgba(207, 207, 207, .15)
}

.hd-brands-wrapper .hd-single-brand.border-line-bottom {
    border-bottom: 1px solid rgba(207, 207, 207, .15)
}

@media(max-width: 575.98px) {
    .hd-brands-wrapper .hd-single-brand {
        width: 33%
    }
    .hd-brands-wrapper .hd-single-brand.border-line-right,
    .hd-brands-wrapper .hd-single-brand.border-line-bottom {
        border-right: 0;
        border-bottom: 0
    }
}

@media(max-width: 460px) {
    .hd-brands-wrapper .hd-single-brand {
        width: 50%
    }
}

.hd-title h2 mark .line-shape {
    left: 10px;
    bottom: -12px;
    width: 150%;
}

@media(min-width: 320px)and (max-width: 991px) {
    .integration-list-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .integration-list-wrap a {
        position: inherit;
        width: 45px
    }
    .integration-list-wrap a img {
        padding: 10px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .integration-list-wrap a img {
        padding: 0
    }
    .integration-list-wrap a {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 8px;
        margin-left: 8px
    }
}

.integration-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 25px;
    justify-items: center
}

.integration-list li {
    /*  width: 100%;
	-webkit-box-shadow: rgba(13,21,55,.06) 0 5px 50px!important;
    box-shadow: rgba(13,21,55,.06) 0 5px 50px!important;
	background: #fff!important*/
}

.integration-list li .single-integration {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.integration-list li .single-integration {
    display: block;
    margin: auto;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.integration-list li .single-integration img {
    width: 100%;
    height: auto;
    max-width: 35px;
    max-height: 35px;
    margin: auto
}

.integration-list li .single-integration:hover {
    -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.integration-logo {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12)
}

@media(min-width: 768px) {
    .integration-logo-wrap {
        grid-gap: 12px
    }
}

.integration-icon {
    width: 22px;
    height: 22px
}

.included-feature-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback-section {
    background-color: #fff
}

.clutch-feed p {
    font-size: 16px;
    color: #000
}

.clutch-card {
    border: 1px solid #2e2e52;
    border-radius: 16px;
    background-color: #ffff
}

.clutch-feed .avatar-name {
    font-size: 22px !important;
    font-weight: 500;
    font-family: Jost, sans-serif !important
}

.clutch-card .card-body {
    padding: 24px
}

.clutch-card__user {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.avatar-info .text-muted {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 18px;
}

.avatar-info {
    padding-top: 7px;
}

.clutch-card__user-sub {
    font-size: 12px;
    color: dimgray
}

.clutch-card__msg {
    color: #b4b4cd;
    font-weight: 600
}

.clutch-card__time {
    font-size: 12px;
    color: #9494bd
}

.ms-cs-link:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    margin-left: 13px
}

.mk-feature-dashboard .mk-feature-dot {
    left: -60px;
    top: 50px;
    z-index: 1;
}

.mk-feature-dashboard {
    z-index: 1;
}

.mk-heading {
    line-height: 1.2 !important;
    font-size: 27px;
    font-weight: 600
}

@media(max-width: 767px) {
    .mk-heading {
        line-height: 1.2 !important;
        font-size: 18px;
        font-weight: 600
    }
}

.mshadow1 {
    -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .1)
}

.ms-wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
}

.inner-wrapper {
    height: 100%;
    padding: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.ms-wrapper .screen {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(calc(-50% - 1px), calc(-50% - 15px));
    overflow: hidden;
    width: 280px;
    height: 595px;
    border-radius: 40px;
}

.ms-wrapper .screen img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    opacity: 0;
    border-radius: 40px;
}

.ms-wrapper img {
    width: 305px;
    z-index: 1;
    pointer-events: none;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}

.swiper-slide h5 {
    font-weight: 400 !important;
    margin-top: -5px;
}

.ms-stats-bg1 {
    background: rgba(15, 14, 40, .74) !important;
}

.ms-stats-bg1 h4 {
    color: rgba(255, 255, 255, 1) !important
}

.ms-stats-bg1 span {
    color: rgba(255, 255, 255, 1) !important
}

.ms-software-sec {
    position: absolute;
    left: 0px;
    bottom: 25px;
    z-index: 1;
    border-left: 7px solid #8C8CA0;
    width: 340px;
    -webkit-box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
    box-shadow: 14px 14px 56px rgba(33, 38, 106, .1);
}

.ms-software-sec p {
    font-size: 14px !important
}

.cyber-testimonial-author-img img {
    border: 1px solid #8C8CA0;
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px;
}

.ms-sof-sec .swiper-button-next {
    right: -50px !important;
    left: auto !important;
}

.ms-sof-sec .swiper-button-prev {
    left: -50px !important;
    right: auto !important;
}

@media (min-width: 320px) and (max-width:768px) {
    .clutch-feed .badge img {
        width: 100px !important
    }
    .ms-about-1 .ps-5 {
        padding: 15px !important;
    }
    .ms-about-1 .ms-icons .icon-box {
        width: 60px !important;
        height: 60px !important;
        line-height: 60px;
        margin-bottom: 15px !important
    }
    .ms-about-1 .d-flex {
        display: inline-block !important
    }
    .nomargin {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.testi_ms {
    background: #002d97
}

.testi_ms .card {
    width: 100%;
    height: auto;
    background: #002d97;
    cursor: pointer;
}

.testi_ms .card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testi_ms .card .image img {
    width: 100%;
    transition: .5s;
    border-radius: 5px;
}

.testi_ms .card:hover .image img {
    opacity: .5;
    border-radius: 5px;
    transform: translateX(33%);
    /*100%*/
}

.testi_ms .card .details {
    position: absolute;
    border-radius: 5px 0 0 5px;
    top: 0;
    left: 0;
    width: 80%;
    /*100%*/
    height: 100%;
    background: #ffff;
    transition: .5s;
    transform-origin: left;
    border-right: 5px solid #ffc107;
    transform: perspective(2000px) rotateY(-90deg);
}

.testi_ms .card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}

.testi_ms .card .details .center {
    padding: 20px;
    text-align: left;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testi_ms .card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
}

.testi_ms .card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}

.testi_ms .card .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #24262c;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 500
}

.testi_ms .card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
}

.testi_ms .card .details .center ul li {
    list-style: none;
    margin: 0 5px 0 0;
    float: left;
}

.testi_ms .card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.testi_ms .card .details .center ul li a:hover {
    background: #ff3636;
}

.comp-logo {
    position: absolute;
    top: 12px;
    left: 0px;
}

.comp-logo img {
    width: 45px !important
}

.comp-logo .rounded-3 {
    border-radius: 0 7px 7px 0 !important
}

.sh-feedback-client h6 {
    font-family: Jost, sans-serif !important;
    font-weight: 500 !important
}

.ms-sw_bg {
    background: rgb(255, 255, 255) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(20, 19, 47, 1) 60%) !important;
}

.fab.fa-twitter {
    font-family: sans-serif;
}

.fab.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.mob-phone {
    right: 45px;
    font-size: 20px;
    margin-top: 5px;
    color: #575757
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 2.5rem;
        font-weight: 600 !important
    }
}

mark {
    padding: 1px 15px !important
}

.ca-two-border {
    border: 1px solid !important
}

.ca-two-border-color {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-color: #ffff !important;
    -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .1) !important
}

.rounded-8 {
    border-radius: 8px
}

.padding-6 {
    padding: 1.5rem !important
}

.risk-border-hover:hover {
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(324.79deg, #007FFF -4.77%, #FF4D54 107.43%) border-box;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.risk-info-card:hover h5 span.risk-bg-color,
.risk-info-card:hover .h5 span.risk-bg-color {
    background: -webkit-gradient(linear, right top, left top, color-stop(-29.66%, #007FFF), color-stop(117.57%, #FF4D54));
    background: linear-gradient(270deg, #007FFF -29.66%, #FF4D54 117.57%);
}

.risk-gd-text {
    background: -webkit-gradient(linear, right top, left top, color-stop(26.08%, #007FFF), color-stop(116.12%, #FF4D54));
    background: linear-gradient(270deg, #007FFF 26.08%, #FF4D54 116.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

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

.risk-bg-color {
    background-color: #0c7df8;
}

.risk-info-card h5 span,
.risk-info-card .h5 span {
    position: relative;
    display: inline-block;
    height: 2px;
    width: 54px;
    margin-right: 12px;
    top: -5px
}

.risk-bg-color-two {
    background-color: #00193c;
}

.fw-700 {
    font-weight: 700;
}

.risk-service-count {
    width: 30px !important;
    height: 30px !important;
    background: #24262c;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    font-family: Jost, sans-serif !important;
    font-size: 12px !important;
}

@media(max-width: 1399px) {
    .risk-counter-item h3,
    .risk-counter-item .h3 {
        font-size: 38px
    }
}

@media(max-width: 991px) {
    .risk-counter-item {
        padding-left: 0;
        border: 0
    }
    .mb-xs-5 {
        margin-bottom: 40px;
    }
}

.risk-gd-border-line {
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(1.13%, rgba(0, 25, 60, 0)), color-stop(63.18%, #4DAAFF), color-stop(105.56%, rgba(0, 25, 60, 0)));
    background: linear-gradient(270deg, rgba(0, 25, 60, 0) 1.13%, #4DAAFF 63.18%, rgba(0, 25, 60, 0) 105.56%);
}

.fs-20 {
    font-size: 24px !important;
}

.fw-semibold {
    font-weight: 600 !important
}

.text-success {
    color: #09B850 !important
}

.ms-webarrow {
    margin-left: -100px;
    margin-bottom: -25px;
}

.fw-medium {
    font-weight: 500
}

.single-payment-step h5 {
    font-size: 22px;
    font-weight: 500
}

.hero-payment-gateway {
    background: url("../img/iosbg.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.payment-hero-img .h-shape {
    position: absolute;
    right: 0;
    top: 21%
}

@media(min-width: 320px)and (max-width: 768px) {
    .payment-gateway-text {
        padding-top: 200px
    }
    .payment-hero-img .h-shape {
        display: none
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.ms-border-bottom-1 {
    border-bottom: 4px solid #015cc0
}

.d-contents {
    display: contents !important
}

.sectiontwoimg {
    width: 70px;
}

.ms-border-light {
    border-width: thin
}

.wtsdepartmentmenu .app-two-single-feature-icon.box-three i {
    background-color: #eeeefb;
    color: #363450;
}

.wtsdepartmentmenu .app-two-single-feature-content h3 {
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
    font-weight: 600 !important
}

.wtsdepartmentmenu .app-two-single-feature-icon i {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    display: inline-block
}

.left-0 {
    left: 0 !important
}

.app-list li {
    display: flex
}

.fw-bold {
    font-weight: 600 !important;
}

.pwa p {
    font-size: 18px !important
}

p {
    font-size: 17px !important;
    font-weight: 400 !important
}

@media (max-width: 1440px) {
    .pwa p {
        font-size: 16px !important
    }
    p {
        font-size: 16px !important
    }
}

@media (max-width: 1024px) {
    .pwa p {
        font-size: 12px !important
    }
    p {
        font-size: 12px !important
    }
}

@media (max-width: 1200px) {
    .pwa p {
        font-size: 13px !important
    }
    p {
        font-size: 14px !important
    }
}

.ai-wt-bg {
    background-color: #000715;
}

.top-0 {
    top: 0 !important;
}

.ai-wt-brand-text {
    background: linear-gradient(272deg, #3B82F6 1%, #24AA4A 43.09%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    display: inline-block
}

.pay-gw-gg-bg {
    background-image: url(../img/home_34/gg-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.pay-body-color {
    background-color: #f3f3f3
}

.pay-op-body-color {
    background-color: #f2f1ec
}

.pay-bg-color {
    background-color: #00473c
}

.pay-bg-two {
    background-color: #faf9f6
}

.pay-gw-color {
    color: #00473c
}

.pay-card-icon-wpreer .shape-1 {
    right: -15px;
    bottom: -15px
}

.pay-card-icon {
    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;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #fff
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .625rem;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    line-height: 1.1 !important;
    color: #24262c
}

.ma-contact {
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width: 991px) {
    .ma-contact {
        background-image: none;
        background-color: #111927
    }
    .fs-64 {
        font-size: 2.15rem !important;
    }
    .fs-20 {
        font-size: 20px !important;
    }
    .fs-5 {
        font-size: 1.1rem !important;
    }
}

.contact-benefit {
    max-width: 400px
}

.ma-form {
    margin-top: -15px
}

.ma-form-wrapper {
    right: 0;
    top: 0px
}

@media(max-width: 991px) {
    .ma-form-wrapper {
        position: inherit !important
    }
}

.ma-contact-img {
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ma-warning-text {
    color: #fca200 !important;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-64 {
    font-size: 2.75rem;
}

.marketplace-agency {
    background-image: url(../img/noise-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media(max-width: 1199px) {
    .marketplace-agency {
        padding-top: 120px
    }
}

@media(max-width: 767px) {
    .marketplace-agency {
        padding-top: 100px
    }
}

@media(max-width: 767px) {
    .marketplace-agency .mb-40 {
        margin-bottom: 0
    }
}

.marketplace-agency .crm-fd-slide-control-wrapper {
    top: -200px
}

.step-card-36 {
    border: 0;
    border-radius: 1rem;
}

.step-card-36:hover .step-card-36__title {
    -webkit-text-fill-color: #000
}

.step-card-36__title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width: 768px) {
    .step-card-36 .card-body {
        padding: 48px
    }
}

.step-card-36 .card-footer {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: center
}

.ca-card-title {
    position: sticky;
    top: 85px;
    left: 0
}

.ms-test-pix {
    border: 1px solid #eee;
    border-radius: 5px;
}

.ca-two-subtitle {
    font-size: 16px;
    font-weight: 600
}

.ca-two-subtitle.two {
    font-size: 14px;
    font-weight: 500
}

.ca-two-subtitle span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    margin-right: 6px
}

.ca-two-arrow-btn {
    height: 24px;
    width: 24px;
    border-radius: 50px
}

.ca-two-call-btn .call-btn {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 15px solid #141414
}

.ca-two-call-btn .call-btn svg {
    background-color: #fff
}

.ca-two-hover-bg:hover {
    background-color: #f6f6f6
}

.ca-two-border-hover:hover {
    border-right: 1px solid #666
}

.ca-border-hover-color:hover div {
    border-color: #fec5fb !important
}

@media(max-width: 767px) {
    .ca-two-title {
        font-size: 26px;
        line-height: 36px
    }
}

.ca-two-bg-hover-two:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a;
    color: #fff !important
}

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

.dg-outline-btn {
    border: 1px solid #d7d7d7;
    color: #666;
}

@media(max-width: 991px) {
    .ca-two-portfolio-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media(max-width: 991px) {
    .ca-two-portfolio-area .pl-40 {
        padding-left: 0;
        margin-top: 40px
    }
}

@media(max-width: 434px) {
    .ca-two-portfolio-area .ca-two-btn-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px !important;
        margin-top: 30px
    }
}

.mk-feature-content .mk-heading {
    font-size: 18px;
     !important
}

.mk-feature-content h2 {
    font-size: 32px !important;
    margin-bottom: 5px !important
}

.z-index-2 {
    z-index: 2 !important
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .mobile-pb {
        padding-bottom: 0px !important;
    }
    .link-with-icon {
        margin: 0 0 10px 0;
    }
}

i.icon-info-tech {
    background-color: #0161cd;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    justify-content: space-between;
    padding: 5px 0 0 0;
}

.heading-title p {
    font-weight: 600;
    font-size: 16px !important;
    padding: 2px 0 0 10px;
}

.hero-heading h1 {
    line-height: 55px !important;
}

a.no-border {
    border: none !important;
}

.ms-service-h::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.ms-service-h {
    min-height: 470px;
    max-height: 470px;
    overflow-y: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media(min-width: 1200px) {
    .about-36-scroller {
        position: relative;
        z-index: -1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.scroller-x[data-speed=slow] {
    --_animation-duration: 50s
}

.scroller-x__list li span {
    margin-top: 10px;
    color: #1f19ff !important
}

.list-unstyled li {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.icon-box-ms {
    margin-bottom: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.icon-box-ms i {
    width: 40px !important;
    height: 40px !important;
    line-height: 42px !important;
    text-align: center;
    font-size: 20px;
    display: block
}

.more-item {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.more-item img {
    border-radius: 15px;
    width: 100%;
    transition: all .5s;
}

.more-item-info {
    position: absolute;
    top: 45%;
    display: block;
    transition: all .3s ease-in-out;
    z-index: 1;
    text-align: center !important;
    color: #fff !important;
    font-size: 18px;
    border: 0.01em solid #fff;
    padding: 5px 0px;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}

.more-item-info:hover {
    background: #fff;
    color: #333 !important
}

.more-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    transition: all .3s;
    background: rgba(0, 0, 0, .6);
}

.more-item img {
    border-radius: 15px;
    width: 100%;
    transition: all .5s
}

.dropdown-header {
    font-size: 17px !important
}

.text-black {
    color: #2a2a2a !important
}

.app-portfolio-sec {
    margin-top: 420px
}

@media (max-width: 1023px) {
    .app-portfolio-sec {
        margin-top: 400px
    }
}

.single-portfolio-item .portfolio-item-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out !important;
    border-radius: 10px;
    z-index: 2
}

.portfolio-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
    visibility: hidden !important;
    z-index: 5;
    transition: .19s ease-in-out !important;
    opacity: 0
}

.single-portfolio-item:hover .portfolio-info {
    visibility: visible !important;
    opacity: 1;
    transition: .3s ease-in-out !important;
}

.portfolio-info .categories {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block
}