/*Bootstrap Customization*/
.btn-primary{
    color: #fff;
    background-color: #1D809F;
    border-color: #1D809F;
}

.btn-primary:hover{
    color: #fff;
    background-color: #196d87;
    border-color: #17667f;
}

body{
    font-family: 'Poppins', sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

img{
    max-width: 100%;
}
.logo{
    max-width: 10em;
    /*Mar 16 2023*/
    filter: brightness(0) invert(1);
}

.logo a{
    display: inline-block;
}

.menu-toggle{
    border:  none;
    margin-left: 15px;
}
.menu-toggle .fa{
    font-size: 36px;
    background: linear-gradient(0deg, #007e4b, #007fe3);
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.topdics{
    position: relative;
    padding: 10px 0 30px 0;
    z-index: 9999;
}

.menu-dropdown{
    position: absolute;
    left: 0px;
    top: 20px;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.menu-dropdown .sidebar-nav{
    list-style: none;
    margin: 0;
    width: 400px;
    transition: all 0.4s ease 0s;
    height: auto;
    background-color: rgba(255,255,255,0.9);
    padding: 70px 15px 30px 15px;
    opacity: 1;
    border-radius: 10px;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 1.4em;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item a .bb{
    width: 10px;
    margin-left: 9px;
}
.menu-dropdown .sidebar-nav li.sidebar-nav-item a .aa{
    width: 14px;
    margin-left: 9px;
}
.menu-dropdown .sidebar-nav li.sidebar-nav-item a.opentab.collapsed .aa {
    display: none;
}
.menu-dropdown .sidebar-nav li.sidebar-nav-item a.opentab.collapsed .bb {
    display: inherit;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item a.opentab .bb {
    display: none;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item a:hover span {
    text-decoration: none;
    background: linear-gradient(0deg, #007e4b, #007fe3);
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-dropdown .sidebar-nav li.sidebar-nav-item .sub-menu a{
    padding: 0 16px;
    font-size: 16px;
    font-weight: normal;
}

.menu-dropdown .sidebar-nav .sub-menu a:hover {
    background: linear-gradient(0deg, #007e4b, #007fe3);
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.gradient-bg{
    /*background-image: */
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);;
}

.gradient-heading {
    font-size: 40px;
    background: linear-gradient(0deg, #007e4b, #007fe3);
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


/*Inner page header*/
.stp {
    text-align: center;
    color: #fff;
    /*padding: 100px 0;*/
    background-position: center;
}
span.infohr {
    width: 150px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
}

.content-section{
    padding: 80px 0;
}

.content-section.commitmenttext-white {
    background-image: url("../images/bgcomit.98037eb1f571.jpg");
    background-size: 70%;
    background-position: bottom -2px right;
    background-repeat: no-repeat;
}

.batboo p {
    font-size: 18px;
    width: 90%;
    font-weight: 500;
}

.boxdiv {
    background-position: left;
    background-repeat: no-repeat;
    min-height: 800px;
    background-size: contain;
    display: flex;
}
.right-stick-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;    
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}


/*Home page Header*/
.masthead {
    min-height: 160px;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    //background-position: center center;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: -124px;*/
}


/*Home page content design*/
#Video {
    margin: 0 auto;
    width: 100%;
    padding: 70px 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../images/bg-callout.f19226a0e462.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#numbers h2 {
    font-size: 39px;
}
.kfumnumber span {
    font-size: 40px;
    font-weight: 500;
}
.kfumnumber h5 {
    font-size: 24px;
}
.kfumnumber hr {
    width: 50%;
    height: 2px;
    color: #fff;
    opacity: 0.5;
}
.kfumnumber p {
    font-size: 20px;
}

.boxshadoww {
    box-shadow: 0 0px 25px 10px #ccc;
    padding: 80px;
}
.boxshadoww hr {
    background: linear-gradient(0deg, #007e4b, #007fe3);
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
}

.ocbg{
    padding: 100px 120px;
    background: linear-gradient(to bottom, #007fe3, #007e4b);
    background: -webkit-linear-gradient(to bottom, #007fe3, #007e4b);
    max-width: 880px;
    margin: auto;
    border-radius: 100px 0 100px 0;
    color: #ffffff;
    margin-top:  -100px;
}

.bold-para {
    width: 78%;
    margin: 0 auto;
    font-size: 19px;
    margin-bottom: 50px;
    font-weight: 600;
}
.semibold-para{
    font-size: 18px;
    font-weight: 500;
}
figure {
    position: relative;
    /* float: left; */
    /* overflow: hidden; */
    /* margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    background: #3085a3;
    text-align: center; */
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    /* min-height: 100%;
    max-width: 100%; */
    opacity: 1;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-lily img {
    padding-left: 30px;
    max-width: none;
    /* width: -webkit-calc(100% + 50px); */
    width: calc(80% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /* -webkit-transform: translate3d(-40px, 0, 0); */
    transform: translate3d(-4px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 115px;
    left: 9%;
    padding: 2em;
    width: 75%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
    opacity: 1;
    filter: invert(69%) sepia(81%) saturate(4647%) hue-rotate(158deg) brightness(91%) contrast(104%);
}

figure.effect-lily:hover p {
    opacity: 1;
    color: white;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.slidstud {
    background: url("../images/Path.c261e703b49b.png");
    background-size: 420px !important;
    background-position-x: center;
    text-align: center;
    color: #fff;
    padding: 60px 0;
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    justify-content: center;
    background-repeat: no-repeat;
}
.slidstud img {
    width: 100px;
    padding-top: 2px;
}
.slidstud h3 {
    width: 80%;
    margin: 0 80px;
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 70px;
    font-weight: 500;
    line-height: 25px;
}

.carousel-control-next {
    right: -40px;
    width: 40px;
}

.carousel-control-prev {
    left: -40px;
    width: 40px;
}

.Strategic_partners h2 {
    background: url("../images/Polygon.344c638eb7ad.png");
    background-size: contain;
}
.Strategic_partners span {
    background-color: #F5F5F5;
    width: 100%;
    display: inline-block;
    margin-left: 40px;
}
.Strategic_partners span label {
    font-size: 26px;
    font-weight: normal;
    padding: 20px 20px;
    margin: 0;
}
.partn p {
    text-align: left;
    color: #7B7B7B !important;
    line-height: 35px;
    font-size: 16px !important;
}
.commitmenttext-white {
    background: url("../images/bgcomit.98037eb1f571.jpg");
    padding: 80px 0;
    background-size: 70%;
    background-position: bottom -2px right;
    background-repeat: no-repeat;
}

.contact_width {
    width: 80%;
    margin: 0 auto;
}
.info {
    background: url("../images/contac.fde9988c331a.png");
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0 30px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.info span {
    color: #fff;
    font-weight: 700;
    display: list-item;
    margin-left: 20px;
}
.info p {
    color: #fff;
    text-align: left;
    width: 100%;
    font-weight: 500;
}
.socals .list-inline {
    text-align: left;
}
.info ul a {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-content: center;
    flex-wrap: wrap;
    text-decoration: none;
}
.info ul a:hover {
    background: #fff;
}
.info ul a:hover i {
    color: #117e8d;
}
.map {
    padding: 0;
    height: 600px;
}
.map iframe {
    pointer-events: none;
    height: 100%;
    width: 100%;
    border: 0;
}

.fromHeaderText {
    width: 80%;
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
    padding: 40px;
}
.formpage{
    width: 80%;
    margin: 0 auto;
}
.contributor_information .row {
    margin: 20px 0;
}
.contributor_information .leftTextData {
    text-align: left;
}
.contributor_information .rightTextData {
    text-align: right;
}
.contributor_information .inputFields {
    display: flex;
    border: 1px solid gray;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    height: auto;
}
.contributor_information .specific-amount-for-individual-program .inputFields {
    height: 100%;
}
.contributor_information input[type=checkbox], input[type=radio] {
    width: 45px;
    height: 45px;
}
.contributor_information .textData {
    max-width: 100%;
    /*min-width: max-content;*/
}
.contributor_information .specific-amount-for-individual-program .textData {
    width: 80% !important;
}
.contributor_information input {
    border: none;
}
.contributor_information input.form-control {
    width: 40% !important;
}
.contributor_information .inputFields .counts {
    font-weight: 700;
    margin-left: 5px;
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Footer */
footer .social-link {
    display: block;
    text-decoration: none;
    height: 50px;
    width: 50px;
    line-height: 49px;
    font-size: 17px;
    background-color: #84848400;
    transition: background-color 0.15s ease-in-out;
    border: 1px solid #ccc;
    text-align: center;
}

footer .social-link.fb:hover {
    background-color: #4267B2;
    border-color: #4267B2;
}

footer .social-link.tw:hover {
    background-color: #00acee;
    border-color: #00acee;
}

footer .social-link.li:hover {
    background-color: #0e76a8;
    border-color: #0e76a8;
}

footer .social-link.yu:hover {
    background-color: #FF0000;
    border-color: #FF0000;
}

footer .social-link.in:hover {
    background-color: purple;
    border-color: purple;
}

footer .socals h3 {
    color: #fff;
    text-align: left;
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 24px;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.navlinksss li {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}
.navlinksss a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.copyright {
    width: 100%;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 15px 0;
    margin: 0;
}


/*Mar 16 2023*/

.navbar{
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    padding: 0;
}
.navbar-nav{
    align-items: center;
}
.navbar-nav .nav-link{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 20px !important;
    /* max-width: 160px; */
}
.dropdown-toggle{
    white-space: initial;
}
.dropdown-toggle:after{
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
    opacity: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: -2px;
    left: calc(50% - 20px);
    border-color: transparent transparent #ffffff transparent;
    border-width: 15px;
    border-style: solid;
    z-index: 1;
}

.navbar-nav .dropdown:hover .dropdown-menu{
    display: block !important;
}

.dropdown-toggle.show:after, .navbar-nav .dropdown:hover .dropdown-toggle:after{
    opacity: 1;
}

.navbar-nav .dropdown-menu {
    position: static;
    padding: 20px;
    border: 5px solid #277b84;
    border-image: -webkit-linear-gradient(0deg, #007e4b, #007fe3) 1 1;
    top: calc(100% + 0px);
}
.navbar-nav .dropdown-menu .dropdown-item span{
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav .dropdown-menu .dropdown-item small{
    font-size: 14px;
    color: #cccccc;
}




.containerCard {
/*    width: 1000px;*/
    position: relative;
    display: flex;
    justify-content: space-between;
      margin-left: auto;
  margin-right: auto;
}

.containerCard .cardStyle {
    position: relative;
    border-radius: 10px;
      margin-top: 92px;
}

.containerCard .cardStyle .icon {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.7s;
    z-index: 1;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    text-align: center;

}



.containerCard .cardStyle .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}

/*i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    transition: 0.7s;
    color: #fff;
}
*/
.containerCard .cardStyle .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.containerCard .cardStyle .face.face1 {
    position: relative;
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    /*transform: translateY(144px);
    height: 79%;*/
    width: 100%;
}

.containerCard .cardStyle:hover .face.face1{
    background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    transform: translateY(0px);
}

.containerCard .cardStyle .face.face1 .content {
    opacity: 1;
    transition: 0.5s;
}

.containerCard .cardStyle:hover .face.face1 .content {
    opacity: 1;
}

.containerCard .cardStyle .face.face1 .content i{
    max-width: 100px;
}

.containerCard .cardStyle .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
/*    transform: translateY(-151px);*/
      height: 70%;
      width: 100%;
}

.containerCard .cardStyle:hover .face.face2{
    transform: translateY(0);
}

.containerCard .cardStyle .face.face2 .content p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #414141;
}

.containerCard .cardStyle .face.face2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    color: #414141;
} 

.containerCard a {
    text-decoration: none;
    color: #414141;
}

.profile-img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}

/*Responsive*/

@media all and (min-width: 992px) {
    /*.navbar .nav-item:hover .dropdown-toggle:after{
        opacity: 1;
    }
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }*/
}

@media (min-width: 992px) {
    .masthead {
        height: 460px;  /* mod 29-4-2022*/ /* mod 19-3-2023*/
    }
    .masthead.inner-header {
        height: 160px;
    }
}
@media (max-width: 991px){
    .formpage, .fromHeaderText{
        width: 100%;
    }
    .dropdown{
        width: 100%;
    }
    .navbar-nav .dropdown-menu .dropdown-item span{;
        white-space: initial;
    }
    .navbar-nav .dropdown-menu .dropdown-item small{
        white-space: initial;
    }

    .dropdown-toggle:after{
        display: none !important;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 99999;
        background: -webkit-linear-gradient(0deg, #007e4b, #007fe3);
    }
    .navbar-nav .dropdown-menu{
        min-width: initial;
    }
}
@media (max-width: 768px){
    .right-stick-img {
        height: 450px;
        width: 60% !important;
        position: relative;
        margin-left: -15%;
    }
    .accordion-button p{
        font-size: 14px;
    }
    .accordion-button span{
        font-size: 11px;
    }
}
@media (max-width: 480px){
    .contributor_information .textData{
        min-width: initial;
    }

    .accordion-button p{
        width: 100% !important;
    }
    .accordion-button span{
        width: 100% !important;
    }
}
.hero_image_title{
  font-size: 26px;
  font-weight: 500;
}