html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}
/* header */

header {
    background-color: #101F2D;
    padding: 26px 0px;
}

.head_container .logo {
    float: left;
}

.contact-header p {
    color: #5EC688;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-left: 8px;
    align-items: center;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
}

.contact-header {
    padding-left: 0;
    margin-bottom: 24px;
}

.contact-header li {
    margin-right: 30px;
}

.contact-header li:last-child {
    margin-right: 0px;
}

.contact-header {
    list-style-type: none;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.contact-header img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    display: inline-block;
}

.listing-header {
    list-style-type: none;
    display: flex;
    padding: 0;
    float: right;
}

.listing-header li {
    display: inline-block;
    padding: 0px 18px;
}

.listing-header li:last-child {
    padding-right: 0;
}

.listing-header li a {
    color: #fff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.icon {
    display: none;
}

.sidenav {
    display: none;
}
/* footer */

footer {
    background: #fff;
    padding: 50px 0px;
}

.left-footer .link-heading {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #171717;
}

.right-footer .link-list .link-heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #171717;
}

.right-footer ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    float: right;
}

.right-footer ul li {
    margin-left: 20px;
}

.left-footer p {
    margin-bottom: 26px;
    margin-top: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    max-width: 68%;
    width: 100%;
}

.pur-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    border: 2px solid #2703A6;
    text-decoration: none;
    transition: 0.4s;
    background: #2703A6;
    color: #fff;
}

.pur-btn:hover {
    color: #2703A6;
    background: #fff;
    text-decoration: none;
}

.border-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    color: #2703A6;
    background: #fff;
    border: 2px solid #2703A6;
    margin-right: 16px;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    transition: 0.4s;
    margin-bottom:10px;
}

.border-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #2703A6;
}

.link-wrap {
    padding-top: 40px;
}

.footer-bottom {
    position: relative;
    margin-top: 36px;
    padding-top: 30px;
}

.footer-bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    top: 0;
}

.footer-bottom-left ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}

.footer-bottom-left ul li {
    display: flex;
    margin-left: 5px;
    margin-right: 20px;
    position: relative;
}

.footer-bottom-left ul li:nth-child(2) {
    position: relative;
}

.footer-bottom-left ul li:nth-child(2):after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #737373;
    border-radius: 50%;
    right: -15px;
    top: 8px;
}

.footer-bottom-left li a,
.footer-bottom-left li p {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

.footer-bottom-right ul {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    float: right;
}

.footer-bottom-right ul li {
    display: flex;
    margin-left: 16px;
}

.footer-bottom-right li a {
    color: #737373;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}
/* Homepage */

section.homepage-section {
    height: 650px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.homepage-header-title-section h2 {
    max-width: 75%;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 73px;
    text-transform: capitalize;
    color: #2703A6;
    /* text-shadow: 1px 1px 0px rgb(255 255 255 / 50%); */
}

.homepage-header-title-section p {
    max-width: 70%;
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #101F2D;
}

section.homepage-statistics-section {
    padding: 80px 0px;
    text-align: center;
}

.homepage-statistics-title h2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #2703A6;
    padding-bottom: 40px;
}

.homepage-home-statistics {
    background: #E4F1FD;
    border-radius: 8px;
    padding: 24px;
}

.homepage-home-statistic-number h1 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 73px;
    text-align: center;
    text-transform: capitalize;
    color: #101F2D;
}

.homepage-home-statistic-description p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(16, 31, 45, 0.5);
}

.homepage-header-button-section {
    margin-top: 24px;
}

section.homepage-students-donors-section {
    padding: 100px;
    background: #E4F1FD;
}

.homepage-students-section h4 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    color: #2703A6;
    margin: 30px 0;
}

.homepage-students-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #101F2D;
}

.homepage-students-section .border-btn {
    margin: 32px 0 16px;
}

section.homepage-whatWeDo-section {
    padding: 50px 0 0;
}

