
.container {
    width: 100%;
}

.row {
    width: 100%;
}

.bgpic{
    background: linear-gradient(rgba(15, 23, 43, .8), rgba(15, 23, 43, .8)), url(../Project/img/bgbd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
}

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
} */

.service-item{
    transition: .5s;
}

.service-item:hover{
    
    cursor: pointer;
    background-color: #FEA116;
    color: white;
}

 .nav-item a{
    text-decoration: none;
 }
.bgtable{
    background: url(img/video.jpg);
}
.item{
    cursor: pointer;
}