/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* @font-face {
    font-family: "Poppins", sans-serif;
    src: url("../fonts/MuseoSans_500.otf");
}

@font-face {
    font-family: "Museo Sans Thin";
    src: url("../fonts/MuseoSans-300.otf");
}

@font-face {
    font-family: "Museo Slab Regular";
    src: url("../fonts/Museo_Slab_500.otf");
} */

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    box-shadow: none;
}

*::-webkit-scrollbar-thumb {
    background-color: #6c757d;
    outline: 1px solid transparent;
    border-radius: 15px;
}

h4 {
    font-family: "Poppins", sans-serif !important;
}

h5,
h6 {
    font-family: "Poppins", sans-serif !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fs-1rem {
    font-size: 1rem !important;
}

ol,
li {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
    font-size: 0.875rem;
    font-weight: 400;

}

body {
    overflow-x: hidden;
    position: relative;
    font-family: "Poppins", sans-serif !important;
}

html {
    scroll-padding-top: 65px;
}

.text-decoration-none {}

.pl-10px {
    padding-left: 10px;
}

.m-0px {
    margin: 0px !important;
}

.mx-0px {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.pl-0px {
    padding-left: 0px !important;
}

.pr-0px {
    padding-right: 0px !important;
}


.pr-72px {
    padding-right: 72px !important;
}

.pt-2rem {
    padding-top: 2rem !important;
}

.pr-12px {
    padding-right: 12px;
}

.pr-10px {
    padding-right: 10px !important;
}

.pl-32px {
    padding-left: 32px !important;
}

.ml-30px {
    margin-left: 30px !important;
}

.pr-375rem {
    padding-right: 3.75rem !important;
}

.pr-36px {
    padding-right: 36px !important;
}

.mt-56px {
    margin-top: 56px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.r-98px {
    right: 98px !important;
}

.pl-60px {
    padding-left: 60px;
}

.pr-60px {
    padding-right: 60px;
}

.fs-14px {
    font-size: 14px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.mobile-menu-link {
    display: none;
}

.text-white {
    color: #fff;
}

.color-white {
    color: #fff;
}

.font-weight-bold {
    font-weight: bold;
}

.border-bottom-white {
    border-bottom: 2px solid #fff;
}

.bg-greyish {
    background-color: #f8f8f8;
}

.hide {
    display: none;
}

.pointer {
    cursor: pointer;
}

.flex-direction-column {
    flex-direction: column;
}

/* common css */

p {
    font-size: 16px;
}

/* navbar css */

.nav-p p {
    background-color: rgba(130, 130, 130, 0.12);
    color: #fff;
    padding: 11px;
    font-size: clamp(1.875rem, 0.313vw + 1.813rem, 2.188rem);
    margin-bottom: 0 !important;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    font-weight: bold;
    /* height: 66px; */
}

#navbar_top li a.active {
    border-bottom: 2px solid #fff;
}

.navbar.main-nav {
    background-image: none !important;
    background-color: transparent !important;

}

.navbar a,
.navbar a:hover {
    text-decoration: none;
    color: #Fff;
}

.navbar.main-nav .navbarDropdownli .dropdown-item:active {
    color: #595959 !important;
    background-color: transparent !important;
}

.navbar-nav .nav-link,
.subheading {
    color: #fff !important;
}

.main-nav .navbarDropdownli a {
    color: #595959 !important;
}

#navbar_top li a i {
    display: none;
}

#navbar_top li a.active i {
    display: block;
    text-align: center;
    margin-bottom: -13px;
    color: #FF5A5F;
    display: none;
}

.navbar-brand .img-fluid {
    max-width: 42%;
}

#navbar_top {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
}

.homenavbar #navbar_top {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#navbarSupportedContent .dropdown-menu li a,
.navbar-light .navbar-nav .nav-link {
    word-break: break-word;
    white-space: inherit;
}

#navbar-inner .fa-sort-desc {
    right: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-style: normal;
    font-weight: normal;
    font-family: "Poppins", sans-serif !important;
    /* font-size  : 0.9rem; */
    font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1.125rem);
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu-symbol.png) !important;


}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.fixed-top.scrolled.navbar-light .navbar-toggler-icon {
    background-image: url(../images/creaitimages/mobilecollapse.png) !important;

}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.navbar-brand .img-fluid {
    max-width: 38%;
}

#navbar_top li a.active {
    border-bottom: 3px solid #FF5A5F;
}

.fixed-top.scrolled {
    background-color: #FFFDF7 !important;
    transition: background-color 200ms linear;
    box-shadow: 0 4px 4px 0 #00000021;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.logo-main {
    display: none !important;
}

.fixed-top.scrolled .logo-main {
    display: block !important;
}



.fixed-top.scrolled .logo-main img {
    max-width: 140px;
}

.fixed-top.scrolled.navbar-light .navbar-nav .nav-link {
    color: #2C2E43 !important;
}

/* section css */

.main-section-padding {
    padding: 2rem;
}

.banner-section {
    height: calc(100vh - 60px);
}

.bannerhead {
    /* font-size: 50px !important; */
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: clamp(3.1rem, 0.625vw + 2.8rem, 3.75rem);

}

.banner-homehead {
    margin-bottom: 30px !important;
}

.landing-video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
    height: calc(100vh - 60px);
}


.landing-content .banner-summary-text {
    max-width: 80%;
    text-align: justify;
}


.landing-content {
    z-index: 99;
    position: relative;
    color: #fff;
    overflow-y: hidden !important;
    height: calc(100vh - 125px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
}

.landing-left-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 125px);
}

.landing-right-section {
    height: calc(100vh - 125px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing-content.main-section-padding {
    padding-left: 48px;
    padding-right: 48px;
}

#bannerSect {
    background-color: rgba(41, 41, 41, 0.3);

    /* background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.1) 100%); */
}

/* .banner-heading {
    color: #F2A900;
} */

.landing-content .banner-summary-text {
    color: #fff !important;
}

#myVideo {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

.country-map:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

.country-names p {
    font-size: 14px;
    font-style: italic;
    color: #707070;
}

.country-names a {
    text-decoration: none;
}

.country-names {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
}

.country-names .d-flex:hover {
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.country-names .d-flex:hover .c-data {
    opacity: 1;
    color: #fff;
}

.disclaimer-text {
    font-size: 11px;
    margin-bottom: 0px;
}

.disclaimer-title {
    background-color: #ededed;
    margin-bottom: 4px;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

#headingOne .accordion-button {
    padding: 5px;
    font-size: 12px;
    pointer-events: none;
}

#headingOne .accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

#map {
    background-color: #181f28;
    height: 500px !important;
    /* max-height: 720px; */
}

.mappopup {
    width: 200px;

}

.mappopup ul {
    list-style-type: none !important;
    padding-left: 0px !important;
}

.mappopup ul li span.numberdata {
    /* border: 1px solid red !important; */
    position: absolute;
    right: 6px;
}


.mapscaleholder {

    margin: 0 auto;
    display: -webkit-inline-box;
    margin-top: 5%;
}

.mapscaleholder>p {
    margin-bottom: 5px !important;
    text-align: center;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
}

.legend.leaflet-control,
.leaflet-control-attribution {
    display: none !important;
}

/* .map-content {
    height: calc(100vh - 120px) !important;
} */

.verticalflagholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 500px;
    margin-top: 14%;
    margin-bottom: 16px;
    margin-left: -4%;
}

#mapSection .stoptblogo {
    max-width: 80%;
}

/* floating gotop css */
.go-to-top {
    background-color: rgba(255, 255, 255, .7);
    background-color: #ffcb24;
    color: #d50032;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    padding: 5px;
    display: block;
    /* width             : 30px;
    height               : 30px; */
    z-index: 99999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.go-to-top span {
    font-size: 12px;
    color: #212529;
}

.go-to-top:hover i {
    color: #d50032;
}

.go-to-top:hover span {
    color: #d50032;
}


.floating-icon {
    position: fixed;
    z-index: 9;
    bottom: 47px;
    right: 25px;
    padding: 5px;
    border-radius: 50px;
    width: 50px;
    height: auto;
}

/* swiper css */
#partnerlogo .swiper {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}



#partnerlogo .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#partnerlogo .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    /* aspect-ratio: 3/2;
    max-height: 70px; */
}

#partnerlogo .swiper-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#partnerlogo .swiper-button-next,
.swiper-button-prev {
    color: #212529;
}

#partnerlogo .swiper-button-next:after,
.swiper-button-prev:after {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    display: inline;
    padding: 7px 10px;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50px;
    /* background: #869791; */
}

.mygallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.myvideogallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mynigeriavideogallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.mynigeriagallerySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 50px;
    background-color: #869791;
}

.swiper.mygallerySwiper .swiper-pagination-bullet,
.swiper.myvideogallerySwiper .swiper-pagination-bullet,
.swiper.mynigeriagallerySwiper .swiper-pagination-bullet,
.swiper.mynigeria videogallerySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.verticalflagholder .swiper-button-prev {
    top: 0px;
    transform: rotate(90deg);
    margin: 0 auto;
    /* margin-left:calc(50% - 40px); */
    margin-top: -7px;
    display: block;
    left: 0px;
    width: 100%;
    text-align: center;
}

