/* ------------------------------------------------
  Project:   Labozu - Laboratory & Science Research HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Text color
  4. Background color
  5. Banner Slider
  6. List Icon
  7. Contact Form
  8. Extra
  9. Responsive Css
------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&amp;display=swap');

:root {
    --themeht-primary-color: #1253be;
    --themeht-secondary-color: #001d2d;
    --themeht-text-color: #000812;
    --themeht-body-color: #4f4f4f;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #010101;
    --themeht-bg-light-color: #f6f7ff;
    --themeht-border-light-color: #E5E5E5;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Plus Jakarta Sans", sans-serif;
    --themeht-typography-secondary-font-family: "Familjen Grotesk", sans-serif;
}

/* ------------------------
    General
------------------------*/
body {
    scroll-behavior: smooth;
    font-family: var(--themeht-typography-body-font-family);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: var(--themeht-body-color);
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    margin-bottom: 20px;
    color: var(--themeht-text-color);
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

.h1, h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
}

.h2, h2 {
    line-height: 58px;
    font-weight: 400;
    font-size: 40px;
    font-family: 'Plus Jakarta Sans';
}

.h3, h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.h4, h4 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
}

.h5, h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.h6, h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

ul {
    margin-left: 0;
}

label {
    display: inline-block;
    color: var(--themeht-text-color);
    font-size: 16px;
    margin-bottom: 7px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
    font-size: 14px;
}

