
#slider-revolution .tp-bullets,
#slider-revolution .tp-leftarrow,
#slider-revolution .tp-rightarrow {
    display: none !important;
}

.tp-fullwidth-forcer {
    height: 300px !important;
}

.mb-100 {
    margin-bottom: 500px;
}

.btn-primary {
    color: #fff;
}

body {
    background-color: #000000;
}

.mt-100 {
    margin-top: 100px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

@media (min-width: 992px) {
    .mt-lg-125 {
        margin-top: 125px !important;
    }

    .mt-lg-100 {
        margin-top: 100px !important;
    }

    .mt-lg-75 {
        margin-top: 75px !important;
    }
}

.btn-default {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #f0f0f0;
    border: 2px solid #bbb;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-default:hover {
    background-color: #e0e0e0;
    border-color: #999;
    color: #111;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-default:active {
    background-color: #d0d0d0;
    border-color: #777;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-default:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

