/* footer */

.right-footer .link-list .link-heading:hover, .footer-bottom-right li a:hover {
    color: #5EC688;
}
.listing-header li a.active {
    color: #5EC688;
}
.contact-header p:hover, .contact-header .active p{
    color: #fff;
}


.capitalize {
    text-transform: capitalize;
}

/* scroll top */

.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-color: #5EC688;
    display: none;
    cursor: pointer;
}
.scrolltop .icon {
    font-size: 25px;
    text-align: center;
    color: #2703A6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
}
.scrolltop:hover {
    background-color: #2703A6;
}
.scrolltop:hover .icon{
    color: #5EC688;
}

.heading-three {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #2703A6;
}
.banner-wrapper {
    display: flex;
    align-items: center;
    padding-right: 0;
}


.banner-right img{
    height:576px;
    width:100%;
    object-fit:cover;
}

.banner-right{
    padding-right:0;
}

.banner-left .border-btn {
    margin-top: 20px;
}
.fellowship-recipients {
    margin: 80px auto 40px;
    padding: 0 20%;
}
.fellowship-recipients h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #2703A6;
    margin: 20px auto;
}
.fellowship-recipients p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #404040;
}
.banner-left p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #101F2D;
    margin-top: 24px;
}
.banner-left {
    padding: 0 10%;
}
.heading-two {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #2703A6;
}
.banner-left h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5EC688;
    margin-bottom: 30px;
}
.left-box, .right-box {
    background: rgba(142, 234, 179, 0.25);
    border-radius: 6px;
    text-align: center;
    margin: 80px auto;
    max-height: 310px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.left-box h3, .right-box h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #101F2D;
}
.left-box p, .right-box p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #101F2D;
    margin: 20px auto;
}
.blue-btn{
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    color: #fff;
    background: #2703A6;
    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;
}
.blue-btn:hover{
    color: #2703A6;
    background: #fff;
    border: 2px solid #2703A6;
    text-decoration: none;
}
.left-box {
    margin-right: 20px;
}
.right-box {
    margin-left: 20px;
}


@media screen and (max-width: 1199px){
    .right-box {
        margin: 0px auto 20px;
    }
    .left-box {
        margin: 20px auto;
    }
}

@media screen and (max-width: 1024px){
    .heading-two {
        font-size: 38px;
        line-height: 50px;
    }
    .banner-left {
        padding: 0;
    }
    .fellowship-recipients {
        margin: 40px auto 20px;
        padding: 0 10%;
    }

}

@media screen and (max-width: 991px){
    #mySidenav {
        background: #101F2D;
    }
    .sidenav a, .arrowBtn  {
        color: #fff;
    }
    .sidenav a:hover, .sidenav a.active {
        color: #5EC688;
    }
}

@media screen and (max-width: 767px){
    .fellowship-recipients {
        margin: 40px auto 20px;
        padding: 0px;
    }
    .banner-wrapper {
        display: block !important;
        padding: 20px !important;
    }
    .heading-two {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-left h3 {
        margin: 20px auto;
    }
    .banner-left p {
        margin-top: 16px;
        margin-bottom: 26px;
    }
    .banner-right{
        padding-left: 0;
    }
    .banner-left .border-btn {
        margin: 20px 10px 20px auto;
    }
    .banner-right img {
        height: 450px;
    }
    .right-box {
        margin-bottom: 40px;
    }
    .left-box, .right-box {
        padding: 40px;
    }
}

@media screen and (max-width: 480px){
    .banner-right img {
        height: 380px;
    }
    .banner-left .border-btn {
        margin: 0px 10px 20px;

    }
}

    .ifer-about-right img{
        height:576px;
        width:100%;
        object-fit:cover;
    }

    .col-md-6.ifer-about-right
    {
        padding-right:0;
    }

    .ifer-about-left
    {
        padding:0 10%;
    }

    .ifer-about-wrapper
    {
        display:flex;
        align-items:center;
    }

    .col-md-12.ifer-about-wrapper
    {
        padding-right:0;
    }

    .ifer-about-wrapper p
    {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 34px;
        color: #101F2D;
        margin-top:24px;
    }

    .ifer-tabs .col-md-12
    {
        padding:0;
        
    }

    .ifer-tab-data
    {
        background: #E4F1FD;
    }

    .ifer-tab-data-white {
        background: #fff;
    }

    ul#pills-tab {
        padding: 30px 0px;
        background:#5EC688;
        display:flex;
        justify-content:center;
    }

    .ifer-tabs-wrapper li a
    {
        background:none!important;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #101F2D;
    }

    .ifer-tabs-wrapper li a .active 
    {
        background:none!important;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #101F2D;
    }

    a#pills-home-tab {
        color: #101F2D;
    }

    .ifer-innertab-wrapper
    {
        text-align:center;
        width:46%;
        margin:16px auto;

        padding:120px 0px;
        
    }

    .ifer-tabs .ifer-tabs-heading
    {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 42px;
        color: #2703A6;
        text-align:center;
    }
    .ifer-tabs p
    {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 34px;
        color: #101F2D;
        text-align:left;
    }

    div#pills-tabContent {
    width: 47%;
    margin: 0 auto;
    padding:120px 0px;
    
}


