.box2{
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s, transform 1s;
    margin: 30px auto;
    text-align: center;
    padding: 30px;
}
.box2 a{
    text-decoration: none;
    color:inherit;
    margin: auto;
}
.icon-box{
    padding: 10px 0;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
}


.box2 a:hover{
    color:green;
}
.section-title{
    text-align: center;
    color: #0f6d48;
}
.section-title2{
    text-align: center;
    color: #676767;
}
.portfolio h5{
    color: #0f6d48;
}
.backBtn{
    font-size: 20px;
    background: #00be75;
    color: white;
    padding: 6px 11px;
    border-radius: 5px;
}
.backBtn:hover{
    font-size: 20px;
    background: #00be75;
    color: white;
    padding: 6px 11px;
    border-radius: 5px;
}
.backBtn u{
    text-decoration: none !important;
}
.recruitment_a{
    color:#0f6d48;
    text-decoration:none;

}
.recruitment_a:hover{
    color:#17ad72;
}
.list-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.list-item {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  opacity: 0;
    transform: scale(0.8);
    transition: opacity 1s, transform 1s;
}
.list-item a{
  color: inherit;
}
.list-item a:hover{
  color: green;
}
.list-item:hover .list-item{
    border: 1px solid green;
}
.section-title2 span{
    color: green;
}
.visible2 {
    opacity: 1;
    transform: scale(1);
}
.unclaimed-data tr:nth-child(even) {
    background-color:#efefef; 
}
<!-- .unclaimed-data-thead{
    background: #1f9f6d;
    color: white;
} -->
.unclaimed-data-thead{
    background: #ebebeb;
    color: black;
}



.contact{
    margin: 20px;
    display: flex;
}
.left, .right{
    width: 50%;
    text-align: center;
    padding: 10px;
}
.cf{
    width: 100%;
    margin: auto;
}
.container{
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 8%), 0 3px 13px 0 rgb(0 0 0 / 17%);
}
.header{
    position: relative;
    margin-bottom: 30px;
}
.header h6{
    position: absolute;
    top: -10px;
    background-color: white;
    padding: 0 10px;
    left: 10%;
    font-size: 18px;
    font-weight: 500;
    color: #6c6c6c;
}
.element input, .element textarea{
    font-size: 15px;
    color: rgb(46, 46, 45);
    background-color: aliceblue;
    padding: 5px 10px;
    border-radius: 20px;
    width: 100%;
    outline: none;
}
.cf button{
    background: #2e2e2e;
    color: white;
    border: none;
    padding: 4px 7px;
    border-radius: 4px;
}
.element{
    margin: 20px 0;
}
@media only screen and (max-width:1000px ){
    .container{
        padding: 15px;
    }
}
@media only screen and (max-width:800px ){
    .contact{
        flex-direction: column-reverse;
    }
    .left, .right{
        width: 100%;
    }
    .container{
        height: fit-content;
    }
}
