    @import url('./branding.css?v=0.1');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* =============== HEADER ==================*/

html {
    scroll-padding-top: 207px
}

.header {
    background-color: #fff;
}

.header>.container-fluid {
    max-width: 1440px;
}

.navbar .container-fluid {
    max-width: 1440px;
}

.header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header .navbar-brand {
    width: 262px;
    height: 69px;
    display: inline-block;
}

.header-top-right {
    display: flex;
    gap: 20px;
}

.header-top-item {
    display: flex;
    gap: 13px;
}

.header-top-item img {
    width: 13px;
    height: 19px;
}

.header-top-item p,
.header-top-item a {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.header-top-item>div {
    display: flex;
    flex-direction: column;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #0e3c67;
    color: white !important;
}

.header .dropdown-menu .dropdown-item:hover::after {
    content: "";
    background-image: url(../img/arrow-side-white.svg);
}

.navbar {
    background-color: #ECECEC;
}

.navbar-nav {
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 30px;
}

.hightlighted-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hightlighted-btn a {
    text-align: left;
    font-size: 17px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

header .dropdown-toggle::after {
    display: none;
}

.navbar-nav li a {
    color: #2D2D2D;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
}

.navbar-nav li:hover a {
    color: #0e3c67;
}

.nav-link.active {
    color: #0e3c67 !important;
}

.navbar-toggler {
    border: 0;
    margin-left: auto;
}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.show-mbl {
    display: none !important;
}


/* ================= BANNER ============ */

.content_box_wrapper {
    max-width: 399px;
}

.content_box_wrapper h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

.content_box_wrapper span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f4f4;
}

.header .dropdown-menu {
    min-width: 251px;
    position: absolute;
    top: 30px;
    left: -5px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0;
}

.dropdown-menu li a {
    padding: 10px 21px 10px 51px;
}

.header .dropdown-menu .dropdown-item {
    position: relative;
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #2D2D2D;
    opacity: 1;
}

.header .dropdown-menu .dropdown-item::after {
    content: "";
    background-image: url(../img/arrow-side.svg);
    position: absolute;
    left: 25px;
    top: 52%;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    background-size: contain;
    width: 7px;
    height: 12px;
    transform: translateY(-50%);
}

.dropdown-item:active {
    background-color: #f4f4f4;
    color: #fff;
}


/*================= NATIONALWIDE SECURITY ===============*/

.section-heading {
    font-size: 44px;
    line-height: 44px;
    font-family: 'Montserrat';
    color: #131313;
    margin-top: 18px;
    margin-bottom: 30px;
}

.section-heading span {
    color: #0e3c67;
}

.security-head p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2E2E2E;
    opacity: 1;
}

.sologan {
    color: #2E2E2E;
    font-size: 16px;
    color: #2E2E2E;
    text-transform: uppercase;
}

.theme-bg {
    background-color: #0e3c67;
}

.section-side-by-content h3 {
    color: #fff;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Montserrat';
}

.accordion-item {
    background-color: transparent;
    border: 0;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-button {
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: #fff;
}

.accordion-button:focus {
    border: 0;
    box-shadow: unset;
}

.accordion-button {
    color: #fff;
    padding-left: 40px;
    padding-right: 0;
}

.accordion-button:hover {
    color: #fff;
}

.accordion-body {
    padding-left: 40px;
    padding-right: 0;
    padding-top: 0;
}

.accordion-button::after {
    background-image: url(../img/arrow-down.svg) !important;
    left: -1px;
    position: absolute;
}

.read-more-btn {
    border-radius: 30px;
    background-color: #fff;
    text-align: left;
    font: normal normal normal 14px Montserrat;
    letter-spacing: 0px;
    color: #3E3E3E;
    padding: 11px 20px;
    opacity: 1;
    font-weight: 500;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}

.read-more-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}

.section-side-by-content {
    padding-top: 60px;
    padding-bottom: 70px;
}