.verticalflagholder .swiper-button-next {
    bottom: 0px;
    transform: rotate(90deg);
    margin: 0 auto;
    /* margin-left:calc(50% - 40px); */
    margin-top: auto;
    display: block;
    left: 0px;
    width: 100%;
    text-align: center;
}

.verticalflagholder .swiper-button-next i,
.verticalflagholder .swiper-button-prev i {
    color: #fff;
    font-size: 40px;
}

.map-section-flag {
    height: 500px;
    overflow: auto;
}

/* new css */

.subheading {
    font-size: 30px;
    line-height: 41px;
}

.second-subsection {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.second-mainsection {
    position: relative;
    margin-top: -44px;
}

.second-mainsection h4 {
    font-weight: bold;
    color: #595959;
    /* font-size: 30px; */
    font-size: clamp(1.875rem, 0.313vw + 1.813rem, 2.188rem);
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
}

.second-mainsection p {
    color: #595959;
    font-weight: 700;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    /* font-size: 18px; */
    font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem);
    margin-top: -8px;
}

.second-mainsection .main-icons img {
    max-width: 60px;
}

.second-mainsection .main-icons img.img-people {
    max-width: 50px !important;
}

#clmframework .main-heading,
#featurecardsmaindiv .main-heading,
#resourcesection .main-heading,
#bannerSect1 .main-heading,
#community-dashboardsection .main-heading {

    color: #2C2E43 !important;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
}

#community-dashboardsection p {
    font-family: Lato;
    font-size: 18.67px;
    font-weight: 400;
    /* line-height: 22px; */
    text-align: left;
    color: #fff;
}

.second-subsection h4 {
    text-align: center;
    color: #F2A900;
    font-weight: bold;
    font-size: 61px;
}

.second-subsection p {
    text-align: center;
    /* color: #000; */
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}

.main-heading {
    /* border-bottom: 2px solid #ffcb25; */
    font-family: "Poppins", sans-serif !important;
    /* letter-spacing: 0.5px; */
    letter-spacing: 0.07em !important;
    padding-bottom: 10px;
    /* font-size: 30px; */
    font-size: clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem) !important;
    font-weight: 700 !important;
    text-align: center;
}

.one-box {
    width: 30px;
    height: 20px;
    border-radius: 5px;
}

.one-box {
    background-color: #EC7E2F;
}

.two-box {
    background-color: #FEC200 !important;
}

.three-box {
    background-color: #025E6A !important;
}


#clmframework,
#featurecardsmaindiv {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(../images/newimages/frameworkbg.jpg); */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../images/newimages/frameworkbg.jpg');
    min-height: 200px;
    /* margin-bottom: 4%; */
}

#clmframework p,
#featurecardsmaindiv p,
#featurecardsmaindiv ul li {
    /* font-size: 14px !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);

}

#featurecardsmaindiv p,
#featurecardsmaindiv ul li {
    /* font-size: 14px !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #595959 !important;
}

#lastscrollsection {
    /* background-attachment: fixed; */
    background-position: center;
    /* height: calc(100vh - 20px); */
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/slider_first_img.png);
    height: 430px;
    margin-top: 8%;
    margin-bottom: 8%;
}

.tab-image {

    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-image img {
    width: 400px;
    height: 400px;
}

#clmframework h4 {
    font-size: 40px;
    white-space: pre-line;
    color: #fff;
}

#clmframework .sub-lastsection,
#featurecardsmaindiv .sub-lastsection {
    margin-top: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sub-lastsection {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* slider year css  */
.rightbox {
    /* padding: 0em 34rem 0em 0em; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rb-container {

    width: 50%;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
    padding-top: 47px;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 9em;
    min-height: 50px;
    border-left: 1px solid #000;
    padding: 0 0 50px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid #000;
    border-radius: 500%;
    /* background: #212529; */
    height: 35px;
    width: 35px;
    transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
    color: #212529;
    position: relative;
    width: 100px;
    font-size: 18px;
    font-weight: bold;
}

.timestamp2 {
    color: #ffcb25 !important;
}

.scrollertab-section li {
    list-style: none;
}

.round_c {
    -webkit-animation: 10s round_image infinite linear;
    animation: 10s round_image infinite linear;
}

@keyframes round_image {
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.scrolltabsection .card.bg-dark {
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20% !important;
    background-image: url(../images/icons/right.png);
    /* background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(../images/icons/right.png); */
    height: 100px;
    background-position-x: 95%;
}

.scrolltabsection .card.bg-dark.cardtwo {
    background-image: url(../images/icons/information.png) !important;
}

.scrolltabsection .cardtwo .card-body {
    background-color: rgb(57 118 176 / 49%) !important;
    border-color: rgb(57 118 176 / 49%) !important;
}

.scrolltabsection .cardthree .card-body {
    background-color: rgb(0 140 160 / 49%) !important;
    border-color: rgb(0 140 160 / 49%) !important;
}

.scrolltabsection .cardfour .card-body {
    background-color: rgb(65 65 65 / 49%) !important;
    border-color: rgb(65 65 65 / 49%) !important;
}

.scrolltabsection .cardfive .card-body {
    background-color: rgb(242 169 0 / 49%) !important;
    border-color: rgb(242 169 0 / 49%) !important;
}

.scrolltabsection .card.bg-dark.cardthree {
    background-image: url(../images/icons/placeholder.png) !important;
}

.scrolltabsection .card.bg-dark.cardfour {
    background-image: url(../images/icons/connected.png) !important;
}

.scrolltabsection .card.bg-dark.cardfive {
    background-image: url(../images/icons/involved.png) !important;
}


.scrolltabsection #pills-tab .row {
    width: 100%;
}

.scrolltabsection a {
    text-decoration: none;
}

.scrolltabsection #pills-tab .card-body {
    background-color: #d500327d;
    border-color: #d500327d;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scrolltabsection .card-title {
    width: 80%;
    margin-bottom: 0px
}

#lastscrollsection .card {
    position: absolute;
    top: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lastscrollsection .tab-pane {
    width: 64%;
    margin: 0 auto;
}

#lastscrollsection .card {
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fdf3d3;
    font-weight: 400;
}

#lastscrollsection .card ul {
    margin-bottom: 0px;
}

#lastscrollsection .card ul li {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

/* .info-section{
    padding-top: 60px !important;
    padding-bottom: 0px;
} */

#owl-demo .item,
#owlprogram-demo .item,
#owlclimate-demo .item,
#owlinfra-demo .item,
.owlDefaultCarousel .item
/* #owlprogram-demo1 .item */

    {
    margin: 3px;
}

#owl-demo .item img,
#owlprogram-demo .item img,
#owlclimate-demo .item img,
#owlprogram-demo1 .item img,
#owlclimate-demo .item img,
#owlphoto-demo .item img,
#owlevent-demo .item img,
#owlresource-demo .item img,
#owldataphoto-demo .item img,
#owltestimonal-demo .item img,
#owlprogram-stakedemo .item img,
.owl-carousel-section .item img,
.owlDefaultCarousel .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

#owlprogram-demo p,
#owlprogram-demo1 p,
#owlclimate-demo p,
.owlDefaultCarousel p {
    color: #fff;
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
}

#owlprogram-demo1 p {
    font-size: clamp(1.25rem, 0.298vw + 1.19rem, 1.563rem) !important;
}

.interface_area .interface_slider h3 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}

.btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-main .btn-dashboard {
    color: #Fff;
}

.logo-section img {
    margin-bottom: 4%;
    width: 40%;
    aspect-ratio: 2/2;
    object-fit: contain;
}

.logo-section .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.logo-section p {
    text-align: center;
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
}

.logo-section h5 {
    /* font-size: 16px; */
    /* font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem); */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

/* Case study css */

.heading-section {
    /* position: relative; */
    color: #fff;

    font-size: 26px;
    font-weight: 700 !important;
}

.caseestudy-section {
    position: relative;
    z-index: 0;
}

#casestudy-section .card {
    height: 270px !important;
    margin-left: 8%;
}


#casestudy-section .btn.btn-primary,
.btn-info {
    font-size: 12px;
    background-color: #ffcb25 !important;
    border-color: #ffcb25 !important;
    color: #000 !important;
}


#casestudy-section .card-title {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    height: 100px;
}

.caseestudy-section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 300px;
}

.caseestudy-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    height: 300px;
    background: gray;
    opacity: .8;
}

.maincase-study p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.maincase-study a {
    text-decoration: none !important;
}

#owlphoto-demo .owl-prev,
#owlevent-demo .owl-prev,
#owlresource-demo .owl-prev,
#owldataphoto-demo .owl-prev,
#owlprogram-demo .owl-prev,
#owlclimate-demo .owl-prev,
#owlprogram-stakedemo .owl-prev,
#owlprogram-familydemo .owl-prev,
.owl-carousel-section .owl-prev,
.owlDefaultCarousel .owl-prev {
    left: 7px;
    top: 45%;
    position: absolute;
}