.lead {
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

section {
    padding: 65px 0px 65px;
    position: relative;
}

.rounded {
    border-radius: 24px !important;
}

.img-border {
    border: 10px solid var(--themeht-white-color);
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: var(--themeht-primary-color);
}

.text-black {
    color: var(--themeht-text-color) !important;
}

.text-grey {
    color: var(--themeht-body-color);
}

.text-muted {
    color: #979797 !important;
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: var(--themeht-white-color) !important;
}

.dark-bg {
    background-color: #101820;
}

.light-bg {
    background-color: var(--themeht-bg-light-color);
}

.primary-bg {
    background-color: var(--themeht-primary-color);
}

.secondary-bg {
    background-color: var(--themeht-secondary-color);
}

.transparent-bg {
    background-color: inherit !important;
}

.border-light {
    border-color: var(--themeht-border-light-color) !important
}

/* ------------------------
    Banner
------------------------*/
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-slider {
}

    .banner-slider .slider-img {
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background-size: 100% 100%;
    }



.slider-img::before {
    position: absolute;
    content: '';
    /* background: linear-gradient(90deg, #ffffff 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.80;
    z-index: 9;
}

.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev {
    transform: scale(0);
    width: 50px;
    height: 50px;
    background-image: none !important;
    border-radius: 100%;
    line-height: inherit;
    background: var(--themeht-primary-color);
    border: none;
}

    .banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover {
        background: var(--themeht-bg-dark-color);
    }

    .banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after {
        font-size: 20px;
        color: var(--themeht-white-color);
        line-height: 50px !important;
    }

    .banner-slider .swiper-button-next:hover:after, .banner-slider .swiper-button-prev:hover:after {
        color: var(--themeht-white-color);
    }

.banner-slider:hover .swiper-button-next, .banner-slider:hover .swiper-button-prev {
    transform: scale(1);
}

.banner-slider.swiper:hover .swiper-button-prev {
    left: 10px;
}

.banner-slider.swiper:hover .swiper-button-next {
    right: 10px;
}

#banner-pagination {
    position: absolute !important;
    right: 150px;
    left: inherit;
    margin: 0;
    text-align: right;
    width: auto;
    bottom: 50px;
    font-size: 18px;
    color: var(--themeht-white-color);
}

.banner-slider .themeht-btn + .themeht-btn {
    margin-left: 20px;
}

.banner-slider h6 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider h1 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider p {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
}

.banner-slider .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-slider .swiper-slide-active h6 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 500ms;
}

.banner-slider .swiper-slide-active h1 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-slider .swiper-slide-active p {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 1500ms;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.banner-slider .swiper-slide-active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 2000ms;
}

.banner-content {
    padding: 70px 0 100px 50px;
    position: relative;
    z-index: 9;
    background-image: url(/images/slider.png);
    height: 600px;
    background-size: 100% 100%;
}

    .banner-content .banner-text {
        width: 50%;
        margin-top: 40px;
    }

.banner-slider h1 {
    font-weight: 700;
    font-size: 100px;
    line-height: 110px;
    color: var(--themeht-primary-color);
}

    .banner-slider h1 span {
        font-weight: 600;
        color: var(--themeht-text-color);
        display: block;
    }

.banner-content p {
    max-width: 50%;
    margin: 0;
}

.banner-3 {
    padding: 50px 0;
}

    .banner-3 .banner-img {
        width: 700px;
        height: 700px;
        background-size: cover;
        clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    }

    .banner-3 h6 {
        color: var(--themeht-text-color);
        border: 1px solid var(--themeht-border-light-color);
        display: inline-block;
        padding: 6px 12px 6px 6px;
        border-radius: 4px;
    }

        .banner-3 h6 span {
            background: var(--themeht-primary-color);
            display: inline-block;
            padding: 8px 14px;
            border-radius: 4px;
            font-size: 14px;
            line-height: 1;
            color: var(--themeht-white-color);
            margin-right: 10px;
        }

.banner-4 .slider-img::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, var(--themeht-primary-color) 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%);
    opacity: 1
}

.banner-4 h6, .banner-4 h1, .banner-4 h1 span, .banner-4 p {
    color: var(--themeht-white-color);
}

/* ------------------------
    Error
------------------------*/
.error-path {
    stroke-dasharray: 800;
    stroke-dashoffset: 800;
    animation: dash 5s linear alternate infinite;
}

    .error-path path {
        stroke: var(--themeht-primary-color)
    }

        .error-path path:nth-child(2) {
            stroke: var(--themeht-primary-color)
        }

        .error-path path:nth-child(3) {
            stroke: var(--themeht-secondary-color)
        }

/* ------------------------
    Timeline
------------------------*/
.main-timeline:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: var(--themeht-border-light-color);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.timeline_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.timeline-order-1 {
    order: 3;
}

.timeline-order-2 {
    order: 2;
    left: 20px;
}

.timeline-order-3 {
    order: 1;
}

.main-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    position: relative;
    right: 20px;
    font-size: 30px;
    background: var(--themeht-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--themeht-primary-color);
    border-radius: 50%;
    z-index: 9;
}

.main-timeline .date-content {
    width: 50%;
    position: relative;
}

    .main-timeline .date-content:before {
        content: "";
        width: 50%;
        height: 1px;
        background: var(--themeht-border-light-color);
        margin: auto 0;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
    }

.main-timeline .timeline-order-1:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    position: absolute;
    padding-right: 30px;
    margin-right: 50% !important;
}

