* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    color: #fff;
}



.container {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
}

.logo-top {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.logo-top img {
    width: 214px;
    height: 192px;
    display: block;
    margin: 200px auto 0px;
}

.expertise-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-out;
    margin-right: 10px;
}

.expertise-item.show {
    opacity: 1;
    transform: translateY(0);
}

.down-container {
    position: absolute;
    left: 50%;
    bottom: 20px;
}

.elementor-icon svg {
    fill: #FBFBFB;
    font-size: 16px;
    height: 16px;
    width: 1em;
    display: block;
}

.elementor-icon:hover svg {
    fill: #049590;
    font-size: 18px;
    height: 18px;
    transition: all 0.3s ease-in-out;
}

.about-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.line {
    width: 100px;
    height: 1px;
    background-color: #fff;
}

.title {
    width: 100%;
    margin: 30px auto;
}

.title-h2 {
    color: #FFFFFF;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 3vw;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0px;
    word-spacing: 0em;
}

.text {
    width: 80%;
    margin: 0 auto;
}

.server-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}

.server-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.server-title {
    margin-top: 30px;
}

.server-right {
    width: 50%;
}

.server-item {
    margin-bottom: 30px;
}

.server-item h3 {
    color: #FBFBFB;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.server-item p {
    color: #fff;
}

.apart-title {
    margin-bottom: 70px;
}

.apart-item h3 {
    color: #FBFBFB;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.apart-item p {
    color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.contact-container {
    background-color: #555555;
}

.map {
    display: block;
    height: 400px;
    width: 100%;
    /* position: relative;
    overflow: hidden; */
}

.map iframe {
    width: 100%;
    height: 100%;
}

.contact {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.contact-btn {
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

.contact-btn img {
    width: 200px;
    height: auto;
}

.contact-copyright {
    width: 100%;
    text-align: center;
}

.contact-top {
    margin-top: 200px;
}

a:hover {
    color: #049590;
}

@media screen and (min-width: 870px) {
    .op-section {
        background-color: #224347;
        height: 100vh;
        width: 100%;
        border-bottom: 1px solid gray;
        position: relative;
    }
}

@media screen and (max-width: 869px) {
    .op-section {
        background-color: #224347;
        height: auto;
        width: 100%;
        border-bottom: 1px solid gray;
        position: relative;
    }
}