header .navbar-expand-lg .navbar-brand img {
    width: 12vw;
}

@media only screen and (max-width: 2560px) {
    .heading-sm {
        font-size: 3rem;
    }
    .our_client {
        padding: 3.6vw 0;
    }
    .dotted-badge {
        font-size: 2rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev,
    .our-expertise .owl-carousel .owl-nav .owl-next {
        font-size: 3rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i,
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        font-size: 3rem;
    }
    .contact-banner .heading {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 1920px) {
    .heading {
        font-size: 6rem;
    }
    .heading-sm {
        font-size: 2.6rem;
    }
    .our_client {
        padding: 3.4vw 0;
    }
    .dotted-badge {
        padding: 0.8vw 2vw 0.6vw;
        font-size: 1.4rem;
    }
    .our-expertise .card {
        height: max(54rem, 250px);
    }
    .our-expertise .card .service-icon {
        --service-icon-height: 12rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev,
    .our-expertise .owl-carousel .owl-nav .owl-next {
        font-size: 1.8rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i,
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        font-size: 2rem;
        transform: translateY(2px);
        line-height: 0;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i {
        margin-right: 10px;
    }
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        margin-left: 10px;
    }
    .contact-banner .heading {
        font-size: 5rem;
    }
    .animated.btn::before {
        left: 2px;
        border-radius: 50px;
        width: 10rem;
    }
}

@media only screen and (max-width: 960px) {
    .dotted-badge {
        font-size: 1.8rem;
    }
    .heading {
        font-size: 7rem;
    }
    .our-expertise .card .service-icon {
        --service-icon-height: 17rem;
    }
}

@media only screen and (max-width: 768px) {
    header .navbar-expand-lg .navbar-nav .nav-item:first-child {
        margin-left: 30px;
    }
    header .navbar-expand-lg .navbar-nav .get_started a {
        width: fit-content;
        margin-top: 14px;
    }
    .dotted-badge {
        font-size: 2rem;
        padding: 0.8vw 2vw 0.6vw;
    }
    .heading {
        font-size: 8rem;
    }
    .our-expertise .owl-carousel .owl-nav {
        top: 100%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: max-content;
    }
    .our-expertise .card .service-icon {
        margin: 0 auto 20px;
        --service-icon-height: 12rem;
    }
    .our-expertise .card p {
        text-align-last: center;
    }
    .our-expertise .item {
        padding: 30px 10px 40px;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev,
    .our-expertise .owl-carousel .owl-nav .owl-next {
        font-size: 2.6rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i,
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        font-size: 3rem;
    }
    /* about css start */
    .about-page-layout .section1 {
        padding-top: 50px;
    }
    .about-page-layout .section1 .leftSide {
        padding-right: 0;
    }
    .about-page-layout .section2 ul li {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }
    .about-page-layout .section2 .icon {
        margin-bottom: 20px;
    }
    /* about css end */
}

@media only screen and (max-width: 480px) {
    #d-v-block {
        /* display: none; */
    }
    #m-v-block {
        display: block;
        position: fixed;
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        height: auto;
        z-index: 999;
        background: #ffffff82;
        border-radius: 10px;
        backdrop-filter: blur(4px);
        box-shadow: 0 0 20px #0000001f;
    }
    #m-v-block ul {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
        overflow: hidden;
    }
    #m-v-block ul li {
        position: relative;
        width: 20%;
        text-align: center;
    }
    #m-v-block ul li.active:before {
        content: '';
        background: var(--primary-color);
        height: 5px;
        width: 100%;
        position: absolute;
        top: -23px;
        left: 0;
        border-radius: 4px;
    }
    #m-v-block ul li.center:before {
        display: none;
    }
    #m-v-block ul li.center {
        height: 50px;
        width: 50px;
        background: #1ca1f2;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #m-v-block ul li svg {
        height: 24px;
        width: 24px;
    }
    #m-v-block ul li.center svg {
        height: 20px;
        width: 20px;
    }
    #m-v-block ul li svg path {
        fill: #000;
    }
    #m-v-block ul li.center svg path {
        fill: #fff;
    }
    #m-v-block ul li.active svg path {
        fill: #000;
    }
    .heading {
        text-align: center;
    }
    .dotted-badge {
        margin: 0 auto 14px;
        font-size: 2rem;
        padding: 1vw 3vw 0.4vw;
    }
    .home-page-layout .section5 {
        padding: 100px 0;
    }
    .section_home-work .heading {
        font-size: 80px;
    }
    .home-page-layout .section6 .card-box {
        padding: 0;
        background: transparent;
        margin-top: 20px;
    }
    .home-page-layout .section6 .card {
        margin-top: 0;
        background: #d8ecff;
        margin-bottom: 30px;
    }
    .home-page-layout .section6 .card .tag {
        display: none;
    }
    .home-page-layout .section6 .card.active .tag {
        display: block;
        opacity: 1;
    }
    .contact-banner .heading {
        font-size: 6rem;
    }
    .contact-banner .content {
        font-size: 16px;
    }
    .our_work .card_box {
        height: 200px;
        padding: 20px;
    }
    .our_work .card_box h1 {
        font-size: 16px;
    }
    .our_work .card_box .btn {
        display: none;
    }
    .our_work .right_side .card_box img {
        bottom: -40px;
        left: auto;
        right: -38px;
    }
    .our_work .projects_box .card_box1 .img,
    .our_work .projects_box .card_box2 .img {
        width: 100%;
    }
    .our_work .projects_box .card_box {
        padding: 30px 10px;
        border-radius: 10px;
    }
    .our_work .projects_box ul li {
        margin-bottom: 12px;
        color: var(--secondary-color);
        font-size: 15px;
        width: 50%;
        position: relative;
        padding-left: 20px;
        margin-right: 12px;
    }
    .our_work .projects_box .points {
        padding-right: 0;
        flex-direction: column;
    }
    .our_work .projects_box ul {
        margin-right: 0;
        width: 100%;
        display: flex;
        min-width: 100%;
    }
    .our_work .projects_box ul li:nth-child(2) {
        margin-right: 0;
    }
    .our_work .projects_box ul li i {
        margin-right: 0;
        position: absolute;
        left: 0;
        top: 3px;
    }
    .our-expertise .card .service-icon {
        --service-icon-height: 15rem;
    }
    .our-expertise .card .arrow {
        font-size: 28px;
        right: 24px;
        top: 24px;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev,
    .our-expertise .owl-carousel .owl-nav .owl-next {
        font-size: 2.6rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i,
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        font-size: 3rem;
    }
    header .navbar-expand-lg .navbar-brand img {
        width: 24vw;
    }
}

@media (max-device-width:321px) {
    .our-expertise .card .service-icon {
        --service-icon-height: 17rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev,
    .our-expertise .owl-carousel .owl-nav .owl-next {
        font-size: 4rem;
    }
    .our-expertise .owl-carousel .owl-nav .owl-prev i,
    .our-expertise .owl-carousel .owl-nav .owl-next i {
        font-size: 4rem;
    }
}