.stakemodal img {
    height: 300px !important;
}

#stakeholdersection .stakemodal button.btn-close {
    background-color: transparent !important;
}

/* #owlprogram-stakedemo img{
        object-fit: cover !important;
    } */

#owlphoto-demo .owl-next,
#owlevent-demo .owl-next,
#owlresource-demo .owl-next,
#owldataphoto-demo .owl-next,
#owlprogram-demo .owl-next,
#owlclimate-demo .owl-next,
#owlprogram-stakedemo .owl-next,
#owlprogram-familydemo .owl-next,
.owl-carousel-section .owl-next,
.owlDefaultCarousel .owl-next {
    right: 7px;
    top: 45%;
    position: absolute;
}

#owlphoto-demo .owl-controls .owl-buttons div,
#owlevent-demo .owl-controls .owl-buttons div,
#owlresource-demo .owl-controls .owl-buttons div,
#owldataphoto-demo .owl-controls .owl-buttons div,
#owlprogram-demo .owl-controls .owl-buttons div,
#owlclimate-demo .owl-controls .owl-buttons div,
#owlprogram-stakedemo .owl-controls .owl-buttons div,
#owlprogram-familydemo .owl-controls .owl-buttons div,
.owl-carousel-section .owl-controls .owl-button div,
.owlDefaultCarousel .owl-controls .owl-buttons div {
    opacity: inherit !important;
}

#owlphoto-demo .item img
 {
    max-width: 90%;
    margin: 0 auto;
}

#owlevent-demo .item img,
.owl-carousel-section .item img{
    max-width: 94% !important;
    margin: 0 auto;
}

#owldataphoto-demo .item img,
#owldataphoto-demo .item button {
    /* max-width: 30% !important; */
    margin: 0 auto;
}

#owldataphoto-demo .item button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#owldataphoto-demo .item .btn-img {
    background-color: #00acb1 !important;
    border-color: #00acb1 !important;
    border-radius: 50%;
    border-width: 0px;
}

#owldataphoto-demo h4.date-heading {
    font-size: clamp(1.875rem, 0.595vw + 1.756rem, 2.5rem) !important;
}

#owldataphoto-demo .item img {
    padding: 20px;
}

#owltestimonal-demo .img-section {
    display: flex;
    justify-content: center;
    align-items: center;
}


#owltestimonal-demo .item {
    margin: 10px;
}

#owlphoto-demo p,
#owlevent-demo p,
.owl-carousel-section p {
    padding-top: 10px;
}

#owlphoto-demo .item-details,
#owlevent-demo .item-details,
#owldataphoto-demo .item-details,
.owl-carousel-section .item-details {
    color: var(--color-black);
    padding: 20px 21px;
    text-align: left;
}

#owldataphoto-demo .date-heading {

    text-align: center !important;
}

#owldataphoto-demo .item-details {
    color: var(--color-black);
    padding: 20px 21px;
    text-align: center;
}

#owlphot-demo .owlphoto-demo {
    padding-left: 30px;
    padding-right: 30px
}

/* Resource Section css */

#resourceSect .resource-text-sect {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.resource-text-sect h5 {
    font-size: 1rem;
    color: #212529;
    font-weight: normal;
    font-family: "Poppins", sans-serif !important;
}

.resource-res-wrap img {
    /* height       : 100%; */
    object-fit: cover;
    /* width        : 100%; */
    max-width: 100%;
    height: auto;
    /* height       : 210px; */
    border-radius: 6px;
    border: 1px solid #e4e4e4;
}

.resource-text-sect p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0px;
    color: #373737;
    font-size: 0.825rem;
    margin: 15px 0;
    font-weight: 400;
    text-align: justify;
    font-family: "Museo Sans Thin" !important;
}

.resource-text-sect h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}


#testimonal-section .testimonial-thumb img {
    /* width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 30px; */
    /* border: 5px solid #eff0f3; */
    /* margin-top: -5px; */
    object-fit: cover;
}

/* #testimonal-section .card{
    max-height: 500px;
    overflow-y: auto;
} */

/* #testimonal-section .client-info {
    margin-bottom: 20px;
} */

#testimonal-section .client-info h4 {
    margin-bottom: 0px;
}

#testimonal-section .client-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 21px;
}

#testimonal-section .client-info p {
    clear: both;
    background: transparent;
    color: #fff;
    /* font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem); */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    margin-bottom: 0px !important;
}

#testimonal-section i {
    bottom: -20px;
    color: #ffcb25;
    opacity: .7;
    position: absolute;
    right: 46px;
    font-size: 60px;
}

#testimonal-section .testimonial-thumb {
    float: left;
}

#testimonal-section .item .img.img-responsive {
    object-fit: contain;
    max-height: 300px;
    border-radius: 10px;
}

#testimonal-section span {
    /* font-size: 14px; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #fff;
}

#testimonal-section h4 {
    color: #04b9d5 !important;
    font-size: 20px;

}

/* #testimonal-section .item{
    margin-left: 8%;
} */

/* event section css */

#eventSect .card-date {
    position: absolute;
    background: #ffcb25;
    text-align: center;
    padding: 10px;
    color: #000;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

#eventSect .card-date span {
    font-size: 40px;
}


#eventSect .card-img-top {
    object-fit: cover;
    max-height: 300px;
}

#eventSect .eventmainsection {
    height: 411px;
    overflow-y: hidden;

}

.eventmainsection .card {
    box-shadow: 0px 15px 60px rgba(62, 62, 62, 0.102) !important;
    margin-bottom: 25px;
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
}

.eventmainsection .card .card-title {
    font-size: 18px;
}

.eventmainsection .card p span {
    color: #5c5c77;
    font-size: 13px;
}

.eventmainsection .card p i {
    color: #eeb600 !important;
}

/* Youtube video player */

.oiytvideo {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;
}


#resourceSect .btn.btn-primary {
    font-size: 12px;
    background-color: #ffcb25 !important;
    border-color: #ffcb25 !important;
    color: #000 !important;
}

.resource_div_row .card {
    margin-bottom: 25px;
}

.redbg {
    background-color: #ff274a;
    display: flex;
    align-items: center;
}

.featurecarddiv {
    background: #fff !important;
    padding: 1rem 1rem;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.singlefeaturediv {
    margin-bottom: 20px;
}

#mySwiperCasestudy img {
    max-width: 30%;
}

/* App Feature Mobile view design style starts */

.scrolltabsection #pills-tab {
    width: 256px;
    height: 520px;
    border: 1px solid #101315;
    border-radius: 30px;
    box-shadow: inset 0 0 4px 2px #b0b8c0, inset 0 0 0 6px #272c31;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fdf3d3;
}

.scrolltabsection #pills-tab .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.scrolltabsection ul .card {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 80px !important;
}

.scrolltabsection .card-title {
    font-size: 16px !important;
}

.device-stripe::after,
.device-stripe::before {
    border: solid rgba(1, 1, 1, .25);
    border-width: 0 7px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.device-stripe::after {
    top: 85px;
}

.device-stripe::before {
    bottom: 85px;
}

.device-header {
    background: #010101;
    border-radius: 20px;
    height: 21px;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    top: 29px;
    width: 75px;
    margin-top: -12px;
}

.device-sensors::after,
.device-sensors::before {
    content: "";
    position: absolute;
}

.device-sensors::after {
    /* background: #010101; */
    border-radius: 17px;
    height: 19px;
    left: 50%;
    margin-left: -34px;
    top: 30px;
    width: 74px;
    margin-top: -12px;
}

.device-sensors::before {
    background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
    height: 9px;
    left: 50%;
    margin-left: 20px;
    top: 24px;
    width: 9px;
}

.device-btns {
    background: #1b1721;
    border-radius: 2px;
    height: 32px;
    left: -2px;
    position: absolute;
    top: 115px;
    width: 3px;
}

.device-btns::after,
.device-btns::before {
    background: #1b1721;
    border-radius: 2px;
    content: "";
    height: 62px;
    left: 0;
    position: absolute;
    width: 3px;
}

.device-btns::after {
    top: 60px;
}

.device-btns::before {
    top: 140px;
}

.device-power {
    background: #1b1721;
    border-radius: 2px;
    height: 100px;
    position: absolute;
    right: -2px;
    top: 200px;
    width: 3px;
}

.device-home::after,
.device-home::before {
    border: solid rgba(1, 1, 1, .25);
    border-width: 6px 0;
    content: "";
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 9;
}

.device-home::after {
    right: 86px;
    top: 0;
}

.device-home::before {
    bottom: 0;
    left: 86px;
}

/* App Feature Mobile view design style ends */

/* .navbar-brand .stopTB-logo{
    padding-top: 10px;
} */

/* new theme css */

.bg-black {
    background-color: #2C2E43 !important;
}

.second-mainsection .main-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.second-mainsection .main-section-part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.second-mainsection .dot {
    height: 80px;
    width: 80px;
    background-color: #ffc000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}


#clmframework .dot {
    height: 120px;
    width: 120px;
    background-color: #222a35;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    /* margin-bottom: 17px; */
}

#clmframework .card.maincardone {
    width: 180px !important;
    height: 178px;
    font-size: 14px;
    margin: 30px;
    border-radius: 15%;
}