section.homepage-whatWeDo-section .whatWeDo-header-section {
    text-align: center;
}

.whatWeDo-header-section .whatWeDo-title p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5EC688;
}

.homepage-header-section {
    margin-bottom: 30px;
}

section.homepage-whatWeDo-section .whatWeDo-header-section h2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #2703A6;
    margin: 16px 0;
}

section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
    max-width: 61%;
    width: 100%;
    margin: auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #000000;
}

p.whatWeDo-header-note {
    max-width: 61%;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
}

section.homepage-whatWeDo-section .whatWeDo-image {
    width: 100%;
    padding: 40px 0;
}

.whatWeDo-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 365px;
}

section.whatWeDoItems-section {
    background: #F8F9FA;
    margin-top: -220px;
    padding-bottom: 46px;
}

.whatWeDo-whatWeDoItems-section {
    display: flex;
    padding: 240px 0 0;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.whatWeDoItems-inner-section {
    max-width: 470px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgb(16 24 40 / 10%);
    border-radius: 6px;
    margin-right: 48px;
    min-height: 264px;
    height: auto;
    display: inline-block;
    margin-bottom: 46px;
    text-align: left;
}

.whatWeDoItems-inner-section a {
    text-decoration: underline;
    }

.whatWeDoItems-inner-section:nth-child(3) {
    margin-right: 0;
}

.whatWeDoItems-inner-section h4 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    color: #2703A6;
    margin: 20px 0;
}

.whatWeDoItems-inner-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.whatWeDoItems-button-section {
    text-align: center;
    padding: 20px 0;
}

section.homepage-success-stories {
    padding: 100px 0 0;
}

.success-stories-title-section h2 {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #2703A6;
    margin: 16px 0;
}

.success-stories-title-section p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #404040;
    margin: 16px 0;
    max-width: 74%;
    width: 100%;
}

.success-stories-heading p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5EC688;
}

.homepage-success-stories-section {
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgb(16 24 40 / 10%), 0px 2px 4px -2px rgb(16 24 40 / 10%);
    border-radius: 12px;
    margin-top: 40px;
}

.success-stories-image-section img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.success-stories-image-section p.success-stories-summary {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #101F2D;
    padding: 16px;
    width: 100%;
}

section.homepage-success-stories .success-stories-image {
    padding: 5px 0;
}

.homepage-success-stories-section .success-stories-recipient-details {
    display: flex;
    padding: 16px;
}

.success-stories-recipient-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.success-stories-recipient-details .success-stories-recipient-name {
    margin-left: 30px;
}

.success-stories-recipient-name p.success-stories-recipient-name-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #171717;
}

.success-stories-recipient-name p.success-stories-recipient-year {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
}

section.homepage-success-stories .col-lg-4 {
    display: flex;
}

.success-stories-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 40px 0 100px;
}

section.homepage-media-section {
    background: #F8F9FA;
    padding: 64px 0;
}

section.homepage-media-section .homepage-media-images {
    margin: 16px;
}

.homepage-media-images img {
    width: 95px;
    height: 85px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 80px;
    display: inline-block;
    margin-right: 80px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.homepage-media-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #171717;
}

section.homepage-testimonials-section {
    padding: 100px 0 160px;
}

section.homepage-testimonials-section .testimonials-details {
    max-width: 35%;
    margin: auto;
    width: 100%;
}

.testimonial-header h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5EC688;
    text-align: center;
}

.testimonial-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    color: #101F2D;
    margin: 24px 0;
}

.testimonial-content p.testimonial-giver-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #101F2D;
    margin: 0;
}

.testimonial-content p.testimonial-giver-university {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #737373;
    margin: 5px 0 24px;
}
/* .testimonials-details .testimonial-image {
display: inline-block;
} */

.carousel-indicators li {
    margin: 0 45px 0 0px;
    height: 45px;
}

.testimonial-image {
    height: 48px;
    width: 48px;
}

