.nav-tabs > li.active > a{
    background: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #80bc3f;;
    cursor: default;
    border: none;
    outline: none;
    background: transparent;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: transparent;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent;
}
.tab-content{
    overflow: hidden;
}
.tab-style-1 .active a::after {
    width: 100%;
}



.owl-theme .owl-controls{
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgb(14, 123, 155);
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}


.com{
    height: 44px;
    overflow: hidden;
    margin-top: 10px!important;
    font-size: 14px!important;
}


.section-title span{
    color: rgb(14, 123, 155);
}
.secttionTitlte span{
    color: rgb(14, 123, 155);
}
i{
    font-size: 30px !important;
}
#tab3_sec3,#tab3_sec5 .feature-content p{
    text-align: center;
}

.tc-img{
    position:relative;
}
.tc-img .tc-info{
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    display: none;
    padding-top: 70%;
}
.tc-img:hover .tc-info{
    display: block;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
}
.icon-desktop::before {

    font-size: 20px;

}

.dit{
    display: inline-block;
    width: 100%;
}
.fol{
    float: left;
}
.for{
    float: right;
}
.dit h2{
    line-height: 30px;
}

.feature-content img{
    width: 100%;
    height: 100px;
}
.mt45{
    margin-top: 45px;
}
.bo:hover {
    box-shadow: 0 9px 25px rgba(0,0,0,.15);
    transform: translateY(-2px);
}
.tempWrap{
    margin-top: -40px!important;
}