@charset "UTF-8";
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-display: swap;
    font-weight: 400;
    line-height: 1.5;
    color: #443A47;
    background-color: #FFFCFF;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

[data-bg-image] {
    background-repeat: repeat;
    background-position: top center
}

.font-semibold {
    font-weight: 600;
}

.btn,
a {
    webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

p {
    color: #443A47;
}

.text-dark {
    color: #19131C !important;
}

@media (min-width: 1460px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1490px;
    }
}

.text-primary {
    color: #782891 !important;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.f-18 {
    font-size: 18px;
}

.f-64 {
    font-size: 64px;
}

.font-normal {
    font-weight: 400 !important;
}

h2,
h3,
h4,
h5,
h6 {
    color: #19131C;
}

h3 {
    font-size: 24px;
}

.form-control:focus,
.input-text:focus {
    border-color: #782891 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(120, 40, 145, .25);
}

.btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 6px;
    outline: 0;
}

.btn-primary {
    background: #782891;
}

.btn-hover-primary:hover,
.btn-hover-primary:focus {
    background: #71198d;
    border-color: #71198d;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background: #71198d;
    border-color: #71198d;
}

.slide-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 0;
    background: 0 0;
    opacity: 1;
    position: relative;
    outline: 0;
    margin-right: 20px;
    margin: 0 8px !important
}

.slide-dot .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.slide-dot .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    z-index: 1;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.swiper-nav-button {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1), visibility .1s linear 2s, opacity .1s linear 2s;
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1), visibility .1s linear 2s, opacity .1s linear 2s;
    transition: all .3s cubic-bezier(.645, .045, .355, 1), visibility .1s linear 2s, opacity .1s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    color: #6d70a6;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .01);
    box-shadow: 0 0 5px rgba(0, 0, 0, .01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    top: 50%
}

.swiper-nav-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    color: #fff;
    background: #fff
}

.swiper-nav-button:hover {
    color: #fff
}

.swiper-nav-button:hover::before {
    color: #fff;
    background: #030f27
}

.swiper-container {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.swiper-container:hover .swiper-nav-button {
    opacity: 1;
    visibility: visible
}

.swiper-nav-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.swiper-nav-button i::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: '\f104'
}

.swiper-nav-prev i::before {
    content: '\f104'
}

