@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1800px) {
}

@media only screen and (max-width: 1600px) {
    .home-text > h1 {
        font-size: 110px;
        line-height: 1.05;
        margin-top: 90px;
    }

    .home-text > h2 {
        margin: 10px 0 40px 0;
        font-size: 23px;
    }

    .home-web-dev > h2 {
        font-size: 60px;
        line-height: 1.1;
        letter-spacing: -2px;
        margin: 0 0 30px 0;
    }

    .home-web-dev > p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .dskbtn {
        padding: 15px 40px;
        font-size: 15px;
    }

    .home-client-logos img {
        width: auto;
        max-height: 25px;
    }

    .portfolio-info h2 {
        font-size: 60px;
        line-height: 1.1;
        letter-spacing: -2px;
        margin: 0 0 30px 0;
    }

    .portfolio-info > p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

    .home-section-bg-po {
        margin: -120px 0;
    }

    .home-section-bg-po lottie-player {
        min-height: 130vh;
    }

    .home-about-right-content > p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .home-about-left-title > h2 {
        font-size: 60px;
        line-height: 0.8;
        letter-spacing: -2px;
        margin: 0 0 50px 0;
    }

    .clients-reviews-title > h2 {
        font-size: 70px;
        letter-spacing: -3px;
        margin: 0 0 20px 0;
    }

    #access > div > ul > li > a {
        font-size: 18px;
    }

    .portfolio-div .laptop-image {
        margin-top: 100px;
    }

    .home-section-5 .home-web-dev-image {
        width: 65%;
    }

    .home-section-7 .home-web-dev-image {
        width: 40%;
    }

    .contact-single a {
        font-size: 22px;
    }

    .contact-b-timing h3 {
        font-size: 22px;
        letter-spacing: -0.3px;
        font-weight: 700;
    }

    .contact-b-timing > svg, .contact-single > svg {
        width: 140px;
        height: 140px;
    }

    .contact-single.smallheading {
        padding: 30px 40px 30px 220px;
        min-height: 120px;
    }

    .contact-b-timing {
        padding: 30px 40px 20px 220px;
        min-height: 100px;
    }

    .contact-single {
        padding: 30px 40px 30px 220px;
        min-height: 120px;
    }

    .contact-single p {
        font-size: 14px;
        line-height: 1.4;
    }

    .contact-single h3 {
        font-size: 22px;
    }

    .contact-single.smallheading h3 {
        font-size: 22px;
        font-weight: 700;
    }

    .contact-b-timing p {
        font-size: 14px;
        margin: 0;
    }

    .contact-b-timing > svg {
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 1281px) {
}

@media only screen and (max-width: 1180px) {
    .home-text > h1 {
        font-size: 70px;
        letter-spacing: -2px;
    }

    .home-text > h2 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .portfolio-div .laptop-image {
        margin-top: 25%;
    }

    .home-section-bg-po {
        margin: -250px 0;
    }

    footer .widgets ul li a {
        font-size: 14px;
        font-weight: 600;
    }

    footer .widgets h2 {
        font-size: 22px;
    }

    .contact-section-2 .col-md-6 {
        width: 100%;
    }

    .contact-single.smallheading {
        margin-top: 0;
    }

    .contact-b-timing {
        margin-bottom: 0;
    }

    .contact-section-3 .col-md-6 {
        width: 100%;
    }
    footer .widgets .col-md-7>div.footersocials ul.alsoavailableul li {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 820px) {
    .home-text > h1 {
        font-size: 55px;
    }

    .home-client-logos img {
        max-height: initial;
        flex: 0 0 auto;
        margin: 20px;
        max-width: calc(20% - 10px);
    }

    .home-client-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -20px;
    }

    .home-section-6 {
        display: none;
    }

    .home-section-bg-po lottie-player {
        width: 150% !important;
    }

    .home-section-bg-po {
        margin: -440px 0;
    }

    .clients-reviews-title > h2 {
        line-height: 1.1;
        font-size: 50px;
        letter-spacing: -1px;
    }

    d {
        width: 100%;
        display: flex;
    }

    footer .widgets .col-md-7 {
        width: 100%;
        margin-top: 40px;
    }

    footer .widgets .col-md-5 > div {
        width: 50%;
    }

    footer .widgets .col-md-5 > div.f-about-us {
        margin: 10px 0 0 0;
    }

    footer .widgets .col-md-7 > div.footersocials {
        width: 50%;
    }

    footer .widgets .col-md-7 > div.footerlinks {
        width: 50%;
    }

    footer .widgets .col-md-7 > div.footersocials ul li {
        width: 100%;
    }

    .contact-section-1 {
        padding: 170px 0 30px;
    }
}

