.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_icon {
    display: none;
}

.topNav {
    background-color: var(--secondory-color);
    padding: 10px 0;
}

.topNav_content a {
    display: flex;
    gap: 5px;
    color: var(--white-color);
    align-items: center;
}

.topNav_content a:hover {
    color: whitesmoke;
}

.topNav_content__left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.myNav {
    padding: 1rem 0;
}

.logo img {
    width: 220px;
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul li a {
    font-weight: 500;
    color: var(--black-color);
    text-transform: capitalize;
}

.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.global_btn {
    background-color: var(--secondory-color);
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: max-content;
}

.global_btn i {
    height: 26px;
    width: 34px;
    font-size: 16px;
    border-radius: 7px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
}



/* banner_wrapper */
.banner_wrapper {
    background-color: #3361E1;
    color: #fff;
    text-align: center;
}

.banner_slider {
    padding: 100px 0;
}

.banner-img {
    display: flex !important;
    justify-content: center;
    height: 100% !important;
}

.banner-img img {
    width: 100% !important;
    height: 700px !important;
    object-fit: cover;
}

.banner_wrapper__content h1 {
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    max-width: 700px;
    color: var(--white-color);
}

.banner_wrapper__content p {
    text-align: left;
    max-width: 900px;
    margin-top: 1rem;
    color: #fff;
    font-size: 18px;
}

.banner_wrapper__content h1 span {
    color: var(--black-color);
}

.banner_wrapper__content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #000;
    position: relative;
    z-index: 1;
}

.half img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: rotate(180deg);
    width: 300px;
}

.dot-two img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.welcome-text {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.welcome-text b {
    font-size: 22px;
    display: inline-block;
    color: var(--secondory-color);
}

.banner_points ul {
    margin-top: 2rem;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2rem;
}

.banner_points ul li {
    font-size: 18px;
}

.banner_points ul li i {
    border-radius: 100%;
    color: var(--main-color);
    background-color: var(--secondory-color);
}

.myBtn {
    margin-top: 2rem;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-items: center;
}



.btn-svg svg {
    animation: hilling 2s infinite;
}

@keyframes hilling {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}

/* clients_wrapper */
.clients_wrapper {
    padding: 24px;
    border-bottom: 1px solid #595959;
}

.clients_slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.clients_box {
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .24);
    padding: 1rem;
}

.clients_box img {
    width: 150px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.global_wrapper {
    padding: 80px 0;
}

.about_img img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.about_img {
    position: sticky;
    top: 1rem;
}

.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_content h3 {
    text-transform: capitalize;
    margin-top: 1rem;
    font-size: 20px;
}

.about_content ul {
    padding-left: 20px !important;
}

.about_content ul li {
    list-style: disc !important;
    margin-top: 10px;
}

.about_content b {
    text-transform: uppercase;
    color: var(--secondory-color);
    letter-spacing: 1.52px;
    font-size: 18px;
}

.about_content h2 {
    font-size: 36px;
    margin-top: 1rem;
}

.about_content p {
    margin-top: 1rem;
    list-style: disc;
    font-size: 18px;
    line-height: 30px;
}

.back_bg {
    background-color: #f3f7f9;
}

.main_heading {
    text-align: center;
}

.main_heading b {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    display: inline-block;
    color: var(--secondory-color);
}

.main_heading h2 {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.35;
    font-size: 36px;
    text-transform: capitalize;
}



.global_content {
    margin-top: 3rem;
}

.service_box {
    background-color: var(--white-color);
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6666661A;
    border-radius: 20px 20px 20px 20px;
    transition: .3s ease all;
    height: 95%;
}

.service_box:hover img {
    background-color: var(--secondory-color);
}

.service_box__icon img {
    background-color: var(--main-color);
    width: 60px;
    padding: 5px;
    border-radius: 10px;
}

.service_box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease all;
    transform: translateY(-5px);
}

.service_box:hover a {
    color: var(--white-color);
}

.service_box h3 {
    margin-top: 1rem;
    font-size: 18px;
}

.service_box p {
    margin-top: 10px;
}

.service_box a {
    text-transform: capitalize;
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 10px;
    font-weight: bold;
    color: var(--secondory-color);
}

.service_box a:hover {
    color: var(--white-color);
}

.vr_wrapper {
    padding: 10px 0;
}