.swiper-button-next i::before {
    content: '\f105'
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.intro-section {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 726px;
}

.intro-section .container {
    z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .intro-section {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .intro-section {
        height: 500px
    }
}

.intro-content {
    max-width: 731px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 30px 45px;
}

.intro-content .title {
    font-size: 50px;
}

.light-gray {
    color: #969696;
}

.f-20 {
    font-size: 20px !important;
}

.intro-content .title span {
    color: #782891
}

.intro-content .desc p {
    font-size: 18px;
}

.intro-section {
    max-height: 726px;
    overflow: hidden;
}

.video-slide video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: calc(100% + 3px);
    min-height: calc(100% + 3px);
    opacity: 1;
    max-width: calc(100% + 3px);
}

img {
    max-width: 100%;
    height: auto;
}

.form-wrap {
    gap: 25px
}

.form-wrap input {
    border: 1px solid #DEDEDE;
    border-radius: 7px;
    padding: 0 15px;
    height: 54px;
    width: calc(100% - 90px);
    max-width: 360px;
    background: transparent;
}

.form-wrap .btn {
    min-width: 133px;
}

.intro-slider-wrap .slide-dot {
    bottom: 140px;
    position: absolute;
}

.slide-dot .swiper-pagination-bullet-active:before {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #782891;
}

.slide-dot .swiper-pagination-bullet:hover:before {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #782891;
}

.banner-images-align {
    min-width: calc(100% + 133px);
}

.nav-tabs {
    min-width: 350px;
    border-bottom: none;
}

.nav-tabs .nav-link {
    height: 84px;
    border-radius: 6px;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    color: #443A47;
    border: none;
    align-items: center;
    font-size: 20px;
    font-weight: 400 !important;
    text-align: left;
}

.cstm-solutions-section .nav-tabs .nav-link {
    font-weight: 600 !important;
}

.nav-pills.nav-tabs .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills.nav-tabs .nav-link:hover {
    background-color: #782891;
    color: #fff;
    border: none;
}

.nav-pills.nav-tabs .nav-link.active svg path,
.nav-pills.nav-tabs .nav-link:hover svg path {
    fill: #fff;
}

.nav-pills.nav-tabs .nav-link.active:nth-child(5) svg path,
.nav-pills.nav-tabs .nav-link:nth-child(5):hover svg path,
.nav-pills.nav-tabs .nav-link.active:nth-child(6) svg path,
.nav-pills.nav-tabs .nav-link:nth-child(6):hover svg path {
    stroke: #fff;
}

.section-padding-t-100 {
    padding-top: 65px;
}

.section-padding-b-100 {
    padding-bottom: 65px;
}

.mb-80 {
    margin-bottom: 80px;
}

.section-title .title {
    font-size: 46px;
    font-weight: 500;
    color: #19131C;
    margin-bottom: 20px;
}

.section-title .title span {
    color: #782891
}

.Schedule-cta-wrap .section-title .title span {
    color: #fff
}

.section-title .sub-title {
    font-size: 20px;
}

.list-border-wrap {
    margin: 20px 0 20px 10px;
    list-style-type: none;
    border-left: 1px solid #782891;
    padding: 15px 0 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
}

.tab-content h3 {
    color: #19131C;
    font-size: 24px;
    font-weight: 500;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #ddd;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.blog {
    border: 1px solid #0000001A;
    border-radius: 8px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.blog .info {
    padding: 15px
}

.blog .info h3 {
    font-size: 22px;
    color: #19131C;
    font-weight: 500;
    min-height: 60px;
}

.blog .info h2 {
    color: #782891;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.blog .info p {
    font-size: 18px;
    min-height: 60px;
}

.blog mark {
    background: #F2E7F4;
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
    padding: 6px 12px 6px 12px;
    color: #782891;
    position: absolute;
    left: 15px;
    top: 15px;
}

.blog .info .link {
    color: #5D007A;
    text-decoration: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-pagination .swiper-pagination-bullet:before {
    width: 10px;
    height: 10px;
}

.brand-carousel .swiper-pagination {
    bottom: 0 !important;
}

.brand-carousel .swiper-button-prev,
.blog-slider-arrow-wrap .swiper-button-prev,
.cstm-swiper-container .swiper-button-prev,
.home-blog-section .swiper-button-prev {
    left: auto;
    right: 54px;
    top: auto;
    bottom: 0;
}

.brand-carousel .swiper-button-next,
.blog-slider-arrow-wrap .swiper-button-next,
.cstm-swiper-container .swiper-button-next,
.home-blog-section .swiper-button-next {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}

.brand-carousel .swiper-button-prev,
.brand-carousel .swiper-button-next,
.blog-slider-arrow-wrap .swiper-button-next,
.blog-slider-arrow-wrap .swiper-button-prev,
.cstm-swiper-container .swiper-button-next,
.cstm-swiper-container .swiper-button-prev,
.home-blog-section .swiper-button-next,
.home-blog-section .swiper-button-prev {
    height: 40px;
    width: 40px
}

.brand-carousel {
    padding-bottom: 60px;
}

.home-blog-section .blog-sider .swiper-button-prev,
.home-blog-section .blog-sider .swiper-button-next {
    display: none;
}

.home-blog-section .blog-sider {
    position: relative;
}

.add-shade-left:before {
    content: "";
    position: absolute;
    background-image: url("../images/home/bg01.png");
    left: 0;
    height: 1500px;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.add-shade-right:before {
    content: "";
    position: absolute;
    background-image: url("../images/home/bg02.png");
    right: 0;
    height: 1500px;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.frame {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.frame span {
    position: relative;
    display: flex;
}

.overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
    width: 80%;
    transition: 0.7s ease;
}

.element {
    animation: float-bob-x 5s infinite
}

@keyframes float-bob-x {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(30deg);
    }
}

@-webkit-keyframes float-bob-x {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(30deg);
    }
}

.info-Frame ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.info-Frame ul li {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}

.info-Frame ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #782891;
    opacity: 0.5;
    top: 50%;
    left: 0;
    margin-top: -4px
}

.left-frame {
    margin-top: 45%;
}

.graphic-wrap {
    position: relative;
    display: flex;
}

.left-frame .graphic-wrap img {
    position: absolute;
    top: 12px;
    right: -15%;
}

.right-frame .graphic-wrap img {
    position: absolute;
    top: -12px;
    left: -50%;
    margin-top: -18%;
}

.right-frame {
    display: flex;
    justify-content: end;
    margin-top: 18%;
    position: relative;
}

.right-frame .graphic-wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.icon01,
.icon02,
.icon03 {
    position: absolute;
    z-index: 1;
}

.icon01 {
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.icon02 {
    bottom: 80px;
    left: 0;
    ;
}

.icon03 {
    right: 0;
    bottom: 80px;
}

.center-frame {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 10%
}

.center-frame .graphic-wrap img {
    position: absolute;
    top: 0;
    right: 12%;
    margin-top: -30%;
}

.center-frame .graphic-wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.section-four {
    background-image: url("../images/bg/bg02.jpg");
    background-size: cover;
    background-position: center;
}

.f-50 {
    font-size: 42px;
}

.custom-tabs {
    position: relative;
    gap: 35px
}

.curve-icon {
    display: flex;
    width: 64px;
}

.custom-tabs .nav-link {
    padding: 10px 20px;
    font-size: 18px;
    color: #443A47;
}

.custom-tabs:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    max-width: 1040px;
    margin: 0 auto;
    bottom: -15px;
    height: 1px;
}

.custom-tabs .nav-link.active,
.custom-tabs .nav-link:hover {
    background: linear-gradient(137.77deg, #4E105A 0%, #2A0431 100%);
    color: #fff
}

.btn-outline-primary {
    border: 1px solid #782891;
    color: #782891;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border: 1px solid #782891;
    color: #fff;
    background-color: #782891;
}

.newsletter-section {
    background-image: url("../images/bg/bg01.jpg");
    background-size: cover;
    background-position: center;
}

.newletter-wrap input {
    border: 1px solid #828282;
    background: transparent !important;
    color: #fff !important;
    max-width: 500px;
    min-height: 42px;
}

.newletter-wrap input::-ms-input-placeholder {
    color: #828282;
}

.newletter-wrap input::placeholder {
    color: #828282;
}

.static-testimonial {
    padding: 40px 20px 40px;
    background-color: #fff;
    border: 1px solid #0000001A;
    border-radius: 8px;
    background-image: url("../images/testimonial/shape.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%
}

.testimonial-slider.swiper-container-autoheight .swiper-slide {
    height: 100%;
}

.author-info {
    display: flex;
    gap: 15px;
    align-items: self-start;
}

.author-info * {
    color: #19131C;
    font-size: 18px;
}

.swiper-pagination-w {
    position: absolute;
    text-align: center;
}

.swiper-pagination-t {
    text-align: center;
    margin-top: 60px;
}

mark {
    background: #F2E7F4;
    font-weight: 500;
    font-size: 16px;
    border-radius: 20px;
    padding: 6px 12px 6px 12px;
    color: #782891;
}

.testimonial-slider {
    padding-bottom: 0;
}

.blog-wrap {
    box-shadow: 0px 4px 15px 0px #0000000D;
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.blog-wrap .row {
    height: 100%;
}

.blog-wrap .thumbnail {
    position: relative;
}

.blog-wrap .info h3 {
    font-size: 24px;
    color: #19131C;
    font-weight: 500;
}

.blog-wrap .thumbnail mark {
    position: absolute;
    left: 15px;
    top: 15px;
}

.full-swiper {
    overflow: hidden;
    max-width: 100%;
}

.blog-sider .swiper-slide {
    min-width: 640px;
    height: auto;
}

.blog-sider .swiper-wrapper {
    margin-left: -20%;
}

.brand {
    border: 1px solid #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    min-height: 170px;
}

.demo-block {
    background-image: url("../images/bg/bg03.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    height: 500px;
    display: flex;
    align-items: center;
    background-color: transparent;
    background-size: 100% 90%;
}

.demo-block .img-overlay {
    transform: scale(0.80);
    position: absolute;
    top: -42px;
    left: 0;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #782891;
    background: transparent;
    border-bottom: none;
    box-shadow: 0 0 0 0;
}

.faq-section .accordion {
    border: 1px solid #D8D8D8;
    border-radius: 20px;
    padding: 0 40px;
    background: #fff;
}

.faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #C0C0C0;
    padding: 30px 0
}

.faq-section .accordion-header button {
    padding: 15px 0;
    outline: none;
    padding: 0 0;
    font-weight: 600;
    font-size: 18px;
}

.faq-section .accordion-header button:focus {
    box-shadow: 0 0 0;
}

.faq-section .accordion-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.faq-section .accordion .accordion-item:last-child {
    border-bottom: 1px solid transparent;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/svg/close.svg");
    transform: rotate(45deg);
}

.faq-section .accordion-button::after {
    background-image: url("../images/svg/close.svg");
}

.newsletter-blick-wrap {
    background-image: url("../images/bg/bg04.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 80px 5px;
}

.wrap-block-width {
    max-width: 990px;
    margin: 0 auto;
}

.footer-section {
    background-image: url("../images/bg/bg05.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0;
}

.footer-widget-content ul {
    padding: 0;
    list-style-type: none;
}

.footer-widget-content ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.footer-widget-content ul li {
    margin-bottom: 10px;
}

.footer-widget-title {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: inherit;
}

.footer-widget-content ul li a:hover,
.footer-widget-content ul li a:focus {
    color: #782891
}

.content ul li {
    display: flex;
    color: #fff;
    margin-bottom: 20px;
}

.content ul li i {
    min-width: 32px;
}

.copyright a {
    color: #969696;
    text-decoration: none;
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #782891;
    background-size: 200% auto;
    background-position: left center;
    color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
}

.mobile-tab {
    display: none;
}

.swiper-pagination-client {
    display: none
}

.mobile-view {
    display: none
}

.tag {
    background: linear-gradient(98.4deg, #782891 -1.34%, #683AC9 115.43%);
    position: absolute;
    top: 25px;
    right: 0;
    color: #fff;
    font-size: 10px;
    border-radius: 7px;
    width: 32px;
    height: 14px;
    text-align: center;
}

.inner-banner-wrap {
    padding: 60px 0;
}

.page-title {
    background: linear-gradient(271.47deg, #782891 -4.56%, #683AC9 99.7%);
    height: 49px;
    padding: 0 40px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@keyframes fadeUp {
    0% {
        margin-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.tab-content .active .animated-element {
    animation: fadeUp 0.5s ease-in-out;
}

#accordionExamples .accordion-button:after {
    display: none;
}

#accordionExamples .accordion-button {
    font-size: 24px;
    font-weight: 500;
}

#accordionExamples .accordion-body {
    font-size: 18px !important;
}

#accordionExamples .accordion-button:not(.collapsed) {
    background: #7828911A;
    color: #782891;
    box-shadow: 0 0 0;
}

.accordion-button:focus {
    box-shadow: 0 0 0
}

.Schedule-cta-wrap {
    background-image: url("../images/bg/bg06.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
}

.Schedule-cta-wrap .newletter-wrap input {
    border: 1px solid #fff;
}

.Schedule-cta-wrap .newletter-wrap input::-ms-input-placeholder {
    color: #fff;
}

.Schedule-cta-wrap .newletter-wrap input::placeholder {
    color: #fff;
}

.faq-section.add-shade-left:before {
    height: 100%;
    width: 100%;
    background-position: top center;
    top: -600px;
}

.items-wrap {
    background: linear-gradient(277.36deg, #DB8DF3 -26.03%, #F3D5FD 142.2%);
    border-radius: 8px;
    padding: 12px;
    max-width: 85%;
}

.items-wrap p {
    margin-bottom: 0;
    font-size: 18px;
}

.items-wrap h5 {
    font-size: 24px;
    color: #19131C;
    font-weight: 500;
}

.items-wrap ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.ml-15p {
    margin-left: 15%;
}

.items-wrap span:first-child {
    min-width: 60px;
}

.sms-solution .nav-pills .nav-link {
    text-align: left;
    display: flex;
    border-radius: 8px;
    padding: 15px;
    gap: 10px;
    align-items: center;
}

.sms-solution .nav-pills .nav-link p {
    margin-bottom: 0;
    font-size: 18px;
    color: #443A47
}

.sms-solution .nav-pills .nav-link h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #19131C
}

.sms-solution .nav-link.active {
    background: rgba(120, 40, 145, 1);
}

.sms-solution .nav-link.active * {
    color: #fff !important
}

.sms-solution .nav-link.active img {
    filter: brightness(0) invert(1);
}

.sms-solution .nav-pills .nav-link span {
    min-width: 90px;
    text-align: center;
}

.mn-60 {
    margin-bottom: -60px;
}

.bs-solutions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    gap: 30px;
    padding: 0
}

.bs-solutions-list li {
    width: 25%;
}

.bs-solutions-list li a {
    border: 1px solid #00000033;
    padding: 30px 40px 20px 40px;
    gap: 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 192px;
    text-align: center;
    font-size: 26px;
    color: #19131C;
    text-decoration: none;
}

.bs-solutions-list li a:hover {
    background-color: #782891;
    color: #fff
}

.bs-solutions-list li a:hover img {
    filter: brightness(0) invert(1);
}

.card-wrap {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 60px 20px 20px 20px;
    background-color: #fff;
    position: relative;
    webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.icon-top {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -40px;
    background: #782891;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-wrap h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.card-wrap p {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-wrap a {
    color: #782891;
    font-size: 18px;
    text-decoration: none;
}

.card-wrap {
    color: #443A47
}

.card-wrap .arrow_img {
    opacity: 0;
}

.card-wrap:hover {
    background-color: #782891;
    color: #fff;
}

.card-wrap:hover * {
    color: #fff
}

.card-wrap:hover .arrow_img {
    opacity: 1;
}

.card-wrap:hover .icon-top {
    background-color: #fff;
}

.card-wrap p {
    margin-bottom: 20px;
}

.icon-top img {
    filter: brightness(0) invert(1);
}

.card-wrap:hover .icon-top img {
    filter: none
}

.brand-sms-slider {
    padding: 40px 0;
    border-left: none;
    border-right: none;
}

.brand-sms-slider .swiper-slide {
    text-align: center;
}

.brand-sms-slider .swiper-slide img {
    max-height: 50px;
}

.swiper-white-shade {
    position: relative;
}

.swiper-white-shade:before,
.swiper-white-shade:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 1px;
    background-size: contain;
}

.brand-sms-slider .swiper-wrapper {
    align-items: center;
}

.swiper-white-shade:before {
    background-image: url("../images/bg/line.png");
}

.swiper-white-shade:after {
    background-image: url("../images/bg/line.png");
    top: auto;
}

.brand-sms-slider:before,
.brand-sms-slider:after {
    content: "";
    position: absolute;
    width: 15%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.brand-sms-slider:before {
    background-image: linear-gradient(to left, rgba(254, 250, 255, 0.2), #fefaff);
}

.brand-sms-slider:after {
    left: auto;
    background-image: linear-gradient(to right, rgba(254, 250, 255, 0.2), #fefaff);
}

.sms-rcs-wrap th {
    color: #782891;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.sms-rcs-wrap td {
    font-size: 24px;
    font-weight: 500;
    color: #19131C
}

.wrap-inner-table tr td {
    padding: 12px 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.tech-stack-wrap .icon-wraps {
    min-width: 210px
}

.tech-stack-wrap {
    justify-content: space-between;
    gap: 60px
}

.tech-stack-wrap h4 {
    color: #5D007A;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
    position: relative;
}

.tech-stack-wrap p {
    font-size: 20px;
}

.tech-stack-wrap p {
    margin-bottom: 10px;
}

.tech-stack-wrap p:last-child {
    margin-bottom: 0;
}

.tech-stack-one h4:after,
.tech-stack-two h4:after,
.tech-stack-three h4:after,
.tech-stack-four h4:after,
.tech-stack-five h4:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #EBB450;
    width: 100px
}

.tech-stack-one h4:after,
.tech-stack-three h4:after {
    left: 100%;
    top: 50%;
    margin-left: 15px;
}

.tech-stack-two h4:after,
.tech-stack-five h4:after {
    right: 100%;
    top: 50%;
    margin-right: 15px;
}

.tech-stack-five h4:after {
    width: 45px
}

.tech-stack-three h4:after {
    width: 45px
}

.tech-stack-four h4:after {
    width: 1px;
    height: 55px;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mn-l-10 {
    margin-left: -25%;
}

.mn-r-10 {
    margin-right: -25%;
}

.email-marketing-section figure h4 {
    font-size: 24px;
    font-weight: 500;
    color: #782891;
    margin-bottom: 20px;
}

.mobile-search-block {
    display: none;
}

.user-imgmobile {
    transform: scale(1.4);
    margin-bottom: -30px;
}

.whats-up-user-img-mobile {
    transform: scale(1.2);
    right: -85px;
    position: relative;
}

.user-email-imgmobile {
    transform: scale(1.6);
    right: -85px;
    position: relative;
    margin-bottom: -100px;
}

.tech-stack-three .text-end {
    width: calc(100% - 210px);
}

.mn-120 {
    margin-bottom: -120px;
}

.mn-60 {
    margin-bottom: -60px;
}

.mn-90 {
    margin-bottom: -90px;
}

.user-voice-imgmobile {
    transform: scale(1.4);
    right: -85px;
    position: relative;
    margin-bottom: -60px;
}

.user-rich-imgmobile {
    transform: scale(1.1);
    right: -85px;
    position: relative;
    margin-bottom: -60px;
}

.inner-banner-img {
    text-align: right;
}

.inner-banner-img img {
    margin-right: -100px;
}

.inner-banner-wrap-two {
    background: linear-gradient(98.45deg, rgba(228, 173, 181, 0.06) -46.81%, rgba(162, 83, 187, 0.1) 155.95%);
    padding-bottom: 0;
    padding-top: 50px;
}

.inner-banner-wrap-two .intro-content {
    padding: 0;
    background: transparent;
}

.card {
    background: transparent;
    border: none;
}

.card h4 {
    color: #19131C;
    font-size: 24px;
}

.card p {
    color: #443A47;
}

.Schedule-cta-wrap.indus-cta-wrap {
    background-image: url("../images/industries/bg/1.jpg");
    background-size: cover;
}

.check-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.check-list li {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
}

.check-list li:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41MDM0IDEuNDQzMzZDMTQuMTQwNyAxLjQ5MTAyIDE2LjY1MzggMi41NzIxMiAxOC41MDIgNC40NTQwMkMyMC4zNTAyIDYuMzM1OTIgMjEuMzg1NyA4Ljg2ODE4IDIxLjM4NTcgMTEuNTA1OUMyMS4zODU3IDE0LjE0MzUgMjAuMzUwMiAxNi42NzU4IDE4LjUwMiAxOC41NTc3QzE2LjY1MzggMjAuNDM5NiAxNC4xNDA3IDIxLjUyMDcgMTEuNTAzNCAyMS41Njg0QzguODY2MTQgMjEuNTIwNyA2LjM1MzAxIDIwLjQzOTYgNC41MDQ4MSAxOC41NTc3QzIuNjU2NjEgMTYuNjc1OCAxLjYyMTA5IDE0LjE0MzUgMS42MjEwOSAxMS41MDU5QzEuNjIxMDkgOC44NjgxOCAyLjY1NjYxIDYuMzM1OTIgNC41MDQ4MSA0LjQ1NDAyQzYuMzUzMDEgMi41NzIxMiA4Ljg2NjE0IDEuNDkxMDIgMTEuNTAzNCAxLjQ0MzM2Wk05LjQxMzY4IDE0Ljc3NDZMNi45NDk0IDEyLjMwODFDNi43NDc2OCAxMi4xMDU3IDYuNjM0NDIgMTEuODMxNiA2LjYzNDQyIDExLjU0NThDNi42MzQ0MiAxMS4yNjAxIDYuNzQ3NjggMTAuOTg2IDYuOTQ5NCAxMC43ODM1QzcuMTUyMTQgMTAuNTgyIDcuNDI2MzggMTAuNDY4OSA3LjcxMjIzIDEwLjQ2ODlDNy45OTgwOCAxMC40Njg5IDguMjcyMzIgMTAuNTgyIDguNDc1MDYgMTAuNzgzNUwxMC4yMTEgMTIuNTIxN0wxNC41MzE3IDguMjAwOThDMTQuNzM0MSA3Ljk5OTI2IDE1LjAwODMgNy44ODYgMTUuMjk0IDcuODg2QzE1LjU3OTggNy44ODYgMTUuODUzOSA3Ljk5OTI2IDE2LjA1NjMgOC4yMDA5OEMxNi4yNTc4IDguNDAzNTMgMTYuMzcwOCA4LjY3NzU5IDE2LjM3MDggOC45NjMyNkMxNi4zNzA4IDkuMjQ4OTQgMTYuMjU3OCA5LjUyMyAxNi4wNTYzIDkuNzI1NTVMMTAuOTcyMiAxNC44MDk2QzEwLjg2OSAxNC45MTIzIDEwLjc0NjEgMTQuOTkzMSAxMC42MTA5IDE1LjA0NzFDMTAuNDc1NyAxNS4xMDExIDEwLjMzMSAxNS4xMjczIDEwLjE4NTUgMTUuMTI0QzEwLjAzOTkgMTUuMTIwOCA5Ljg5NjU1IDE1LjA4ODEgOS43NjM5MiAxNS4wMjgxQzkuNjMxMyAxNC45NjggOS41MTIxNyAxNC44ODE4IDkuNDEzNjggMTQuNzc0NloiIGZpbGw9IiM3ODI4OTEiLz4KPC9zdmc+Cg==")
}

.play-btn button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-block {
    position: relative;
}

.automotive-cta-img {
    width: 450px;
    max-width: initial;
}

.bsfi-cta {
    margin-bottom: -50px;
}

.retail-cta {
    transform: scale(1.2);
    margin-bottom: -100px;
}

.healthcare-cta {
    margin-bottom: -45px;
}

.edtech-cta {
    transform: scale(1.2);
    margin-bottom: -45px;
    margin-right: -100px;
}

.logistics-cta {
    margin-bottom: -50px;
}

.inner-banner-wrap-two .form-wrap input {
    border: 1px solid #443A47;
    background: transparent;
}

.inner-banner-wrap-two .form-wrap input::-ms-input-placeholder {
    color: #443A47;
}

.inner-banner-wrap-two .form-wrap input::placeholder {
    color: #443A47;
}

.inner-banner-wrap-two .form-wrap input:focus {
    border-color: #782891;
}

.career-banner,
.contact-us-banner,
.about-us-banner,
.sparc-page-banner {
    height: 726px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.career-banner .container,
.career-banner .row,
.contact-us-banner .container,
.contact-us-banner .row,
.about-us-banner .container,
.about-us-banner .row,
.sparc-page-banner .container,
.sparc-page-banner .row {
    height: 100%
}

.career-banner .intro-content,
.contact-us-banner .intro-content,
.about-us-banner .intro-content {
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0
}

.career-blog .thumbnail img {
    border-radius: 10px;
}

.career-blog .thumbnail {
    margin-bottom: 20px;
}

.career-blog .career-info h3 {
    font-weight: 600;
}

.filter-wrap .form-control {
    border: solid 1px #C0C0C0;
    height: 54px;
    background-color: transparent;
    border-radius: 7px;
}

.search-filter {
    position: relative;
}

.search-filter img {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -15px;
}

.search-filter input {
    padding-left: 55px;
}

.open-positions-table tr td {
    vertical-align: middle;
    border: none !important;
    padding: 16px
}

.open-positions-table {
    border-spacing: 0 15px;
    border-collapse: separate;
}

.open-positions-table tr td:first-child {
    font-size: 24px;
    font-weight: 500;
    border-radius: 6px 0 0 6px;
}

.open-positions-table tr td:last-child {
    border-radius: 0 6px 6px 0;
}

.open-positions-table tr {
    box-shadow: 0px 0px 36.2px 0px #0000000D;
    border-radius: 6px;
}

.open-positions-table tr td a {
    color: #782891;
}

.open-positions-table tr td a:hover,
.open-positions-table tr td a:focus {
    opacity: 0.8;
}

.open-positions-table .btn.btn-primary {
    font-size: 15px;
}

.perks-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0
}

.perks-list li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
}

.perks-list span {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    background: #F2E7F4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Em-slider .swiper-slide-active {
    margin-top: -50px
}

.Em-slider {
    padding-top: 90px;
}

.Em-slider .swiper-slide-active .static-testimonial {
    background: #782891 !important;
}

.Em-slider .static-testimonial {
    background: #F2E7F4;
}

.Em-slider .static-testimonial {
    text-align: center;
}

.Em-slider .swiper-slide-active .static-testimonial * {
    color: #fff
}

.Em-slider .static-testimonial .testimonial-image img {
    margin-top: -40px;
    width: 100px;
    height: 100px;
}

.Em-slider .static-testimonial .testimonial-image {
    margin-bottom: 10px;
}

.Em-slider .static-testimonial {
    padding-top: 0 !important;
    border-radius: 17px;
    border: none !important;
    height: 490px
}

@media(max-width: 1600px) and (min-width: 1441px) {
    .Em-slider .static-testimonial {
        height: 545px
    }
}

@media(max-width: 1365px) and (min-width: 992px) {
    .Em-slider .static-testimonial {
        height: 435px
    }
}

@media(max-width: 767px) {
    .Em-slider .static-testimonial {
        height: 420px
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .Em-slider .static-testimonial {
        height: 435px
    }
}

.Em-slider .author-info .cite {
    width: 100%
}

.Em-slider .author-info {
    margin-bottom: 10px;
}

.Em-slider .testimonial-content p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author-info .name {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.Em-slider .author-info .position {
    font-size: 15px;
}

.arrow-wrap-block {
    display: flex;
    position: relative;
}

.arrow-wrap-block {
    display: flex;
    position: relative;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.arrow-wrap-block .swiper-button-next,
.arrow-wrap-block .swiper-button-prev {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    margin-top: 0;
    left: 0;
    right: 0
}

.grid-container {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    grid-gap: 15px;
    width: 100%;
    overflow: hidden;
}

.grid-item {
    background-color: #f3f3f3;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-container div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-item {
    grid-column: 1 / span 1;
}

.grid-item-a {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.grid-item-c {
    grid-column: 1;
    grid-row: 2;
}

.grid-item-d {
    grid-column: 3;
    grid-row: 2;
}

.grid-item-d {
    display: flex;
    gap: 15px;
}

.blog-page-banner,
.insight-page-banner,
.case-studies-banner {
    background-size: cover;
    min-height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.blog-page-banner {
    background-image: url("../images/blog/bg/1.jpg");
}

.insight-page-banner {
    background-image: url("../images/insight/bg/1.jpg");
}

.case-studies-banner {
    background-image: url("../images/case-studies/bg/1.jpg");
}

.blog-page-banner .intro-content,
.insight-page-banner .intro-content,
.case-studies-banner .intro-content {
    max-width: 740px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0 auto;
}

.blog-items-wrap {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    overflow: hidden;
}

.blog-items-wrap .meta {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.blog-items-wrap .meta li {
    margin-right: 28px;
}

.link {
    text-decoration: none;
    color: #5D007A;
    display: flex;
    align-items: center;
    gap: 10px
}

.link img {
    max-width: 24px;
}

.swiper-pagination-blog,
.blog-swiper-pagination {
    text-align: center;
    margin-top: 25px;
}

.blog-tag {
    background: linear-gradient(271.47deg, #782891 -4.56%, #683AC9 99.7%);
    width: 140px;
    height: 46px;
    gap: 0px;
    border-radius: 0px 10px 0px 10px;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.meta-wrap {
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.meta-wrap a {
    background: #782891;
    width: 42px;
    height: 42px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.blog-grid,
.blog-grid-slider {
    border: 1px solid #0000001A;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #fff;
}

.blog-grid a.image img {
    width: 100%
}

.blog-grid:hover {
    background: #782891;
}

.blog-grid .info,
.blog-grid-slider .info {
    padding: 30px 30px 90px 30px;
}

.blog-grid .thumbnail mark,
.blog-grid-slider .thumbnail mark {
    background-color: #fff;
    position: absolute;
    left: 30px;
    top: 15px
}

.blog-grid:hover .info {
    color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.blog-grid:hover h3,
.blog-grid:hover p {
    color: #fff
}

.blog-grid:hover mark {
    background: linear-gradient(271.47deg, #782891 -4.56%, #683AC9 99.7%);
    color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.blog-grid:hover .meta-wrap a {
    background-color: #ffff;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.blog-grid:hover .meta-wrap a svg path {
    stroke: #782891;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
}

.search-filter-wrap button {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: none;
    border-radius: 0 7px 7px 0;
    padding: 0 10px;
    background-color: transparent;
}

.search-filter-wrap button:hover {
    background-color: #782891;
    ;
}

.search-filter-wrap button:hover img {
    filter: brightness(0) invert(1);
}

.search-filter-wrap input.form-control {
    padding-right: 45px;
}

.pagination.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pagination li {
    padding: 0 7px;
}

.pagination li a {
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-transform: uppercase;
    color: #343333;
    border-radius: 5px;
    text-decoration: none;
    border-radius: 50%;
}

.pagination .active {
    background: #782891;
    color: #fff
}

.blod-details-wrap ul:after,
.blod-details-wrap ul:before {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, #fff, #ddd, #000, #ddd, #fff);
}

.blod-details-wrap ul:before {
    top: 0
}

.blod-details-wrap ul:after {
    bottom: 0;
}

.blod-details-wrap ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 20px 0
}

.blod-details-wrap ul li img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.blod-details-wrap ul li {
    font-size: 18px;
    position: relative;
}

.blod-details-wrap ul li:after {
    content: "";
    background: #443A47;
    height: 22px;
    width: 1px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -11px;
}

.blod-details-wrap ul li:first-child::after {
    display: none;
}

.f-28 {
    font-size: 28px;
}

.blog-details-info li {
    font-size: 28px;
    font-weight: 500;
    color: #19131C
}

.blog-details-info li p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 15px;
}

.blog-details-info ol {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-card-wrap,
.latest-blog-list {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 30px;
}

.avtar-blog-detail {
    height: 138px;
    width: 138px;
    border-radius: 50%;
}

.latest-blog-list h3 {
    font-weight: 600;
    font-size: 24px;
}

.latest-blog-list ol {
    padding-left: 20px;
}

.latest-blog-list li {
    font-size: 18px;
    font-weight: 600;
}

.latest-blog-list li p {
    margin-top: 10px;
}

.latest-blog-list li a {
    text-decoration: none;
    color: #782891;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.latest-blog-list li a:hover,
.latest-blog-list li a:focus {
    opacity: 0.8;
}

.blog-social-links ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    gap: 15px;
}

.blogSwiper {
    overflow: hidden;
    padding-bottom: 2px;
}

.blogSwiper .swiper-slide {
    height: auto;
}

.insight-detail-wrap {
    padding: 60px 0 100px 0;
}

.insight-detail-wrap ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.insight-detail-wrap ul li {
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.insight-detail-wrap ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("../images/svg/check-purple.svg");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 0;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -10px;
}

.insight-detail-wrap .form-control {
    max-width: 55%;
    background: transparent;
}

.filter-wrap .text-nowrap {
    margin-bottom: 0;
}

.case-studie-blog-grid .info {
    padding: 30px 30px 50px 30px !important;
}

.case-studie-blog-grid:hover .info h2,
.case-studie-blog-grid:hover .info a {
    color: #fff !important
}

.case-studie-blog-grid:hover .info a img {
    filter: brightness(0) invert(1);
}

.case-studie-blog-grid .link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.success-banner-wrap ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.success-banner-wrap ul li {
    font-weight: 600;
    position: relative;
    padding-left: 25px
}

.success-banner-wrap ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #443A47;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 50%;
    margin-top: -3px;
}

.text-white * {
    color: #fff !important
}

.impact-delivered-section {
    background: #19131C;
    padding: 30px 0 60px
}

.text-primary-bright {
    color: #C92CFA !important;
}

.text-light-gray {
    color: #969696;
}

.job-heading-block {
    background: #F2E7F4;
    padding: 50px 0
}

.about-job-block .nav {
    max-width: 420px;
    margin: 0 auto;
}

.apply-job-form {
    margin: 0 auto;
    max-width: 820px;
}

.import-cv-wrap {
    border: 1px solid #00000033;
    border-radius: 8px;
    padding: 30px;
    background: #fff;
}

.dropdown-toggle::after {
    width: 16px;
    height: 16px;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNjM2NTQgNS4yOTMwM0MxLjgyNDA2IDUuMTA1NTYgMi4wNzgzNyA1LjAwMDI0IDIuMzQzNTQgNS4wMDAyNEMyLjYwODcgNS4wMDAyNCAyLjg2MzAxIDUuMTA1NTYgMy4wNTA1NCA1LjI5MzAzTDguMDAwNTQgMTAuMjQzTDEyLjk1MDUgNS4yOTMwM0MxMy4xMzkxIDUuMTEwODcgMTMuMzkxNyA1LjAxMDA4IDEzLjY1MzkgNS4wMTIzNkMxMy45MTYxIDUuMDE0NjMgMTQuMTY2OSA1LjExOTggMTQuMzUyNCA1LjMwNTIxQzE0LjUzNzggNS40OTA2MiAxNC42NDI5IDUuNzQxNDMgMTQuNjQ1MiA2LjAwMzYzQzE0LjY0NzUgNi4yNjU4MyAxNC41NDY3IDYuNTE4NDMgMTQuMzY0NSA2LjcwNzAzTDguNzA3NTQgMTIuMzY0QzguNTIwMDEgMTIuNTUxNSA4LjI2NTcgMTIuNjU2OCA4LjAwMDU0IDEyLjY1NjhDNy43MzUzNyAxMi42NTY4IDcuNDgxMDYgMTIuNTUxNSA3LjI5MzU0IDEyLjM2NEwxLjYzNjU0IDYuNzA3MDNDMS40NDkwNyA2LjUxOTUgMS4zNDM3NSA2LjI2NTE5IDEuMzQzNzUgNi4wMDAwM0MxLjM0Mzc1IDUuNzM0ODcgMS40NDkwNyA1LjQ4MDU2IDEuNjM2NTQgNS4yOTMwM1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    position: absolute;
    right: 15px;
}

.dropdown-menu.show {
    width: 100%;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    box-shadow: 0px 0px 21.1px 0px #0000001A;
    border: none;
    border-radius: 6px;
    margin-top: 10px
}

.dropdown-menu .dropdown-item {
    padding: 8px 15px;
}

.divider {
    border: 1px solid #0000001A;
    margin: 15px 0 20px 0;
}

.import-cv-wrap .dropdown {
    min-width: 246px
}

.import-cv-wrap .dropdown .btn {
    width: 100%;
    justify-content: start;
    padding: 0 40px 0 20px;
    font-size: 16px;
}

.Linkedin-btn {
    background: #0A66C2;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    color: #fff;
    max-width: 90%;
    margin: 0 auto;
    height: 54px;
    align-items: center;
}

.Linkedin-btn:hover {
    background: #0A66C2;
    color: #fff;
    opacity: 0.9;
}

.apply-job-form .title-block {
    border-bottom: 1px solid #00000033;
    padding-bottom: 15px;
}

.apply-job-form .title-block button.btn-link {
    border: none;
    background: transparent;
    text-decoration: none;
    color: #19131C80;
    display: flex;
    align-items: center;
    gap: 5px;
}

.apply-job-form .form-control {
    border: 1px solid #00000033;
    height: 54px;
}

.apply-job-form .form-group .flag-icon {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 140px;
    border-right: 1px solid #00000033;
    height: 54px;
    display: FLEX;
    align-items: center;
    gap: 10px;
    justify-content: start;
    z-index: 11;
}

.f-14 {
    font-size: 14px;
}

.custom-file {
    border: 1px dotted #00000033;
    background: #fff;
    height: 177px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.custom-file .custom-file-input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.custom-file .custom-file-label {
    color: #443A4780;
}

.custom-file .custom-file-label span {
    color: #443A47;
    font-weight: 500;
}

.our-vision {
    background-image: url("../images/about/bg/1.jpg");
    height: 436px;
    height: 360px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.journey-list-wrap {
    list-style-type: none;
    gap: 40px;
    position: relative;
    margin: 0
}

.journey-list-wrap li {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.journey-list-wrap:after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #782891 0%, #683AC9 105.1%);
    height: 12px;
    left: 7%;
    right: 7%;
    top: 20%;
}

.journey-list-wrap li span:first-child {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 60px;
}

.journey-list-wrap li span:last-child {
    font-size: 18px;
    margin-top: 20px
}

.journey-list-wrap li:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url("../images/about/icon/7.svg");
    background-size: 100% 100%;
    top: 17%;
    left: 0;
    z-index: 9;
    right: 0;
    margin: 0 auto;
}

.journey-list-wrap li .box-line {
    position: relative;
    height: 48px;
    border-right: 1px solid #00000066;
    width: 1px;
    margin: 25px auto 20px;
}

.infographic-block-wrap {
    position: relative;
    width: 1140px;
    display: flex;
    height: 700px;
    margin: 0 auto;
}

.center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    height: 700px;
}

.center-circle .circle-text {
    font-size: 24px;
    color: #4a2b82;
    text-align: center;
}

.outer-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-circle .item {
    position: absolute;
    transition: transform 0.3s ease;
}

.outer-circle .item p {
    font-size: 24px;
    color: #19131C;
    margin: 0 0 10px;
    font-weight: 600;
}

.outer-circle .item span {
    font-size: 16px;
    color: #443A47;
}

.sms {
    top: 5%;
    left: 0;
    right: 75%
}

.rcs {
    top: 5%;
    left: 75%;
}

.whatsapp {
    top: 40%;
    left: 83%;
    width: 300px;
}

.email {
    top: 72%;
    left: 75%;
    width: 300px;
}

.voice {
    top: 45%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 275px;
}

.cloud {
    top: 80%;
    left: 15%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.ai {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
}

.about-infographic-section {
    padding: 65px 0 65px;
}

.values-section .row .col {
    padding: 0
}

.values-wrap {
    position: relative;
}

.values-wrap:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%
}

.values-wrap h4 {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #fff;
    z-index: 9;
    font-weight: 500;
    transition: transform 0.5s ease-in-out;
    transform: translateY(650%);
}

.values-wrap:hover h4 {
    transform: translateY(-10px);
}

.values-wrap p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.values-wrap:hover p {
    opacity: 1;
}

.values-wrap:hover::after {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 24.75%, rgba(0, 0, 0, 0.8) 49.5%, #000000 100%);
}

.overlay-content-wrap {
    top: 50%;
    z-index: 9;
    position: absolute;
    padding: 0 25px;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -20%;
}

.section-title.text-center.mb-5.pb-4 {
    padding-bottom: 0 !important;
}

.infographic-info {
    padding: 15px 10px;
    border-radius: 8px;
    border: 1px solid #0000001A;
    text-align: center;
    height: 100%;
}

.infographic-info p {
    font-weight: 500;
    font-size: 16px
}

.infographic-info img {
    max-width: 80px;
    width: 70px;
    margin-bottom: 10px;
}

.contact-form-section {
    background: #19131C;
    padding: 140px 0;
}

.contact-info-wrap {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-wrap li {
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 20px
}

.contact-info-wrap li:first-child a {
    text-decoration: none;
}

.contact-info-wrap li a {
    color: #fff
}

.contact-form-section .form-control {
    border: 1px solid #DEDEDE;
    height: 54px;
    background-color: #19131C;
    color: #fff;
    font-size: 18px;
}

.contact-form-section .form-control::-ms-input-placeholder {
    color: #fff;
}

.contact-form-section .form-control::placeholder {
    color: #fff;
}

.contact-form .row {
    margin-bottom: 30px;
}

.contact-form .row:last-child {
    margin-bottom: 0;
}

.contact-form .nice-select {
    color: #fff
}

.contact-form textarea {
    resize: none;
}

.contact-form .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.form-check-label a {
    text-decoration: none;
}

.contact-form .btn-primary {
    width: 304px
}

.mt-180 {
    margin-top: 180px;
}

.contact-form .nice-select .option:hover,
.contact-form .nice-select .option.focus,
.contact-form .nice-select .option.selected.focus {
    color: #000;
}

.contact-form .nice-select .option {
    color: #000;
}

.location-wrap {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.map-img {
    min-width: 60%;
}

.location-address {
    background-image: url("../images/contact/bg/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-address ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.location-address ul li {
    color: #fff;
    display: flex;
}

.location-address ul li span {
    min-width: 40px
}

.location-address ul li a {
    color: #fff
}

.getmap-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    gap: 10px
}

.getmap-btn:hover,
.getmap-btn:focus {
    opacity: 0.8;
}

.map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-media-list-wrap {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
    justify-content: center;
}

.social-media-list-wrap li a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}

.social-media-list-wrap li a {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 7px;
    padding: 30px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    width: 224px;
    align-items: center;
    height: 184px;
    color: #19131C;
    justify-content: center;
}

.social-media-list-wrap li a span {
    max-width: 74px;
    min-height: 74px;
    display: flex;
    align-items: center;
}

.social-media-list-wrap li a:focus,
.social-media-list-wrap li a:hover {
    color: #782891
}

.all-location .custom-tabs:after {
    max-width: 780px;
}

.all-location .custom-tabs:after {
    max-width: 780px;
}

.mb-100 {
    margin-bottom: 100px;
}

.newsletter-section .section-title .title.f-64 {
    font-weight: 300;
}

.cstm-demo-section .section-title .title span {
    color: #C92CFA;
}

.custom-menu-with-images {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 8%;
}

.custom-menu-with-images .menu-item {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: #443A47;
    width: 44%;
}

.custom-menu-with-images .menu-item a {
    display: flex;
    gap: 25px;
    align-items: center;
    text-decoration: none;
    color: #443A47;
}

.custom-menu-with-images .menu-item .icon {
    min-width: 40px;
}

.blog-menu {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(120, 40, 145, 0.2);
    margin-left: -5px;
}

.blog-menu li {
    position: relative;
    display: flex;
    gap: 25px;
}

.blog-menu li i img {
    min-width: 80px;
    max-width: 80px !important;
    border-radius: 5px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
}

.blog-menu li a {
    text-decoration: none;
    line-height: 1.5
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 !important;
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
    line-height: 1.4 !important
}

.header-inner .container,
.header-inner .row {
    height: 100%
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: auto;
    padding: 30px 10px 30px 10px;
    color: #474747;
    font-size: 18px;
}

#mega-menu-wrap-primary {
    background: transparent;
    height: 100%;
}

.menu-column-area {
    height: 100%;
}

.custom-menu-with-images .menu-item a:hover span {
    color: #782891;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    height: auto !important;
    padding: 30px 20px 30px 20px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-primary {
    background: transparent !important;
}

body .header-inner #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #474747;
}

body .header-inner #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
    color: #782891;
}

#mega-menu-wrap-primary {
    background: transparent !important;
    height: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    -webkit-box-shadow: 0px 12px 24.8px 0px #00000014;
    box-shadow: 0px 12px 24.8px 0px #00000014;
}

#mega-menu-wrap-primary #mega-menu-primary {
    padding: 0 0 0 0 !important;
}

.mega-cstm-first-item a::before {
    content: "New";
    position: absolute !important;
    top: 25px !important;
    text-transform: capitalize;
    background: linear-gradient(98.4deg, #782891 -1.34%, #683AC9 115.43%) !important;
    color: #fff !important;
    height: 14px !important;
    width: fit-content !important;
    border-radius: 12px;
    font-size: 10px !important;
    line-height: 14px !important;
    text-align: center;
    /*right: -40px;*/
    right: -20px;
    font-family: "Inter", sans-serif !important;
    padding-inline: 5px;
}

@media (max-width:1200px) {
    .mega-cstm-first-item a::before {
        /*top: 18px !important;
        right: 0px;*/
        top: 0px !important;
        /*right: 0px;*/
        left: 50px!important;
    }
}

@media only screen and (max-width:1400px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 0px 20px 0px 20px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px !important;
        padding: 30px 10px 30px 10px !important;
    }
}

@media only screen and (max-width:1100px) {
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: #fff !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        margin-top: 25px;
        -webkit-box-shadow: 0px 12px 24.8px 0px #00000014;
        box-shadow: 0px 12px 24.8px 0px #00000014;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 25px 10px 25px 10px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background: transparent !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        box-shadow: 0 0 !important;
    }
    .custom-menu-with-images .menu-item {
        width: 100%;
    }
    .custom-menu-with-images {
        gap: 15px 0;
        margin-bottom: 35px;
    }
    .blog-menu {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    .menu-sublink span:first-child,
    .blog-menu li span {
        font-size: 16px;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 10px 20px 10px 20px !important;
    }
}

@media only screen and (max-width:575px) {
    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        margin-top: 21px;
    }
}

.img-slider-wrap .intro-content,
.inner-banner-wrap .intro-content {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.img-slider-wrap .intro-content .desc p {
    max-width: 460px;
}

.customSlide3 .intro-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 726px;
    z-index: 1;
    border-radius: 50%;
    left: 69.38%;
    right: -7.19%;
    top: 24.24%;
    bottom: -24.24%;
    background: linear-gradient(270deg, rgba(106, 44, 179, 0.5) 0%, rgba(220, 63, 204, 0.1) 100%);
}

.inner-banner-wrap .row .col-md-12 img {
    width: 100%
}

.contact-form-section select.form-control,
#confirmationModal .modal-content select {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSI+DQogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMCAwIDI0IDAgMjQgMjQgMCAyNCIvPg0KICAgICAgICA8cGF0aCBkPSJNNi43MDcxMDY3OCwxNS43MDcxMDY4IEM2LjMxNjU4MjQ5LDE2LjA5NzYzMTEgNS42ODM0MTc1MSwxNi4wOTc2MzExIDUuMjkyODkzMjIsMTUuNzA3MTA2OCBDNC45MDIzNjg5MywxNS4zMTY1ODI1IDQuOTAyMzY4OTMsMTQuNjgzNDE3NSA1LjI5Mjg5MzIyLDE0LjI5Mjg5MzIgTDExLjI5Mjg5MzIsOC4yOTI4OTMyMiBDMTEuNjcxNDcyMiw3LjkxNDMxNDI4IDEyLjI4MTA1ODYsNy45MDEwNjg2NiAxMi42NzU3MjQ2LDguMjYyODQ1ODYgTDE4LjY3NTcyNDYsMTMuNzYyODQ1OSBDMTkuMDgyODQzNiwxNC4xMzYwMzgzIDE5LjExMDM0NjUsMTQuNzY4NjA1NiAxOC43MzcxNTQxLDE1LjE3NTcyNDYgQzE4LjM2Mzk2MTcsMTUuNTgyODQzNiAxNy43MzEzOTQ0LDE1LjYxMDM0NjUgMTcuMzI0Mjc1NCwxNS4yMzcxNTQxIEwxMi4wMzAwNzU3LDEwLjM4NDEzNzggTDYuNzA3MTA2NzgsMTUuNzA3MTA2OCBaIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMywgMTEuOTk5OTk5KSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTIuMDAwMDAzLCAtMTEuOTk5OTk5KSAiLz4NCiAgICA8L2c+DQo8L3N2Zz4=")
}

.form-check {
    padding-left: 9px;
}

.form-check input {
    background-color: transparent;
}

#career-results a.btn {
    color: #fff;
}

.apply-job-form .codedropz-upload-handler {
    border: 1px solid #00000033;
    border-radius: 0.375rem;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}

.apply-job-form .codedropz-upload-container {
    padding: 50px 0px;
}

.apply-job-form .codedropz-upload-inner {
    color: #000;
}

.apply-job-form .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #969696;
}

.custom-models-section .modal-content {
    background-image: url("../images/sparc/bg01.png");
    background-size: cover;
    border: none;
    border-radius: 12px;
}

.custom-models-section .modal-dialog {
    max-width: 600px;
}

.custom-models-section .modal-content {
    padding: 30px
}

@media(max-width: 1440px) {
    .custom-models-section .modal-dialog {
        max-width: 1000px
    }
    .custom-models-section .modal-content {
        padding: 20px;
    }
}

.custom-models-section .modal-content .form-control {
    font-size: 15px;
    font-family: "Inter", sans-serif;
}

.custom-models-section .modal-content input.form-control,
#confirmationModal select {
    min-height: 42px;
}

.custom-models-section p {
    margin-bottom: 0
}

.custom-models-section .contact-form .row {
    margin-bottom: 10px;
}

.custom-models-section .wpcf7-not-valid-tip {
    font-size: 13px;
    font-family: "Inter", sans-serif;
}

.form-check .form-check-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-check .form-check-label a {
    margin: 0 5px
}

.custom-models-section .modal-header {
    padding: 0
}

.custom-models-section .close {
    right: 10px;
    position: absolute;
    top: 0;
    outline: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    border: none;
    background: transparent;
    font-size: 35px;
    opacity: 0.5;
    z-index: 999;
}

.custom-models-section select {
    color: #19131C;
}

.custom-models-section .form-control::placeholder {
    color: #19131C;
    opacity: 1;
}

.custom-models-section .form-control::-ms-input-placeholder {
    color: #19131C;
}

.custom-models-section .form-check-input:focus {
    border-color: #782891;
    box-shadow: 0 0 0 .25rem rgba(120, 40, 145, .25);
}

.custom-models-section .form-check-input:checked {
    background-color: #782891;
    border-color: #782891;
}

.custom-models-section .form-check {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.custom-models-section .form-check input {
    border: 1px solid #443A47
}

.custom-models-section .btn-primary {
    width: 200px;
    font-size: 14px;
    line-height: 46px;
    height: 48px;
    float: right;
}

.title {
    text-transform: capitalize;
}

.custom-models-section .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
}

.frame-span span {
    display: block;
}

.modal-header {
    text-align: center;
    border-bottom: none
}

.single-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-signle-banner img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    min-height: 320px
}

.blog-wrap .col-5 {
    padding-right: 0
}

.blog-wrap .col-7 {
    padding-left: 25px
}

.blog-wrap .col-5 .thumbnail img {
    object-fit: cover;
    min-height: 300px
}

.blog-grid img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-items-wrap .attachment-large {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
}

.blog-slider-arrow-wrap {
    display: flex;
    padding-top: 30px;
}

.filter-wrap select {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSI+DQogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMCAwIDI0IDAgMjQgMjQgMCAyNCIvPg0KICAgICAgICA8cGF0aCBkPSJNNi43MDcxMDY3OCwxNS43MDcxMDY4IEM2LjMxNjU4MjQ5LDE2LjA5NzYzMTEgNS42ODM0MTc1MSwxNi4wOTc2MzExIDUuMjkyODkzMjIsMTUuNzA3MTA2OCBDNC45MDIzNjg5MywxNS4zMTY1ODI1IDQuOTAyMzY4OTMsMTQuNjgzNDE3NSA1LjI5Mjg5MzIyLDE0LjI5Mjg5MzIgTDExLjI5Mjg5MzIsOC4yOTI4OTMyMiBDMTEuNjcxNDcyMiw3LjkxNDMxNDI4IDEyLjI4MTA1ODYsNy45MDEwNjg2NiAxMi42NzU3MjQ2LDguMjYyODQ1ODYgTDE4LjY3NTcyNDYsMTMuNzYyODQ1OSBDMTkuMDgyODQzNiwxNC4xMzYwMzgzIDE5LjExMDM0NjUsMTQuNzY4NjA1NiAxOC43MzcxNTQxLDE1LjE3NTcyNDYgQzE4LjM2Mzk2MTcsMTUuNTgyODQzNiAxNy43MzEzOTQ0LDE1LjYxMDM0NjUgMTcuMzI0Mjc1NCwxNS4yMzcxNTQxIEwxMi4wMzAwNzU3LDEwLjM4NDEzNzggTDYuNzA3MTA2NzgsMTUuNzA3MTA2OCBaIiBmaWxsPSIjMTkxMzFDIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMywgMTEuOTk5OTk5KSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTIuMDAwMDAzLCAtMTEuOTk5OTk5KSAiLz4NCiAgICA8L2c+DQo8L3N2Zz4=")
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    height: 3px !important;
}

.video-frame {
    border: 10px solid #2F2F2F;
    border-radius: 25px;
}

.f-36 {
    font-size: 36px !important;
    font-weight: 600 !important;
}

.video-frame {
    max-width: 650px;
    float: right;
    position: relative;
    z-index: 9;
}

.video-frame:after {
    content: "";
    position: absolute;
    width: 152px;
    height: 151px;
    background-image: url("../images/sparc/star-icon.png");
    bottom: 0;
    left: 0;
    margin-left: -100px;
    margin-bottom: -60px;
    z-index: -1;
    background-size: 100% 100%;
}

.video-frame:before {
    content: "";
    position: absolute;
    width: 219px;
    height: 222px;
    background-image: url("../images/sparc/plus-graphic.png");
    top: 0;
    right: 0;
    margin-right: -70px;
    margin-top: -70px;
    z-index: -1;
}

.sparc-page-banner .intro-content {
    padding: 0;
    background: transparent;
}

.sparc-first-section {
    background: linear-gradient(91.24deg, #6A2CB3 -16%, #DC3FCC 121.91%);
    padding: 40px 0;
}

.f-40 {
    font-size: 40px;
}

.sparc-first-section .col-md-4 {
    position: relative;
}

.sparc-first-section .col-md-4:after {
    content: "";
    width: 2px;
    background-image: url("../images/sparc/line.png");
    top: 0;
    bottom: 0;
    position: absolute;
}

.sparc-first-section .col-md-4:first-child::after {
    display: none;
}

.sparc-second-section .nav-link {
    font-weight: 600;
}

.tab-video-frame {
    height: 400px;
    border-radius: 22px;
    border: 6px solid #000;
    background: #E1EDEF;
    max-width: 650px;
    position: relative;
    margin-left: auto;
}

.tab-video-frame:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #782891;
    opacity: 0.5;
    right: -50px;
    bottom: -25px;
    z-index: -1;
}

.tab-video-frame:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 122px;
    background-image: url("../images/sparc/plus-graphic.png");
    top: 0;
    left: 0;
    margin-left: -40px;
    margin-top: -40px;
    z-index: -1;
    background-size: 100% 100%;
}

.sparc-second-section .tab-content {
    padding-top: 100px;
}

.sparc-second-section {
    background-color: #f4f2f9;
    z-index: 0;
    position: relative;
}

.f-60 {
    font-size: 60px;
}

.text-gradient {
    background: linear-gradient(90deg, #6A2CB3 0%, #DC3FCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.circle-wrap-effect,
.circle-wrap-effect-right {
    position: relative;
}

.circle-wrap-effect:after,
.circle-wrap-effect-right:after {
    content: "";
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-top: -150px;
    z-index: -1;
    background: linear-gradient(131.21deg, rgba(106, 44, 179, 0.2) -1.14%, rgba(220, 63, 204, 0) 37.57%);
}

.circle-wrap-effect:after {
    left: 0;
    margin-left: -6%;
}

.circle-wrap-effect-right:after {
    left: 0;
    transform: rotate(90deg);
}

.sparc-cta-section:before,
.sparc-cta-section:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 89px;
    background-image: url("../images/sparc/star-icon.png");
    background-size: 100% 100%;
}

.sparc-cta-section:after {
    bottom: 40px;
    right: 29%;
}

.sparc-cta-section:before {
    right: 10%;
    top: 30%
}

.space-third-section .row {
    margin-bottom: 240px;
}

.space-third-section .row:last-child {
    margin-bottom: 0;
}

.connect-wrap {
    text-align: center;
}

.connect-section-wrap {
    background-image: url("../images/sparc/bg01.png");
    background-position: center;
    background-size: cover;
}

.connect-wrap h4 {
    color: #782891;
    font-weight: 600;
    font-size: 24px;
}

.connect-wrap p {
    margin-bottom: 0;
    font-size: 18px;
}

.connect-infographic {
    max-width: 88%;
    display: table;
    margin: 35px auto;
}

.sparc-testimonial {
    background-color: #f4f2f9;
}

.space-third-section {
    overflow: hidden;
}

.blog-sider .swiper-wrapper {
    margin-left: -20.8%;
}

.contact-popup .modal-dialog {
    max-width: 680px;
}

.contact-popup .modal-content {
    padding: 25px
}

.contact-popup .modal-content .form-control {
    font-size: 14px;
}

.contact-popup .modal-content input.form-control {
    min-height: 42px;
}

.contact-popup .btn-close {
    right: 10px;
    position: absolute;
    top: 10px;
    outline: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.contact-popup .btn-sm {
    width: auto;
    font-size: 14px;
    line-height: 46px;
    height: 48px;
}

.section-title .title {
    text-transform: capitalize;
}

.frame-span span {
    display: block;
}

.single-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-signle-banner img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.blog-grid .link img {
    width: auto !important;
    height: auto !important;
    object-fit: cover !important
}

.banner-move-right {
    position: relative;
}

.single-insights-img {
    width: 100%;
    min-height: 516px;
    object-fit: cover;
}

.inner-banner-wrap,
.inner-banner-wrap-two {
    min-height: 726px;
    display: flex;
    align-items: center;
    padding: 0
}

.mobile-info-wrap {
    background-image: url("../images/sparc/gray-bg.png");
    background-size: cover;
    padding: 50px 0 50px;
    width: 100%
}

.mobile-info-wrap ul {
    padding-left: 150px;
    list-style-type: none;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    bottom: 0;
}

.mobile-info-wrap ul li h5 {
    font-size: 14px;
    color: #782891;
    font-weight: 600;
    margin-bottom: 5px
}

.mobile-info-wrap ul li p {
    font-size: 12px;
    padding-bottom: 0;
}

.mobile-info-wrap .container {
    position: relative
}

@media screen and (max-width: 360px) {
    .mobile-info-wrap ul {
        padding-left: 140px;
    }
}

.product-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.product-banner img {
    position: absolute;
    right: -10%;
    max-height: 650px;
    top: 50%;
    transform: translate(0, -50%);
}

@media screen and (max-width: 1750px) {
    .product-banner img {
        right: -13%;
        max-height: 620px;
    }
}

@media screen and (max-width: 1600px) {
    .product-banner img {
        right: -16%;
        max-height: 600px;
    }
}

@media screen and (max-width: 1500px) {
    .product-banner img {
        right: -13%;
        max-height: 520px;
    }
}

@media screen and (max-width: 1400px) {
    .product-banner img {
        right: -14%;
    }
    .inner-banner-wrap,
    .inner-banner-wrap-two {
        min-height: 550px;
    }
    .product-banner-s {
        min-height: 500px;
    }
    .career-banner,
    .contact-us-banner,
    .about-us-banner,
    .sparc-page-banner {
        height: 550px;
    }
}

@media screen and (max-width: 1300px) {
    .product-banner img {
        max-height: 480px;
    }
    .inner-banner-wrap,
    .inner-banner-wrap-two {
        min-height: 550px;
    }
    .product-banner-s {
        min-height: 500px;
    }
}

@media screen and (max-width: 1100px) {
    .product-banner img {
        max-height: 370px;
    }
    .product-banner-s {
        min-height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .product-banner img {
        right: -15%;
    }
    .inner-banner-wrap,
    .inner-banner-wrap-two {
        min-height: 500px;
    }
}

@media screen and (max-width: 900px) {
    .product-banner img {
        max-height: 300px;
    }
}

@media screen and (max-width: 800px) {
    .product-banner img {
        right: -30%;
        max-height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .product-banner img {
        right: -7%;
        max-height: auto;
        position: relative;
        transform: scale(1.3);
        top: auto;
        margin-top: 25px;
    }
    .inner-banner-wrap,
    .inner-banner-wrap-two {
        min-height: auto;
        padding: 40px 0
    }
}

#youtubevideoModal .close {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 36px;
    color: #fff;
    z-index: 9;
    right: -40px;
    color: #fff;
    font-size: 34px;
    top: 0;
    line-height: 0;
}

#youtubevideoModal .modal-body {
    background: linear-gradient(271.47deg, #782891 -4.56%, #683AC9 99.7%);
    border-radius: 8px;
    padding: 10px 10px 7px;
}

#youtubevideoModal .modal-content {
    background: transparent;
}

.featured-img {
    width: 70px;
    min-width: 70px;
}

.policy-page-section p,
.policy-page-section li {
    font-size: 18px
}

.policy-page-section ul {
    padding: 0;
    padding-left: 0px;
    margin: 0;
    padding-left: 1rem;
}

.policy-page-section ul li {
    padding-bottom: 12px;
}

.policy-page-section ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.policy-page-section ol li {
    padding-left: 35px;
    padding-bottom: 12px;
    counter-increment: step-counter;
    position: relative;
}

.policy-page-section ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #782891;
    color: #fff;
    border-radius: 50%;
    content: counter(step-counter);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
}

.content-color-item * {
    color: #2072cf
}

.policy-page-section p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.privacy-content p:last-child {
    margin-bottom: 0
}

.policy-page-section h5,
.policy-page-section h4 {
    padding-bottom: 20px;
    margin-bottom: 0
}

.privacy-content-sec p a,
.privacy-content-sec ol a,
.privacy-content-sec ul a {
    color: #782891;
    font-weight: bold;
    text-decoration: none
}

.privacy-content-sec strong {
    color: #19131C;
}

.cstm-resources-dropdown .mega-sub-menu .mega-menu-link {
    font-weight: 600 !important;
    font-size: 18px !important;
}

.cstm-resources-dropdown .mega-sub-menu .mega-menu-link span {
    white-space: nowrap !important;
    background: linear-gradient(274.12deg, #000000 46.13%, #C92CFA 131.55%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 0;
}

.cstm-resources-dropdown .mega-sub-menu .mega-menu-link:hover span {
    background: #fff !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff !important;
    padding: 10px !important;
    box-shadow: 0px 12px 24.8px 0px #00000014 !important;
    border-radius: 0 0 4px 4px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: linear-gradient(271.47deg, #782891 -4.56%, #683AC9 99.7%) !important;
    color: #fff !important
}

#video-thumbnail {
    border-radius: 16px;
}

.video-frame .play-btn button {
    background-color: transparent
}

.custom-customer-eng {
    max-height: 606px
}

.mega-current-menu-item .mega-menu-link {
    color: #782891 !important;
}

.custom-menu-with-images .mega-active .menu-sublink span:last-child {
    color: #782891;
}

.cstm-swiper-container .swiper-slide {
    height: auto;
}

.cstm-swiper-container {
    padding-bottom: 60px
}

.cstm-solution-icons {
    width: 100%;
    max-width: 54px;
    height: auto;
    object-fit: cover;
}

.cstm-solutions-section .nav-tabs {
    min-width: 559px;
    border-bottom: none;
    padding: 30px 24px;
    border-radius: 20px;
    background: #F9F7FC;
}

.cstm-solutions-section .nav-tabs .nav-link.active,
.cstm-solutions-section .nav-tabs .nav-link:hover {
    background: #F8DAFB;
    color: #782891;
    border-radius: 6px;
}

.cstm-solutions-section .solution-images {
    width: 100%;
    max-width: 573px;
    height: auto;
}

.cstm-solutions-section .solution-contents {
    margin-top: 30px;
    max-width: 573px;
    justify-content: space-between;
}

.cstm-solutions-section .solution-contents p {
    margin: 0;
    font-weight: 600;
}

.cstm-rcs-imgs {
    min-width: 300px;
}

.home-blog-section .col-sm-12.col-md-5 {
    padding-right: 0;
}

.home-blog-section .col-sm-12.col-md-7 {
    padding-left: 30px;
}

.home-blog-section .thumbnail img {
    object-fit: cover;
}

.home-blog-section {
    position: relative;
}

.cstm-meta-img img {
    width: 100%;
    height: auto;
    max-width: 160px;
    object-fit: cover;
    margin-bottom: 10px;
    margin-left: -20px;
}

.cstm-resources-dropdown .mega-sub-menu {
    width: auto !important;
}

@media (max-width: 1100px) {
    .cstm-resources-dropdown .mega-sub-menu {
        width: 100% !important;
    }
}

.infographic-block-wrap .outer-circle .item:hover p,
.infographic-block-wrap .outer-circle .item:hover span {
    color: #782891;
}

.journey-list-wrap li:hover span {
    color: #782891;
}

.journey-list-wrap li:hover .box-line {
    background: #782891;
}

.journey-list-wrap li:hover span img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(32%) saturate(4847%) hue-rotate(270deg) brightness(99%) contrast(93%);
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.footer_custom {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer_custom {
        display: block;
    }
    .career-banner {
        height: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #last_link {
        justify-content: start;
    }
}

.cstm-tech-class li {
    list-style: none;
    position: relative;
    font-size: 18px;
}

.cstm-tech-class li:before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 1px;
    right: 12p;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 24 24' fill='none' stroke='%23782891' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle' style='%0A'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'%3E%3C/path%3E%3Cpolyline points='22 4 12 14.01 9 11.01'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-left: -25px;
    margin-top: 6px;
}

#SchedulepopModal select {
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSI+DQogICAgPGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxwb2x5Z29uIHBvaW50cz0iMCAwIDI0IDAgMjQgMjQgMCAyNCIvPg0KICAgICAgICA8cGF0aCBkPSJNNi43MDcxMDY3OCwxNS43MDcxMDY4IEM2LjMxNjU4MjQ5LDE2LjA5NzYzMTEgNS42ODM0MTc1MSwxNi4wOTc2MzExIDUuMjkyODkzMjIsMTUuNzA3MTA2OCBDNC45MDIzNjg5MywxNS4zMTY1ODI1IDQuOTAyMzY4OTMsMTQuNjgzNDE3NSA1LjI5Mjg5MzIyLDE0LjI5Mjg5MzIgTDExLjI5Mjg5MzIsOC4yOTI4OTMyMiBDMTEuNjcxNDcyMiw3LjkxNDMxNDI4IDEyLjI4MTA1ODYsNy45MDEwNjg2NiAxMi42NzU3MjQ2LDguMjYyODQ1ODYgTDE4LjY3NTcyNDYsMTMuNzYyODQ1OSBDMTkuMDgyODQzNiwxNC4xMzYwMzgzIDE5LjExMDM0NjUsMTQuNzY4NjA1NiAxOC43MzcxNTQxLDE1LjE3NTcyNDYgQzE4LjM2Mzk2MTcsMTUuNTgyODQzNiAxNy43MzEzOTQ0LDE1LjYxMDM0NjUgMTcuMzI0Mjc1NCwxNS4yMzcxNTQxIEwxMi4wMzAwNzU3LDEwLjM4NDEzNzggTDYuNzA3MTA2NzgsMTUuNzA3MTA2OCBaIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjAwMDAwMywgMTEuOTk5OTk5KSByb3RhdGUoLTE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTIuMDAwMDAzLCAtMTEuOTk5OTk5KSAiLz4NCiAgICA8L2c+DQo8L3N2Zz4=");
}

.conversational-sms-solution .tab-content img {
    width: 100%;
    max-width: 459.1px;
    object-fit: cover;
    height: auto;
}

.single-success_stories .success-banner-wrap ul li {
    font-weight: unset;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .custom-colm {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
    .mn-r-10 {
        margin-right: 0;
    }
    .mn-l-10 {
        margin-left: 0;
    }
    .tech-stack-wrap h4 {
        font-size: 18px;
    }
    .tech-stack-wrap p {
        font-size: 16px;
    }
    .tech-stack-wrap .icon-wraps {
        min-width: 160px;
        max-width: 160px;
    }
    .icon-infographic-wrap .align-items-end {
        align-items: start !important;
    }
    .icon-infographic-wrap h4::after {
        width: 80px;
        height: 1px;
    }
    .icon-infographic-wrap .col-3 {
        width: 100%
    }
    .icon-infographic-wrap .tech-stack-four {
        display: flex;
    }
    .icon-infographic-wrap .tech-stack-four .text-center {
        text-align: left !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .icon-infographic-wrap .tech-stack-four h4::after {
        top: 50%;
        left: auto;
        right: 100%;
        margin: 0 15px 0 0
    }
    .tech-stack-five {
        flex-direction: row-reverse;
    }
    .icon-infographic-wrap .tech-stack-five .text-start {
        text-align: right !important;
    }
    .icon-infographic-wrap .tech-stack-five h4::after {
        right: auto;
        top: 50%;
        margin-left: 15px;
        left: 100%;
    }
    .icon-infographic-wrap .tech-stack-wrap div:first-child {
        width: calc(100% - 160px);
    }
    .icon-infographic-wrap .row {
        gap: 30px
    }
}

@media (max-width: 1300px) and (min-width:1024px) {
    .cstm-tech-class li {
        font-size: 14px;
    }
}

.cstm-carousel-field {
    width: 100%;
    height: 100vh;
}

.marquee-carousel {
    width: 100%;
    height: 100vh;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.cstm-careergallery-section {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .cstm-carousel-field {
        height: auto;
    }
    .marquee-carousel {
        height: auto;
    }
    .cstm-careergallery-section {
        min-height: auto;
        margin-bottom: 35px;
    }
    .user-imgmobile {
        margin-left: 0 !important;
    }
}

@media (max-width: 1024px) {
    .form-wrap .btn {
        min-width: auto !important;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    #one-sroll .intro-section {
        height: 100vh !important;
    }
}

.menu-sublink:last-child::after {
    content: "";
}

.impact-delivered-section .row {
    text-align: center;
    justify-content: center;
}

.impact-delivered-section h2.cstm-heading-tag span {
    color: #C92CFA;
}

.success-stories-single .success-banner-wrap h2 {
    color: #782891;
}

.single-success_stories .cstm-demo-section .section-title .title {
    color: #C92CFA !important;
}

.intro-section.video-slide .intro-content {
    background: #FFFCFF;
}

.cstm_success_stories_section .blog .thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 227px;
    max-height: 227px;
}

.cstm_featured_post_section .featured_post_img_div img {
    min-height: 340px;
    max-height: 340px;
}

.main-search-data-section article {
    box-shadow: 0px 0px 36.2px 0px #0000000D;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
}

.main-search-data-section article .entry-header .entry-title a {
    font-size: 24px;
    font-weight: 500;
    color: #19131C;
    text-decoration: none;
}

.main-search-data-section article .entry-header .entry-title {
    margin-bottom: 15px;
}

.main-search-data-section article .entry-footer {
    margin-top: 20px;
}

.pagination .nav-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pagination {
    justify-content: center;
}

.pagination .page-numbers {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #343333;
    text-decoration: none;
}

.pagination .page-numbers.current {
    width: 24px;
    height: 24px;
    background: #782891;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
}

@media (max-width: 1400px) and (min-width: 992px) {
    .row.h-100 {
        height: auto !important;
        padding-block: 0.8rem
    }
    .whatsapp {
        width: 275px;
    }
    .tab-video-frame {
        height: 280px;
        max-width: 550px;
        margin-top: 26px;
    }
    .tab-video-frame:before {
        width: 100px;
        height: 102px;
        margin-left: -40px;
        margin-top: -40px;
    }
    .sparc-second-section .tab-content {
        padding-top: 20px;
    }
    .section-title.text-center.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .section-title .title {
        font-size: 42px;
        margin-bottom: 5px;
    }
    .section-title .sub-title {
        font-size: 18px;
    }
    .cstm_success_stories_section .section-title.mb-5 {
        margin-bottom: 1rem !important;
    }
    .blog .info h3 {
        font-size: 20px;
        min-height: 45px;
    }
    .blog .info p {
        font-size: 15px;
        min-height: 50px;
        margin-bottom: 0.3rem;
    }
    .blog .thumbnail img {
        min-height: 197px;
        max-height: 197px;
    }
    #cstm_sol .section-title.mb-5 {
        margin-bottom: 0 !important;
    }
    #cstm_sol .desktop-tab {
        align-items: inherit !important
    }
    #cstm_sol .solution-contents p {
        font-size: 14px
    }
    #cstm_sol .nav-tabs {
        padding: 16px 20px;
    }
    #cstm_sol .cstm-solution-icons {
        max-width: 45px;
    }
    #cstm_sol .nav-tabs .nav-link {
        height: 70px;
        font-size: 16px;
    }
    .icon03 {
        right: -28px;
        bottom: 43px
    }
    .center-frame .graphic-wrap img {
        right: 8%;
        margin-top: -40%;
    }
    .icon02 {
        bottom: 57px;
        left: -18px
    }
    .left-frame .graphic-wrap img {
        right: -11%;
        width: 300px;
        top: 10px
    }
    .right-frame .graphic-wrap img {
        position: absolute;
        top: -3px;
        left: -54%;
        width: 190px;
        margin-top: -16%;
    }
    #cstm-enterprises .section-title.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    #cstm-enterprises .section-title .sub-title {
        margin-bottom: 0 !important;
    }
    #cstm-enterprises .tab-content.pt-5 {
        padding-top: 0.5rem !important;
    }
    .f-50 {
        font-size: 42px;
    }
    .intro-slider-wrap .slide-dot {
        bottom: 120px;
    }
    .desktop-view .info-Frame ul li {
        font-size: 16px;
    }
    .desktop-view .info-Frame h3 {
        font-size: 22px;
        margin-bottom: 0.5rem !important;
    }
    .add-shade-right .sub-title {
        margin-bottom: 0;
    }
    .add-shade-right .section-title.mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .custom-models-section .close {
        right: 5px;
    }
    .connect-section-wrap .section-title.pb-3 {
        padding-bottom: 0 !important;
    }
    .connect-wrap h4 {
        font-size: 20px;
    }
    .connect-wrap p {
        font-size: 16px;
    }
    .connect-infographic {
        max-width: 80%;
        margin: 10px auto;
    }
    #pills-tabContent figure img {
        width: 450px
    }
    .bs-solutions-list li a {
        font-size: 22px;
    }
    .card-wrap h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .card-wrap p {
        font-size: 15px;
    }
    .sms-solution .nav-pills .nav-link h4 {
        font-size: 22px;
    }
    .sms-solution .nav-pills .nav-link p {
        font-size: 15px;
    }
    .tech-stack-wrap p {
        font-size: 16px;
    }
    .tech-stack-wrap h4 {
        font-size: 20px;
    }
    .email-marketing-section figure img {
        max-width: 210px
    }
    .items-wrap h5 {
        font-size: 20px;
    }
    .items-wrap p {
        font-size: 15px;
    }
    .items-wrap span:first-child {
        min-width: 48px;
    }
    .mobile-y-30 img {
        max-width: 230px
    }
    .card h4 {
        font-size: 22px;
    }
    .card.fs-18 {
        font-size: 16px;
    }
    .tab-content.pt-5 {
        padding-top: 1.5rem !important;
    }
    .tab-content h3 {
        font-size: 20px;
        margin-bottom: 0.5rem !important;
    }
    .check-list li {
        font-size: 15px;
    }
    #pills-tabsContent figure img {
        max-width: 450px;
    }
    .section-title.pb-4 {
        padding-bottom: 0 !important;
    }
    .arrow-wrap-block {
        margin-top: 30px;
    }
    .cstm_sms .section-title.mb-5 {
        margin-bottom: 0 !important;
    }
    .sms-rcs-wrap tr {
        vertical-align: top;
    }
    .cstm-rcs-imgs {
        min-width: auto;
        max-width: 200px;
    }
    .wrap-inner-table tr td {
        padding: 9px 12px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .sms-rcs-wrap td {
        font-size: 16px !important;
    }
    .card h4 {
        margin-bottom: 0.2rem;
        font-size: 20px;
    }
    .f-18 {
        font-size: 16px;
    }
    .card span.mb-4 {
        margin-bottom: 0.6rem !important;
    }
    .cstm_rev .section-title.mb-5 {
        margin-bottom: .5rem !important;
    }
    .career-banner .col-md-6.mt-auto {
        margin-top: inherit !important;
    }
}

@media (max-width: 1280px) {
    .center-frame .graphic-wrap img {
        margin-top: -30%;
    }
    .cstm-solutions-section .solution-images {
        max-width: 425px;
    }
    #pills-tabsContent figure img {
        max-width: 450px;
    }
    #pills-tabContent figure img {
        width: 450px
    }
    .email-marketing-section figure h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sms-rcs-wrap th {
        font-size: 20px;
        padding-bottom: 0px;
    }
    .email-marketing-section .section-title.text-center.mb-5 {
        margin-bottom: 0.4rem !important;
    }
    .cstm_sms .section-title.mb-5 {
        margin-bottom: 0 !important;
    }
    .sms-rcs-wrap tr {
        vertical-align: top;
    }
    .cstm-rcs-imgs {
        min-width: auto;
        max-width: 200px;
    }
    .wrap-inner-table tr td {
        padding: 9px 12px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    .sms-rcs-wrap td {
        font-size: 16px;
    }
    .cstm_rev .section-title.mb-5 {
        margin-bottom: .5rem !important;
    }
    .card h4 {
        margin-bottom: 0.2rem;
    }
    .card span.mb-4 {
        margin-bottom: 0.6rem !important;
    }
}

.cstm-nodata-div p {
    font-size: 40px;
    color: #C92CFA;
}

.cstm-nodata-div #s {
    padding: 10px 15px;
    border-radius: 8px;
    border: 2px solid #e6e6e6;
    background-color: transparent;
    width: 100%;
    height: auto;
    color: #000;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    max-width: 550px;
    min-height: 54px;
}

.cstm-nodata-div #s:focus,
.cstm-nodata-div #s:focus {
    border-color: #782891 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(120, 40, 145, .25);
}

#searchsubmit {
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    padding: 0 40px;
    cursor: pointer;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 6px;
    outline: 0;
}

