.logofuture{
    /* margin-top: 120px; */
}
.overviewimg{
    height: 450px;
    /* width: 100%; */
}

.IniativesLogo1{
    padding: 60px 0;
}
.Spotlightp{
    color: #808080;
    font-weight: 640;
}
.SeparateResearchTheme1:hover .SeparateResearchTheme1CaptionRight h4{
    color: black;
}
.SeparateResearchTheme1:hover .SeparateResearchTheme1CaptionLeft h6 {
    color: black;
}
.SeparateResearchTheme1:hover .SeparateResearchTheme1CaptionRight p {
color: black;
}
.SurviveHeading h2{
    padding: 50px 0;
}
.MainDivTextWithLogofuture{
    height: 50vh;
}
.futureforesightInitiativeCarousel{
    padding-bottom: 40px;
}
/* ------ */
.VideoImageVideo{
   display: flex;
   justify-content: center;
   align-items: center;
}
.VideoImageVideo img{
    border: 1px solid #808080;
    max-height: 100vh;
    margin-bottom: 2vh;
    /* width: 100vw; */
}
.Learnbutton a{
    padding: 10px 20px;
    color: #242425;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: #f0f2f3;
}
.CollaborateImagePart{
    position: relative;
    display: flex;
    justify-content: center;
}
.CollaborateImagePart .Learnbutton{
    display: none;
    z-index: 10;
    position: absolute;
    top:50%;
    /* left:46%; */
}
.CollaborateImagePart:hover .Learnbutton {
    display: block;
}
.CollaborateImagePart:hover {
    opacity: 0.5;
}

.futureforesightInitiativesChallengesImage img{
    width: auto;
}
.futureforesightInitiativesChallengesCaption{
   position:absolute;
   left: 20%;
}
.yellowText{
    color: #F6E05F;
}
.mySwiper{
    padding-bottom: 70px !important;
}
/* .mySwiperFutureforesight{
    height: 620px;
} */
.InitiativesChallengesCaption p{
    margin-bottom: 0px;
}
.InitiativesChallengesCaption{
    font-size: 20px;
    font-weight: 400;
    color: #808080;
}
.futureforesightOtherInitiativesWhiteBoxContent{
    height: 200px;
    background: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.futureforesightOtherInitiativesBoxImage{
    height: auto;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1024px){
    .futureforesightInitiativesChallengesImage img{
        width: 100%;
    }
}
@media only screen and (max-width:768px){
    .futureforesightOtherInitiativesWhiteBoxContent{
        height: 210px;
        width: 90%;
        padding: 40px 30px;
    }
    .VideoImageVideo img{
        width: 100vw;
    }
    /* .mySwiperFutureforesight{
        height: 500px;
    } */
    .swiper-scrollbar{
        margin-left: 13vw;
    }
    .mySwiperFutureforesight .swiper-scrollbar{
        margin-left: 13vw;
    }
}
@media only screen and (max-width:425px){
    .futureforesightOtherInitiativesBoxImage{
        justify-content: center;
    }
}
@media only screen and (max-width:425px){
    .futureforesightOtherInitiativesWhiteBoxContent{
        height: 230px;
    }
    /* .mySwiperFutureforesight{
        height: 680px;
    } */
    .mySwiperFutureforesight .swiper-scrollbar{
        margin-left: 5vw;
    }
    .swiper-scrollbar{
        margin-left: 8vw;
    }
    .IniativesLogohomeResearchHeading{
        width: 0%;
    }
    .initiativespadding h5{
        width: 100%;
    }
}
@media only screen and (max-width:320px){
    /* .mySwiperFutureforesight{
        height: 720px;
    } */
}
@media only screen and (max-width:800px){
    .overviewimg{
        height: 100%;
    }
    .Spotlightp{
        font-size: 10px;
    }
    .Spotlighth{
        font-size: 12px !important;
    }

}
@media screen and (max-width: 480px) {
    .SurviveHeading h2{
        padding: 10px 0 !important;
    }
}