#clmframework .hd {
    position: absolute;
    /* width: auto; */
    top: -114px;
    left: -340px;
    /* code added for animation */
    width: 345px;
    height: 320px;
    white-space: nowrap;
    transition: left 0.3s ease;
    overflow: hidden;
}

#example-i,
#example-ii,
#example-iii,
#example1-i,
#example1-ii,
#example1-iii,
#example2-i,
#example2-ii,
#example2-iii,
#example3-i,
#example3-ii,
#example3-iii {
    width: 100%;
    height: 100px;
}


#clmframework .hd.secondrowcardone {
    bottom: 0px;
    top: auto !important;
}

#clmframework .cardone,
#featurecardsmaindiv .cardone {
    background-color: #ff274a !important;
    border-color: #ff274a !important;
    color: #fff !important;
}

#clmframework .cardtwo,
#featurecardsmaindiv .cardtwo {
    background-color: #00acb1 !important;
    border-color: #00acb1 !important;
    color: #fff !important;
}

#clmframework .cardthree,
#featurecardsmaindiv .cardthree {
    background-color: #0070c0 !important;
    border-color: #0070c0 !important;
    color: #fff !important;
}

#clmframework .cardfour,
#featurecardsmaindiv .cardfour {
    background-color: #d9a81d !important;
    border-color: #d9a81d !important;
    color: #fff !important;
}

#clmframework h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 19px;
    color: #fff;
}

#clmframework .button-position {
    position: absolute;
    left: -51px;
    top: 30px;
}

#clmframework .second-rowsection .button-position p {
    text-align: end;
}

#clmframework .second-rowsection .button-position {
    right: -16px !important;
    left: auto;
}

#clmframework .second-rowsection .inner {
    right: -79px;
    left: auto !important;
}

/* #clmframework .second-rowsection .button-position .card{
  left: auto;
    right: -426px;
} */

#clmframework .second-rowsection .button-position .hd {
    left: auto;
    right: -384px
}

#clmframework .secondcardsection .button-position {
    top: 128px !important;
}

.hd p {
    text-align: left !important;
}

.inner {
    background-color: gainsboro;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -81px;
    display: none;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
}

#clmframework .button-position .card {
    /* position: absolute;
    top: -56px;
    left: -203px; */
    display: none;
    /* bottom: 0;
     */

}

#clmframework .hd p,
#clmframework .hd ul li {
    font-size: 12px !important;
}

#clmframework .hd img {
    max-width: 35px;
}

#clmframework .hd .cardthree,
#clmframework .hd .cardtwo,
#clmframework .hd .cardfour {
    width: 347px;
}

#clmframework .button-position .card {
    overflow: auto;
}

/* #clmframework .button-position .card p{
  color: #272c31;
} */

.button-position button.upperleft {
    background: #b31f38;
    display: inline-block;
    height: 50px;
    margin-left: 42px;
    margin-top: 19px;
    position: relative;
    width: 50px;
    transform: rotate(270deg);
    border: 1px solid #b31f38;
    border-width: inherit;
}

.second-rowsection .button-position button.upperleft.upperright {
    background: #0c686c !important;
    border: 0px solid #0c686c !important;
    border-width: inherit;
}

.last-cardsection .button-position button.upperleft.upperright {
    background: #997617 !important;
    border: 0px solid #997617 !important;
    border-width: inherit;
}

.last-cardsection .button-position button.upperleft.upperright::before {
    border-bottom: 35px solid #997617 !important;
}

.second-rowsection .button-position button.upperleft::before {
    border-bottom: 35px solid #0c686c !important;
}


.button-position button.upperleft.upperright {
    transform: rotate(90deg) !important;
    margin-left: -12px !important;

}

.secondcardsection .button-position button.upperleft {
    background: #002060 !important;
    border: 0px solid #002060;
    border-width: inherit;
}

.secondcardsection .button-position button.upperleft::before {
    border-bottom: 35px solid #002060 !important;
}

.button-position button.upperleft:before {
    border-bottom: 35px solid #b31f38;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -35px;
    width: 0;
}

.button-position .fa.fa-angle-double-left {
    transform: rotate(90deg);
    font-size: 34px;
    color: #fff;
    /* margin-bottom: 21px; */
    position: absolute;
    top: -10px;
    bottom: 43px;
}

.button-position p {
    color: #Fff;

}

.button-position .para-click {
    margin-top: 6px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
}

/* story carousel css */

#impactstory p {
    color: #Fff;
    text-align: justify;
    /* font-size: 18px; */
    font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
}

#carouselExample img {
    border-radius: 4px;
}

/* read more carousel css */
#readMore1,
#readMore2,
#readMore,
#readMore3,
#readMore4,
#readMore5,
#readMore6,
#readMore7,
#readMore8,
#readMore9,
#readMore10,
#readMore11,
#readMore12,
#readMore13,
#readMore14,
.maincase-study button {
    appearance: none;
    border: none;
    box-shadow: none;
    background: transparent;
    color: #FF5A5F;
    font-size: 13px;
    font-family: Lato !important;
    /* border-bottom: 1px solid #fff; */
    padding: 0px;
    text-align: right;
    /* margin: auto 0; */
    display: block;
}

.maincase-study span.small-date {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #fff !important;
}

.modal.casemodal p {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
    color: #2C2E43 !important;
}

.modal.modal.casemodal .modal-title {
    color: #FF5A5F;
    font-size: 20px !important;
}

.modal.casemodal .modal-content {
    /* background-color: #010101 !important; */
    background-color: #FFFDF7;
}


.modal.casemodal h6 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.modal.casemodal h5 {
    font-family: Poppins;
    font-size: 21.33px;
    font-weight: 700;
    /* line-height: 21.33px; */
    text-align: left;
}


.modal.casemodal h3 {
    font-family: Lato;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #FF5A5F;
}

.modal.casemodal a {
    color: #FF5A5F !important;
}

.modal.casemodal .btn-close:hover,
.modal.casemodal .btn-close {
    color: #2C2E43 !important;
    opacity: 1;
    /* filter: brightness(0) invert(1); */
}



.modal.casemodal img {
    object-fit: cover;
    border-radius: 4px;
}

.read,
.read1,
.read2,
.read3,
.read4,
.read5,
.read6,
.read7,
.read8,
.read9,
.read10,
.read11,
.read12,
.read13,
.read14 {
    overflow: hidden;
    transition: all 0.3s;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-less,
.read1-less,
.read2-less,
.read3-less,
.read4-less,
.read5-less,
.read6-less,
.read7-less,
.read8-less,
.read9-less,
.read10-less,
.read11-less,
.read12-less,
.read13-less,
.read14-less {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#owlphoto-demo .date-heading,
#owlevent-demo .date-heading,
#owldataphoto-demo .date-heading,
.owl-carousel-section .date-heading {
    color: #FF5A5F;
    text-align: left;
    font-size: 18px;
}

.date-font-heading {
    font-family: Lato !important;
    font-size: 21.33px;
    font-style: italic !important;
    font-weight: 300 !important;
    line-height: 21.33px;
    text-align: left;
}

#casestudy-section p,
#events-section p,
.country-profile-section p {
    /* font-size: 14px !important; */
    font-family: Lato !important;
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
}

.owl-carousel-section .item-details{
    padding-left: 10px !important;
}

#owlphoto-demo .btn-container,
#owlevent-demo .btn-container,
.owl-carousel-section .btn-container{
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
}

.btn-container button {
    font-size: 14px !important;
}

#timelinesection p {
    color: #fff;
    font-size: 18px !important;
}

#timelinesection #pills-tab button,
#clmapproach #pills-tab button {
    background-color: transparent !important;
    color: #fff;
    z-index: 999;
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

#timelinesection #pills-tab .fa.fa-circle {
    font-size: 40px;
    color: #ed7d31;
}

#timelinesection .fa.fa-circle path {
    stroke: white;
    stroke-width: 30px;
}

#timelinesection #pills-tab .fa.fa-circle.yellow-circle {
    color: #ffc000;

}

#timelinesection #pills-tab .fa.fa-circle.green-color {
    color: #00acb1;
}

#timelinesection .main-tab-section li {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
}

#timelinesection h5 {
    color: #ffc000;
    margin-top: 30px;
}

#timelinesection .border-timeline {
    position: absolute;
    width: 100%;
    top: 42px;
}

#timelinesection #pills-tab .nav-link.active .fa.fa-circle {
    font-size: 70px !important;
}

