/*========================================================================================
                                 Start Responsive Style
========================================================================================*/

/*==================Large Display==============*/
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .container{
        width: 970px;
    }
    .post-by > a {
        margin-right: 15px;
    }
    .post-date {
        margin-right: 15px;
    }
    
}

/*==================Medium Display==============*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .container{
        width: 750px;
    }
    .skill .progress:nth-child(2){
        margin-bottom: 0;
    }
   .skill-progress {
        margin-top: 0;
    }
    
}

/*============ Tab Display==============*/
@media only screen and (max-width: 767px){
    .container{
        width: 450px;
    }
    
}

/*=============Medium Mobile Screen==============*/
@media only screen and (min-width: 480px) and (max-width: 767px){
    .ptb-1 {
        padding-bottom: 70px;
        padding-top: 70px;
    }
    h1 {
        font-size: 45px;
    }
    h3 {
        font-size: 25px;
    }
    .skill .progress:nth-child(2){
        margin-bottom: 0;
    }
   .skill-progress {
        margin-top: 0;
    }
    .user-details {
        margin-top: 40px;
    }
    .service-single-item {
        padding: 0 20px;
        text-align: center;
    }
    .contact-info {
        margin-top: 40px;
    }
    .copy-right {
        text-align: center;
    }
    .copy-right > p {
        line-height: 70px;
    }
    .ftr-social-link {
        text-align: center;
    }
    .ftr-social-link {
        padding: 25px 0;
    }
    
}

/*============Small Mobile Display==============*/
@media only screen and (min-width: 300px) and (max-width: 479px) {
    .container {
        width: 300px;
    }
    h1 {
        font-size: 30px;
        line-height: 60px;
    }
    h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .slider-title p {
        font-size: 17px;
    }
    .user-details {
        margin-top: 40px;
    }
    .user-details > h3 {
        font-size: 17px;
    }
    .skill .progress:nth-child(2){
        margin-bottom: 0;
    }
   .skill-progress {
        margin-top: 0;
    }
    .service-single-item {
        text-align: center;
    }
    .portfolio-menu > li {
        margin-right: 8px;
    }
    .project-item:hover .hover-mask h4 {
        top: 25%;
    }
    .project-item:hover .hover-mask i {
        bottom: 25%;
    }
     .post-by > a {
        margin-right: 8px;
    }
    .post-date {
        margin-right: 8px;
    }
    .contact-info {
        margin-top: 40px;
    }
    .copy-right {
        text-align: center;
    }
    .copy-right > p {
        line-height: 70px;
    }
    .ftr-social-link {
        text-align: center;
    }
    .ftr-social-link {
        padding: 25px 0;
    } 
}