.cstm-nodata-div #searchsubmit {
    background: #782891;
    color: #fff;
}

.cstm-nodata-div #searchsubmit:hover,
.cstm-nodata-div #searchsubmit:focus {
    background: #71198d;
    border-color: #71198d;
}

.cstm-nodata-div #searchsubmit:checked+#searchsubmit,
.cstm-nodata-div #searchsubmit.active,
.cstm-nodata-div #searchsubmit.show,
.cstm-nodata-div #searchsubmit:first-child:active,
:not(#searchsubmit)+#searchsubmit:active {
    color: #fff;
    background: #71198d;
    border-color: #71198d;
}

.cstm-nodata-div {
    background-color: #fff;
    min-height: 450px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-content ul li h4 {
    font-size: 18px;
}

.outer-circle .item a {
    text-decoration: none
}

.mobile-view a {
    text-decoration: none;
    color: inherit;
}

.gif {
    position: absolute;
    top: 30px;
    left: 115px;
}

.gif img {
    width: 450px
}

@media (max-width: 1280px) {
    .gif {
        position: absolute;
        top: 22px;
        left: 97px;
    }
    .gif img {
        width: 400px
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .gif {
        position: absolute;
        top: 20px;
        left: 73px;
    }
    .gif img {
        width: 300px
    }
}

@media (max-width: 1365px) and (min-width: 1280px) {
    .gif {
        position: absolute;
        top: 24px;
        left: 96px;
    }
    .gif img {
        width: 388px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .gif {
        position: absolute;
        top: 18px;
        left: 67px;
    }
    .gif img {
        width: 260px
    }
}

@media (max-width: 1230px) {
    .page-template-retailtemplate .inner-banner-wrap-two .inner-banner-img img {
        max-width: 100% !important;
    }
    .page-template-edtechtemplate .inner-banner-wrap-two .inner-banner-img img {
        max-width: 100% !important;
    }
}

@media (max-width: 1023px) {
    .custom-models-section .modal-dialog {
        max-width: 900px;
    }
}

@media (max-width: 991px) {
    .custom-models-section .modal-dialog {
        max-width: 700px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #pills-tabsContent figure img {
        max-width: 100% !important;
    }
    .retail-cta {
        transform: scale(1.3);
        margin-bottom: -50px;
    }
    .edtech-cta {
        transform: scale(1.3);
        margin-bottom: -45px;
        margin-right: -60px;
    }
    .automotive-cta-img {
        width: 225px !important;
    }
}

@media (max-width: 1365px) and (min-width: 1280px) {
    .automotive-cta-img {
        width: 400px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .automotive-cta-img {
        width: 300px;
    }
    .edtech-cta {
        margin-bottom: -5px;
        transform: scale(1.1);
    }
    .logistics-cta {
        margin-bottom: -5px;
    }
}

.social_links {
    line-height: 0;
}

.content li {
    gap: 8px;
}

.cstm_footer li img {
    width: 22px;
}

.social_links .youtube_icon img {
    width: 27px;
    height: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #782891;
}

.xdsoft_datetimepicker .xdsoft_calendar .xdsoft_current {
    background: #782891;
    box-shadow: #782891 0 1px 3px 0 inset;
}

@media (max-width: 1400px) and (min-width: 992px) {
    #uccas_section .section-title .title {
        font-size: 32px;
    }
    #uccas_section .section-title .sub-title {
        font-size: 16px;
    }
    #uccas_section .overlay-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 85%;
        width: 55%;
        transition: 0.7s ease;
        margin-top: -2px;
        margin-left: 1px;
    }
    #uccas_section .icon01 {
        top: -42px;
        left: 7px;
        right: 0;
        margin: 0 auto;
        width: 80px;
    }
    #uccas_section .icon02 {
        bottom: 36px;
        left: 42px;
        width: 80px;
    }
    #uccas_section .icon03 {
        right: 44px;
        bottom: 28px;
        width: 80px;
    }
    #uccas_section .desktop-view .left-frame h3 {
        margin-left: 16%;
        font-size: 18px;
    }
    #uccas_section .desktop-view .left-frame ul {
        margin-left: 16%;
    }
    #uccas_section .desktop-view .left-frame ul li {
        font-size: 14px;
    }
    #uccas_section .desktop-view .center-frame-set h3 {
        font-size: 18px;
    }
    #uccas_section .desktop-view .right-frame-set h3 {
        font-size: 18px;
    }
    #uccas_section .desktop-view .center-frame-set ul li {
        font-size: 14px;
    }
    #uccas_section .desktop-view .right-frame-set ul li {
        font-size: 14px;
    }
    #uccas_section .element {
        animation: float-bob-x 5s infinite;
        width: 65%;
    }
    #uccas_section .left-frame .graphic-wrap img {
        right: -27%;
        width: 325px;
        top: 5px;
    }
    #uccas_section .right-frame .graphic-wrap img {
        position: absolute;
        top: -7px;
        left: -46%;
        margin-top: -16%;
        width: 190px;
    }
    #uccas_section .center-frame .graphic-wrap img {
        position: absolute;
        top: 0;
        right: 22%;
        margin-top: -24%;
        width: 79px;
    }
    #uccas_section .section-title.mb-3 {
        margin-bottom: 1rem;
    }
    #uccas_section .frame span {
        justify-content: center;
    }
    #uccas_section .left-frame {
        margin-top: 26%;
    }
}

