/* History page */

.history-container{
    overflow: hidden;
}

.history-grid__wrapper, .history-grid__wrapper {
    position: absolute !important;
    height: 600px;
    overflow-y: auto;
    padding-bottom: 100px;
}


.history-grid__wrapper::-webkit-scrollbar {
    width: 5px;
  }
  

.history-grid__wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    background-clip: content-box;
  }
   

.history-grid__wrapper::-webkit-scrollbar-thumb {
    background: #f9a305; 
    border-radius: 10px;
    height: 10px;
  }
  

.history-grid__wrapper::-webkit-scrollbar-thumb:hover {
    background: #f9a305; 
  }

/* Board Director */
.team-member{
    margin-bottom: 20px;
}

@media screen and (min-width:767px){
   .team-member img {
    /*height: 360px;*/
    object-fit: cover;
    object-position: top;
} 
}


.team-member .team-description {
    padding: 20px 15px;
}

/* .team-description a:hover{color: #23244a;} */

.team-member:hover a{
    color: #fff;
}

.tick li{
    margin-bottom: 10px;
}

/* .tick li i { 
     margin-left: -25px;
    margin-right: 10px;
    line-height: 30px;
    color: #f9a305;
} */


/* .contact-main{
    padding-bottom: 500px !important;
} */


.team-member .team-description h6 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #f9a305 !important;
}

.team-member:hover .team-description h6{
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
float: left;
padding-right: .5rem;
color: #6c757d;
content: "/";
}

/* csr report */
/*.portfolio-item img {*/
/*    height: 380px;*/
/*}*/

/* table */

table{
    width: 100%;
}

table, th, td{
    border: 1px solid #f9a305;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}

/* Awards */
.award-item__single {border-bottom: 1px solid #ddd;
}



