@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.baskervville {
    font-family: "Baskervville", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.navbar-brand {
    width: 200px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #000000;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #094C80;
}

.navbar {
    padding: 10px 2%;
    padding-top: 20px;
}

.login-link {
    font-size: 18px;
    font-family: 'Poppins';
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    text-decoration: none;
}

.pad-sec {
    padding: 10px 2%;
}

.banner-img {
    background: url(../img/banner-s.png);
    min-height: 700px;
    background-size: cover;
    border-radius: 26px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-position: right;
}

.banner-txt {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.banner-img img {
    width: 118%;
    transform: rotate(336deg);
    left: -40px;
    position: relative;
    z-index: 1;
}

.banner-txt h1 {
    font-size: 5em;
    font-family: 'Baskervville';
}

.banner-txt p {
    font-size: 18px;
    font-family: 'Poppins';
    color: #6E6E6E;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ai-span {
    background: linear-gradient(180deg, #BF6ED7 0%, #2DD1F3 129.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.ai-span::before {
    position: absolute;
    content: '';
    background: url(../img/ai-star.png);
    height: 60px;
    width: 60px;
    background-size: contain;
    top: -15px;
    left: -17px;
}

.banner-txt-inner {
    margin-top: auto;
    margin-bottom: auto;
}

.banner {
    padding-top: 1em;
}

.explore-more {
    background: linear-gradient(86.43deg, #107ED3 -22.59%, #094C80 94.1%);
    border: 0px;
    padding: 5px;
    padding-left: 28px;
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins';
    border-radius: 48px;
}

.explore-more img {
    margin-left: 8px;
}


.box {
    width: 256px;
    height: 280.5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 45.5923px;
    position: absolute;
    z-index: 0;
    border: 1px solid #ffffff36;
    padding: 15px;
}

.bg-label {
    background: rgba(8, 109, 185, 0.2);
    border: 0.911846px solid rgba(100, 188, 255, 0.37);
    border-radius: 16.2178px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 14px;
    color: #086DB9;
    padding: 0px 10px;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-us {
    padding: 5rem 2%;
}

.about-us h1 {
    font-size: 4rem;
    font-family: 'Baskervville';
}

.about-us h1 span {
    color: #086DB9;
    font-style: italic;
}

.about-us p {
    color: #6E6E6E;
    font-family: 'Poppins';
    margin-top: 2em;
    margin-bottom: 1em;
}

.about-us-op {
    gap: 20px;
    align-items: center;
    margin-top: 15px;
}

.about-us-op h4 {
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 5px;
    font-weight: 600;
}

.about-us-op p {
    margin-top: 0px;
    font-family: 'Poppins';
    font-size: 14px;
}

.about-us-right-box {
    border-radius: 47px;
    overflow: hidden;
    position: relative;
    background: url(../img/about-us-img.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus-pop-note {

    background: rgba(255, 255, 255, 0.19);

    border: 1px solid rgba(255, 255, 255, 0.01);

    backdrop-filter: blur(12.3px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 18px;

    position: absolute;

    bottom: 127px;

    left: 20px;

    color: #Fff;

    padding: 10px 15px;

    font-family: 'Poppins';
}

.e-parent {
    padding: 5rem 3%;
    background: url(../img/ai-stra-bg.png);
    background-size: cover;
    background-attachment: fixed;
}

.h10-process-wrapper .h10-process-item {
    background: #031D32;
    padding-bottom: 3em !important;
    padding-left: 4em !important;
}

.elementor-element.elementor-element-d1fd51a.e-con-full.tj-sticky-panel-3.e-flex.e-con.e-child {
    max-width: 60% !important;
    top: 70px !important;
}


.our-services {
    padding: 5rem 2%;
    background: #F3F5F4;
}

.head-flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3em;
}

.flex-none {
    flex: none;
}

.our-services h1 {
    font-size: 4rem;
    font-family: 'Baskervville';
}

.our-services h1 span {
    color: #086DB9;
    font-style: italic;
}

.Services-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #cfcfcf;
    margin-bottom: 24px;
}

.sb-serv-img {
    height: 220px;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
}

.sb-serv-content {
    padding: 24px;
}

.sb-serv-content h4 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    min-height: 50px;
    max-height: 50px;
}

.sb-serv-content p {
    color: #364E52;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 30px;
    max-height: 46px;
}

.sb-serv-content a {
    color: #094C80;
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.sb-serv-content a img {
    width: 24px;
    margin-left: 10px;
    vertical-align: bottom;
}

.number-label {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/before-sb-box.svg);
    right: -3px;
    background-size: contain;
    top: -2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
}

label.bg-label.white {
    background: #fff;
}

.sec-heading h1 {

    color: #fff;

    font-size: 4rem;

    font-family: 'Baskervville';
    margin-bottom: 15px;

}

.sec-heading p {
    color: #fff;
    font-family: 'Poppins';
}

/* .pin-spacer::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    left: -80px;
    top: 150px;
    border-radius: 23px;
}

.pin-spacer::after {
    width: 1px;
    content: '';
    position: absolute;
    height: 105%;
    top: 160px;
    background: #fff;
    left: -64px;
} */





/* .h10-process-wrapper .pin-spacer:last-child::after {
    content: none;
} */

.h10-process-item::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    left: -80px;
    top: 150px;
    border-radius: 23px;
}

.h10-process-item::after {
    width: 1px;
    content: '';
    position: absolute;
    height: 105%;
    top: 160px;
    background: #fff;
    left: -64px;
}

.h10-process-wrapper .pin-spacer:last-child .h10-process-item::after {
    content: none;
}

.contect-form {
    padding: 6rem 2%;
    background: url(../img/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10em;
}


.form-wrap {
    background: #ffffff96;
    border-radius: 20.168px;
    padding: 5em 3em;
}


.form-wrap h2 {
    font-family: 'Baskervville';
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}

.form-wrap p {
    color: #666666;
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 2em;
}

.form-wrap p span {
    color: #0A558F;
    margin-right: 5px;
    font-weight: 400;
}

.form-wrap .form-control {

    height: auto;

    padding: 20px;

    border-radius: 12px;

    font-family: 'Poppins';
}


.form-wrap .form-control::placeholder {
    color: #666666;
}

.form-wrap .form-group {
    margin-bottom: 20px;
}

.form-submit {

    background: linear-gradient(90deg, #04538E 0%, #096FBD 100%);

    border-radius: 36px;

    width: 161px;

    height: 56px;

    color: #fff;

    font-family: 'Poppins';

    font-weight: 500;

    border: none;
}


footer {
    background: url(../img/Footer-bg.png);
    padding-top: 10em;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -53px;
    background-size: cover;
}

.footer-sec-1 p {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 200;
    margin-top: 23px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    color: #fff;
}

.footer-sec-1 h5 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 22px;
    margin-bottom: 24px;
}


.footer-sec-1 ul {
    list-style: none;
    padding-left: 0px;
}


.footer-sec-1 ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #444444;
    padding: 10px;
    align-items: center;
    border-radius: 23px;
    margin-right: 10px;
}


.footer-sec-1 ul li img {
    vertical-align: text-bottom;
}

.button-sub {

    width: 81.26px;

    height: 53.83px;

    background: linear-gradient(229.19deg, #000000 -104.98%, #008FFF 141.84%);

    border-radius: 12.189px;

    border: none;

    position: absolute;

    right: 0px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: 'Poppins';
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ffffff36;
    margin-top: 24px;
}

.quick-link {
    margin-top: 25px;
    color: #fff;
}


.quick-link h5 {
    margin-bottom: 20px;
}

.quick-link ul {
    list-style: none;
    padding-left: 0px;
}

.quick-link ul li {
    font-family: 'Poppins';
    margin-bottom: 7px;
    font-size: 12px;
    color: #bebebe;
}

.loader {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader img {
    width: 40px;
    position: relative;
    animation: mymove 2.5s infinite;
}

.sb-serv-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines before ellipsis */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@keyframes mymove {
    from {
        rotate: 2deg;
    }

    to {
        rotate: 360deg;
    }
}

.xs-star {
    display: none;
}

.our-services-mobile h1 {
    padding-right: 30px;
}

.our-services-mobile h1 span {
    color: #086DB9;
    font-style: italic;
}

.ai-Strategies-mobile {
    display: none;
}

.mobile-nav,
.our-services-mobile {
    display: none;
}


.mobile-visible-about {
    display: none;
}

.form-wrap .form-control {

    height: auto;
    resize: none;
    padding: 20px;

    border-radius: 12px;

    font-family: 'Poppins';
}


html {
    scroll-behavior: smooth;
}

.our-services-mobile .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center;
}

.sb-serv-content p.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
    margin-bottom: 5rem;
}


nav.navbar {
    transition: top 0.3s ease-in-out;
    z-index: 1030;
    /* Ensure it's above content */
}


.fixed-top {

    box-shadow: -2px -2px 9px 0px #a1a1a1;

    /* background: rgba(255, 255, 255, 0.39);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.4px);
    -webkit-backdrop-filter: blur(13.4px); */
    background: #fff;

}


.hide-show {
    display: none;
}

.show {
    display: inline;
}


.product-dec {
    height: 60px;
    /* collapsed height */
    overflow: hidden;
    transition: height 0.4s ease;
}

.product-dec.expanded {
    height: auto;
    /* expands fully */
}


.h10-process-wrapper .number-label {
    background: url(../img/ai-sta-number-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    background-position-y: 1px;
    background-position-x: -2px;
    border-top-right-radius: 15px;
}

#banner-explore-more-mobile {
    display: none
}

.mobile-banner-dec {
    display: none;
}

.mobile-banner-dec-shaow {
    display: block;
    padding-top: 10px;
    text-align: left;
    font-family: 'Poppins';
    font-size: 1px;
    color: #6E6E6E;
}

/* ------------------media query -------------*/



@media screen and (max-width: 768px) {
    .extra-description p {
        margin-top: 3rem !important;
    }
}


@media screen and (max-width: 991px) {


    .mobile-visible-about {
        display: block;
    }


    .our-services-mobile .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -5px;
        left: 0;
        width: 100%;
        padding-right: 15px;
        text-align: center;
    }

    .our-services-mobile .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px);
        width: 10px;
        height: 10px;
    }

    .ai-Strategies-mobile {
        display: block;
        background: url(../img/ai-stra-bg.png);
        background-size: cover;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .our-services,
    .elementor-element {
        display: none;
    }


    .swiper-pagination-bullet-active {
        background: #094C80;
    }


    .navbar-nav .nav-item {
        margin-left: 0px;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }

}

/* Only for mobile */
@media (max-width: 991.98px) {

    #banner-explore-more-mobile {
        display: block
    }

    .swiper {
        width: 100%;
        padding-bottom: 1em;
    }

    .swiper-slide {}

    .our-services-mobile .number-label {
        width: 64px;
        height: 64px;
        font-size: 20px;
        background-size: 100% 100%;
    }

    .our-services-mobile .sb-serv-img {
        height: 195px;
    }

    .our-services-mobile .sb-serv-content {
        padding: 16px;
    }

    .our-services-mobile .sb-serv-content h4 {

        font-size: 14px;

        min-height: auto;

        font-weight: 500;
    }

    .our-services-mobile .sb-serv-content p {

        font-size: 14px;

        color: #6E6E6E;

        min-height: 46px;

        max-height: 46px;

    }


    .our-services-mobile .sb-serv-content a {
        font-size: 16px;
    }


    .xs-star {
        display: block;
    }

    /* Sidebar */
    .sidebar {
        position: fixed;
        top: 0;
        right: -500px;
        /* hidden offscreen */
        height: 100% !important;
        width: 70%;
        background-color: #fff;
        transition: right 1s ease;
        /* smooth slide */
        z-index: 1050;
        padding: 2rem;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        bottom: 0px;
    }

    .sidebar.show {
        right: 0;
        /* slide in */
    }

    .sidebar .nav-link {
        display: block;
        margin: 1rem 0;
        font-size: 1.2rem;
    }

    /* Close button */
    .sidebar-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    /* Optional overlay */
    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 1040;
    }

    .sidebar-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .our-services {
        text-align: center;
    }

    .head-flex {
        flex-direction: column;
    }

    .xs-order {
        order: 1;
    }

    .banner-txt-inner {
        /* text-align: center; */
        /* margin-top: 20px; */
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    .banner-img img {
        width: 124%;
    }

    .about-us {
        text-align: left;
        padding-bottom: 30px;
    }

    .elementor-element.elementor-element-d1fd51a.e-con-full.tj-sticky-panel-3.e-flex.e-con.e-child {
        text-align: center;
        max-width: 100% !important;
    }

    .navbar {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav .navbar-brand {
        width: 175px;
        display: inline-block;
    }

    .mob-nav-wrap {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        padding-bottom: 5px;
    }

    .mobile-nav .login-btn {
        color: #000;
        text-decoration: none;
        font-family: 'Poppins';
        font-size: 20px;
    }



    .mob-nav-menu {
        padding: 10px;
        background: #F3F3F3;
    }

    .mob-nav-menu ul {
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

    .mob-nav-menu ul li {}

    .mob-nav-menu ul li a {
        color: #494949;
        font-size: 16px;
        font-family: 'Poppins';
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
    }


    .mob-nav-menu {
        overflow-x: auto;
        /* enables horizontal scrolling */
        overflow-y: hidden;
        white-space: nowrap;
        /* keeps list items on one line */
        -webkit-overflow-scrolling: touch;
        /* smooth scroll on mobile */
        padding-left: 15px;
        padding-right: 15px;
    }

    .mob-nav-menu ul {
        display: flex;
        flex-wrap: nowrap;
        /* ensures items stay in one row */
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mob-nav-menu li {
        flex: 0 0 auto;
        /* prevents items from shrinking */
        margin-right: 10px;
        /* space between items */
    }

    .mob-nav-menu a {
        display: inline-block;
        padding: 10px 15px;
        text-decoration: none;
        color: #000;
    }

    .mob-nav-menu::-webkit-scrollbar {
        display: none;
    }


    .mob-nav-menu .nav-link.active {
        background: #094C80;
        border-radius: 31px;
        color: #fff;
    }

    .banner .ai-span::before {
        display: none;
    }

    h1 {
        font-size: 24px !important;
        padding-bottom: 15px;
        font-family: 'Baskervville';
    }

    .our-services-mobile {
        display: block;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f3f5f4;
    }

    .ai-Strategies-mobile h1 {

        color: #fff;

        padding-right: 30px;
    }

    .ai-Strategies-mobile h1 .ai-span::before {
        display: none;
    }

    .ai-Strategies-mobile .points {

        color: #fff;

        font-family: 'Poppins';

        font-size: 14px;

        font-weight: 300;

        list-style: disc;

        padding-left: 20px;

        margin-bottom: 4px;
        position: relative;
    }

    .ai-Strategies-mobile .points::before {
        content: '.';
        position: absolute;
        left: 5px;
        font-size: 19px;
        font-weight: 600;
        top: -9px;
    }

    .ai-Strategies-mobile .swiper {
        margin-top: 30px;
    }

    .ai-Strategies-mobile .process-box {
        background: #031D32;
        padding: 30px;
        border-radius: 8px;
    }

    .ai-Strategies-mobile .tj-el-icon {
        width: 66px;
        height: 66px;
        background: #08406A;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 35px;
    }

    .ai-Strategies-mobile .tj-el-icon img {
        width: 28px;
        height: 28px;
    }


    .ai-Strategies-mobile .h10-process-content {}

    .ai-Strategies-mobile .h10-process-content h4 {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins';
        margin-top: 20px;
    }

    .ai-Strategies-mobile .h10-process-content p {
        color: #A9BBB8;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
    }

    .ai-Strategies-mobile .swiper-pagination {
        bottom: -5px;
    }

    .ai-Strategies-mobile .swiper {
        padding-bottom: 30px;
    }

    .ai-Strategies-mobile .swiper-pagination-bullet {
        background: #2C3943;
        opacity: 1;
    }

    .ai-Strategies-mobile .swiper-pagination-bullet-active {
        background: #094C80;
    }

    .contect-form {

        padding: 20px;

        background: url(../img/Contact-Block-mobile.png);

        background-size: cover;
    }

    .mobile-hidden-about {
        display: none;
    }

    .about-us p {
        margin-top: 0px;
    }

    .aboutus-pop-note {
        font-size: 12px;
        display: flex;
        align-items: center;
        left: 10px;
    }

    .mob-view-about-atc-head {
        margin-top: 20px;
    }

    .mob-view-about-atc-head h4 {
        font-size: 18px;
    }

    .mob-view-about-atc-head p {
        font-size: 14px;
    }

    .mobile-visible-about .about-us-op h4 {
        font-size: 14px;
    }

    .mobile-visible-about .about-us-op p {
        font-size: 14px;
    }


    .banner-img {
        min-height: 100%;
        background: url(../img/mobile-banner-s.png);
        background-size: cover;
        background-position: right;
    }

    .box {
        display: none;
    }

    #hand-img {
        display: none;
    }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: top 0.3s ease;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .banner {
        padding-top: 150px;
    }

    .ai-Strategies-mobile .number-label {
        background: url(../img/ai-sta-number-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        color: #fff;
        background-position-y: 1px;
        background-position-x: -2px;
        border-top-right-radius: 15px;
    }

    #banner-explore-more {
        display: none;
    }

}


@media screen and (max-width: 768px) {



    .banner-img {

        min-height: 400px;

    }

    .box {
        width: 50%;
        height: 40%;
    }

    .box h2 {
        font-size: 30px !important;
    }

    .box p {
        font-size: 13px !important;
    }


    .exp-box h2 {
        margin-top: 0px !important;
    }


    .navbar-brand img {
        width: 80%;
    }


    .h10-process-wrapper .h10-process-item {

        padding-bottom: 2em !important;
        padding-left: 2em !important;
    }

    .h10-process-wrapper {
        padding: 20px;
    }

    .form-wrap {
        margin: 0px;
        padding: 18px;
    }

    .about-us-op {
        padding: 5px;
        align-items: flex-start;
    }

    .about-us-op h4,
    .about-us-op p {
        text-align: left;
    }

    .our-services {
        padding: 5rem 3%;

    }

    .ai-span::before {
        top: -23px;
        left: -29px;
    }

    .banner-txt p {
        font-size: 16px;
        font-family: 'Poppins';
        color: #6E6E6E;
        margin-top: 0rem;
        margin-bottom: 0px;;
    }

    footer {
        background: url(../img/Footer-bg.png);
        padding-top: 5em;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        margin-top: -53px;
        background-size: cover;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-sec-2 .d-flex {}

    .quick-link {
        flex-direction: column;
    }


    .footer-bottom {
        flex-direction: column;
    }


    .e-parent {
        padding: 3rem 5%;
    }

    .form-submit {
        width: 100%;
    }

    .form-wrap h2 {
        text-align: left;
        font-size: 24px;
    }

    .footer-sec-2 div {
        width: 100% !important;
    }

    .footer-sec-2 .d-flex {
        flex-direction: column;
    }


    .form-wrap-wrapper,
    .our-services,
    .about-us {
        overflow-x: hidden !important;
    }

    .explore-more {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 30px;
        padding: 10px;
        position: relative;
        padding-right: 45px;
        width: 100%;
        text-align: left;
        padding-left: 15px;
    }

    .explore-more img {
        width: 35px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .about-us-right-box {
        height: 100%;
    }

    .about-us .col-md-5.offset-md-1 {
        order: 1;
        margin-bottom: 25px;
    }

    .about-us .col-md-6 {
        order: 2;
    }

    .h10-process-wrapper .h10-process-item {
        padding: 20px 20px 20px 20px;
        padding-left: 20px !important;
    }

    .h10-process-wrapper .h10-process-item .title {
        font-size: 18px;
    }

    .h10-process-wrapper .h10-process-item .desc {

        margin-bottom: 4px;

        font-size: 14px;
    }

    .h10-process-wrapper .h10-process-icon {
        font-size: 38px;
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .h10-process-wrapper .h10-process-icon img {
        width: 24px;
    }


    .exp-box {
        top: 10px !important;
        border-radius: 32px;
        width: 80%;
        margin: 20px;
        left: 0px !important;
    }

    .cli-box {
        bottom: 10px !important;
        border-radius: 32px;
        width: 80%;
        margin: 20px;
        left: 0px !important;
    }

    .cli-box h2 {
        margin-top: 25px !important;
        text-align: left !important;
    }

    .cli-box p {
        text-align: left !important;
    }

    .maxcontent {
        min-height: max-content;
        max-height: max-content;
    }

    .product-dec {
        max-height: 60px;
        /* collapsed height */
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .product-dec.expanded {
        max-height: 500px;
        /* enough for full text */
    }


}


@media screen and (max-width: 450px) {
    .about-us-right-box {
        background: url(../img/about-us-banner-mobile.png);
        background-size: cover;
    }

    .explore-more {
        padding-right: 0px;
        text-align: center;
        padding-left: 0px;
    }

    .explore-more img {
        display: none;
    }
}

@media (max-width: 778px) {
  .banner-txt p {
    margin-bottom: 0px;
  }
}
