*{
    padding: 0;
    margin:0; ;
}
section.career {
    margin: 200px 0 100px;
}
.ci-title {
    text-align: center;
}
.ci-title h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0b326d;
    padding-bottom: 16px; 
    position: relative;font-family: Montserrat, sans-serif;
} 
.ci-title p {
   font-family: Poppins, sans-serif !important;
    line-height: 1.7 !important;
    color: #000 !important;
    overflow-x: hidden;
    font-size: 1rem;
}
.ci-title {
    max-width: 1000px;
    margin: 0 auto;
}
.card {
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #ddd;
}
.card-header {
    border: none;
    background: #f3f3f3;
}
.card-header button {
    color: #0b326d;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding-inline: 0;
    font-weight: 700;
    position: relative;
    font-size: 20px
}
.cit-content {
    margin-top: 60px;
}
.cit-content .btn-link.focus, .cit-content .btn-link:focus{
    text-decoration: none !important;
    box-shadow: none !important;
}
.cit-content .btn-link:hover {
color: #000;
}
.cit-content button.collapsed:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    transform: unset !important;
}
.cit-content button.btn:before {
    transform: rotate(90deg);
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
}
.crdb-inner p {
    margin-bottom: 6px; 
	font-family: Poppins, sans-serif !important;
    line-height: 1.7 !important;
    color: #000 !important;
    overflow-x: hidden;
    font-size: 1rem;
}
.crdb-inner p b {
    font-weight: 600;
    color: #333;
}
.crdb-bullet ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }

  .crdb-bullet li {
    padding-left: var(--icon-space);
   font-family: Poppins, sans-serif !important;
    line-height: 2 !important;
    color: #000 !important;
    overflow-x: hidden;
    font-size: 1rem;
  }

  .crdb-bullet li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 12px;
  }
  .crdb-btn a {
    display: inline-block;
    background: #ffb100;
    color: #fff;
    line-height: 40px;
    padding-inline: 40px;
    border-radius: 5px;
}
section.aply-now-form {
    position: fixed;
    top: 0;
    background: #00000094;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    /* backdrop-filter: blur(5px); */
}
.anf-b{
    display: block !important;
}
.anf-inner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anf-inner form {
    background-color: #ffffffeb;
    backdrop-filter: blur(3px);
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    position: relative;
}
.form-control{
    height: 50px;
}
.form-title h4 {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #000;
    font-weight: 700;
}
.anf-inner .form-row {
    width: 100%;
    display: block;
}
.anf-inner .form-title h4:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.anf-inner .form-group label {
    font-weight: 500;
    font-size: 14px;
}
.anf-inner .form-row input {
    font-size: 14px;
}
.anf-inner .form-group select {
    font-size: 14px;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-row button {
    width: 100%;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    background: rgb(36 95 156);
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}
.form-close-btn span {
    position: absolute;
    right: -60px;
    font-size: 21px;
    top: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    color: #767575;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.form-close-btn{
    cursor: pointer;
}
.error{
  color: red;
}

header .navigation ul.menu {
    column-gap: 10px;
}
@media(max-width:1400px){
    .form-title h4 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 16px;
       
    }
    .anf-inner .form-group label {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .anf-inner .form-row input {
              font-size: 13px;
        padding: 4px 10px !important;
        height: 43px;
    }
    .anf-inner form {
        padding: 20px;
        /*min-width: 430px;*/
        position: relative;
    }
    .anf-inner textarea {
        height: 50px;
    }
}

@media(max-width:575px){
    .anf-inner form {
        padding: 20px;
        max-width: 300px;
        min-width: 300px;
        position: relative;
    }
    .form-title h4 {
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 7px;
    }
    .anf-inner .form-title h4:before {
        content: "";
        position: absolute;
        width: 70px;
        height: 2px;
        background: #000;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .anf-inner .form-group label {
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .form-close-btn span {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 10px;
    background: #fff;
    width: 26px;
    height: 26px;
   
}
.anf-inner h5 {
    font-size: 11px !important;
    margin-top: 10px;
}
}
.form-control {
    border: var(--bs-border-width) solid #ced1d3 !important;
}
.anf-inner h5 {
    font-size: 15px;
    margin-top: 12px;
}
.aply-now-form1{
    background: #fff;
    border-style: solid;
    border-width: 15px 0px 0px 0px;
    border-color: #4781b4;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 32px 30px 30px 30px;
    box-shadow: 0px -4px 31px 3px rgb(37 56 87 / 22%);

}