  
  @font-face{
      font-family: 'Kefa';
      src: url("/font/Kefa.ttc") format('truetype');
  }
  @font-face {
       font-family: 'GE Thameen';
       src: url('/font/GE Thameen Book.ttf') format('opentype');
        font-weight: normal;
   }
  #bgImage {
    background-image: url("/media/images/bg\ 3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  #preloader {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fff;
         z-index: 9999999;
        }

        .loader {
         top: 50%;
         width: 50px;
         height: 50px;
         border-radius: 100%;
         position: relative;
         margin: 0 auto;
        }

        #loader-1:before, #loader-1:after {
         content: "";
         position: absolute;
         top: -10px;
         left: -10px;
         width: 100%;
         height: 100%;
         border-radius: 100%;
         border: 2px solid transparent;
         border-top-color: #65aeb7;
        }

        #loader-1:before {
         z-index: 100;
         animation: spin 1s infinite;
        }

        #loader-1:after {
         border: 2px solid #f2f2f2;
        }

        @keyframes spin {
         0% {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
         }
         100% {
            -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
         }
        }
  .quicklinks a.contact-menu {
    padding: 12px 0px;
}
  
  
  /*animate*/
  
  .animate__animated.animate__fadeInUp {
    --animate-duration: 2s;
  }
  
  .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
  /*button*/
  /* Sweep To Right */
  .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5%;
    background: #212529;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover,
  .hvr-sweep-to-right:focus,
  .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before,
  .hvr-sweep-to-right:focus:before,
  .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .btn-outline {
    border: solid #fff 1px;
    color: #fff;
  }
  .btn-outline-2 {
    border: solid black 1px;
    color: #000;
  }
  .seperate-img{
    border-bottom: 3px dashed rgba(170, 170, 170, 0.5);
    margin-left: 194px;
    margin-top: 71px;
  }
  .seperate-phone-img{
      display:none
  }
  /*contact submenu*/
  
  #contactSubmenu {
    position: absolute;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
  }
  
  #contactSubmenu ul li {
    list-style: none;
    margin-bottom: 5px;
  }
  #contactSubmenu ul li:hover a {
    color: #65aeb7;
  }
  
  #contactSubmenu ul li a {
    color: #000;
    text-decoration: none;
  }
  
  #contactSubmenu {
    display: none;
  }
  
  
  .contact-menu:hover + #contactSubmenu,
  #contactSubmenu:hover {
    display: block;
  }
  
  /*contact submenu end*/
  /*child menu*/
  .child-menu {
    display: none;
    list-style: none;
  }
  .child-menu a {
    text-decoration: none;
    color: #fff;
  }
  
  .fund-child li {
    display: none;
  }
  .portfolio-child li {
    display: none;
  }
  
  .discretionary-child li {
    display: none;
  }
  .non-discretionary-child li {
    display: none;
  }
  .investment-manage-child {
    list-style: none;
    display: none;
  }
  .alternative-invest-child {
    list-style: none;
    display: none;
  }
  .consulting-service-child {
    list-style: none;
    display: none;
  }
  /*child menu end*/
  
  /*animate*/
  
  header {
    transition: all 0.3s ease-in-out;
  }
  
  .navbar-toggler {
    background-color: #fff;
  }
  
