/* career */
.career-sec{
    background: #121212;
    padding: 120px 0px;
}
.career-text h3{
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    border-top: 1px solid #ffffffa3;
    padding-top: 10px;
    margin-bottom: .5rem;
}
.career-text p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.career-text p:last-child{
    margin-bottom: 0;
}
.career-text {
    padding: 0 55px;
    position: relative;
}
.round-box{
    width: 158px;
    height: 180px;
    border-radius: 361px 0px 286px 285px;
    background: #EB222A;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
}
.current-bg{
    background: #121212;
    padding: 40px 0;
}
.current-bg .main-container{
    background: #212121;
    padding: 30px 0px;
    padding-left: 60px;
    padding-top: 0;
}
.main-container {
    margin: 0 30px;
  }
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .align-self-center {
    align-self: center !important;
  }
.faq-sec .accordion-item{
    background: transparent;
}
.faq-sec .accordion-button{
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #ffffff59;
    box-shadow: none;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.faq-sec.collapsed::after {
    content: "+";
}
.faq-sec .accordion-button::after{
    position: absolute;
    content: "-";
    right: 0;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: 200;
}
.faq-sec .accordion-button::before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #dc0017;
    box-shadow: 3px 3px 6px #00000029;
    left: 0;
    top: 17px;
}
.faq-sec .accordion-button::after{
    background-image: url(../images/mega-menu-icon22.png) ;
    background-repeat: no-repeat;
}
.faq-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/mega-menu-icon22.png) ;
    transform: rotate(-180deg);
}
.faq-sec h3{
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
}
.faq-sec span{
    color: #EB222A;
}
.faq-img img{
    border-bottom-left-radius: 200px;
}
.faq-btn a {
    color: #C2BABA;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    transition: 0.5s;
    text-decoration: underline;
}
.faq-btn a img {
    transition: 0.5s;
}
.faq-btn a:hover {
    color: #EB222A !important;
    transition: 0.5s;
}
.faq-btn a:hover img {
    padding-left: 5px;
    transition: 0.5s;
}
.faq-btn{
    text-align: right;
}
.faq-text p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.faq-sec .accordion-body{
    padding-top: 0;
}
/* career-form */
.career-form-bg{
    background: #121212;
    padding: 150px 0;
    padding-bottom: 0;
}
.career-from h3{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}
.career-from p{
    color: #C2BABA;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #525252;
    padding-top: 20px;
    margin-top: 40px;
}
.department-box h5{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.department-box p{
    color: #707070;
    font-weight: 300;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 30px;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.file-upload {
   
    cursor: pointer;
  
    width: 100%;
}
.file-upload p{
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
.file-upload i{
    padding-right: 10px;
}
.career-from .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.career-from .radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
}
.career-from .radio-group input[type="radio"] {
    display: none;
}
.career-from .radio-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-weight: normal;
}
.career-from .radio-group label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.career-from .radio-group input[type="radio"]:checked + label::before {
    background-color: #000;
    border: 4px solid white;
    box-shadow: 0 0 0 2px #000;
}
.from-contant{
    background: #fff;
    padding: 30px;
    border-radius: 28px;
}
.from-contant .form-group{
    margin-bottom: 20px;
}
.from-contant .form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
    color: #000;
}
.from-contant .form-select{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none;
    color: #000;
}
.other-from{
    display: flex;
    align-items: center;
    gap: 25px;
}
.career-from .radio-group .sub-lab{
    font-weight: 300;
    color: #000;
    font-size: 17px;
}
.carrer-btn a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    background: #EB222A;
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 32px;
    transition: 0.5s;
}
.carrer-btn a:hover{
    color: #fff;
    background: #4a4949;
}
.career-from-img img{
    border-bottom-left-radius: 305px;
    border-top-right-radius: 10px;
}
.career-from-img{
    padding-right: 50px;
}
.up-lab{
    font-weight: 300 !important;
    font-size: 17px;
    color: #000;
}
.from-contant h4{
    color: #000;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    font-size: 20px;
}
.from-contant h4::before{
    position: absolute;
    content: '';
    background: #b71c1c;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
      padding-bottom: 1rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  }

  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  .carrer-btn button
  {
    color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  background: #EB222A;
  display: block;
  text-align: center;
  padding: 12px 0;
  border-radius: 32px;
  transition: 0.5s;
  width: 100%;
  border: 0px;
  }

  @media (max-width: 768px) {
    .career-sec {
        background: #121212;
        padding: 50px 0px 0px 0px;
      }
      .main-container {
        margin: 0 10px;
      }
      .career-text {
        padding: 0 5px;
        position: relative;
      }
      .current-bg .main-container {
        background: #221E1C;
        padding: 30px 0px;
          padding-top: 30px;
          padding-left: 0px;
        padding-left: 10px;
        padding-top: 0;
      }
      
      .career-form-bg {
        background: #121212;
        padding: 50px 0;
          padding-bottom: 50px;
        padding-bottom: 0;
      }
      .career-from-img {
        padding: 10px;
      }
      .department-box p {
        color: #707070;
        font-weight: 300;
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ffffff52;
        padding-bottom: 10px;
        border-top: none;
        padding-top: 0px;
        margin-top: 0px;
      }
      .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
      }
      .from-contant {
        background: #fff;
        padding: 30px 10px;
        border-radius: 28px;
      }
      .oder {
        order: 2;
      }
  }
