.modal-content{
    background: #0c0c0c;
    color: #fff;
}

.modal-backdrop{
    background: #fff;
}


.modal-header{
    border: none;
    padding-bottom: 0;
}

.modal-footer{
    border: none;
}

.modal-head {
    font-weight: 600;
    font-size: 16px;
}

.card-i {
    color: var(--red--);
    width: 22px;
}

.desc-head {
    font-size: 20px;
}

.desc {
    font-size: 14px;
}

.email_h{
    color: #fff;
}

.email_h:hover{
    color: var(--red--);
}

.career_heading_bg{
    position: relative;
}

.career_heading_bg .career_bg_shape{
    position: absolute;
    z-index: -1;
    /* left: 0;
    top: 0; */
}

.career_heading_bg .career_bg_shape.career_bg_shape_1{
    width: 48%;
    left: -5%;
    top: -28%;
    animation: branding_bg_shape_2 4s linear infinite;
}
.career_heading_bg .career_bg_shape.career_bg_shape_2{
    width: 25%;
    right: 5%;
    top: -23%;
    animation: branding_bg_shape_3 5s linear infinite;
}


.btn-close {
    opacity: 1;
    filter: brightness(0) invert(1);
  }