html, body {
    min-height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
}

.wrapper {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.button {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: var(--primary-color);
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 30px;
    vertical-align: top;
}

.button.outline {
    color: var(--primary-color);
    background: #fff;
}

p {
    margin: 0;
    width: 100%;
}

h1.section-title {
    font-weight: normal;
    color: #212529;
    margin: 0;
    width: 100%;
    text-align: center;
}

h1.section-title:after {
    content: ' ';
    display: block;
    height: 4px;
    width: 100px;
    margin: 12px auto;
    background: var(--primary-color);
}

h1.section-title.outline {
    color: #fff;
}

h1.section-title.outline:after {
    background: #fff;
}

header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
}

header .wrapper {
    display: flex;
    align-items: center;
}

header .logo {
    display: inline-block;
    vertical-align: top;
}

header .logo img {
    max-width: 200px;
    max-height: 70px;
}

header nav {
    display: inline-block;
    flex-grow: 1;
    margin-left: 60px;
}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline-block;
}

header a {
    color: #292a2f;
    text-decoration: none;
    font-size: 17px;
    padding: 0 10px;
}

.home {
    display: flex;
    width: 100%;
    background-image: url("/themes/5fb6b0fc-5ec9-4033-bf20-7afd45c898fe/about-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
    max-height: 800px;
    align-items: center;
}

.home .banner {
    display: flex;
    width: 100%;
    background: #fff;
    color: #212529;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.home .banner h1 {
    margin-bottom: 10px;
}

.home .button {
    margin-top: 40px;
}

.about {
    display: flex;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

.about h1 {
    margin-bottom: 10px;
}

.about .button {
    margin-top: 40px;
}

.services {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
}

.services ul {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.services ul li {
    display: inline-block;
    width: calc(33.33% - 40px);
    margin-bottom: 80px;
    vertical-align: top;
}

.services ul li:nth-child(3n + 2) {
    margin: 0 55px;
}

.services ul li .icon {
    color: var(--primary-color);
    text-align: center;
    font-size: 80px;
}

.services ul li h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    text-align: center;
}

.services ul li p {
    text-align: center;
    margin-top: 10px;
    color: #787f85;
}

.customers {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0 0;
}

.customers h3 {
    text-align: center;
    padding: 0;
    color: #787f85;
    font-weight: normal;
    font-size: 1rem;
}

.customers ul {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}

.customers ul li {
    display: inline-block;
    width: calc(25% - 40px);
    margin-bottom: 80px;
    vertical-align: top;
}

.customers ul li:nth-child(4n + 2) {
    margin: 0 24px 0 48px;
}

.customers ul li:nth-child(4n + 3) {
    margin: 0 48px 0 24px;
}

.customers ul li .logo {
    text-align: center;
}

.customers ul li .logo img {
    width: 80%;
    max-width: 180px;
    max-height: 180px;
}

.customers ul li h4 {
    font-weight: normal;
    font-size: 24px;
    margin: 10px 0 0 0;
    text-align: center;
}

.customers ul li p {
    text-align: center;
    margin-top: 10px;
    color: #787f85;
    font-style: italic;
}

.extra {
    display: inline-block;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    box-sizing: border-box;
    padding: 30px 0;
}

.extra h3 {
    text-align: center;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
}

.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;
}

.news h3 {
    text-align: center;
    padding: 0;
    font-weight: normal;
    font-size: 1.1rem;
    margin: 0 0 30px 0;
}

.news ul {
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
    grid-auto-rows: 1fr;
    gap: 40px;
}

.news ul li {
    display: inline-block;
    vertical-align: top;
    background: #e4e4e4;
    flex-wrap: wrap;
}

.news ul li a {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.news ul li img {
    width: 100%;
    max-height: 230px;
}

.news ul li .info {
    display: flex;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
}

.news ul li .info h1 {
    font-size: 20px;
    color: #2D2D2D;
    text-align: left;
    margin: 0;
    font-weight: normal;
    padding: 0;
}

.news ul li .info span {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #717171;
    margin-top: 10px;
}

.contact {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

.contact iframe {
    margin-top: 30px;
    width: 100%;
    height: 450px;
    border: none;
    outline: none;
}

.contact ul.contact-us {
    display: inline-block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.contact ul.contact-us li {
    display: inline-block;
    width: calc(33.33% - 40px);
    margin-bottom: 60px;
    vertical-align: top;
    text-align: center;
}

.contact ul.contact-us li:nth-child(3n + 2) {
    margin: 0 55px;
}

.contact ul.contact-us li .icon {
    color: var(--primary-color);
    text-align: center;
    font-size: 45px;
    margin-bottom: 10px;
}

.contact .socials {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 30px;
}

.contact .socials a {
    font-size: 50px;
    color: var(--primary-color);
    text-decoration: none;
}

.contact .footer-button {
    display: inline-block;
    width: 100%;
    margin: 40px 0 20px 0;
    text-align: center;
}

.contact .footer-button .button {
    vertical-align: top;
}

.hide-mobile {
    display: initial;
}

.hide-desktop {
    display: none;
}

@media screen and (max-width: 1080px) {
    .services ul li {
        width: calc(50% - 40px);
    }
    .services ul li:nth-child(2n + 2) {
        margin-left: 40px !important;
    }
    .services ul li:nth-child(3n + 2) {
        margin: 0;
    }
    .customers ul li {
        width: calc(33.33% - 40px);
    }
    .customers ul li:nth-child(4n + 2) {
        margin: 0;
    }
    .customers ul li:nth-child(4n + 3) {
        margin: 0;
    }
    .customers ul li:nth-child(3n + 2) {
        margin: 0 55px !important;
    }
}

@media screen and (max-width: 990px) {
    header nav {
        margin-left: 20px;
    }
    header a {
        font-size: 15px;
    }
}

@media screen and (max-width: 950px) {
    .news ul {
        grid-template-columns: auto auto;
    }
    .contact ul.contact-us li {
        width: calc(50% - 40px);
    }
    .contact ul.contact-us li:nth-child(3n + 2) {
        margin: 0;
    }
}

@media screen and (max-width: 870px) {
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    header .wrapper {
        display: flex;
        justify-content: space-between;
    }
    header nav {
        position: absolute;
        top: 80px;
        width: 100%;
        background: #fff;
        left: 0;
        margin-left: 0;
        border-top: solid 1px #cdcdcd;
        border-bottom: solid 1px #cdcdcd;
    }
    header nav ul {
        overflow: hidden;
        max-height: 0;
        transition: max-height .25s ease-out;
    }
    header nav ul.open {
        max-height: 500px;
    }
    header nav ul li {
        width: 100%;
    }
    header nav ul li a {
        display: inline-block;
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
    }
    .menu-button {
        font-size: 22px;
        background: transparent;
        border: solid 1px #cdcdcd;
        border-radius: 5px;
        color: #212529;
        padding: 5px 10px;
        cursor: pointer;
    }
}

@media screen and (max-width: 690px) {
    .services ul li {
        width: 100%;
        margin-bottom: 50px;
    }
    .services ul li:nth-child(2n + 2) {
        margin: 0 0 50px 0 !important ;
    }
    .customers ul li {
        width: calc(50% - 40px)
    }
    .customers ul li:nth-child(3n + 2) {
        margin: 0 !important;
    }
    .customers ul li:nth-child(2n + 2) {
        margin-left: 40px !important;
    }
    .extra {
        margin-top: 80px;
    }
    .news ul {
        grid-template-columns: auto;
    }
    .contact ul.contact-us li {
        width: 100%;
        margin-bottom: 50px;
    }
    .contact ul.contact-us li:nth-child(3n + 2) {
        margin: 0 0 50px 0 !important;
    }
}