#timelinesection .border-timeline {
    background:
        linear-gradient(to left,
            #00acb1 0,
            #00acb1 33.3%,
            orange 33.3%,
            orange 66.6%,
            #ed7d31 66.6%,
            #ed7d31)no-repeat;
    background-size: 100% 3px;
    height: 3px;
}

#clmapproach .border-timeline {
    background-size: 100% 3px;
    height: 3px;
    border-bottom: 2px solid #97958F;
    border-bottom: 2px solid #97958F;
    top: 53px;
    position: absolute;
    width: 100%;
}

#clmapproach #pills-tab button {
    background-color: #fff !important;
    color: #fff;
    z-index: 999;
    position: sticky;
}

#mobilesection p {
    color: #fff;
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem) !important;
}

#mobilesection img {
    border-radius: 4px;
}

#mobilesection video,
#community-dashboardsection video,
#introcarousel video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#mobilesection .family-rightsection {
    margin-right: 50px !important;
    width: 80%;
}

#mobilesection .demo1 img {
    height: 60px;
}

.familyModal .modal-content {
    background-color: #181f28;
}

.familyModal .modal-title {
    color: #fff !important;
}

.familyModal .btn-close:hover,
.familyModal .btn-close {
    color: #fff !important;
    opacity: 1;
    filter: brightness(0) invert(1);
}

#mobilesection .familyModal p {
    font-size: 12px !important;
    margin-bottom: 0% !important;
    color: #000;
}

#mobilesection .familyModal .modal-body button,
#mobilesection .familyModal .modal-body button:hover {
    border-radius: 50px;
    box-shadow: none !important;
    background-color: #ffcb24 !important;
    border-color: #ffcb24 !important;
    box-shadow: none;
}

.familyModal .icon-img img {
    max-width: 20px;
    object-fit: cover;
}

.familyModal .icon-img {
    margin-bottom: 12px;
}

#community-dashboardsection .imgdash-section img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px;
}

#community-dashboardsection h5 {
    color: #ffc000 !important;
    font-size: clamp(1.313rem, 0.119vw + 1.289rem, 1.438rem);
}

#community-dashboardsection ul li {
    color: #fff !important;
    font-size: clamp(0.938rem, 0.179vw + 0.902rem, 1.125rem);
}


.modal .modal-video,
.modal .modal-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#community-dashboardsection .main-dashimg {
    max-width: 26px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

#community-dashboardsection .main-comdashboardsection a {
    color: #fff !important;
    font-size: 0.875rem !important;
}

/* .modal-backdrop{
    z-index: -1 !important;
   } */

#digitalframework .main-heading {
    color: #595959 !important;
}

#digitalframework .nav-link {
    /* font-size: 18px !important; */
    font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem) !important;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
}

#digitalframework button {
    background-color: transparent;
    /* white-space: pre-line; */
    width: 33.3%;

}

#digitalframework .nav-pills .nav-link.active,
#digitalframework .nav-tabs .nav-link.active {
    color: #04b9d5 !important;
}

#digitalframework h6 {
    color: #04b9d5 !important;
    /* font-size: 18px; */
    font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem) !important;
}

#digitalframework .nav-pills .nav-link,
#digitalframework .nav-tabs .nav-link {
    color: #5f5f54;
}

#digitalframework p {
    color: #595959;
    /* font-size: 18px; */
    /* font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem) !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

#digitalframework .img-bg {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 300px;

}


#resourcesection h4,
#nigeriapartners h5 {
    color: #ffc000;
}

#nigeriapartners .nigeriaparadiv {
    font-size: 24px !important;
}

#nigeriapartners .quote-span {
    position: absolute;
    margin-top: -7px;
    font-size: 18px;
}

#nigeriapartners .quote-text {
    margin-left: 22px;
}

#resourcesection h4 {
    color: #2C2E43 !important;
    font-size: 18px;
    font-weight: 700;
}

.lasttextdiv {
    margin-top: 75px;
}

#resourcesection .main-resourcesection-part span {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #00ACB1 !important;
    /* font-style: italic; */
}

#resourcesection img {
    border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 260px;
    object-fit: fill;
    border: 3px solid #2C2E43;
}

.pointer-none {
    pointer-events: none;
}

#resourcesection p {
    color: #595959;
    /* font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem) !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#resourcesection .resourceParaSection{
    height: 78%;
}

#resourcesection .read-more p {
    color: #ffc000 !important;
    margin-bottom: 0px;
}

#resourcesection .read-more button {
    background-color: transparent;
    border-color: transparent;
    color: #FF5A5E !important;
}

#resourcesection input {
    box-shadow: none;
}

/* contact us css */


#eventSect small {
    font-weight: 400;
    line-height: 1;
    color: #777;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#eventSect .card {
    background-color: #f7f4f4;
    /* height: 530px; */
}

#eventSect .input-md {
    height: 40px;
    padding: 4px 10px;
    font-size: 14px;
}

#eventSect label {
    font-weight: 400 !important;
    font-size: 13px;
    color: #747474;
}

#eventSect button,
#eventSect button:hover {
    background-color: #2EC4B6 !important;
    border-color: #2EC4B6 !important;
    font-size: 12px;
    color: #fff !important;
    border-radius: 30px;
}

.dashboardFrame {
    width: 100%;
    height: 800px;
}

#footerSect {
    background-color: #2C2E43 !important;
}

.footer-red-section a {
    text-decoration: none;
    color: #fff;
}

.footer-red-section h4 {
    color: #fff;
}

#footerSect .logo-footer {
    max-width: 160px;
    object-fit: cover;
}

#footerSect .impactlogo {
    width: 175px !important;
    position: absolute;
    margin-left: 0px;
    left: -10px;
    bottom: 0px;
    /* margin-bottom: -11px; */
    /* transform: rotate(87deg); */
}



#footerSect .nigeria-footerimg {
    max-width: 240px;
    object-fit: cover;
}

#footerSect .footer-first-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

/* country section css */

#nigeriabannersect {
    /* background-image: url(../images/newimages/Images) !important; */
    background-image: linear-gradient(to bottom, #5959599e, #5959599e),
        url(../images/newimages/Images/DHDC\ national\ Testing\ week\ 2.JPG);
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    min-height: 385px !important;
}

#mozbannersect {
    /* background-image:    linear-gradient(to bottom, #5959599e, #5959599e),   
    url(../images/newimages/nigeria/nigeria-cover.jpg); */
    background-image: linear-gradient(to bottom, #0f0f0f3d, #0f0f0fe0), url(../images/newimages/nigeria/nigeria-cover.jpg);
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    min-height: 385px !important;
}

#nigeriastory p,
#mozstory p,
#nigeriastory ul li,
#mozstory ul li {
    color: #fff;
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

#nigeriastory img,
#mozstory img,
#nigeriapartners img,
#nigeriastory video,
#mozstory video {
    border-radius: 4px;
    object-fit: cover;
}

#nigeriapartners span {

    color: #5f5f54;
}

.lasttextdiv.lastmozdiv {
    margin-top: 34px;
}

#nigeriapartners p {
    color: #595959;
    /* font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem); */
    font-size: 20px;
}

#nigeriapartners {
    margin: 50px;
    margin-top: -44px;
    background-color: #fff !important;
}

.mozjourney .journeybaloonholder.year2016 {
    bottom: 3px !important;
}

.mozjourney .journeybaloonholder.year2016 .marker {
    margin-left: -36px;
}

.mozjourney .journeybaloonholder.year2019.year2023 {
    bottom: 99px !important;
    margin-left: 569px;
}

.mozjourney .journeybaloonholder.year2019.year2023 .marker {
    margin-left: -32px;
    margin-bottom: 19px;
}

.mozjourney .year2023 .description {
    width: 80% !important;
}

.mozjourney .journeybaloonholder.year2019.yearlast {
    bottom: 292px !important;
}

/* image grid style */



.gallery img {
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 100%;
    object-fit: cover;
}



.gallery img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
}


#nigeriascreenlogos h2,
#nigeriascreenlogos p {
    color: #fff;
}

#photogallerysection span,
.nigeriaphotogallery span,
#nigeriajourney span {
    color: #5f5f54 !important;
}

#photogallerysection img {
    border-radius: 4px;
}



#mapSection img {
    width: 100%;
    max-width: 50px;

}

#mapSection .map-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#mapSection .card {
    background-color: #686C71;
    color: #fff;
    padding: 11px;
}

#mapSection .card a {
    color: #ffcb25 !important;
    font-style: italic;
}

#mapSection .card p {
    /* font-size: 14px !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

#mapSection h4 {
    color: #ffcb25 !important;
    font-weight: 400;
    margin-top: 5px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

#mapSection h5 {
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    font-size: 30px;
}

.oneimapct-story video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* #implementationstatus img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

#implementationstatus .main-heading,
#countryimplementfeaturecardsmaindiv .main-heading {
    color: #595959 !important;
}


/* mobile country implementation css */

#countryfeaturecardsmaindiv .singlefeaturediv .card,
#countryfeaturecardsmaindiv .singlefeaturediv .cardtwo,
#countryfeaturecardsmaindiv .singlefeaturediv .cardthree {
    background-color: #ed7d31 !important;
}

