section#about ul.column-2 {
    column-count: 2;
}

#about ul {
    padding: 0;
    margin: 0;
}

#about ul li span {
    color: #888888;
}

#about ul li {
    list-style-type: none;
    color: #111111;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
    border-bottom: 1px solid #888888;
}

section#skills .box {
    width: 100%; /*mobile viewport*/
}

#skills .bar-title { /* bar header wrapper */
    color: #1e283c;
}

#skills .bar-title div { /* bar header wrapper */
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

#skills .box .bar-title .name { /* bar header */
    text-transform: capitalize;
}

#skills .box .bar-title .percent { /* bar header */
    text-align: right;
}

#skills .progress {
    clear: both;
    border-radius: 0;
    background-color: #666666;
}

section#skills {
    padding-bottom: 0;
}

#skills footer {
    background-color: #000000;
    margin-top: 50px;
}

#skills footer > .wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding: 30px 0;
    justify-content: space-around;
    text-align: center;
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.6em;
}

#skills .value {
    color: orange;
    font-family: "Arial Black", Arial, sans-serif;
}

#testimonial .carousel {
    width: 100% !important;
}

#testimonial .holder img {
    width: 100px !important;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 30px;

}

#testimonial ul {
    padding: 0;
}

#testimonial ul li {
    list-style-type: none;
    display: inline-block;
    margin-top: 60px;
    color: orange;
}

#testimonial .fa.fa-star.off {
    color: #d3d3d3;
}

#testimonial ul h3 {
    color: #1e283c;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 10px;
}

#testimonial ul li p {
    color: #888888;
    text-align: justify;
}

#testimonial button {
    background: none;
    border: none;
}

#testimonial button:hover {
    background-color: #888888;
}

#testimonial button:active {
    border: 2px solid black;
}

#testimonial button span {
    width: 45px;
    height: 45px;
    background-color: orange !important;
    border: 4px solid #ffc107;
    border-radius: 50%;
    color: white !important;
    padding: 15px;
    display: inline-block !important;
    line-height: 40px;
    font-weight: 700;
}

.owl-item.active > .card {
    min-height: 550px !important;
}

.owl-item > .card {
    min-height: 550px !important;
}

@media screen and (max-width: 767px) {
    #skills footer > .wrapper {
        font-size: 1em;
    }
}

@media screen and (min-width: 567px) {
    .owl-item.active > .card {
        min-height: 400px !important;
    }

    .owl-item > .card {
        min-height: 400px !important;
    }
}