.main-timeline .date {
    display: flex;
    line-height: 1;
    font-weight: 700;
    font-size: 30px;
    color: var(--themeht-white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    align-items: center;
    justify-content: center;
    background: var(--themeht-primary-color);
    border-radius: 50%;
    width: 125px;
    height: 125px;
    z-index: 1;
}

.main-timeline .timeline-content {
    padding: 20px 20px;
}

@media (max-width: 640px) {
    .timeline {
        flex-direction: column !important;
    }

    .main-timeline:before {
        margin-left: 1px;
    }

    .main-timeline .timeline-icon {
        margin: auto 2px;
    }

    .main-timeline .timeline-content {
        padding: 40px 30px;
    }

    .timeline-order-1 {
        order: 2;
    }

    .timeline-order-2 {
        order: 1;
        left: -1em;
    }

    .timeline-order-3 {
        order: 3;
    }

    .timeline-order-1b {
        order: 2;
    }

    .timeline-order-2b {
        order: 1;
        left: -1em;
    }

    .timeline-order-3b {
        order: 3;
    }

    .main-timeline .timeline-order-1:before {
        width: 100%;
    }

    .main-timeline .timeline-order-1b:before {
        width: 100%;
    }

    .main-timeline .timeline-order-1b:before {
        content: "";
        width: 100%;
        height: 2px;
        background: var(--themeht-border-light-color);
        position: absolute;
        top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-right: 50% !important;
    }

    .main-timeline .date {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 350px) {
    .timeline-icon {
        visibility: hidden;
    }

    .main-timeline .date-content:before {
        visibility: hidden;
    }

    .date-content {
        left: -15px;
    }
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    display: flex;
    align-items: center;
}

.video-btn-icon {
    position: relative;
    display: inline-block;
    z-index: 9;
}

    .video-btn-icon > i {
        color: var(--themeht-primary-color);
        font-size: 30px;
    }

.video-btn span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: var(--themeht-text-color);
    margin-left: 10px;
    flex-shrink: 0
}

.video-btn.style-2 {
    position: relative;
    display: inline-block;
}

    .video-btn.style-2 .play-btn {
        animation: ripple-white 1s linear infinite;
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .video-btn.style-2 .play-btn i {
            font-size: 34px;
            line-height: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            color: var(--themeht-white-color);
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.2s ease-out !important;
            transform: translate3d(-50%, -50%, 0);
        }

/* ------------------------
    List Icon
------------------------*/
.list-icon.style-1 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

    .list-icon.style-1 li:last-child {
        margin-bottom: 0
    }

    .list-icon.style-1 li i {
        color: var(--themeht-primary-color);
        font-size: 20px;
        line-height: 1;
        margin-right: 10px;
        flex-shrink: 0;
    }

.list-icon.style-2 li {
    position: relative;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    font-size: 22px;
    color: #4c62fd;
}

    .list-icon.style-2 li:last-child {
        margin-bottom: 0;
        font-size: 20px;
        color: #4c62fd;
    }

    .list-icon.style-2 li i {
        color: var(--themeht-primary-color);
        font-size: 18px;
        line-height: 1;
        margin-right: 10px;
    }

/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.marquee-text {
    animation: marquee 40s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

    .marquee-text span {
        font-size: 150px;
        line-height: 150px;
        margin: 0 30px;
        font-weight: 800;
        text-transform: uppercase;
        color: var(--themeht-primary-color);
    }

        .marquee-text span:nth-child(2n+2) {
            color: var(--themeht-white-color);
            text-shadow: -1px -1px 0 var(--themeht-text-color), 1px -1px 0 var(--themeht-text-color), -1px 1px 0 var(--themeht-text-color), 1px 1px 0 var(--themeht-text-color);
        }

.marquee-wrap:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    z-index: 9;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1);
}

.marquee-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1);
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed var(--themeht-border-light-color);
    border-bottom: 2px dashed var(--themeht-border-light-color);
}

    .countdown > li {
        font-weight: 700;
        text-align: center;
        list-style-type: none;
        display: table-cell;
        width: auto;
    }

        .countdown > li span {
            font-size: 70px;
            font-weight: 700;
            line-height: 60px;
            display: inline-block;
        }

        .countdown > li p {
            font-size: 20px;
            display: inline-block;
            line-height: 30px;
            margin-bottom: 0;
            color: var(--themeht-text-color);
        }

.coming-soon .subscribe-form {
    margin: 0 auto;
}