.testimonials-details .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}

ol.carousel-indicators {
    bottom: -75px;
}

.carousel-indicators .active .testimonial-image {
    height: 68px;
    width: 68px;
}

.conflict-notice {
    display: none;
}

.conflict-notice.conflicted {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1536px) {
    .whatWeDoItems-inner-section {
        max-width: 408px;
    }
}

@media screen and (max-width:1440px) {
    .homepage-header-title-section h2 {
        max-width: 90%;
        font-size: 46px;
        line-height: 60px;
    }
    .homepage-header-title-section p {
        max-width: 90%;
    }
    section.homepage-students-donors-section {
        padding: 50px 0;
    }
    .left-footer p {
        max-width: 80%;
    }
}

@media screen and (max-width:1366px) {
    .homepage-media-images img {
        margin-right: 29px;
    }
    section.homepage-testimonials-section .testimonials-details {
        max-width: 52%;
        text-align: center;
    }
    .whatWeDoItems-inner-section {
        max-width: 380px;
    }
}

@media screen and (max-width:1200px) {
    .homepage-home-statistics {
        height: 186px;
    }
    .footer-bottom-left ul li:nth-child(1) {
        width: 26%;
    }
    .whatWeDoItems-inner-section:nth-child(3) {
        margin-right: 45px;
    }
}

@media screen and (max-width:1024px) {
    .homepage-header-title-section h2 {
        max-width: 100%;
        font-size: 38px;
        line-height: 50px;
    }
    .homepage-header-title-section p {
        max-width: 100%;
    }
    section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
        max-width: 85%;
    }
    section.homepage-success-stories {
        padding: 50px 0;
    }
    .success-stories-title-section h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .success-stories-image-section p.success-stories-summary {
        max-width: 100%;
    }
    section.homepage-testimonials-section .testimonials-details {
        max-width: 72%;
    }
    .left-footer p {
        max-width: 100%;
    }
    .right-footer ul {
        display: inline-block;
        -moz-column-count: 2;
             column-count: 2;
    }
    .right-footer ul li {
        margin-left: 30px;
    }
    /* .footer-bottom-left ul li:nth-child(1) {
        width: 26%;
    } */
    .homepage-home-statistics {
        height: 210px;
    }
    .success-stories-button {
        margin: 40px 0;
    }
    section.homepage-media-section {
        padding: 40px 0;
    }
    .whatWeDoItems-inner-section {
        max-width: 470px;
    }
}