.custom-marquee {
    overflow-x: hidden;
}

.track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20%);
    }
}

.vr_wrapper span {
    background: #666666;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    font-size: 80px;

}

/* bharat_grid */
.bharat_grid {
    display: flex;
    gap: 24px;
    text-align: center;
    justify-content: center;
}

.bharat_grid__box h3 {
    font-size: 32px;
    margin-top: 12px;
    color: var(--main-color);
}

.bharat_grid__box {
    padding: 24px;
    min-width: 250px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.bharat_grid__box p {
    margin-top: 7px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}


/* impact_container */
.impact_container {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/what-we-do-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 75px 24px;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.impact_box {
    text-align: center;
    color: var(--white-color);
    text-align: center;
}

.impact_box h3 {
    font-size: 50px;
    font-weight: 600;
}

.impact_box p {
    text-transform: capitalize;
    margin-top: 12px;
    font-size: 20px;
}









/* what_wrapper__content */
.what_wrapper__content {
    height: 100%;
    background-color: var(--main-color);
    padding: 5rem;
    color: var(--white-color);
}

.what_wrapper__content h3 {
    font-size: 46px;
    font-weight: 600;
    margin-top: 12px;
}

.what_wrapper__content b {
    font-size: 16px;
}

.what_wrapper__content p {
    font-size: 18px;
    margin-top: 12px;
    max-width: 600px;
}

.what_ul ul {
    margin-top: 2rem;
    padding-left: 1.5rem !important;
}

.what_ul ul li {
    list-style: disc !important;
    margin-bottom: 10px;
    font-size: 18px;
}

.what_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what_img,
.what_wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* industry_grid */
.industry_grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.industry_grid h6 {
    background-color: var(--main-color);
    padding: 5px 1rem;
    font-size: 18px;
    border-radius: 5px;
    color: var(--white-color);
}

/* legal_wrapper__content */
.legal_wrapper__content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1rem !important;
}

.legal_wrapper__content h3 {
    margin-bottom: 1rem !important;
    font-size: 20px;
}

.legal_wrapper__content ul {
    padding-left: 20px !important;
}

.legal_wrapper__content ul li {
    margin-bottom: 1rem;
    list-style: disc !important;
    font-size: 18px;
    line-height: 30px;
}

/* cta_wrapper */
.cta_wrapper {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-color: var(--black-color);
}

.cta_wrapper h2 {
    font-size: 55px;
}

.cta_wrapper p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 1rem !important;
}

/* testimonials_box */
.testimonials_box {
    padding: 1.5rem;
    border-radius: 10px;
    margin: 0 12px;
    min-height: 350px !important;
    height: 100% !important;
    background-color: #ccc;
}