/* ------------------------
 Shape & Animation
------------------------*/
.animated-icon-shape {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.small-circle-animation {
    animation: small-animation 2s infinite linear;
    position: absolute;
    width: 60px;
}

.animated-icon-shape img:nth-child(1) {
    left: 6%;
    top: 10%;
}

.animated-icon-shape img:nth-child(2) {
    left: 2%;
    bottom: 15%;
    animation: small-animation2 2s infinite linear;
}

.animated-icon-shape img:nth-child(3) {
    right: 6%;
    top: 5%;
    animation: small-animation2 2s infinite linear;
}

.animated-icon-shape img:nth-child(4) {
    right: 2%;
    bottom: 20%;
}

.animated-icon-shape.style-2 img:nth-child(2) {
    left: auto;
    right: 2%;
    bottom: 20%;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.link-about {
    border: 1px solid var(--themeht-border-light-color);
    border-radius: 4px;
    padding: 20px 30px 20px 20px;
}

    .link-about span {
        padding: 5px 15px;
        background-color: var(--themeht-bg-dark-color);
        border-radius: 4px;
        color: var(--themeht-white-color);
        margin-right: 10px
    }

    .link-about a {
        color: var(--themeht-primary-color);
        margin-left: 10px;
        font-weight: 700;
        text-decoration: underline !important;
    }

.testimonial-sec-bg {
    background-image: url("../images/bg/03.webp");
    background-position: 66% 87%;
    background-repeat: no-repeat;
    background-size: 1460px 1260px;
}

    .testimonial-sec-bg.style-2 {
        background-position: 96% 70%;
        background-size: 1170px 1260px;
    }

.sonar-wrapper {
    z-index: 0;
    position: absolute;
    right: 70px;
    bottom: 20%;
}

.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

.spinner {
    position: absolute;
    left: 100px;
    top: 30%;
}

    .spinner::after, .spinner::before {
        box-sizing: border-box;
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: 50%;
        animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
        left: 50%;
        background: var(--themeht-primary-color);
    }

    .spinner::after {
        background: var(--themeht-secondary-color);
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
    }

.image-video-sec {
    padding: 400px 0 120px;
}

.bg-dark-gradient-overlay {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .bg-dark-gradient-overlay:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent));
        background: linear-gradient(to top, #141622 7%, transparent 100%);
        opacity: .75;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        content: "";
        z-index: -1;
    }

.ht-first-letter::first-letter {
    font-size: 30px;
    line-height: 30px;
    padding: 8px;
    margin-top: 5px;
    border-radius: 5px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin-right: 8px;
    background: var(--themeht-primary-color);
    color: var(--themeht-white-color);
}

/* ------------------------
 Clients Logo
------------------------*/
.clients-logo {
    text-align: center;
}

    .clients-logo img {
        width: 100px;
        -webkit-filter: contrast(0%);
        filter: contrast(0%);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer;
    }

    .clients-logo:hover img {
        -webkit-filter: none;
        filter: none;
        opacity: 1;
    }

.client-text {
    text-align: center;
    position: relative;
}

    .client-text:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1;
        background: var(--themeht-border-light-color);
        width: 70%;
        height: 1px;
    }

    .client-text span {
        background: var(--themeht-white-color);
        padding: 5px 40px;
    }

.client-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.client-swiper .swiper-slide {
    display: flex;
    align-items: center;
    width: auto !important;
    padding: 0 50px;
}

/* ------------------------
Extra
------------------------*/
.contact-info {
    padding: 30px;
}

    .contact-info li {
        padding-left: 50px;
        padding-top: 5px;
        position: relative;
        margin-bottom: 20px;
    }

        .contact-info li:last-child {
            margin-bottom: 0;
        }

        .contact-info li i {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 50px;
            font-size: 36px;
            color: var(--themeht-primary-color);
            display: inline-block;
        }

        .contact-info li span {
            font-size: 12px;
            line-height: 1;
            color: var(--themeht-body-color);
            font-weight: 700;
            display: block;
            margin-bottom: 4px;
            text-transform: uppercase;
        }

        .contact-info li p {
            margin-bottom: 0;
            line-height: 24px;
            color: var(--themeht-text-color);
        }

        .contact-info li a {
            color: var(--themeht-text-color);
        }

            .contact-info li a:hover {
                color: var(--themeht-primary-color);
            }

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    line-height: 1;
    color: var(--themeht-text-color)
}

