.spacer-1x {
    margin-bottom: 10px;
}

.spacer-2x {
    margin-bottom: 20px;
}

.spacer-3x {
    margin-bottom: 30px;
}

.spacer-4x {
    margin-bottom: 40px;
}

.spacer-5x {
    margin-bottom: 50px;
}

.spacer-6x {
    margin-bottom: 60px;
}

.spacer-7x {
    margin-bottom: 70px;
}

.spacer-8x {
    margin-bottom: 80px;
}

.spacer-9x {
    margin-bottom: 90px;
}

.spacer-10x {
    margin-bottom: 100px;
}

.text-justify {
    text-align: justify;
}

@media (max-width: 767.98px) {
    .m-center {
        text-align: center;
    }
}


html, body {
    height: 100%;
}

.header-wrapper {
    border-bottom: 1px solid #eee;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(232 17 3);
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(232 17 3);
}

.home-slider {
    margin-bottom: 150px;
}

.home-categories {
    margin-bottom: 150px;
}

.home-categories a {
    color: #333333;
    text-decoration: none;
    text-align: center;
}

.home-categories a img {
    opacity: 0.5;
    max-width: 100px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-categories a:hover, .home-categories a:hover img {
    opacity: 1;
}

.lastes-models {
    margin-bottom: 150px;
}

.home-gallery {
    margin-top: 120px;
}

.footer-wrapper {
    background-color: #353535;
    color: #ffffff;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.footer-menu a {
    color: rgb(255, 255, 255);
}

.footer-menu a:hover {
    color: rgb(201, 201, 201);
}

.footer-bottom {
    padding: 15px 0px;
    background-color: rgb(19, 19, 19);
    color: #bebebe;
    text-align: center;
}

.page-title {
    margin-top: 20px;
    margin-bottom: 50px;
}

.sidebar-manu a {
    color: rgba(0, 0, 0, .55);
}

.sidebar-manu a:hover, .sidebar-manu a:focus, .sidebar-manu a.active {
    color: rgb(232 17 3);
    font-weight: 600;
}

.p-card {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: darkgrey; */
}