/*.mega-cstm-first-item {
    display: none !important;
}*/

.success-banner-wrap h1 {
    color: #782891;
}

.insight-detail-wrap h1 {
    color: #782891;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}

.apply-job-form .mobile-number-wrap {
    position: relative;
}

.apply-job-form .mobile-number-wrap .mobile-number-span {
    position: absolute;
    bottom: 2px;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 11;
    border-right: 1px solid #00000033;
}

.apply-job-form .mobile-number-wrap input#number {
    padding-left: 85px;
}

.apply-job-form .mobile-number-wrap .mobile-number-span img {
    max-width: 60px;
}

.apply-job-form .form-check {
    padding-left: 20px;
}

.main-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.element_img {
    transform: rotate(45deg);
    animation: element-rotate 5s infinite;
    transform-origin: center;
}

@keyframes element-rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(30deg);
    }
}

@-webkit-keyframes element-rotate {
    0% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(60deg);
    }
}

.icon-frame img {
    width: 73px
}

.technology_icon {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.brands_icon {
    position: absolute;
    top: 40px;
    left: 55px;
}

.customers_icon {
    position: absolute;
    top: 40px;
    right: 55px;
}

.ucc_info ul {
    list-style: none;
    padding-left: 0;
}

.ucc_info h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #19131C;
}

