.side-nav .parent_item p {
    width: 100%;
    display: block;
    text-align: right;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-nav .parent_item p a {
    text-align: right;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.side-nav .parent_item p a i {
    font-size: 0.7rem;
    margin-top: 5px;
    color: #454545;
}

.side-nav .btn.btn-primary {
    background-color: transparent;
    padding: 0;
    color: #000;
    border: 0;
    border-radius: 0;
    width: 100%;
}

.side-nav .btn.btn-primary:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.custom-navbar .links .submenu_parent {
    position: relative;
}

.custom-navbar .links .submenu_parent i {
    font-size: 0.7rem;
    margin-top: 5px;
    margin-right: 5px;
    color: #454545;
}

.custom-navbar .links .submenu_parent .submenu {
    position: absolute;
    top: 25px;
    background-color: #fff;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 9;
    padding: 10px 20px;
    right: 0;
    border: 1px solid rgba(38, 63, 145, 0.3921568627);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.custom-navbar .links .submenu_parent .submenu li {
    margin: 5px 0;
}

.custom-navbar .links .submenu_parent .submenu li a {
    font-size: 1.1rem;
    color: #000;
}

.custom-navbar .links .submenu_parent .submenu li a:hover {
    color: rgba(38, 63, 145, 0.3921568627);
}

.custom-navbar .links .submenu_parent:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.jobs_form {
    padding: 100px 0;
}

.jobs_form .form-control {
    border-radius: 7px;
    background-color: rgba(245, 247, 250, 0.386);
}

.jobs_form .form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.2);
}

.jobs_form .form-control {
    height: 50px;
    background-color: #f7f7f7;
    border: 0.5px solid #212c81;
    border-radius: 10px;
}

.jobs_form .form-control::-moz-placeholder {
    color: #8d8d8d;
}

.jobs_form .form-control::placeholder {
    color: #8d8d8d;
}

.jobs_form .form-group {
    margin-bottom: 20px;
}

.jobs_form label {
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.jobs_form .btn-submit {
    margin-top: 31px;
    text-align: left;
}

.jobs_form .btn-submit .btn-style {
    background-color: #263f91;
    border-radius: 6px;
    border-color: #263f91;
}

.jobs_form .btn-submit .btn-style:hover {
    color: #263f91;
    background-color: #fff;
}

.jobs_form input[type=file] {
    line-height: 40px;
}

.jobs_form_contet {
    text-align: center;
}

.jobs_form_contet .icon {
    text-align: center;
}

.jobs_form_contet .icon img {
    width: 160px !important;
    margin: auto;
}

.jobs_form_contet p {
    width: 95%;
    margin: auto;
    margin: 15px auto;
    font-size: 1.5rem;
}

#staticBackdrop .modal-content,
#staticBackdrop .modal-body {
    padding: 0;
    position: relative;
    border-radius: 10px;
    border: 0;
}

#staticBackdrop .modal-dialog {
    min-width: 50%;
}

#staticBackdrop .btn-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -5px;
    z-index: 1;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background: none;
    background-color: #9b0025;
}

#staticBackdrop .btn-close i {
    margin-top: 2px;
}

#staticBackdrop .btn-close:focus {
    outline: 0;
    box-shadow: none !important;
}

#staticBackdrop .card_img,
#staticBackdrop img {
    border-radius: 10px;
    width: 100%;
}

.services_rigister {
    background-color: #fcf9f4;
    padding: 30px 0 90px 0;
    margin-top: 50px;
}

.services_rigister .head {
    text-align: center;
}

.services_rigister .head h5 {
    font-size: 2rem;
    color: #0070b5;
    font-weight: bold;
    margin-bottom: 50px;
}

.services_rigister .form-group {
    margin-bottom: 30px;
}

.services_rigister .form-group label {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.services_rigister .form-group .form-control {
    height: 60px;
    background-color: #f7f7f7;
}

.services_rigister .radios {
    display: flex;
    align-items: center;
}

.services_rigister .radios div {
    margin-left: 30px;
}

.services_rigister .radios div span {
    margin-right: 5px;
    font-size: 1.5rem;
}

.services_rigister textarea.form-control {
    height: 150px !important;
}

.services_rigister .button button {
    background-color: #0070b5;
    color: #fff;
    padding: 10px;
    width: 400px;
    max-width: 95%;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 40px;
    border-radius: 5px;
    border: 0;
    border: 1px solid #0070b5;
    font-size: 1.5rem;
}

.services_rigister .button button:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 1300px) {
    .custom-navbar .list-item {
        margin-left: 12px;
        margin-right: 12px;
    }
}

/*# sourceMappingURL=newstyle.css.map */