#countryfeaturecardsmaindiv .singlefeaturediv .cardfour {
    background-color: #ffc000 !important;
}

#countryfeaturecardsmaindiv .singlefeaturediv .cardfive {
    background-color: #00acb1 !important;
}

#countryfeaturecardsmaindiv p {
    color: #595959 !important;
}

/* table country implementation  */
.mobile-statustable {
    overflow-y: auto;
    padding-left: 60px;
    padding-right: 60px;
}

#mobilecountryimplementation .table tbody tr td {
    width: 35%;
}

#mobilecountryimplementation .table {
    text-align: center;
}

#mobilecountryimplementation img {
    max-width: 25px;
    margin-left: 11px;
}

#mobilecountryimplementation .table thead th {
    color: #595959 !important;
    vertical-align: top;
    font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
}

#mobilecountryimplementation table tbody tr td {
    /* font-size: 10px; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #595959 !important;
    vertical-align: middle;
}

#countryimplementfeaturecardsmaindiv img {
    width: 12%;
    margin-left: 10px;
}

#countryimplementfeaturecardsmaindiv p {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #595959 !important;
    /* vertical-align: middle; */
}

#countryimplementfeaturecardsmaindiv .card {
    background-color: #ed7d31 !important;
}

#countryimplementfeaturecardsmaindiv .cardtwo {
    background-color: #d9a81d !important;
}

#countryimplementfeaturecardsmaindiv .cardthree {
    background-color: #00acb1 !important;
}

/* High map
  css */
#container-map-main {
    height: 450px;
    /* min-width: 310px;
    max-width: 800px; */
    margin: 0 auto;
}

#container-map-main .loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

#play-controls {
    text-align: center;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px 0 1em;
}

#play-controls * {
    display: inline-block;
    vertical-align: middle;
}

#play-pause-button {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid silver;
    border-radius: 3px;
    background: #f8f8f8;
}

.timeline-container {
    width: 70%;
    padding: 2.5%;
}

#play-range {
    /* margin: 2.5%; */
    width: 100%;
}

#play-output {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    display: none;
}

#play-controls .timespan {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#play-controls .timespan span {
    color: #fff;
    font-size: 10px;
}

.highcharts-tooltip>span {
    left: 0 !important;
    top: 0 !important;
}

#mapSection h6 {
    color: #fff;
}


/* new css update */
#introcarousel .right-paradiv {
    /* background-color: #00000030; */
    background-color: #0b0b0b;
    width: 100%;
    height: 100%;
    /* padding: 10px; */
}

#owlprogram-demo1 img {
    border-radius: 0% !important;
}

#introcarousel #owlprogram-demo1 .col-right {
    padding-right: 0px;
}

/* 
#introcarousel #owlprogram-demo1 .col-left {
    padding-left: 0px;
} */

#introcarousel h4 {
    color: #fff;
    /* font-size: clamp(2.188rem, 0.298vw + 2.128rem, 2.5rem); */
    font-size: clamp(2.5rem, 0.595vw + 2.381rem, 3.125rem);
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    font-weight: 600;
}

#introcarousel .bg-img {
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), url('../images/newimages/Images/thh-1.jpg');
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    /* min-height: 385px !important; */
}

#introcarousel span {
    color: #ffc000 !important;
}

#introcarousel .right-subdiv {
    background: linear-gradient(to right, #0000008c 0%, #0000008c 50%, #0b0b0b 50%, #0b0b0b 100%);
    width: 100%;
    height: 100%;
    margin-left: -50%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

#introcarousel .intro-rightmaindiv {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-left: 20%;
}

#clmapproach button {
    background: transparent;
    border: 5px solid #00acb1;
    border-radius: 50%;
    padding: 0.3rem !important;
}

#clmcardsmaindiv .redbg,
#clmcardsmaindiv .card {
    background-color: transparent !important;
    border-color: #00acb1 !important;
    color: #fff !important;

}

#clmapproach #clmcardsmaindiv p {
    color: #595959 !important;
}


#clmcardsmaindiv .card-title {
    color: #000 !important;
}

#clmapproach #pills-profile-tab,
#clmcardsmaindiv .cardtwo {
    /* background-color: #ed7d31 !important; */
    border-color: #F4A261 !important;
}

#clmapproach #pills-contact-tab,
#clmcardsmaindiv .cardthree {
    /* background-color: #997617 !important; */
    border-color: #FF5A5F !important;
}

#clmapproach #pills-pilot-tab,
#clmcardsmaindiv .cardfour {
    /* background-color: #ff274a !important; */
    border-color: #3B506B !important;
}

#clmcardsmaindiv img {
    max-width: 100px;
}

#clmapproach #pills-tab img {
    max-width: 60px;

}

#clmapproach #pills-tab button:hover img {

    /* transform: scale(1.2, 1.2); */
    filter: brightness(0) invert(1);
    cursor: pointer;
}

#clmapproach #pills-tab button:hover {
    background-color: #00acb1 !important;
}

#clmapproach #pills-tab #pills-profile-tab:hover {
    background-color: #F4A261 !important;
}

#clmapproach #pills-tab #pills-contact-tab:hover {
    background-color: #FF5A5F !important;
}

#clmapproach #pills-tab #pills-pilot-tab:hover {
    background-color: #3B506B !important;
}

#clmapproach #pills-tab #pills-feedback-tab:hover {
    background-color: #F9C74F !important;
}

#clmapproach .main-tab-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


#clmapproach .clm-tab {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    text-align: center;
}

#clmapproach h4 {
    /* font-size: 22px; */
    font-size: clamp(1.375rem, 0.119vw + 1.351rem, 1.5rem);
    text-align: center;
    height: 55px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
}

#clmapproach p {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
    text-align: center;
    color: #fff !important;
}


#clmapproach h4 {
    color: #00acb1 !important;
}

#clmapproach .second-tab h4 {
    color: #ed7d31 !important;
}

#clmapproach .third-tab h4 {
    color: #FF5A5F !important;
}

#clmapproach .fourth-tab h4 {
    color: #3B506B !important;
}

#clmapproach #pills-tab .nav-item {
    border-radius: 50%;
    /* border: 2px dashed #cecece; */
    padding: 11px
}

#photogallery #pills-tab1 .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #00acb1 !important;
    border-color: #00acb1 !important;

}

#photogallery #pills-tab1 .nav-link {
    background-color: #7f7f7f !important;
    border-color: #7f7f7f !important;
}

#photogallery #pills-tab1 #pills-camera-tab.active {
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

#photogallery #pills-tab1 #pills-video-tab.active {
    border-bottom-right-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#photogallery #pills-tab1 #pills-video-tab {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;

}

#photogallery #pills-tab1 #pills-camera-tab {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#photogallery #pills-tab1 .nav-link {
    color: #fff !important;
    font-size: 20px;
    width: 100px;
}

#photogallery .my-flipster,
#photogallery .my-nigeriaphotoflipster {
    position: relative;
}

#photogallery .my-nigeriaphotoflipster ul li p {
    margin-bottom: 0% !important;
    /* font-size: 20px !important; */
}


#photogallery .bottom-left {
    position: absolute;
    background-color: #0000009c;
    width: 100%;
    bottom: 0px;
    padding: 13px;
    text-align: center;
    color: #fff;
    transform: scale(1);
    font-size: 18px !IMPORTANT;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nigeriaphotogallery .flipster__item img {
    transform: scale(1) !important;
}

/* .nigeriaphotogallery .flipster--carousel .flipster__item--past-2 .flipster__item__content{

 } */

.nigeriaphotogallery .flipster-gallery.photoflipster-gallery {
    width: 100% !important;
}

#photogallery .flipster__item__content {
    position: relative;
}

#photogallery img {
    position: relative;
}

#data-storysection .yellow-p {
    color: #ffc000 !important;
}

#data-storysection .last-cardsection {
    color: #fff;
    font-style: italic;
}

#data-storysection .border-dash {
    border: 2px dashed #cecece;
    border-radius: 50%;
    width: 160px;
    margin: 0 auto;
    padding: 8px;
    max-width: 145px;
}

/* gallery swiper css */
.swiper.mygallerySwiper,
.swiper.mynigeriagallerySwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mygallerySwiper .swiper-slide,
.mynigeriagallerySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
}

.mygallerySwiper .swiper-slide img,
.mynigeriagallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
}

/* gallery swiper css */
.swiper.myvideogallerySwiper,
.swiper.mynigeriavideogallerySwiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.myvideogallerySwiper .swiper-slide,
.mynigeriavideogallerySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: auto;
}

.myvideogallerySwiper .swiper-slide video,
.mynigeriavideogallerySwiper .swiper-slide video {
    display: block;
    width: 100%;
}


.bg-white {
    background-color: #fff;
}


/* stake holder section */

#stakeholdersection .border-stake {
    position: absolute;
    border-top: 1px solid #cecece;
    width: 28%;
    bottom: 51px;
}

