.logo-cus{
    width:100px;
}

.active-link{
    color: red!important;
}

.mt-cus{
    margin-top: 60px;
}

.mt-cus1{
    margin-top: 30px;
}

.text-red{
    color: red;
}

.text-white{
    color: white!important;
}

.bg-cus{
    background-color: #343a40;
}

.btn-orange{
    background-color: #f54337;
    height: 47px;
    width: 100px;
}

.flex-1{
    display:flex;
    justify-items: center;
}

.video{
    border-radius: 10px;
    overflow: hidden;
}