
/*.background-img-numbers {*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 1)), color-stop(100%, rgba(22, 22, 22, 0.4)), to(#161616)), url("../assets/img/numbers.jpg");*/
/*    background: linear-gradient(to bottom, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 0.4) 100%, #161616 100%), url("../assets/img/numbers.jpg");*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    min-height: 100vh;*/
/*    background-position: center;*/
/*}*/

.background-img-numbers {
    width: 100%;
    min-height: 100vh;
    position: relative;
    /*padding: 80px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url(../img/hero-bg-2.png);*/
    /*background: linear-gradient( rgba(0, 0, 255, 0.5), rgba(0, 0, 255, 0.5) ), url(../img/hero-bg-2.png);*/
    background: linear-gradient( rgba(3, 37, 126, 0.7), rgba(3, 37, 126, 0.7) ), url(../assets/img/hero-bg-3.png);
    background-size: cover;
}

.bg-whiter {
    background-color: #f3f5fa;
}

.bg-darker {
    background-color: black;
    color: white;
}

.bg-numbers {
    padding-top: 15px;
    background-color: green;
    color: white;
}

.box-on-whiter {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}


#carouselTestimonials {
    margin-left: 75px;
    margin-right: 75px;
}

.carousel-control-prev {
    margin-left: -120px;
}

.carousel-control-next {
    margin-right: -120px;
}

.container-content-below-navbar {
    padding-top: 100px;
}

.container-auth {
    background-color: black
}

.hero-button-outline-light:hover {
    color: #f8f9fa;
    background: rgba(255, 255, 255, 0.2);
}

.not-hero {
    padding-top: 40px;
}