.body{
    font-family: Montserrat;
}
.nav-link.active{
    color: #c41230;
    border-bottom: 3px solid #c41230!important;
    cursor: default;
    background-color: #fff;
    font-weight: 600;

}
.nav-link{
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
}
.nav-link:hover{
    color: #4e4e4e !important;
}

.item p{
    padding-top: 20px;
    font-size: 18px;
}
.owl-dots{
    display: none;
}

.border-right{
    border-right: 2px solid #141006 !important;
}
.title-h{
    margin-top: 10px;
    font-size: 25px;
    color: #141006;
    font-weight: 700;
}
.owl-prev {
    cursor: pointer;
    left: -50px;
    background-color: initial;
    color: #ccc;
    font-size: 35px;
    line-height: 1em;
    margin: -50px 0 0;
    padding: 0;
    position: absolute;
    top: 65%;
    font-weight: 400;
}
.owl-next {
    cursor: pointer;
    background-color: initial;
    color: #ccc;
    font-size: 35px;
    line-height: 1em;
    margin: -50px 0 0;
    padding: 0;
    position: absolute;
    top: 65%;
    right: -50px;
}
