h1, h2, h3, h4, h5, h6 {
    font-family: 'K2D', sans-serif;
}
body {
    font-family: 'K2D', sans-serif;
}
.img-slider img {
    margin: 0;
    width: 100%;
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
#hero .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(14, 29, 52, 0.15);
  }
  
  #hero .member img {
    margin: -1px -1px 30px -1px;
  }
  
  #hero .member .member-content {
    padding: 0 20px 30px 20px;
  }
  
  #hero .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 14px;
  }
  
  #hero .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #6c757d;
  }
  
  #hero .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
  }
  
  #hero .member .social {
    margin-top: 15px;
  }
  
  #hero .member .social a {
    color: rgba(14, 29, 52, 0.5);
    transition: 0.3s;
  }
  
  #hero .member .social a:hover {
    color: var(--color-primary);
  }
  
  #hero .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }

  .icon-show .client-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .icon-show .client-logo img {
    height: 50%;
    filter: grayscale(70%);
    transition: 0.3s;
  }
  
  .icon-show .client-logo:hover img {
    filter: none;
    transform: scale(1.2);
  }
  
  .icon-show img {
    transition: all 0.4s ease-in-out;
  }
  
  .services .card h3 {
    font-weight: 500;
    font-size: 15px;
}

.more-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 4px;
    color: var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid var(--color-primary);
  }
  
.more-btn:hover {
    background: var(--color-primary);
    color: #fff;
  }

.single-banner {
    position: relative;
    overflow: hidden;
}

.single-banner a img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-banner .banner-content {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 5;
}
.single-banner .banner-content h4 {
  font-size: 18px;
  margin: 10px 20px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 1px 1px #363636;
  color: #ffffff;
  text-shadow: 1px 1px #363636;
}
.single-banner .banner-content a i {
  line-height: 25px;
}

.single-banner:hover .banner-content img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.img-board {
  height: 320px;
  width: 100%;
}

@media (max-width: 991px){
  .member .img-fluid {
      width: 60%;
  }
  #hero .member {
    background: #ffffff52;
  }
  #hero .member .member-content {
    padding: 20px;
    background-color: #fff;
  }

  .icon-show .client-logo {
    padding: 0;
  }
}