@font-face {
    font-family: 'Milliard';
    src: url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.woff') format('woff'), url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.ttf') format('truetype'), url('../fonts/FONTSPRINGDEMO-MasnyBlackRegular.svg#FONTSPRINGDEMO-MasnyBlackRegular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Milliard';
    src: url('../fonts/Milliard-Black.eot');
    src: url('../fonts/Milliard-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Milliard-Black.woff2') format('woff2'), url('../fonts/Milliard-Black.woff') format('woff'), url('../fonts/Milliard-Black.ttf') format('truetype'), url('../fonts/Milliard-Black.svg#Milliard-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

html body p, html body label, html body span, html body li {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
}

html body ul, html body li {
    padding: 0;
    margin: 0;
    list-style: none;
}

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    padding: 0;
    margin: 0;
    font-family: 'Milliard';
}

html body h1 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 400;
    line-height: 75px;
}

html body h2 {
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
}

html body h3 {
    font-size: 60px;
    color: #000000;
    line-height: 65px;
    font-weight: 400;
}

html body h4 {
    font-size: 45px;
    color: #FFDC16;
    line-height: 60px;
    font-weight: 400;
}

html body h5 {
    font-size: 35px;
    color: #FFDC16;
    line-height: 40px;
    font-weight: 400;
}

html body h6 {
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 600;
}

a {
    text-decoration: none;
}

.container-wrapper {
    width: 100%;
    max-width: 1640px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
}

span.logo-span {
    font-family: 'Milliard';
    font-size: 40px;
    text-align: center;
}

.desktop-navbar a.nav-link.navbar-brand.m-0 {
    text-align: center;
    padding: 0 0 0 0 !important;
}

a.web-btn-green {
    background: #FFDC16;
    padding: 10px 30px;
    border: 5px solid #7b23e3;
    color: #7b23e3;
    font-size: 25px;
    font-weight: 800;
    min-width: 270px;
    text-align: center;
    box-shadow: 8px 8px 0px #00000029;
    font-family: 'Milliard';
}

    a.web-btn-green:hover {
        color: #ffffff;
        border: 5px solid #ffffff;
        background-color: #7b23e3;
        transition: 0.5s ease;
    }

a.web-btn-blue {
    background: #7b23e3;
    padding: 10px 30px;
    border: 5px solid #fff;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    min-width: 270px;
    text-align: center;
    box-shadow: 8px 8px 0px #00000029;
    font-family: 'Milliard';
}

    a.web-btn-blue:hover {
        color: #7b23e3;
        border: 5px solid #7b23e3;
        background-color: transparent;
        transition: 0.5s ease;
    }

.clr-changed {
    color: #7b23e3;
}

.main-header-section {
    width: 100%;
    display: inline-block;
    padding: 0px 0 15px 0;
    position: absolute;
}

.main-header-inner-section ul.navbar-nav li a.nav-link {
    font-size: 16px;
    line-height: 26px;
    color: #7b23e3;
    padding: 0 20px 0 20px;
}
.main-header-inner-section ul.navbar-nav li a.nav-link:hover {
    color: #ffffff !important;
    transition: 0.5s ease;
}
.main-header-inner-section ul.navbar-nav .dropdown-toggle::after {
    vertical-align: 0.125em;
}

.main-hero-banner-section.desktop-banner {
    padding: 150px 0 50px 0;
    display: flex;
    width: 100%;
    background: #7b23e3;
    background-image: url(/assets/images/Animation-express.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100vh;
    align-items: end;
}

.main-hero-banner-section.mobile-banner {
    padding: 150px 0 100px 0;
    display: none;
    width: 100%;
    background: #7b23e3;
}

.main-hero-banner-section ul#myTab {
    border: none;
    justify-content: center;
    gap: 40px;
    padding: 20px 0 20px 0;
}

    .main-hero-banner-section ul#myTab li button.active {
        border: 1px solid #7b23e3;
        border-radius: 50px;
        padding: 8px 50px;
        background-color: #7b23e3;
        color: #fff;
    }

    .main-hero-banner-section ul#myTab li button {
        border: none;
        border: 1px solid transparent;
        padding: 8px 50px;
        border-radius: 50px;
        color: #000;
    }

.desktop-navbar ul.navbar-nav {
    width: 35% !important;
}

.desktop-navbar .logo-box {
    width: 30% !important;
    position: relative;
}

nav.navbar.navbar-expand-lg.p-0.mobile-navbar {
    display: none;
}

nav.navbar.navbar-expand-lg.p-0.desktop-navbar li.nav-item {
    display: flex;
    align-items: center;
}

nav.navbar.navbar-expand-lg.p-0.desktop-navbar {
    background: #FFDC16;
    padding: 15px !important;
    border: 5px solid #fff;
    margin-top: -5px;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    nav.navbar.navbar-expand-lg.p-0.desktop-navbar:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 130px;
        background: #fff;
        clip-path: polygon(100% 60%, 100% 60%, 82% 100%, 19% 100%, 0% 60%);
        bottom: -55px;
        max-width: 366px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 0;
    }

    nav.navbar.navbar-expand-lg.p-0.desktop-navbar:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 130px;
        background: #FFDC16;
        clip-path: polygon(0 60%, 100% 60%, 81% 100%, 20% 100%, 0 60%);
        bottom: -50px;
        max-width: 363px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }

.connect-with-us-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.connect-box ul {
    display: flex;
    gap: 10px;
}

    .connect-box ul li a i {
        color: #7b23e3;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 50px;
    }

.connect-box span {
    color: #FFDC16;
}

.main-loop-slider-section {
    padding: 30px 0 30px 0;
    background-color: #FFDC16;
}

.main-loop-slider-inner-section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.main-loop-slider-inner-section .swiper-slide {
    transition: 0.3s all;
}

.main-loop-slider-inner-section {
    overflow: hidden;
}

.main-work-process-section {
    display: inline-block;
    width: 100%;
    padding: 60px 0 130px 0;
    background: #7b23e3;
}

.process-box {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

    .process-box.reverse-row {
        flex-direction: row-reverse;
    }

.proces-box-left-content {
    width: 80%;
}

.proces-box-right-content {
    width: 20%;
}

.process-box.reverse-row h4, .process-box.reverse-row p {
    text-align: right;
}

.main-rotating-loop-slider-section.background-white {
    padding: 10px 0 10px 0;
    background-color: #ffffff;
    transform: rotate(-5deg);
    width: 100%;
}

.main-rotating-loop-slider-section.background-green {
    padding: 10px 0 10px 0;
    background-color: #FFDC16;
    position: absolute;
    width: 100%;
    top: 0;
    transform: rotate(5deg);
}

.main-rotating-loop-slider-inner-section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.main-rotating-loop-slider-inner-section .swiper-slide {
    transition: 0.3s all;
}

.main-rotating-loop-slider-inner-section h2 {
    white-space: nowrap;
    color: #7b23e3;
    font-size: 70px;
    text-transform: uppercase;
}

.main-portfolio-showcase-section {
    padding: 100px 0 100px 0;
    background: #7b23e3;
}

    .main-portfolio-showcase-section h2 {
        color: #ffffff;
        text-align: center;
    }

ul#portfolio-tabs,
ul#pricingTabs,
ul#case-study-Tabs {
    border: none;
    justify-content: center;
    gap: 30px;
    padding: 20px 0 50px 0;
}

    ul#portfolio-tabs li button, ul#pricingTabs li button, ul#case-study-Tabs li button {
        background: #FFDC16;
        border-radius: 0;
        border: 4px solid #fff;
        color: #7b23e3;
        min-width: 160px;
        padding: 10px 25px 10px 25px;
        font-weight: 800;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Milliard';
    }

        ul#portfolio-tabs li button:hover,
        ul#pricingTabs li button:hover {
            background: transparent;
            border: 4px solid #fff;
            color: #FFDC16 !important;
            transition: 0.5s ease;
        }

.video-container-box {
    padding: 30px;
    background: #FFDC16;
    border: 5px solid #fff;
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
    position: relative;
}

a.video-link img {
    width: 100%;
}

