li.nav-item {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1)!important;
    transition: box-shadow 0.3s ease-in-out!important;
}

li.nav-item:hover {
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15)!important;
}

#social {
    float: right;
    padding: 6px;
}

small {
}

.question {
    width: 400px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 200px 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

/* RESPONSIVE */
@media only screen and (max-width:767px) {
    .tabMob {
        display: none;
    }

    #quickbar td {
        width: auto!important;
    }

    .question {
        display: none!important;
    }
}

.navbar-expand-lg {
    min-height: 100px;
}

.navbar-expand-lg .nav-item {
    font-family: 'Catamaran', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    margin-right: 16px;
    box-shadow: 0px 0px;
    border-top-style: none;
    border-top-color: #000000;
    border-left-style: none;
    border-left-color: #000000;
    border-right-style: none;
    border-right-color: #000000;
    border-bottom-style: none;
    border-bottom-color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInScroll {
    opacity: 0;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;

    /* Adjust time as needed */
}

.list-inline-item::before {
    content: '■';
    margin-right: 5px;
    color: #6f2dbd;

    /* Change the color of the bullet */
    font-size: 1.5em;

    /* Change the size of the bullet */
    vertical-align: middle;
    line-height: 24px;

    /* Align the bullet vertically with the text */
}

@media only screen and (max-width:991px) {
    .lead {
        font-size: 13px;
    }
}

.hero-content h1 {
    font-family: 'Arimo', sans-serif;
}

.headline {
    max-width: 800px;
}

#services .serviceBlock {
    border: 1px solid #cfafe3;
    margin: 10px;
    padding: 10px;
}

.myBg {
    background-image: url('assets/media/rcBg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

myBgw {
}

.myBgw {
    background-image: url('assets/media/rcBgw.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.combined-skew {
    transform: skewx(10deg);
}

.slide-section {
    animation: slideIn 1s ease-in-out;
}

@keyframes slideIn {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

p {
    font-size: 1.3em;
    font-family: 'Catamaran', sans-serif;
    line-height: 26px;
}