.ifer-tabs li.nav-item {
    border-radius: 0!important;
    margin-right: 130px!important;
    position:relative;
}

.ifer-tabs li.nav-item:last-child
{
     margin-right: 0px!important;
}



.nav-pills .nav-link.active {
    color:#101F2D;
    font-weight:700;
    position:relative;
}

.nav-pills .nav-link.active:after
{
    position:absolute;
    content:"";
    width:100%;
    height:6px;
    background:#101F2D;
    bottom:-30px;
    left:0;
}

.timeline .heading-three{
    text-align:center;
}

.year-title
{
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    color: #2703A6;
}

.list-title
{
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #101F2D;
    margin:4px 0px;
}



.timeline .timeline-line {
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.timeline .timeline-line:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 4px;
   height: 100%;
   background: #5EC688;
   z-index: 1
}

.timeline .timeline-line:after
{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5EC688;
    border: 8px solid #D5F9E4;
    margin-top: 10px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:40px;
    top:auto;
    Z-index:2;
    content: '';
    position: absolute;
}

.timeline-block {
   width: calc(50% + 8px);
   display: flex;
   justify-content: space-between;
   clear: both;
   text-align:start;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   text-align: right;
}

.marker {
   width: 40px;
    height: 40px;
   border-radius: 50%;
   background: #5EC688;
    border: 8px solid #D5F9E4;
   margin-top: 10px;
   z-index: 9999;
   position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-content {
   width: 95%;
   padding: 0 100px;
   color: #666
}

.timeline-block-left .timeline-content {
   padding: 0 70px 0 100px;
}


.timeline-content p {
   font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
margin-bottom:50px;
}

.timeline
{
    padding:120px 0px 0px;
}

.counter-wrapper
{
    display:flex;
    justify-content:center;
}

.achievement .row
{
    display:flex;
    justify-content:center;
}

.achievement
{
    text-align:center;
    padding-bottom:120px;
}

.achievement strong
{
        font-family: 'DM Serif Display';
        font-style: italic;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        color: #101F2D;
        margin:5px 0px;
        display:block;
}

.achievement .heading-three
{
font-family: 'DM Serif Display';
font-weight:400;
}

.achievement p
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #101F2D;
}

.achievent-wrapper
{
    margin-bottom:36px;
}

/* .col-md-6.grant-recipients-right img {
    height: 584px;
    width: 100%;
    object-fit: cover;
} 

.grant-recipients
{
    padding:120px 0px 250px 0px;
}

.grant-recipients-left p
{
    margin:20px 0px;
}*/

.bod{
    background:#FCFBF6;
    padding:120px 0px;

}

.bod-wrapper
{
    padding-bottom:80px;
}

.bod-wrapper p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #404040;
    width:75%;
    margin:0 auto;
}

.bod .heading-two
{
    text-align:center;
}

.team-positions
{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
    margin-top:6px;
}

.team-positions p {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #A3A3A3;
    margin-top: 6px;
}

.team-name {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2703A6;
}

/*  .grant-recipients-left P{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #404040;
 } */

.ifer-science-team-content img {
    display: inline-block;
    margin-left: 8px;
}

.read-more {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2703A6;
    position: relative;
}

.ifer-science-team-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #525252;
    margin: 16px 0px;
}

@media screen and (max-width:1440px)
{
    .achievement .homepage-home-statistics {
    height: 186px;
}
}

@media screen and (max-width:1024px)
{
    .ifer-about-left
    {
        padding:0;
    }

    .ifer-about-right img {
        height: 480px;
    }

    .timeline .timeline-line
    {
        width:100%;
    }

    .year-title
    {
        font-size: 36px;
        line-height:42px;
    }

    .timeline {
        padding: 70px 0px 0px;
    }

    .achievement .homepage-home-statistics {
        height: 125px;
    }
    .achievement {
        padding-bottom: 70px;
    }

    .bod {
        padding: 70px 0px;
    }

    /* .grant-recipients {
        padding: 70px 0px 150px 0px;
    }

    .col-md-6.grant-recipients-right img
    {
        height:400px;
    } */

    .achievement .homepage-home-statistics {
        height: 180px;
    }

   
}

@media screen and (max-width:991px)
{
   .ifer-tabs li.nav-item {
    margin-right: 45px!important;
    }

    .achievement .homepage-home-statistics {
        height: 210px;
        margin: 0;
    }
}


@media screen and (max-width: 768px) {
   .timeline .container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }

    .marker
    {
        left:20px;
    }

    .timeline .timeline-line:before
    {
        left:20px;
    }

    .timeline .timeline-line:after
    {
        left:20px;
    }

    /* .grant-recipients {
        padding: 70px 0px 70px 0px;
    } */

