/* large pc :1920px. */
@media (min-width: 1500px) and (max-width: 2000px) {


}

/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1366px) {


}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    .Recent-Works-img {
        max-height: 339px;
    }

}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .Recent-Works-img {
        max-height: 254px;
    }

    .main-menu ul li a {
        padding: 28px 11px;
    }

    .kkkk {
        width: 25%;
    }

    .slider-text h2 {
        font-size: 50px;
        line-height: 48px;
        margin-bottom: 25px;
    }

    .slider-infos {
        width: 526px;
    }

    .slider-infos p {
        font-size: 16px;
        line-height: 28px;
    }

    .slider-area {
        padding: 150px 0;
    }

    .blog-content > h2 {
        font-size: 17px;
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .Recent-Works-img {
        max-height: 766px;
    }

    .header-top-right {
        float: none;
        text-align: center;
    }

    .slider-text h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .slider-text p {
        font-size: 15px;
        line-height: 28px;
    }

    .slider-text a {
        font-size: 15px;
        margin-top: 25px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .kkkk {
        width: 100%;
    }

    .testimonial-text {
        margin-top: 20px;
    }

    .testimonial-img img {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .slider-infos {
        width: 100%;
    }

    .service-wrapper {
        text-align: center;
    }

    .copyright p {
        text-align: center;
    }

    .floatright {
        float: none;
        text-align: center;
        margin-top: 5px;
    }

    .contact-sksksksks {
        width: 186px;
    }

    .breadcrumb-menu ul {
        margin-top: 5px;
        text-align: center;
        float: none;
    }

    .breadcrumb-menu {
        text-align: center;
    }

    .single-contact {
        padding: 0;
    }

    .single-contact {
        margin-bottom: 65px;
        padding: 0;
    }

    .slider-area {
        padding: 150px 0;
    }

    .sksksk {
        width: 100%;
    }

    .about-text h2 {
        font-size: 33px;
    }

    .ksksksks {
        padding-right: 0;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}
