﻿body {
}

@media (max-width: 767px) {
    h2 {
        font-size: 44px;
        line-height: 54px;
    }
    p {
        color: #585858;
        font-size: 19px;
        line-height: 24px;
    }
    .offcanvas-body ul li a {font-size: 2rem;}
    .logo {width: 100%;}
    .banner-sec {margin-top: 60px;}
    .main-content h4 {font-size: 2.5rem; line-height: 59px;}
    .about {background: #fafafa; text-align: center;}
    .about .view-all a {
            width: 140px;
            height: 140px;
            line-height: 140px;
        }
    .counter-flex {
        display: inline-block;
    }

    .counter-box {
        width: 50%;
        float: left;
        border: 1px solid #c7c7c7;
        padding: 23px;
    }
    .counter-box {
        width: 44%;
        border: 1px solid #c7c7c7;
        padding: 23px;
        float: inline-start;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
        .counter-box h2 {
            font-size: 35px;
        }
        .counter-box p {
            margin-bottom: 0;
        }

    .number-count {
        padding: 50px 0px 30px;
    }

    .view-all a {
        font-size: 18px;
        height: 140px;
        width: 140px;
        line-height: 140px;
    }

    .video-sec {
        height: 300px;
    }
    .play-img {
        width: 23%;
    }
    .our-blog h2{margin-bottom:25px;}
    .our-blog .w-75{width:100%!important;}
    .our-blog .ms-auto {
        margin-left: 0!important;
    }
    .work {
        padding: 70px 0px 40px;
    }
    footer {
        padding: 50px 0px 30px;
        background: #1f1f1f;
        color: #fff;
        border-radius: 70px 70px 0px 0px;
    }
    .footer_top:after {
        content: initial;
    }
   footer .offset-3 {
        margin-left: 0%;
    }

    .footer_top {
        padding-top: 0;
    }
    footer ul li a {
        font-size: 17px;
        padding: 0px 9px;
        color: #fff !important;
        line-height: 27px;
        text-align: center;
    }

    footer hr {
        border-top: 2px solid white;
    }

    footer p {
       color:#c7c7c7; font-size:17px;
    }
    .a-section-marquee-box {
        height: 100px;
    }
    .a-section-marquee-box h2{font-size: 3em;}
    .ser-vice h3{margin-top: 15px;}
    .ser-vice .row {
        margin-bottom: 2rem;
    }
    .case-study .ps-5 {
        padding-left: 1rem !important;
    }
    .case-study h5 {
        padding-top: 17px;
    }
    .blog h4 {
        font-size: 1.4rem;
        padding-top: 15px;
    }
    .digital-mark {
        padding: 15px 10px;
    }
    .single-post .digital-mark ul {
        padding-left: 40px;
    }
    .bg-career .d-flex {
        display: block !important;
    }
    .bg-career .flex-column {
        flex-direction: unset !important;
    }
    .bg-career .nav-link {
        font-size: 1.5rem;
    }
    .bg-career .nav .nav-item button.active::after {
        content: "";
        border: 10px solid #000000;
        height: 15px;
        position: absolute;
        left: 30px;
        top: 46px;
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        width: 20px;
        transform: rotate(27deg);
    }
    .contact input {
        width: 100%;
    }
    .contact textarea {
        width: 100%;
    }
    .modal input {width: 100%;
      
    }
    .modal textarea {width: 100%;
      
    }
    
}