/* Medium Device*/

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-me-img img {
        width: 100%;
        height: auto;
    }
    .resumeList {
        padding: 0;
    }
    .owl-item .single-client-item img {
        margin: 0 auto;
    }
    #footer {
        padding: 30px 15px;
    }
}


/* Tablat layout*/

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-me-img.text-right {
        text-align: center;
    }
    .resumeList {
        padding: 0;
    }
    .owl-item .single-client-item img {
        margin: 0 auto;
    }
    #footer {
        padding: 30px 15px;
    }
}

@media only screen and (max-width:767px) {
    .navbar-custom .navbar-collapse {
        border-color: rgba(255, 255, 255, 0.02);
        background: #22313F;
    }
    .navbar-custom .navbar-toggle {
        margin: 6px 12px;
    }
    .single-slide-item h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .single-slide-item p {
        font-size: 13px;
        line-height: 1.5;
    }
    .welcome-buttons a {
        font-size: 13px;
        padding: 14px 24px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .section-title h1 {
        font-size: 36px;
    }
    .about-me-text h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about-me-brief p {
        text-align: justify;
    }
    .about-me-contact {
        margin: 20px 0;
    }
    .single-counter {
        padding: 40px 20px;
    }
    .resumeList {
        margin: 0;
        padding: 0;
    }
    .resumeList h5 {
        font-size: 14px;
        line-height: 1.6;
    }
    .resumeEmp {
        margin-top: 50px;
    }
    .single-client-item img {
        margin: 0 auto;
        text-align: center;
    }
    #footer {
        padding: 30px 10px;
        line-height: 1.6;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .hero-area-heading h2 {
        margin-bottom: 15px;
    }
    .text-right {
        text-align: center;
    }
}