@charset "UTF-8";


body {
    font-family: 'Helvetica', Arial, sans-serif;
    color: #333538;
}

a {
    color: #333538;
    text-decoration: none;
}

.wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.header {
    height: 540px;
    margin: 100px 0;
}

.header .col-1, .header .col-2 {
    height: 540px;
}

.section {
    height: 460px;
    margin-bottom: 15px;
}

.section .col-1, .section .col-2 {
    height: 460px;
}

.col-1, .col-2 {
    float: left;
    position: relative;
}

.col-1 {
    width: 35%;
}

.col-1 p {
    font-size: 22px;
    font-weight: 300;
    line-height: 150%;
    margin-left: 133px;
    box-sizing: border-box;
    padding-right: 20%;
}

.section .col-1 img {
    max-width: 297px;
    height: auto;
    margin: 80px 0 40px 45px;
}

.col-2 {
    width: 65%;
}

.col-2 p {
    font-size: 22px;
    font-weight: 300;
    width: 90%;
    line-height: 150%;
}

.group-circle {
    height: 540px;
    width: auto;
    display: block;
    position: relative;
    left: -180px;
    animation-name: ckw;
    animation-duration: 100s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
    -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
    opacity: 0;
}

@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.logo {
    height: 100px;
    width: auto;
    margin-top: 120px;
    margin-bottom: 50px;
    opacity: 0;
}

.intro {
    opacity: 0;
    position: relative;
    top: 15px;
}

.image-cover, .image-contain {
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.image-cover {
    background-size: cover;
}

.image-contain {
    background-color: #F3F3F3;
    background-size: contain;
}

.image-cover:hover .pop, .image-contain:hover .pop {
    bottom: 0px;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

.pop {
    line-height: 50px;
    background-color: white;
    position: absolute;
    bottom: -50px;
    left: 0;
    padding: 0 20px;
    display: inline-block;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;

}

.single-col {
    width: 95%;
    max-width: 820px;
    margin: 200px auto 100px;
    padding-bottom: 150px;
}

.single-col img {
    width: 100%;
    height: auto;
}

.single-col .caption {
    line-height: 50px;
    background-color: white;
    position: relative;
    top: -50px;
    padding: 0 20px;
    display: inline-block;
}

.single-col h1 {
    font-size: 55px;
    line-height: 120%;
    font-family: 'Cairo', Arial, sans-serif;
    width: 80%;
    margin: 50px 0 50px;
}

.single-col .line {
    height: 2px;
    width: 100px;
    background-color: #000000;
    margin-bottom: 60px;
}

.single-col p {
    font-size: 22px;
    font-weight: 300;
    width: 90%;
    line-height: 150%;
}

.contact {
    padding-top: 50px;
}

.contact p {
    font-size: 20px;
    line-height: 180%;
}

.contact i {
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

footer {
    padding: 30px;
}

footer img {
    height: 60px;
    width: auto;
}

footer p {
    width: 50%;
    line-height: 60px;
    float: right;
    text-align: right;
}


@media screen and (max-width: 1200px) {
    .section .col-2 {
        display: none;
    }

    .header .col-1 {
        width: 10%;
    }

    .header .col-2 {
        width: 90%;
    }

    .section {
        height: 300px;
    }

    .section .col-1, .section .col-2 {
        height: 300px;
    }

    .section .col-1 img {
        margin-top: 40px;
    }

    .single-col {
        margin-top: 30px;
    }

    .group-circle {
        width: 300px;
        height: 300px;
    }

    .section .col-1 img {
        width: 50%;
    }

    .single-col h1 {
        width: 100%;
        font-size: 45px;
    }

    .section .col-1 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .logo {
        margin-top: 0px;
    }

    .col-1 p {
        margin-left: 45px;
        padding-right: 5px;
    }

    .header {
        height: 440px;
        margin-bottom: 80px;
    }

    .header .col-1, .header .col-2 {
        height: 440px;
    }

}