/*  .navbar-nav > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .navbar-nav > li {
    margin-left: 5px;
    margin-right: 20px;
  }*/
  .about-us {
    color: #65aeb7;
  }
  .about-us:hover {
    color: #65aeb7;
  }
  
  
  .mega-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    /* Set your desired styling for the mega menu */
    padding: 10px;
    width: 100%;
    height: 300px;
  }
  
  /*.mega-drop {
    background-color: #fff;
    width: 100%;
    height: 300px;
    padding: 5%;
  }
  .mega-drop-2 {
    background-color: #fff;
    width: 100%;
    min-height: 450px;
    padding: 5%;
  }*/
  
  .mega-heading {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    list-style: none;
  }
  
  .portfoliomenu {
    margin-top: -17%;
  }
  
  /*sub icons right*/
  
  .sub-cion-3 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-4 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-35 {
    position: relative !important;
    color: #000;
  }
  .sub-cion-mena {
    position: relative !important;
    color: #000;
  }
  .sub-cion-inter {
    position: relative !important;
    color: #000;
  }
  
  .invest-cion-1 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-2 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-3 {
    position: relative !important;
    color: #000;
  }
  
  .invest-cion-5 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-6 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-7 {
    position: relative !important;
    color: #000;
  }
  .invest-cion-8 {
    position: relative !important;
    color: #000;
  }
  
  /*sub icons right end*/
  
  .mega-links li {
    list-style: none;
    position: relative;
    color: #000;
  }
  
  .mega-links li a {
    color: #000;
  }
  
  /* .mega-links li a::after {
    content: "";
    border-bottom: dashed 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 60%;
  } */
  
  /*video*/
  #player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  /*mega headings*/
  
  .fundmanage {
    display: none;
  }
  
  .portfoliomanage {
    display: none;
  }
  
  .internationalinvest {
    display: none;
  }
  
  .Advisory {
    display: none;
  }
  
  .investmanage {
    display: none;
  }
  
  .alternativeinvest {
    display: none;
  }
  
  .consultingservice {
    display: none;
  }
  
  .internationalmenu {
    margin-top: -33%;
  }
  
  .Advisorymenu {
    margin-top: -52%;
  }
  
  
  
  .hidden {
    display: none;
  }
  
  .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
  
  .submenu ul li {
    padding-top: 3%;
    margin-bottom: 10%;
  }
  
  .submenu ul li a {
    text-decoration: none;
  }
  
  .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
  
  .submenu ul li:hover .sub-submenu {
    display: block;
  }
  
  .sub-submenu ul li {
    padding-top: 3%;
    margin-bottom: 10%;
  }
  
  .sub-submenu ul li a {
    text-decoration: none;
  }
  
  .nav-link:hover ~ .submenu,
  .submenu:hover {
    display: block;
    
  }
  
  /*mega headings end*/
  
  .nav-item:hover .mega-menu {
    display: block;
    animation: fade-in 0.5s ease;
    
    
  }
  .second-nav-links:hover
  {
     color:#65aeb7; 
      border-bottom: 4px solid #65aeb7;
    
  }
   
  
  
  @keyframes fade-in {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /*fixed top*/
  /* .fixed-top{
      background-color: rgba(0, 0, 0, 0.2);
  } */
  
  /*social icons header fixed */
  .social i {
    margin-right: 20px;
  }
  
  .quicklinks a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
  }
  
  /* Sticky top header */
  .sticky-top {
    position: sticky;
    top: 0;
  }
  
  /* Right align links in desktop view */
  @media (min-width: 992px) {
    /*.navbar-nav {
      margin-left: auto;
    }
    .nav-dupe{
         margin-right: 356px;
    }
    .mob-quick{
        text-align:left;
    }*/
  }
  
  /*header section*/
  
  #myNavbar {
    transition: background-color 0.5s ease;
  }
  
  .navbar.white-bg {
    background-color: #fff !important;
  }
  
  .navbar.white-bg .navbar-brand img {
    /* Change your logo here */
    filter: invert(1);
  }
  
  .header-white {
    background-color: white;
  }
  
  .navbar-brand {
    width: 250px;
  }
  
  .logo-header {
    width: 90%;
  }
  
  .banner {
    width: 100%;
    height: 100vh;
  }
  
  /*about*/
  .aboutbanner {
    width: 100%;
    height: 30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
  }
  
  .about-content {
    position: absolute;
    bottom:35%;
    width:100%;
    overflow:hidden;
    text-align:center;
    float:left;
    left:0;
    
  }
  /*about-end*/
  
  .banner video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .banner .content {
    position: relative;
    max-width: 1200px;
    top: 35vh;
  }
  
  .content h1 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
  }
  
  .content button .fa-arrow-right-long {
    position: relative;
    top: 2px;
  }
  
  /*header section end */
  
  /*breadscrum*/
  
  /*breadscrum*/
  
  /*company-profile*/
  
  .company-profile {
    margin-bottom: 15px;
  }
  
  .company-profile h1 {
    font-size: 52px;
    color: #d9d9d9;
    margin-top: 65px;
    margin-bottom: 58px;
    font-weight: 900;
  }
  
  /* .tabs ul li a{
      text-decoration: none;
      font-weight: 100;
      color: #000;
  }
  
  .tabs ul li a:active{
    font-weight: 600;
  }
  
  .tabs li a:active::after {
    content: "";
    display: block;
    background: #65aeb7;
    height: 4px;
  } */
  
  @media (max-width: 991.98px) {
    #myNavbarTab .navbar-collapse {
      display: flex !important;
      justify-content: center;
    }
  
    #myNavbarTab .navbar-nav {
      flex-direction: column;
    }
  
    #myNavbarTab .nav-link {
      text-align: center;
    }
  
    #myNavbarTab .tabs-item {
      margin-bottom: 10px;
    }
  }
  
  .tabs-item a {
    color: #000;
  }
  
  .active {
    font-weight: 600;
  }
  
  .active:after {
    content: "";
    display: block;
    background: #65aeb7;
    height: 4px;
  }
  
  .tab-border {
    border-bottom: 1px solid #d9d9d9;
  }
  
  .head-border {
    border-bottom: solid 2px #65aeb7;
    display: inline;
    color: #000;
    font-size: 30px;
  }
  
  .invest-history img {
    margin-top: 0px;
  }
  
  /*wrapper*/
  
  .list-wrapper {
    position: relative;
  }
  .list-item-wrapper {
    margin-top: 10px;
    position: relative;
  }
  .list-bullet {
    float: left;
    margin-right: 20px;
    background: #d9d9d9;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100px;
    font-weight: 700;
    color: #5b5a5b;
    text-align: center;
  }
  .list-item {
    display: table-row;
    vertical-align: middle;
  }
  .list-title {
    font-weight: 700;
  }
  .list-text {
    font-weight: 400;
  }
  .red-line {
    background: rgba(91, 90, 91, 0.2);
    z-index: -1;
    width: 1px;
    height: 100%;
    position: absolute;
    
  }
  .white-line {
    background: #fff;
    z-index: -1;
    top: 0px;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 15px;
  }
  
  .bullets h2 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
  }

  .bullet-content {
    font-size: 18px;
    color: #5b5a5b;
  }
  
  .year {
    color: #000;
  }
  
  /*wrapper end*/
  
  /*company-profile-end*/
  
  /*vision mission*/
  
  .vision-mission {
    margin-top: 166px;
  }
  #mission_vission{
    scroll-margin-top: 180px;
  }
  #bordSection {
    scroll-margin-top: 100px;
  }
  #executive{
    scroll-margin-top: 110px;
  }
  
  
  
  .vision-banner {
   /* background-image: url("/media/images/About/mission-banner.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .vision {
    position: relative;
    bottom: 80px;
  }
  
  .vision-content h2 {
    font-weight: 500;
    font-size: 30px;
  }
  
  .vision-content p {
    font-size: 16px;
  }
  
  /*vision mission end*/
  #navbarNav a.highlight {
    font-weight:600;
    border-bottom: 4px solid #65aeb7;
    
  }
  
  /*bord*/
  #bord {
    margin-top: 122px;
    
  }
  
  #executive {
    margin-top: 0px;
   
  }
  
  .bord-members {
    margin-top: 120px;
    padding-left: 74px;
   
  }
  
  .bord-members-2 {
    margin-top: 120px;
    padding-left: 74px;
  }
  
  .bord .member-name {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  
  .bord {
    background-color: #65aeb7;
    padding: 10px 20px;
    position: relative;
    height: 100%;
  }
  
  .bord .position {
    color: #fff;
    font-size: 17px;
  }
  
  .position {
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    padding: 5px;
  }
  
  .bord .position-2 {
    font-size: 15px;
    font-weight: 100;
    color: #fff;
  }
  
  .bord-image {
    width: 60%;
    margin-top: -30%;
  }
  
  #bordSection {
    padding-bottom: 30px;
  }
  
  /*bord end*/
  
  /*executive*/
  
  #executive .manage {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
  }
  
  .executive-section {
    margin-bottom: 120px;
  }
  
  .member-name {
    margin: 0;
    color: #fff;
  }
  
  .position-3 {
    color: #000;
    font-weight: 700;
    padding: 5px;
    font-size: 15px;
  }
  
  /*executive end*/
  
  /*news */
  
  .news-box {
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 3%;
  }
  
  .news-box:hover {
    background-color: #f3f3f3;
  }
  
  /*news end*/
  
  /*anouncements section*/
  
  .btn-effect {
    position: relative;
    overflow: hidden;
  }
  
  .btn-effect::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: black;
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
  }
  
  .btn-effect:hover::after {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .announcement {
    margin-top: 170px;
    color: #000;
  }
  
  .announcement .date {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .announcement h5 {
    font-weight: bold;
    color: #000;
  }
  
  /*footer*/
  .footer-icons {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
  }
  
  .fb-icon {
    display: inline-block;
  }
  
  
  
  .footer-border-bottom {
    border-bottom: 1px dashed rgba(217, 217, 217, 0.2);
  }
  
  .bold {
    font-weight: bold;
  }
  
  footer a {
    text-decoration: none;
  }
  
  .Privacy p {
    font-size: 14px;
    color: #fff;
  }
  
  .Privacy a {
    color: #fff;
    margin-left: 10px;
  }
  
  .social .animate {
    transition: all 0.2s ease-in-out;
  }
  
  .social .animate:hover {
    transform: scale(1.5);
  }
  
  .fa-map-marker-alt {
    transition: all 0.2s ease-in-out;
  }
  .fa-map-marker-alt:hover {
    transform: scale(1.5);
  }
  .fa-envelope {
    transition: all 0.2s ease-in-out;
  }
  .fa-envelope:hover {
    transform: scale(1.5);
  }
  .fa-headset {
    transition: all 0.2s ease-in-out;
  }
  .fa-headset:hover {
    transform: scale(1.5);
  }
  
  .text-scale {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  
  .text-scale:hover {
    transform: scale(1.1);
  }
  
  
  
  @media (max-width: 768px) {
    .navbar-nav {
      width: 100% !important;
    }
    .seperate-phone-img{
      display: block;
       border-bottom: 3px dashed rgba(170, 170, 170, 0.5); 
      
    }
    .seperate-img{
      display:none;
    }
     .mob-social-links{
      text-align: center;
    }
    
  }
  @media (max-width: 480px){
    .row.invest-history {
        margin-top: 8%;
    }
}
  /*media query home page*/
  
  @media (min-width: 480px) {
    .navbar-brand {
      width: 18% !important;
    }
  }
  .memberbox {
    background-color: #b4aba1;
    height: 80%;
    border-radius: 10px;
  }
  
  .member-title {
    position: relative;
  }
  
  .arrow-img {
    position: absolute;
    z-index: 0; /* Lower z-index value */
  }
  
  .member-title .member-head {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 10px;
  }
  
  .member-details {
    position: relative;
  }
  
  .member-details p {
    font-size: 15px;
    color: #fff;
  }
  
  
  .member-details:hover p::after {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    left: 15px;
   
  }
  
  .member-img img {
    border-radius: 50%;
    width: 60%;
  }
  
  .bord-background {
    background-color: #818181;
  }
  
  .executives {
    background-color: #cfcfcf;
  }
  
  @media (max-width: 480px) {
    .banner {
      height: 650px;
    }
    .memberbox {
        height: 80%;
      }
    
    .cool-head{
      text-align:center;
     }
    .banner video {
      height: 650px;
    }
  
    .mobile-top-nav-links {
      margin-top: 5%;
    }
  
    .content h1 {
      font-size: 32px;
    }
  
    .latest-news {
      margin-top: 20%;
    }
  
    .footer-border {
      border: none;
    }
  
    .footer-logo {
      width: 60%;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-mobile {
      margin-top: 10%;
      padding: 10%;
    }
  
    .navigation-mobile {
      padding: 10%;
    }
  
    .navigation-mobile-2 {
      margin-top: 5%;
    }
    .mobile-app img {
      width: 40%;
      margin-bottom: 5%;
    }
  
    .aboutbanner {
      height: 60vh;
    }
  
    .bullet-content {
      text-align: justify;
      font-size: 16px;
    }
    .point-1,
    .point-2,
    .point-3,
    .point-4,
    .point-5,
    .point-6 {
      padding: 20px;
    }
  
    .vision-content p {
      font-size: 16px;
    }
  
    .head-border {
      font-size: 25px;
    }
    .bord {
      padding: 0 70px 0 70px;
      margin-bottom: 150px;
      height: 100%;
    }
  
    .bord-image {
      margin-bottom: 50px;
    }
  
    .col-md-3 {
      margin-bottom: 50px;
    }
    .bord-members-2 {
      margin-top: 20px;
    }
  
    .bord-members {
      margin-top: 20px;
    }
    
    .navbar-collapse {
      background-color: #000000d0;
    }
  
    .mega-menu {
      display: none !important;
    }
    .nav-item:hover .child-menu {
      display: block;
    }
    .fund-parent{
        padding-bottom:13px;
    }
    .portfolio-parent{
        padding-bottom:8px;
    }
    .fund-parent:hover .fund-child li {
      display: block;
    }
    .portfolio-parent:hover .portfolio-child li {
      display: block;
    }
    .discretionary-child {
      display: none;
    }
    .discretionary-parent:hover .discretionary-child {
      display: block;
    }
  
    .non-discretionary-child {
      display: none;
    }
    .non-discretionary-parent:hover .non-discretionary-child {
      display: block;
    }
    .investment-manage-parent:hover .investment-manage-child {
      display: block;
    }
    .alternative-invest-parent:hover .alternative-invest-child {
      display: block;
    }
    .consulting-service-parent:hover .consulting-service-child {
      display: block;
    }
    .company-profile {
      display: none;
    }
    .advisory {
      margin-top: -140px;
    }
    .international {
      margin-top: 40px;
    }
    .graph {
      padding: 0px;
    }
    .fund-tab {
      display: none;
    }
    .invest-img {
      right: 0;
      width: 100%;
    }
    .footer-details {
      text-align: center;
    }
    #myNavbarTab {
        display: none;
      }
      .bord-members img {
        width: 60% !important;
        text-align: center;
      }
      .bord-members-2 img {
        width: 60% !important;
        text-align: center;
      }
      .footer {
        margin: 0 !important;
      }
      #executive {
        margin-top: 10px;
      }
      #bordSection {
        margin-top: 20px;
      }
     
  }
  @media (max-width: 480px){
.announcement {
     margin-top: 70px;
    }
    .announcement button.btn.btn-border-no.p-0.mb-3.btn-effect.fw-semibold.mt-5, .announcement button.btn.btn-border-no.p-0.mb-3.btn-effect.fw-semibold {
     text-align: center;
     width: 100%;
     float: left;
     margin-top: 4% !important;
     margin-bottom: 13% !important;
}
.announcement p {
     text-align: center;
}
}
  @media (max-width: 480px){
.list-wrapper{
     display: none;
}
.row.invest-history {
    margin-top: 14%;
    margin-bottom: 8%;
}
.bullet-content{
    padding-bottom: 0 !important;
}
.vision-mission {
    margin-top: 35px;
}
.vision{
    right: 0 !important;
    bottom: 0;
}
.vision-banner{
    padding: 15px;
}
#mission_vission{
    padding-right: 2rem!important;
    padding-left: 2rem!important;
}
#bord {
    margin-top: 60px;
}
#bordSection .col-6.col-md-3.px-4.pt-4 {
    padding-left: 2% !important;
    padding-right: 2% !important;
}
.member-title .member-head {
    line-height: 1.5em;
    color: #fff;
    z-index: 1;
    position: relative;
    top: 2px;
  
}
.member-details {
    position: relative;
    margin-top: 0px !important;
    padding: 6px 15px !important;
}
.member-details p {
    font-size: 15px;
    margin-bottom: 8px;
}
#bordSection .col-md-3 {
    margin-bottom: 25px;
}
#bordSection .col-6.col-md-3.px-4.pt-4:nth-child(2n) {
    padding-right: 0 !important;
}
.executives .col-6.col-md-3.px-4.pt-4:nth-child(2n) {
    padding-left: 0 !important;
}
.executives .col-6.col-md-3.px-4.pt-4 {
    padding-right: 2% !important;
    padding-left: 2% !important;
    margin-bottom: 25px;
}
.executive-section {
    margin-bottom: 0;
}
#executive {
    margin-top: 0px;
}
footer.mt-5.bg-black {
    margin-top: 0 !important;
}
.executives {
    overflow: hidden;
}
}

.memberbox {
    background-color: #b4aba1;
    height: 230px;
    border-radius: 10px;
    margin-bottom: 28%;
    position: relative;
}
.member-img {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
    float: left;
}
@media only screen and (max-width: 1200px) and (min-width: 998px){
    .memberbox {
        height: 230px;
    }
}
@media only screen and (max-width: 997px) and (min-width: 768px){
    .memberbox {
        height: 250px;
    }
    section.content .col-6.col-md-3.px-4.pt-4 {
        padding: 1% 2% !important;
    }
}
@media (max-width: 767px){
.memberbox {
    height: 245px;
    }
}
/*@media (min-width: 769px) {
    .leff {
        right: 70%;
    }

    .reff {
        left: 65%;
    }
}*/
@media (max-width: 480px) {
  .ar-sub{
        left:4%;  
        right:44%; 
    }
   .en-sub{
        left:33%;  
        right:19%;
    }
  
}