  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27-Feb-2020, 18:15:33
    Author     : User
*/
.view-more {
  background: #153476;
  padding: 6px 21px;
  display: inline-block !important;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  cursor: pointer; }

.cat-title {
  margin: 40px 0 20px;
  position: relative; }
  .cat-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 4px;
    width: 100%;
    border-bottom: 2px solid #ccc;
    z-index: -1; }
  .cat-title span {
    display: inline-block;
    font-weight: bold;
    color: #153475;
    text-transform: capitalize;
    background: #fff;
    padding-left: 10px;
    z-index: 1; }

.models {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }
  .models .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .models .model {
    display: none;
    width: 70%;
    height: 90%;
    position: absolute;
    background: #091121;
    right: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 80px 27px 40px;
    text-align: center;
    color: #fff;
    z-index: 5; }
    .models .model .model-inner {
      height: 100%;
      overflow-y: scroll;
      padding: 0 70px; }
    .models .model .img {
      display: inline-block;
      border-radius: 100%;
      width: 167px;
      height: 167px;
      padding: 4px;
      background-size: 100%;
      position: relative;
      border: 2px solid #fff; }
      .models .model .img .inner {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 100%;
        position: relative; }
        .models .model .img .inner img {
          width: 100%;
          min-height: 100%; }
    .models .model span {
      display: block;
      text-transform: uppercase;
      text-align: center; }
      .models .model span.name {
        margin-top: 20px;
        font-weight: bold;
        font-size: 30px; }
      .models .model span.title {
        font-size: 20px;
        margin-bottom: 20px; }
    .models .model .details {
      text-align: right; }
    .models .model .close {
      position: absolute;
      left: 15px;
      top: 25px;
      width: 30px;
      height: 30px;
      background: url(/wp-content/themes/khalifauniversity/assets/scss/img/laboratories/popup-close.png) no-repeat center center;
      cursor: pointer; }

.common-members-block .member .text {
  float: right;
  width: calc(100% - 167px);
  padding-right: 20px;
  height: 167px; }

.view-more {
  margin: 15px 0; }

.common-members-block .member .text span.name {
  text-transform: capitalize;
  margin: 0 0 5px;
  font-weight: bold; }

.common-members-block .member .text span.title {
  text-transform: capitalize; }

.common-members-block .member .text span {
  display: block;
  position: relative;
  font-weight: 400; }

.model-inner .mail a {
  margin: 10px 0;
  text-transform: lowercase;
  float: right;
  width: 100%;
  font-size: 17px; }

.common-members-block .member .text span.phone {
  padding-top: 15px;
  padding-right: 22px;
  background: url(/wp-content/themes/khalifauniversity/assets/scss/img/icons/people-phone.png) no-repeat right 14px;
  font-size: 12px;
  font-weight: 400; }

/*# sourceMappingURL=our-team.css.map */
