* {
    font-family: Roboto;
}
.slider_text {
    position: absolute;
    top: 38%;
    z-index: 9;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    width: 600px;
}
.nav_sec {
    color: #fff;
    background: #1b1b2e;
}

.nav_sec .row {
    padding-bottom: 35px;
}

.nav_sec #main_logo {
    height: 100px;
    padding-top: 15px;
}

.nav_sec img {
    height: 140px;
}

.carousel {
    margin-top: -30px;
}

.carousel img {
    height: 500px;
    width: 100%;
    border-radius: 20px;
}

.slider {
    position: relative;
}

.slider:after {
    position: absolute;
    content: "";
    left: -102px;
    bottom: -329px;
    width: 100%;
    height: 100%;
    background: url(./assets/images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

/*---Button---*/

.button_sec .btn_1 {
    background-color: #19acce;
    color: #fff;
    transition: 0.5s;
}

.button_sec .btn_1:hover {
    background-color: #f6f6f6;
    color: #000;
    border: 1px solid #19acce;
    box-shadow: 0px 4px 12px #D2EBFF;
}

.button_sec .btn_2 {
    background-color: #f7cf31;
    color: #fff;
    transition: 0.5s;
}

.button_sec .btn_2:hover {
    background-color: #f6f6f6;
    color: #000;
    border: 1px solid #f7cf31;
    box-shadow: 0px 4px 12px #D2EBFF;
}

.button_sec .btn_3 {
    background-color: #ff534e;
    color: #fff;
    transition: 0.5s;
}

.button_sec .btn_3:hover {
    background-color: #f6f6f6;
    color: #000;
    border: 1px solid #ff534e;
    box-shadow: 0px 4px 12px #D2EBFF;
}

.button_sec .btn_1:hover img, .button_sec .btn_2:hover img, .button_sec .btn_3:hover img {
    filter: brightness(0);
}

.button_cards button:hover {
    color: #fff;
}
.button_cards h5{
    color:white
}

.button_cards:hover h5{
    color:black
}

.button_cards {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}

.button_card_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #262A4E;
}

.button_cards button {
    background-color: #000 !important;
    box-shadow: 0px 8px 20px rgba(35, 112, 200, 0.32);
    height: 40px;
    width: 40px;
    color: #fff;
    position: absolute;
    bottom: -18;
    left: 45%;
}

.button_sec span {
    padding-top: 30px;
    font-size: 45px;
}

.funding_sec .container {
    height: 120px;
    background-color: rgb(255, 255, 255, 0.5);
    margin: 50px auto;
    border-radius: 8px;
}

.funding_sec p {
    color: #6910a1;
    letter-spacing: 1;
    font-weight: bold !important;
    line-height: 1.4;
}

.funding_sec img {
    padding-right: 2rem!important;
}

.funding_sec h2 {
    font-weight: 400;
    font-size: 20px;
}

.detail_sec .row {
    margin-left: 0;
    margin-right: 0;
}

.detail_sec .col-md-5 {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.detail_sec .col-md-7 {
    background-color: #f8e3e3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.detail_sec img {
    padding-left: 40px;
    height: 90px;
}

.detail_sec p {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: black;
}

.detail_sec h2 {
    color: #000;
    font-weight: 900;
}
.slider_text h2 {
    color: #fff;
    font-weight: 900;
}

.contact_person {
    line-height: 1.0;
}

.contact_person h4 {
    letter-spacing: 0.5;
    font-size: 22px;
}

.contact_person i {
    font-size: 20px;
    font-style: normal;
}

.contact_person p {
    font-size: 20px;
    padding-top: 5px;
}

.contact_person a {
    color: #0A840C;
    text-decoration: none;
}

.team_sec
{
    padding-top:30px !important;
}

.team_sec h4 {
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 22px;
    background: rgb(255, 255, 255, 0.5);
}

.funding_sec .row, .logo_sec .row {
    height: 100%;
}

.funding_sec p, .logo_sec p {
    font-weight: 500;
    font-size: 25px;
}

.imp_links {
    padding-bottom: 40px;
}

.imp_links .row {
    background-color: #808080;
    border-radius: 5px;
}

.imp_links .col-md-2 {
    background: #f6f6f6;
    margin: 16px 11px;
    padding: 15px 25px;
    /*width: 307px;*/
}

.imp_links .col-md-2:hover {
    transform: scale(1.05);
    transition: 0.4s ease;
}

.imp_links span {
    font-size: 20px;
}

.imp_links a {
    text-decoration: none;
    padding-left: 10px;
    font-size: 20px;
}

.contrib {
    padding-bottom: 40px;
}

table th {
    font-size: 20px !important;
}

table td {
    font-size: 18px;
    padding: 12px !important;
}

thead th {
    background-color: #6910a1 !important;
    color: #fff;
    padding: 12px !important;
}

.table th {
    text-align: center;
}

.contib .container {
    padding-left: 0;
    padding-right: 0;
}


.loginbtn{
    color:white
}
.loginbtn:hover{
    color:white
}

@media (max-width:767px) {
    .nav_sec #main_logo {
        width: 100%;
        padding: 0 !important;
    }
    .nav_sec img {
        text-align: center;
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    .carousel img {
        height: auto;
        width: 100%;
    }
    .button_sec .row {
        margin-top: 8rem !important;
    }
    .funding_sec img {
        float: none !important;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .funding_sec p, .logo_sec p {
        width: 100%;
    }
    .funding_sec p {
        text-align: center;
        padding-left: 0 !important;
    }
    .imp_links .col-md-2 {
        background: #f6f6f6;
        margin: 14px 11px !important;
        padding: 15px 25px !important;
        width: 94% !important;
    }
    .contact_person a {
        padding-left: 17px;
    }
    .contact_sec img {
        height: 113px;
        width: 125px;
    }
    .team_sec {
        padding-top: 40px !important;
    }
    .team_sec .col-md-6 {
        padding-top: 15px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .detail_sec img {
        padding-left: 0;
    }
    .detail_sec p {
        font-size: 20px;
    }
    .detail_sec #img1 {
        height: 165px;
    }
    .contact_sec .col-md-12 {
        padding-left: 0;
    }
    .contact_sec img {
        padding-left: 0 !important;
    }
    .team_sec .row {
        padding-top: 0 !important;
    }
    .team_sec .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* @media (min-width:576px) {
    .slider .container, .slider .container-sm {
        max-width: 100% !important;
    }
} */

@media (max-width:992px) {
    .carousel img {
        height: auto;
        width: 100%;
    }
    .imp_links .container, .container-sm {
        max-width: 100%;
    }
    .imp_links .row {
        width: 100%;
        margin: 0 !important;
        padding-right: 0;
    }
}

@media (max-width:1200px) {
    .carousel img {
        height: auto;
        width: 100%;
    }
}

@media (max-width:1400px) {
    .carousel img {
        height: auto;
        width: 100%;
    }
}
