

.twb-wrapper h4 {
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 700
}

.twb-wrapper h3 {
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 700
}

.twb-wrapper h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff
}

.twb-wrapper {
    color: #dedede
}

.twb-btn {
    margin: 35px 0
}


.progress-bar-area.section-padding {
    padding: 40px 0 68px;
}

.skill-wrapper {
    margin-bottom: 40px;
    color: #ebeaeb
}

.skillbar {
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #ebeaeb;
    background: #fff0
}

.skill-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px
}

.progress-fill-bar {
    height: 10px;
    width: 0;
    border-radius: 10px;
    overflow: visible !important;
    position: relative
}

.skill-percent-count-wrap {
    position: absolute;
    right: 0;
    line-height: 1;
    top: -35px;
    font-size: 18px;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .progress-bar-area.section-padding {
        padding: 60px 0 30px
    }

    .twb-wrapper h2 {
        font-size: 25px
    }
}

.popup-video-area {
    background-image: url(../website/images/video-bg.jpg)
}

.popup-video-area.enable-overlay:before {
    opacity: .9
}

.popup-video-area.section-padding {
    padding: 80px 0 78px
}

.video-play-button {
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    position: relative;
    margin: 40px 0
}

.video-play-button:focus,
.video-play-button:active {
    outline: none;
    box-shadow: none
}
.full-bg,
.enable-overlay {
    background-size: cover;
    background-position: center
}

.enable-overlay {
    position: relative
}


.enable-overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms
}

.video-play-button i {
    color: #fff;
    z-index: 2;
    position: absolute;
    font-size: 45px;
    left: 10px;
    top: 0
}

.popup-video-area p {
    font-size: 19px;
    line-height: 1.5;
    color: #dedede
}

.popup-video-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff
}

@media only screen and (max-width:767px) {
    .popup-video-area h2 {
        font-size: 25px
    }

    .popup-video-area p {
        font-size: 15px
    }

    .popup-video-area.section-padding {
        padding: 45px 0
    }
}



.text-with-title-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.single-service-image-wrap {
    margin-bottom: 40px
}

.text-with-title-wrap h4 {
    font-weight: 700
}

.iconic-list li {
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px
}

.iconic-list li::before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    height: 25px;
    width: 25px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: 2px
}


.iconic-list-wrap {
    margin-top: 30px
}

.text-with-bg-color h4 {
    font-weight: 700;
    color: #fff;
    font-style: normal
}

.text-with-bg-color {
    color: #fff;
    padding: 30px;
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 10px
}

.image-iconic-list h4 {
    font-weight: 700
}

.image-iconic-list li {
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px
}

.image-iconic-list li:before {
    position: absolute;
    content: '';
    height: 27px;
    width: 27px;
    background-image: url(../website/images/img-icon.png);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px
}

.text-with-image-and-list {
    margin-top: 30px
}

.related-services-wrap {
    margin-top: 40px
}

.image-iconic-list {
    margin-top: 35px
}
.twb-content-text {
    font-weight: normal;
  }

