
.ch_executives {
    float:left; 
    width:100%; 
    box-sizing:border-box; 
  }
    
    .ch_exe_top {
      background:url('/assets/images/transition-wave_white-to-green.svg'); 
      box-sizing:border-box; float:left; width:100%; height:66px; 
    }
    .ch_exe_bottom {
      background:url('/assets/images/transition-wave_green-to-white.svg'); 
      box-sizing:border-box; 
      float:left; 
      width:100%; 
      height:66px; 
    }
    .ch_exe_main {
      box-sizing:border-box; 
      float:left; 
      width:100%; 
    }
    .ch_exe_main h1{
      margin-bottom: 40px;
    }
    .member-card {
      float:left; 
      width:100%; 
      box-sizing:border-box; 
    }
    .member-info {
      float:left; 
      width:100%; 
      box-sizing:border-box; 
    }
    .item {
      opacity:1; 
      transition:.4s ease all; 
      margin:0 0px; transform:scale(.8); 
    }
    @media(max-width:1000px) {
      .item {
        margin:0; 
        transform:scale(.9)
      }
      }
      .active .item {
        opacity:1; 
        transform:scale(1); 
      }
       .owl-item {
         -webkit-backface-visibility:hidden; 
         -webkit-transform:translateZ(0) scale(1.0, 1.0); 
        }
        .inner {
         padding: 5px;  
        }
        .inner a {
          color:#fff; 
          text-decoration:none; 
          border-bottom:2px solid rgba(255,255,255,0.5); 
          transition:.3s ease border-color
        }
        .inner a:hover {border-color:#fff; }
        .black .inner a {
          color:#000; 
          border-color:rgba(0,0,0,0.4)
        }
        .black .inner a:hover {border-color:#000; }
        .owl-controls {
          position:absolute; 
          margin-top:300px; 
        }
        .portfolio-area{
          padding:45px 0;
          float: left;
          width: 100%;
        }
        .portfolio-area img {width:100%; }
        .single-portfolio-item {margin-bottom:30px; }
        .single-portfolio-item img {
          height:100%; 
          max-height:300px; 
          width:100%; 
          object-fit:cover; 
        }
        .inner h2{font-size: 30px;font-weight: 900;text-transform: uppercase;line-height: .9em;} 
        .inner h3{    padding: 0 15px;line-height: normal;font-size: 23px;letter-spacing: .5px;}
        .owl-nav{font-size: 60px;color: black;}
        .owl-prev{position: absolute;top: 40%;left: 15px;} 
        .owl-next{position: absolute;top: 40%; right: 15px;}@media only screen and (max-width: 767px) 
        {.inner h2 {font-size: 15px;}
        .inner h3 {padding: 0 5px;font-size: 14px;}}