.ucc_info li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #443A47;
}

.slider_ucc .swiper-button-next,
.slider_ucc .swiper-button-prev {
    position: relative;
    left: 0;
    z-index: 99999999
}

.ucc_image {
    position: absolute;
    top: -289px;
    left: 15px;
}

@media (max-width: 768px) {
    .ucc_image {
        left: 89px;
    }
}

@media (max-width: 430px) {
    .ucc_image {
        left: 34px;
    }
}

@media (max-width: 412px) {
    .ucc_image {
        left: 26px;
    }
}

@media (max-width: 390px) {
    .brands_icon {
        left: 40px;
    }
    .customers_icon {
        right: 40px;
    }
    .ucc_image {
        left: 14px;
    }
}

@media (max-width: 375px) {
    .ucc_image {
        left: 7px;
    }
}

@media (max-width: 360px) {
    .brands_icon {
        left: 20px;
    }
    .customers_icon {
        right: 20px;
    }
    .ucc_image {
        left: 0;
    }
}

@media (max-width: 320px) {
    .brands_icon {
        left: 0;
    }
    .customers_icon {
        right: 0;
    }
    .ucas_image {
        padding-inline: 10px
    }
    .main-image {
        width: 230px;
    }
    .ucc_image {
        position: absolute;
        top: -251px;
        left: 0px;
    }
}

