.jutting_strip {
    /* width: 120px; */
    position: absolute;
    top: 35%;
    right: 0;
    border-radius: 999999999999px 0px 0px 999999999999px;
    background: rgb(240, 240, 240);
}

.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ccc;
    color: var(--bs-primary);
    font-weight: bold;
}

.navbar a {
    color: white;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.alt_links {
    color: white;
    text-decoration: none;
}

.alt_links:hover {
    color: var(--primary_2);
}

.alt_link_icon {
    transition: transform 0.5s;
}

.alt_links:hover .alt_link_icon {
    transform: translate(10px);
}

.press_release_nav .nav-link {
    color: black;
}

.active {
    color: #0FC85E;
}

a.masonry_link {
    text-decoration: none;
    font-weight: bold;
}

.contact_link {
    color: white;
    text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */

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

/* Hide scrollbar for IE, Edge and Firefox */

.hide_scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.no_animation_header::before, .no_animation_header::after {
    content: '' !important;
    display: none !important;
}

.footer_link {
    text-decoration: none;
}

.footer_link:hover {
    color: var(--primary_light) !important;
}

a.staff_mail_link {
    text-decoration: none !important;
    font-weight: bold;
}

.no_decoration {
    text-decoration: none !important;
}

.hear_from_you:hover {
    background: var(--primary_light);
}

.border_with_outline {
    border: 2px solid var(--primary_light) !important;
}

.pillify {
    border-radius: 999999999999999999999999px;
}

.collapse_title {
    cursor: pointer !important;
}

.bg_hover_primary_light:hover {
    color: var(--bs-primary) !important;
    background: var(--primary_light) !important;
}

.bg_hover_primary_light:hover a {
    color: var(--bs-primary) !important;
}

.bg-second-green {
    background-color: var(--second_green) !important;
    box-shadow: -16px 12px 6px #00000017;
    border-radius: 17px;
}