@media only screen and (max-width: 736px) {
    header.header {
        padding: 15px 0;
    }

    header.header .topMenusd {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100vh;
        background: #000;
        z-index: 10;
        transition: all ease .4s;
    }

    div#access {
        margin: 0;
        width: 100%;
        display: block;
    }

    #access > div > ul > li > a {
        margin: 0;
        display: block;
        width: 100%;
        height: 80px;
        line-height: 80px;
        padding: 0 30px;
        border-bottom: 1px solid #333;
    }

    #access .menu-header li, div.menu li {
        float: none;
        width: 100%;
    }

    .responsive-menu > i {
        background: #fff;
        height: 3px;
        width: 40px;
        display: block;
        margin: 5px auto;
        position: relative;
    }

    .responsive-menu {
        position: relative;
        z-index: 1;
        display: block;
    }

    .responsive-menu.active > i.bar {
        transform: rotate(45deg);
        margin: 0;
        top: 2px;
    }

    .responsive-menu.active > i.bar:last-child {
        transform: rotate(-45deg);
        top: 0;
    }

    header.header .topMenusd.active {
        left: 0;
    }

    .home-top-portfolio > img {
        left: -10px;
    }

    .home-top-portfolio > img.left-1-img {
        right: -10px;
    }

    .home-web-dev {
        width: 100%;
    }

    .home-web-dev-image {
        width: 60%;
        position: absolute;
        bottom: -30px;
        right: -80px;
    }

    .home-section-3 {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .home-client-logos img {
        max-width: 100%;
    }

    .home-client-logos {
        display: flex;
        justify-content: center;
    }

    .home-about-right-content {
        width: 100%;
    }

    .home-about-left-title {
        width: 100%;
        margin-bottom: 40px;
    }

    .home-section-9 .col-md-12 {
        display: flex;
        flex-direction: column;
    }

    .home-section-9 {
        padding: 40px 0;
    }

    footer .widgets .col-md-5 > div {
        width: 100%;
        text-align: center;
        flex: 0 0 auto;
    }

    footer .widgets .col-md-7 > div.footersocials {
        width: 100%;
        text-align: center;
    }

    footer .widgets .col-md-7 > div.footerlinks {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }

    footer .widgets .col-md-5 {
    }

    .col-md-5 {
    }

    .copy p {
        margin-top: 30px;
    }

    .copy p:first-child {
        margin-top: 0;
    }

    a.whatsapplink {
        bottom: 0px;
        right: 0;
    }

    .copy {
        padding-bottom: 50px;
    }

    .home-text > h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    header.header.white .responsive-menu > i {
        background: #000;
    }

    header.header.white .topMenusd {
        background: #fafafa;
    }

    header.header.white #access > div > ul > li > a {
        border-color: #d5d5d5;
    }

    .contact-text h1 {
        font-size: 60px;
        line-height: 1;
        letter-spacing: -2px;
    }

    article.single-post-item {
        width: 100%;
    }

    article.single-post-item .post-thumb a span.imgsc {
        height: 240px;
    }

    .post-info > a.portbtn {
        display: none;
    }

    .portimg img.fullimg {
        max-width: 100%;
    }

    .still-ine, .still-ine-2 {
        padding: 30px;
    }

    .contact-b-timing, .contact-single, .contact-single.smallheading {
        padding: 20px;
        overflow: hidden;
    }

    .contact-b-timing > svg, .contact-single > svg {
        right: 0;
        left: auto;
        opacity: 0.3;
    }
    .home-section-7 {
        overflow: hidden;
    }
    
    .home-section-bg-po {
        margin: -330px 0;
    }
    
    .home-section-10 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 479px) {
}

@media only screen and (max-width: 382px) {
}

@media not all, only screen and (min--moz-device-pixel-ratio: 2), not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}