@media (max-width: 300px) {
    .ucc_image {
        top: -232px;
    }
}

@media (max-width: 428px) and (min-width: 767px) {
    .customers_icon {
        right: 108px;
    }
    .brands_icon {
        left: 110px;
    }
}

.solution-responsive .nav-pills .nav-link.active,
.solution-responsive .nav-pills .show>.nav-link {
    background: linear-gradient(180deg, #782891 30.97%, #683AC9 100%);
    box-shadow: 0px 0px 6.6px rgba(0, 0, 0, 0.25);
}

.solution-responsive .nav-link {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 6.6px rgba(0, 0, 0, 0.25);
}

.solution-tabs {
    position: absolute;
    top: 0
}

.solution-tabs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.solution-tabs .nav-item {
    position: absolute
}

.voiceicon img,
.smsicon img,
.cloudicon img {
    margin-left: -1px
}

.rcsicon {
    left: -35px;
    top: 14px;
}

.whatsappicon {
    left: 60px;
    top: 60px;
}

.emailicon {
    left: 80px;
    top: 160px;
}

.aicon {
    left: 20px;
    top: 232px;
}

.cloudicon {
    top: 233px;
    right: 17px;
}

.voiceicon {
    top: 150px;
    right: 82px;
}

.smsicon {
    top: 54px;
    right: 58px;
}

.infosolution h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16.5899px;
    line-height: 20px;
    color: #782891;
}