.form-control {
    height: 55px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--themeht-text-color);
    background-color: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
}

textarea.form-control {
    height: 120px;
    border-radius: 4px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: var(--themeht-primary-color);
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 55px !important;
    color: var(--themeht-body-color);
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg );
    -moz-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg );
    -ms-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg );
    -o-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg );
    filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg );
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: var(--themeht-body-color);
}

.form-control::-moz-placeholder {
    color: var(--themeht-body-color);
}

.form-control:-ms-input-placeholder {
    color: var(--themeht-body-color);
}

.form-control:-moz-placeholder {
    color: var(--themeht-body-color);
}

.service-section::before {
    content: "";
    position: absolute;
    left: 10%;
    right: auto;
    top: 0;
    width: 80%;
    height: 100%;
    background: var(--themeht-bg-light-color);
    margin: 0 auto;
    z-index: -1;
    border-radius: 24px;
}

.about-img-shape {
    width: 550px;
    height: 550px;
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

.about-img-shape-small {
    width: 200px;
    height: 200px;
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    position: absolute;
    right: -2%;
    bottom: 5%;
}

.about-counter {
    background-color: var(--themeht-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 200px;
    background-size: cover;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}

    .about-counter .counter {
        padding: 0 50px
    }

        .about-counter .counter span {
            font-size: 40px;
            font-weight: 700;
            line-height: 40px;
            color: var(--themeht-white-color);
            display: inline-block;
        }

        .about-counter .counter h6 {
            color: var(--themeht-white-color);
            margin: 5px 0 0;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
        }

.working-hours-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0 9px;
    position: relative;
}

.primary-bg .working-hours-item {
    color: var(--themeht-white-color);
}

.about1-img-shape {
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)
}


.banner-text h4 {
    font-size: 35px;
}

.banner-text h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans';
}

.theme-title h3 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
}

.list-unstyled img {
    width: 30px;
}

.sidebar {
    width: 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-right: 20px;
}

    .sidebar button {
        background: #2b53d1;
        color: white;
        border: none;
        padding: 15px 10px;
        font-size: 14px;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s;
    }

        .sidebar button:hover {
            background: #1d3c9e;
        }

.table-container {
    background: #fff;
    border: 1px solid #d0d8f0;
    padding: 0px;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    padding: 10px;
    font-size: 16px;
    color: #333;
    background: #e9efff;
}

td {
    padding: 1px 12px;
    border-bottom: 1px solid #f0f0f0;
}

.market-status {
    font-size: 12px;
    color: #999;
}

.green {
    color: green;
}

.red {
    color: red;
}

.price-box {
    background: #f0f4ff;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;
}

.about-sectionbg {
    background-image: url(../images/ab_bg.png);
}


.text-content {
    max-width: 40%;
}

    .text-content h1 {
        font-size: 28px;
        line-height: 1.4;
    }

.buttons {
    margin-top: 30px;
}

    .buttons a {
        display: inline-block;
        margin-right: 15px;
    }

    .buttons img {
        height: 45px;
    }

.image-section {
    max-width: 55%;
    position: relative;
}

    .image-section img {
        width: 100%;
        max-width: 500px;
    }

.platforms {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #b2ff59;
}

    .platforms span {
        display: block;
        color: #ffffff;
    }


.app-section {
    max-width: 400px;
    line-height: 1.8;
    padding: 0px 0px 0px 50px;
}

    .app-section h2 {
        color: #c3f246;
        font-size: 26px;
        margin-bottom: 5px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 300;
    }

    .app-section p {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 25px;
    }

