
/*===============================================
            Smart phone and tablets
===============================================*/

@media(max-width:767px)
{

    /*-- home --*/

    .home .overlay .content h2 {
        font-size: 3em;
    }

    .home .slid_content h2{
        font-size: 50px;
    }

    .home .slid_content p{
        max-width: 70%;
    }

    .navbar-default{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home nav li hr{
        display: none;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand{
        top: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(-50%);
        transform: translateY(0);
        padding: 15px 15px;
    }

    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form{
        border-color: #eee;
        margin-top: 15px;
    }

    /*-- intro --*/
    .intro .slider_container {
        float: none;
    }

    .intro h1,
    .intro p,
    .intro .more{
        text-align: center;
    }

    .intro h1{
        padding-top: 0;
    }

    .intro p,
    .intro .more{
        margin-bottom: 40px;
    }

    /*-- about us --*/
    .about_us{
        text-align: center;
    }

    .about_us h3.about_me{
        margin-top: 50px;
    }

    .about_us .item2{
        margin-top: 58px;
    }

    .about_us .skills .skill{
        margin-bottom: 40px;
    }

    .about_us .skills .skill .item{
        width: 40%;
        margin: auto;
    }
    
    .about_us .item3 .team {
        margin-bottom: 40px;
    }

    /*-- services --*/
    .services .item{
        text-align: center;
    }

    /*-- portfolio --*/
    .portfolio .box-folio .col-md-3.col-sm-6,
    .portfolio .box-folio .col-md-6.col-sm-6,
    .portfolio .box-folio .col-md-4{
        padding: 15px;
    }

    /*-- blog --*/
    .blog .item{
        margin-bottom: 50px;
    }

    .blog .item:last-of-type{
        margin-bottom: 0;
    }

    /*-- testimonials --*/
    .testimonials{
        padding: 70px 0;
    }

    /*-- contact --*/
    .contact .info{
        margin-bottom: 0;
    }

    .contact .info p{
        margin-bottom: 30px;
    }

    .contact .contact_form{
        padding: 4% 10% 10% 10%;
    }

    .contact form{
        margin-bottom: 30px;
    }

    .msg_success, .msg_error{
        bottom: 35px;
    }

    /*-- footer --*/
    footer,
    footer .social-links{
        text-align: center;
    }

    footer .main-sec{
        margin-bottom: 20px;
    }

}

@media(max-width:635px)
{

    /*-- home --*/

    .home .slid_content h2{
        font-size: 35px;
    }

    .home .slid_content p{
        font-size: 13px;
        max-width: 66%;
    }

    .home .slid_content .view_project{
        font-weight: 300;
    }

    .slider_nav .left, .slider_nav .right{
        width: 40px;
    }
}


/*===============================================
            Small screen
===============================================*/

@media(min-width:768px) and (max-width:991px)
{

    /*-- home --*/
    .home .slid_content h2{
        font-size: 65px;
    }

    .home .slid_content p{
        max-width: 600px;
    }

    /*-- blog --*/
    .blog .item{
        margin-bottom: 50px;
    }

    .blog .item:last-of-type{
        margin-bottom: 0;
    }
}


/*===============================================
            Medium screen
===============================================*/

@media(min-width:992px) and (max-width:1199px)
{

}


/*===============================================
            Large screen
===============================================*/

@media(min-width:1200px)
{

}