.section-side-by-content .accordion-header .accordion-button {
    text-align: left;
    font-size: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.accordion-body p {
    font-size: 16px;
    font-weight: 300;
}

.security-goal .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

section .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.section-side-by-content>div {
    max-width: 630px;
    margin-left: auto;
}

.section-side-by-img_inner {
    height: 100%;
}


/* ======================== SCROLLSPY WRAPPER ================ */

.scroll-link {
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    opacity: 1;
    padding: 14px 0px;
    font-weight: 500;
    flex-grow: 1;
    text-align: center;
    display: block;
}
.study-tab{
    display: none;
}
.study-tab.active {
    display: block;
}
.scroll-link:hover {
    color: #fff;
    background-color: #0e3c67;
}
.fade:not(.show){
    display: none;
}
.study-tab-links {
    display: flex;
    list-style: none;
}
.study-tab-links li{
    flex-grow: 1;
    width: 100%;
}
.study-tab-links li.active a {
    background-color: #0e3c67;
    color: #fff;
}

#nav {
    border-bottom: 2px solid #E1E1E1;
}

.h2 {
    font-size: 36px;
    line-height: 43px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.p-light {
    text-align: left;
    font: normal normal 500 17px/33px Montserrat;
    letter-spacing: 0px;
    color: #333;
    opacity: 1;
}

.side_by {
    display: flex;
}

.side_by_content {
    width: 48%;
}

.side_by_img {
    width: 52%;
}

.side_by_reverse .side_by_content {
    padding-left: 25px;
}

.side_by p {
    max-width: 500px;
}

.side_by h2 {
    max-width: 540px;
}

.bg_light {
    background-color: #EEEEEE;
}

.bg_light2 {
    background-color: #E9E9E9;
}

.pt-50 {
    padding-top: 60px;
}

.side_by h2::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #0e3c67;
    top: 0;
    left: 0;
}

.img-wrapper {
    height: 498px;
}

.section-requirment .section-heading {
    font-size: 34px;
}

.section-requirment_text {
    color: #262626;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
}

.section-requirment .section-side-by-content>div {
    padding: 0 50px;
    max-width: 570px;
}

.sticky-section {
    position: sticky;
    top: 150px;
    background-color: #f4f4f4;
    z-index: 100;
}


/* ============= SECTION REQUIRMENTS ==================== */

.section-requirment form .footer-input-wrap {
    font-family: 'Poppins', sans-serif;
}

/* form .footer-input-wrap input, form .footer-input-wrap select{
    margin-bottom: 20px;
    border-color: #B8B8B8;
} */