.feature-item {
    border-left: 2px solid #c3f246;
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.theme-titless {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 35px;
}

.tbbg {
    background-image: url(../images/tbbg.png);
    background-size: cover;
}

.theme-title2 h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'Plus Jakarta Sans';
}


.team-contentss h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
}


.team-contentss p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
}

a.btn.btn-primarys {
    color: #e5ff91;
    font-weight: 600;
    white-space: nowrap;
}



.ffxx {
    position: relative;
    bottom: 74px;
    left: 0px;
    padding: 0px 20px;
}

.tbbgs {
    background: #fff;
}

.regulator-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 400px;
}

.regulator-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 27px;
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a3fe4;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    flex-shrink: 0;
}

.regulator-text {
    line-height: 1.3;
    font-size: 10px;
}

    .regulator-text a {
        color: #1a3fe4;
        text-decoration: none;
        font-weight: bold;
    }

        .regulator-text a:hover {
            text-decoration: underline;
        }

.app-sections {
    margin-top: 40px;
}

.bgad {
    background: #000812;
}


.main_bg {
    background-image: url(../images/main_bg.jpg);
    background-size: 100% 100%;
    padding: 110px 0px 110px;
    background-repeat: no-repeat;
}

.success-box {
    color: #b6ff7a; /* Light green heading */
    max-width: 300px;
}

    .success-box .line {
        width: 40px;
        height: 2px;
        background-color: #b6ff7a;
        margin-bottom: 10px;
    }

    .success-box h2 {
        font-size: 24px;
        margin: 0 0 15px 0;
        line-height: 1.3;
        color: #e5ff91;
    }

        .success-box h2 span {
            display: block;
        }

    .success-box p {
        font-size: 14px;
        /* line-height: 1.6; */
        color: #ffffff; /* White paragraph text */
    }


.div_1 {
    width: calc(100%/5);
}



.highlight {
    color: var(--color-primary);
}

.description {
    font-size: 1rem;
    line-height: 1.5;
    /*    margin-bottom: 2rem;*/
    max-width: 90%;
}

.features-list {
    list-style: none;
    padding: 0;
    /*    margin-bottom: 2rem;*/
}

.feature-item {
    display: flex;
    border-left: 0px;
    /*    align-items: center;*/
    gap: 0.75rem;
    margin-bottom: 0px;
    font-size: 1rem;
}

.icon {
    flex-shrink: 0;
}

.btn-primary {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: var(--color-secondary-bg);
    color: var(--color-secondary-text);
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #2563EB; /* darker blue */
    }

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    padding-bottom: 0px;
    height: 480px;
    width: 600px;
}




.section-pding-b {
    padding-bottom: 0rem;
    background: #ecf3ff;
}


.theme-titles {
    margin-bottom: 30px;
}




.div_2 {
    width: calc(100% / 7);
}





ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}



ul.footer-menu.m-auto.max-w-\[330px\].xl\:flex.xl\:max-w-full.xl\:flex-row.xl\:justify-between.xl\:gap-4.\32 xl\:gap-11 {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.flex.cursor-pointer.items-center.justify-between.border-b.border-blue-black-900.xl\:border-none.undefined a {
    font-size: 18px;
}

.subscribe input {
    width: 100%;
    background: #101820;
    border: none;
    border-bottom: 1px solid #3c6a8d;
    padding: 10px 1px;
    margin-bottom: 40px;
    color: #fff;
}

.get {
    color: #4c61ff;
    font-size: 23px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans';
}

.subscribe input::placeholder {
    color: #ffffff; /* same lime color as other text */
    opacity: 1; /* ensure it's fully visible */
}

.footerps {
    line-height: 1.9;
    font-size: 13px;
    color: #c2d5ff;
    text-transform: initial;
}


.h5ss {
    color: #b6ff7a !important;
    font-size: 20px !important;
    line-height: 27px;
    font-weight: 200;
}








@media (min-width: 992px) {
    .d-none-desktop {
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1400px) {


    .regulator-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px !important;
    }
}

@media (max-width: 1199px) {
    .mobtext {
        margin-top: 8px !important;
        margin-left: 0px !important;
    }
}

.f_logo {
    width: 191px;
}

.mobtext {
    font-size: 13px;
    font-weight: 400;
    margin-top: 18px;
    margin-left: -14px;
}


a.btn.btn-primarys.bbss {
    left: 280%;
    position: relative;
}


.section-wrap h2 {
    margin: auto;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1187f4;
}

.section-wrap p {
    text-align: left;
    color: #343434;
    font-size: 16px;
}

.section-wrap ul li {
    text-align: left;
    color: #343434;
    font-size: 18px;
    margin-bottom: 10px;
}

.acx {
    background-color: #f4f6f6;
}

div#accordion {
    padding: 2px 25px;
    background: #fff;
}

