.inner-banner-section h4 {
    font-family: GoogleSansFlex-bold;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    color: #fff;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.project-tab {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 7px 0px;
    margin-top: 3%;
}
.project-tab ul {
    background: #ffffffe3;
    padding: 7px;
    justify-content: center;
}
.project-tab ul .nav-link.active {
    border-color: transparent;
    color: rgb(255, 59, 4);
    background: transparent;
}
.project-tab ul .nav-link:hover {
    border-color: transparent;
}
.project-tab ul li a {
    font-family: 'AvenirLTStd-Medium';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.105em;
    font-weight: 600;
    color: #000;
}
.project-list {
    margin-top: 3%;
    margin-bottom: 1%;
}
.project-list img {
    width: 100%;
    height: 100%;
}
.project-list .text-cont {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.project-list .text-cont img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.project-list .text-cont p {
    color: #E12389;
    font-family: 'AvenirLTStd-Medium';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.text-cont a {
  text-decoration: none;
  display: flex;
}
.text-cont a i {
  margin-top: 5px;
  color: #3d3b3b;
}

.flip-card {
    /* background-color: transparent;
    width: 300px;
    height: 300px; */
    perspective: 1000px;
    height: 300px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1.5s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color: #000;
    color: white;
    transform: rotateY(180deg);
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: table;
  }
  .flip-card-back p {
      display: table-cell;
      vertical-align: middle;
      padding: 1% 6%;
  }
  .flip-card-back p a {
    background: #EA268F;
    border-radius: 10px;
    color: #fff;
    display: block;
    width: 90px;
    padding: 1px;
    margin: 6% auto auto;
    font-size: 13px;
  }
  
  .award-title {
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .award-title h4 {
      text-align: center;
  }
  .award-title h4 span {
      background: #000;
      color: #fff;
      border-radius: 3px;
    font-size: 18px;
    font-family: 'AvenirLTStd-Medium';
    padding: 8px 12px;
  }
  .award-title hr {
    border-color: #000;
    width: 80%;
    margin: -20px auto auto;
  }
  .splide__pagination__page {
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
      width: 12px !important;
        height: 12px !important;
        background: transparent !important;
  }
  .splide__pagination__page.is-active {
      background: #4F4D4D87 !important;
      transform: scale(1.2) !important;
  }
  .splide__pagination {
    bottom: -35px !important;
  }
  .splide__slide__container h6 {
    position: absolute;
    top: 35%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    /* font-weight: 600; */
    letter-spacing: .5px;
    font-size: 15px;
    font-family: 'AvenirLTStd-Bold';
    text-transform: capitalize;
  }

  .project-list-tab {
    margin-top: 25px;
    margin-bottom: 25px;
  }
 .project-list-tab .text-cont {
    display: flex;
    justify-content: space-between;
    width: 385px;
    margin: 10px auto auto;
}
.project-list-tab .text-cont img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.project-list-tab .text-cont p {
    color: #000;
    font-family: 'AvenirLTStd-Medium';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 18px;
}
  .tab .effect img {
    position: relative;
    display: block;
    min-height: 100%;
    /* opacity: .8 */
  }
  
  .tab .effect .tab-text {
    padding: 2em;
    color: #fff;
    /* text-transform: uppercase; */
    /* font-size: 1.25rem; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .tab-text h2 {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
  }
  
  .tab-text p {
    color: #fff;
    margin: 0;
    font-size: 1rem
  }
  .tab-text p a {
    background: #FF3B04;
    border-radius: 10px;
    color: #fff;
    display: block;
    width: 90px;
    padding: 1px;
    margin: 6% auto auto;
    font-size: 13px;
    box-shadow: none !important;
}

  
  .hide {
    display: none
  }
 
  
  .tab .effect {
    position: relative;
    overflow: hidden;
    /* max-height: 240px;
    max-width: 350px; */
    max-height: 300px;
max-width: 385px;
    background: transparent;
    text-align: center;
    /* cursor: pointer; */
    margin: auto;
  }
  .effect.effect-nine img {
    transition: all .3s ease-in-out;
    transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1)
  }
  
  .effect.effect-nine:hover img {
    opacity: .6;
    transform: translate3d(-20px, 0, 0) scale(1.1, 1.1);
    -webkit-transform: translate3d(-20px, 0, 0) scale(1.1, 1.1)
  }
  
  .effect.effect-nine .tab-text h2 {
    transform: scale3d(.9, .9, 1);
    transition: all .5s ease-in-out;
    -webkit-transform: scale3d(.9, .9, 1);
    -webkit-transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
    padding-top: 18%
  }
  
  .effect.effect-nine:hover h2 {
    transform: scale3d(1, 1, 1);
    transition: all .5s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    -webkit-transition: all .5s ease-in-out
  }
  
  .effect.effect-nine p {
    font-size: 15px;
    padding: 10px 5px;
    transform: scale3d(.8, .8, 1);
    -webkit-transform: scale3d(.8, .8, 1);
    opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
    /* font-family: Poppins; */
    z-index: 2;
    position: relative
  }
  
  .effect.effect-nine:hover p {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1
  }
  .effect.effect-nine:hover {
    background: #000;
  }
  
  .effect.effect-nine .tab-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 0px);
    height: inherit;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out
  }
  
  .effect.effect-nine:hover .tab-text:after {
    opacity: 1;
    top: 0;
    left: 0;
    /* border-top: 135px solid rgba(0, 0, 0, .5);
    border-left: 135px solid rgba(0, 0, 0, .5);
    border-bottom: 135px solid rgba(0, 0, 0, .5);
    border-right: 135px solid rgba(0, 0, 0, .5); */
    border-left: 193px solid rgba(0, 0, 0, .9);
    border-right: 193px solid rgba(0, 0, 0, .9);
    background-color: #000;
  }
  
  .effect.effect-nine .icons-block {
    z-index: 1000;
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px
  }
  
  .effect.effect-nine .icons-block .social-icon-1,
  .effect.effect-nine .icons-block .social-icon-2,
  .effect.effect-nine .icons-block .social-icon-3 {
    transition: all .5s ease-in-out;
    opacity: 0
  }
  
  .effect.effect-nine:hover .social-icon-1 {
    opacity: 1;
    transition-delay: .3s;
    transition-duration: .5s
  }
  
  .effect.effect-nine:hover .social-icon-2 {
    opacity: 1;
    transition-delay: .4s;
    transition-duration: .5s
  }
  
  .effect.effect-nine:hover .social-icon-3 {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: .5s
  }
  
  .effect.effect-nine .icons-block i {
    color: rgba(255, 255, 255, .9);
    padding-left: 7px;
    font-size: 1.2rem
  }

  @media (max-width: 600px) {

    .project-tab ul {
        padding: 3px;
    }
    .inner-banner img {
        height: 185px;
        object-fit: cover;
    }
    .inner-banner-section h4 {
        font-size: 18px;
    }
    .project-tab ul li a {
      font-size: 12px;
padding: 5px 5px;
    }
    .flip-card {
        height: 230px;
    }
    .flip-card-back p {
        font-size: 14px;
    }
    .award-title h4 span {
        font-size: 14px;
        padding: 8px 1px;
        display: block;
        background: #000 !important;
        color: #fff !important;
    }
    .effect.effect-nine:hover .tab-text::after {
      border-left: 166px solid rgba(0, 0, 0, .9);
    }
    .tab .effect .tab-text {
      padding: 10px;
    }
    .project-list-tab .text-cont {
      width: 100%;
    }
    .tab .effect .tab-text {
      padding: 4px;
    }
    .project-list-tab .text-cont p {
      font-size: 16px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .inner-banner-section {
        top: 93px !important;
    }
    .project-list-tab .text-cont {
      width: 100%;
    }
    .tab .effect .tab-text {
      padding: 10px;
    }
  }
  @media screen and (min-width: 600px) and (max-width: 992px) {
    .inner-banner-section {
        top: 113px;
    }
    .project-tab ul {
        padding: 2px 7px;
    }
    .project-list-tab .text-cont {
      width: 100%;
    }
    .tab .effect .tab-text {
      padding: 10px;
    }
    .project-tab ul li a {
      font-size: 13px;
      padding: 5px 13px;
    }
  }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-banner-section {
        top: 150px;
    }
    .flip-card {
        height: 225px;
    }
    .effect.effect-nine:hover .tab-text::after {
      border-left: 142px solid rgba(0, 0, 0, .9);
    }
    .tab .effect .tab-text {
      padding: 10px;
    }
    .effect.effect-nine p {
      font-size: 13px;
    }
    .project-list-tab .text-cont {
      width: 100%;
    }
    .project-list-tab .text-cont p {
      font-size: 14px;
    }
  }

  @media screen and (min-width: 1199px) and (max-width: 1365px) {
    .project-list-tab .text-cont {
      width: 365px;
    }
  }

  