/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /*::::::::::::::::::::::::::::::::::::::::
    About Area
::::::::::::::::::::::::::::::::::::::::::*/
    .skill ul li {
        margin-bottom: 8px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Service Section
:::::::::::::::::::::::::::::::::::*/
    .single-service h2 {
        font-size: 25px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Portfolio Area
:::::::::::::::::::::::::::::::::::*/
    .portfolio-hover h4 {
        font-size: 20px;
    }

    .portfolio-btn a {
        font-size: 12px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*::::::::::::::::::::::::::::::::::::
    Navbar area
::::::::::::::::::::::::::::::::::::*/
    .navbar.fixed-top {
        background-color: #000;
        border-bottom: 2px solid #222;
    }

    .navbar-nav {
        background-color: #222;
    }

    .main-menu {
        text-align: center;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    Hero Area
::::::::::::::::::::::::::::::::::::::::::*/
    .hero-area-content {
        padding: 140px 0;
    }

    .hero-area img {
        right: 0;
        max-height: 400px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Service Section
:::::::::::::::::::::::::::::::::::*/
    .single-service h2 {
        font-size: 20px;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    About Area
::::::::::::::::::::::::::::::::::::::::::*/
    .about-bg {
        height: 450px;
        margin-top: 30px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Portfolio Area
:::::::::::::::::::::::::::::::::::*/
    .portfolio-hover h4 {
        font-size: 20px;
    }

    .portfolio-btn a {
        font-size: 12px;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

    /*::::::::::::::::::::::::::::::::::::
    Navbar area
::::::::::::::::::::::::::::::::::::*/
    nav.navbar {
        padding: 0 14px;
    }

    .navbar.fixed-top {
        background-color: #000;
        border-bottom: 2px solid #222;
    }

    .navbar-nav {
        background-color: #222;
    }

    .main-menu {
        text-align: center;
    }

    /*Section Title*/
    .section-title h1 {
        font-size: 30px;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    Hero Area
::::::::::::::::::::::::::::::::::::::::::*/
    .hero-img {
        text-align: center;
        position: relative;
        display: none;
    }

    .hero-img::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-color: #000;
        background: linear-gradient(transparent, black);
    }

    .hero-area-content {
        padding: 140px 0;
    }

    .hero-area-content p {
        font-size: 150%;
    }

    .hero-area-content h1 {
        font-size: 40px;
    }

    .hero-area img {
        max-height: 300px;
        position: relative;
        margin-top: 80px;
    }

    .social-links a {
        color: #fff;
    }

    .social-links a i {
        color: #ffba00;
        background-color: #fff;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    About Area
::::::::::::::::::::::::::::::::::::::::::*/
    .about-bg {
        height: 300px;
        margin-top: 30px;
    }

    .skill ul li {
        margin-bottom: 8px;
        text-align: center;

        display: block;
    }

    /*:::::::::::::::::::::::::::::::::::
        Service Section
:::::::::::::::::::::::::::::::::::*/
    .single-service h2 {
        font-size: 20px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Portfolio Area
:::::::::::::::::::::::::::::::::::*/
    .portfolio-hover h4 {
        font-size: 16px;
    }

    .portfolio-btn a {
        font-size: 10px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        margin-left: 4px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Contact Area
:::::::::::::::::::::::::::::::::::*/
    .contact-form {
        padding: 15px;
    }

}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {


    /*::::::::::::::::::::::::::::::::::::
    Navbar area
::::::::::::::::::::::::::::::::::::*/
    nav.navbar {
        padding: 0 14px;
    }

    .navbar.fixed-top {
        background-color: #000;
        border-bottom: 2px solid #222;
    }

    .navbar-nav {
        background-color: #222;
    }

    /*Section Title*/
    .section-title h1 {
        font-size: 30px;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    Hero Area
::::::::::::::::::::::::::::::::::::::::::*/
    .hero-img {
        text-align: center;
        position: relative;
    }

    .hero-img::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        background-color: #000;
        background: linear-gradient(transparent, black);
    }

    .hero-area-content {
        padding: 140px 0;
    }

    .hero-area-content h1 {
        font-size: 40px;
    }

    .hero-area img {
        max-height: 300px;
        position: relative;
        margin-top: 80px;
    }

    .social-links a {
        color: #fff;
    }

    .social-links a i {
        color: #ffba00;
        background-color: #fff;
    }

    /*::::::::::::::::::::::::::::::::::::::::
    About Area
::::::::::::::::::::::::::::::::::::::::::*/
    .about-bg {
        height: 300px;
        margin-top: 30px;
    }

    .skill ul li {
        margin-bottom: 8px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Service Section
:::::::::::::::::::::::::::::::::::*/
    .single-service h2 {
        font-size: 20px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Portfolio Area
:::::::::::::::::::::::::::::::::::*/
    .portfolio-hover h4 {
        font-size: 16px;
    }

    .portfolio-btn a {
        font-size: 10px;
        line-height: 20px;
        width: 20px;
        height: 20px;
        margin-left: 4px;
    }

    /*:::::::::::::::::::::::::::::::::::
        Contact Area
:::::::::::::::::::::::::::::::::::*/
    .contact-form {
        padding: 15px;
    }
}