
img {
    max-width: 100%;
}
a {
    text-decoration: none !important;
    color: black;
}
/* new career page */

 .bg-light {
    background-color: rgba(255, 255, 255, 0.9)!important;
  }
   header .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
    font-weight: 600;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 5rem;
}
@media (max-width:425px){
    .navbar-brand{
        width:75% !important;
        margin-left: 0rem !important;
    }
}
.navbar-brand img {
    width:90%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3.5rem;
    padding-left: 0.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.5rem 2rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff6600;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ff6600;
    text-decoration: none;
    border-left:4px solid #ff6600;
}
@media (min-width:1024px){
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; // remove the gap so it doesn't close
   }
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.50rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #b8b8b8;
    font-size: 14px;
}
/* form */

.apply-form {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    background: rgb(0, 0, 0, 0.6);
    padding-bottom: 5%;
    width: 75%;
    align-items: center;
    margin: 0 auto;
}
.apply-content {
    width:40%;
}
@media (max-width:768px){
    .apply-content {
        margin: 0 auto;
        width:90%;
    }
}
.align {
    padding-top:17%;
}
@media (max-width:425px){
    .align {
        padding-top:30%;
    }
}
.form-control {
    width: 25rem !important;
    margin: 0px 30px;
}
.forms{
    display:flex;
}
.apply-head {
    color:white;
}
.apply-head h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
    margin-right: 20px;
}
@media (max-width:768px) {
    .apply-form {
        padding-top: 10%;
        display: block !important;
        justify-content: center
    }
    .forms{
        display:flex;
        justify-content: center;
        padding-top: 15px;
    }
    .apply-head {
        color:white;
        text-align: center;
    }
    .apply-btn {
        text-align: center;
        padding-top: 25px;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.1rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .1rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* category */

.category {
    padding-top: 35px;
    padding-bottom: 35px;
}
.img-size {
    width:25%;
    padding-bottom: 15px;
}
.down {
    text-align:center;
    background: #f1f0f0;
    padding: 20px;
    margin: 10px -5px;
}
.down:hover {
    background-color: #FF6600;
    transform:scale(1.1);
    transition:.4s;
    color:white;
}

/* current openings */

.current-openings {
    padding-top: 35px;
    padding-bottom: 35px;
}
.listing-icons {
    padding: 0;
    margin: 0;
    display: flex;
    width:155%;
}
@media (max-width:425px){
    .listing-icons {
        display: block;
        width: 100%;
    }
}
.listing-icons li {
    display: inline-block;
    margin-right: 13px;
    color: gray;
    line-height: 29px;
}
.listing-icons li i {
    font-size: 19px;
    position: relative;
    top: 2px;
    margin: 0 4px 0 0;
}
.listing-date {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 500;
}
.listing.full-time {
    border-left: 4px solid #186fc9;
}
.listing {
    border-radius: 0;
    display: flex;
    padding: 25px;
    border-left: 4px solid #eee;
    transition: .3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
}
@media (max-width:425px) {
    .listing {
    display:block !important;
    text-align: center;
}
.listing-type{
    margin-left: 0% !important;
}
}
.listing-logo img {
    width:60%;
}
.listing-title {
    width:100%;
        margin-top: 15px;
}
.listing-type{
    margin-left: 37%;
    margin-top: 2%;
}
.fulltime {
    border-left: 4px solid #186fc9;
}

/* footer */
footer {
background: #202020;
color: #999;
padding-top: 35px;
padding-bottom: 35px;
}
footer ul li {
    list-style-type: none;
}
footer a {
    color:#999;
}
footer .container {
    border-bottom: 1px solid #999;
}
.copyright {
    background: #202020;
    text-align: center;
}
.copyright p {
    color:#999;
}
.copyright ul {
    display:flex;
    justify-content: center;
    margin-right: 47px;
}
.copyright ul li {
    color:white;
    list-style-type: none;
    padding-left: 11px;
}
.social {
    border: 1px solid #999;
    border-radius: 50%;
    padding: 13px;
}
@media (max-width:768px){
    .navbar .navbar-collapse {
     overflow-y: auto;
   }
   }
   .sticky {
    position: fixed;
    width:100%;
    z-index: 3;
  }

  /* web-design-page */

  .page-header {
      padding-top:60px;
      padding-bottom: 60px;
  }
  .section1 {
    background: #ededed;
    padding-top: 97px;
  }
  .time {
      display: flex;
  }
  .time span {
    margin-top: 0.4%;
    margin-left: 5%;
    background: #007bff;
    color: white;
    height: 3%;
    padding: 6px;
    border-radius: 3px;
  }
  @media (max-width:425px){
      .time {
          display:block;
      }
      .job-info {
        display: block !important;
        padding-top: 5% !important;
        padding-bottom: 0% !important;
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
      }
      .job-info img {
        width:50% !important;
    }
  }
  .job-info {
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #e0e0e0;
  }
  .job-info img {
      width:20%;
  }
  .content {
    margin: 45px 45px;
  }
  .job-info-contents {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: justify;
  }
  .job-info-contents h5 {
      font-weight: bold;
  }
  .webparts{
    padding-top: 3%;
    text-align: center;
  }
  .menu {
    display: inline-block;
    background: gray;
    padding: 10px;
    margin: 0;
    color: white;
    margin-bottom: 5px !important;
  }
  .webparts li a {
    color: white;
  }
  .webparts a:hover {
      color:white;
  }
  .webparts .active {
      background-color: #007bff;
      padding: 11px;
    margin: 0;
  }
  .exe {
    font-size: 19px;
    font-weight: bold;
  }
  .job-overview {
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 35px 38px 31px;
}
.job-overview ul li {
    margin: 0 0 3px;
    display: flex;
    padding-bottom: 5%;
}
.job-overview ul  {
    list-style-type: none;
    padding: 0;
}
.job-overview ul li i {
    font-size: 18px;
    color: #26ae61;
   /* padding-right: 5%;*/
}
.job-overview ul li span {
    display: block;
    margin-top: 3px;
    line-height: 23px;
}
.widget {
    margin-top: 18%;
}
.green {
    padding: 0.375rem 3.75rem !important;
}
@media (max-width:320px){
    .green {
    padding: 0.375rem 1.75rem !important;
    }
}
.careers {
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-control {
    margin: 0px;
    width: 100% !important;
}
.title {
    padding-bottom: 3%;
}
footer ul {
    padding: 0;
}

/* about */

.about {
    padding-bottom: 50px;
    padding-top: 50px;
}
.at , .ac{
    text-align: center;
}
.at h2 {
    font-weight: bold;
}
.breadcrumb{
    background-color: unset;
    border-radius: 0.25rem;
}