
.top-des{
    background-color: #333333;
    height: 45vh;

}

.top-des ul li a, ul li, h1{
    color:#FFFFFF !important;
}
.top-des ul li a:hover{
    color:#c80001 !important;
}

.box{
    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    padding: 40px 50px;
    margin-top: -70px;
}

h2{
    font-size: 28px;
}
h3{
    font-size: 20px;
}
p{
    font-size: 14px;
    line-height: 28px;
    color: #4b4b4b;
    font-weight: 400;
}

.red-text{
    color: #c80001 !important;
}
.border-p{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;

}
.info-box{
    border: 2px solid #d7d7d7;
}
.box-project{
    height: 300px !important;
}
.top-des a:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box-project a{
    position:relative;
    height:100% !important;
    display:flex;
    justify-content:center;
    padding:0 !important;
}
a:hover h2{
    color:gray !important;
}
.name{
    position:absolute;
    bottom:0 !important;
    margin:0!important;
    padding:8px !important;
    text-align:center;
    background-color:#C80000;
    width:100%;

}
.div-project h2{
    font-size:22px !important;
    color:#FFFFFF !important;

}
.services-img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
a:hover .services-img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

}
.border-h{
    width: fit-content;
    border-bottom:2px solid #c80001;
    padding-bottom: 10px;
}