@media screen and (max-width:991px) {
    .homepage-home-statistics {
        margin: 20px;
    }
    .footer-bottom-right ul {
        float: left;
        text-align: left;
    }
    .footer-bottom-right ul li {
        margin-right: 16px;
        margin-left: 0;
        margin-top: 6px;
    }
    .right-footer ul {
        float: left;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .right-footer ul li {
        margin-left: 0px;
        margin-right: 26px;
    }
    .footer-bottom-left ul li:nth-child(2):after {
        right: -26px;
    }
    .menu {
        margin: 0;
    }
    .logo img {
        height: 40px;
    }
    .listing-header li {
        display: inline-block;
        padding: 0px 8px;
    }
    .menu li {
        display: none;
    }
    .icon {
        font-weight: 900 !important;
        font-size: 27px !important;
        padding: 0;
        margin: 0;
        margin-top: -22px;
        display: flex;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 87px;
        box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
        display: block;
    }
    .contact-header a {
        color: #fff;
        margin-top: -2px;
    }
    .contact-header {
        margin-bottom: 0;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #1c3664;
        display: block;
        transition: 0.3s;
        font-size: 18px;
        font-weight: 500;
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .sidenav ul {
        list-style-type: none;
        padding-left: 0;
    }
    .sidenav .contact-header {
        display: block;
        width: 100%;
        float: left;
        padding-left: 0;
        text-align: left;
    }
    .homepage-home-statistics {
        height: 180px;
    }
}

@media screen and (max-width:767px) {
    .homepage-header-title-section h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .homepage-header-title-section p {
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
    }
    section.homepage-statistics-section {
        padding: 40px 20px;
    }
    .homepage-statistics-title h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 20px;
    }
    section.homepage-whatWeDo-section .whatWeDo-header-section p.whatWeDo-header-description {
        max-width: 100%;
        font-size: 20px;
        line-height: 27px;
    }
    section.homepage-whatWeDo-section {
        padding: 0;
    }
    section.homepage-whatWeDo-section .whatWeDo-header-section h2 {
        font-size: 38px;
        line-height: 50px;
    }
    section.whatWeDoItems-section {
        margin-top: -200px;
        margin-bottom: 0;
    }
    .success-stories-title-section {
        margin-bottom: 20px;
    }
    .success-stories-title-section h2 {
        font-size: 34px;
        line-height: 48px;
    }
    .success-stories-title-section p {
        max-width: 95%;
        font-size: 18px;
    }
    .homepage-media-images img {
        margin-left: 25px;
    }
    section.homepage-testimonials-section .testimonials-details {
        max-width: 100%;
    }
    section.homepage-students-donors-section {
        padding: 50px 0;
        margin: 50px 0;
    }
    ol.carousel-indicators {
        bottom: -155px;
        flex-wrap: wrap;
    }
    .footer-bottom {
        margin-top: 20px;
    }
    .footer-bottom-left ul {
        display: block;
    }
    .footer-bottom-left ul li:nth-child(1) {
        width: 100%;
    }
    .footer-bottom-left ul li {
        margin-bottom: 8px;
    }
    .footer-bottom-left ul li:nth-child(2):after {
        display: none;
    }
    .right-footer ul {
        -moz-column-count: 1;
             column-count: 1;
    }
    .whatWeDoItems-inner-section {
        margin-right: 0;
    }
    .whatWeDoItems-inner-section:nth-child(3) {
        margin-right: 0;
    }
    .homepage-students-donors-section .homepage-students-section:last-child {
        padding-top: 40px;
    }
    section.homepage-success-stories {
        padding: 20px 0 0;
    }
    section.homepage-testimonials-section {
        padding: 40px 0 160px;
    }
    footer {
        padding: 0px;
    }
}

@media screen and (max-width:567px) {
    .homepage-media-images img {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    section.homepage-media-section .homepage-media-images {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .homepage-home-statistics {
        height: 156px;
    }
}

@media screen and (max-width:340px) {
    .carousel-indicators {
        margin-left: 0;
        margin-right: 0;
    }
    .carousel-indicators li {
        width: 3px;
    }
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0lax{text-align:center;vertical-align:top}

td.tg-0lax.table-cell-author, td.tg-0lax.table-cell-entry, td.tg-0lax.table-cell-grant-cycle, th.tg-0lax.table-header-project-title, th.tg-0lax.table-header-grant-cycle, th.tg-0lax.table-header-author, th.tg-0lax.table-header-reviewer, td.tg-0lax.table-cell-reviewer, th.tg-0lax.table-header-comment, td.tg-0lax.table-cell-comment  {
    text-align: left;
}

table.tg.pre-proposal-rating-table, table.tg.full-proposal-rating-table, table.tg.my-ratings-table-pre-proposal {
    margin: auto;
}

th.tg-0lax.table-header-grant-cycle {
    min-width: 135px;
}

th.tg-0lax.table-header-project-title {
    max-width: 160px;
}

td.tg-0lax.table-cell-entry {
    max-width: 600px;
}

th.tg-0lax.table-header-total {
    min-width: 110px;
}

p.rating-table-comment {
    margin-bottom: 0px !important;
}

.progressReport-Rating .sr-user-rating-previous .fa-2x {
    color: #fff;
}

/*# sourceMappingURL=style.css.map*/