
.banner-section {
    padding-top: 160px;
    background-color: #283734;
    position: relative;
    display: block;
    background-color: #283734;
    z-index: 1;
    padding-bottom: 50px;
  }
  .banner-slider {
  position: relative;
  display: block;
  z-index: 91;
  /* min-height: 100vh; */
  overflow: hidden;
  }
  .banner-slider .main-slider__content p.text-wrapperdesign {
    font-size: 18px;
    color: #fff;
  }
  /*--------------------------------------
  /*   [ 05.15 Component banner CSS ] 
  ----------------------------------------*/
  .banner-slider .container {
    position: relative;
    padding-top: 180px;
    padding-bottom: 80px;
    z-index: 30;
  }
  
  .banner-slider .main-slider {
  position: relative;
  display: block;
  z-index: 91;
  /* min-height: 100vh; */
  overflow: hidden;
  }
  .main-slider__content {
    position: relative;
    /* display: flex; */
    /* text-align: left; */
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: left; */
    margin-top: 42px;
}

/* ------------------Features section   css  end---------------- */
.team-page-section {
    position: relative;
    padding: 60px 0px 60px;
}
.team-page-section .team-block {
    margin-bottom: 50px;
}
.team-block {
    position: relative;
    margin-bottom: 30px;
}
.team-block .inner-box {
    position: relative;
    padding-right: 25px;
}
.team-block .inner-box:hover::before {
    background-color: #fbd45a;
}
.team-block .inner-box:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 95px;
    right: 10px;
    bottom: 0px;
    background-color: #ffffff;
    transform: skewX(-6deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    min-height: 270px;
}
.team-block .inner-box .image {
    position: relative;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .image .social-box {
    position: absolute;
    right: 60px;
    bottom: -250px;
    width: 40px;
    padding: 20px 5px;
    text-align: center;
    background-color: var(--primaryColor-1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: skewX(-4deg);
}
.team-block .inner-box .image .social-box li {
    position: relative;
    margin-bottom: 12px;
    list-style: none;
}
.team-block .inner-box .image .social-box li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
}

.team-block .inner-box .lower-content {
    position: relative;
    padding: 10px 0px 10px 10px;
    clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
.team-block .inner-box .lower-content h5 {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.team-block .inner-box .lower-content h5 a {
    position: relative;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-decoration: none;
    font-size: 15px;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: var(--primaryColor-1);
    font-size: 18px;
    margin-top: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.team-block .inner-box:hover .image .social-box {
    bottom: 0px;
}

.team-block .inner-box .image .social-box li a:hover {
    color: #222222;
}
.team-block .inner-box:hover .lower-content .designation, .team-block .inner-box:hover .lower-content h5 a {
    color: #0eb0a0;
}
.team-page-section h5 {
    text-align: center;
    font-size: 25px; 
    color: #000;
    font-weight: 600;
    line-height: 35px;
}
.team-page-section p{
    text-align: center;
    font-size: 17px;
    color: #000;
    width: 70%;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}
.lower-content h5 {
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
  }

  @media screen and (max-width: 767px) {
    .service-custom-row {

        display: flex  !important;
      
        flex-direction: column !important;
      
        row-gap: 30px  !important;
      
        padding-left: 0px  !important;
      
      }
  }


