#noticeIframe {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100% !important;
    height: 50px;
    z-index: 20;
}
.loadscreen{
    z-index: 999999 !important;
}
/* FONTS */
.bg-banner h1, .bg-banner p, .bg-banner button,
.our-mission h2, .our-mission p,
.enjoy-section h2, .enjoy-section button,
.opportunity h2, .opportunity p,
.compliance h2, .compliance p,
.about h2, .about p,
footer p, footer a{
     font-family: "Montserrat", sans-serif;
}
.enjoy-section h2{
    font-weight: 500;
}
.bg-banner h1,
.our-mission h4,
.opportunity h4,
.compliance h4,
.about h4,
.about h3{
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.our-mission p,
.enjoy-section p,
.opportunity p,
.compliance p,
.about p{
    color:#6c757d;
    opacity: .6;
    font-size: 16px !important;
}

/* BANNER */
.bg-section-overlay{
    background: rgba(28, 28, 31, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
}
.banner-content{
    position:absolute;
    top:35vh;
    left:50%;
    transform: translate(-50%);
    z-index: 999;
    color:#ffffff !important;
}
.banner-content h1{
    color:#ffffff !important;
}

.banner-content,
.banner-content p{
    width: 95%;
    margin: 0 auto;
}

.btn-white{
    background: #ffffff;
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: .25rem;
    text-transform: uppercase;
    color:#333;
}

/* ENJOY SECTION */
.enjoy-section{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* OPPORTUNITY */
.opportunity .icon, .compliance .icon{
    /* background: #17313f  ; */
    width: 55px;
    height: 55px;
    /* border-radius: 50%; */
    display: grid;
    place-items: center;
}
.opportunity .icon span, .compliance .icon span{
    font-size: 26px;
}

/* ABOUT SECTION */
.about{
    background: #f8f9fa;
}
.about .icon img{
    max-width: 80px;
}
.about .icon{
    /* font-size: 32px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
    display: grid;
    place-items: center; */
    margin: 0px auto 0.5rem;
}

/* FOOTER */
footer{
    background: #222225;
    color: rgba(255, 255, 255, 0.5);
}
footer .links a{
    text-decoration: none;
    color:rgba(255, 255, 255, 0.5);
    padding: 0 5px;
}
footer .links a:hover{
    color:#fff;
}
footer p{
    font-size: 12px;
}

@media(min-width:1024px){
    .banner-content{
        width: 800px;
        margin: 0 auto;
    }
    .banner-content p{
        width: 600px;
        margin: 0 auto;
    }
}
@media(max-width:767px){
    .banner-content{top:35%;}
}
.select2-container--default .select2-selection--single{
    height: 42px !important;
    border: 1px solid #D5DAE1 !important;
    border-radius: 4px !important;
    padding: .625rem 0.25rem !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: .875rem !important;
    line-height: 1.25rem !important;
}
/* Change the default Select2 arrow */
.select2-selection__arrow {
    background: url('../../images/dropdown.svg') no-repeat center center;
    background-size: contain;
    width: 13px !important; /* Adjust the width of the arrow */
    height: 42px !important; /* Adjust the height of the arrow */
    right: 12px !important;
}
/* Optional: If you want to remove the arrow altogether */
.select2-selection__arrow b{
    display: none;
}