#stakeholdersection button {
    position: relative;
    z-index: 99;
}

#stakeholdersection .stakesecondrow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 160px;
    margin-left: 15px;
}

#stakeholdersection .stakesecondnamerow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}


/* #stakeholdersection #first-content .mt-3 p{
    width: 50px;
  } */

.section-one .mt-3 p {
    width: 80%;
    font-size: 18px !important;
}

#stakeholdersection .stakemainrow h4 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
}

#stakemobileholder img {
    max-width: 50px;
}


#stakemobileholder .redbg {
    background-color: #00acb1;
    border-color: #00acb1;
}

#stakemobileholder .cardtwo {
    background-color: #00a027 !important;
    border-color: #00a027 !important;
}

#stakemobileholder .cardthree {
    background-color: #eb2444 !important;
    border-color: #eb2444 !important;
}

#stakemobileholder .singlefeaturediv .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#stakemobileholder p {
    color: #595959 !important;
    font-size: 12px !important;
    width: 100% !important;
}

#stakemobileholder .section-one .one-row .main-head {
    margin-left: 10px;
    font-size: 13px;
}


#second-content,
#third-content {
    display: none;
}

/* #stakeholdersection .stakesecondrow{
    position: relative;
  }
  #stakeholdersection .stakesecondrow::after{
    content: '';
    border-top: 3px solid #cecece;
    width: 100%;
    position: absolute;
  } */


.stakerow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.stakeonerow {
    margin-top: -60px
}

#stakeholdersection .stakemainrow button {
    background-color: #00acb1 !important;
    border-color: #fff !important;
    border-radius: 50%;
    padding: 0.9rem !important;
    box-shadow: none !important;
}

#stakeholdersection .stakemainrow button:hover {
    transform: scale(1.2, 1.2);
    cursor: pointer;
}

#stakeholdersection .stakemainrow .button-two {
    background-color: #00a027 !important;
}

#stakeholdersection .stakemainrow .button-three {
    background-color: #eb2444 !important;
}

#stakeholdersection .stakemainrow button img {
    max-width: 68px;
}

.border-one {
    position: relative;
}

.border-one::after {
    content: '';
    border-top: 1px solid #cecece;
    width: 100%;
    position: absolute;
}

#stakeholdersection .section-one p,
#stakeholdersection .section-one .fa {
    color: #fff;
    margin-bottom: 0% !important;
}

#stakeholdersection .demo img {
    border-radius: 4px;
    object-fit: cover;
    width: 60px;
    height: 40px;
    margin-bottom: 10px;
}

#stakeholdersection .modal #owlprogram-stakedemo img {
    width: 100% !important;
}

#stakeholdersection .section-one .fa {
    font-size: 90px;
    color: #ffc000 !important;
}

#stakeholdersection .section-two p {
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    font-weight: 800;
    font-size: 31px;
}

#stakeholdersection .section-two .main-head {
    color: #ffc000 !important;
}

#stakeholdersection .section-two span {
    color: #fff !important;
    font-size: 21px !important;
    display: block;
}

/* nigeria road journey css  */
.road-map {
    background: url(../img/Road.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 550px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}


.mobile-roadmap {
    /* background-color   : #0D8995; */
    /* padding         : 20px; */
    height: 518px;
}

.journeyroadholder {
    background-image: url("../images/newimages/nigeria/Road.png");
    height: 520px;
    width: 1030px;
    /* width                      : 1062px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    position: relative;
    /* margin-top                 : 8rem;*/
    margin: 0 auto;
    /* margin-left                   : 3rem; */
}

.journeybaloonholder p {
    margin-bottom: 0px !important;
    font-size: 0.688rem;
    color: #595959;
}

.journeybaloonholder p.year {
    margin-bottom: 0px !important;
    font-size: 1rem !important;
}

.journeybaloonholder i {
    font-size: 2.5rem !important;
}

.journeybaloonholder p.description {
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.journeybaloonholder.year2004 {
    position: absolute;
    bottom: 268px;
    left: -77px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.journeybaloonholder .marker {
    width: 50%;
}

.journeybaloonholder.year2004 p {
    color: #fff !important;
}

.journeybaloonholder .description {
    width: 50%;
}

.journeybaloonholder .year {
    width: 50%;
}

.journeybaloonholder.year2004:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
    left: -69ppx;
}

.journeybaloonholder.year2004 p {
    color: #595959 !important;
}

.journeybaloonholder.year2004 p.year,
.journeybaloonholder.year2004 p.description {
    margin-left: 25px;
}

.journeybaloonholder.year2009 {
    position: absolute;
    bottom: 120px;
    margin-left: 18px
}

.journeybaloonholder .year {
    width: 50%;
}

.journeybaloonholder .description {
    width: 50%;
}

.journeybaloonholder .marker {
    width: 50%;
}

.journeybaloonholder.year2022 .year {
    width: 50%;
    text-align: start;
}

.journeybaloonholder.year2022 .description {
    width: 50%;
    text-align: start;
}

.journeybaloonholder.year2022 .marker {
    /* width        : 70%; */
    text-align: start;
    margin-bottom: 1.2rem;
}


/* 
.journeybaloonholder.year2009 p {
    color: #bdd7ee !important;
} */

.journeybaloonholder.year2009 p.year,
.journeybaloonholder.year2009 p.description {
    margin-left: -12px;
}

.journeybaloonholder.year2012 {
    position: absolute;
    bottom: 20px;
    text-align: left;
    margin-left: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.journeybaloonholder .year2012div {
    margin-left: 60px;
    /* margin-top: 15px; */
    margin-bottom: -63px;
}

.journeybaloonholder.year2012:hover {
    transform: scale(1.1, 1.1);
    /* bottom     : 144px;
    text-align : end; */
    margin-left: 11px;
    cursor: pointer;
}

/* .journeybaloonholder.year2012 p {
    color: #a8d08c !important;
} */

/* .journeybaloonholder.year2012 p.year,
.journeybaloonholder.year2012 p.description {
    margin-left: -12px;
} */

.journeybaloonholder.year2016 {
    position: absolute;
    bottom: -8px;
    margin-left: 467px;
    text-align: start;
}

.journeybaloonholder.year2016:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
}

/* .journeybaloonholder.year2016 p {
    color: #9900ff !important;
} */

.journeybaloonholder.year2016 p.year,
.journeybaloonholder.year2016 p.description {
    margin-left: -12px;
}

.journeybaloonholder.year2017 {
    position: absolute;
    bottom: 332px;
    margin-left: 213px;
    /* text-align: end; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.journeybaloonholder.year2017:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    margin-left: 213px;
}

/* .journeybaloonholder.year2017 p {
    color: #f4b081 !important;
} */

.journeybaloonholder.year2017 p.year,
.journeybaloonholder.year2017 p.description {
    margin-left: -45px;
}

.journeybaloonholder.year2019 {
    position: absolute;
    bottom: 162px;
    margin-left: 576px;
    text-align: start;
}

.journeybaloonholder.year2019:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    /* bottom     : 89px; */
    margin-left: 576px;
}

/* .journeybaloonholder.year2019 p {
    color: #92d050 !important;
} */

.journeybaloonholder.year2019 p.year,
.journeybaloonholder.year2019 p.description {
    margin-left: -12px;
}

.journeybaloonholder.year2020 {
    position: absolute;
    bottom: 110px;
    margin-left: 334px;
}

/* .journeybaloonholder.year2020 p {
    color: #ffff00 !important;
} */

.journeybaloonholder.year2020 p.year,
.journeybaloonholder.year2020 p.description {
    margin-left: -12px;
}

.journeybaloonholder.year2021 {
    position: absolute;
    bottom: 297px;
    margin-left: 293px;
}

.journeybaloonholder.year2021:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    bottom: 297px;
    margin-left: 293px;
}

/* .journeybaloonholder.year2021 p {
    color: #ffd966 !important;
} */

.journeybaloonholder.year2021 p.year,
.journeybaloonholder.year2021 p.description {
    margin-left: -12px;
}

.journeybaloonholder.year2022 {
    position: absolute;
    bottom: 392px;
    margin-left: 561px;
    text-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.journeybaloonholder.year2019.yearlast {
    bottom: 225px;
    text-align: left;
    margin-left: auto;
    right: -410px;
    overflow-wrap: break-word;
    word-wrap: unset;
    width: 60%;
}

.journeybaloonholder.year2022:hover {
    transform: scale(1.1, 1.1);
    cursor: pointer;
    /* margin-left: 642px; */
}

.journeybaloonholder.year2019.yearlast:hover {
    right: -433px !important;
}

/* .journeybaloonholder.year2022 p {
    color: #ffc000 !important;
} */

.journeybaloonholder.year2022 p.year,
.journeybaloonholder.year2022 p.description {
    /* margin-left: -12px; */
}

.journeybaloonholder.year2023 {
    position: absolute;
    bottom: 110px;
    margin-left: 480px;
}

/* .journeybaloonholder.year2023 p {
    color: #d6dce5 !important;
} */

.journeybaloonholder.year2023 p.year,
.journeybaloonholder.year2023 p.description {
    margin-left: -12px;
}

.journeybaloonholder .marker {
    color: #ffbb33 !important;
}


.journeybaloonholder.year2004 .year,
.journeybaloonholder.year2017 .year,
.journeybaloonholder.year2012.yearone .year {
    color: #00acb1 !important;
}

.journeybaloonholder.year2017.yearyellow .year {
    color: #ffc000 !important;
}

.journeybaloonholder.year2016 .year {
    color: #ff274a !important;
}

.journeybaloonholder.year2019 .year {
    color: #997617 !important;
}

.journeybaloonholder.year2022 .year {
    color: #a9d18e !important;
}

.journeybaloonholder .year {
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.triangle {
    -webkit-text-stroke: 6px white;
    color: transparent;
    font-size: 431px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13px;
    position: absolute;
    width: 100%;
    width: 600px;
    height: 340px;
    margin-left: calc(50% - 300px);
}


.main-trianglediv {
    width: 600px;
    height: 340px;
    margin-left: calc(50% - 300px);
}

/* mobile clm ui   */

#clmcardsmaindiv .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flipster-gallery {
    width: 90%;
    margin: 0 auto;
}

#globechartsection img {
    object-fit: cover;
}

#photogallery .video-gallery {
    height: 400px;
}

