.parallax {
    background: url('../images/particle-bg-flip.png') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.parallax-inner {}

.about-us-txt {
    padding: 5%;
    font-size: 18px;
}

.section-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.section-title {
    font-family: 'Futura Bold';
    font-size: 40px;
    padding: 0 10%;
    text-align: center;
}

.highlight {
    pointer-events: none;
    transition-duration: 0.8s;
    opacity: 1;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition: all 0.8s linear;
}

.highlight:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.section-ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

.section-li {
    padding: 8px 0px;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 10;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.8s linear;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: #fff;
}

.description-from-left {
    transform: translateX(-50%);
    z-index: -1;
}


.show-this {
    opacity: 1;
    transform: translateY(0) !important;
}

.profile-img{
    height: 352px;
}

.profile-img, .title {
    pointer-events: all;
    z-index: 1;
}

.title {
    font-family: 'Futura Bold';
    font-size: 24px;
    pointer-events: none;
    text-align: center
}

.subtitle {
    font-size: 18px;
    color: #6a6a6a;
    text-align: center;
    pointer-events: none;
}

.h-title {
    font-size: 38px;
    text-align: center;
}

.h-subtitle {
    font-size: 22px;
    color: #5a5a5a;
    text-align: center;
}

.desc {
    font-size: 14px;
    padding-top: 10;
}

.border-bot {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

.skills-bar-container li {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

.skills-bar-container li .progressbar-title {
    color: #000;
}

.skills-bar-container li .progressbar-title h3 {
    display: inline-block;
}

.skills-bar-container li .progressbar-title .percent {
    position: absolute;
    right: 5px;
    top: 5px;
}

.skills-bar-container li .bar-container {
    background: #e9e9e9;
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.skills-bar-container li .bar-container .progressbar {
    background: #333;
    position: absolute;
    width: 0%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.skills-bar-container li .bar-container #progress-leadership {
    -webkit-animation-name: progress-leadership;
    animation-name: progress-leadership;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.skills-bar-container li .bar-container #progress-management {
    -webkit-animation-name: progress-management;
    animation-name: progress-management;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.skills-bar-container li .bar-container #progress-site {
    -webkit-animation-name: progress-site;
    animation-name: progress-site;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.skills-bar-container li .bar-container #progress-plan {
    -webkit-animation-name: progress-plan;
    animation-name: progress-plan;
    -webkit-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.skills-bar-container li .bar-container #progress-logo {
    -webkit-animation-name: progress-logo;
    animation-name: progress-logo;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.skills-bar-container li .bar-container #progress-rendering {
    -webkit-animation-name: progress-rendering;
    animation-name: progress-rendering;
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.skills-bar-container li .bar-container #progress-model {
    -webkit-animation-name: progress-model;
    animation-name: progress-model;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.skills-bar-container li .bar-container #progress-presentation {
    -webkit-animation-name: progress-presentation;
    animation-name: progress-presentation;
    -webkit-animation-delay: 4.0s;
    animation-delay: 4.0s;
}

@-webkit-keyframes progress-leadership {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@-webkit-keyframes progress-management {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

@-webkit-keyframes progress-site {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@-webkit-keyframes progress-plan {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@-webkit-keyframes progress-logo {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

@-webkit-keyframes progress-rendering {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@-webkit-keyframes progress-model {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@-webkit-keyframes progress-presentation {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@-moz-keyframes progress-leadership {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@-moz-keyframes progress-management {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

@-moz-keyframes progress-site {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@-moz-keyframes progress-plan {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@-moz-keyframes progress-logo {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

@-moz-keyframes progress-rendering {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@-moz-keyframes progress-model {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@-moz-keyframes progress-presentation {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@keyframes progress-leadership {
    0% {
        width: 0%;
    }

    100% {
        width: 90%;
    }
}

@keyframes progress-management {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

@keyframes progress-site {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@keyframes progress-plan {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@keyframes progress-logo {
    0% {
        width: 0%;
    }

    100% {
        width: 60%;
    }
}

@keyframes progress-rendering {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}

@keyframes progress-model {
    0% {
        width: 0%;
    }

    100% {
        width: 75%;
    }
}

@keyframes progress-presentation {
    0% {
        width: 0%;
    }

    100% {
        width: 95%;
    }
}




@media (max-width:767px) {
    .h-title {
        font-size: 32px;
    }

    .about-us-txt {
        padding: 4%;
        font-size: 14px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-li {
        font-size: 14;
    }

    .section-wrapper {
        flex-direction: column;
    }

    .skills-bar-container {
        padding-top: 10px;
    }

    .description {
        width: 100%;
        height: auto;
        z-index: -1;
        perspective: 1000px;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    }
    .description-from-left{
        transform: translateY(-100%);
    }
    .show-this{
        z-index: 1;
    }
}