﻿.title-numbers {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #151515;
}

.container-mobile-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.swiper-slide {
    white-space: initial;
}

.count-title {
    font-size: 1.95rem;
    font-weight: 800;
    color:#fff;
}

.count-text {
    font-size: 0.8rem;
    color:#fff;
}


.NumItems img {
    width: 20px;
    margin: 0 auto;
}
.plus::after {
    content: '+';
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .container-mobile-fluid {
        width: 960px;
        margin: 50px auto;
    }
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    background-position: 50% 50%;
}

.NumItems img {
    width: 50px;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ff6a00;
}

.counter-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.bg-gray-700 {
    background-color: #444141;
}

.parallax, .background-fixed {
    background-attachment: fixed;
}
