/*
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 : 23-Jan-2022, 15:41:27
    Author     : Jafran Mjm
*/
.banner {
  background: url(../img/banner-board-of-directors.jpg) no-repeat center top;
  background-size: cover; }

.content.wrapper.main {
  padding: 80px 50px 50px; }

.members {
  margin-left: -30px;
  position: relative; }
  .members .page-common-title-2 {
    position: absolute;
    left: 9px;
    background: none;
    transform-origin: 0 0;
    transform: rotate(-90deg);
    z-index: 5; }
  .members .blks .member {
    float: left;
    margin-left: 30px;
    width: calc((100% / 3) - 30px);
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    text-align: center; }
    .members .blks .member .img {
      width: 200px;
      height: 200px;
      padding: 10px;
      display: inline-block;
      background: url(../img/team-bg.png) no-repeat left top;
      background-size: 50% 100%;
      margin-bottom: 20px; }
      .members .blks .member .img .inner {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        overflow: hidden; }
        .members .blks .member .img .inner img {
          width: 100%;
          min-height: 100%; }
    .members .blks .member span {
      display: inline-block; }
      .members .blks .member span.name {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px; }
      .members .blks .member span.mail {
        background: #f0f0f0 url(../img/arroba.png) no-repeat 14px center;
        background-size: 20px;
        padding: 10px 20px;
        padding-left: 40px;
        text-align: left;
        border-radius: 20px;
        margin-bottom: 15px; }
      .members .blks .member span.readmore {
        color: #fff;
        background: #000;
        padding: 7px 20px;
        border-radius: 20px; }
  .members.members-1 .page-common-title-2 {
    top: 348px; }
  .members.members-2 .page-common-title-2 {
    top: 407px; }

.single .profile-pic {
  width: 300px;
  padding-right: 50px; }
  .single .profile-pic .img {
    width: 200px;
    height: 200px;
    padding: 10px;
    display: inline-block;
    background: url(../img/team-bg.png) no-repeat left top;
    background-size: 50% 100%;
    margin-bottom: 20px; }
    .single .profile-pic .img .inner {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      overflow: hidden; }
      .single .profile-pic .img .inner img {
        width: 100%;
        min-height: 100%; }
  .single .profile-pic span {
    display: inline-block; }
    .single .profile-pic span.name {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 5px; }
    .single .profile-pic span.mail {
      background: #fff url(../img/arroba.png) no-repeat 14px center;
      background-size: 20px;
      padding: 10px 20px;
      padding-left: 40px;
      text-align: left;
      border-radius: 20px;
      margin-top: 15px; }
.single .details {
  width: calc(100% - 300px); }
  .single .details p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1000px) {
  .members .blks .member {
    width: calc((100% / 2) - 30px); } }
@media screen and (max-width: 680px) {
  .members .blks .member {
    width: calc((100% / 1) - 30px); } }
@media screen and (max-width: 800px) {
  .single .details {
    margin-top: 15px;
    width: calc(100%); } }

/*# sourceMappingURL=board-of-directors.css.map */
