/*Used on Home page*/

.video-popup-btn:hover .play-btn {
    color: #ff863b !important;
    border-color: #ff863b !important;
}
/*Used on Home page*/

.featured-tabs .nav-tabs {
    display: block;
    border-bottom: none;
    padding-left: 25px;
}
.featured-tabs .nav-tabs > li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 50px;
    border-left: 1px solid #232323;
    padding-bottom: 36px;
}
.featured-tabs .nav-tabs > li > a {
    display: table;
    font-size: 24px;
    color: #404040;
    border: none;
    padding: 0;
    margin-bottom: 24px;
}
.featured-tabs .nav-tabs > li > a:hover {
    color: #ff863b !important;
    background-color: transparent;
}
.featured-tabs .nav-tabs > li.active > a,
.featured-tabs .nav-tabs > li.active > a:hover,
.featured-tabs .nav-tabs > li.active > a:focus {
    color: #404040 !important;
    background-color: transparent;
    border: none;
}
.featured-tabs .nav-tabs > li > .number {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    top: -15px;
    left: -35px;
}
.featured-tabs .nav-tabs > li > .number > i {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    color: #232323;
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    background-color: transparent;
    border: 2px solid #232323;
    border-radius: 50%;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.featured-tabs .nav-tabs > li.active > .number > i {
    color: #fff;
    background-color: #232323;
}
/*Used on about page*/

.team-member:hover .team-name {
    color: #ff863b !important;
}
.footer .copyright a {} .footer .copyright a:hover {
    color: #ff863b !important;
}