.ifer-tabs li.nav-item
{
     margin-right: 24px!important;
}

ul#pills-tab
{
    padding:20px 0px;
}

.nav-pills .nav-link.active:after
{
    bottom: -20px;
}

div#pills-tabContent {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.bod-wrapper p
{
    width:96%;
}



}


@media screen and (max-width:767px)
{
    .ifer-about-wrapper
    {
        display:block;
    }

    .col-md-6.ifer-about-right
    {
        padding:0;
    }

    .col-md-12.ifer-about-wrapper
    {
        padding-right:15px;
    }

    .ifer-about-wrapper p {
        margin-top: 16px;
        margin-bottom: 26px;
    }

    .ifer-about-right img {
    height: 450px;
}

.achievement .homepage-home-statistics {
    height: 160px;
    margin: 0;
    margin-bottom:20px;
}

/* .col-md-6.grant-recipients-right {
    padding-top: 40px;
} */



}

@media screen and (max-width:567px)
{
    .timeline-content {
    width: 100%;
    padding: 0 0px 0px 60px;
    color: #666;
}

.achievement {
    padding-bottom: 40px;
}

.bod {
    padding: 40px 0px;
}

.bod-wrapper {
    padding-bottom: 40px;
}
/* 
.grant-recipients {
    padding: 40px 0px 40px 0px;
}

.col-md-6.grant-recipients-right {
    padding-top: 40px;
} */

.nav-pills .nav-link.active:after {
    bottom: 0px;
}

ul#pills-tab
{
    display:block;
    margin:0;
}

.ifer-tabs li.nav-item
{
    width:100%;
}

.achievement .homepage-home-statistics {
    height: 180px;
}




}



.ifer-tabs-reports h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #2703A6;
    margin-bottom: 20px;
    margin-top: 40px;
}

.ifer-tabs-reports h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #171717;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ifer-tabs-reports  h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2703A6;
    margin: 30px auto 20px;
}

.dashboard-heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #2703A6;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ifer-tabs-reports p {
    margin-bottom: 20px;
}

.nav-link-reports {
    margin-left: 60px;
    margin-right: 60px;
}

.tab-content-reports {
    max-width: 1200px;
}

.applicant-education {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 15px;
    column-fill: auto;
}

.education-institution {
    margin: 0 0 10px;
}
.progress-reports-list {
    text-align: center;
}

.frontend-form {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    padding: 30px;
}

.fui-submit {
    background-color: #2703A6 !important;
}

.fui-submit:hover {
    background-color: #fff !important;
    color: #2703A6 !important;
}

.fui-type-agree .fui-label {
    position: absolute;
    left: 60px;
    margin-top: 11px;
}

.applygrant-left p 
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #101F2D;
    margin:20px 0px;
}

.applygrant-left p:last-child {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #404040;
}

.aboutpage-section a {
    color: #2703A6;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.applygrant-right .create-acc-title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #2703A6;
    margin-bottom: 30px;
}

.applygrant-right p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #101F2D;
    margin-bottom: 30px;
}

.frontend-form a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #737373;
    position: absolute;
    margin-top: -15px;
}

.back-profile-btn {
    display: block;
}
.dashboard-note {
    background: #5EC688;
    border-radius: 6px;
    padding: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #101F2D;
    max-width: 510px;
    margin: auto;
    margin-top: 30px;
}

.sr-user-rating {
    color: #5EC688;
    padding: 5px;
}

.sr-unrated {
    color: #cdcdcd;
    padding: 5px;
    width: 32px;
}

.fa-2x {
    width: 28px;
    color: #5EC688;
}

.fa-circle-thin {
    color: #cdcdcd;
}

.sr-element-74-pre-app.sr-value-4 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-5 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-6 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-7 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-8 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-9 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-10 {
    display: none !important;
}
.sr-element-74-pre-app.sr-value-11 {
    display: none !important;
}

.number-line {
    font-family: 'Courier', monospace;
    margin-left: 14px;
}

.number-line span {
    padding-right: 18px;
}
.number-0 {
    padding-left: 0px;
}
.number-1 {
    padding-left: 0px;
}
.number-2 {
    padding-left: 1px;
}
.number-3 {
    padding-left: 1px;
}
.number-4 {
    padding-left: 1px;
}
.number-5 {
    padding-left: 1px;
}
.number-6 {
    padding-left: 1px;
}
.number-7 {
    padding-left: 1px;
}
.number-8 {
    padding-left: 1px;
}
.number-9 {
    padding-left: 0px;
}
.number-10 {
    margin-left: -3px;
}
.pre-app-number-0 {
    padding-left: 0px;
}
.pre-app-number-1 {
    padding-left: 0px;
}
.pre-app-number-2 {
    padding-left: 2px;
}

.cc-i-content header {
    background-color: #fff;
    padding: 0px;
}