.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a {
    color: #0f1f2c;
    background-color: #ffffff;
        position: relative;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    transition: all 0.4s linear;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
 
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);

}

.nav-shadow {
    box-shadow: 0px 10px 10px -11px rgba(0,0,0,0.2);
}

.funders-hover {
    transition: all 0.3s ease;
}

.funders-hover:hover {
 
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);

}

.funders-hover:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #cc1a1b;
    transition: transform 0.4s linear;
    transition-delay: 0.3s;
    transform: scaleX(0);
}

.funders-hover:hover:before {
    transform: scaleX(1);
}

.list-unstyled {
    list-style: none;
}

.list-unstyled a
{
    transition: color 0.3s ease;
    color: #848e9f;
    cursor: pointer;
}

.list-unstyled a:hover
{
    color: #cc1a1b;
}

.table-projects {
  width: 100%;
  border-collapse: collapse;
}

.table-projects tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd ;
}

.slideContent .slideTitle {
    font-size: 75px;
    line-height: 1.1;
    color: #fff;
}

.slideContent .slideDesc {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 550px;
}

a:hover {
    cursor: pointer;
}

.contact-us-form .form_input {
padding-right: 15px;
}


.contact-us-form .form_input > input,
.contact-us-form .form_input > select,
.contact-us-form .form_input > textarea {
    font-size: 14px;
    height: 60px;
    padding: 0 20px !important;
    border-radius: 35px !important;
    background-color: #ffffff;
    border: 2px solid #e6e8eb !important;
    padding-left: 35px !important;
}

.contact-us-form .form_input > textarea {
    min-height: 120px;
    padding-top: 16px !important;
}

.contact-us-form-main
{
z-index: 2;
    padding: 60px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.quick_contact {
    opacity: 0.95;
    background-color: #00000000;
    background-image: linear-gradient(180deg, rgb(204, 11, 21) 19%, #cc1a1b 71%);
}

#CHAC-2024-Collection-gallary .swiper-wrapper .content,
#partners-section .swiper-wrapper .content {
    display: none;
}

#CHAC-2024-Collection-gallary .swiper-wrapper .pic, 
#partners-section .swiper-wrapper .pic {
    box-shadow: 0 0 15px rgba(0,0,0,.2)
}

#CHAC-2024-Collection-gallary .swiper-wrapper .swiper-slide,
#partners-section .swiper-wrapper .swiper-slide {
    margin-top: 15px;
    margin-bottom: 15px;
}

#CHAC-2024-Collection-gallary .swiper-wrapper .swiper-slide {
    display:flex;
    justify-content:center;
    align-items:center;
    height:289px;
}

#publications .accordion-item.panel.panel-default.opened .accordion-header.panel-heading{
                background-color: rgb(43, 59, 99);
        }

        #publications .authors {
                color: rgb(132, 142, 159);
        }

        #publications .title {
                color: rgb(14, 32, 77);
                font-weight: bold;
        }

        #publications .journal {
                color: rgb(132, 142, 159);
        font-style: italic;
}

#featured-content .content{
    margin: 0px 20px;
    margin-left: -20px;
}

#featured-content .swiper-slide {
padding-bottom: 40px;

}

.white-background-hover {
    
    transition: all 0.4s linear;
}

.white-background-hover:hover{
    background-color: #fff !important;
    transition: all 0.4s linear;
}

.white-background-hover div:hover{
    background-color: #fff !important;
    transition: all 0.4s linear;
}

.home-project-item .content {
    background-color: rgb(248, 248, 255);
    transition: all 0.4s linear;
}
.home-project-item .content:hover{
    background-color: #fff !important;
    transition: all 0.4s linear;
}

.banner-heading {
    height: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px){
    .team-links {
        text-align: center;
    }
}













