body{

    background: #F5F8FA;
    padding-bottom: 70px;

}

.bg-primary {

    background-color: #fff !important;

}

.dropdown-menu{

    z-index: 10000;

}

.jumbotron{

    background-image:linear-gradient(to right top,#3ac484,#51c28d,#64c094,#74be9c,#84bca2) !important;

}

.box{
    transition:.2s all;
}
.box-wrap:hover .box{
    filter:blur(3px);
    opacity:.5;
}
.box-wrap:hover .box:hover{
    transform:scale(1);
    filter:blur(0px);
    opacity:1;
}

.border-bottom-color{

    border-bottom: 6px solid #45a477;

}