﻿
li {
    list-style:none;
}

.section__title .sub-title {
    display: block;
    color: #FCAF17;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.section__title .title {
    margin-bottom: 0;
    font-size: 43px;
    line-height: 1.32;
    font-weight:700;
}

@media (max-width: 1199.98px) {
    .section__title .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 32px;
    }
}

.about {
    position: relative;
    padding: 180px 0 0;
}

@media (max-width: 991.98px) {
    .about {
        padding: 170px 0 120px;
    }
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #F7F7F7;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .about::before {
        width: 100%;
    }
}

.about__icons__wrap {
    position: relative;
    min-height: 570px;
}

@media (max-width: 1500px) {
    .about__icons__wrap {
        min-height: 540px;
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .about__icons__wrap {
        margin-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .about__icons__wrap {
        max-width: 570px;
        margin: 0 auto 50px;
    }
}

@media (max-width: 767.98px) {
    .about__icons__wrap {
        min-height: 420px;
        max-width: 400px;
    }
}

.about__icons__wrap li {
    position: absolute;
    -webkit-transition: all 1000ms ease-out 0s;
    -moz-transition: all 1000ms ease-out 0s;
    -ms-transition: all 1000ms ease-out 0s;
    -o-transition: all 1000ms ease-out 0s;
    transition: all 1000ms ease-out 0s;
}

    .about__icons__wrap li img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        box-shadow: 0 30px 25px -14px rgb(40 40 40 / 40%);
    }

        .about__icons__wrap li img.dark {
            display: none;
            box-shadow: none;
        }

    .about__icons__wrap li:nth-child(1) {
         left: 13%;
        top: 0;
        -webkit-transform: translate(195%, 130%);
        -ms-transform: translate(195%, 130%);
        transform: translate(195%, 130%);
    }

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(1) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about__icons__wrap li:nth-child(1) img {
    max-width: 180px;
}

.about__icons__wrap li:nth-child(2) {
    right: 33%;
    top: -7%;
    -webkit-transform: translate(-150%, 175%);
    -ms-transform: translate(-150%, 175%);
    transform: translate(-150%, 175%);
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(2) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 1199.98px) {
    .about__icons__wrap li:nth-child(2) {
        right: 5%;
    }
}

.about__icons__wrap li:nth-child(2) img {
    max-width: 125px;
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(2) img {
        max-width: 90px;
    }
}

.about__icons__wrap li:nth-child(3) {
    /*left: 0;
    top: 39%;*/
    left: 12%;
    top: 50%;
    -webkit-transform: translate(320%, -50%);
    -ms-transform: translate(320%, -50%);
    transform: translate(320%, -50%);
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(3) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about__icons__wrap li:nth-child(3) img {
    max-width: 175px;
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(3) img {
        max-width: 90px;
    }
}

.about__icons__wrap li:nth-child(4) {
    /*right: 39%;
    top: 40.5%;*/
    right: 35%;
    top: 25%;
}

@media (max-width: 1199.98px) {
    .about__icons__wrap li:nth-child(4) {
        right: 33%;
    }
}

.about__icons__wrap li:nth-child(4) img {
   /* max-width: 110px;*/
    max-width: 245px;
}

.about__icons__wrap li:nth-child(5) {
    right: 10%;
    bottom: 55%;
    -webkit-transform: translate(-230%, 45%);
    -ms-transform: translate(-230%, 45%);
    transform: translate(-230%, 45%);
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(5) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about__icons__wrap li:nth-child(5) img {
    max-width: 150px;
}

.about__icons__wrap li:nth-child(6) {
    /* left: 18%;
    bottom: 5%;*/
    left: 35%;
    bottom: 0%;
    -webkit-transform: translate(350%, -230%);
    -ms-transform: translate(350%, -230%);
    transform: translate(350%, -230%);
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(6) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about__icons__wrap li:nth-child(6) img {
    max-width: 105px;
}

.about__icons__wrap li:nth-child(7) {
    /*right: 14%;*/
    right: 10%;
    bottom: 5%;
    -webkit-transform: translate(-140%, -105%);
    -ms-transform: translate(-140%, -105%);
    transform: translate(-140%, -105%);
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(7) {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about__icons__wrap li:nth-child(7) img {
    max-width: 190px;
}

@media (max-width: 1199.98px) {
    .about__icons__wrap li:nth-child(7) img {
        max-width: 130px;
    }
}

@media (max-width: 991.98px) {
    .about__icons__wrap li:nth-child(7) img {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .about__icons__wrap li:nth-child(7) img {
        max-width: 90px;
    }
}

.about__content {
    margin-left: 100px;
}

@media (max-width: 1199.98px) {
    .about__content {
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .about__content {
        margin-left: 0;
    }
}

.about__content .section__title {
    margin-bottom: 45px;
}

.about__content .desc {
    margin-bottom: 45px;
    padding-right: 20%;
    line-height: 30px;
    word-spacing: 3pt;
}

.about__exp {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.about__exp__icon {
    margin-right: 25px;
}

    .about__exp__icon img {
        max-width: 41px;
    }

    .about__exp__icon i {
        font-size:50pt;
    }

.about__exp__content {
    flex-grow: 1;
    padding-left: 10pt;
}

    .about__exp__content p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
        color: #191B1E;
        line-height: 1.6;

    }

@media (max-width: 767.98px) {
    .about__exp__content p {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .about__exp__content p br {
        display: none;
    }
}

.about.about__style__two {
    padding: 120px 0 120px;
}

    .about.about__style__two::before {
        display: none;
    }

@media (max-width: 991.98px) {
    .about.about__style__two .about__image {
        text-align: center;
        margin-bottom: 50px;
    }
}

.about.about__style__two .about__content {
    margin: 0 57px 0 44px;
}

@media (max-width: 1199.98px) {
    .about.about__style__two .about__content {
        margin: 0 0 0 25px;
    }

    .about__exp{
        display:block;
    }

    .about__content .section__title{
        margin-bottom:15pt;
    }
}

@media (max-width: 1199.98px) {
    .about.about__style__two .about__content {
        margin: 0;
    }
}

.about.about__style__two .about__exp__content span {
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .about.about__style__two .section__title {
        margin-bottom: 30px;
    }
}

.about__info__wrap {
    margin-top: 120px;
}

    .about__info__wrap .nav-tabs {
        border: none;
    }

        .about__info__wrap .nav-tabs .nav-item {
            margin-right: 35px;
            margin-bottom: 15px;
        }

@media (max-width: 991.98px) {
    .about__info__wrap .nav-tabs .nav-item {
        margin-right: 20px;
    }
}

.about__info__wrap .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.about__info__wrap .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #191B1E;
    padding: 15px 54px;
    border: none;
    position: relative;
    background: #F7F7F7;
}

@media (max-width: 991.98px) {
    .about__info__wrap .nav-tabs .nav-item .nav-link {
        padding: 15px 48px;
    }
}

.about__info__wrap .nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FCAF17;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about__info__wrap .nav-tabs .nav-item .nav-link.active::after {
    opacity: 1;
}

.about__info__wrap .tab-content {
    margin-top: 30px;
}

    .about__info__wrap .tab-content .desc {
        padding-right: 45px;
        margin-bottom: 32px;
    }

@media (max-width: 1199.98px) {
    .about__info__wrap .tab-content .desc {
        padding-right: 0;
    }
}

.about__exp__list li {
    width: 58%;
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .about__exp__list li {
        width: 90%;
    }
}

@media (max-width: 991.98px) {
    .about__exp__list li {
        width: 100%;
    }
}

.about__exp__list li:last-child {
    margin-bottom: 0;
}

.about__exp__list .title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.about__exp__list p {
    margin-bottom: 0;
}

.about__skill__wrap {
    margin-top: 50px;
    margin-bottom: -55px;
}

.about__skill__item {
    margin-bottom: 55px;
    width: 89%;
}

@media (max-width: 991.98px) {
    .about__skill__item {
        width: 95%;
    }
}

@media (max-width: 767.98px) {
    .about__skill__item {
        width: 100%;
    }
}

.about__skill__item .title {
    font-family: "Roboto", sans-serif;
    color: #68666C;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-bottom: 9px;
}

.about__skill__item .progress {
    background: #F7F7F7;
    height: 6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    position: relative;
}

    .about__skill__item .progress .progress-bar {
        background: #FCAF17;
    }

        .about__skill__item .progress .progress-bar .percentage {
            line-height: 1;
            color: #68666C;
            font-size: 14px;
            font-weight: 700;
            position: absolute;
            right: 0;
            top: -22px;
            letter-spacing: 0.02em;
        }

.about__award__wrap {
    margin-top: 60px;
    margin-bottom: -58px;
}

.about__award__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
    width: 80%;
}

@media (max-width: 1199.98px) {
    .about__award__item {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about__award__item {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .about__award__item {
        text-align: center;
    }
}

.about__award__item .award__logo {
    max-width: 65px;
    flex: 0 0 65px;
    margin-right: 30px;
}

@media (max-width: 991.98px) {
    .about__award__item .award__logo {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .about__award__item .award__logo {
        margin: 0 auto 20px;
    }
}

.about__award__item .award__logo img {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
}

.about__award__item .award__content {
    flex-grow: 1;
}

    .about__award__item .award__content .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about__award__item .award__content p {
        font-size: 15px;
        margin-bottom: 0;
    }

.about__award__item:hover .award__logo img {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.about__education__wrap {
    margin-top: 50px;
    margin-bottom: -63px;
}

.about__education__item {
    width: 85%;
    margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
    .about__education__item {
        width: 100%;
    }
}

.about__education__item .title {
    font-size: 22px;
    margin-bottom: 12px;
}

.about__education__item .date {
    display: block;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #FCAF17;
    margin-bottom: 11px;
}

.about__education__item p {
    margin-bottom: 0;
}

.about__icons__wrap li.now-in-view:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__icons__wrap li.now-in-view:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__icons__wrap li.now-in-view:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__icons__wrap li.now-in-view:nth-child(5) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__icons__wrap li.now-in-view:nth-child(6) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__icons__wrap li.now-in-view:nth-child(7) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
