/* =====================================
    MEDIA QUERIES.
===================================== */
@media (max-width:1800px) {

}

@media (max-width:1600px) {
    .ws-content {
        padding: 0px 70px;
        width: 100%;
    }

    .ws-content {
        top: 50%;
        padding: 0px 80px;
        width: 95%;
    }

    .middle-content {
        width: 90%;
        margin-left: 60px;
    }
}

@media (max-width:1400px) {

}

@media (max-width:1300px) {

}

@media (max-width:1200px) {
    .container {
        max-width: 95%;
    }

    .ws-content {
        padding: 0px 50px;
        width: 100%;
    }

    .ws-right-layer {
        height: auto;
        background-color: var(--secundary-color);
        margin-top: 0px;
        margin-left: 0px;
    }


    .middle-content {
        margin: 0px;
        position: relative;
        top: 0;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        width: 100%;
        padding: 50px 30px;
    }
}



@media (max-width:991px) {

    .grid-sizer,
    .grid-box {
        width: 49%;
    }

    .col-footer {
        margin: 1rem 0rem;
    }

    .footer-col {
        margin-top: 35px;
    }

    ul.quick-links,
    .footer-contact {
        margin-top: 10px;
    }

    .center-footer {
        margin: 0px 0px 40px;
    }

    hr.footer-line {
        margin: 15px 0px 15px;
    }

    .bottom-footer {
        margin-top: 40px;
    }

    .footer-copyright p {
        text-align: center;
    }

    .footer-terms {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    ul.footer-contact {
        line-height: 2.3;
    }

    .top-footer {
        margin-bottom: 30px;
    }

    .footer-copyright p {
        margin-bottom: 5px;
    }

    .ws-info{
        height: 100%;
      /*  background: var(--headline-color);*/
      background-color: #80a841;
        margin-top: 0px;
        margin-left: 0px;
        padding: 50px 0px 80px;
    }


    .ws-content {
        position: relative;
        padding: 0px 30px;
    }

    .bl-inner{
        margin-right: 50px;
    }

    .counter-col-layer{
        margin: 25px 0px !important;
    }

    .hb-layer{
        padding: 40px;
        text-align: center;
    }

    .home-box{
        margin: 15px 0px;
    }

    .home-about-info {
        padding-left: 0px;
    }

    .section-title {
        max-width: 80%;
    }

    .hero-box{
        background: #FFF;
        border-bottom: none;
        margin: 4rem 0rem;
    }

    aside {
        padding-right: 0px;
    }

    .comment-form-layer .fc-comments {
        margin: 10px 0px;
    }

    .project-feature-thumb{
        display: none;
    }

    .right-side {
        padding-left: 0px;
    }



}

@media (max-width:767px) {
    .top-header-wrapper {
        display: none !important;
    }


    .pages-hero {
        height: 350px;
    }

    .pages-title {
        top: 55%;
    }

    .error-page-content {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        transform: translate(0%, 0%);
        text-align: center;
        color: #FFF;
        padding: 0rem 5rem;
    }

    .pb-content {
        width: auto;
        background: rgba(255, 255, 255, 0.8);
        margin: 0px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 50px;
        border-bottom: solid 5px var(--secundary-color);
    }

    .parallax-bg .container{
        margin: 0px !important;
        padding: 0px;
    }

    .cta-content{
        padding: 0% 20%;
    }

    .ws-box-layer {
        display: block !important;
        -ms-flex-direction: block !important;
        flex-direction: block !important;
    }

    .ws-box-inner {
        margin: 20px 0px;
    }

    .customer-column-4 {
        border: none;
    }

    .share-post {
        margin-top: 30px;
        float: none;
    }


}

@media (max-width:576px) {
    .pages-title {
        top: 45%;
        left: 0%;
        right: 0%;
        transform: translate(0%, 0%);
        padding: 0px 30px;
    }

    .error-page-content {
        position: absolute;
        padding: 0rem 3rem;
    }

    .error-page-content h1 {
        font-size: 6rem;
    }

    .grid-sizer,
    .grid-box {
        width: 100%;
    }

    .grid-two-col .grid-sizer,
    .grid-two-col .grid-box {
        width: 100%;
    }

    .grid-four-col .grid-sizer,
    .grid-four-col .grid-box {
        width: 100%;
    }

    .footer-btn .btn-default {
        margin: 5px 10px;
    }

    .blok-layer{
        margin-top: 40px;
        display: block !important;
    }

    .bl-inner{
        margin: 25px 0px;
    }

    .section-title {
        max-width: 95%;
    }

    .home-about-alt .order-list{
        display: block !important;
    }

    .cta-content{
        padding: 0% 10%;
    }

    .about-grid {
        display: block !important;
        -ms-flex-direction: block !important;
        flex-direction: block !important;
    }

    .about-grid .ag-box{
        margin: 15px 0px;
    }


}

@media (max-width:480px) {
    .about-banner-layer {
        width: 230px;

    }

    .comment-box .media {
        display: block !important;
    }

    .comment-box .media .mr-3 {
        margin-bottom: 20px;
    }

}

@media (max-width:380px) {
}

@media (max-width:350px) {

}
