.typewiseSelectionul li {
            background-color: none ;
            color: #131313 !important;
            border-radius: 20px;
            padding-top:5px;
            padding-bottom: 5px;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 7px;
             margin-left: 7px;
            list-style: none;
            cursor: pointer;
        }

         .typewiseSelectionul{
            background: #a092923d;
            padding:5px !important;
            border-radius: 20px;
         }



        .typewiseSelectionul li:hover {
            background-color: #2f8d4d !important;
            color:white !important;
        }

        /*.typewiseSelectionul li:active {
            background-color: #2f8d4d !important;
            color:white !important;
            padding-left:10px;
            padding-right:10px;
        }*/






  .tabs {
           /* display: flex;
            list-style: none;
            padding: 14px;
            margin: 0;*/
        }

        .tab {
            /*position: relative;
            margin: 0;
            padding: 15px 25px; 
            cursor: pointer;
            user-select: none;
            background: white;
            color: black;
            font-size: 16px;
            border: 1px solid black;
           
            transition: background 0.3s ease;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;*/

             display: inline-block;
            padding: 8px 45px;
            font-size: 16px;
            color: black;
            background-color: #f1f1f1f5;
            border-bottom: 1px solid black;
           
            border-radius:8px;
           
            transform: perspective(5px) rotateX(2deg);
            transition: background-color 0.3s ease;
            text-decoration: none;
            cursor: pointer;
        }

        /*.tab:hover {
            background: black !important;
            color:white;
        }
*/

      /*  .tab::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
            clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
            pointer-events: none; /* Allow clicks to go through the pseudo-element */
        }*/


        .itemactive{
            background:#2f8d4d !important;
            color:white;

        }

        .yearactive1{
            background:#2f8d4d !important;
            color:white;

        }

        .typeActive1{
            background:white !important;
            

        }



.gapbottom{
    margin-top:30px !important;
}

/*main Index file css*/


.carddsign:hover {
  transform:  scale(1.055) ;

}

    .carditem:hover{
        cursor: pointer;
    }

.carddsign {
    text-align: center;
    vertical-align: middle;
  background-color: white;
  width: 240px;
  min-height: 180.5px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin: auto;
  box-shadow: -5px -5px 0px 0px #e1f4e7;
  border-radius: 10px;
  -webkit-animation-name: shadow-show;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s;
  /* Safari 4.0 - 8.0 */
  animation-name: shadow-show;
  animation-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  /* custom */
}
.carddsign h1,
.carddsign h2,
.carddsign h3,
.carddsign h4,
.carddsign h5 {
  margin: 0px;
  padding: 20px 0px 0px 0px; 
  font-size: 18px;
  color: #282828;
}

.carddsign img{
    height:75px;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-show {
  from {
    margin: 0px 100px;
  }
  to {
    margin: 0px;
  }
}
/* Standard syntax */
@keyframes line-show {
  from {
    margin: 0px 100px;
  }
  to {
    margin: 0px;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes p-show {
  from {
    color: white;
  }
  to {
    color: #282828;
  }
}
/* Standard syntax */
@keyframes p-show {
  from {
    color: white;
  }
  to {
    color: #282828;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }
  to {
    box-shadow: -10px -10px 0px 0px #e1f4e7;
  }
}
/* Standard syntax */
@keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }
  to {
    box-shadow: -10px -10px 0px 0px #e1f4e7;
  }
}