header.header-top nav.navbar.navbar-expand-lg::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #FFFFFF 45.19%, rgba(153, 153, 153, 0) 94.14%);
    backdrop-filter: blur(52px);
}

header.header-top nav.navbar.navbar-expand-lg .navbar-nav:nth-of-type(1) {
    border-radius: 46px;
}

.main_menu ul li .get-started-header-btn,.light-mode .main_menu ul li .get-started-header-btn {
    /*border: 1px solid;*/
    /*border-image-source: linear-gradient(180deg, #77679F 0%, rgba(119, 103, 159, 0) 100%);*/
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    -webkit-background-clip: padding-box;
    -webkit-text-fill-color: #fff;
}


.btn-2-default {
    min-height: 55px;
    max-height: 55px;
    color: #FFFFFF;
    line-height: 48px;
    border: 1px solid #FFFFFF1A;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}
a.btn.btn-2-default.get-started-for-free-btn {
    min-height: 55px;
    max-height: 55px;
    line-height: 48px;
    color: #FFFFFF;
    border: 1px solid #77679fb0;
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, #140F2A 45deg, rgba(100, 67, 194, 0) 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}
.light-mode a.btn.btn-2-default.get-started-for-free-btn {
    color: #000;
}
.btn-2-default:focus,
.btn-2-default:hover {
    color: #FFFFFF;
}

/*....................................main.banner.css...................................*/
header.header-top {
    position: relative;
    z-index: 1;
}
.bs-crm-product-overview-content {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}
.bs-main-banner {
    position: relative;
    width: 100%;
    text-align: center;
    background-image: url(../images/Heropage.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -106px;
}
.main-ai-crm-banner.bs-main-banner{
    background-image: url(../images/ai-crm-dark.png);
}
.about-us-page .bs-main-banner {
    background-image: url(../images/about-us-banner.png);
    margin-top: -72px;
    height: 500px;
}
.light-mode .about-us-page .bs-main-banner {
    background-image: url(../images/about-us-light-bg.png);
    margin-top: -72px;
    height: 500px;
}
.light-mode .main-ai-crm-banner.bs-main-banner{
    background-image: url(../images/ai-crm-light.png);
}
.light-mode .bs-main-banner {
    background-image: url(../images/Heropage-3.png);
}
.about-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.main-big-title {
    font-weight: bold;
    font-size: 96px;
    line-height: 115.2px;
    letter-spacing: -2px;
}
.bs-banner-content {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bs-banner-content .bs-banner-header img {
    width: 50px;
    height: 50px;
    object-fit: fill;
}
.bs-banner-content .bs-banner-header h1 {
    font-family: 'Helvetica';
    font-style: normal;
    /*line-height: 130px;*/
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .bs-banner-content .bs-banner-header h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-banner-content .bs-banner-header h1 span {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #77679F 0%, #77679F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-banner-content .bs-banner-info p {
    font-family: 'Helvetica';
    font-style: normal;
    line-height: 30px;
    margin: auto;
    color: #FFFFFF;
}
.light-mode .bs-banner-content .bs-banner-info p {
    color: #000000;
}
.bs-banner-content .bs-banner-2-info {
    position: absolute;
    left: 0;
    right: 0;
}
.bs-banner-content .bs-banner-2-info h5 {
    font-family: 'Helvetica';
    font-style: normal;
    /* line-height: 130px; */
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .bs-banner-content .bs-banner-2-info h5 {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*..................................main.banner.css...................................*/

/*..................................main.video.css...................................*/

.bs-main-video video {
    border-radius: 30px;
}
.bs-main-video-content {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
}
.bs-main-video-content .btn {
    margin-top: 65px;
}
/*................................main.video.css.end................................*/

/*...............................intelligent.tools.css...............................*/

.bs-intelligent-tools {
    position: relative;
}
.bs-intelligent-tools .bs-heading-title {
    text-align: center;
}
.bs-intelligent-tools .bs-heading-title h1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .bs-intelligent-tools .bs-heading-title h1 {
    background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-intelligent-tools-content img.bs-tools {
    width: 68%;
    height: fit-content;
    object-fit: contain;
}

.bs-intelligent-tools-content img.bs-tools-2 {
    width: 150px;
    height: fit-content;
    object-fit: contain;
}

.bs-intelligent-tools-content .card {
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
    border-radius: 24px;
    padding: 20px 40px 30px;
}

.bs-intelligent-tools-content .card .card-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 85px;
}

.bs-intelligent-tools-content .card .card-img img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    border-radius: 85px;
}

.bs-intelligent-tools-content .card .card-body {
    text-align: center;
}

.bs-intelligent-tools-content .card .card-body h4 {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-intelligent-tools-content .card .card-body h4 {
    background: linear-gradient(180deg, #000000 0%, #000000 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.bs-intelligent-tools-content .card .card-body p > span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-intelligent-tools-content .card .card-body p > span {
    background: linear-gradient(180deg, #000000 0%, #000000 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-intelligent-tools-content .card .card-body .bs-hexagon-shape {
    width: 14px;
    aspect-ratio: 1;
    display: inline-block;
    clip-path: polygon(93.30% 75%, 50% 100%, 6.70% 75%, 6.70% 25%, 50% 0%, 93.30% 25%);
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

/*...............................intelligent.tools.end...............................*/

/*..................................universe.css...................................*/

.bs-universe {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    background:#000000 url(../images/universe-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.light-mode .bs-universe {
    background:#000000 url(../images/universe-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bs-universe .bs-heading-title {
    text-align: center;
    margin-bottom: 150px;
}

.bs-universe .bs-heading-title h1 {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-universe .bs-heading-title h1 {
    background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
    /*background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-universe-content {
    position: relative;
    width: 100%;
}

.bs-universe-carousel {
    margin: 0 auto;
    height: 400px;
    position: relative;
    perspective: 1000px;
}

.bs-universe-carousel .bs_universe_carousel_active {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.bs_universe_carousel_active .item {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    opacity: 0.95;
    padding: 1rem;
    border-radius: 10px;
    background: linear-gradient(0deg, #393054, #393054), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}
.light-mode .bs_universe_carousel_active .item {
    opacity: 1;
}
.bs-universe-content .next, .bs-universe-content .prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff5c;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: box-shadow 0.1s, top 0.1s;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}

.light-mode .bs-universe-content .next, .light-mode .bs-universe-content .prev {
    color: #00000082;
}
.bs-universe-content .next i,
.bs-universe-content .prev i {
    font-size: 28px;
}

.bs-universe-content .next:hover, .bs-universe-content .prev:hover { color: #FFFFFF; }

.light-mode .bs-universe-content .next:hover, .bs-universe-content .prev:hover { color: #000000; }

.bs-universe-content .next { right: 0; }
.bs-universe-content .prev { left: 0; }

.bs-universe-content .carousel-dots {
    position: relative;
    text-align: center;
}

.bs-universe-content .carousel-dots button.carousel-dot.active span,
.bs-universe-content .carousel-dots button.carousel-dot:hover span {
    background-color: yellow;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.bs-universe-content .carousel-dots button.carousel-dot {
    position: relative;
    width: 40px;
    height: 5px;
    border: 0;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}

.bs-universe-content .carousel-dots button.carousel-dot.active {
    width: 100px;
    background-color: #FFFFFF;
}

.light-mode .bs-universe-content .carousel-dots button.carousel-dot {
    background-color: #0000004D;
}

.light-mode .bs-universe-content .carousel-dots button.carousel-dot.active {
    width: 100px;
    background: linear-gradient(184.66deg, #000000 98.39%, #070322 98.39%);
}

.bs_universe_carousel_active .item img {
    position: relative;
    top: 40px;
    width: 65px;
    height: fit-content;
    object-fit: contain;
}

.bs_universe_carousel_active .item h4 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    text-align: left;
}

.bs_universe_carousel_active .item p > span {
    font-weight: 300;
    font-family: 'Helvetica';
    font-style: normal;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 20px;
    text-align: left;
    display: flex;
}
.light-mode .bs_universe_carousel_active .item p > span {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs_universe_carousel_active .item .bs-universe-learn-more .btn {
    width: 180px;
    min-height: 34px;
    max-height: 34px;
    color: #FFFFFF;
    line-height: 24px;
    border-radius: 50px;
    background: linear-gradient(0deg, rgba(16, 16, 16, 0.2), rgba(16, 16, 16, 0.2)),
    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid #FFFFFF
}

/*.................................universe.css.end..................................*/

/*.................................animate.2.css...................................*/

.bs-animate-2 {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: start;
    -webkit-align-items: flex-start;
    z-index: 1;
}

.bs-animate-2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: radial-gradient(217.23% 100.08% at 50% 18.33%, rgba(0, 0, 0, 0.00) 19.79%, #070322 67.71%, #070322 100%);
}

.light-mode .bs-animate-2::after {
    background: radial-gradient(217.23% 100.08% at 50% 18.33%, rgba(255, 255, 255, 0) 19.79%, #ffffff 67.71%, #ffffff 100%);
}

.bs-animate-2 .container-fluid {
    position: relative;
}

.bs-animate-2-content {
    position: relative;
    margin: 0 auto;
}

.bs-animate-2-circle {
    position: relative;
    margin: 0 auto;
}

.bs-animate-2-large-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #B929FF;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.bs-animate-2-img {
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    /*box-shadow: 0 2px 4px 0 #3e5ada;*/
    /*-webkit-box-shadow: 0 2px 4px 0 #3e5ada;*/
}
.bs-animate-2-img img {
    margin: 0 auto;
    width: 100%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}
.bs-animate-2-img:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.bs-animate-2-img:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}
.bs-animate-2-img:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}
.bs-animate-2-img:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-medium-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    border: 1px solid rgba(138, 78, 246, 0.8);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
}
.bs-animate-2-medium-circle .bs-animate-2-img img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

.bs-animate-2-small-circle {
    position: absolute;
    top: 24%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    border: 1px solid rgba(138, 78, 246, 0.8);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}
.bs-animate-2-small-circle .bs-animate-2-img img {
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.bs-animate-2-header {
    position: absolute;
    left: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-header .btn-outline-primary {
    background-color: #00000063;
}

.bs-animate-2-header .bs-heading-title img {
    width: 50px;
    height: 50px;
    object-fit: fill;
}

.bs-animate-2-header .bs-heading-title h1 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-animate-2-header .bs-heading-title h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-animate-2-logo {
    position: absolute;
    left: 50%;
    z-index: 1;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bs-animate-2-logo img {
    object-fit: fill;
}

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }
    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }
    to {
        -webkit-transform: rotate(-405deg);
    }
}

/*................................animate.2.css.end..................................*/

/*..............................testimonial.slider.css.................................*/

.bs-testimonial-slider {
    position: relative;
}

.bs-testimonial-slider::after {
    position: absolute;
    content: "";
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: 0;
    text-align: center;
    background-image: url(../images/testimonial-slider.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bs-testimonial-slider .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}
.bs-testimonial-slider .bs-heading-title h1 {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
    margin-top: 30px;
}

.light-mode .bs-testimonial-slider .bs-heading-title h1 {
    background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
}

.bs_testimonial_slider_active.owl-carousel .owl-item.active.center > div {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.bs_testimonial_slider_active.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    min-height: 640px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 60px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active span,
.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot:hover span {
    background-color: yellow;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot {
    position: relative;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active {
    width: 100px;
    background-color: #FFFFFF;
}

.light-mode .bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot {
    background-color: #0000004D;
}

.light-mode .bs_testimonial_slider_active.owl-carousel .owl-dots button.owl-dot.active {
    width: 100px;
    background: linear-gradient(184.66deg, #000000 98.39%, #070322 98.39%);
}

.bs_testimonial_slider_active.owl-carousel .owl-nav {
    display: none;
}

.bs-testimonial-content .card {
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(43, 38, 68, 0.5), rgba(43, 38, 68, 0.5)),
    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, #77679F 100%);
    box-shadow: 0 0 100px 0 #140F2A;
    backdrop-filter: blur(200px);
}

.bs-testimonial-content .card .card-body {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    justify-content: space-between;
}

.bs-testimonial-content .card .card-body .card-img {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 50%;
    border: 1.4px solid #CB97FF;
    background: linear-gradient(180deg, #8547F6 0%, #BC98FF 100%);
}

.bs-testimonial-content .card .card-body .card-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 50%;
}

.bs-testimonial-content .card .card-body h4 {
    font-family: 'Helvetica';
    font-style: normal;
    /* line-height: 130px; */
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-testimonial-content .card .card-body p > span {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4; !* after 4 line show ... *!*/
    /*-webkit-box-orient: vertical;*/
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-testimonial-content .card .card-body .card-info {
    text-align: center;
}

.bs-testimonial-content .card .card-body .testimonial-info {
    position: relative;
}

.bs-testimonial-content .card .card-body .testimonial-info::after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #FFFFFF 45.19%, rgba(153, 153, 153, 0) 94.14%);
    backdrop-filter: blur(52px);
}

.light-mode .bs-testimonial-content .card .card-body .testimonial-info h6 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*..............................testimonial.slider.css.end................................*/

/*...................................review.slider.css...................................*/

.bs-review-logo {
    position: relative;
}

.bs-review-logo-content .card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bs-review-logo-content .card .card-img {
    text-align: center;
}

.bs-review-logo-content .card .card-img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

/*.................................review.slider.css.end.................................*/

/*...................................secure.growth.css...................................*/

.bs-secure-growth {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#07032224, #0703227a), url(../images/secure-growth.png);
    background-size: 100% 85%;
    background-repeat: no-repeat;
}

.bs-secure-growth-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bs-secure-growth-content h1 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-secure-growth-content h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-secure-growth-content p > span {
    line-height: normal;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-secure-growth-content p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*...................................secure.growth.css.end.................................*/

/*...............................frequently.asked.questions.css...............................*/

.bs-frequently-asked-questions {
    position: relative;
}

.bs-frequently-asked-questions .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}

.bs-frequently-asked-questions .bs-heading-title h1 {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(180deg, #FFFFFF 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
}

.light-mode .bs-frequently-asked-questions .bs-heading-title h1 {
    background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
    background-clip: text;
    -webkit-background-clip: text;
}

.bs-frequently-asked-questions-2 {
    position: relative;
}

.bs-frequently-asked-questions-2 .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}

/*.bs-frequently-asked-questions-content .accordion-item ,*/
/*.common-faq-content .accordion-item {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    border-radius: 0.625rem;*/
/*    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;*/
/*    border: 1px solid #ffffff40;*/
/*    !* border-image-source: linear-gradient(92.77deg, #ffffff40 2.04%, rgba(7, 3, 34, 0.5) 100%); *!*/
/*    background: #070322;*/
/*}*/

/*.light-mode .bs-frequently-asked-questions-content .accordion-item,*/
/*.light-mode .common-faq-content .accordion-item{*/
/*    border-image-source: linear-gradient(92.77deg, rgba(255, 255, 255, 0.25) 2.04%, rgba(7, 3, 34, 0.5) 100%);*/
/*    background: #E1E1E1;*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button,*/
/*.common-faq-content .accordion-button{*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    background: no-repeat;*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button:focus ,*/
/*.common-faq-content .accordion-button:focus {*/
/*    background: no-repeat;*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button:not(.collapsed),*/
/*.common-faq-content .accordion-button:not(.collapsed) {*/
/*    color: #0c63e4;*/
/*    background-color: transparent;*/
/*    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button::after,*/
/*.common-faq-content .accordion-button::after {*/
/*    display: none;*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button i,*/
/*.common-faq-content .accordion-button i {*/
/*    position: absolute;*/
/*    right: 22px;*/
/*    color: #FFFFFF;*/
/*    margin-left: auto;*/
/*    -webkit-transform: rotate(0deg);*/
/*    -moz-transform: rotate(0deg);*/
/*    -o-transform: rotate(0deg);*/
/*    -ms-transform: rotate(0deg);*/
/*    transform: rotate(0deg);*/
/*    -webkit-transition: transform 0.2s ease-in-out;*/
/*    -moz-transition: transform 0.2s ease-in-out;*/
/*    -ms-transition: transform 0.2s ease-in-out;*/
/*    -o-transition: transform 0.2s ease-in-out;*/
/*    transition: transform 0.2s ease-in-out;*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-button:not(.collapsed) i,*/
/*.common-faq-content .accordion-button:not(.collapsed) i {*/
/*    -webkit-transform: rotate(-180deg);*/
/*    -moz-transform: rotate(-180deg);*/
/*    -o-transform: rotate(-180deg);*/
/*    -ms-transform: rotate(-180deg);*/
/*    transform: rotate(-180deg);*/
/*}*/

/*.bs-frequently-asked-questions-content .accordion-body,*/
/*.common-faq-content .accordion-body {*/
/*    margin-top: 0;*/
/*    border-top-left-radius: 0;*/
/*    border-top-right-radius: 0;*/
/*    border: 1px solid;*/
/*    background-image: linear-gradient(to right, #07032200, #6a07ec45);*/
/*    border-image-source: linear-gradient(92.77deg, rgba(255, 255, 255, 0.25) 2.04%, rgba(7, 3, 34, 0.5) 100%);*/
/*}*/

/*.light-mode .bs-frequently-asked-questions-content .accordion-body,*/
/*.light-mode .common-faq-content .accordion-body {*/
/*    background: linear-gradient(309.5deg, rgba(166, 105, 246, 0.25) 15.21%, rgba(136, 56, 241, 0.125) 36.7%, rgba(106, 7, 236, 0) 48.93%);*/
/*}*/

.dark-mode .faq-accordion-div .accordion-item {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin: 10px 0;
    border-radius: 15px;
    color: #ffffff;
}

.light-mode .faq-accordion-div .accordion-item {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin: 10px 0;
    border-radius: 15px;
    color: #000000;
}

.faq-accordion-div .accordion-item:focus{
    outline: 0px;
    box-shadow: none;
}
.dark-mode .faq-accordion-div .accordion-button {
    font-family: 'Poppins';
    height: 76.8px;
    background: rgb(255 255 255 / 0%);
    border-radius: 16px;
    color: #fff;
    box-shadow: none;
}

.light-mode .faq-accordion-div .accordion-button {
    font-family: 'Poppins';
    height: 76.8px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    -webkit-text-fill-color: #000000;
    box-shadow: none;
}
.accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    background-size: 0;
    font-size: 16px;
}
.accordion-button:not(.collapsed)::after {
    content: "\f068";
}



/*............................frequently.asked.questions.css.end.............................*/

/*.................................crm.product.overview.css..................................*/


.bs-crm-product-overview-content .bs-crm-product-overview-header {
    text-align: center;
}

.bs-crm-product-overview-content .bs-crm-product-overview-header h1 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-crm-product-overview-content .bs-crm-product-overview-header h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-crm-product-overview-content .bs-crm-product-overview-info {
    text-align: center;
}

.bs-crm-product-overview-content .bs-crm-product-overview-info p > span {
    line-height: normal;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-crm-product-overview-content .bs-crm-product-overview-info p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*................................schedule.lasting.2.css..................................*/



.bs-schedule-lasting-2 .heading-title {
    margin-bottom: 25px;
}

.bs-schedule-lasting-2 .heading-title strong > span {
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(180deg, #ffffff 25.52%, rgb(255, 255, 255) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-2 .heading-title strong > span {
    background: linear-gradient(180deg, #000000 25.52%, rgba(0, 0, 0, 0.84) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-2 .heading-title h2 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-2 h2 {
    background: linear-gradient(180deg, #000000 25.52%, rgba(0, 0, 0, 0.84) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-2 .card .card-body .btn-2-default {
    min-height: 55px;
    max-height: 55px;
    color: #FFFFFF;
    line-height: 48px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}

.bs-schedule-lasting-2 {
    position: relative;
}

.bs-schedule-lasting-2 .bs-heading-title {
    text-align: center;
}
.bs-schedule-lasting-2 .bs-heading-title h2 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.light-mode .bs-schedule-lasting-2 .bs-heading-title h2 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-2 .card.box-1 {
    background: linear-gradient(180deg, rgba(73, 53, 130, 0) 0%, #030F16 0.01%, rgba(73, 53, 130, 0.4) 100%);
    margin-bottom: 1.5rem;
    padding: 20px;
}
.bs-schedule-lasting-2 .card.box-1 .card-body h2 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.light-mode .bs-schedule-lasting-2 .card.box-1 .card-body h2 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-schedule-lasting-2 .card.box-1 .card-body p > span {
    font-size: 14px;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.light-mode .bs-schedule-lasting-2 .card.box-1 .card-body p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-schedule-lasting-2 .card.box-1 .card-body .card-chart img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: -36px;
}
.bs-schedule-lasting-2 .card.box-2 {
    width: 100%;
    height: 100%;
    background: #49358257 url(../images/technology-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom 0 left 100px;
    padding: 15px;
}
.bs-schedule-lasting-2 .card.box-2 .card-body h4 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-2 .card.box-2 .card-body h4 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-2 .card.box-2 .card-body p > span {
    font-size: 14px;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-2 .card.box-2 .card-body p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-2-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(217, 217, 217, 1) 10%, rgba(217, 217, 217, 1) 90%, rgba(217, 217, 217, 1) 10%, rgba(0, 0, 0, 0.8));
}

/*..............................schedule.lasting.2.css.end................................*/

/*..................................user.management.css..................................*/

.bs-user-management .bs-heading-title h1 span {
    background: linear-gradient(180deg, #664DFF 0%, rgba(212, 212, 212, 0.37) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*................................user.management.css.end................................*/

/*..............................personal.messenger.2.css.................................*/

.bs-personal-messenger-2 {
    position: relative;
}

.bs-personal-messenger-2 .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}

.bs-personal-messenger-2 .bs-heading-title h2 {
    font-weight: bold;
    line-height: normal;
    text-transform: inherit;
    font-family: "Manrope", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-personal-messenger-2 .bs-heading-title h2 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*..............................personal-messenger.2.css.................................*/

/*..............................crm.product.overview.css.end.............................*/























/*............................automation.product.overview.css...........................*/

.bs-automation-product-overview-content .bs-automation-product-overview-header {
    text-align: center;
}

.bs-automation-product-overview-content .bs-automation-product-overview-header h1 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-automation-product-overview-content .bs-automation-product-overview-header h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-automation-product-overview-content .bs-automation-product-overview-header h1 span {
    background: linear-gradient(180deg, #77679f 0%, rgb(119, 103, 159) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-automation-product-overview-content .bs-automation-product-overview-info {
    text-align: center;
}

.bs-automation-product-overview-content .bs-automation-product-overview-info p  {
    margin: auto;
}
.bs-automation-product-overview-content .bs-automation-product-overview-info p > span {
    line-height: normal;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-automation-product-overview-content .bs-automation-product-overview-info p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-automation-product-overview-dashboard {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: url(../images/ai-technology-01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.light-mode .bs-automation-product-overview-dashboard {
    background: url(../images/ai-technology-02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.bs-automation-product-overview-dashboard img {
    width: 75%;
    height: auto;
}


/*................................schedule.lasting.3.css..................................*/

.bs-schedule-lasting-3 {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/ai-technology-03.png);
    background-repeat: no-repeat;
    background-position: center;
}

.light-mode .bs-schedule-lasting-3 {
    background: url(../images/ai-technology-04.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bs-schedule-lasting-3 .bs-heading-title h1 {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .bs-heading-title h1 {
    background: linear-gradient(180deg, #000000 25.52%, rgba(0, 0, 0, 0.84) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .bs-heading-title h1 span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #77679f 25.52%, rgb(119, 103, 159) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .bs-heading-title p span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 25.52%, rgb(255, 255, 255) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .bs-heading-title p span {
    background: linear-gradient(180deg, #000000 25.52%, rgba(0, 0, 0, 0.84) 82.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.bs-schedule-lasting-3 .card .card-body .btn-2-default {
    min-height: 55px;
    max-height: 55px;
    color: #FFFFFF;
    line-height: 48px;
    border: 2px solid #FFFFFF1A;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}

.bs-schedule-lasting-3 {
    position: relative;
}

.bs-schedule-lasting-3 .bs-heading-title {
    text-align: center;
}

.bs-schedule-lasting-3 .bs-heading-title h2 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .bs-heading-title h2 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .card.box-1 {
    background: linear-gradient(180deg, rgba(73, 53, 130, 0) 0%, #030F16 0.01%, rgba(73, 53, 130, 0.4) 100%);
    margin-bottom: 1.5rem;
}

.bs-schedule-lasting-3 .card.box-1 .card-body h2 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .card.box-1 .card-body h2 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .card.box-1 .card-body p > span {
    font-size: 14px;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .card.box-1 .card-body p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .card.box-1 .card-body .card-chart img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bs-schedule-lasting-3 .card.box-2 {
    width: 100%;
    height: 100%;
    background: #49358257 url(../images/technology-2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom 0 left 100px;
}

.bs-schedule-lasting-3 .card.box-2 .card-body h4 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .card.box-2 .card-body h4 {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3 .card.box-2 .card-body p > span {
    font-size: 14px;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-schedule-lasting-3 .card.box-2 .card-body p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-schedule-lasting-3-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(217, 217, 217, 1) 10%, rgba(217, 217, 217, 1) 90%, rgba(217, 217, 217, 1) 10%, rgba(0, 0, 0, 0.8));
}

/*..............................schedule.lasting.2.css.end................................*/

/*..................................user.management.css..................................*/

.bs-user-management-2 {
    position: relative;
}

.bs-user-management-2 .bs-heading-title {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 1.25rem;
}

.bs-user-management-2 .bs-heading-title h1 span {
    background: linear-gradient(180deg, #664DFF 0%, rgba(212, 212, 212, 0.37) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*................................user.management.css.end................................*/

/*..............................personal.messenger.2.css.................................*/

.bs-personal-messenger-2 {
    position: relative;
}

.bs-personal-messenger-2 .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}

.bs-personal-messenger-2 .bs-heading-title h2 {
    font-weight: bold;
    line-height: normal;
    text-transform: inherit;
    font-family: "Manrope", sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-personal-messenger-2 .bs-heading-title h2 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-features-content-2 {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/ai-technology-05.png);
    background-repeat: no-repeat;
    background-position: center;
}

.light-mode .bs-features-content-2 {
    background: url(../images/ai-technology-06.png);
    background-repeat: no-repeat;
    background-position: center;
}
.bs-features-content-2 .card, .bs-features-content .card {
    color: #FFFFFF;
    opacity: 0.95;
    padding: 1rem;
    border-radius: 10px;
    background: linear-gradient(0deg, #393054, #393054), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid #fff;
}
.light-mode .bs-features-content-2 .card, .bs-features-content .card {
    border: 1px solid #000000;
}
.bs_future_content_active_2.owl-carousel .owl-nav > button,
.bs_future_content_active.owl-carousel .owl-nav > button,.bs_future_content_active_3.owl-carousel .owl-nav > button {
    border: 0px solid transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),    conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);

}
/*.bs-features-content-2 .card {*/
    /*border-radius: 15px;*/
    /*border: 1px solid transparent;*/
    /*background: linear-gradient(#46474a, #46474a) padding-box,*/
    /*linear-gradient(to right, #627FFF, #865BFF) border-box;*/
/*}*/

.bs-features-content-2 .card .card-body h3 {
    background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0.75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.bs-features-content-2 .card .card-body p > span {
    font-size: 13px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0.75) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*..............................personal-messenger.2.css.................................*/

/*...........................automation.product.overview.css.end...........................*/


/*..............................revolutionize.social.media.css.............................*/

.bs-automation-product-overview-content image.image-demo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-automation-product-overview-content svg text textPath {
    font-size: 70%;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0.40) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-revolutionize-social-media .bs-heading-title {
    text-align: center;
    margin-bottom: 50px;
}

.bs-revolutionize-social-media .bs-heading-title h1 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-revolutionize-social-media .bs-heading-title h1 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-revolutionize-social-media .bs-heading-title h1 span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #77679F 0%, rgb(119, 103, 159) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-revolutionize-social-media-content {
    padding: 1rem 1rem;
    border-radius: 2rem;
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(73, 53, 130, 0) 99.98%, #441B91 99.99%, rgba(73, 53, 130, 0.4) 100%);
}

.bs-revolutionize-social-media-content .card {
    border: 1px solid transparent;
    border-radius: 2rem;
    background: rgba(68, 27, 145, 0.19);
    box-shadow: 2px 4px 16px 0 rgba(248, 248, 248, 0.06) inset;
}

.bs-revolutionize-social-media-content .card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bs-revolutionize-social-media-content .card .card-body h5 {
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-revolutionize-social-media-content .card .card-body h5 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-revolutionize-social-media-content .card .card-body p span {
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-revolutionize-social-media-content .card .card-body p span {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





.bs-social-media-content .bs-social-media-header {
    text-align: center;
}

.bs-social-media-content .bs-social-media-header h1 {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255 255 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-social-media-content .bs-social-media-header h1 {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-social-media-content .bs-social-media-header h1 span {
    background: linear-gradient(180deg, #77679f 0%, rgb(119, 103, 159) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bs-social-media-content .bs-social-media-info {
    text-align: center;
}

.bs-social-media-content .bs-social-media-info p  {
    margin: auto;
}
.bs-social-media-content .bs-social-media-info p > span {
    line-height: normal;
    font-family: 'Helvetica';
    font-style: normal;
    background: linear-gradient(180deg, #ffffff 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .bs-social-media-content .bs-social-media-info p > span {
    background: linear-gradient(180deg, #000000 0%, rgb(0 0 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.bs-social-media-dashboard img {*/
/*    margin-top: -10%;*/
/*}*/


/*............................revolutionize.social.media.css.end............................*/
body.dark-mode {
    /*background-color: #080322;*/
    background: linear-gradient(180deg, #050929d6 0%, #0C1137 18.65%, #0C1137 57.12%, #000000 100%);
}

/*.............................max.width.media.queries.css.................................*/
.vision-content-div .text-div {
    font-weight: bold;
    font-size: 36px;
    line-height: 43.2px;
    color: #fff;
}
.vision-content-div {
    height: 455px;
    border: 1px solid #1E1E21;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    position: relative;
    margin-top: 40px;
}
.vision-content-div .image-div {
    position: absolute;
    top: -62px;
    right: 50px;
}
.who-we-are-title {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rectangle-div {
    width: 20px;
    height: 6px;
    background: linear-gradient(269.87deg, rgba(138, 78, 246, 0.5) 0.18%, rgba(175, 4, 255, 0.2) 102.37%);
    border-radius: 99px;
    margin: 0 15px;
}
section.who-we-are-sec {
    margin: 60px 0;
}
.we-are-content-div p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0;
    font-family: 'Helvetica';
    font-style: normal;
}
.smart-predictive-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}
.smart-predictive-div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    /* left: calc(50% - 513.67px/2 - 383.17px); */
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(118, 60, 172, 0.75) 0%, rgba(50, 15, 133, 0) 100%);
    left: 0;
    right: 0;
    z-index: -1;
}
.smart-box {
    width: 364px;
    height: 273px;
    background: transparent;
    border: 1px solid #1E1E21;
    border-radius: 20px;
    padding: 0 20px;
    margin: 0 15px;
}
.smart-box .image-div {
    text-align: center;
    margin-top: -50px;
    transform: rotate(45deg);
}
.smart-box:hover{
   background: #1E1E21;
}
.smart-box:hover .image-div{
    transform: rotate(0deg);
}
.smart-text {
    padding-top: 10px;
}
.smart-text h4{
    font-size: 22px;
    line-height: 30.8px;
    color: #FFFFFF;
}
.light-mode .smart-box:hover .smart-text h4 {
    background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0.66) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.smart-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    color: #929292;
    margin-top: 10px;
}
.main-big-title.font-weight-400{
    font-family: 'Helvetica';
    font-style: normal;
}
.bs-heading-title p {
    font-size: 16px;
    line-height: 22.4px;
    text-align: center;
    color: #929292;
    padding: 15px 0;
}
.bs-naman-ceo-content .rectangle-div {
    margin: 0 15px 0 0;
}
.bs-naman-ceo-content .card .card-body h3 {
    font-size: 48px;
    line-height: 57.6px;
    font-family: 'Helvetica';
    font-style: normal;
}
.bs-naman-ceo-content .card  p {
    margin: 10px 0;
}
.why-box {
    box-sizing: border-box;
    height: 284px;
    border: 1px solid #1E1E21;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background: transparent;
    margin: 15px 0;
}
.why-box:hover{
    background: #1E1E21;
}
.why-box h4 {
    font-size: 36px;
    line-height: 43.2px;
    color: #FFFFFF;
    text-align: center;
}
.light-mode .vision-content-div .text-div , .light-mode .who-we-are-title, .light-mode .we-are-content-div p{
     color: #000000;
}
.light-mode .why-box:hover {
    background: linear-gradient(0deg, rgba(43, 38, 68, 0.5), rgba(43, 38, 68, 0.5)), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, #77679F 100%);
    box-shadow: 0 0 100px 0 #140F2A;
    backdrop-filter: blur(200px);
}
.light-mode .why-box:hover h4 {
    background: linear-gradient(180deg, #000000 63.02%, rgba(41, 41, 41, 0.75) 88.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
/*blog page css*/
body {
    background-color: #dde7f5;
}
.blog-section img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.blog-section {
    padding-top: 10px;
    padding-bottom: 60px;
}
.main-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.main-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.blog-list-item {
    background-color: #FFFFFF;
    color: #000;
    border: 1px #000;
    border-radius: 20px;
    padding: 20px;
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 20px -5px #00000012;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.blog-list-item {
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 20px -5px #00000012;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
}
.blog-meta {
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}
.category-text-style {
    color: #fff;
    background-color: #000;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.reading-time {
    text-transform: uppercase;
    margin-left: 10px;
    font-weight: 300;
    display: inline-block;
}
.blog-meta-arrow {
    margin-left: auto;
}
.main-blog-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
}

.w-container:before, .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-container:after {
    clear: both;
}
.w-dyn-item {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.blog-meta-arrow{
    opacity: 0;
}
.blog-meta:hover .blog-meta-arrow{
    opacity: 1;
}
.single-post-body {
    background-color: #eff2f5;
    border-radius: 10px;
    padding: 10px;
}
.blog-image {
    width: 100%;
}
.single-blog-inner {
    padding: 40px;
}
.single-post-paragraph {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
.block-quote {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto;
    border-left-style: none;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
    font-size: 22px;
    border-left: 5px solid #000;
}
.single-post-lower-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    display: grid;
}
.single-post-lower-image {
    width: 100%;
}
.single-post-subtitle {
    margin-top: 0;
    font-size: 28px;
}
.single-post-tags {
    border: 1px solid #e4e4e4;
    border-style: solid none;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.taks-link.single-tags {
    border: 1px solid #000;
}
.taks-link {
    color: var(--secondary-text);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8px 17px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
}
.taks-link.single-tags {
    border: 1px solid #000;
}
.aside {
    background-color: #eff2f5;
    border-radius: 10px;
    padding: 30px;
}
.aside-category {
    margin-bottom: 60px;
}
.aside-title {
    text-transform: uppercase;
}
.category-list {
    list-style-type: none;
    padding: 0;
}
.category-list li {
    margin: 10px 0;
}
.category-list a {
    text-decoration: none;
    color: #000;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    font-size: 18px;
}
.staff-pick-post {
    border-radius: 10px;
    position: relative;
}
.staff-pick-post .feature-image-div {
    overflow: hidden;
    border-radius: 10px;
}
.feature-image-div {
    position: relative;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.staff-pick-post .blog-image {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}
.feature-image-overlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.staff-pick-post .feature-image-overlay {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.feature-image-overlay {
    background-image: linear-gradient(rgba(107, 41, 41, 0), #000);
    border-radius: 10px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.staff-picks-text-box {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.link-to-single-post {
    overflow: hidden;
}
.link-to-single-post {
    color: #fff;
    flex: 0 auto;
    text-decoration: none;
    display: block;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.staff-picks-title {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
}
.post-meta {
    align-items: center;
    display: flex;
}
.post-comments.post-comments-aside {
    color: #ffffff;
}
.post-comments {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    align-items: center;
    margin-right: 10px;
    padding: 5px 7px;
    text-decoration: none;
    display: flex;
}
.post-comments-aside {
    transition: all 0.5s ease-out;
}
.meta-icon {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(100%);
}
.meta-icon {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.meta-text {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}
.most-commented-title, .meta-text {
    color: white;
    transition: color 0.3s ease, transform 0.3s ease;
}
.staff-pick-post .feature-image-div {
    overflow: hidden;
    border-radius: 10px;
}
.staff-pick-post .blog-image {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
}
.staff-pick-post .feature-image-overlay {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.staff-pick-post:hover .blog-image {
    transform: scale(1.1);
}
.staff-pick-post:hover .feature-image-overlay {
    opacity: 1;
}
.aside-post {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-top: 10px;
    padding: 30px;
    text-decoration: none;
    display: flex;
}
.heading2 {
    color: #000;
    margin: 0;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
}
.aside-post .aside-post-img {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.aside-post-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
}

.social-link {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    display: flex;
}
.social-text {
    color: #000;
    text-transform: capitalize;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.social-number {
    text-transform: uppercase;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-left: auto;
    padding: 12px;
    color: #000;
}
.tags {
    margin-bottom: 80px;
}
.ad {
    display: block;
}
.add-image {
    width: 100%;
}
.aside-post-wrapper {
    margin-bottom: 60px;
}
.dark-mode .single-post-body, .dark-mode .aside {
    background-color: #D9D9D92E;
}
.dark-mode .single-post-paragraph,.dark-mode strong , .dark-mode .text-span, .dark-mode .category-list a,
.dark-mode .social-text{
    color: #fff;
}
.dark-mode .block-quote {
    border-left: 5px solid #fff;
}
.dark-mode .aside-post , .dark-mode .social-link {
    background-color: #080322;
}
.dark-mode .social-number {
    background-color: #dddddd54;
    color: #fff;
}
.dark-mode .taks-link {
    background-color: #080322;
    color: #fff;
}
.light-mode .social-number ,
.light-mode .taks-link {
    color: #000000;
}
.heading-title h1 {
    font-weight: bold;
    font-size: 76px;
    line-height: 94px;
    -webkit-text-fill-color: #fff;
    letter-spacing: -3px;
}
.heading-title p{
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    -webkit-text-fill-color: #fff;
}
/*social media css*/
.social-media-automation-tab .nav-pills .nav-link{
    padding: 12px 20px;
    height: 46px;
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25.2px;
    color: #FFFFFF;
    position: relative;
    box-shadow: 16px 9px 50px 4px rgba(255, 255, 255, 0.25);
}
.social-media-automation-tab .nav-pills {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.social-media-automation-tab .nav-pills .nav-link.active::after {
    content: '';
    border-bottom: 3px solid #FFFFFF;
    width: 100%;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.inner-tab-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
.social-media-automation-listing li {
    font-weight: bold;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    list-style: decimal;
}
.social-media-automation-listing  {
    margin-left: 100px;
}
.social-media-automation-tab .bs-animate-2::after {
    background: transparent;
}
.social-media-automation-animated-sec .bs-animate-2-img {
    background-image: none;
    -webkit-background-image: none;
}
.dark-mode .social-media-automation-dark-img, .light-mode .social-media-automation-light-img{
    display: block;
}
.light-mode .social-media-automation-dark-img , .dark-mode .social-media-automation-light-img{
    display: none;
}
.light-mode .heading-title h1, .light-mode .heading-title p {
    -webkit-text-fill-color: #000;
}
.light-mode .social-media-automation-tab .nav-pills .nav-link.active::after {
    border-bottom: 3px solid #000000;
}
.light-mode .social-media-automation-tab .nav-pills .nav-link {
    border: 1px solid #000;
    color: #000;
}
.light-mode .inner-tab-title, .light-mode .social-media-automation-listing li{
    color: #000000;
}
.ai-prompt-templates-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    background: rgba(68, 27, 145, 0.18);
    margin: 60px 0;
}
.prompt-template-img-div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background: rgba(68, 27, 145, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.29);
    border-radius: 16px;

}
.prompt-inner-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin-right: 30px;
}
.prompt-inner-div h2 {
    font-size: 32px;
    line-height: 40px;
}
.prompt-inner-div p  {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 15px;
}
.light-mode .prompt-inner-div p{
    color: #000000;
}
.torkehive-today-btn {
    box-shadow: 16px 9px 50px 4px rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    gap: 16px;
    background: conic-gradient(from 181.06deg at 50% 50%, rgba(71, 47, 140, 0.4) 0deg, rgba(0, 0, 0, 0) 172.66deg, #493582 281.25deg, rgba(71, 47, 140, 0.4) 360deg);
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    margin-top: 50px;
    color: #FFFFFF;
    max-width: 270px;
}
.light-mode .torkehive-today-btn{
    border: 1px solid #000000;
    color: #000000;
}
.heading-title  h1 span {
    font-size: 76px;
    line-height: 94px;
    color: #77679F;
    -webkit-text-fill-color: #77679F;
}
.social_media_slider .owl-item.active.center .social-media-inner-div .image-div {
    transform: scale(1.1);
 }
.social_media_slider .owl-item.active .social-media-inner-div .image-div, .social_media_slider .owl-item .social-media-inner-div .image-div  {
    transform: scale(0.9);
}
.social_media_slider .owl-item .social-media-inner-div .image-div img{
    border-radius: 100%;
    padding-bottom: 10px;
}
.social-media-main-banner-img {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_media_slider {
    position: absolute;
    top: 40%;
    max-width: 780px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.social_media_slider .owl-item.active.center .social-media-inner-div .image-div img {
    padding-top: 12px;
}
.social-media-light-img,.social-media-dark-img{
    display: none;
}
.dark-mode .social-media-dark-img{
    display: block;
}
.light-mode .social-media-light-img{
    display: block;
}
.bs-features-content-2 .card p {
    font-size: 16px;
    line-height: 26.06px;
}
.dark-mode .owl-carousel .owl-item img.slider-dark-img, .light-mode .owl-carousel .owl-item img.slider-light-img{
    display: block;
}
.light-mode .owl-carousel .owl-item img.slider-dark-img, .dark-mode .owl-carousel .owl-item img.slider-light-img{
    display: none;
}

.bs-affiliate-terms {
    padding-top: 100px;
}

.bs-privacy-policy {
    padding-top: 100px;
}
.bs-security-policy {
    padding-top: 100px;
}
.bs-cookies-policy {
    padding-top: 100px;
}
.bs-pricing {
    padding-top: 100px;
}
.bs-terms-conditions {
    padding-top: 100px;
}
.bs-abuse-policy {
    padding-top: 100px;
}
.bs-security-policy {
    padding-top: 100px;
}
.bs-affiliate-program {
    padding-top: 100px;
}
.bs-onboarding {
    padding-top: 100px;
}
.bs-crm-product-overview {
    padding-top: 100px;
}
.bs-help-center-details {
    padding-top: 100px;
}
.bs-blog {
    padding-top: 100px;
}
.bs-account-settings {
    padding-top: 100px;
}
/*End social media css*/
@media screen and (min-width: 1440px) {
    .main-container {
        max-width: 1400px;
        padding-left: 0;
        padding-right: 0;
    }
    .category-text-style {
        color: #fff;
        text-transform: uppercase;
        background-color: #000;
        border-radius: 5px;
        padding: 3px 5px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }
}
@media screen and (max-width: 991px) {
    .blog-list {
        display: block;
    }
    .blog-list-item {
        margin-bottom: 40px;
    }
}
/*End blog page css*/
@media (max-width: 320.98px) {

}

@media (max-width: 375.98px) {

}

@media (max-width: 375px) and (min-width: 320px) {

    .bs-main-banner {
        height: 620px;
    }

    .bs-animate-2-content {
        height: 525px;
    }

    .bs-animate-2-circle {
        width: 290px;
        height: 290px;
    }

    .bs-animate-2-header {
        top: 40%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 20px;
        height: 20px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 425px) and (min-width: 375px) {

    .bs-main-banner {
        height: 525px;
    }

    .bs-animate-2-content {
        height: 500px;
    }

    .bs-animate-2-circle {
        width: 345px;
        height: 345px;
    }

    .bs-animate-2-header {
        top: 34%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 25px;
        height: 25px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 100px;
        height: 100px;
    }

}

@media (max-width: 575.98px) and (min-width: 425px) {

    .bs-main-banner {
        height: 500px;
    }

    .bs-animate-2-content {
        height: 500px;
    }

    .bs-animate-2-circle {
        width: 400px;
        height: 400px;
    }

    .bs-animate-2-header {
        top: 30%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 25px;
        height: 25px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 575.98px) and (min-width: 320px) {

    .bs-banner-header h1 {
        font-size: 30px;
    }

    .bs-banner-content .bs-banner-info p {
        width: 100%;
        font-size: 16px;
    }

    .bs-intelligent-tools-content .card {
        margin-top: 75px;
        margin-bottom: 65px;
    }

    .bs-intelligent-tools-content .card::after {
        position: absolute;
        content: "";
        top: -185px;
        left: 0;
        right: 0;
        width: 2px;
        height: 100%;
        z-index: -1;
        margin: auto;
        background-image: url(../images/line.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .bs_universe_carousel_active .item {
        width: 220px;
        height: 400px;
    }

    .bs_universe_carousel_active .item.a {
        -webkit-transform: rotateY(0deg) translateZ(220px);
        -moz-transform: rotateY(0deg) translateZ(220px);
        -o-transform: rotateY(0deg) translateZ(220px);
        -ms-transform: rotateY(0deg) translateZ(220px);
        transform: rotateY(0deg) translateZ(220px);
    }
    .bs_universe_carousel_active .item.b {
        -webkit-transform: rotateY(60deg) translateZ(220px);
        -moz-transform: rotateY(60deg) translateZ(220px);
        -o-transform: rotateY(60deg) translateZ(220px);
        -ms-transform: rotateY(60deg) translateZ(220px);
        transform: rotateY(60deg) translateZ(220px);
    }
    .bs_universe_carousel_active .item.c {
        -webkit-transform: rotateY(120deg) translateZ(220px);
        -moz-transform: rotateY(120deg) translateZ(220px);
        -o-transform: rotateY(120deg) translateZ(220px);
        -ms-transform: rotateY(120deg) translateZ(220px);
        transform: rotateY(120deg) translateZ(220px);
    }
    .bs_universe_carousel_active .item.d {
        -webkit-transform: rotateY(180deg) translateZ(220px);
        -moz-transform: rotateY(180deg) translateZ(220px);
        -o-transform: rotateY(180deg) translateZ(220px);
        -ms-transform: rotateY(180deg) translateZ(220px);
        transform: rotateY(180deg) translateZ(220px);
    }
    .bs_universe_carousel_active .item.e {
        -webkit-transform:rotateY(240deg) translateZ(220px);
        -moz-transform:rotateY(240deg) translateZ(220px);
        -o-transform: rotateY(240deg) translateZ(220px);
        -ms-transform: rotateY(240deg) translateZ(220px);
        transform: rotateY(240deg) translateZ(220px);
    }
    .bs_universe_carousel_active .item.f {
        -webkit-transform: rotateY(300deg) translateZ(220px);
        -moz-transform: rotateY(300deg) translateZ(220px);
        -o-transform: rotateY(300deg) translateZ(220px);
        -ms-transform: rotateY(300deg) translateZ(220px);
        transform: rotateY(300deg) translateZ(220px);
    }

    .bs_universe_carousel_active .item img {
        display: none;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info p {
        width: 100%;
        font-size: 16px;
    }

    .bs-features-content-2 .card  {
        min-height: 350px;
    }

    .bs-frequently-asked-questions-content .accordion-button span,
    .common-faq-content .accordion-button span {
        max-width: 200px;
    }
}

@media (max-width: 425.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    .heading-title h1, .heading-title h1 span {
        font-size: 34px;
        line-height: 48px;
    }
    .heading-title p {
        font-size: 18px;
        line-height: 28px;
    }
    .social-media-automation-tab .nav-pills {
         flex-wrap: nowrap;
         overflow-x: auto;
         padding-bottom: 20px;
     }
    .social-media-automation-tab .nav-pills .nav-link {
        width: 100%;
        padding: 10px 16px;
        height: 40px;
        border-radius: 48px;
        font-size: 16px;
        line-height: 22.2px;
        max-width: min-content;
        min-width: max-content;
        margin: 0 5px;
    }
    .inner-tab-title, .social-media-automation-listing li{
        font-size: 16px;
        line-height: 28px;
    }
    .social-media-automation-listing {
        margin-left: 30px;
    }
    .social-media-automation-animated-sec .bs-animate-2-header .image-div img {
        width: 130px;
    }
    .social-media-automation-animated-sec .bs-animate-2-header {
        top: 50%;
    }
    .social-media-automation-animated-sec .bs-animate-2-circle {
        width: 300px;
        height: 300px;
    }
    .social-media-automation-animated-sec .bs-animate-2-content {
        height: 300px;
    }
    .prompt-inner-div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ai-prompt-templates-sec {
        padding: 40px 20px;
        margin: 30px 0;
    }
    .prompt-inner-div h2 {
        font-size: 22px;
        line-height: 34px;
    }
    .prompt-inner-div p {
        font-size: 14px;
        line-height: 22px;
    }
    .social_media_slider {
        max-width: 300px;
        top: 38%;
    }
    .main-big-title {
        font-size: 40px;
        line-height: 65.2px;
        letter-spacing: -1px;
    }
    .main-big-title {
        font-size: 30px;
        line-height: 60.2px;
    }
    .vision-content-div .image-div {
        position: absolute;
        top: -50px;
        right: 40px;
        width: 100px;
    }
    .vision-content-div {
        height: 330px;
        padding: 0 20px;
    }
    .vision-content-div .text-div {
        font-size: 18px;
        line-height: 28.2px;
        margin-top: 20px;
    }
    .we-are-content-div p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 20px 0;
        font-family: 'Helvetica';
        font-weight: normal;
        font-style: normal;
    }
    .smart-predictive-div {
        flex-wrap: wrap;
    }
    .smart-box {
        margin-top: 35px;
        margin-bottom: 30px
    }
    .bs-naman-ceo-content {
        margin-top: 100px;
    }
    .bs-naman-ceo-content .card .card-body h3 {
        font-size: 24px;
        line-height: 34.6px;
    }
    .why-box h4 {
        font-size: 30px;
        line-height: 36.2px;
    }
}

@media (max-width: 767px) and (min-width: 575px) {

    .bs-main-banner {
        height: 550px;
    }

    .bs-banner-header h1 {
        font-size: 40px;
    }
    .bs-banner-content .bs-banner-info p {
        width: 85%;
        font-size: 18px;
    }

    .bs-banner-content .bs-banner-2-info {
        bottom: 8%;
    }

    .bs-intelligent-tools-content .card {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .bs-intelligent-tools-content .card::after {
        position: absolute;
        content: "";
        top: -185px;
        left: 0;
        right: 0;
        width: 2px;
        height: 100%;
        z-index: -1;
        margin: auto;
        background-image: url(../images/line.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .bs_universe_carousel_active .item {
        width: 250px;
        height: 380px;
    }

    .bs_universe_carousel_active .item.a {
        -webkit-transform: rotateY(0deg) translateZ(250px);
        -moz-transform: rotateY(0deg) translateZ(250px);
        -o-transform: rotateY(0deg) translateZ(250px);
        -ms-transform: rotateY(0deg) translateZ(250px);
        transform: rotateY(0deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.b {
        -webkit-transform: rotateY(60deg) translateZ(250px);
        -moz-transform: rotateY(60deg) translateZ(250px);
        -o-transform: rotateY(60deg) translateZ(250px);
        -ms-transform: rotateY(60deg) translateZ(250px);
        transform: rotateY(60deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.c {
        -webkit-transform: rotateY(120deg) translateZ(250px);
        -moz-transform: rotateY(120deg) translateZ(250px);
        -o-transform: rotateY(120deg) translateZ(250px);
        -ms-transform: rotateY(120deg) translateZ(250px);
        transform: rotateY(120deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.d {
        -webkit-transform: rotateY(180deg) translateZ(250px);
        -moz-transform: rotateY(180deg) translateZ(250px);
        -o-transform: rotateY(180deg) translateZ(250px);
        -ms-transform: rotateY(180deg) translateZ(250px);
        transform: rotateY(180deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.e {
        -webkit-transform:rotateY(240deg) translateZ(250px);
        -moz-transform:rotateY(240deg) translateZ(250px);
        -o-transform: rotateY(240deg) translateZ(250px);
        -ms-transform: rotateY(240deg) translateZ(250px);
        transform: rotateY(240deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.f {
        -webkit-transform: rotateY(300deg) translateZ(250px);
        -moz-transform: rotateY(300deg) translateZ(250px);
        -o-transform: rotateY(300deg) translateZ(250px);
        -ms-transform: rotateY(300deg) translateZ(250px);
        transform: rotateY(300deg) translateZ(250px);
    }

    .bs-animate-2-content {
        height: 550px;
    }

    .bs-animate-2-circle {
        width: 550px;
        height: 550px;
    }

    .bs-animate-2-header {
        top: 30%;
        width: 100%;
    }

    .bs-animate-2-img {
        width: 30px;
        height: 30px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 100%;
    }

    .bs-animate-2-logo img {
        width: 150px;
        height: 150px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info p {
        width: 85%;
        font-size: 18px;
    }

    .bs-features-content-2 .card  {
        min-height: 350px;
    }

}

@media (max-width: 991px) and (min-width: 767px) {

    .bs-main-banner {
        height: 650px;
    }

    .bs-banner-header h1 {
        font-size: 50px;
    }

    .bs-banner-content .bs-banner-info p {
        width: 75%;
        font-size: 18px;
    }

    .bs-banner-content .bs-banner-2-info {
        bottom: 14%;
    }

    .bs-intelligent-tools-content .card {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .bs-intelligent-tools-content .card::after {
        position: absolute;
        content: "";
        top: -185px;
        left: 0;
        right: 0;
        width: 2px;
        height: 100%;
        z-index: -1;
        margin: auto;
        background-image: url(../images/line.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .bs_universe_carousel_active .item {
        width: 250px;
        height: 380px;
    }

    .bs_universe_carousel_active .item.a {
        -webkit-transform: rotateY(0deg) translateZ(250px);
        -moz-transform: rotateY(0deg) translateZ(250px);
        -o-transform: rotateY(0deg) translateZ(250px);
        -ms-transform: rotateY(0deg) translateZ(250px);
        transform: rotateY(0deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.b {
        -webkit-transform: rotateY(60deg) translateZ(250px);
        -moz-transform: rotateY(60deg) translateZ(250px);
        -o-transform: rotateY(60deg) translateZ(250px);
        -ms-transform: rotateY(60deg) translateZ(250px);
        transform: rotateY(60deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.c {
        -webkit-transform: rotateY(120deg) translateZ(250px);
        -moz-transform: rotateY(120deg) translateZ(250px);
        -o-transform: rotateY(120deg) translateZ(250px);
        -ms-transform: rotateY(120deg) translateZ(250px);
        transform: rotateY(120deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.d {
        -webkit-transform: rotateY(180deg) translateZ(250px);
        -moz-transform: rotateY(180deg) translateZ(250px);
        -o-transform: rotateY(180deg) translateZ(250px);
        -ms-transform: rotateY(180deg) translateZ(250px);
        transform: rotateY(180deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.e {
        -webkit-transform:rotateY(240deg) translateZ(250px);
        -moz-transform:rotateY(240deg) translateZ(250px);
        -o-transform: rotateY(240deg) translateZ(250px);
        -ms-transform: rotateY(240deg) translateZ(250px);
        transform: rotateY(240deg) translateZ(250px);
    }
    .bs_universe_carousel_active .item.f {
        -webkit-transform: rotateY(300deg) translateZ(250px);
        -moz-transform: rotateY(300deg) translateZ(250px);
        -o-transform: rotateY(300deg) translateZ(250px);
        -ms-transform: rotateY(300deg) translateZ(250px);
        transform: rotateY(300deg) translateZ(250px);
    }

    .bs-animate-2-circle {
        width: 700px;
        height: 700px;
    }

    .bs-animate-2-header {
        top: 25%;
        width: 80%;
    }

    .bs-animate-2-img {
        width: 30px;
        height: 30px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 80%;
    }

    .bs-animate-2-logo img {
        width: 175px;
        height: 175px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info p {
        width: 75%;
        font-size: 18px;
    }

    .bs-features-content-2 .card  {
        min-height: 350px;
    }

}

@media (max-width: 991.98px) {

}

@media (max-width: 1024.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1200px) and (min-width: 991px) {

    .bs-main-banner {
        height: 700px;
    }

    .bs-banner-content .bs-banner-info p {
        width: 75%;
        font-size: 19px;
    }

    .bs-banner-content .bs-banner-2-info {
        bottom: 14%;
    }

    .bs-animate-2-header h1 {
        font-size: 60px;
    }

    .bs-intelligent-tools-content .card.box-1 {
        top: -66%;
    }

    .bs-intelligent-tools-content .card.box-2 {
        top: 0;
    }

    .bs-intelligent-tools-content .card.box-3 {
        top: -66%;
    }

    .bs-animate-2-header p {
        width: 75%;
        font-size: 22px;
    }

    .bs_universe_carousel_active .item {
        width: 350px;
        height: 380px;
    }

    .bs_universe_carousel_active .item.a {
        -webkit-transform: rotateY(0deg) translateZ(350px);
        -moz-transform: rotateY(0deg) translateZ(350px);
        -o-transform: rotateY(0deg) translateZ(350px);
        -ms-transform: rotateY(0deg) translateZ(350px);
        transform: rotateY(0deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.b {
        -webkit-transform: rotateY(60deg) translateZ(350px);
        -moz-transform: rotateY(60deg) translateZ(350px);
        -o-transform: rotateY(60deg) translateZ(350px);
        -ms-transform: rotateY(60deg) translateZ(350px);
        transform: rotateY(60deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.c {
        -webkit-transform: rotateY(120deg) translateZ(350px);
        -moz-transform: rotateY(120deg) translateZ(350px);
        -o-transform: rotateY(120deg) translateZ(350px);
        -ms-transform: rotateY(120deg) translateZ(350px);
        transform: rotateY(120deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.d {
        -webkit-transform: rotateY(180deg) translateZ(350px);
        -moz-transform: rotateY(180deg) translateZ(350px);
        -o-transform: rotateY(180deg) translateZ(350px);
        -ms-transform: rotateY(180deg) translateZ(350px);
        transform: rotateY(180deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.e {
        -webkit-transform:rotateY(240deg) translateZ(350px);
        -moz-transform:rotateY(240deg) translateZ(350px);
        -o-transform: rotateY(240deg) translateZ(350px);
        -ms-transform: rotateY(240deg) translateZ(350px);
        transform: rotateY(240deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.f {
        -webkit-transform: rotateY(300deg) translateZ(350px);
        -moz-transform: rotateY(300deg) translateZ(350px);
        -o-transform: rotateY(300deg) translateZ(350px);
        -ms-transform: rotateY(300deg) translateZ(350px);
        transform: rotateY(300deg) translateZ(350px);
    }

    .bs-animate-2-circle {
        width: 800px;
        height: 800px;
    }

    .bs-animate-2-header {
        top: 25%;
        width: 60%;
    }

    .bs-animate-2-img {
        width: 40px;
        height: 40px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-logo img {
        width: 225px;
        height: 225px;
    }

    .bs_testimonial_slider_active.owl-carousel .owl-item.active > div {
        opacity: .75;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .bs_testimonial_slider_active.owl-carousel .owl-item.active.center > div {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-header h1 {
        font-size: 40px;
        line-height: 86.4px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info p {
        width: 75%;
        font-size: 19px;
    }

    .bs-features-content-2 .card  {
        min-height: 350px;
    }
}

@media (max-width: 3280px) and (min-width: 1200px) {

    .bs-main-banner {
        height: 1000px;
    }

    .bs-banner-header h1 {
        font-size: 80px;
    }

    .bs-banner-content .bs-banner-info p {
        width: 65%;
        font-size: 20px;
    }

    .bs-banner-content .bs-banner-2-info {
        bottom: 22%;
    }

    .bs-intelligent-tools-content .card.box-1 {
        top: -66%;
    }

    .bs-intelligent-tools-content .card.box-2 {
        top: 0;
    }

    .bs-intelligent-tools-content .card.box-3 {
        top: -66%;
    }

    .bs_universe_carousel_active .item {
        width: 350px;
        height: 270px;
    }

    .bs_universe_carousel_active .item.a {
        -webkit-transform: rotateY(0deg) translateZ(350px);
        -moz-transform: rotateY(0deg) translateZ(350px);
        -o-transform: rotateY(0deg) translateZ(350px);
        -ms-transform: rotateY(0deg) translateZ(350px);
        transform: rotateY(0deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.b {
        -webkit-transform: rotateY(60deg) translateZ(350px);
        -moz-transform: rotateY(60deg) translateZ(350px);
        -o-transform: rotateY(60deg) translateZ(350px);
        -ms-transform: rotateY(60deg) translateZ(350px);
        transform: rotateY(60deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.c {
        -webkit-transform: rotateY(120deg) translateZ(350px);
        -moz-transform: rotateY(120deg) translateZ(350px);
        -o-transform: rotateY(120deg) translateZ(350px);
        -ms-transform: rotateY(120deg) translateZ(350px);
        transform: rotateY(120deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.d {
        -webkit-transform: rotateY(180deg) translateZ(350px);
        -moz-transform: rotateY(180deg) translateZ(350px);
        -o-transform: rotateY(180deg) translateZ(350px);
        -ms-transform: rotateY(180deg) translateZ(350px);
        transform: rotateY(180deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.e {
        -webkit-transform:rotateY(240deg) translateZ(350px);
        -moz-transform:rotateY(240deg) translateZ(350px);
        -o-transform: rotateY(240deg) translateZ(350px);
        -ms-transform: rotateY(240deg) translateZ(350px);
        transform: rotateY(240deg) translateZ(350px);
    }
    .bs_universe_carousel_active .item.f {
        -webkit-transform: rotateY(300deg) translateZ(350px);
        -moz-transform: rotateY(300deg) translateZ(350px);
        -o-transform: rotateY(300deg) translateZ(350px);
        -ms-transform: rotateY(300deg) translateZ(350px);
        transform: rotateY(300deg) translateZ(350px);
    }

    .bs-animate-2-circle {
        width: 1150px;
        height: 1150px;
    }

    .bs-animate-2-header {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-img {
        width: 40px;
        height: 40px;
    }

    .bs-animate-2-logo {
        top: 50%;
        width: 60%;
    }

    .bs-animate-2-logo img {
        width: 275px;
        height: 275px;
    }

    .bs_testimonial_slider_active.owl-carousel .owl-item.active > div {
        opacity: .75;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    .bs_testimonial_slider_active.owl-carousel .owl-item.active.center > div {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-header h1 {
        font-size: 60px;
        line-height: 86.4px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info p {
        width: 65%;
        font-size: 20px;
    }

    .bs-features-content-2 .card  {
        min-height: 310px;
    }

}

@media (max-width: 991.98px) {
    .bs-intelligent-tools {
        padding-top: 50px;
    }

    .bs-universe {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .bs-universe-content .carousel-dots {
        top: 60px;
    }

    .bs-animate-2 {
        padding-top: 50px;
    }

    .bs-testimonial-slider {
        padding-top: 50px;
    }

    .bs-review-logo {
        padding-top: 50px;
        padding-bottom: 75px;
    }

    .bs-secure-growth {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .bs-frequently-asked-questions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-header {
        padding-top: 50px;
    }

    .bs-frequently-asked-questions-2 {
        padding-bottom: 50px;
    }

    .bs-crm-product-overview-content-2 .bs-crm-product-overview-header {
        padding-top: 50px;
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-info {
        margin-bottom: 38px;
    }

    .bs-schedule-lasting-2 {
        padding-top: 50px;
    }

    .bs-user-management-2 {
        padding-top: 50px;
    }

    .bs-personal-messenger {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bs-automation-product-overview .bs-automation-product-overview-dashboard {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .bs-automation-product-overview-content-2 .bs-automation-product-overview-header {
        padding-top: 50px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info {
        margin-bottom: 38px;
    }

    .bs-schedule-lasting-3 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 100%;
    }

    .light-mode .bs-schedule-lasting-3 {
        background-size: 100%;
    }

    .bs-features-content-2 {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 100%;
    }

    .light-mode .bs-features-content-2 {
        background-size: 100%;
    }

    .bs-revolutionize-social-media {
        padding-top: 50px;
        padding-bottom: 50px;
    }
     .bs-intelligent-tools .bs-heading-title h1 {
        background: linear-gradient(180deg, #757575 0%, #070322 139.86%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: medium;
    }
    .bs-contact-content {
        padding-top: 45px;
    }
}

@media (min-width: 992px) {

    .bs-intelligent-tools {
        padding-top: 100px;
    }

    .bs-universe {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .bs-universe-content .carousel-dots {
        top: 110px;
    }

    .bs-animate-2 {
        padding-top: 100px;
    }

    .bs-testimonial-slider {
        padding-top: 100px;
    }

    .bs-review-logo {
        padding-top: 75px;
        padding-bottom: 150px;
    }

    .bs-secure-growth {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .bs-frequently-asked-questions {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-header {
        padding-top: 100px;
    }

    .bs-frequently-asked-questions-2 {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .bs-crm-product-overview-content-2 .bs-crm-product-overview-header {
        padding-top: 100px;
    }

    .bs-crm-product-overview-content .bs-crm-product-overview-info {
        margin-bottom: 75px;
    }

    .bs-schedule-lasting-2 {
        padding-top: 100px;
    }

    .bs-personal-messenger-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bs-user-management-2 {
        padding-top: 100px;
    }

    .bs-flexible-plans-2 {
        padding-top: 40px;
    }

    .bs-automation-product-overview .bs-automation-product-overview-dashboard {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .bs-automation-product-overview-content-2 .bs-automation-product-overview-header {
        padding-top: 100px;
    }

    .bs-automation-product-overview-content .bs-automation-product-overview-info {
        margin-bottom: 75px;
    }

    .bs-schedule-lasting-3 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 100% 100%;
    }

    .light-mode .bs-schedule-lasting-3 {
        background-size: 100% 100%;
    }

    .bs-features-content-2 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 100% 100%;
    }

    .light-mode .bs-features-content-2 {
        background-size: 100% 100%;
    }

    .bs-revolutionize-social-media {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}