.infosolution p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #443A47;
}

@media (max-width: 320px) {
    .aicon {
        left: 10px;
        top: 214px;
    }
    .cloudicon {
        top: 212px;
        right: 17px;
    }
    .voiceicon {
        top: 143px;
        right: 71px;
    }
    .emailicon {
        left: 69px;
        top: 150px;
    }
    .rcsicon {
        left: -35px;
        top: 10px;
    }
}

@media (max-width: 300px) {
    .solution-responsive .nav-link img {
        width: 38px;
    }
    .solution-responsive .nav-link {
        width: 50px;
        height: 50px;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.mobile-number-wrap {
    position: relative;
}

.mobile-number-wrap .mobile-number-span {
    position: absolute;
    bottom: 2px;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    z-index: 11;
    border-right: 1px solid #00000033;
}

.mobile-number-wrap input#number {
    padding-left: 85px;
}

.mobile-number-wrap .mobile-number-span img {
    max-width: 60px;
}

.cstm-landingform-wms-section .contact-forms {
    max-width: 700px;
}

.cstm-landingform-wms-section .contact-forms input {
    height: 48px;
    line-height: inherit;
}

.cstm-landingform-wms-section .contact-forms select {
    width: 100%;
    border-radius: 8px;
    border: 2px solid #782891;
    clear: both;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    outline: 0;
    padding-left: 20px;
    padding-right: 30px;
    text-align: left !important;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    user-select: none;
    color: #000;
    position: relative;
    font-family: Quicksand;
}

.cstm-landingform-wms-section .contact-forms input::placeholder {
    font-size: 14px;
}

.cstm-landingform-wms-section .contact-forms input#phnumber {
    padding-left: 85px;
}