.video-box {
    width: 100%;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    background: #7b23e3;
    border-radius: 50px;
    opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

    .swiper-button-prev:after, .swiper-button-next:after {
        background-image: url(/assets/images/next-01.webp);
        background-size: cover;
        background-position: center;
        display: block;
        width: 55px;
        height: 55px;
        content: "";
    }

.swiper-button-prev {
    transform: rotate(180deg);
}

.main-professional-animation-section {
    padding: 30px 0 30px 0;
    display: inline-block;
    width: 100%;
    background-color: #FFDC16;
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

.main-professional-animation-inner-section {
    display: flex;
    align-items: center;
}

    .main-professional-animation-inner-section .left-content {
        display: flex;
        align-items: center;
        width: 75%;
        gap: 30px;
    }

        .main-professional-animation-inner-section .left-content h2 {
            color: #7b23e3;
        }

    .main-professional-animation-inner-section .right-content {
        width: 25%;
    }

    .main-professional-animation-inner-section .left-content h2 span.clr-changed {
        color: #FFDC16 !important;
        background-color: #7b23e3;
        font-size: 70px;
        line-height: 120px;
        font-weight: 400;
        font-family: 'Milliard';
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .main-professional-animation-inner-section .double-btn-box {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: end;
    }

.main-about-us-section {
    padding: 50px 0 100px 0;
    display: inline-block;
    width: 100%;
    background-color: #7b23e3;
}

.main-about-us-inner-section .double-btn-box {
    display: flex;
    padding: 20px 0 20px 0;
    gap: 35px;
}

.main-about-us-inner-section h2 {
    color: #FFDC16;
}

.main-about-us-inner-section .row {
    align-items: center;
}

.main-about-us-inner-section .left-column p {
    font-size: 20px;
    padding: 25px 0 25px 0;
}

.main-about-us-inner-section .left-column h2 span.clr-changed {
    color: #7b23e3 !important;
    background-color: #fff;
    font-size: 70px;
    line-height: 100px;
    font-weight: 400;
    font-family: 'Milliard';
    letter-spacing: 2px;
}

.main-visual-animation-section {
    padding: 50px 0 50px 0;
    display: inline-block;
    width: 100%;
    background-color: #7b23e3;
}

    .main-visual-animation-section h2 span.clr-changed {
        color: #FFDC16 !important;
        background-color: #7b23e3;
        font-size: 70px;
        line-height: 75px;
        font-weight: 400;
        font-family: 'Milliard';
        letter-spacing: 2px;
    }

    .main-visual-animation-section h2, .main-visual-animation-section p {
        color: #ffffff;
        text-align: center;
    }

.main-services-row-box {
    padding-top: 40px;
}

.services-main-row {
    display: flex;
    gap: 50px;
    padding: 30px 0 30px 0;
}

.service-box {
    background: #FFDC16;
    padding: 10px 30px;
    border: 5px solid #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    box-shadow: 8px 8px 0px #00000029;
    position: relative;
    font-family: 'Milliard';
}

    .service-box a {
        color: #7b23e3;
    }

    .service-box img {
        transform: scale(0);
        transition: 0.7s ease;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -110px;
        z-index: 99;
    }

    .service-box:hover a {
        color: #fff;
        transition: 0.7s ease;
    }

    .service-box:hover img {
        transform: scale(0.9);
        transition: 0.7s ease;
        box-shadow: 0px 0px 25px 20px rgba(255, 220, 22, 0.5);
    }

.main-cta-section {
    padding: 60px 0 60px 0;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.main-cta-inner-section {
    text-align: center;
}

    .main-cta-inner-section .double-btn-box {
        gap: 50px;
        padding: 30px 0 0 0;
    }

    .main-cta-inner-section h3 {
        text-transform: uppercase;
        color: #7b23e3;
    }

.main-cta-section::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/cta-left-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 40px;
    left: 0;
    width: 355px;
    height: 400px;
    animation: float 6s ease-in-out infinite;
}

.main-cta-section::after {
    content: "";
    position: absolute;
    background-image: url(/assets/images/cta-right-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 40px;
    right: 0;
    width: 355px;
    height: 400px;
    animation: float 6s ease-in-out infinite;
}

.main-clients-logo-section {
    padding: 120px 0 100px 0;
    display: inline-block;
    width: 100%;
    background-color: #01ACA6;
}

.images-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 60px;
    row-gap: 50px;
    padding-top: 40px;
}

    .images-row img {
        filter: brightness(0) invert(1);
        cursor: pointer;
        transition: 0.5s ease;
    }

        .images-row img:hover {
            filter: initial;
            transition: 0.5s ease;
        }

.main-clients-logo-inner-section h3 {
    text-align: center;
    color: #FFDC16;
}

.main-testimonials-section {
    padding: 100px 0 100px 0;
    display: inline-block;
    width: 100%;
    background-image: url(/assets/images/testimonials-background.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.review-box {
    background-image: url(/assets/images/testimonials-panel-image.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 82px 92px 55px 34px;
}

    .review-box span {
        display: block;
        margin-top: 30px;
    }

    .review-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .review-box img {
        width: 100%;
        max-width: 387px;
        height: 310px;
        object-fit: cover;
    }

.testimonials-swiper {
    overflow: hidden;
    padding: 50px 0 0 0;
}

.main-testimonials-inner-section h3,
.main-latest-news-section h3 {
    color: #FFDC16;
    text-align: center;
}

.main-testimonials-inner-section > p,
.main-latest-news-inner-section > p {
    text-align: center;
    padding: 20px 0 0 0;
}

.main-google-logo-section {
    padding: 30px 0 30px 0;
    display: inline-block;
    width: 100%;
}

.main-google-logo-inner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-latest-news-section {
    padding: 100px 0 100px 0;
    display: inline-block;
    width: 100%;
    background-image: url(/assets/images/blogs-background-image.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blog-card {
    background: #FFDC16;
    padding: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

    .blog-card img {
        transition: 0.5s ease;
    }

        .blog-card img:hover {
            transform: scale(1.1);
            transition: 0.5s ease;
        }

    .blog-card a.learn-more-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 5px 15px;
        color: #7b23e3;
        background-color: #FFDC16;
        font-family: 'Milliard';
    }

    .blog-card a.blog-title {
        position: absolute;
        top: 10px;
        right: 20px;
        left: 20px;
        padding: 5px 25px;
        color: #7b23e3;
        background-color: #FFDC16;
        font-family: 'Milliard';
        text-align: center;
    }

.latest-news-box-row.row {
    padding: 50px 0 0 0;
}

.main-footer-section {
    display: inline-block;
    width: 100%;
    padding: 100px 0 0 0;
    background: #7b23e3;
    position: relative;
}

.main-email-newletter-inner-section h2 {
    text-align: center;
    font-size: 80px;
    line-height: 100px;
    color: #FFDC16;
}

.main-email-newletter-inner-section .form-box input.form-control {
    height: 60px;
    border-radius: 0;
    border: 5px solid #FFDC16;
    font-size: 16px;
    color: #7a7a7ab3;
    padding: 15px;
}

.main-email-newletter-inner-section .btn.btn-primary {
    padding: 9.25px 50px;
    border: 1px solid #FFDC16;
    border-radius: 0;
    background: #FFDC16;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    width: 100%;
    color: #7b23e3;
    font-family: 'Milliard';
}

    .main-email-newletter-inner-section .btn.btn-primary:hover {
        background: #FFDC16;
        color: #ffffff;
        border: 1px solid #FFDC16;
    }

.main-email-newletter-inner-section h2 {
    position: relative;
    z-index: 9999;
}

.main-email-newletter-inner-section {
    position: relative;
}

    .main-email-newletter-inner-section:after {
        content: "";
        position: absolute;
        background-image: url(/assets/images/animate-background.webp);
        background-repeat: no-repeat;
        background-size: contain;
        width: 685px;
        height: 215px;
        left: 190px;
        right: 0;
        margin: auto;
        top: 85px;
    }

.row.form-box {
    margin-top: 100px;
}

.main-email-newletter-inner-section h2 span {
    text-align: center;
    font-size: 80px;
    line-height: 100px;
    color: #7b23e3;
    font-family: 'Milliard';
    position: relative;
    z-index: 9999;
}

.row.form-box .col-lg-12 {
    position: relative;
    padding: 0 350px;
}

input.form-control::placeholder {
    color: #7a7a7ab3;
}

ul.social-media-icons {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding: 20px 0 20px 0;
}

    ul.social-media-icons li a i {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #7b23e3;
        color: #FFDC16;
        font-size: 15px;
        border-radius: 50px;
    }

        ul.social-media-icons li a i:hover {
            background: #fff;
            color: #7b23e3;
            transition: 0.5s ease;
        }

.column-rows {
    display: flex;
    border-bottom: 2px solid #7b23e3;
    padding-bottom: 40px;
}

.footer-left-col {
    width: 25%;
    padding: 0 45px 0 0;
    border-right: 2px solid #7b23e3;
    text-align: right;
}

.footer-right-col {
    width: 25%;
    padding: 0 0 0 45px;
}

.footer-mid-col {
    width: 50%;
    padding: 0px 45px;
    border-right: 2px solid #7b23e3;
}

.main-footer-inner-section {
    background: #FFDC16;
    padding: 30px 30px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    position: relative;
    margin-top: 100px;
}

.phone-box span, .footer-left-col span, .footer-mid-col span, .footer-right-col span {
    display: block;
    font-weight: 800;
    color: #7b23e3;
}

.phone-box a, .footer-left-col a, .footer-mid-col a, .footer-right-col a {
    color: #7b23e3;
}

    .phone-box a:hover, .footer-left-col a:hover, .footer-mid-col a:hover, .footer-right-col a:hover {
        color: #ffffff;
        transition: 0.5s ease;
    }

.phone-box {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

.copright-row ul {
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
    gap: 20px;
    align-items: center;
}

.copright-row {
    padding: 20px;
    text-align: center;
}

    .copright-row p, .copright-row a {
        color: #7b23e3;
    }

.main-footer-section::before {
    content: "";
    position: absolute;
    background-image: url(/assets/images/footer-before-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    width: 355px;
    height: 290px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.main-footer-section::after {
    content: "";
    position: absolute;
    background-image: url(/assets/images/footer-after-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0;
    width: 355px;
    height: 290px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.main-footer-inner-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background: #FFDC16;
    clip-path: polygon(0 60%, 100% 60%, 81% 100%, 20% 100%, 0 60%);
    top: -50px;
    max-width: 363px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: rotate(180deg);
}

.main-footer-inner-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background: #fff;
    clip-path: polygon(100% 60%, 100% 60%, 82% 100%, 19% 100%, 0% 60%);
    top: -55px;
    max-width: 366px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transform: rotate(180deg);
}

.main-footer-inner-section h6 {
    color: #7b23e3;
    font-size: 25px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
    font-weight: 400;
}

.main-rotating-loop-slider-section {
    overflow-x: hidden;
}

.satisfied-client-box span {
    display: block;
}
/* .connect-with-us-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    top: -275px;
    height: 200px;
    background-image: url(/assets/images/lightimage.webp);
    background-size: cover;
    background-position: center;
    animation: blinker 0.6s infinite ease-in-out alternate;
    right: 120px;
} */
@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

.blog-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

section.zigzag-slider-section {
    width: 100%;
    display: block;
    position: relative;
    background: #7b23e3;
}

.swiper-container-rotating {
    width: 100%;
    overflow: hidden;
}

.main-rotating-loop-slider-inner-section .swiper-slide {
    width: auto;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

span.logo-span {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -65px;
    z-index: 9;
}

    span.logo-span img {
        max-width: 160px;
    }

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

html body .iti__country-list {
    z-index: 3 !important;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-150px);
    }

    100% {
        transform: translatey(0px);
    }
}

.animate__wobble {
    animation-duration: 3s;
}

.modal-body .services-main-row {
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .modal-body .services-main-row .service-box {
        font-size: 25px;
        margin-bottom: 25px;
        border: 5px solid #7b23e3;
    }

.modal-header, .modal-content {
    border-radius: 0px;
}

.modal-content {
    border-radius: 0px;
    border: 5px solid #7b23e3;
}

.main-professional-animation-inner-section .left-content img {
    max-width: 270px;
    animation: float 2s ease-in-out infinite;
}

.main-about-us-inner-section .right-column img {
    animation: float 2s ease-in-out infinite;
}

.main-hero-banner-section.services-inner-page-2d-hero-banner,
.main-hero-banner-section.services-inner-page-3d-hero-banner,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner,
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner,
.main-hero-banner-section.services-inner-page-presentation-videos-hero-banner,
.main-hero-banner-section.services-inner-page-corporate-videos-hero-banner,
.main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner,
.main-hero-banner-section.services-inner-page-infographic-videos-hero-banner,
.main-hero-banner-section.services-inner-page-motion-graphics-hero-banner,
.main-hero-banner-section.services-inner-page-logo-animations-hero-banner,
.main-hero-banner-section.services-inner-page-video-editing-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: inline-block;
    padding: 200px 0 50px 0;
}

    .main-hero-banner-section.services-inner-page-2d-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-3d-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-logo-animations-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-video-editing-hero-banner .container-wrapper {
        max-width: 1400px !important;
    }

.main-hero-banner-section.services-inner-page-2d-hero-banner {
    background-image: url(/assets/images/2D-ANIMATION-BANNER.webp);
}

.main-hero-banner-section.services-inner-page-3d-hero-banner {
    background-image: url(/assets/images/3d-animations-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-whiteboard-hero-banner {
    background-image: url(/assets/images/whiteboard-animation-services-banner-v2.webp);
}

.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner {
    background-image: url(/assets/images/explainer-animation-services-banner-v2.webp);
}

.main-hero-banner-section.services-inner-page-video-editing-hero-banner {
    background-image: url(/assets/images/video-editing-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-logo-animations-hero-banner {
    background-image: url(/assets/images/logo-animations-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-motion-graphics-hero-banner {
    background-image: url(/assets/images/motion-graphics-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-infographic-videos-hero-banner {
    background-image: url(/assets/images/infographic-videos-animations-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner {
    background-image: url(/assets/images/stop-motion-videos-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-corporate-videos-hero-banner {
    background-image: url(/assets/images/corporate-videos-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-presentation-videos-hero-banner {
    background-image: url(/assets/images/presentation-videos-page-banner.webp);
}

.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner {
    background-image: url(/assets/images/whiteboard-animation-service-v2.aspx);
}



input#mobile_code::placeholder {
    opacity: 0 !important;
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-hero-banner-inner-section span.sub-title {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Milliard';
    line-height: 45px;
    color: #FFDC16;
}

ul.service-banner-list-items li {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-banner-form {
    background: #fff;
    padding: 20px;
    position: relative;
    margin: 0px;
}

.connect-with-us-box {
    padding: 30px 0 0px 0;
}

.service-banner-form .form-control {
    background: #FFDC16;
    border: 2px solid #7b23e3;
    border-radius: 0;
    padding: 10px;
    color: #7b23e3 !important;
}

.service-banner-form h5 {
    text-align: center;
    color: #7b23e3;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}

.service-banner-form label {
    color: #7b23e3;
    margin: 0;
    font-size: 16px;
}

.service-banner-form .btn-primary {
    background-color: #FFDC16;
    color: #7b23e3;
    border: 2px solid #7b23e3;
    font-family: 'Milliard';
    border-radius: 0px;
    font-size: 18px;
    padding: 12px 55px;
    font-weight: 400;
}

.service-banner-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    clip-path: polygon(100% 60%, 100% 60%, 82% 100%, 19% 100%, 0% 60%);
    top: -35px;
    max-width: 275px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    transform: rotate(180deg);
}

.service-page-process .process-box {
    width: 33.33%;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}

.process-box-right-content img {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.service-page-process .proces-box-left-content {
    width: 100%;
}

.main-work-process-section.services-inner-pages-work-process {
    display: inline-block;
    width: 100%;
    padding: 80px 0 80px 0;
    background: #7b23e3;
}

span.about-service-tagline {
    font-size: 40px;
    font-family: 'Milliard';
    color: #FFDC16;
    padding: 10px 0 0px 0;
}

.main-email-newletter-section {
    display: inline-block;
    width: 100%;
    padding: 70px 0 0px 0;
    background-color: #7b23e3;
}

a.video-link {
    overflow: hidden;
    display: block;
    position: relative;
}

    a.video-link img {
        transition: 0.9s ease;
    }

        a.video-link img:hover {
            transform: scale(1.2);
            transition: 0.9s ease;
        }

.main-contact-us-section {
    padding: 150px 0 0 0;
    display: inline-block;
    width: 100%;
    background-color: #7b23e3;
}

.main-contact-us-inner-section {
    display: flex;
}

    .main-contact-us-inner-section .right-content {
        width: 50%;
        padding: 50px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: column;
    }

    .main-contact-us-inner-section .left-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: self-start;
        padding: 50px 0 0 0;
    }

.main-contact-us-section .service-banner-form:before,
.main-contact-us-section .service-banner-form:after {
    display: none;
}

.contact-list-item-box ul li a span.form-left-subtitle {
    font-weight: 600;
    display: block;
    font-size: 22px;
}

.contact-list-item-box ul li a span {
    color: #FFDC16;
}

.contact-list-item-box ul li a div {
    margin-bottom: 20px;
}

.contact-list-item-box ul li a {
    margin-bottom: 25px;
}

.main-contact-us-inner-section ul.social-media-icons li a i {
    background: #fff;
    color: #7b23e3;
}

    .main-contact-us-inner-section ul.social-media-icons li a i:hover {
        background: #FFDC16;
        color: #7b23e3;
    }

.main-thank-you-section, .main-error-404-section, .policy-page-banner, .main-blog-detail-section, .main-blogs-banner-section {
    padding: 350px 0 250px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    background-image: url(/assets/images/response-pages-background-image.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

    .main-thank-you-inner-section span, .main-error-404-section span {
        color: #FFDC16;
        font-family: 'Milliard';
        font-size: 60px;
        margin: 15px 0 15px 0;
        display: block;
        line-height: 60px;
    }

.main-thank-you-inner-section h1 {
    font-size: 130px;
    line-height: 140px;
}

.main-thank-you-inner-section a.web-btn-green {
    display: block;
    max-width: 200px;
    margin: 30px auto;
}

.main-header-inner-section ul.dropdown-menu.show {
    border: 0;
    border-radius: 0;
    background: #FFDC16;
}

.main-header-inner-section ul.dropdown-menu a.dropdown-item {
    font-size: 16px;
    color: #7b23e3;
}

.main-pricing-section {
    padding: 50px 0 100px 0;
    width: 100%;
    display: inline-block;
}

.pricing-card {
    padding: 100px 45px 140px 40px;
    width: 33.333%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .pricing-card.basic {
        background-image: url(/assets/images/price-basic-card-image.webp);
    }

    .pricing-card.standard {
        background-image: url(/assets/images/price-standard-card-image.webp);
    }

    .pricing-card.premium {
        background-image: url(/assets/images/price-premium-card-image.webp);
    }

p.price-span {
    font-family: "Quicksand", serif;
    font-size: 35px;
    text-align: right;
    font-weight: bolder;
}

.pricing-card .btn-box {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    text-align: center;
}

.pricing-tab-content-inner-box {
    display: flex;
    padding: 20px 0 0 0;
    gap: 50px;
}

.pricing-card ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

    .pricing-card ul li:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #7b23e3;
        left: 0px;
        top: 7px;
        border-radius: 50px;
    }

.main-about-us-inner-section .right-column {
    text-align: right;
}

.main-desktop-mobile-hero-banner-section path:nth-child(1) {
    animation: blinker 0.5s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(2) {
    animation: blinker 0.9 infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(3) {
    animation: blinker 1.1s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(4) {
    animation: blinker 1.3s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(5) {
    animation: blinker 1.8s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(6) {
    animation: blinker 0.5s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(7) {
    animation: blinker 0.9 infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(8) {
    animation: blinker 1.1s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(9) {
    animation: blinker 1.3s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(10) {
    animation: blinker 1.8s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(11) {
    animation: blinker 0.5s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(12) {
    animation: blinker 1.0 infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(13) {
    animation: blinker 0.5s infinite alternate ease-in-out;
}

.main-desktop-mobile-hero-banner-section path:nth-child(14) {
    animation: blinker 1.0 infinite alternate ease-in-out;
}

g.float-group:nth-of-type(1) {
    animation: float 2s ease-in-out infinite;
}

g.float-group:nth-of-type(2) {
    animation: float 2.5s ease-in-out infinite;
}

g.float-group:nth-of-type(3) {
    animation: float 3s ease-in-out infinite;
}

g.float-group:nth-of-type(4) {
    animation: float 1.8s ease-in-out infinite;
}

g.float-group:nth-of-type(5) {
    animation: float 2.2s ease-in-out infinite;
}

g.float-group:nth-of-type(6) {
    animation: float 3.5s ease-in-out infinite;
}

g.float-group:nth-of-type(7) {
    animation: float 2.7s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-8px);
    }

    100% {
        transform: translatey(0px);
    }
}

.svg-images-box {
    position: relative;
}

    .svg-images-box.text-center img {
        position: absolute;
        max-width: 1400px;
        margin: auto;
        width: 100%;
        right: 0;
        bottom: -50px;
    }

header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.5s ease;
}

div#servicespopup .modal-body {
    padding-top: 0;
}

div#servicespopup .modal-header {
    padding-bottom: 0;
}

.modal-body .services-main-row h4 {
    color: #7b23e3;
}

.service-tab-left-col h4, .service-tab-left-col p {
    text-align: left !important;
}

.service-tab-content-inner-box {
    display: flex;
    padding: 60px 0 0 0;
}

    .service-tab-content-inner-box .service-tab-left-col, .service-tab-content-inner-box .service-tab-right-col {
        width: 50%;
    }

.service-tab-left-col {
    padding: 0 100px 0 0px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    row-gap: 20px;
}

.nav-link:focus, .nav-link:hover {
    color: #7b23e3 !important;
}

.service-tab-left-col .double-btn-box {
    gap: 25px;
    padding: 10px 0 10px 0;
}

:focus-visible {
    outline: none !important;
}

div#servicesTabsContent .service-tab-right-col {
    text-align: right;
}

.main-policy-content-section, .main-blog-detail-content-section {
    width: 100%;
    padding: 80px 0 0 0;
    display: inline-block;
    background: #7b23e3;
}

    .main-policy-content-inner-section p, .main-blog-detail-content-section p {
        font-weight: 500;
        margin-bottom: 20px;
    }

ul.service-banner-list-items {
    padding-top: 25px;
}

.service-tab-left-col ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

    .service-tab-left-col ul li:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 15px;
        background-image: url(/assets/images/video-icon-play-image.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        left: 0px;
        top: 5px;
    }

.footer-left-col a img {
    max-width: 120px;
}

.footer-column-row {
    display: flex;
}

    .footer-column-row .footer-column:first-child {
        width: 35%;
    }

    .footer-column-row .footer-column:last-child {
        width: 65%;
    }

.footer-column ul.services-list {
    display: flex;
    flex-wrap: wrap;
}

.footer-mid-col.footer-column-row ul li {
    margin-bottom: 5px;
}

ul.services-list li {
    width: 50%;
}

.footer-right-col a.web-btn-blue {
    color: #fff;
    display: flex;
    max-width: 210px !important;
    justify-content: center;
    padding: 10px 15px !important;
    font-size: 16px;
    min-width: initial;
}

.footer-left-col a, .footer-left-col p {
    color: #7b23e3;
}

ul#portfolio-tabs li.nav-item button.active,
ul#pricingTabs li button.active {
    background: transparent;
    color: #ffffff !important;
}

span.dollar-span {
    font-family: "Quicksand", serif;
    font-weight: 900;
    font-size: 35px;
}

input#MainContent_pn::placeholder {
    opacity: 0;
}

.satisfied-client-box {
    text-align: right;
}

.contact-list-item-box ul li a div:hover span {
    color: #fff !important;
    transition: 0.5s ease;
}

.main-blogs-banner-inner-section p {
    margin: 20px 0 40px 0;
}

a.web-btn-blue:hover {
    background: #FFDC16;
    color: #7b23e3;
    border: 5px solid #7b23e3;
}

.main-hero-banner-section.about-us-page-banner {
    background-image: url(/assets/images/about-us-page-banner-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 450px 0;
    background-position: bottom center;
    text-align: center;
}

.main-hero-banner-inner-section.about-page h1 {
    padding: 0 0 15px 0;
}

.main-core-value-section {
    padding: 50px 0 120px 0;
    display: inline-block;
    background-color: #7b23e3;
    width: 100%;
    text-align: center;
}

.core-value-icon-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 80px 0;
    gap: 150px;
}

.main-hero-banner-inner-section.about-page p {
    color: #FFDC16;
    text-transform: uppercase;
    line-height: 35px;
}
.modal-body .service-banner-form {
    margin: 0;
    padding: 0;
}
    .modal-body .service-banner-form:before,
    .modal-body .service-banner-form:after {
        display: none;
    }
.scroll-up-sticky-bar, .fixed-btm {
    display: none;
}
.main-loop-slider-inner-section .swiper-slide img {
    max-width: 220px;
    height: 60px;
    object-fit: contain;
}
.modal {
    z-index: 9999 !important;
}







.main-help-business-inner-section {
    text-align: center;
}
    .main-help-business-inner-section h3, .main-case-studies-content-title-box h3 {
        color: #fff;
        font-family: 'Milliard';
        margin-bottom: 20px;
    }
        .main-help-business-inner-section h3 span.clr-changed, .main-case-studies-content-title-box h3 span.clr-changed {
            color: #FFDC16;
            font-family: 'Milliard';
            font-size: 60px;
        }
.main-four-cards-section {
    padding: 100px 0 50px 0;
    position: relative;
}
.main-four-cards-inner-section {
    padding: 50px 0 0 0;
}
.content-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.left-content-card {
    padding: 25px;
    background: #FFDC16;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
}
    .left-content-card h2 {
        line-height: 50px;
        margin-bottom: 15px;
    }
    .left-content-card h2, .left-content-card p {
        color: #7b23e3;
    }

    .left-content-card p {
        font-family: 'Milliard';
        font-size: 20px;
    }
.right-content-card {
    padding: 25px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    width: 80%;
    align-items: center;
}
    .right-content-card p {
        color: #000;
    }
.main-case-studies-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0 50px 0;
}
.main-case-studies-inner-section {
    display: flex;
    padding: 60px 40px 40px 40px;
    gap: 70px;
}
    .main-case-studies-inner-section .left-content {
        width: 70%;
    }
    .main-case-studies-inner-section .right-content {
        width: 30%;
    }
.case-study-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 0 0 40px;
}
span.case-study-tagline {
    font-size: 50px;
    font-family: 'Milliard';
    color: #FFDC16;
    line-height: 60px;
}
.case-study-title-box h3 {
    z-index: 9;
    color: #7b23e3;
}
div#case-study-TabsContent .tab-pane.fade.show.active {
    background-image: url(/assets/images/case-study-back-image.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 0 0;
}
.case-study-content-desc-box {
    background: #7b23e3;
    padding: 30px;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border: 5px solid #fff;
}
span.cs-desc-title {
    color: #FFDC16;
    font-size: 22px;
    line-height: 35px;
}
.case-study-content-desc-box ul li {
    list-style: inside;
}
.main-faqs-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0 100px 0;
    text-align: center;
    position: relative;
}
.main-faqs-inner-section button.accordion-button.collapsed {
    background: #fff;
    color: #7b23e3;
}
.main-faqs-inner-section button.accordion-button {
    border: none !important;
    background: #FFDC16;
    border-radius: 0 !important;
    color: #7b23e3;
    font-size: 25px;
    font-weight: 600;
    box-shadow: none;
}
.main-faqs-inner-section .accordion-item {
    border: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    border-radius: 0 !important;
    margin-bottom: 15px;
}
.main-faqs-inner-section .accordion-body {
    text-align: left;
    font-family: "Josefin Sans", sans-serif;
    background: #FFDC16;
    border-top: 3px solid #000;
}
div#faqs-accordions {
    padding: 50px 0 0 0;
}
div#faqs-accordions .accordion-button.collapsed::after {
    filter: brightness(10) invert(0);
}
div#faqs-accordions .accordion-button::after {
    filter: brightness(10) invert(1);
}
.main-faqs-section .container-wrapper {
    max-width: 1200px;
}
div#faqs-accordions .accordion-body p {
    color: #000;
    font-weight: 500;
}
.accordion-body span.cs-desc-title {
    color: #7b23e3;
    font-size: 18px;
}




.services-inner-page img.award-badges-images {
    max-width: 130px;
    padding-left: 0;
    padding-right: 20px;
}
.connect-box {
    width: 66.6666%;
}
.satisfied-client-box {
    width: 33.3333%;
    padding: 0 0 0 12px;
}
.service-page-process.row {
    padding-top: 30px;
}

.main-hero-banner-section.services-inner-page-whiteboard-hero-banner h1,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner span.sub-title,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .connect-with-us-box h6 {
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .service-banner-form,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .service-banner-form:before {
    background: #FFDC16;
}
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .award-badges-images img {
    filter: invert(1);
}
.main-transform-brand-section {
    display: inline-block;
    width: 100%;
    background: #ffdc16d1;
    padding: 10px 0 0 0;
}
.main-transform-brand-inner-section {
    display: flex;
    align-items: center;
}
.main-transform-brand-inner-section .left-content {
    display: flex;
    align-items: center;
    width: 40%;
    gap: 30px;
}
.main-transform-brand-inner-section .right-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.main-transform-brand-inner-section span.sub-title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Milliard';
    line-height: 35px;
    color: #fff;
    background: #7b23e3;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.main-transform-brand-inner-section .double-btn-box {
    display: flex;
    width: 100%;
    padding: 20px 0 20px 0;
    gap: 30px;
}
.main-transform-brand-inner-section .right-content h2 {
    font-size: 120px;
    line-height: 120px;
    color: #7b23e3;
}
.main-transform-brand-inner-section .right-content h3 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
}
section.\33 -sections-combined {
    background-image: url(/assets/images/bg-page-pattern.webp);
    background-size: contain;
    background-position: center 150px;
}
section.\32 -sections-combined {
    background-image: url(/assets/images/bg-page-pattern.webp);
    background-size: cover;
    background-position: center 100px;
}
section#four-cards-section .container-wrapper {
    max-width: 1360px;
}


.main-four-cards-section.two-d-four-cards:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: url(/assets/images/two-d-four-cards-after-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    right: 50px;
    top: 100px;
}
.main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 200px;
    background-image: url(/assets/images/two-d-four-cards-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
}
.main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 250px;
    background-image: url(/assets/images/two-d-four-cards-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 50px;
    bottom: 50px;
}
.main-faqs-section.two-d-faqs:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 170px;
    background-image: url(/assets/images/2d-faq-float-image-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
    top: 150px;
}
.main-faqs-section.two-d-faqs:after {
    content: "";
    position: absolute;
    width: 205px;
    height: 170px;
    background-image: url(/assets/images/2d-faq-float-image-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 70px;
    bottom: 100px;
}
.main-faqs-section.two-d-faqs .main-faqs-inner-section:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(/assets/images/2d-faq-float-image-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    top: 150px;
}
.main-faqs-section.two-d-faqs .main-faqs-inner-section:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 200px;
    background-image: url(/assets/images/2d-faq-float-image-5.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    bottom: 100px;
}





.main-four-cards-section.three-d-four-cards:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(/assets/images/three-d-four-cards-after-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    right: 50px;
    top: 100px;
}
.main-four-cards-section.three-d-four-cards .main-four-cards-inner-section:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: url(/assets/images/three-d-four-cards-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    left: 50px;
}
.main-four-cards-section.three-d-four-cards .main-four-cards-inner-section:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 160px;
    background-image: url(/assets/images/three-d-four-cards-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 50px;
    bottom: 50px;
}
.main-faqs-section.three-d-faqs:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(/assets/images/3d-faq-float-image-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    left: 70px;
    top: 150px;
}
.main-faqs-section.three-d-faqs:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(/assets/images/3d-faq-float-image-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
    bottom: 100px;
}
.main-faqs-section.three-d-faqs .main-faqs-inner-section:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(/assets/images/3d-faq-float-image-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    top: 200px;
}
.main-faqs-section.three-d-faqs .main-faqs-inner-section:after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    background-image: url(/assets/images/3d-faq-float-image-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 50px;
    bottom: 100px;
}





.main-four-cards-section.explainer-four-cards:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 150px;
    background-image: url(/assets/images/explainer-four-cards-after-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 50px;
    top: 250px;
}
.main-four-cards-section.explainer-four-cards .main-four-cards-inner-section:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 150px;
    background-image: url(/assets/images/explainer-four-cards-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
}
.main-four-cards-section.explainer-four-cards .main-four-cards-inner-section:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 250px;
    background-image: url(/assets/images/explainer-four-cards-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 6s ease-in-out infinite;
    right: 50px;
    bottom: 50px;
}
.main-faqs-section.explainer-faqs:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 190px;
    background-image: url(/assets/images/explainer-four-cards-after-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 70px;
    top: 200px;
}
.main-faqs-section.explainer-faqs:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 225px;
    background-image: url(/assets/images/explainer-faq-float-image-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
    bottom: 100px;
}
.main-faqs-section.explainer-faqs .main-faqs-inner-section:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 250px;
    background-image: url(/assets/images/explainer-four-cards-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    top: 150px;
}
.main-faqs-section.explainer-faqs .main-faqs-inner-section:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 265px;
    background-image: url(/assets/images/explainer-faq-float-image-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 150px;
    bottom: 110px;
}





.main-four-cards-section.whiteboard-four-cards:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-image: url(/assets/images/whiteboard-four-cards-after-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    right: 50px;
    top: 250px;
    filter: invert(1);
}
.main-four-cards-section.whiteboard-four-cards .main-four-cards-inner-section:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(/assets/images/whiteboard-four-cards-before.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: rotation 8s infinite linear;
    left: 70px;
    filter: invert(1);
}
.main-four-cards-section.whiteboard-four-cards .main-four-cards-inner-section:after {
    content: "";
    position: absolute;
    width: 115px;
    height: 250px;
    background-image: url(/assets/images/whiteboard-four-cards-after.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    bottom: 70px;
    filter: invert(1);
}
.main-faqs-section.whiteboard-faqs:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 150px;
    background-image: url(/assets/images/whiteboard-faq-float-image-1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 70px;
    top: 200px;
    filter: invert(1);
}
.main-faqs-section.whiteboard-faqs:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: url(/assets/images/whiteboard-faq-float-image-2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    left: 100px;
    bottom: 100px;
    filter: invert(1);
}
.main-faqs-section.whiteboard-faqs .main-faqs-inner-section:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100px;
    background-image: url(/assets/images/whiteboard-faq-float-image-3.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 100px;
    top: 150px;
    filter: invert(1);
}
.main-faqs-section.whiteboard-faqs .main-faqs-inner-section:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 265px;
    background-image: url(/assets/images/whiteboard-faq-float-image-4.webp);
    background-repeat: no-repeat;
    background-size: contain;
    animation: float 2s ease-in-out infinite;
    right: 150px;
    bottom: 110px;
    filter: invert(1);
}
@keyframes rotation {
from{
    transform: rotate(0deg);
}

to {
    transform: rotate(-360deg);
}
}
.main-transform-brand-inner-section .double-btn-box a {
    min-width: 350px;
}
.row.g-3 .col-md-12, .row.g-3 .col-12 {
    margin-top: 6px !important;
}
.satisfied-client-box .d-flex.award-badges-images.align-items-center.justify-content-start {
    height: 96px;
}
.desktop-navbar ul.navbar-nav li a {
    background: #7b23e3;
    padding: 5px 25px !important;
    color: #fff !important;
    border: 3px solid #fff;
    font-family: 'Milliard';
}
html body .iti.iti--allow-dropdown.iti--separate-dial-code input::placeholder {
    opacity: 0;
}
a.navbar-brand {
    pointer-events: none;
}
.modal-body .service-banner-form {
    height: inherit;
}
.copright-row p a {
    pointer-events: none;
}
html body .iti--container {
    z-index: 9999 !important;
}
@media screen and (max-width: 1750px) {
    .main-header-inner-section ul.navbar-nav li a.nav-link {
        padding: 0 20px 0 20px !important;
    }
}
@media screen and (max-width: 1650px) {
    .images-row {
        column-gap: 35px;
    }
    .service-tab-left-col {
        padding: 0 50px 0 0px;
    }

    .main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:before,
    .main-four-cards-section.three-d-four-cards .main-four-cards-inner-section:before,
    .main-four-cards-section.explainer-four-cards .main-four-cards-inner-section:before,
    .main-four-cards-section.whiteboard-four-cards .main-four-cards-inner-section:before {
        width: 80px;
        height: 120px;
        left: 50px;
    }
    .main-four-cards-section.two-d-four-cards:after,
    .main-four-cards-section.three-d-four-cards:after,
    .main-four-cards-section.explainer-four-cards:after,
    .main-four-cards-section.whiteboard-four-cards:after {
        width: 100px;
        height: 100px;
    }
    .main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:after,
    .main-four-cards-section.three-d-four-cards .main-four-cards-inner-section:after,
    .main-four-cards-section.explainer-four-cards .main-four-cards-inner-section:after,
    .main-four-cards-section.whiteboard-four-cards .main-four-cards-inner-section:after {
        width: 80px;
        height: 130px;
        right: 30px;
        bottom: 70px;
    }
    .main-faqs-section.two-d-faqs:before,
    .main-faqs-section.three-d-faqs:before,
    .main-faqs-section.explainer-faqs:before,
    .main-faqs-section.whiteboard-faqs:before {
        width: 60px;
        height: 100px;
    }
    .main-faqs-section.two-d-faqs .main-faqs-inner-section:before,
    .main-faqs-section.three-d-faqs .main-faqs-inner-section:before,
    .main-faqs-section.explainer-faqs .main-faqs-inner-section:before,
    .main-faqs-section.whiteboard-faqs .main-faqs-inner-section:before {
        width: 100px;
        height: 100px;
        right: 70px;
    }
    .main-faqs-section.two-d-faqs:after,
    .main-faqs-section.three-d-faqs:after,
    .main-faqs-section.explainer-faqs:after,
    .main-faqs-section.whiteboard-faqs:after {
        width: 120px;
        height: 100px;
        left: 50px;
    }
    .main-faqs-section.two-d-faqs .main-faqs-inner-section:after,
    .main-faqs-section.three-d-faqs .main-faqs-inner-section:after,
    .main-faqs-section.explainer-faqs .main-faqs-inner-section:after,
    .main-faqs-section.whiteboard-faqs .main-faqs-inner-section:after {
        width: 80px;
        height: 130px;
        right: 50px;
    }


    .main-help-business-inner-section h3 span.clr-changed, .main-case-studies-content-title-box h3 span.clr-changed {
        font-size: 50px;
    }
    .svg-images-box.text-center img {
        width: 70%;
        right: 100px;
    }

    .review-box {
        padding: 75px 70px 40px 28px;
    }

    .review-box p {
        font-size: 12px;
        line-height: 24px;
    }

    .review-box img {
        max-width: 340px;
        height: 285px;
    }

    .container-wrapper {
        max-width: 1440px;
    }

    html body h2,
    .main-professional-animation-inner-section .left-content h2 span.clr-changed,
    .main-about-us-inner-section .left-column h2 span.clr-changed,
    .main-visual-animation-section h2 span.clr-changed {
        font-size: 50px;
        line-height: 80px;
    }

    html body h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .service-box {
        font-size: 25px;
        padding: 10px 30px 10px 30px;
        line-height: 35px;
    }

    .main-header-inner-section ul.navbar-nav li a.nav-link {
        padding: 0 15px 0 15px !important;
        font-size: 14px;
    }
    span.case-study-tagline {
        font-size: 40px;
    }
}

@media screen and (max-width: 1500px) {
    .svg-images-box.text-center img {
        width: 70%;
        right: 120px;
    }

    .images-row img {
        max-width: 135px;
    }
}

@media screen and (max-width: 1440px) {
    section#four-cards-section .container-wrapper {
        max-width: 1100px;
    }
    .main-faqs-section .container-wrapper {
        max-width: 1000px;
    }
    .main-faqs-inner-section button.accordion-button {
        font-size: 20px;
    }
    ul#portfolio-tabs li button, ul#pricingTabs li button, ul#case-study-Tabs li button {
        font-size: 18px;
    }
    .left-content-card p {
        font-size: 18px;
    }
    .main-about-us-section {
        padding: 50px 0 80px 0;
    }

    .main-clients-logo-section {
        padding: 80px 0 80px 0;
    }

    span.logo-span {
        bottom: -45px;
    }

    .review-box p {
        font-size: 12px;
        line-height: 14px;
    }

    .main-header-inner-section ul.navbar-nav li a.nav-link {
        padding: 0 10px 0 10px !important;
        font-size: 12px;
    }

    nav.navbar.navbar-expand-lg.p-0.desktop-navbar:after {
        bottom: -30px;
    }

    nav.navbar.navbar-expand-lg.p-0.desktop-navbar:before {
        display: none;
    }

    .main-footer-section {
        padding: 0px;
    }

    span.logo-span img {
        max-width: 100px;
    }

    .container-wrapper {
        max-width: 1250px;
    }

    .main-google-logo-inner-section img {
        max-width: 240px;
    }

    html body p, html body label, html body span, html body li {
        font-size: 14px;
        line-height: 24px;
    }

    html body h4 {
        font-size: 35px;
        color: #FFDC16;
        line-height: 45px;
    }

    html body h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .main-cta-section::before, .main-cta-section::after {
        top: 110px;
        width: 230px;
        height: 240px;
    }

    .images-row {
        column-gap: 40px;
        row-gap: 40px;
    }

    .row.form-box .col-lg-12 {
        padding: 0 250px;
    }

    .main-email-newletter-inner-section button.btn.btn-primary {
        right: 265px;
    }

    .main-about-us-inner-section .left-column p {
        font-size: 16px;
        padding: 25px 0 25px 0;
    }

    .images-row img {
        max-width: 100px;
    }

    .review-box {
        padding: 95px 68px 45px 24px;
    }

        .review-box img {
            width: 100%;
            max-width: 387px;
            height: 240px;
            object-fit: cover;
        }

    .process-box-right-content img {
        width: 200px;
        height: 210px;
        object-fit: cover;
    }

    .service-tab-left-col {
        padding: 0 30px 0 0px;
    }

        .service-tab-left-col a.web-btn-green {
            padding: 6px 30px;
            font-size: 16px;
            min-width: 190px;
        }

    .pricing-card {
        padding: 100px 30px 115px 20px;
    }

    p.price-span {
        font-size: 25px;
    }

    .pricing-card .btn-box a {
        font-size: 18px;
    }

    .main-footer-section::before,
    .main-footer-section::after {
        width: 250px;
        height: 200px;
    }

    .main-hero-banner-section.services-inner-page-2d-hero-banner, .main-hero-banner-section.services-inner-page-3d-hero-banner, .main-hero-banner-section.services-inner-page-whiteboard-hero-banner, .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner, .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner, .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner, .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner, .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner, .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner, .main-hero-banner-section.services-inner-page-logo-animations-hero-banner, .main-hero-banner-section.services-inner-page-video-editing-hero-banner {
        padding: 180px 0 50px 0;
    }

        .main-hero-banner-section.services-inner-page-2d-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-3d-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-whiteboard-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-logo-animations-hero-banner .container-wrapper, .main-hero-banner-section.services-inner-page-video-editing-hero-banner .container-wrapper {
            max-width: 1250px !important;
        }

    html body h1 {
        font-size: 60px;
        line-height: 60px;
    }

    a.web-btn-green, a.web-btn-blue {
        font-size: 20px;
        min-width: 220px;
    }

    .service-banner-form .form-control {
        padding: 5px 10px;
    }

    .service-banner-form .col-12.text-center.pt-3 {
        padding-top: 0 !important;
    }

    ul.service-banner-list-items {
        padding-top: 10px;
    }

    .main-hero-banner-inner-section span.sub-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .services-inner-page img.award-badges-images {
        max-width: 80px;
        padding-right: 20px;
    }
    html body img.review-io-logo.award-badges-images {
        height: 25px !important;
    }

    html body h5 {
        font-size: 25px;
        line-height: 35px;
    }

    .main-about-us-section {
        padding: 50px 0 50px 0;
    }

    .blog-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

    .main-email-newletter-inner-section h2 {
        font-size: 70px;
        line-height: 90px;
    }

        .main-email-newletter-inner-section h2 span {
            font-size: 70px;
            line-height: 90px;
        }

    .main-email-newletter-inner-section:after {
        width: 600px;
        height: 215px;
        left: 155px;
        top: 75px;
    }

    .main-footer-section::before {
        height: 200px;
    }

    .main-footer-section::after {
        width: 255px;
        height: 200px;
    }

    .main-thank-you-section, .main-error-404-section, .policy-page-banner, .main-blog-detail-section, .main-blogs-banner-section {
        padding: 200px 0 100px 0 !important;
    }
    .service-banner-form h5 {
        font-size: 25px;
    }
}



@media screen and (max-width: 1366px) {
    html body h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .service-banner-form {
        padding: 10px;
        height: 368px;
    }
    .satisfied-client-box .d-flex.award-badges-images.align-items-center.justify-content-start {
        height: 65px;
    }
    .connect-with-us-box {
        padding: 10px 0 0px 0;
    }
    .service-banner-form h5 {
        font-size: 22px;
        line-height: 25px;
        margin: -20px 0 0 0;
    }
    html body h1 {
        font-size: 45px;
        line-height: 50px;
    }
    html body h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .main-hero-banner-section.services-inner-page-2d-hero-banner, .main-hero-banner-section.services-inner-page-3d-hero-banner, .main-hero-banner-section.services-inner-page-whiteboard-hero-banner, .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner, .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner, .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner, .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner, .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner, .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner, .main-hero-banner-section.services-inner-page-logo-animations-hero-banner, .main-hero-banner-section.services-inner-page-video-editing-hero-banner {
        padding: 130px 0 50px 0;
    }
    .main-faqs-section.two-d-faqs:before {
        left: 50px;
    }
    .main-faqs-section.two-d-faqs .main-faqs-inner-section:before {
        right: 30px;
    }
    .main-faqs-section.two-d-faqs:after {
        left: 20px;
    }
    .main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:before {
        width: 80px;
        height: 100px;
        left: 20px;
    }
    .main-four-cards-section.two-d-four-cards .main-four-cards-inner-section:after {
        height: 100px;
        right: 0px;
        bottom: 70px;
    }
    .main-four-cards-section.two-d-four-cards:after {
        width: 70px;
        height: 70px;
    }
    .main-transform-brand-inner-section .double-btn-box a {
        min-width: 250px;
    }
    .main-header-inner-section ul.navbar-nav li a.nav-link {
        padding: 0 15px 0 15px !important;
    }

    .footer-right-col {
        width: 25%;
        padding: 0px 10px 0 45px;
    }

    .footer-left-col {
        width: 25%;
        padding: 0px 45px 0 10px;
    }

    .main-header-inner-section ul.navbar-nav li a.nav-link {
        font-size: 12px;
        line-height: 22px;
    }

    .footer-mid-col {
        padding: 0px 20px;
    }

    .footer-left-col {
        padding: 0px 20px 0 0px;
    }

    .footer-right-col {
        padding: 0px 0px 0 20px;
    }
    span.case-study-tagline {
        font-size: 30px;
        line-height: 40px;
    }
    .case-study-title-box h3 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-body .service-banner-form h5 br {
        display: block;
    }
    .modal-body .service-banner-form .col-12.text-center.pt-3 {
        padding-top: 20px !important;
    }
    .main-faqs-inner-section button.accordion-button {
        position: relative;
        z-index: 9;
    }
    .main-pricing-section {
        padding: 50px 0 50px 0;
    }
    .main-four-cards-section {
        padding: 50px 0 50px 0;
    }
    .right-content-card p {
        text-align: center;
    }
    .main-transform-brand-inner-section {
        flex-direction: column;
        gap: 30px;
    }
    .main-transform-brand-section {
        padding: 50px 0 50px 0;
    }
        .main-transform-brand-inner-section .left-content {
            width: 100%;
            justify-content: center;
        }
        .main-transform-brand-inner-section .right-content {
            width: 100%;
            align-items: center;
        }
        .main-transform-brand-inner-section .double-btn-box {
            justify-content: center;
        }
    .case-study-title-box {
        padding: 0 20px 0 20px;
    }
    .main-case-studies-inner-section {
        flex-direction: column;
        gap: 25px;
        padding: 20px 15px 20px 15px;
    }
    div#case-study-TabsContent .tab-pane.fade.show.active {
        background-image: none;
        background: #ffdc16;
        border-radius: 20px;
        border: 5px solid #fff;
        padding: 15px 0 0 0;
    }
    .main-case-studies-inner-section .left-content {
        width: 100%;
    }
    .main-case-studies-inner-section .right-content {
        width: 100%;
    }
    .content-row {
        flex-direction: column;
    }
    .left-content-card {
        width: 100%;
    }
    .right-content-card {
        width: 100%;
    }
    .main-contact-us-inner-section {
        flex-direction: column;
    }
        .main-contact-us-inner-section .left-content {
            width: 100%;
            padding: 0;
        }
        .main-contact-us-inner-section .right-content {
            width: 100%;
        }
    .main-rotating-loop-slider-inner-section h2 {
        font-size: 45px;
    }

    .service-tab-content-inner-box {
        flex-direction: column;
        row-gap: 50px;
    }

        .service-tab-content-inner-box .service-tab-left-col, .service-tab-content-inner-box .service-tab-right-col {
            width: 100%;
            padding: 0;
            row-gap: 0px;
        }

    div#servicesTabsContent .service-tab-right-col {
        text-align: center;
    }

    .main-hero-banner-section.desktop-banner {
        height: 80vh;
    }

    .column-rows {
        flex-direction: column;
    }

    .footer-column-row .footer-column:first-child, .footer-column-row .footer-column:last-child {
        width: 100%;
    }

    ul.services-list li {
        width: 100%;
    }

    .footer-right-col {
        padding: 0 10px;
        width: 100%;
        text-align: center;
    }

        .footer-right-col a.web-btn-blue {
            margin: auto;
        }

    .footer-mid-col {
        width: 100%;
        padding: 0px 10px;
        border-right: none;
        flex-direction: column;
        text-align: center;
    }

    ul.social-media-icons {
        justify-content: center !important;
    }

    .footer-left-col {
        padding: 0 10px;
        border: none;
        width: 100%;
        text-align: center;
    }

        .footer-left-col a img {
            max-width: 80px;
        }

    .mobile-navbar a.navbar-brand img {
        max-width: 100px;
    }

    .main-about-us-inner-section .row {
        flex-direction: column;
    }

    .main-about-us-inner-section .col-lg-6.col-md-6.col-sm-12.col-12 {
        width: 100%;
    }

    .video-container-box {
        padding: 30px;
        background: #FFDC16;
        border: 5px solid #fff;
    }

    .main-professional-animation-inner-section {
        flex-direction: column;
    }

        .main-professional-animation-inner-section .left-content {
            width: 100%;
            flex-direction: column;
        }

        .main-professional-animation-inner-section .right-content {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 30px 0 0 0;
        }

    br {
        display: none;
    }

    .main-professional-animation-inner-section .left-content h2 {
        text-align: center;
    }

    .process-box {
        flex-direction: column;
    }

    .process-box-right-content {
        width: 100% !important;
        text-align: center;
    }

    .proces-box-left-content {
        width: 100%;
        text-align: center;
    }

    .process-box.reverse-row {
        flex-direction: column;
        padding: 50px 0 50px 0;
    }

        .process-box.reverse-row h4, .process-box.reverse-row p {
            text-align: center;
        }

    .service-box {
        width: 100%;
    }

    .main-google-logo-inner-section img {
        max-width: 170px;
    }

    .main-portfolio-showcase-section,
    .main-about-us-section,
    .main-visual-animation-section,
    .main-clients-logo-section,
    .main-testimonials-section,
    .main-latest-news-section {
        padding: 50px 0 50px 0;
    }

    .main-footer-section {
        padding: 0px;
    }

    .main-email-newletter-inner-section h2 {
        font-size: 70px;
        line-height: 90px;
    }

        .main-email-newletter-inner-section h2 span {
            font-size: 70px;
            line-height: 90px;
        }

    .main-email-newletter-inner-section:after {
        width: 535px;
        height: 214px;
        left: 120px;
        top: 80px;
    }

    .row.form-box .col-lg-12 {
        padding: 0 50px;
    }

    .main-email-newletter-inner-section button.btn.btn-primary {
        right: 65px;
    }

    .service-box {
        font-size: 28px;
    }

    .review-box {
        padding: 95px 68px 82px 64px;
    }

        .review-box img {
            width: 100%;
            max-width: 100%;
        }

    .review-box {
        padding: 95px 172px 82px 64px;
    }
    span.case-study-tagline {
        color: #7b23e3;
    }
    .main-faqs-section {
        padding: 50px 0 50px 0;
    }
    ul#portfolio-tabs li button, ul#pricingTabs li button, ul#case-study-Tabs li button {
        font-size: 16px;
    }
    html body .main-hero-banner-inner-section .service-banner-form h5 br {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .service-banner-form {
        height: initial;
    }
    .main-hero-banner-section.services-inner-page-2d-hero-banner, .main-hero-banner-section.services-inner-page-3d-hero-banner, .main-hero-banner-section.services-inner-page-whiteboard-hero-banner, .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner, .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner, .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner, .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner, .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner, .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner, .main-hero-banner-section.services-inner-page-logo-animations-hero-banner, .main-hero-banner-section.services-inner-page-video-editing-hero-banner {
        padding: 150px 0 50px 0;
    }
    .satisfied-client-box {
        width: 100%;
        padding: 0;
    }
    .connect-box {
        width: 100%;
        text-align: left;
    }
    .connect-with-us-box {
        gap: 0px;
    }
    .modal-body .services-main-row .service-box {
        font-size: 16px;
        margin-bottom: 15px;
    }
    div#leadspopup .modal-body {
        padding-top: 0;
    }
    html body h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .main-policy-content-section, .main-blog-detail-content-section {
        padding: 30px 0 0 0;
    }

    .main-thank-you-section, .main-error-404-section, .policy-page-banner, .main-blog-detail-section, .main-blogs-banner-section {
        padding: 150px 0 80px 0 !important;
    }

    .main-cta-section::before, .main-cta-section::after {
        top: 240px;
        width: 150px;
        height: 150px;
    }

    .pricing-tab-content-inner-box {
        flex-direction: column;
    }

    .pricing-card {
        padding: 100px 100px 115px 40px;
        width: 100%;
    }

    nav.navbar.navbar-expand-lg.p-0.desktop-navbar {
        display: none;
    }

    nav.navbar.navbar-expand-lg.p-0.mobile-navbar {
        display: block;
        background: #FFDC16;
        padding: 10px !important;
    }

    .mobile-navbar div#navbarNav {
        background: #FFDC16;
    }

    .main-header-inner-section ul.navbar-nav li a.nav-link {
        padding: 10px 15px 10px 15px !important;
    }

    .mobile-navbar a.navbar-brand {
        font-family: 'Milliard';
        color: #7b23e3;
        font-size: 18px;
    }

    button.navbar-toggler {
        border: 3px solid #fff;
        background: #7b23e3;
        border-radius: 0;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        color: #fff;
        filter: brightness(15) invert(0);
        opacity: 1;
    }

    .main-hero-banner-section.desktop-banner {
        display: none;
    }

    .main-hero-banner-section.mobile-banner {
        display: flex;
    }

        .main-hero-banner-section.mobile-banner h1 {
            color: #FFDC16;
            font-size: 70px;
            margin-bottom: 20px;
        }

    .main-hero-banner-section.services-inner-page-2d-hero-banner {
        padding: 150px 0 50px 0;
    }

    .service-banner-form h5 {
        margin: 0;
    }

    .service-banner-form {
        margin: 30px 0 0 0;
    }

    span.about-service-tagline {
        font-size: 30px;
        line-height: 40px;
    }
    .case-study-title-box {
        flex-direction: column;
        align-items: self-start;
    }
}

@media screen and (max-width: 768px) {
    .satisfied-client-box .d-flex.award-badges-images.align-items-center.justify-content-start {
        height: inherit;
    }
    .connect-box ul {
        justify-content: center;
    }
    .connect-box {
        margin-bottom: 20px;
    }
    .main-faqs-inner-section button.accordion-button {
        font-size: 20px;
    }
    .case-study-content-desc-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    span.cs-desc-title {
        font-size: 16px;
        line-height: 28px;
    }
    .main-four-cards-inner-section {
        padding: 20px 0 0 0;
    }
    .main-help-business-inner-section h3 span.clr-changed, .main-case-studies-content-title-box h3 span.clr-changed {
        font-size: 30px;
    }
    .main-hero-banner-section.about-us-page-banner {
        padding: 100px 0 300px 0;
    }
    .core-value-icon-row {
        padding: 40px 0 40px 0;
        gap: 40px;
        flex-direction: column;
    }
    .main-contact-us-section {
        padding: 100px 0 0 0;
    }

    .service-box {
        font-size: 22px;
    }

    .main-contact-us-inner-section .service-banner-form {
        margin: 0 !important;
    }

    .main-work-process-section.services-inner-pages-work-process .process-box.col-4 {
        width: 100%;
        margin-bottom: 30px;
    }

    .service-banner-form h5 {
        font-size: 30px;
        line-height: 35px;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        width: 40px;
        height: 40px;
    }

    .main-work-process-section.services-inner-pages-work-process {
        padding: 50px 0 30px 0;
    }

    .service-banner-form {
        margin: 70px 0 0 0;
    }

    .main-google-logo-inner-section img {
        max-width: 100px;
    }

    .mobile-navbar a.navbar-brand img {
        max-width: 60px;
    }

    .images-row {
        column-gap: 20px;
        row-gap: 30px;
    }

    .services-main-row {
        gap: 30px;
        flex-direction: column;
    }

    .services-main-row {
        padding: 30px 0 10px 0;
    }

    .test img {
        width: 100%;
    }

    .main-hero-banner-section {
        padding: 50px 0 50px 0;
    }

    .connect-with-us-box {
        flex-direction: column;
        align-items: center;
    }

    .satisfied-client-box {
        text-align: center;
    }

    .main-portfolio-showcase-section,
    .main-about-us-section,
    .main-visual-animation-section,
    .main-clients-logo-section,
    .main-testimonials-section,
    .main-latest-news-section {
        padding: 30px 0 30px 0;
    }

    .main-footer-section {
        padding: 0px;
    }

    .main-email-newletter-inner-section h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .main-email-newletter-inner-section:after {
        width: 445px;
        height: 140px;
        left: 120px;
        top: 80px;
    }

    .row.form-box {
        margin-top: 50px;
    }

    .main-email-newletter-inner-section .form-box input.form-control {
        font-size: 14px;
        padding: 10px;
        margin: 0px 0 20px 0;
    }

    .main-email-newletter-inner-section button.btn.btn-primary {
        position: relative;
        top: initial;
        right: initial !important;
        left: initial;
        font-size: 14px;
    }

    .column-rows {
        flex-direction: column;
    }

    .footer-left-col,
    .footer-mid-col,
    .footer-right-col {
        width: 100%;
        padding: 0;
        text-align: center;
        border: none;
    }

    ul.social-media-icons {
        justify-content: center !important;
    }

    .main-footer-inner-section {
        padding: 30px 20px;
    }

    .main-email-newletter-inner-section h2 span {
        font-size: 60px;
        line-height: 80px;
    }

    html body h3 {
        font-size: 30px;
        line-height: 40px;
    }

    a.web-btn-blue, a.web-btn-green {
        font-size: 20px;
    }

    html body h4 {
        font-size: 25px;
        color: #FFDC16;
        line-height: 35px;
    }

    html body h2, .main-professional-animation-inner-section .left-content h2 span.clr-changed, .main-about-us-inner-section .left-column h2 span.clr-changed, .main-visual-animation-section h2 span.clr-changed {
        font-size: 50px;
        line-height: 60px;
    }

    .main-cta-inner-section .double-btn-box {
        flex-direction: column;
        gap: 20px;
    }

    .review-box {
        padding: 70px 130px 82px 44px;
    }

    .main-hero-banner-section.mobile-banner {
        padding: 120px 0 50px 0;
    }

    .connect-with-us-box {
        padding: 35px 0 0 0;
    }

    .main-pricing-section {
        padding: 50px 0 50px 0;
    }
    .main-footer-section::after {
        width: 185px;
        height: 150px;
    }
    .main-footer-section::before {
        height: 150px;
    }

}

@media screen and (max-width: 641px) {
    .main-hero-banner-section.services-inner-page-2d-hero-banner, .main-hero-banner-section.services-inner-page-3d-hero-banner, .main-hero-banner-section.services-inner-page-whiteboard-hero-banner, .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner, .main-hero-banner-section.services-inner-page-presentation-videos-hero-banner, .main-hero-banner-section.services-inner-page-corporate-videos-hero-banner, .main-hero-banner-section.services-inner-page-stop-motion-videos-hero-banner, .main-hero-banner-section.services-inner-page-infographic-videos-hero-banner, .main-hero-banner-section.services-inner-page-motion-graphics-hero-banner, .main-hero-banner-section.services-inner-page-logo-animations-hero-banner, .main-hero-banner-section.services-inner-page-video-editing-hero-banner {
        padding: 100px 0 50px 0;
    }
    ul#portfolio-tabs, ul#pricingTabs, ul#case-study-Tabs {
        gap: 10px;
    }
        ul#portfolio-tabs li button, ul#pricingTabs li button, ul#case-study-Tabs li button {
            min-width: 130px;
            padding: 7px 12px 7px 12px;
            font-size: 14px;
 
        }
    .main-hero-banner-section.services-inner-page-2d-hero-banner {
        padding: 100px 0 50px 0;
    }
    .services-inner-page img.award-badges-images {
        max-width: 65px;
        padding-right: 15px;
    }
    .case-study-content-desc-box {
        padding: 30px 15px;
    }
    .main-faqs-inner-section button.accordion-button {
        font-size: 16px;
        line-height: 24px;
    }
    .main-transform-brand-inner-section span.sub-title {
        font-size: 18px;
        line-height: 28px;
    }
    .main-transform-brand-inner-section .right-content h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .main-transform-brand-inner-section .double-btn-box {
        flex-direction: column;
    }
    .main-transform-brand-inner-section .right-content h3 {
        font-size: 30px;
        line-height: 45px;
    }
    .blog-card {
        margin-bottom: 25px;
    }
        .blog-card a.blog-title {
            top: 8px;
        }
    .form-group.iti-group {
        margin-bottom: 0px;
    }
    .main-loop-slider-inner-section .swiper-slide img {
        max-width: 120px;
    }
    .main-contact-us-inner-section .right-content {
        padding: 20px 0 0 0;
    }

    .service-banner-form {
        padding: 20px 10px;
    }

    .contact-list-item-box ul li a span.form-left-subtitle {
        font-size: 16px;
    }

    .main-hero-banner-inner-section span.sub-title {
        font-size: 35px;
        line-height: 40px;
    }

    html body h1 {
        font-size: 55px;
        color: #ffffff;
        font-weight: 400;
        line-height: 60px;
    }

    .main-email-newletter-inner-section:after {
        display: none;
    }

    .main-about-us-inner-section .double-btn-box {
        flex-direction: column;
    }

    .main-email-newletter-inner-section h2 span {
        color: #FFDC16;
    }

    .main-footer-section::before, .main-footer-section::after {
        width: 130px;
        height: 100px;
    }

    .main-cta-section::before, .main-cta-section::after {
        top: 310px;
        width: 130px;
        height: 130px;
    }
    .row.form-box .col-lg-12 {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    html body .iti__country-list {
        width: 250px !important;
    }
    .main-email-newletter-inner-section .col-lg-3.col-md-3.col-sm-12:nth-child(3) {
        margin-bottom: 20px !important;
    }
    html body .main-hero-banner-inner-section .service-banner-form h5 {
        font-size: 20px;
        line-height: 25px;
        margin: -30px 0 10px 0;
    }
    .main-hero-banner-inner-section .double-btn-box a.web-btn-blue {
        min-width: 160px;
        padding: 7px 20px;
        font-size: 16px;
    }
    .modal-body .service-banner-form h5 {
        font-size: 20px;
        line-height: 25px;
    }
    .mobile-navbar ul.navbar-nav {
        display: none;
    }
    .mobile-navbar .container-fluid {
        justify-content: center;
    }
    span.case-study-tagline {
        font-size: 20px;
        line-height: 40px;
    }
    .main-transform-brand-inner-section .right-content h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .main-footer-inner-section {
        padding: 30px 20px 70px 20px;
    }
    .main-footer-section::before,
    .main-footer-section::after {
        bottom: 65px;
    }
    .scroll-up-sticky-bar {
        padding: 15px 30px;
        background: #FFDC16;
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
        justify-content: start;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
        border: 5px solid #7b23e3;
        border-bottom: 0;
    }

    a.scroll-up-sticky-bar span {
        color: #7b23e3;
        text-transform: uppercase;
        margin: 8px 0 0 0;
        font-weight: 800;
    }

    a.scroll-up-sticky-bar svg {
        color: #7b23e3;
        fill: #fff;
        width: 10px;
    }

    .fixed-btm {
        bottom: 10%;
        width: 100%;
        display: flex;
        align-self: center;
        justify-content: center;
        border: 0;
        writing-mode: initial;
        z-index: 9999;
        position: fixed;
        right: 0;
    }

    .fixed-list {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 15px;
    }

        .fixed-list li {
            border-radius: 50px;
            width: 55px;
            height: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            list-style: none;
            margin: 2px 0;
            background-color: #7b23e3;
            padding: 0 12px;
            border: 0;
        }

    .fixed-btm a {
        border-radius: 0;
        border: 0;
        color: var(--white-color);
        text-decoration: none;
        padding: 12px 0;
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 500;
        text-align: center;
        font-size: 22px;
    }

    .fixed-list li a svg {
        font-size: 22px;
    }
    .main-hero-banner-inner-section.about-page p {
        line-height: 25px;
    }
    .main-hero-banner-inner-section span.sub-title {
        font-size: 25px;
    }
    html body h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .service-tab-content-inner-box {
        padding: 30px 0 0 0;
    }

    .service-tab-left-col .double-btn-box {
        gap: 15px;
        flex-direction: column;
        width: 100%;
    }

    .copright-row {
        padding: 20px 0;
    }

    .pricing-card {
        padding: 100px 40px 115px 35px;
    }

    .main-email-newletter-inner-section h2,
    .main-email-newletter-inner-section h2 span {
        font-size: 40px;
        line-height: 50px;
    }

    .images-row img {
        max-width: 60px;
    }

    .process-box {
        gap: 20px;
    }

    .main-google-logo-inner-section img {
        max-width: 70px;
    }

    .video-container-box {
        padding: 10px;
    }

    .main-cta-section::before, .main-cta-section::after {
        display: none;
    }

    .main-footer-section::before, .main-footer-section::after {
        width: 60px;
        height: 60px;
    }

    .images-row {
        row-gap: 20px;
    }

    .review-box {
        padding: 75px 80px 47px 28px;
    }

    .main-loop-slider-section {
        padding: 20px 0 20px 0;
    }

    .main-loop-slider-inner-section .swiper-slide {
        display: flex;
        align-items: center;
    }

    html body h2, .main-professional-animation-inner-section .left-content h2 span.clr-changed, .main-about-us-inner-section .left-column h2 span.clr-changed, .main-visual-animation-section h2 span.clr-changed {
        font-size: 35px;
        line-height: 45px;
    }

    .main-services-row-box {
        padding-top: 0px;
    }

    .main-cta-section {
        padding: 30px 0 40px 0;
    }

    .main-hero-banner-section.mobile-banner h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .main-header-inner-section ul.navbar-nav li a.nav-link {
        font-size: 16px;
        line-height: 22px;
    }

    .main-header-inner-section ul.dropdown-menu.show {
        background: #fff;
    }

    iframe {
        height: 250px;
    }
}

@media screen and (max-width: 440px) {
    div#leadspopup .modal-body {
        padding: 0 5px 20px !important;
    }
    .modal-body .service-banner-form h5 {
        margin: -15px 0 10px 0;
    }
    .review-box {
        padding: 62px 48px 36px 25px;
    }

        .review-box p {
            font-size: 12px;
            line-height: 18px;
        }

    .copright-row ul {
        gap: 5px;
    }

    ul#portfolio-tabs, ul#pricingTabs {
        gap: 10px;
    }
}

@media screen and (max-width: 375px) {
    .scroll-up-sticky-bar {
        padding: 15px 20px;
    }
    .services-inner-page img.award-badges-images {
        max-width: 55px;
        padding-right: 12px;
    }
    html body h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    ul#portfolio-tabs li button, ul#pricingTabs li button {
        min-width: 136px;
        font-size: 14px;
        height: 45px;
    }

    .main-footer-section::before, .main-footer-section::after {
        width: 60px;
        height: 60px;
    }

    .review-box {
        padding: 71px 43px 34px 22px;
    }

    .service-box {
        font-size: 20px;
        line-height: 30px;
    }

    .main-footer-inner-section:before,
    .main-footer-inner-section:after {
        max-width: 293px;
    }

    .main-footer-inner-section h6 {
        font-size: 22px;
    }
}


ul.service-banner-list-items i {
    margin: 0 5px 0 0px;
}

/*Main LP UPDATED CSS*/
.main-hero-banner-section.services-inner-page-2d-hero-banner span.bg-subtitle-banner,
.main-hero-banner-section.services-inner-page-3d-hero-banner span.bg-subtitle-banner,
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner span.bg-subtitle-banner {
    background: #FFDC16;
    padding: 10px;
    width: fit-content;
    color: #7b23e3;
    line-height: 35px;
}
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner span.sub-title.bg-subtitle-banner {
    background: #7b23e3;
    padding: 10px;
    width: fit-content;
    color: #FFDC16;
    line-height: 35px;
}
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-2d-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-3d-hero-banner ul.service-banner-list-items {
    width: 65%;
}
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-2d-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-3d-hero-banner ul.service-banner-list-items li {
    display: block;
}
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items li span {
    color: #7b23e3;
    font-family: 'Milliard';
    font-size: 18px;
    margin: -5px 0 0 10px;
}
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner ul.service-banner-list-items li span,
.main-hero-banner-section.services-inner-page-2d-hero-banner ul.service-banner-list-items li span,
.main-hero-banner-section.services-inner-page-3d-hero-banner ul.service-banner-list-items li span {
    color: #FFDC16;
    font-family: 'Milliard';
    font-size: 18px;
    margin: -5px 0 0 10px;
}
.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-explainer-videos-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-2d-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-3d-hero-banner .service-banner-form h5 span {
    color: red !important;
    font-family: 'Milliard';
}

.main-hero-banner-section.services-inner-page-whiteboard-hero-banner .service-banner-form .btn-primary {
    background-color: #7b23e3;
    color: #fff;
    border: 2px solid #7b23e3;
}
/*Main LP UPDATED CSS*/

/*V2 CSS*/
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner,
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: inline-block;
    padding: 200px 0 50px 0;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .container-wrapper,
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .container-wrapper,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner .container-wrapper,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner .container-wrapper {
    max-width: 1400px !important;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner {
    background-image: url(/assets/images/whiteboard-animation-services-banner-v2.webp);
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner {
    background-image: url(/assets/images/explainer-animation-services-banner-v2.webp);
}
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner {
    background-image: url(/assets/images/2D-ANIMATION-BANNER.webp);
}
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner {
    background-image: url(/assets/images/3d-animations-page-banner.webp);
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner h1,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner span.sub-title,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .connect-with-us-box h6 {
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form:before {
    background: #FFDC16;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .award-badges-images img {
    filter: invert(1);
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner span.sub-title.bg-subtitle-banner {
    background: #7b23e3;
    padding: 10px;
    width: fit-content;
    color: #FFDC16;
    line-height: 35px;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner span.sub-title.bg-subtitle-banner,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner span.sub-title.bg-subtitle-banner,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner span.sub-title.bg-subtitle-banner {
    background: #FFDC16;
    padding: 10px;
    width: fit-content;
    color: #7b23e3;
    line-height: 35px;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner h1 {
    font-size: 65px;
    line-height: 75px;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner h1 {
    font-size: 65px;
    line-height: 75px;
}
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner h1 {
    font-size: 65px;
    line-height: 75px;
}
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner h1 {
    font-size: 65px;
    line-height: 75px;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li span {
    color: #7b23e3;
    font-family: 'Milliard';
    font-size: 18px;
    margin: -5px 0 0 10px;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner ul.service-banner-list-items li span,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner ul.service-banner-list-items li span,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner ul.service-banner-list-items li span {
    color: #FFDC16;
    font-family: 'Milliard';
    font-size: 18px;
    margin: -5px 0 0 10px;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li {
    font-weight: 700;
    font-size: 18px;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .right-column .service-banner-form h5 span {
    font-family: 'Milliard';
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .right-column .service-banner-form h5 span {
    font-family: 'Milliard';
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner .right-column .service-banner-form h5 span {
    font-family: 'Milliard';
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner .right-column .service-banner-form h5 span {
    font-family: 'Milliard';
    color: #7b23e3;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form .btn-primary {
    background-color: #7b23e3;
    color: #fff;
    border: 2px solid #7b23e3;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner ul.service-banner-list-items,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner ul.service-banner-list-items {
    width: 65%;
}
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner ul.service-banner-list-items li,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner ul.service-banner-list-items li {
    display: block;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner .service-banner-form h5 span,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner .service-banner-form h5 span {
    color: red !important;
}
.main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form h5,
.main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .service-banner-form h5,
.main-hero-banner-section.services-inner-page-2d-v2-hero-banner .service-banner-form h5,
.main-hero-banner-section.services-inner-page-3d-v2-hero-banner .service-banner-form h5 {
    margin: -55px 0 0 0;
}
@media screen and (max-width: 1440px) {
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner, .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner, .main-hero-banner-section.services-inner-page-2d-v2-hero-banner, .main-hero-banner-section.services-inner-page-3d-v2-hero-banner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        display: inline-block;
        padding: 150px 0 50px 0;
    }
        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-2d-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-3d-v2-hero-banner .service-banner-form h5 {
            margin: -35px 0 0 0;
        }
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner span.sub-title.bg-subtitle-banner,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner span.sub-title.bg-subtitle-banner,
    .main-hero-banner-section.services-inner-page-2d-hero-banner span.sub-title.bg-subtitle-banner,
    .main-hero-banner-section.services-inner-page-3d-hero-banner span.sub-title.bg-subtitle-banner {
        font-size: 22px;
        margin-bottom: 10px;
        padding: 5px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner span.sub-title.bg-subtitle-banner, .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner span.sub-title.bg-subtitle-banner, .main-hero-banner-section.services-inner-page-2d-v2-hero-banner span.sub-title.bg-subtitle-banner, .main-hero-banner-section.services-inner-page-3d-v2-hero-banner span.sub-title.bg-subtitle-banner {
        font-size: 22px;
        margin-bottom: 10px;
        padding: 5px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner h1,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner h1,
    .main-hero-banner-section.services-inner-page-2d-hero-banner h1,
    .main-hero-banner-section.services-inner-page-3d-hero-banner h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner a.web-btn-blue {
        font-size: 14px;
        min-width: 180px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-2d-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-2d-hero-banner a.web-btn-blue,
    .main-hero-banner-section.services-inner-page-3d-hero-banner a.web-btn-green,
    .main-hero-banner-section.services-inner-page-3d-hero-banner a.web-btn-blue {
        font-size: 14px;
        min-width: 180px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner .container-wrapper,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner .container-wrapper {
        max-width: 1250px !important;
    }
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner ul.service-banner-list-items li span {
        font-size: 14px;
    }
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-2d-hero-banner ul.service-banner-list-items li span,
    .main-hero-banner-section.services-inner-page-3d-hero-banner ul.service-banner-list-items li span {
        font-size: 14px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items li {
        font-size: 14px;
    }
    .promo-cont-left-box {
        width: 40%;
        display: flex;
        align-items: end;
    }
    div#loadspopup .modal-xl {
        --bs-modal-width: 850px !important;
    }
    div#loadspopup h5 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 1280px) {
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner,
    .main-hero-banner-section.services-inner-page-2d-hero-banner,
    .main-hero-banner-section.services-inner-page-3d-hero-banner {
        padding: 130px 0 50px 0;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner {
        padding: 130px 0 50px 0;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-2d-v2-hero-banner h1,
    .main-hero-banner-section.services-inner-page-3d-v2-hero-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner h1,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner h1,
    .main-hero-banner-section.services-inner-page-2d-hero-banner h1,
    .main-hero-banner-section.services-inner-page-3d-hero-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-2d-v2-hero-banner .service-banner-form h5, .main-hero-banner-section.services-inner-page-3d-v2-hero-banner .service-banner-form h5 {
        margin: -35px 0 0 0;
    }
    .main-hero-banner-section.services-inner-page-whiteboard-hero-banner .service-banner-form h5,
    .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner .service-banner-form h5,
    .main-hero-banner-section.services-inner-page-2d-hero-banner .service-banner-form h5,
    .main-hero-banner-section.services-inner-page-3d-hero-banner .service-banner-form h5 {
        margin: -35px 0 0 0;
    }
    div#loadspopup h5 {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    div#loadspopup .modal-content {
        overflow: hidden;
    }
    div#loadspopup .modal-xl {
        --bs-modal-width: inherit !important;
    }
    .promo-cont-left-box {
        width: 100% !important;
        position: absolute;
        opacity: 0.5;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .promo-cont-right-box {
        width: 100% !important;
    }
    div#loadspopup h5 {
        text-align: center;
    }
    div#loadspopup input.form-control {
        height: 45px !important;
    }

    div#loadspopup textarea {
        height: 100px !important;
    }
    div#loadspopup .modal-body {
        padding: 20px 5px;
    }
}


    @media screen and (max-width: 991px) {
        .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-2d-v2-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-3d-v2-hero-banner ul.service-banner-list-items {
            width: 100%;
        }

        .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-whiteboard-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-2d-hero-banner ul.service-banner-list-items,
        .main-hero-banner-section.services-inner-page-3d-hero-banner ul.service-banner-list-items {
            width: 100%;
        }
    }

    @media screen and (max-width: 480px) {
        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-2d-v2-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-2d-v2-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-3d-v2-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-3d-v2-hero-banner a.web-btn-blue {
            font-size: 12px;
            min-width: 130px;
            padding: 10px 10px;
        }

        .main-hero-banner-section.services-inner-page-whiteboard-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-whiteboard-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-2d-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-2d-hero-banner a.web-btn-blue,
        .main-hero-banner-section.services-inner-page-3d-hero-banner a.web-btn-green,
        .main-hero-banner-section.services-inner-page-3d-hero-banner a.web-btn-blue {
            font-size: 12px;
            min-width: 130px;
            padding: 10px 10px;
        }

        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-2d-v2-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-3d-v2-hero-banner span.sub-title.bg-subtitle-banner {
            font-size: 14px;
            line-height: 24px;
        }

        .main-hero-banner-section.services-inner-page-whiteboard-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-2d-hero-banner span.sub-title.bg-subtitle-banner,
        .main-hero-banner-section.services-inner-page-3d-hero-banner span.sub-title.bg-subtitle-banner {
            font-size: 14px;
            line-height: 24px;
        }

        .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner,
        .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner,
        .main-hero-banner-section.services-inner-page-2d-v2-hero-banner,
        .main-hero-banner-section.services-inner-page-3d-v2-hero-banner {
            padding: 100px 0 30px 0;
        }

        .main-hero-banner-section.services-inner-page-whiteboard-hero-banner,
        .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner,
        .main-hero-banner-section.services-inner-page-2d-hero-banner,
        .main-hero-banner-section.services-inner-page-3d-hero-banner {
            padding: 100px 0 30px 0;
        }

        html body .main-hero-banner-section.services-inner-page-whiteboard-v2-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-explainer-v2-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-2d-v2-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-3d-v2-hero-banner h1 {
            font-size: 35px !important;
            line-height: 45px !important;
        }

        html body .main-hero-banner-section.services-inner-page-whiteboard-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-explainer-videos-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-2d-hero-banner h1,
        html body .main-hero-banner-section.services-inner-page-3d-hero-banner h1 {
            font-size: 35px !important;
            line-height: 45px !important;
        }
    }
    /* V2 CSS*/

    /*Promotion Popup CSS*/
    .promotion-cont-row {
        display: flex;
    }

    .promo-cont-left-box {
        width: 40%;
    }

    .promo-cont-right-box {
        width: 60%;
    }

    .promotion-cont-row {
        display: flex;
        background: #7b23e3;
    }

    .promo-cont-right-box .service-banner-form {
        background: transparent;
    }

    div#loadspopup .modal-content {
        border-radius: 0px;
        border: 5px solid #FFDC16;
    }

    div#loadspopup h5 {
        text-align: left;
        color: #FFDC16;
        font-size: 35px;
        margin: 0 0 10px 0;
    }

    div#loadspopup input.form-control {
        background: #fff;
        height: 55px;
    }

    div#loadspopup textarea {
        background: #fff;
        height: 150px;
    }

    div#loadspopup button.btn-close {
        position: absolute;
        background: #FFDC16;
        border-radius: 0;
        right: 8px;
        top: 4px;
        opacity: 1;
        width: 35px;
        height: 35px;
    }
    /*Promotion Popup CSS*/

