body {
    font-family: sans-serif;
}

.hidden {
    display: none;
}

.required-field {
    color: #a50c30;
}

.brand-color {
    color: #a50c30;
}

.brand-background {
    background-color: #a50c30;
}

#career-banner {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

body
{
    background-color: #ffffff;
}

.footer
{
    text-align: center;
    background-color: #1c1c1c;
    color: #ffffff;
    padding-bottom: 25px;
}

.social ul, .bottom ul, .row_cb ul
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 10px;
    background-color: #1c1c1c;
}

.social ul li, .bottom ul li
{
    list-style-type: none;
    padding: 8px;
}

.bottom a
{
    text-decoration: none;
    color: #b6c7d6;
}

.business
{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(240, 240, 240);
    opacity: 0.9;
}

.btn-light, .btn-light:hover
{
    color: #0ab5ffad;
}

.business
{
    color: white;
    padding: 3%;
}

.business-title h1
{
    font-size: 26px;
    line-height: 38px;
}

.business-content
{
    text-align: justify;
}

#carouselExampleControls
{
    margin-inline: 0%;
}

@media (max-width: 768px)
{
    .card-business
    {
        flex-direction: column-reverse;
    }
}

.row {
    --bs-gutter-x: 0rem;
}

.card-group
{
    background-color: #071014;
    padding: 5px;
}

.card-group .card
{
    margin: 10px;
}

.about-container
{
    text-align: justify;
    justify-content:inherit;
}

.form-container
{
    justify-items: center;
    margin: 5%;
}

.col-md-6
{
    margin-inline: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

  .profile-dropdown
  {
    padding-right: 20px;
  }

  .dropbtn
  {
      margin-left: 25px;
      margin-right: 10px;
      color: white;
      background-color: #d23228;
      padding: 8px 10px;
      border-radius: 6px;
      border: none;
  }

  .dropdown-toggle::after {
    display: none;
  }
  
  .dropbtn:hover
  {
      background-color: #a50c30;
      color: white;
      border: none;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    color: #a50c30;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
  }
  
  .show {display: block;}

  .nav-item a:hover {
    color: #a50c30;
  }

  .career-container {
    text-align: justify;
  }

  .career-container div{
    margin-bottom: 10px;
  }

  .job-container{
    margin: 1%;
    border-radius: 5px;
  }

  @media screen and (min-width: 576px) {
    .job-each {
        border-left: 1px solid;
        padding-left: 2%;
    }
  }

  .designation {
    text-align: right;
  }
  
  .login-form {
    margin-top: 50px;
    max-width: 350px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.login-form label {
    font-weight: bold;
    margin-bottom: 5px;
}
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.login-form input[type="submit"] {
    background-color: #d23228;
    color: #fff;
    padding: 8px 25px;
    border: 1px black;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
}
.login-form input[type="submit"]:hover {
    background-color: #af180d;
}

.btn-back {
    background-color: #d23228;
    color: #ffffff;
    padding: 8px 25px;
    border: 1px black;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
}
.btn-back:hover {
    background-color: #a50c30;
    color: #ffffff;
}

.second-header {
    padding: 8px;
}

.container-profile {
    padding-inline: 2%;
}

.profile-body {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .profile-picture img {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
  }

  input[type="submit"] {
    background-color: #d23228;
    color: #fff;
    border: none;
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: #a50c30;
  }

  .boxx{
    display: none
  }
  .selected{
      display: block;
  }

  form {
    background-color: #fef6f8;
  }

  ans1, ans2, ans3, ans4, ans5, ans6
  {
    display: none;
  }

  .xyz
  {
    margin-bottom: 7px;
  }

  .page-item.active .page-link {
    background-color: #a50c30;
  }
  