.footer{
font-weight: 400;
text-align: left;
line-height: 1.5;
font-size: 1rem;
font-family: "Roboto",sans-serif;
box-sizing: border-box;
display: block;
background: #111;
color: rgba(255,255,255,0.8);
}

.footer-top{
padding: 4rem 0;
}

.bg-base-1{
    background-color: #3452ff !important;
    color: #FFF !important;
}
.slice {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}
.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.mask-base-1--style-2 {
    background: rgba(52,82,255,0.5);
}
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* .navbar-custom .navbar-nav li a {
    color: white !important;
} */
.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
    color: cornflowerblue !important;
}
.nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a.active {
    color: cornflowerblue !important;
}

.navbar-custom{
    background-color: rgba(54, 64, 78, 0.85);
}


.navbar-custom .navbar-nav li a {
    color: white !important;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: black !important;
}

.navbar-custom .navbar-nav .nav-link {
    color: white !important;
}

.nav-sticky.navbar-custom .navbar-nav .nav-link {
    color: black !important;
}

@media (min-width: 992px){
    .desktop_N9Rem {
        margin-top: -6rem !important;
        z-index: 100
    }
}


@media (max-width: 992px){
    .desktop_N9Rem {
        text-align: center!important;
        /* margin-left: auto!important;
        margin-right: auto!important; */
    }
    
    .nav-sticky.navbar-custom {
        background-color: white !important;
    }

    .desktop_N9Rem {
        text-align: center!important;
        /* margin-left: auto!important;
        margin-right: auto!important; */
    }
    
    .navbar-custom {
        background-color: rgba(54, 64, 78, 0.85) !important;
        color: white !important;
    }

    .logo-dark, .logo-light{
        max-width: 70% !important;
        height: auto !important;
    }
}

p {
    font-size: 15px !important;
}

/* .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a.active {
    color: #0127ff !important;
} */

.carousel-item {
    /* transition: none;
    transition-property: none;
    transition-duration: 0s;
    transition-timing-function: ease;
    transition-delay: 0s; */
    transition: transform 2s ease, opacity .5s ease-out !important;
}


.img-fluid {
    max-width: 60% !important;
}