.user_info__img img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.user_info {
    margin-top: 1.5rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

.user_info h3 {
    font-size: 16px;
    text-transform: capitalize;
}



.slick-dots li.slick-active button:before {
    display: none !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
    background: var(--main-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
    width: 1.5rem !important;
}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots {
    bottom: -3rem !important;
}

/* blogs_box */
.blogs_box {
    background-color: var(--white-color);
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 24px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.blogs_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    gap: 10px;
}

.blogs_pagination a {
    padding: 3px 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.avtive_page {
    background-color: var(--secondory-color) !important;
    color: #fff !important;
}

.blogs_pagination a:hover {
    background-color: var(--secondory-color);
    color: #fff;
}

.blogs_box__img img {
    width: 100%;
    height: 220px;
    transition: .7s ease all;
    object-fit: cover;
}

.blogs_box:hover img {
    border-radius: 10px;
    opacity: .8;
    transition: .7s ease all;
}

.blogs_date p {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-size: 22px;
}

.blogs_box__content span {
    display: inline-block;
    margin-top: 12px;
}

.blogs_box__content h3 {
    font-size: 20px;
    margin-top: 5px;
}

.blogs_box__content p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogs_box__content a {
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    color: var(--secondory-color);
    font-weight: 600;
}

.details_content p,
.details_content ul li {
    margin-bottom: 1rem !important;
    list-style: disc !important;
}

.details_content ul {
    padding-left: 2rem !important;
}

.details_content h3 {
    font-size: 24px;
    margin-bottom: 1rem !important;
}

.details_img img {
    width: 100%;
    margin-bottom: 1.5rem;
    border-radius: 20px;
}







.mobileNav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .4s ease all;
}

.mobileNav.active {
    transition: .4s ease all;
    right: 0;
}

.mobileNav_content {
    max-width: 400px;
    width: 100%;
    background-color: var(--white-color);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.cancel_menu i {
    font-size: 24px;
    cursor: pointer;
}

.mobile_menu ul li a {
    padding: 14px;
    text-transform: capitalize;
    display: flex;
    color: var(--black-color);
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.dropdown_btn__list {
    height: 0;
    overflow: hidden;
}

.dropdown_btn.active {
    height: auto;
    background-color: whitesmoke;
}

.dropdown_btn.active .dropdown_btn__list ul li a {
    padding: 10px 14px;
    transition: .3s ease-in;
}

.dropdown_btn.active .dropdown_btn__list {
    height: auto;
}

.dropdown_btn__list a:hover i {
    transform: translateX(10px);
}

.blogs_wrapper .work_box__content h3,
.blogs_wrapper .work_box__content p {
    color: #000;
}

.blogs_wrapper .work_box:hover .work_box__content h3,
.blogs_wrapper .work_box:hover .work_box__content span,
.blogs_wrapper .work_box:hover .work_box__content p {
    color: #fff !important;
}

.blogs_wrapper .work_box {
    margin-bottom: 24px;
    margin-right: 0;
}

.blogs_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
}

.blogs_pagination a {
    padding: 2px 10px;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #ccc;
}

.blogs_pagination a:hover {
    background-color: var(--black-color);
    color: #fff;
}

.active_btn {
    background-color: var(--secondory-color);
    color: #fff !important;
}

.details_img img {
    width: 100%;
}

.details_content h3 {
    margin-top: 1rem;
    font-size: 32px;
    text-transform: capitalize;
}

.details_content p,
.details_content ul li {
    margin-top: 1rem;
    list-style: disc !important;
}

.details_content ul {
    padding-left: 1.2rem !important;
}

.dropdown_menu {
    position: relative;
}

.dropdown_menu__list {
    position: absolute;
    left: -50%;
    top: 100%;
    background-color: white;
    border: 1px solid #ccc;
    width: 200px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    height: auto;
}

.dropdown_menu:hover .dropdown_menu__list {
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
}

.dropdown_menu__list ul {
    flex-direction: column;
    gap: 0 !important;
    justify-content: start;
    align-items: start;
}

.dropdown_menu__list ul li {
    width: 100%;
}

.dropdown_menu__list ul li a {
    padding: 12px;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.dropdown_menu__list ul li a:hover {
    background-color: var(--main-color) !important;
    color: var(--white-color);
}

@media(max-width:1440px) {
    .banner_img img {
        height: 410px;
    }

    .banner_wrapper__content h1 {
        font-size: 45px;
    }

    .menu ul {
        gap: 2rem;
    }



    .banner_points ul {
        margin-top: 1rem;
        flex-direction: column;
        align-items: start;
        gap: 14px;
    }

    .banner-img img {
        height: 100% !important;
    }

    .what_wrapper__content {
        padding: 3rem;
    }

    .what_wrapper__content h3 {
        font-size: 32px;
    }
}

@media(max-width:1200px) {
    .menu ul {
        gap: 1.2rem;
    }

    .bharat_grid__box {
        min-width: 100px;
    }

    .bharat_grid__box-icon img {
        width: 50px;
    }

    .bharat_grid__box h3 {
        font-size: 28px;
    }

    .logo img {
        width: 160px;
    }
}

@media(max-width:992px) {

    .bharat_grid,
    .impact_container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials_box {
        min-height: 390px !important;
    }

    .bharat_grid__box {
        min-width: auto;
    }

    .dot_bg img {
        display: none;
    }

    .menu_icon {
        display: block;
    }

    .header_btn {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .menu_icon i {
        color: #000;
        font-size: 25px;
    }

    .menu ul {
        display: none;
    }

    .banner_wrapper__content h1 {
        font-size: 42px;
    }

    .banner_points ul li {
        font-size: 16px;
    }

    .banner_points ul {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .about_content p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 7px;
    }

    .about_content h2 {
        font-size: 26px;
        margin-top: 7px;
    }

    .main_heading h2 {
        font-size: 28px;
    }

    .service_box {
        margin-bottom: 24px;
    }

    .cta_wrapper h2 {
        font-size: 36px;
    }

    .user_info__img img {
        height: 55px;
        width: 55px;
    }

    .user_info h3 {
        font-size: 18px;
    }

    .center_box {
        margin: 0 50%;
        width: 100%;
        margin-top: 24px !important;
    }
}

@media(max-width:768px) {
    .banner_wrapper__content {
        padding: 20px;
    }

    .clients_slider {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .banner-img img {
        height: auto !important;
    }


    .bharat_grid__box {
        padding: 1rem;
    }

    .bharat_grid,
    .impact_container {
        gap: 14px;
    }

    .bharat_grid__box p {
        font-size: 16px;
        margin-top: 5px;
    }

    .bharat_grid__box h3 {
        font-size: 23px;
        margin-top: 5px;
    }

    .impact_box p {
        font-size: 14px;
        margin-top: 4px;
    }

    .impact_box h3 {
        font-size: 28px;
    }

    .dot-two img,
    .bharat_grid__box-icon img {
        width: 40px;
    }

    .impact_container {
        padding: 40px 12px;
    }

    .half img {
        width: 160px;
    }

    .details_content p,
    .details_content ul li {
        font-size: 14px;
        margin-bottom: 6px !important;
    }

    .details_content h3 {
        font-size: 18px;
        margin-bottom: 6px !important;
    }

    .center_box {
        margin: 0;
        width: 100%;
        margin-top: 0 !important;
    }

    .blogs_box {
        margin-bottom: 12px;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .main_heading h2 {
        font-size: 26px;
    }

    .main_heading b {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .what_wrapper__content p,
    .what_wrapper__content ul li {
        font-size: 15px;
        margin-top: 6px;
    }

    .what_ul ul {
        margin-top: 1rem;
    }

    .myBtn {
        margin-top: 1rem;
    }

    .cta_wrapper {
        padding: 30px 0;
    }

    .cta_wrapper h2 {
        font-size: 25px;
    }

    .cta_wrapper p {
        font-size: 14px;
        margin-top: 10px !important;
    }

    .about_img img {
        height: 420px;
        object-position: center;
    }

    .about_wrapper {
        padding: 30px 0 50px 0;
    }

    .topNav_content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width:576px) {
    .banner_img {
        margin-top: 1.2rem;
    }

    .banner_wrapper__content h1 {
        font-size: 32px;
    }

    .topNav_content a {
        font-size: 13px;
    }

    .topNav_content {
        gap: 6px;
    }

    .banner_wrapper__content h1 {
        font-size: 22px;
    }

    .banner_points ul li,
    .banner_wrapper__content p {
        font-size: 14px;
        line-height: 25px;
    }

    .banner_points ul {
        gap: 5px;
    }

    .banner_img img {
        height: 250px;
    }

    .clients_wrapper {
        padding: 20px 12px;
    }

    .clients_box img {
        width: 90px;
    }

    .about_content p,
    .service_box p {
        font-size: 14px;
        margin-top: 6px;
        line-height: 24px;
    }

    .vr_wrapper span {
        font-size: 30px;
    }

    .what_wrapper__content {
        padding: 1rem 12px;
    }

    .what_wrapper__content h3 {
        line-height: 1.4;
        font-size: 24px;
        margin-top: 3px;
    }

    .what_wrapper__content b {
        font-size: 14px;
    }

    .industry_grid {
        gap: 12px;
    }

    .industry_grid h6 {
        font-size: 15px;
    }

    .global_content {
        margin-top: 19.2px;
    }

    .about_img img {
        height: 345px;
    }

    .testimonials_box {
        padding: 1rem;
    }

    .about_content h2 {
        font-size: 20px;
    }

    .about_content b,
    .testimonials_box p,
    .testimonials_box p {
        font-size: 15px;
    }

    .logo img {
        width: 120px;
    }

    .user_info__img img {
        height: 44px;
        width: 44px;
    }

    .user_info h3 {
        font-size: 16px;
    }

    .blogs_box__content h3 {
        font-size: 16px;
    }

    .main_heading h2 {
        font-size: 20px;
    }

    .service_box {
        padding: 1rem;
    }

    .service_box__icon img {
        width: 42px;
    }
}