* {
    font-family: "Arial";
    box-sizing: border-box;
}

.sec-1 {
    background-image: url(resources/image/business%20graphic.jpg);
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sec-1 .animation-container {
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: row;
}

.sec-1 .animation-container .company-logo-holder {
    width: 100%;
    /*  Later decrease size in js  */
    transition: 1s;
}

.sec-1 .animation-container .company-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec-1 .animation-container .company-name-holder {
    width: 50%;
    padding: 100px 0 0 10px;
    display: flex;
    flex-direction: column;
    width: 0;
}

.sec-1 .animation-container .company-name-holder .txt1 {
    display: block;
    min-height: 70px;
    position: relative;
    overflow: hidden;
}

.sec-1 .animation-container .company-name-holder .txt1 .txt1-value {
    display: inline;
    position: absolute;
    top: 10px;
    left: 100%;
    font-family: "Protest Guerrilla", sans-serif;
    font-size: 50px;
    color: black;
    transition: 1s;
    white-space: nowrap;
}

.sec-1 .animation-container .company-name-holder .txt2 {
    display: block;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}

.sec-1 .animation-container .company-name-holder .txt2 .txt2-value {
    display: inline;
    position: absolute;
    top: 10px;
    left: 100%;
    font-family: "Protest Riot", sans-serif;
    color: #0f0f0f;
    font-size: 25px;
    font-weight: bold;
    transition: 1.5s;
    white-space: nowrap;
}

.sec-2 {
    padding: 10px 0;
}

section .sec-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

section .sec-title span.title {
    font-family: "Roboto", "Arial";
    font-weight: 400;
    font-size: 25px;
}

section .sec-title span.line {
    background-color: aqua;
    width: 50px;
    height: 2px;
    margin-top: 10px;
}

.sec-2 .sec-2-body-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
/*    max-height: 500px;*/
}
.sec-2 .sec-2-body-holder .sec-2-body {
    width: 80%;    
    overflow: hidden;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #e8e8e8;
}
.sec-2 .sec-2-body-holder .sec-2-body .text-holder {
    width: 50%;
    font-family: "Roboto", "Arial";
    font-weight: 400px;
    text-align: center;
    padding: 25px;
}
.sec-2 .sec-2-body-holder .sec-2-body .text-holder h2{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.sec-2 .sec-2-body-holder .sec-2-body .text-holder li{
    text-align: left;
}
.sec-2 .sec-2-body-holder .sec-2-body .img-holder{           width: 50%;
/*    max-height: 400px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sec-2 .sec-2-body-holder .sec-2-body .img-holder img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.sec-2 .sec-2-body-holder .sec-2-body2 .img-holder img{
    width: 100%;
    height: 400px;
    object-fit: fill;
}




.sec-3 {
    background-color: #e8e8e8;
    display: block;
    width: auto;
    padding: 15px 5px 10px 5px;
}
.sec-3 .office-management {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.sec-3 .office-management .office {
    width: 30%;
    text-align: center;
    padding: 10px;
}

.sec-3 .office-management .office h2 {
    font-family: "Roboto", "Arial";
    font-weight: 500;
    font-size: 17px;
}

.sec-3 .office-management .office p {
    font-family: "Roboto", "Arial";
    font-weight: 400;
    font-size: 15px;
    color: #2e2e2e;
}

.sec-4 {
    padding: 10px 0;
}

.sec-4 .service-object {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sec-4 .service-object-holder {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-4 .service-object-holder .service {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.sec-4 .service-object-holder .service img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.sec-4 .service-object-holder .service p {
    font-family: "Roboto", "Arial";
    font-weight: 500;
    font-weight: 16px;
    text-align: center;
}

.sec-5 {
    padding: 15px 0 10px 0;
    background-color: #f0f0f0;
}
.sec-5 .contact-holder {
    width: 80%;
    display: flex;
    flex-direction: row;
    /*border: 1px solid red; */
}

.sec-5 .contact-holder .contact {
    width: 50%;
}

.sec-5 .contact-holder .contact p {
    text-align: justify;
    font-family: "Roboto", "Arial";
    font-weight: 400;
    font-size: 14px;
}

.sec-5 .contact-holder .contact a {
    display: block;
    text-decoration: none;
    text-align: justify;
    font-family: "Roboto", "Arial";
    font-weight: 400;
    font-size: 14px;
    color: #00adb5;
    margin: 10px 0;
}

.sec-5 .contact-holder .contact .form-holder {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sec-5 .contact-holder .contact .form-holder .input {
    height: 35px;
    border: 2px solid #ddd;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    outline: none;
    width: 100%;
    resize: none;
}
.sec-5 .contact-holder .contact .form-holder .input::placeholder {
    padding-left: 10px;
}
.sec-5 .contact-holder .contact .form-holder textarea.input::placeholder {
    padding-left: 10px;
    padding-top: 10px;
}

.sec-5 .contact-holder .contact .form-holder .holder-two {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.sec-5 .contact-holder .contact .form-holder .holder-two input:nth-child(odd) {
    margin-right: 10px;
    width: 50%;
}

.sec-5
    .contact-holder
    .contact
    .form-holder
    .holder-two
    .input:nth-child(even) {
    margin-left: 10px;
    width: 50%;
}

.sec-5 .contact-holder .contact .form-holder .input.submit {
    background-color: #00adb5;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.sec-5 .contact-holder .contact .form-holder .input:hover {
    border: 2px solid rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.sec-6 {
    display: block;
}
.sec-6 iframe {
    width: 100%;
}

/* Small Screen */
@media only screen and (max-width: 600px) {
    .sec-1 {
        background-image: url(resources/image/business%20graphic%20small.avif);
        width: 100%;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sec-1 .animation-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .sec-1 .animation-container .company-logo {
        width: 100%;
        height: 200px;
    }

    .sec-1 .animation-container .company-name-holder {
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }

    .sec-1 .animation-container .company-name-holder .txt1 .txt1-value {
        width: 100%;
        text-align: center;
        color: #eee;
    }

    .sec-1 .animation-container .company-name-holder .txt2 .txt2-value {
        width: 100%;
        text-align: center;
        color: #eee;
    }

    .sec-2 .sec-2-body-holder .sec-2-body {
        flex-direction: column;
        width: 100%;
    }

    .sec-2 .sec-2-body-holder .sec-2-body.sec-2-body2 {
        flex-direction: column-reverse;
    }

    .sec-2 .sec-2-body-holder .sec-2-body .text-holder {
        width: auto;
        background-color: #e8e8e8;
        font-family: "Roboto", "Arial";
        font-weight: 400px;
        text-align: center;
        padding: 0 20px;
    }
    .sec-2 .sec-2-body-holder .sec-2-body .img-holder {
        width: 100%;
    }
    .sec-2 .sec-2-body-holder .sec-2-body .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sec-2 .sec-2-body-holder .sec-2-body .img-holder img.sec-2-author{
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }
    .sec-3 .office-management {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .sec-3 .office-management .office {
        display: block;
        width: auto;
        text-align: center;
        padding: 10px;
    }

    .sec-4 .service-object-holder {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*flex-wrap: wrap;*/
    }

    .sec-4 .service-object-holder .service {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .sec-5 .contact-holder {
        width: auto;
        display: flex;
        flex-direction: column;
        /*border: 1px solid red; */
    }

    .sec-5 .contact-holder .contact {
        width: 100%;
        padding: 0 5px;
    }

    .sec-5 .contact-holder .contact:nth-child(odd){
        margin-bottom: 10px;
    }

    .sec-5 .contact-holder .contact p {
        padding-left: 5px;
    }
    .sec-5 .contact-holder .contact a {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 700px) {
    /*
    .sec-3 .office-management {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .sec-3 .office-management .office {
        width: 50%;
        text-align: center;
        padding: 10px;
    }    
    */
}
