/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    /* menu start her e */
    .navbar-logo {
        width: 150px;
    }
    .menu {
        display: flow-root;
        align-items: center;
    }
    .menu li a {
        margin-top: 9px;
        display: inline-block;
    }
    .menu-list-item {
        position: relative;
        left: 0px;
        top: -0px;
    }
    /* menu  end here  */
    /* banner start here  */
    .banner {
        height: 100vh;
        background-position-y: 0;
        background-position-x: unset;
    }
    .banner-item {
        top: 30vh;
    }
    .banner-title h1 {
        font-size: 26px;
    }
    /* banner end here  */
    /* ============what do start here =========== */
    .c-single-item {
        margin-bottom: 30px;
    }
    .c-para p {
        text-align: center;
    }
    /* ============what do end here ========== */
    .work-header h1 {
        color: #E75617;
        font-size: 31px;
    }
    /* ====help start here======== */
    .help-single-item {
        display: block;
    }
    .help-btn {
        margin-bottom: 15px;
    }
    .help-btn a {
        padding: 8px 22px;
        font-size: 19px;
    }
    /* =========help end here ===== */
    /* ========gallery start here ======== */
    .section-title {
        font-size: 28px;
    }
    /* =============gallery end here ======== */
    /* =======footer start here========== */
    .footer-scoial-icon {
        justify-content: space-between;
    }
    /* ==========footer end here=========== */
}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    /* menu start her e */
    .menu {
        display: flow-root;
        align-items: center;
    }
    .menu li a {
        margin-top: 9px;
        display: inline-block;
    }
    .menu-list-item {
        position: relative;
        left: 0px;
        top: -0px;
    }
    /* menu  end here  */
    /* banner start here  */
    .banner {
        height: 95vh;
        background-position-y: 0;
    }
    .banner-item {
        position: absolute;
        top: 25vh;
    }
    /* banner end here  */
    /* ============what do start here =========== */
    .c-single-item {
        margin-bottom: 35px;
    }
    .c-para p {
        text-align: center;
    }
    /* ============what do end here ========== */
    /* ========help start here ============== */
    .help-btn a {
        padding: 13px 23px;
        font-size: 16px;
    }
    /* =============help end here========== */
    /* ========gallery start here ======== */
    .section-title {
        font-size: 30px;
    }
    /* =============gallery end here ======== */
    /* =====footer start here ========= */
    .footer-single-item {
        margin-bottom: 60px;
    }
    .footer-title h3 {
        font-size: 21px;
    }
    /* =========footer end here ===== */
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    /* menu start her e */
    .menu {
        display: flow-root;
        align-items: center;
    }
    .menu li a {
        margin-top: 9px;
        display: inline-block;
    }
    .menu-list-item {
        position: relative;
        left: 0px;
        top: -0px;
    }
    /* menu  end here  */
    /* banner start here  */
    .banner {
        height: 100vh;
        background-position-y: -39px;
    }
    .banner-item {
        top: 25vh;
    }
    /* banner end here  */
    /* help start here  */
    .help-btn a {
        padding: 10px 44px;
    }
    /* help end her e */
    /* ========gallery start here ======== */
    .section-title {
        font-size: 30px;
    }
    /* =============gallery end here ======== */
    /* ========footer start here =========== */
    .footer-single-item {
        margin-bottom: 50px;
    }
    /* ===========footer end here======== */
}


/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .navbar-logo {
        width: 160px;
    }
    /* banner start here  */
    .banner {
        background-position-y: -60px;
    }
    .banner-item {
        position: absolute;
        top: 30vh;
    }
    /* banner end here  */
    /* help start here  */
    .help-btn a {
        padding: 10px 105px;
    }
    /* help end here  */
    /* ========gallery start here ======== */
    .section-title {
        font-size: 32px;
    }
    /* =============gallery end here ======== */
    /* footer start here */
    .footer-link ul li a {
        font-size: 15px;
    }
    /* footer end here  */
}


/* Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1292px) and (max-width: 1499.98px) {
    .banner-item {
        top: 40vh;
    }
}

@media (min-width: 1500px) and (max-width: 1799.98px) {}

@media (min-width: 1800px) {
    header {
        padding: 40px 0px;
    }
    .menu {
        display: flex;
        align-items: center;
        font-size: 18px;
    }
    .banner-para {
        line-height: 37px;
        color: white;
        font-size: 17px;
        padding: 15px 0px;
    }
    .banner {
        height: 100vh;
        background-position-y: -108px;
    }
    /* =======what do start here  */
    .c-para p {
        font-size: 19px;
        line-height: 36px;
    }
    /* =======what do end here  */
    .work-content p {
        line-height: 35px;
    }
    .work-btn a {
        font-size: 21px;
        padding: 9px 18px;
    }
    /* =============help start here =========== */
    .help-btn a {
        padding: 20px 150px;
        font-size: 20px;
    }
    /* ==============help end here ========= */
}