.logosize img {
    width: calc(100% / 9);
}

.mob_list {
    background-color: #fff;
    margin-bottom: 25px;
}

    .mob_list a {
        position: relative;
        border-bottom: 1px solid #d9dada;
        font-size: 16px;
        color: #343434;
        padding: 11px 30px 11px 26px;
    }

        .mob_list a span {
            background-color: #f4f6f6;
            position: absolute;
            width: 30px;
            right: 0;
            top: 0;
            bottom: 0;
        }

            .mob_list a span:after {
                content: "\f105";
                font-family: fontAwesome;
                position: absolute;
                z-index: 2;
                right: 10px;
                color: #2882c0;
                font-size: 22px;
                top: 50%;
                margin-top: -11px;
            }


.herobanner {
    background-image: url(../images/Strip-2-1.png);
    background-color: #231548;
    background-size: cover;
    background-position: 50% 50%;
    height: 100px;
    width: 100%;
    padding: 0 20px;
}

    .herobanner .inner {
        max-width: 1380px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: auto;
    }

.hero-banner__image {
    min-width: 400px;
    position: relative;
}

    .hero-banner__image img {
        margin-top: 5px;
    }

.hero-banner__content {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.hero-banner__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin: 0 26px 0 53px;
    width: fit-content;
}

.hero-banner__button {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .hero-banner__button a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px 38.5px;
        width: 150px;
        cursor: pointer;
        transition: 0.5s;
        text-decoration: none;
        color: #fff;
        background-color: #FF5100;
        white-space: nowrap;
        transition: 0.3s;
    }


@media only screen and (min-width: 768px) {
    .herobanner {
        /* background-color: #231548; */
        /* background-image: url(../images/Strip-2-1.png); */
        /* height: 80px; */
    }

    .hero-banner__image img {
        /* margin-top: -30px; */
    }

    .hero-banner__image {
        min-width: 400px;
        position: relative;
    }

    .hero-banner__content {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
    }

    .hero-banner__button a {
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
    }
}

.cert-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border: 1px solid #e1e5ff;
    position: relative;
    padding: 16px;
    margin-top: 8px;
}

    .cert-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 160px;
        height: 100%;
        background: linear-gradient(233.77deg, rgba(76, 97, 255, 0.31) 0%, rgba(255, 255, 255, 0) 54.25%);
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 100px 100%, 50px 67px);
    }

.cert-content {
    gap: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.cert-title {
    font-weight: 300 !important;
    font-size: 18px;
}

.cert-text {
    text-align: left;
    color: #343434;
    font-size: 13px !important;
    margin-bottom: 0px !important;
}

.cert-img {
    width: 120px;
    height: 120px;
}

#laptopImage {
    position: relative;
}

    #laptopImage .img-bg {
        background-color: #f0f0f0;
        width: 100%;
        min-height: 0;
        position: relative;
    }

        #laptopImage .img-bg img {
            max-width: 470px;
            max-height: 489px;
            display: block;
            margin: -134px 0 0 -235px;
            position: absolute;
            left: 50%;
        }

.mobweb {
    z-index: 1
}

