@-ms-viewport {
    width: device-width;
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .menu-icon{
        right: 10px;
    }
    .menu-bottom-area{
        bottom: 30px;
    }
    .footer-floating-icon {
        left: 20px;
        bottom: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .menu-icon{
        right: 10px;
    }
    .menu-header{
        margin: 20px 0 0 0;
    }
    .menu-close{
        right: 10px;
        bottom: 10px;
    }
    .navigation ul li a{
        font-size: 35px;
        line-height: 45px;
    }
    .menu-bottom-area{
        bottom: 30px;
    }
    .home-content-area{
        min-height: 80vh;
    }
    .home-content{
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .home-content h1{
        font-size: 80px;
        line-height: 80px;
        padding: 0 0 40px 0;
    }
    .footer-floating-icon {
        left: 20px;
        bottom: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .menu-icon{
        right: 10px;
        top: 40px;
    }
    .menu-header{
        margin: 20px 0 0 0;
    }
    .menu-close{
        right: 10px;
        bottom: 10px;
    }
    .navigation ul li a{
        font-size: 35px;
        line-height: 45px;
    }
    .menu-bottom-area{
        bottom: 30px;
    }
    .home-content-area{
        min-height: 80vh;
    }
    .home-content{
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .home-content h1{
        font-size: 80px;
        line-height: 80px;
        padding: 0 0 40px 0;
    }
    .footer-floating-icon {
        left: 20px;
        bottom: 20px;
    }

    /* for portfolio page */

    .portfolio-area{
        padding: 20px 0 50px 0;
    }
    .portfolio-title h1{
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio-item{
        width: 48%;
        margin: 10px 0 10px 0;
    }

    /* for portfolio details page */

    .portfolio-details-top-left{
        width: 100%;
    }
    .portfolio-details-top-right{
        width: 100%;
    }
    .portfolio-details-left{
        width: 100%;
    }
    .portfolio-details-right{
        width: 100%;
    }
    .portfolio-gallery-item{
        width: 32.33%;
    }


}

@media (min-width: 481px) and (max-width: 768px) {
    
    .menu-icon{
        right: 10px;
        top: 40px;
    }
    .navigation{
        display: none;
    }
    .menu-area::before{
        background: #002642;
    }
    .mobile-menu{
        display: block;
    }
    .menu-header{
        margin: 20px 0 0 0;
    }
    .menu-close{
        right: 10px;
        bottom: 10px;
    }
    .menu-bottom-area{
        bottom: 30px;
        text-align: center;
    }
    .menu-bottom-left{
        width: 100%;
    }
    .authorinfo{
        background: url(images/menu-bottom-logo.png) no-repeat center top;
        padding: 50px 0 0 0;
    }
    .menu-bottom-right{
        width: 100%;
        text-align: center;
    }
    .home-content-area{
        min-height: 60vh;
    }
    .home-content{
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .home-content h1{
        font-size: 60px;
        line-height: 50px;
        padding: 0 0 20px 0;
    }
    .authorinfo{
        padding: 60px 0 0 0;
    }
    .footer-info-left .authorinfo{
        background:url(images/footer-logo.png) no-repeat center 0;
    }
    .footer-info-left{
        width: 100%;
        text-align: center;
    }
    .footer-info-right{
        width: 100%;
        text-align: center;
    }
    .footer-floating-icon {
        left: 20px;
        bottom: 20px;
    }

    /* for portfolio page */

    .portfolio-area{
        padding: 20px 0 20px 0;
    }
    .portfolio-title h1{
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio-item{
        width: 48%;
        margin: 10px 0 10px 0;
    }

    /* for portfolio details page */

    .portfolio-details-area{
        padding: 20px 0 50px 0;
    }
    .portfolio-details-top-left{
        width: 100%;
    }
    .portfolio-details-top-right{
        width: 100%;
    }
    .portfolio-details-left{
        width: 100%;
    }
    .portfolio-details-right{
        width: 100%;
    }

    /* for contact page */

    .contact-area{
        padding: 30px 0;
    }
    .contact-top-info h3{
        font-size: 30px;
        line-height: 35px;
    }
    .contact-form-list{
        padding: 0 0 0 0;
    }
    .contact-form-half{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact-form-list textarea{
        margin: 0 0 20px 0;
    }
    .portfolio-landing-content-area .home-content{
        padding: 30px 10px 30px 10px;
        overflow: hidden;
    }
    .portfolio-gallery-item{
        width: 49%;
    }

}

@media (max-width: 480px) {
    .menu-icon{
        right: 10px;
        top: 40px;
    }
    .navigation{
        display: none;
    }
    .menu-area::before{
        background: #002642;
    }
    .mobile-menu{
        display: block;
    }
    .menu-header{
        margin: 20px 0 0 0;
    }
    .menu-close{
        right: 10px;
        bottom: 10px;
    }
    .menu-bottom-area{
        bottom: 30px;
        text-align: center;
    }
    .menu-bottom-left{
        width: 100%;
    }
    .authorinfo{
        background: url(images/menu-bottom-logo.png) no-repeat center top;
        padding: 50px 0 0 0;
    }
    .menu-bottom-right{
        width: 100%;
        text-align: center;
    }
    .home-content-area{
        min-height: 60vh;
    }
    .home-content{
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .home-content h1{
        font-size: 60px;
        line-height: 50px;
        padding: 0 0 20px 0;
    }
    .authorinfo{
        padding: 60px 0 0 0;
    }
    .footer-info-left .authorinfo{
        background:url(images/footer-logo.png) no-repeat center 0;
    }
    .footer-info-left{
        width: 100%;
        text-align: center;
    }
    .footer-info-right{
        width: 100%;
        text-align: center;
    }

    .footer-floating-icon {
        left: 20px;
        bottom: 20px;
    }

    /* for portfolio page */

    .portfolio-area{
        padding: 20px 0 20px 0;
    }
    .portfolio-title h1{
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio-item{
        width: 100%;
        margin: 15px 0 15px 0;
    }

    /* for portfolio details page */

    .portfolio-details-area{
        padding: 20px 0 50px 0;
    }
    .portfolio-details-top-left{
        width: 100%;
    }
    .portfolio-details-top-right{
        width: 100%;
    }
    .portfolio-details-left{
        width: 100%;
    }
    .portfolio-details-right{
        width: 100%;
    }

    /* for contact page */

    .contact-area{
        padding: 30px 0;
    }
    .contact-top-info h3{
        font-size: 30px;
        line-height: 35px;
    }
    .contact-form-list{
        padding: 0 0 0 0;
    }
    .contact-form-half{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact-form-list textarea{
        margin: 0 0 20px 0;
    }
    .portfolio-landing-content-area .home-content{
        padding: 30px 10px 30px 10px;
        overflow: hidden;
    }
    .portfolio-gallery-item{
        width: 49%;
    }


}

@media (max-width: 320px) {
    .menu-icon{
        right: 10px;
        top: 40px;
    }
    .navigation{
        display: none;
    }
    .menu-area::before{
        background: #002642;
    }
    .mobile-menu{
        display: block;
    }
    .menu-header{
        margin: 20px 0 0 0;
    }
    .menu-close{
        right: 10px;
        bottom: 10px;
    }
    .menu-bottom-area{
        bottom: 30px;
        text-align: center;
    }
    .menu-bottom-left{
        width: 100%;
    }
    .authorinfo{
        background: url(images/menu-bottom-logo.png) no-repeat center top;
        padding: 50px 0 0 0;
    }
    .menu-bottom-right{
        width: 100%;
        text-align: center;
    }
    .home-content-area{
        min-height: 60vh;
    }
    .home-content{
        padding: 50px 0 30px 0;
        text-align: center;
    }
    .home-content h1{
        font-size: 60px;
        line-height: 50px;
        padding: 0 0 20px 0;
    }
    .authorinfo{
        padding: 60px 0 0 0;
    }
    .footer-info-left .authorinfo{
        background:url(images/footer-logo.png) no-repeat center 0;
    }
    .footer-info-left{
        width: 100%;
        text-align: center;
    }
    .footer-info-right{
        width: 100%;
        text-align: center;
    }

    /* for portfolio page */

    .portfolio-area{
        padding: 20px 0 20px 0;
    }
    .portfolio-title h1{
        font-size: 40px;
        line-height: 50px;
    }
    .portfolio-item{
        width: 100%;
        margin: 15px 0 15px 0;
    }

    /* for portfolio details page */

    .portfolio-details-area{
        padding: 20px 0 50px 0;
    }
    .portfolio-details-top-left{
        width: 100%;
    }
    .portfolio-details-top-right{
        width: 100%;
    }
    .portfolio-details-left{
        width: 100%;
    }
    .portfolio-details-right{
        width: 100%;
    }

    /* for contact page */

    .contact-area{
        padding: 30px 0;
    }
    .contact-top-info h3{
        font-size: 30px;
        line-height: 35px;
    }
    .contact-form-list{
        padding: 0 0 0 0;
    }
    .contact-form-half{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .contact-form-list textarea{
        margin: 0 0 20px 0;
    }
    .portfolio-landing-content-area .home-content{
        padding: 30px 10px 30px 10px;
        overflow: hidden;
    }
    .portfolio-gallery-item{
        width: 49%;
    }

}