.cstm-landingform-wms-section .contact-forms input.form-check-input {
    height: 20px;
    border-radius: .25em !important;
    width: 20px !important;
    min-height: auto !important;
    padding: initial !important;
}

.cstm-landingform-wms-section .contact-forms .form-check {
    padding-left: 20px;
}

.cstm-landingform-wms-section .contact-forms textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px 20px;
    color: #000;
    border: 2px solid #782891;
    border-radius: 8px;
    outline: 0;
    background-color: #fff;
}

.cstm-landingform-wms-section .contact-forms p {
    margin-bottom: 0;
}

.cstm-landingform-wms-section .contact-forms .wpcf7-form-control-wrap input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #000;
    border: 2px solid #782891;
    border-radius: 8px;
    outline: 0;
}

.cstm-landingform-wms-section .contact-forms .form-check-input:focus {
    box-shadow: none !important;
}

.cstm-landingform-wms-section .contact-forms .form-check-input:checked {
    background-color: #782891;
    border: 2px solid #782891;
}

.cstm-landingform-wms-section .contact-forms .btn-primary:focus,
.cstm-landingform-wms-section .contact-forms .btn-primary:hover {
    border-color: transparent;
    background-color: #93038e;
    color: #fff;
}

.cstm-landingform-wms-section .contact-forms .text-primary-bright {
    color: #6f2d8c !important;
}

.cstm-landingform-wms-section .contact-forms .mobile-number-wrap span:first-child {
    background: #e0e0e0;
    border-radius: 5px 0 0 5px;
    border: none;
}

#icon-infographic-wrap {
    height: 100% !important;
}

.cstm-landingform-wms-section {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .cstm-landingform-wms-section .page-title {
        font-size: 15px;
    }
    .cstm-landingform-wms-section .intro-content .title {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    .cstm-landingform-wms-section .intro-content .desc p {
        font-size: 14px;
    }
    .section-title .title {
        font-size: 28px !important;
    }
    .section-title .sub-title {
        font-size: 16px;
    }
    .items-wrap h5 {
        font-size: 17px;
    }
    .items-wrap p {
        font-size: 15px;
    }
    .whats-up-user-img-mobile {
        transform: scale(1);
        right: 0;
        position: relative;
    }
    .tech-stack-wrap h4 {
        font-size: 18px;
    }
    .cstm-tech-class li {
        font-size: 15px;
    }
    .tech-stack-wrap .icon-wraps {
        min-width: 100px;
        max-width: 100px;
    }
    .cstm-tech-class {
        padding-left: 0.9rem;
    }
    .tech-stack-one h4::after,
    .tech-stack-two h4::after,
    .tech-stack-three h4::after,
    .tech-stack-four h4::after,
    .tech-stack-five h4::after {
        width: 80px;
        height: 1px;
    }
    .mn-r-10 {
        margin-right: 0%;
    }
    .page-title {
        font-size: 15px;
    }
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #9c2cbf !important;
    border: #6c757d !important;
    opacity: 0.6 !important;
}

.is-sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
    z-index: 999;
}

div#contact-details-section .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

.home-lead-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #93038e;
    color: #93038e;
}

.apply-job-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
}

.contact-forms .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
}

.mobile-number-wrap span.wpcf7-form-control-wrap input {
    padding-left: 85px !important;
}

.cstm-landingform-wms-section .contact-forms .mobile-number-wrap span:first-child {
    max-height: 52px;
}

.mobile-number-wrap span:first-child {
    max-height: 52px;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px !important;
    border-radius: 8px;
}

#pills-duringTrip .wpcf7 form.sent .wpcf7-response-output {
    border-color: #93038e;
    color: #93038e;
}

#confirmationModal .wpcf7 form.sent .wpcf7-response-output {
    border-color: #93038e;
    color: #93038e;
    padding: 10px;
    border-radius: 8px;
}

.card-wrap p {
    height: 54px;
}

@media screen and (max-width: 767px) {
    .card-wrap p {
        height: auto !important;
    }
    .blog .info p {
        min-height: 45px !important;
    }
}

@media (max-width: 992px) {
    #mt_cstm {
        margin-top: inherit !important
    }
}

.home-videoyt-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-videoyt-div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.main-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.element_img {
    transform: rotate(45deg);
    animation: element-rotate 5s infinite;
    transform-origin: center;
}

@keyframes element-rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(30deg);
    }
}

@-webkit-keyframes element-rotate {
    0% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(60deg);
    }
}

.icon-frame img {
    width: 73px
}

.technology_icon {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.brands_icon {
    position: absolute;
    top: 40px;
    left: 55px;
}

.customers_icon {
    position: absolute;
    top: 40px;
    right: 55px;
}

.ucc_info ul {
    list-style: none;
    padding-left: 0;
}

.ucc_info h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #19131C;
}

.ucc_info li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #443A47;
}

.slider_ucc .swiper-button-next,
.slider_ucc .swiper-button-prev {
    position: relative;
    left: 0;
    z-index: 99999999
}

.ucc_image {
    position: absolute;
    top: -289px;
    left: 15px;
}

@media (max-width: 768px) {
    .ucc_image {
        left: 89px;
    }
    .brand-carousel .swiper-wrapper {
        height: 380px !important;
    }
}

@media (max-width: 430px) {
    .ucc_image {
        left: 34px;
    }
}

@media (max-width: 412px) {
    .ucc_image {
        left: 26px;
    }
}

@media (max-width: 390px) {
    .brands_icon {
        left: 40px;
    }
    .customers_icon {
        right: 40px;
    }
    .ucc_image {
        left: 14px;
    }
}

@media (max-width: 375px) {
    .ucc_image {
        left: 7px;
    }
}

@media (max-width: 360px) {
    .brands_icon {
        left: 20px;
    }
    .customers_icon {
        right: 20px;
    }
    .ucc_image {
        left: 0;
    }
    .brand-carousel .swiper-wrapper {
        height: 400px !important;
    }
}

@media (max-width: 320px) {
    .brands_icon {
        left: 0;
    }
    .customers_icon {
        right: 0;
    }
    .ucas_image {
        padding-inline: 10px
    }
    .main-image {
        width: 230px;
    }
    .ucc_image {
        position: absolute;
        top: -251px;
        left: 0px;
    }
}

@media (max-width: 300px) {
    .ucc_image {
        top: -232px;
    }
}

@media (max-width: 428px) and (min-width: 767px) {
    .customers_icon {
        right: 108px;
    }
    .brands_icon {
        left: 110px;
    }
}

@media screen and (max-width: 768px) {
    .contact-info-wrap {
        margin-bottom: 35px;
    }
    .mt-180 {
        margin-top: 35px;
    }
    .contact-form-section {
        padding: 70px 0;
    }
    .social-media-list-wrap {
        flex-wrap: wrap;
    }
    .career-banner {
        padding-block: 10px !important;
    }
    .intro-section {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: 100% !important;
        padding: 50px 0 !important;
    }
    .about-us-banner .col-md-6.mt-auto {
        margin-top: inherit !important;
    }
    .about-us-banner .row {
        align-content: center;
    }
}

.contact-info-wrap li a {
    text-decoration: none;
}

.featured_post_img_div img {
    height: 340px !important;
}

@media (max-width: 540px) and (min-width: 431px) {
    .ucc_image {
        left: 50%;
        transform: translateX(-50%);
        width: 330px;
    }
}

@media (max-width: 1365px) {
    .cstm-landingform-wms-section .contact-forms .wpcf7-form-control-wrap input {
        min-height: 45px;
    }
    .cstm-landingform-wms-section .contact-forms input {
        height: 45px;
    }
    .cstm-landingform-wms-section .contact-forms textarea {
        height: 40px;
    }
    .cstm-landingform-wms-section .title {
        font-size: 36px !important;
    }
}

.cstm-landingform-wms-section .desc {
    display: none !important;
}

select#state-select {
    color: #000 !important;
}

.brand-carousel .swiper-wrapper {
    height: 500px;
}

@media (min-width: 992px) and (max-width: 1365px) {
    .brand-carousel {
        padding-bottom: 0;
    }
}

.cstm_footer li:first-child img {
    width: 52px;
}

.home-lead-form .timeSelect option {
    color: #000 !important;
}

.home-lead-form .timeSelect option[disabled="disabled"] {
    color: gray !important;
}

#contact-details-section .contact-form select.timeSelect option {
    background: #fff !important;
}
#contact-details-section .contact-form select.timeSelect option:first-child {
    background: #782891 !important;
}