.carousel-item {
    height: 76vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.bg-grey{
    background-color: #cbcacd !important;
}

.bg-yellow{
    background-color: #EBCE38 !important;
}
.text-blue-logo{
    color: #2D5685 !important;
}

.text-weight{
    font-weight: 600;
}