.videoholdermain {
    width: 600px;
    height: auto;
}

#photogallery .photoflipster-gallery {
    margin-top: 4%;
}

#photogallery .videoflipster-gallery {
    margin-top: 4%;
    margin-bottom: -5%;

}

#photogallery .flipster__button svg {
    stroke: #fff;
    margin: 5px;
    padding: 9px 13px;
    font-size: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /* background: #869791; */
}

.adaptation_header {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #ed7d31;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
}

.validation_header {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #d9a81d;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
}

.scaleup_header {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: #00acb1;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
}

.mozjourney .journeybaloonholder.year2004 {
    bottom: 283px !important;
}

.mozjourney .journeybaloonholder.year2022 .year,
.mozjourney .journeybaloonholder.year2022 .description {
    width: 70% !important;
}

.moz-video iframe {
    width: 100%;
}

.text-french p {
    font-size: 13px !important;
}

.botImg {
    max-width: 90px;

}

.bg-button .btn.btn-primary,
.bg-button .btn.btn-primary:hover {
    background-color: #42C3A8 !important;
    border-color: #42C3A8 !important;
    box-shadow: none;
    text-transform: uppercase;
}

#owlprogram-demo .owl-controls.clickable {
    display: none !important;
}

.f-italic {
    font-style: italic;
}

/* .cardImg img {
    border-top-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;

} */

.cardImg .card {
    /* border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; */
    /* height: 100%; */
    /* border: 5px solid #3B506B; */
    border-color: transparent;
    border-radius: 0%;
    box-shadow: none;
    background-color: transparent;

}

.cardImg .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;

}

#clmapproach .fifth-tab h4 {
    color: #F9C74E !important;
}

#clmapproach #pills-feedback-tab {
    border-color: #F9C74F !important;
}

.bot-bottom {
    background-color: transparent !important;
    bottom: 60px !important;
    color: #d50032;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    padding: 5px;
    display: block;
    z-index: 99999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

/* new theming UI */
.fixed-top.scrolled.navbar-light .navbar-nav .dataCubeButton .nav-link {
    background-color: #2EC4B6B2;
    border-radius: 30px;
    color: #fff !important;

}

.dataCubeButton {
    margin-left: 11px;
    margin-right: 21px;
}

.dataCubeButton .nav-link {
    background-color: #2EC4B6B2;
    border-radius: 30px;
    color: #fff !important;
}

#partnerlogo.bg-black {
    background-color: #3B506B !important;
}

.bg-blue {
    background-color: #2C2E43;
}

.bg-main-black {
    background-color: #3B506B !important;
}

#bannerSect1 h5 {
    font-family: Poppins;
    font-size: 26.67px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #FFFDF7;
}

.border-bottom-pink {
    border-bottom: 3px solid #FF5A5F;
    width: 84%;
    padding-top: 10px;
}

#bannerSect1 p {
    font-family: Lato !important;
    font-size: 18.67px;
    font-weight: 400;
    /* line-height: 18.67px; */
    text-align: left;
    color: #FFFDF7;
}

.bg-main-gray.bg-black {
    background-color: #FFFAEB69 !important;
}

.bg-yellowishgray {
    background-color: #FFFAEB69;
}

#clmapproach.bg-main-gray.bg-black span.main-heading,
#testimonal-section .main-heading {
    color: #2C2E43;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 16.2px; */
    letter-spacing: 0.07em;
    text-align: center;
}

#clmapproach.bg-main-gray.bg-black h4 {
    font-size: 18px !important;
    text-transform: capitalize;
}

#clmapproach p {
    color: #000 !important;
}

#community-dashboardsection .main-heading {
    font-family: Poppins;
    font-size: 28.33px !important;
    font-weight: 700;
    line-height: 33.6px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #FFFDF7 !important;
    border-bottom: 3px solid #FF5A5F;
}

.climateLinkSection {
    padding: 22px !important;
    background-color: #2EC4B6;
    border-radius: 30px;
    padding: 10px;
    height: 46px;
    /* width: 25%; */
    text-align: center;
    font-family: Poppins;
    font-size: 18.67px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    padding-top: 15px !important;
}

.climateLinkSection p {
    text-align: center !important;
    


}

#testimonal-section p {
    color: #4F4F4F !important;
    font-family: Lato !important;
}

#testimonal-section span {
    color: #4F4F4F;
    

}

#testimonal-section #owltestimonal-demo span{
font-weight: 300;
font-size: 14px !important;
}

#clmtabPara1,
#clmtabPara2,
#clmtabPara3,
#clmtabPara4,
#clmtabPara5 {
    display: none;
}

#clmapproach.bg-main-gray.bg-black .clmParaOne:hover .clmtabPara {
    display: block !important;
}


.clmParaOne {
    cursor: pointer;
}



#owlphoto-demo .item img:hover,
#owlevent-demo .item img:hover,
.owl-carousel-section .item img:hover {
    border: 3px solid #04b9d5;
}


#owlphoto-demo .owl-prev,
#owlphoto-demo .owl-next,
#owlevent-demo .owl-prev,
.owl-carousel-section .owl-prev
#owlevent-demo .owl-next,
.owl-carousel-section .owl-next {
    top: 21% !important;
}

#owlresource-demo.owl-theme .owl-controls .owl-buttons div {
    color: #000 !important;
}

#owlresource-demo .item-details {
    text-align: center;
    margin-top: 12px;
}

#owlresource-demo .item-details .justify-content-start.read-more {
    justify-content: center !important;
}

.border-bottom-heading {
    border-bottom: 3px solid #FF5A5F;
    width: 8%;
    margin-bottom: 15px;
}

.btn-article,
.btn-article:hover,
.btn-article:focus,
.btn-article:active {
    background-color: #2EC4B6;
    border-color: #2EC4B6;
    border-radius: 30px;
}

.videoSection {
    border-radius: 4px;
}

.eventBg1{
    background-image: url(../images/newimages/events/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
}

.bg-event-blue.navbar.main-nav{
    background-color: #2C2E43 !important;
}

.bg-event-blue.navbar.main-nav h5{
    font-family: Poppins;
font-size: 27px;
font-weight: 700;
line-height: 33.6px;
letter-spacing: 0.07em;
text-align: center;
color: #FFFFFF;
margin-bottom: 0px;
}

#navbar_top.bg-event-blue.navbar.main-nav {
 padding-top: 20px !important;
 padding-bottom: 20px !important;
}

#navbar_top .justify-content-between{
    justify-content: space-between;
}

.bg-main-gray {
    background-color: #3B506B;
}

.event-main-section p{
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.event-main-section h4{
    font-family: Poppins;
font-size: 19.33px;
font-weight: 400;
line-height: 21.33px;
text-align: center;
color: #FF5A5F;
font-style: italic;
}

.event-main-Subsection .border-red-bottom
{
    border-bottom: 3px solid #FF5A5F;
    width: 40%;
}

.event-main-Subsection .red-inner-section p{
    color: #FF5A5E;
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: center;
}

.event-main-Subsection .special-comment{
    font-family: Lato;
font-size: 20px;
font-weight: 600 !important;
line-height: 20px;
letter-spacing: 0.07em;
text-align: center;
}

.footerpara{
    font-family: Poppins;
font-size: 20px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.25em;
text-align: left;
color: #FFF9E6;
}

.bg-briege.bg-black{
    background-color: #FFFAEB69 !important;
}

.mobileEventImg{
    height: 400px;
}

#owl-infraSection .owl-controls{
   margin-top: 0% !important;
}

#owl-infraSection img{
    border-radius: 0% !important;
}