@charset "UTF-8";
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
.pagination span {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #555;
}
.pagination a:hover {
  color: #fff;
  background: #3279BB;
}
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}

.tab-video::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1041;
  border-radius: 50%;
  z-index: 9999;
  color: white;
  font-family: "FontAwesome";
  font-size: 2em;
}
.tab-video img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.tab-details {
  margin-bottom: 20px;
}
.tab-details .tab-heading {
  color: white;
}
.tab-details .tab-heading h4 a {
  color: white;
  text-decoration: none;
}

.tab-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

#multimediadescription {
  padding: 15px;
}

.modal-header .close {
  margin-top: -20px;
}

/*# sourceMappingURL=custom.css.map */



#career-section .career-wrapper .single-career .career-head h2 {
    font-size: 1.3em !important;
    font-weight: 1 !important;
}