* {
    box-sizing: border-box;
}

@font-face {
    font-family: Overpass;
    src: url(../fonts/Overpass-Regular.ttf);
}

@font-face {
    font-family: OverpassBold;
    src: url(../fonts/Overpass-Bold.ttf);
}

@font-face {
    font-family: OverpassLight;
    src: url(../fonts/Overpass-Light.ttf);
}

@keyframes fadeIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-50px);
        opacity: 0;
    }
}

@keyframes opacityOn {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes opacityOn {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes opacityOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}

@-webkit-keyframes opacityOut {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(-10px);
        opacity: 0;
    }
}

body {
    font-size: 100%;
    font-family: Overpass, sans-serif;
    color: #fff;
    background: #fff;
    margin: 0;
    width: 100%;
}

.fixed-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(40% - 40px);
    height: calc(100vh - 40px);
    float: left;
    margin: 20px;
}

.fixed-wrapper .overlay {
    width: 100%;
    height: calc(100vh - 40px);
    transition: background 4s ease;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

.fixed-wrapper .overlay.withColor {
    background: #313561;
}

.fixed-wrapper .overlay.withoutColor {
    background: transparent;
}

.fixed-wrapper .image-fixed {
    width: 100%;
    height: calc(100vh - 40px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background: url(../image/circlek-background.jpg);
    background-size: cover;
}

#logo-circle-k {
    position: absolute;
    top: 100px;
    right: -58px;
    width: 116px;
    height: 116px;
    z-index: 3;
}

.fixed-wrapper .circlek-background {
    width: 100%;
}


/* 
@media screen and (max-width: 1100px) {
    .fixed-wrapper .circlek-background {
        width: auto;
        height: 100%;
    }
} */

.wrapper {
    width: 60%;
    float: right;
    padding: 0;
}

.section {
    display: flex;
    padding: 20px 20px 20px 80px;
    flex-flow: wrap row;
}

.section .intro-k {
    max-width: 50%;
    width: 350px;
    padding-top: 130px;
    position: relative;
    float: left;
}

.section .intro-k.fadeIn {
    animation: fadeIn .3s ease-out forwards;
}

.section .intro-k.fadeOut {
    animation: fadeOut .5s ease-out forwards;
}

.section .intro-k img {
    width: 250px;
}

.section>div {
    width: 100%;
}

.section .menu-k {
    padding-top: 130px;
    position: relative;
    margin: 0;
    width: 50%;
    float: left;
}

.header-intro-k {
    display: table;
    width: 100%;
}

.section .menu-k.fadeIn {
    animation: fadeIn .8s ease-out forwards;
}

.section .menu-k.fadeOut {
    animation: fadeOut 1s ease-out forwards;
}

.animationfirsttext {
    margin-top: 50px;
}

.animationfirsttext.opacityOn {
    animation: opacityOn .5s ease-out forwards;
}

.animationfirsttext.opacityOut {
    animation: opacityOut .5s ease-out forwards;
}

.animationsecondtext.opacityOn {
    animation: opacityOn .5s ease-out forwards;
}

.animationsecondtext.opacityOut {
    animation: opacityOut .5s ease-out forwards;
}

.section .menu-k.fadeOut {
    animation: fadeOut 1s ease-out forwards;
}

.section .menu-k li {
    display: inline-block;
    padding: 0 5px;
}

.section .menu-k li.active a:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #313561;
    bottom: -2px;
    left: 50%;
    margin-left: -7px;
}

.section .menu-k li a {
    color: #222222;
    opacity: 0.7;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    width: 25px;
    display: block;
    text-align: center;
    position: relative;
}

.section .intro-text-k {
    color: #4C4C4C;
    padding: 0 40% 0 0;
    position: relative;
}

.section .intro-text-k>i {
    display: block;
    position: relative;
    top: 1px;
    font-size: 20px;
    margin-right: 15px;
    float: left;
    color: #4C4C4C;
}

.section .intro-text-k>span.itk-contact {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #4C4C4C;
}

.section .intro-text-k>span.itk-contact strong {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #4C4C4C;
    font-family: OverpassBold, sans-serif;
}

.section .intro-text-k>span.itk-contact strong a {
    font-size: 18px;
    line-height: 25px;
    color: #4C4C4C;
    font-family: OverpassBold, sans-serif;
    text-decoration: none;
}

.section .intro-text-k>span.itk-contact strong a:hover {
    color: #575777;
}

.section .intro-text-k.margin-top {
    margin-top: 60px;
}

.section .intro-text-k.bigger {
    font-size: 26px;
    font-weight: 200;
    line-height: 40px;
    font-family: OverpassLight, sans-serif;
}

.section .intro-text-k.medium {
    font-size: 18px;
    line-height: 28px;
}

.section .intro-text-k.smaller {
    font-size: 14px;
    line-height: 22px;
}

.section .intro-text-k.smaller strong {
    font-size: 16px;
    line-height: 22px;
    font-family: OverpassBold, sans-serif;
}

.contact-container .intro-text-k {
    margin-bottom: 25px;
}

.contact-container {
    border-left: 1px solid #E7E7E7;
    padding-left: 25px;
    height: 250px;
    margin-bottom: 200px;
}