@media screen and (min-width: 1400px) and (max-width: 1800px) {
    .section {
        height: 100vh;
    }
}

@media screen and (min-width: 1800px){
    .pos-abs {
        position: relative;
    }
}
@media screen and (max-width: 1400px){
    .pos-abs {
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    div#tsparticles {
        display: none;
    }

    .navbar-nav {
        margin-bottom: 0 !important;
        align-items: start;
    }

    .menu-boxes>div>div {
        flex-wrap: wrap;
    }

    .half {
        width: 50%;
    }

    .full-width {
        padding-top: 20px;
        border-top: 1px solid #ccc;
        border-left: none;
        width: 100%;
    }

    .low-sec {
        margin-top: 10px !important;
    }

    .flex-c {
        flex-direction: column;
    }

    .flex-c>div {
        width: 100%;
    }

    .sec-btn-area span {
        display: none;
    }

    .sec-btn-area a {
        width: 220px;
    }

    .sec-btn-area {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {

    .home-main-cont {
        padding-top: 0px;
    }

    .display-4 {
        text-align: left;
    }

    section#section1 {
        padding: 100px 0px 50px;
    }

    .sologon-p {
        font-size: 18px;
        letter-spacing: 5px;
    }

    .sologon-h,
    .sologon-hh {
        font-size: 3rem;
    }

    .projcet-showcase h2 br {
        display: none;
    }

    h2.section-heading br {
        display: none;
    }

    .half {
        width: 100%;
    }

    .pos-abs {
        display: none;
    }
}

@media screen and (max-width: 544px) {
    .big-button a {
        font-size: 24px;
    }

    .big-button a::after {
        font-size: 28px;
    }

    .sologon-p,
    .projcet-showcase p {
        font-size: 16px !important;
    }

    .sologon-h,
    .sologon-hh,
    .section-heading,
    .projcet-showcase h2,
    h2.display-4,
    .heading-case {
        font-size: 1.5rem !important;
    }

    .section-text {
        font-size: 18px;
    }

    .heading-left {
        font-size: 22px;
    }

    .client-logo img {
        width: calc(30% - 25px) !important;
    }

    .log-sign {
        display: flex;
        flex-direction: row;
        padding: 10px 0px 20px;
    }

    .sch-btn {
        font-size: 18px;
    }
}