@media only screen and (min-width: 1800px) {
    .client-circle .client-circle-1 {
        left: 5%;
    }

    .client-circle .client-circle-2 {
        left: 15%;
    }

    .client-circle .client-circle-3 {
        left: 5%;
    }

    .client-circle .client-circle-4 {
        right: 30%;
    }

    .client-circle .client-circle-5 {
        right: 15%;
    }

    .client-circle .client-circle-6 {
        right: 5%;
    }

    .client-circle .client-circle-7 {
        right: 45%;
    }

    .container-wide {
        max-width: 1800px;
        margin: auto;
    }
}

@media only screen and (min-width: 1600px) {
    h3 {
        font-size: 48px;
    }

    .offset-custom-2 {
        margin-top: 90px;
    }

    .unit {
        margin-bottom: -20px;
        margin-left: -30px;
    }

    .unit > * {
        margin-bottom: 20px;
        margin-left: 30px;
    }

    .thumbnail-classic-caption .divider + p {
        margin-top: 30px;
    }

    .thumbnail-classic-caption .divider {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .client-circle .client-circle-1 {
        left: 5%;
    }

    .client-circle .client-circle-2 {
        left: 15%;
        top: 17%;
    }

    .client-circle .client-circle-3 {
        left: 5%;
    }

    .client-circle .client-circle-4 {
        right: 30%;
    }

    .client-circle .client-circle-5 {
        right: 15%;
    }

    .client-circle .client-circle-6 {
        right: 5%;
    }

    .client-circle .client-circle-7 {
        right: 45%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
    .container-wide {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h3 {
        font-size: 34px;
        line-height: 1.375;
    }
}

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .headerContainer {
        max-width: 90%;
    }

    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
        font-size: 14px;
    }

    .companyContact a {
        font-size: 12px;
    }

    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1400px) {
.process-icon {
    width: 130px;
    height: 130px;
    padding-top: 25px;
}

.process-icon img {
    width: 55%;
}
}

@media only screen and (min-width: 1060px) and (max-width: 1199px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1059px) {
    .site-navbar .site-navigation .site-menu>li>a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .headerContainer {
        max-width: 80%;
    }

    .choose_us .container {
        max-width: 80%
    }

    .section-wrap .section-wrap-content {
        max-width: 620px;
    }

    .section-wrap .section-wrap-aside.section-wrap-image-right img {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        object-position: 90% center;
        height: 100%;
        width: 100%;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }


}

@media only screen and (max-width: 992px) {
    .nav.choose_us_ul {
        justify-content: center;
    }

    .headerContainer .companyContact {
        display: none;
    }

    .col-6.company_navmenu {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 480px) {
    .justify-content-sm-center {
        justify-content: center !important;
    }
}