@media only screen and (max-width: 1140px) {
    .header .content .carousel .carousel-inner .carousel-item img {
        height: 700px;
    }
}
@media only screen and (max-width: 992px) {
    body .header .content .carousel .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    body .header .content .carousel .carousel-inner .carousel-item .carousel-caption .button {
        margin: 0;
    }

    body h2 {
        font-size: 34px;
    }

    body h4 {
        font-size: 22px;
    }

    .header .content .carousel .carousel-inner .carousel-item img {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {

    .navbar .container .navbar-nav .nav-item {
        margin: 0;
    }

    body h3 {
        font-size: 20px;
    }

    body h5 {
        font-size: 19px;
    }

    .header .content .carousel .carousel-inner .carousel-item img {
        height: 600px;
    }

    .about .container .row .content {
        margin-bottom: 23px;
    }

    .about .container .row .content .images .one {
        margin: 0;
    }

    .about .container .row .content .images .two {
        left: -30px;
    }

}

@media only screen and (max-width: 576px) {
    body .header .content .carousel .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 30px;
    }

    body h2 {
        font-size: 28px;
    }

    .header .content .carousel .carousel-inner .carousel-item img {
        height: 800px;
    }

    .client .owl-one .content img {
        width: 110px;
    }

    .team .container .row .content {
        margin-bottom: 20px;
    }

    .blog .container .row .content {
        margin-bottom: 20px;
    }

    .equipment .container .row .content {
        margin-bottom: 20px;
    }

    .price .content {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 360px) {

    body .header {
        margin-bottom: 20px;
    }

    body .header .content .carousel .carousel-inner .carousel-item .carousel-caption h1 {
        font-size: 33px;
        line-height: 50px;
    }

    body .about,
    body .services,
    body .client,
    body .project,
    body .features,
    body .testimoni,
    body .team,
    body .blog,
    body .footer,
    body .copyright,
    body .equipment,
    body .price {
        padding-left: 12px;
        padding-right: 12px;
    }

    body .header .content .carousel .carousel-inner .carousel-item .carousel-caption {
        top: 30%;
    }

    .footer .container .row .content {
        margin-bottom: 20px;
    }

}