.values{
    padding-bottom: 80px;
}
.value_box{
    padding: 30px;
     text-align: center;
    margin-bottom: 30px;
/*    background: #07213c;*/
    box-shadow: 0 0 20px rgba(21, 87, 153, .09);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
.value_box:hover{
     background: #07213c;
}
.value_box .value_img svg{
    height: 80px;
}
.value_box .value_img img{
       height: 80px;
}
.value_box .value_name{
    margin-top: 20px;
}
.value_box .value_name h3{
    color: #bf9750;
    font-size: 20px;
}

.carr_p{
    padding-bottom: 30px;
}

#cbse{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
#cbse .cbse_box{
        margin: 10px;
    border: 1px solid #ccc;
}