.padding_our_team{
  padding: 60px !important ;
}

.career_details_padding{
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 20px;
}

.margin_top_our_team_image{
  margin-top: 160px;
}

.jumbotron {
    padding: 4rem 1rem;
    margin-bottom: 2rem;
    background-color: #F7FAFF;
    border-radius: 0.5rem;
    border: 1px solid rgba(0,0,0,.125);
}

input[type="file"] { 
    opacity: 1;
}

input[type="text"], input[type="email"], textarea[type="text"]{
  border: 1px solid rgb(181, 178, 178);
}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.422);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
  }
  .modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .modal-window > div {
    width: 450px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background: white;
  }
  .modal-window header {
    font-weight: bold;
  }
  .modal-window h1 {
    font-size: 140%;
    margin: 0 0 1px;
  }
  
  .modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
  }
  .modal-close:hover {
    color: black;
  }

  .site-branding-confirmed img {
    max-height: 35px;
    position: relative;
    z-index: 1;
  }
   
  a {
    color: inherit;
    text-decoration: none;
  } 
  
  .modal-window > div {
    border-radius: 1rem;
  }
  
  /* .modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
  } */
  
  .logo {
    max-width: 150px;
    display: block;
  }
  
  small {
    color: lightgray;
  }

  @media only screen and (max-width: 767px){
    .margin_top_our_team_image{
      margin-top: 50px;
    }
    /* .career_details_padding{
      padding: 80px;
    } */
  }

  @media only screen and (max-width: 991px){
    .ttm-pf-single-detail-box .ttm-pf-detailbox-list li a{
      display: flex;
    }
  }
  

