@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;
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #C90C15;
    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: 16px;
    line-height: 17px;
    font-weight: normal;
}

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

.nav-link.active {
    color: #C90C15 !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: 450px;
}

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

.content_box_wrapper span {
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
    text-transform: uppercase;
}

.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: #C90C15;
}

.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: #C90C15;
}

.section-side-by-content h3 {
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    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: 700px;
}


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

#scrollspy-wrapper #nav .scroll-link {
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    opacity: 1;
    padding: 14px 20px;
    font-weight: 500;
    flex-grow: 1;
    text-align: center;
}

#scrollspy-wrapper #nav .scroll-link:hover {
    color: #fff;
    background-color: #C90C15;
}

#scrollspy-wrapper #nav {
    display: flex;
}

.scroll-link.active {
    background-color: #C90C15;
    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 300 16px/33px Montserrat;
    letter-spacing: 0px;
    color: #707070;
    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: 474px;
}

.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: #C90C15;
    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: 167px;
    background-color: #fff;
    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 {
    border-color: #B8B8B8;
    color: #333;
    margin-bottom: 10px;
}

.section-requirment .section-side-by-img_inner {
    height: 866px;
}

.section-requirment .btn_red {
    border-radius: 10px;
}

.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;
    width: 300px;
    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: 100% !important;
}

.testimonail_item_profile p {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.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: #C90C15;
    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: #C90C15;
    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-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
}

.footer_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 170px 0;
}

.footer_col {
    width: 20%;
    flex-grow: 1;
}

.footer-logo {
    width: 262px;
}

.office_info p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}

.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: #C90C15;
    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: #666666;
}

.footer-input-wrap input {
    font-size: 14px;
    background-color: transparent;
    color: #000;
}

.footer-input-wrap button {
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
    z-index: 100;
}

.copywrite-wrapper {
    background-color: #000000;
    padding: 25px 0;
}

.copywrite-wrapper p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
}

.copywrite-wrapper p span {
    color: #C90C15;
}

.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: #c90c15;
    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;
}
.socail-wrap img{
    width: 20px;
}

.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-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;
}


