


.skill-section {
    position: relative;
    padding: 110px 0px 120px;
    margin: 0px 30px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.skill-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 30, 87, 0.55);
}

.skill-section .skill-column {
    position: relative;
}

.skill-section .skill-column .inner-column {
    position: relative;
}

.skill-section .skill-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: 30px;
    margin-bottom: 70px;
}

.skill-section .skill-column h2 span {
    font-weight: 800;
    border-bottom: 1px solid #df6512;
}

.skill-section .skill-column h2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 120px;
    height: 1px;
    background-color: #df6512;
}

.skill-section .skill-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}


/*Skills Section*/

.skills {
    position: relative;
}

.skills .skill-item {
position: relative;
margin-bottom: 32px;
margin-top: 30px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
 position: relative;
    width: 100%;
    height: 10px;
    background-color: #ffffffad;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 3px;
    background: none;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 0px;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
    background: -webkit-linear-gradient(left, #ffffff, #df6614);
    background: -ms-linear-gradient(left, #ffffff, #df6614);
    background: -o-linear-gradient(left, #ffffff, #df6614);
    background: -moz-linear-gradient(left, #ffffff, #df6614);
}



.skills.style-two .skill-item .skill-bar .bar-inner .bar {
 background-image: linear-gradient(to right, #fea036 0%, #834805 100%);
    background: #fff;
}






.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 7px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
}

.skills .skill-item .skill-header .skill-title {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}

.skills .skill-item .skill-header .skill-percentage {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
   
}

.skill-section .video-column {
    position: relative;
}

.skill-section .video-column .inner-column {
    position: relative;
    padding-top: 150px;
}

.skill-section .video-column .inner-column .video-link-box {
    position: relative;
    float: right;
    text-align: center;
}


/* Play Box */

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-link-box .video-title {
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
    display: block;
    margin-top: 25px;
}