form .footer-input-wrap .theme_input, 
    form .footer-input-wrap input,
    form .footer-input-wrap select {
        margin-bottom: 20px;
        border-color: #B8B8B8;
    }
    form .footer-input-wrap .theme_input {
        border-color: #B8B8B8;
        color: #333;
        margin-bottom: 10px;
    }
    .section-requirment .section-side-by-img_inner {
        height: 881px;
    }
    .section-requirment .btn_red {
        border-radius: 0px;
    }
    .form .footer-input-wrap input::placeholder,
    .form .footer-input-wrap textarea::placeholder {
        color: #666666;
    }
    .career-text {
        padding-top: 100px;
        padding-left: 40px;
    }
    .career-text p {
        color: #3B3B3B;
        font-size: 16px;
        line-height: 33px;
    }
    #staticguarding,
    #mobilepatrols,
    #eventsecurity,
    #security,
    #concierge {
        padding-top: 167px;
        margin-top: -167px;
    }
    /*========================= TESTIMONAILS ===================*/
    .testimonail_item {
        padding-top: 40px;
    }
    .testimonail_item p {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
    }
    .testimonail_item_profile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        margin: auto;
        gap: 10px;
    }
    .testimonail_item_profile .testimonail_item_profile_img {
        width: 122px !important;
        height: 122px;
        border-radius: 50%;
    }
    .testimonail_item_profile .testimonail_item_profile_img img {
        width: 120px !important;
        height: 120px !important;
        border-radius: 50%;
    }
    .testimonail_item_profile p {
        font-size: 18px;
        font-weight: 600;
        line-height: 38px;
    }
    .section-testimonail .owl-dots {
        padding-top: 50px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #000000 !important;
    }
    .owl-theme .owl-dots .owl-dot span {
        background-color: #0e3c67;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    #loom-companion-mv3 {
        display: none;
    }
    /* ============== CONTENT WRAPER ============= */
    .section-side-by-content .content_wrap {
        max-width: 800px;
        padding-right: 60px;
    }
    .content_wrap p {
        color: #fff;
        font-size: 16px;
    }
    /* ============== SECTION PROTECTION ============= */
    .section-protection .protection-heading {
        display: flex;
        gap: 15px;
    }
    .section-protection .protection-heading h2 {
        font-size: 44px;
        line-height: 55px;
        color: #2E2E2E;
        width: calc(100% - 88px);
        padding-top: 15px;
    }
    .number {
        height: 100px;
        width: 88px;
        background-color: #0e3c67;
        position: relative;
    }
    .number h1 {
        font-size: 44px;
        line-height: 55px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .section-protection p {
        font-size: 16px;
        color: #3B3B3B;
        line-height: 33px;
        max-width: 550px;
    }
    .protection-text-wrap {
        padding-top: 50px;
        padding-left: 40px;
    }
    .bg_careem {
        background-color: #F7F5EC;
    }
    .section-protection .row>div {
        padding: 75px 38px 75px 10px;
    }
    .section-protection .row>div:nth-child(2n+1) {
        padding-left: 90px;
    }
    .req-sideby .career-text p {
        max-width: 505px;
    }
    .req-sideby .theme_btn_outline {
        font-size: 14px;
        color: #313131;
        font-weight: 600;
        padding-left: 40px;
        padding-right: 40px;
    }
    .req-sideby .career-text {
        padding-top: 130px;
    }
    .createAccount_inner {
        position: relative;
        width: 100%;
    }
    .form_label {
        position: relative;
        min-height: 88px;
    }
    .form_label input,
    .field_multiselect {
        position: relative;
        width: 100%;
        display: block;
        min-height: 53px;
        border-bottom: 1px solid #B8B8B8;
        box-sizing: border-box;
        padding: 12px 40px 10px 0px;
        font-size: 14px;
        color: #666666;
    }
    .form_label input::placeholder,
    .field_multiselect::placeholder {
        color: #a8acc9;
    }
    .form_label input:focus,
    .field_multiselect:focus {
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
    }
    .form_label input.error {
        border-color: #eb5757;
    }
    .error_text {
        color: #eb5757;
    }
    .field_multiselect {
        padding-right: 60px;
    }
    .field_multiselect:after {
        content: "";
        position: absolute;
        right: 14px;
        top: 15px;
        width: 6px;
        height: 16px;
        background: url("data:image/svg+xml,%3Csvg width='6' height='16' viewBox='0 0 6 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0L6 5H0L3 0Z' fill='%23A8ACC9'/%3E%3Cpath d='M3 16L6 11H0L3 16Z' fill='%23A8ACC9'/%3E%3C/svg%3E") 50% 50% no-repeat;
    }
    .multiselect_block {
        position: relative;
        width: 100%;
    }
    .field_select {
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        width: 100%;
        border: 2px solid #cdd6f3;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        box-sizing: border-box;
        outline-color: #cdd6f3;
        z-index: 6;
    }
    .field_select[multiple] {
        overflow-y: auto;
    }
    .field_select option {
        display: block;
        padding: 8px 16px;
        width: 100%;
        cursor: pointer;
    }
    .field_select option:checked {
        background-color: #eceff3;
    }
    .field_select option:hover {
        background-color: #d5e8fb;
    }
    .field_multiselect button {
        position: relative;
        padding: 0px 34px 0px 8px;
        background: #ebe4fb;
        border-radius: 4px;
        margin-right: 9px;
        margin-bottom: 10px;
    }
    .field_multiselect button:hover,
    .field_multiselect button:focus {
        background-color: #dbd1ee;
    }
    .field_multiselect button:after {
        content: "";
        position: absolute;
        top: 2px;
        right: 10px;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
        background-size: contain;
    }
    .multiselect_label {
        position: absolute;
        top: 1px;
        left: 2px;
        width: 100%;
        height: 44px;
        cursor: pointer;
        z-index: 3;
    }
    .field_select {
        display: none;
    }
    input.multiselect_checkbox {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        border: none;
        opacity: 0;
    }
    .multiselect_checkbox:checked~.field_select {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .multiselect_checkbox:checked~.multiselect_label {
        width: 40px;
        left: initial;
        right: 4px;
        background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
    }
    .multiselect_checkbox:checked~.field_multiselect_help {
        opacity: 1;
    }
    .footer-input-wrap .field_multiselect button {
        position: relative;
        margin-bottom: 0;
    }
    .partner-wrap {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .partner {
        height: 200px;
        width: 18%;
        background-color: #fff;
    }
    .partner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 30px;
    }
    /* =============== FOOTER ==================*/
    .footer {
        background-color: #070707;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        background-size: cover;
    }
    .footer_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding: 85px 0;
    }
    .footer_col {
        width: 20%;
        flex-grow: 1;
    }
    .footer-logo {
        width: 262px;
    }
    .office_info p {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 30px;
        margin-top: 20px;
    }
    .useful_inner {
        display: flex;
        margin-top: 15px;
    }
    .useful_inner p {
        display: flex;
    }
    .useful_inner h4,
    .contact_inner h4 {
        font-weight: 400;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        position: relative;
        color: #ACACAC;
    }
    .useful_inner h4::after,
    .contact_inner h4::after {
        content: "";
        width: 50px;
        background-color: #ACACAC;
        height: 3px;
        position: absolute;
        bottom: -16px;
        left: 0;
    }
    .contact_inner {
        margin-top: 15px;
    }
    .contact_wrap,
    .socail-wrap {
        margin-top: 33px;
    }
    .useful_points {
        margin-top: 10px;
    }
    .contact_wrap p:last-child img {
        margin-top: 10px;
    }
    .contact_inner p {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .contact_inner .socail-wrap {
        display: flex;
        gap: 10px;
    }
    .contact_inner p img {
        width: 17px;
        margin-top: 3px;
    }
    .useful_link-inner {
        display: flex;
        flex-direction: column;
    }
    .useful_points {
        display: flex;
        gap: 25px;
    }
    .useful_points p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
    }
    .useful_link_bottom {
        margin-top: 25px;
    }
    .useful_link_bottom h4 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
    .socail_link {
        display: flex;
        gap: 10px;
    }
    .footer a {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 30px;
    }
    .footer a:hover {
        color: #fff;
    }
    .footer-input-wrap {
        margin-top: 50px;
        position: relative;
    }
    .footer-input-wrap input::placeholder {
        color: #fff;
    }
    .footer-input-wrap input {
        font-size: 14px;
        background-color: transparent;
        color: #fff;
    }
    .footer-input-wrap button {
        position: absolute;
        right: -5px;
        background-color: transparent;
        border: 0;
        z-index: 100;
        top: 5px;
    }
    .copywrite-wrapper {
        background-color: #000000;
        padding: 25px 0;
    }
    .copywrite-wrapper p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 17px;
    }
    .copywrite-wrapper p span {
        color: #0e3c67;
    }
    .copywrite-wrapper a {
        color: #646464;
        font-size: 14px;
        line-height: 17px;
    }
    .copywrite-wrapper a:hover {
        color: #fff;
    }
    #request-qoute .footer-input-wrap {
        margin-top: 0;
    }
    .btn-close {
        background-image: none;
        background-color: #0e3c67;
        border-radius: 50%;
        opacity: 1;
        position: relative;
    }
    .btn-close img {
        width: 23px;
        height: 23px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .btn-close:hover {
        opacity: 1;
    }
    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }
     .zooming {
        animation: 5s zooming infinite linear;
        -webkit-animation: 5s zooming infinite linear;
        -moz-animation: 5s zooming infinite linear;
        -ms-animation: 5s zooming infinite linear;
        -o-animation: 5s zooming infinite linear;
    }
    @-webkit-keyframes zooming {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }
    @keyframes zooming {
        0% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
        50% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        100% {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }
    }
    @keyframes rotateIndefinitely {
        0% {
            transform: rotate(0deg);
        }
        25% {
            transform: rotate(90deg);
        }
        50% {
            transform: rotate(180deg);
        }
        75% {
            transform: rotate(270deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    select {
        width: 100% !important;
    }
    .section-requirment .select2-container {
        width: 100% !important;
    }
    .select2-conatiner,
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        padding: 5px 10px;
    }
    .select2.select2-container.select2-container--default.select2-container--focus {
        width: 100% !important;
    }
    .select2.select2-container.select2-container--default.select2-container--below{
        width: 100% !important;
    }
    .select2-container--default .select2-selection--multiple {
        background-color: transparent !important;
        padding: 5px 10px;
        border: 0 !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #B8B8B8 !important;
    }
    .select2-container .select2-selection--multiple {
        height: 50px;
        min-height: auto !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        padding: 4px 4px 0 4px !important;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #ffd4bf;
        border: none;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: 5px;
        color: #640e0e;
    }
    .select2-results__option {
        cursor: pointer;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        color: #666666;
        padding-left: 20px !important;
        font-size: 16px;
        line-height: 19px;
        margin-left: 0 !important;
        font-weight: normal;
    }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
        display: flex !important;
        align-items: flex-start !important;
        gap: 7px !important;
        overflow-x: auto;
    }
    /* .select2-container{
    z-index: 1000 !important; 
} */
    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(1.1);
        z-index: 1050;
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
    .popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 1rem 1.5rem;
        max-width: 550px;
        width: 550px;
        border-radius: 0.5rem;
    }
    .close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: #640e0e;
        border: 0;
        border-radius: 30px;
    }
    .close-button:hover {
        background-color: darkgray;
    }
    .show-modal {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }
    .select_wrap {
        position: relative;
    }
    .select_wrap .label {
        position: absolute;
        bottom: 0;
        position: absolute;
        bottom: 7px;
        font-size: 16px;
        color: #666666;
        font-family: 'Poppins';
        letter-spacing: .8px;
    }
    .hidden {
        display: none;
    }


/* 
    .study_tabs .tab-content{
        padding-top: 150px;
    } */


    /* ONLOAD  ANIMATION */

.white-overlay {
    animation: overlay 0.9s cubic-bezier(0.4, 0, 0.3, 1);
    animation-fill-mode: forwards;
}
.white-overlay2 {
    animation: overlay2 0.9s cubic-bezier(0.4, 0, 0.3, 1);
    animation-fill-mode: forwards;
}
@keyframes overlay {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}
@keyframes overlay2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}
#overlay1{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #f4f4f4; 
    overflow: hidden;
    width: 50%;
    height: 100vh;
}
#overlay2{
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #f4f4f4; 
    overflow: hidden;
    width: 50%;
    height: 100vh;
}
#status-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #f4f4f4; 
}



@keyframes kenburns {
    0% {
      transform: scale(1.3) translate(0%, 0%);
    }
    100% {
      transform: scale(1) translate(0%, 0%);
    }
}
.home-banner .banner_img{
    animation: kenburns 15s ease-in-out infinite alternate;
}