.slide-img img {
    width: 100%;
}

.mob_card {
    position: relative;
    margin: 20px 0px;
    padding: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 10px;
    height: 440px;
}

    .mob_card p.benefits-title {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #ff9a00;
        margin-top: 10px;
        height: 56px;
    }

        .mob_card p.benefits-title.title2 {
            color: #82bb41;
            /* height: 50px; */
        }

        .mob_card p.benefits-title.title3 {
            color: #2257a7;
        }

        .mob_card p.benefits-title.title4 {
            color: #1187f4;
        }

        .mob_card p.benefits-title.title5 {
            color: #373a5e;
        }

        .mob_card p.benefits-title.title6 {
            color: #2882c0;
        }

    .mob_card p {
        font-size: 16px;
    }

.benefits-title {
    font-size: 21px !important;
}

.mr20 {
    margin-right: 20px;
}

#app-video {
    background-size: cover;
    padding: 137px 0px;
    background-image: url(../images/video.png);
    padding-top: 113px;
    min-height: 194px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-direction: row;
    margin: 40px 0px 40px 0px;
}

    #app-video svg:hover {
        transition: transform .5s;
        transform: scale(1.2);
    }

#popup-btn a {
    padding: 18px 50px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    text-decoration: none;
    color: #343434;
    border: 1px #f69520 solid;
    font-size: 20px;
    width: 200px;
}

#popup-btn {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.pricing_list ul {
    margin: 0 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

    .pricing_list ul li {
        text-align: left;
        position: relative;
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .pricing_list ul li {
        width: calc(30% - 20px);
        padding-bottom: 40px;
    }

.pricing_list svg {
    position: absolute;
}

.pricing_list li p {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 16px !important;
}

.container-faq {
    padding: 15px;
    cursor: default;
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccccccad;
    height: 343px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
}

.faq_question {
    position: relative;
    margin-bottom: 10px;
}

    .faq_question svg {
        position: absolute;
        top: 10%;
    }

    .faq_question p {
        padding-left: 30px;
    }

.mob_faq p {
    font-size: 15px;
}

.theme-title i, .acx i, .section-wrap i {
    color: #1187f4;
    margin-right: 8px;
}

.mobicon_platforms {
    font-size: 70px !important;
    padding: 50px 10px 0px;
}

.mob_p {
    list-style: none;
    padding-left: 0px;
}

    .mob_p li {
        padding: 0 0 15px 30px;
        position: relative;
        color: #343434;
        font-size: 16px;
    }

        .mob_p li:before {
            content: "\f058";
            font-family: "FontAwesome";
            color: #2882c0;
            position: absolute;
            left: 3px;
            font-size: 18px;
            top: 0px;
        }

.accordion .accordion-button {
    font-size: 18px;
    text-transform: capitalize;
}

.sec_padding {
    padding: 40px 0px 40px;
}

@media (min-width: 1024px) {
    #laptopImage .img-bg img {
        max-width: 1300px;
        max-height: 824px;
        margin: -574px 0 0 -650px;
    }
}

@media (max-width: 1199px) {
    .container-faq {
        height: auto;
    }
}

@media (max-width: 1024px) {
    .inner {
        flex-direction: column;
        padding: 14px 16px;
    }

    .herobanner {
        height: fit-content;
        margin-top: 0;
    }

    .hero-banner__image {
        display: none;
    }

    .hero-banner__content {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin: 0 0 8px;
    }
}



@media(max-width:991px) {
    .pricing_list ul li {
        width: calc(100% /2);
    }
}

@media(max-width:767px) {
    .mob_card p.benefits-title, .mob_card {
        height: auto
    }

    .pricing_list ul li {
        width: calc(100% /1);
    }

    #popup-btn a {
        padding: 12px 10px;
        font-size: 15px;
    }
}

@media(max-width:425px) {
    .cert-wrapper {
        display: block;
    }
}