/* .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;
    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;
}

.blog_listings {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog_listings .blog_card_row {
    margin-top: 40px;
}

.blog_listings .blog_card_row .col {
    margin-bottom: 30px;
}

.blog_listings .blog_card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    min-height: 550px;
    height: 100%;
    position: relative;
    background-color: white;
    transition: 0.5s all ease;
}
.blog_listings .blog_card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.blog_listings .blog_card_body {
    padding: 10px 20px;
}

.blog_listings .blog_card_body .content_box {
    position: relative;
}
.blog_listings .blog_card_body h3 {
    font-weight: 600;
    padding-top: 10px;
    transition: 0.5s all ease;
}

.blog_listings .blog_card_body p {
    padding-top: 30px;
    color: #C90C15;
    font-weight: 400;
    transition: 0.5s all ease;
}
.blog_listings .blog_card_footer {
    background-color: #303030;
    border: 1px solid #303030;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.blog_listings .blog_card_footer p {
    font-weight: 500;
    color: white;
    font-size: 15px;
}

.blog_listings .blog_card_body h3 {
    min-height: 90px;
    font-size: 23px !important;
}

.blog_details_breadcumbs {
    background-color: var(--theme-color);
    padding: 20px;
    color: white;
}

.blog_details_breadcumbs ul {
    background-color: transparent;
}

.blog_details_breadcumbs li h2,
.blog_details_breadcumbs li a {
    color: white !important;
    font-size: 18px;
}

.active_breadcrumb {
    display: inline;
}
.breadcrumb > li + li:before {
    color: white !important;
}

.breadcrumb > li + li:before {
    content: '/\00a0';
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    opacity: 0.7;
}

.breadcrumb_cont {
    padding: 0 !important;
}

.breadcrumb_cont .breadcrumb {
    padding: 0 !important;
}
.searchbar {
    margin-left: auto;
    height: 60px;
    background-color: var(--theme-color);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    display: flex;
}
.search_input::placeholder{
    color: #fff;
}
.search_input {
    color: white !important;
    border: 0;
    outline: 0;
    background: none;
    width: 90%;
    caret-color: transparent;
    line-height: 40px;
    flex-grow: 1;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: white;
    border: 0;
    text-decoration: none;
}

.search_icon i {
    color: var(--theme-color);
}
.fs-35 {
    font-size: 35px;
}
.blog_wrapper .card-text {
    font-size: 16px;
}

.blog-detail_wrap > div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-detail_wrap .container,
.blog-detail_wrap .row {
    height: 100%;
}

.blog-detail_wrap .row > div {
    height: 100%;
}

.blog-detail_wrap .row .col-lg-5 {
    display: flex;
    align-items: center;
}
.blog_content h2 {
    font-weight: 600;
    font-size: 30px;
}
.blog_content p {
    font-size: 16px;
    line-height: 30px;
}
.blog_content a{
    font-weight: 600;
    color: #C90C15;
}

.job_card {
    border-radius: 5px;
    background-color: #f8f9fa;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    padding: 12px;
    border: 2px dashed;
}

.job_card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.job_card .card {
    border: none;
    background: transparent;
}

.job_card .card-body {
    padding: 21px;
    padding-bottom: 0;
}
.job_card .card-body span{
    color: #C90C15;
}

.job_card .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.job_card .card-title {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    padding-bottom: 10px;
    color: #333;
    min-height: 100px;
}

.job_card .theme_btn {
    width: 100%;
}

.program_overview_box {
    padding: 40px 0;
}
.border-bottom {
    margin-right: 20px;
    min-height: 125px;
}
.info_title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 3px;
}
.info_details {
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
}
.sec_head {
    border-bottom: 2.5px solid #2d2d2c;
    padding-bottom: 20px;
}
.fw-600{
    font-weight: 600 !important;
}
.apply-form{
    padding-top: 60px;
    padding-bottom: 70px;
    background-color: #F7F5EC;
}
.job-description {
    color: #2D2D2D;
    line-height: 1.7;
    font-size: 1rem;
}

/* Headings */
.job-description h2,
.job-description h3,
.job-description h4,
.job-description h5 {
    font-weight: 600;
    color: #2D2D2D;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.job-description h2 {
    font-size: 1.75rem;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.job-description h3 {
    font-size: 1.5rem;
}

.job-description h4 {
    font-size: 1.25rem;
}

.job-description h5 {
    font-size: 1.1rem;
}

/* Paragraphs */
.job-description p {
    margin-bottom: 1.2rem;
    color: #2D2D2D;
}

/* Lists */
.job-description ul {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
}

.job-description ul li {
    margin-bottom: 0.6rem;
    position: relative;
    padding-left: 1.2rem;
}

.job-description ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color);
    font-weight: bold;
}

/* Span Styling */
.job-description span {
    color: #2D2D2D;
    font-weight: 500;
}

/* Optional: Link Styling if present */
.job-description a {
    color: var(--theme-color);
    text-decoration: underline;
}

.job-description a:hover {
    text-decoration: none;
    color: var(--theme-color);
}
.job_title{
    font-weight: 600;
    color: #2D2D2D;
    font-size: 37px;
}
.apply-form .select2-container--default .select2-selection--single{
    height: 41px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.apply-form label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-control{
    border-color: #C90C15;
}

.vacancies_card {
    position: relative;
    min-height: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.vacancies_card h2 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    min-height: 50px;
    display: flex;
    margin-bottom: 10px;
    align-content: center;
    flex-wrap: wrap;
    min-height: 65px;
}
.vacancies_card .job_details_listing {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #f2f2f2;
    padding-top: 15px;
    min-height: 395px;
    list-style: none;
    padding-left: 0;
}
.job_details_listing li {
    width: 100%;
    margin-bottom: 20px;
}
.job_details_listing li .job_detail_title {
    font-size: 16px;
}
.job_details_listing li .job_detail_desc {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}
.vacancies_card_sec ul {
    list-style: none;
    padding: 0;
}
.job_action_list {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    list-style: none;
    padding-left: 0;
}
.job_action_list li {
    width: 50%;
}
.job_action_list .theme_btn {
    width: 100%;
    font-size: 14px;
    text-transform: none;
    border-radius: 5px;
}
.testimonil_img{
    border-radius: inherit;
}