@media screen and (max-width:991px) {

    /* Preloder */
    #preloader {
        background-size: 25%;
    }

    /* ===== 7. Style Switcher Style ===== */
    .color-switcher .default-cursor {
        display: none;
    }

    /* 8. Main Wrapper Style */
    .main-wrapper {
        margin-left: auto;
    }

    /*  ===== Custom Cursoe ===== */
    .cursor-1,
    .cursor-2 {
        display: none;
    }

    /* ===== 11. Header Style ===== */
    .navbar {
        height: auto;
        overflow: visible;
        width: 100% !important;
        border: none !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 8px;
        padding-bottom: 8px;
        z-index: 999;
        background: transparent;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    /* On Scroll Fixed Navbar */
    .navbar-sticky-on .navbar-nav .nav-link:hover,
    .navbar-sticky-on .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.active {
        color: var(--color-skyblue-900) !important;
    }

    .navbar-sticky-on .navbar-nav .nav-link {
        color: var(--color-text-700);
    }

    .navbar-sticky {
        -webkit-transition: none;
        transition: none;
    }

    .navbar-sticky-transition {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .navbar-sticky-moved-up {
        position: fixed;
        top: 0;
        background: var(--body-bg);
        margin-top: -100px;
    }

    .navbar-sticky-on {
        margin-top: 0;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
        -moz-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
        -ms-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
        -o-box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
        box-shadow: rgba(27, 67, 105, 0.164) 0px 0px 20px;
    }

    .navbar-brand {
        width: 50%;
        text-align: left;
    }

    .navbar-brand img {
        max-width: 135px;
    }

    .navbar .social-icons {
        display: none !important;
    }

    .navbar-toggler {
        padding-right: 0;
        border: none;
    }

    .navbar-toggler:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-sticky-on .navbar-toggler-icon {
        color: var(--color-text-700);
    }

    .navbar .navbar-nav {
        background: var(--color-text-700);
        text-align: center;
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 24px;
        color: var(--color-midnightblue-900);
    }

    .navbar-sticky-on {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    /* ===== 12. Home Style ===== */
    .home-content {
        padding-top: 150px;
    }

    .home .home-image {
        margin-top: 40px;
        margin-left: 0;
        text-align: center;
    }

    .home .home-text h2 {
        font-size: 65px;
    }

    .home .home-image img {
        width: 100%;
    }


    /* ===== 13. Text Slider Style ===== */
    .text-scroller-in h4 {
        font-size: 65px;
    }

    /* ===== 14. About Style ===== */
    .about .about-image {
        margin-bottom: 65px;
    }

    /* ===== 15. Services Style ===== */
    .service .single-service-card {
        padding: 45px 30px;
    }

    /* ===== 16. Resume Style ===== */
    .resume .resume-box .resume-title {
        margin-bottom: 10px;
    }

    /* ===== 19. Blog Style ===== */
    .blog .blog-inner .blog-cta {
        top: 20px;
        left: 20px;
    }

    .blog .blog-inner .blog-date {
        top: 20px;
        right: 20px;
    }

    .blog .blog-inner .blog-title,
    .blog .blog-inner.blog-sm .blog-title {
        left: 15px;
        right: 15px;
        bottom: 15px;
        font-size: 16px;
        line-height: 1.3;
    }

    /* ===== 20. Quote Text Style ===== */
    .qute .quote-item p {
        width: 80%;
        font-size: 23px;
        line-height: 35px;
    }

    .qute .quote-item svg.quote-left {
        left: 0;
    }

    .qute .quote-item svg.quote-right {
        right: 0;
    }

    /* ===== 21. Contact Style ===== */
    .contact .contact-item {
        padding: 20px 10px;
    }
}

@media screen and (max-width:767px) {

    /* Preloder */
    #preloader {
        background-size: 40%;
    }

    .ptb_100 {
        padding: 90px 0;
    }

    .section-heading {
        margin-bottom: 70px;
    }

    .section-heading h2 {
        font-size: 45px;
    }

    /* ===== 11. Header Style ===== */
    .navbar-brand img {
        max-width: 115px;
    }

    /* ===== 12. Home Style ===== */
    .home-content {
        padding-top: 100px;
    }

    .home .home-text::before {
        display: none;
    }

    .home .home-text h2 {
        font-size: 35px;
    }

    .home .home-text h2 .bg-text {
        font-size: 11px;
        padding: 6px 11px;
    }

    .home .home-image {
        margin-top: 50px;
    }

    .home .home-image-exp .arrow {
        height: 150px;
        width: 150px;
    }

    .home .home-image-exp .arrow i {
        font-size: 35px;
    }

    /* ===== 14. About Style ===== */
    .about-image-exp {
        padding: 0 25px;
    }

    .about .about-cards {
        flex-direction: column;
    }

    .about .personal-info {
        margin-top: 30px;
    }

    /* ===== 15. Services Style ===== */
    .service .single-service-card {
        padding: 40px 30px;
    }

    /* ===== 19. Blog Style ===== */
    .blog .blog-inner .blog-cta {
        top: 20px;
        left: 20px;
    }

    .blog .blog-inner .blog-date {
        top: 20px;
        right: 20px;
    }

    .blog .blog-inner .blog-title,
    .blog .blog-inner.blog-sm .blog-title {
        left: 15px;
        right: 15px;
        bottom: 15px;
        font-size: 20px;
        line-height: 1.3;
    }

    /* ===== 20. Quote Text Style ===== */
    .qute.ptb_100 {
        padding: 110px 0;
    }

    .qute .quote-item p {
        font-size: 17px;
        width: 100%;
        line-height: 27px;
    }

    .qute .quote-item svg {
        width: 65px;
    }

    .qute .quote-item svg.quote-left {
        left: 0;
    }

    .qute .quote-item svg.quote-right {
        right: 0;
    }

    /* ===== 22. Footer Style ===== */
    .footer {
        padding: 30px 0;
        text-align: center;
    }

    .footer .footer-socials {
        margin-bottom: 25px;
    }

    .footer .copyright-text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer .footer-nav {
        text-align: center;
    }
}