::-webkit-scrollbar {
    display: none;
}

.btn-accent {
    color: #ffffff !important;
    background-color: rgb(228, 154, 47) !important;
    border-color: #e49a2f !important;
}


.btn-accent:hover {
    color: #c6801f !important;
    background-color: transparent !important;
    border-color: #c6801f !important;
}

.btn-accent-solid {
    color: #ffffff !important;
    background-color: rgba(228 154 47) !important;
    border-color: rgba(228 154 47) !important;
}

.hero_images {
    width: 50px;
    height: 50px;
}

.hero_images img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid rgb(228 154 47);
}

/* .sm\:pl-2\.5 {
    padding-left: .625rem;
} */
.font-bold {
    font-weight: 900;
}

.icon_set {
    width: 50px;
    height: 50px;
}

.required {
    color: red;
}

.error {
    color: red;
}

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

    .other_file {
        text-align: center !important;
    }
}

.mywrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999;
}

.mywrapper .loader {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.loader .loading {
    background: #e49a2f;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin: 0 10px;
    animation: load 0.7s ease infinite;
}

.loader .loading.one {
    animation-delay: 0.3s;
}

.loader .loading.two {
    animation-delay: 0.4s;
}

.loader .loading.three {
    animation-delay: 0.5s;
}

@keyframes load {
    0% {
        width: 30px;
        height: 30px;
    }

    50% {
        width: 20px;
        height: 20px;

    }
}

#video-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /* background-color: #c6801f; */
    background-color: #000000;
    opacity: 0.6;
    /* top: -80px; */
}

#crowd-image {
    text-align: center;
}
.heading {
    color: #e49a2f;
}
h1, h2 {
    color: rgb(228, 154, 47) !important;
}