/*================================== MOBILE VIEW ==================================*/
@media (max-width: 767px) {
    .sticky-header .logo {
        text-align: center !important;
    }

    .sticklogo {
        margin-bottom: 3%;
        object-fit: contain;
    }

    #popup1 .popup {
        width:100% !important;
    }

    .imgportfolio {
        height: 100px !important;
        width: 100% !important;
        object-fit: contain;
    }

    .in-box h2 {
        padding-left:0 !important;
        font-size:14px !important;
    }

    #pqt .popup {
        width:100% !important;
    }

    .mobgallerytitle {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 98px;
        -webkit-box-orient: vertical;
    }

    .smlogo {
        height: 50px !important;
        margin-bottom: 5%;
        object-fit: contain;
    }

    .process-follow .process-grid .item_follow {
        width: calc(46.5% - 16px);
        margin: 12px 12px 5px;
    }

    .schange {
        font-size: inherit !important;
    }

    .s1change {
        font-size: inherit !important;
        text-transform: none !important;
    }

    .pull-left {
        width: 90% !important;
    }

    .logo-box {
        width: 90% !important;
    }

    .nav-outer {
        position: absolute !important;
    }

    .mobile-nav-toggler {
        margin-left: 0 !important;
        right: 7% !important;
    }
    /* .main-header { 
        background-color: #4077e8  !important;   
    } */
    .sticky-header .title {
        color: #476ce5 !important;
        font-size: 30px !important;
        line-height: 30px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .title {
        font-size: 30px !important;
        line-height: 30px !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .sticky-header .logo {
        width: 100% !important;
    }

    .header-upper {
        background-image: url(../images/main-slider/dotted-layer-1.png) !important;
        /* background-image: url(images/main-slider/dotted-layer-1.png);   */
    }

    .main-header {
        /* background-image: url(images/background/pattern-17.png); */
        background-image: url(../images/background/pattern-17.png);
        background-color: #3f73e7 !important;
        background: linear-gradient(45deg, #4077e8,#3a66df, #304ed2) !important;
    }

    .banner-section-four .slide {
        padding-bottom: 50px !important;
        padding-top: 12px !important;
    }

    .about-section.style-two {
        padding-top: 5px !important;
    }

    .clientExp {
        padding: 12px !important;
    }

    .clientHead {
        font-size: 16px !important;
    }

    .btnhide {
        display: none !important;
    }

    @media (min-width: 320px) and (max-width: 480px) {
        .our-process {
            display: none !important;
        }

        .btnhide {
            display: none !important;
        }
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    /*Medium Desktop*/
    .main-slider-carousel {
        height: 700px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    /*Large Desktop*/
    .main-slider-carousel {
        height: 760px !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {
    /*Extra Large Desktop*/
    .main-slider-carousel {
        height: 800px !important;
    }
}
/*@media screen and (min-width: 1900px) {
    .main-slider-carousel {
        height:800px !important;
    }
}*/

@media screen and (min-width: 1920px) {
    /*For Projectors or Higher Resolution Screens (Full HD)*/
    .main-slider-carousel {
        height: 770px !important;
    }
}

@media screen and (min-width: 3840px) {
    /*For 4K Displays (Ultra HD)*/
    .main-slider-carousel {
        height: 800px !important;
    }
}
