/* @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');

@font-face {
    font-family: "Museo Sans Regular";
    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");
}

:root{

    --bg-vibrant-green:#028b9f;
    --color-white : #fff;
    --color-yellow:#FEC200;
    --color-black: #212529;
}

*::-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: "Museo Sans Regular" !important;
}

h5,
h6 {
    font-family: "Museo Sans Regular" !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fs-1rem {
    font-size: 1rem !important;
}

ol,
li {
    font-family: "Museo Sans Regular" !important;
    font-size: 1rem;
    font-size: 0.875rem;
    font-weight: 400;

}

body {
    overflow-x: hidden;
    position: relative;
    font-family: "Museo Sans Regular" !important;
}

:root{
    font-family: "Museo Sans Regular" !important;
}

html {
    scroll-padding-top: 65px;
}

.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: 'Agdasima', 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: var(--bg-vibrant-green) !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: var(--color-white);
}

.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: "Museo Sans Regular" !important;
    /* font-size  : 0.9rem; */
    font-size: clamp(0.875rem, 0.25vw + 0.825rem, 1.125rem);
    text-transform: uppercase;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu-symbol.svg) !important;
    width: 20px;
    height: 20px;

}

.navbar-brand .img-fluid {
    max-width: 38%;
}

#navbar_top li a.active {
    border-bottom: 3px solid var(--color-white);
}

.fixed-top.scrolled {
    /* background-color: rgb(0 0 0) !important; */
    transition: background-color 200ms linear;
}

/* section css */

.main-section-padding {
    padding: 2rem 6rem;
}

.banner-section {
    height: calc(100vh - 60px);
}

.bannerhead {
    /* font-size: 50px !important; */
    font-family: 'Agdasima', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    /* font-size: clamp(3.125rem, 0.625vw + 3rem, 3.75rem); */
    font-size: 46px;
    /* margin-bottom: 80px !important; */

}

/* .banner-homehead {
    margin-bottom: 116px !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 - 270px); */
    /* height: calc(100vh - 125px); */
      height: calc(100vh - 80px);
    /* 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(194deg, rgb(0 0 0 / 23%) 0%, rgb(0 0 0 / 68%) 55%, rgb(0 0 0 / 51%) 100%),
url(../images/tbportalimages/bgfirstImage.jpg); */
/* background-image: url(../images/tbportalimages/bgfirstImage.jpg); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background-position: center; */
    /* background-position-y: 30%; */
    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: "Museo Sans Regular" !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: var(--bg-vibrant-green);
    color: var(--color-white);
    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: var(--color-white);
}

.go-to-top:hover i {
    color: var(--color-white);
}

.go-to-top:hover span {
    color: var(--color-white);
}


.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: 90%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 3/2;
    max-height: 70px;
}

#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: 10px;
    -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 */

.color-yellow{
    color: var(--color-yellow);
}

.color-orange{
    color: #e97132;
}

.pointer-event-none{
    pointer-events: none;
}

.bg-grayishBlack{
    background-color: #424242;
}

.subheading {
    font-size: 24px;
    line-height: 34px;
    /* font-weight: 500; */
}

/* .map-section-text {
    margin-bottom: 70px !important;
} */

.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: 'Agdasima', sans-serif !important;
    letter-spacing: 0.5px;
}

.second-mainsection p {
    color: #595959;
    font-weight: 700;
    font-family: 'Agdasima', 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,
#clmapproach .main-heading,
#featurecardsmaindiv .main-heading,
#resourcesection .main-heading {

    color: #595959 !important;
    font-family: 'Agdasima', sans-serif !important;
    letter-spacing: 0.5px;
}

.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: 'Agdasima', sans-serif !important;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    /* font-size: 30px; */
    font-size: clamp(1.875rem, 0.625vw + 1.75rem, 2.5rem);
    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
/* #owlprogram-demo1 .item */

    {
    margin: 3px;
}

#owl-demo .item img,
#owlprogram-demo .item img,
#owlprogram-demo1 .item img,
#owlphoto-demo .item img,
#owldataphoto-demo .item img,
#owltestimonal-demo .item img,
#owlprogram-stakedemo .item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

#owlprogram-demo p,
#owlprogram-demo ul li,
#owlprogram-demo1 p {
    color: #fff;
    /* font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem); */
    font-size: 18px;
}

#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-family: "Museo Slab Regular" !important;

    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,
#owldataphoto-demo .owl-prev,
#owlprogram-demo .owl-prev,
#owlprogram-stakedemo .owl-prev,
#owlprogram-familydemo .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,
#owldataphoto-demo .owl-next,
#owlprogram-demo .owl-next,
#owlprogram-stakedemo .owl-next,
#owlprogram-familydemo .owl-next {
    right: 7px;
    top: 45%;
    position: absolute;
}

#owlphoto-demo .owl-controls .owl-buttons div,
#owldataphoto-demo .owl-controls .owl-buttons div,
#owlprogram-demo .owl-controls .owl-buttons div,
#owlprogram-stakedemo .owl-controls .owl-buttons div,
#owlprogram-familydemo .owl-controls .owl-buttons div {
    opacity: inherit !important;
}

#owlphoto-demo .item img {
    max-width: 90%;
    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 {
    padding-top: 10px;
}

#owlphoto-demo .item-details,
#owldataphoto-demo .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: "Museo Sans Regular" !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 p {
    clear: both;
    background: transparent;
    color: #595959;
    /* font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem); */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}

#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: #595959;
}

#testimonal-section h4 {
    color: #04b9d5 !important;

}

/* #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: #181f28 !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: #ffc000;
    font-size: 13px;
    font-family: "Museo Sans Thin" !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: #fff !important;
}

.modal.modal.casemodal .modal-title {
    color: #ffc000;
    font-size: 20px !important;
}

.modal.casemodal .modal-content {
    /* background-color: #010101 !important; */
    background-color: #181f28;
}

.modal.casemodal a {
    color: #ffc000 !important;
}

.modal.casemodal .btn-close:hover,
.modal.casemodal .btn-close {
    color: #fff !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,
#owldataphoto-demo .date-heading {
    color: #ffc000;
    text-align: left;
    font-size: 20px;
}

#casestudy-section p {
    /* font-size: 14px !important; */
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
     height: 95px;
}

#owlphoto-demo .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 {

    color: #fff;
    z-index: 999;
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    font-family:  'Agdasima',
 sans-serif !important;
 font-weight: 600;
 letter-spacing: 0.4px;
}

#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: var(--color-white);
    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-color: var(--color-white);
    background-size: 100% 3px;
    height: 3px;
}

#clmapproach .border-timeline {
    background-size: 100% 3px;
    height: 3px;
    border-bottom: 3px solid #cecece;
    border-bottom: 3px solid #cecece;
    top: 53px;
    position: absolute;
    width: 100%;
}

#clmapproach #pills-tab button,
.assesment-section #pills-tab button.nav-main {
    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: 'Agdasima', 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: #172124 !important;
    font-size: 18px;
    font-weight: bold;
}

.lasttextdiv {
    margin-top: 75px;
}

#resourcesection .main-resourcesection-part span {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
    color: #04b9d5 !important;
    font-style: italic;
}

#resourcesection img {
    border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrowImg {
    width: auto !important;
    height: auto !important;
}

#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 .read-more p {
    color: #ffc000 !important;
}

#resourcesection .read-more button {
    background-color: transparent;
    border-color: transparent;
    color: #c10b0b !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: #000 !important;
    border-color: #000 !important;
    font-size: 12px;
    color: #ffc501 !important;
}

#footerSect {
    background-color: transparent !important;
    border-top: 1px solid #e5e5e5;
}

.footer-red-section a {
    text-decoration: none;
    color: var(--color-black);
}

.footer-red-section h4 {
    color: #fff;
}

#footerSect .logo-footer {
    max-width: 160px;
    object-fit: cover;
}

#footerSect .impactlogo {
    width: 19% !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;
}

#photogallery .flipster__button--prev {
    left: -33px;
}

#photogallery .flipster__button--next {
    right: -33px;
}

#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: 'Agdasima', sans-serif !important;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

#mapSection h5 {
    font-family: 'Agdasima', 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 {
    background-color: #ed7d31 !important;
}

#countryfeaturecardsmaindiv .singlefeaturediv .cardfour {
    background-color: #ffc000 !important;
}

#countryfeaturecardsmaindiv .singlefeaturediv .cardfive {
    background-color: #00acb1 !important;
}

#countryfeaturecardsmaindiv .singlefeaturediv .cardthree {
    background-color: #997617 !important;
}

#countryfeaturecardsmaindiv p {
    margin-bottom: 10px !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: 'Agdasima', 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
 {
    border: 5px solid #00acb1;
    border-radius: 50%;
    padding: 0.3rem !important;
}

#clmcardsmaindiv .redbg,
#clmcardsmaindiv .card {
    background-color: transparent !important;
    border-color: #00acb1 !important;
    color: #595959 !important;

}

#clmapproach #pills-profile-tab,
#clmcardsmaindiv .cardtwo {
    /* background-color: #ed7d31 !important; */
    border-color: #ed7d31 !important;
}

#clmapproach #pills-contact-tab,
#clmcardsmaindiv .cardthree {
    /* background-color: #997617 !important; */
    border-color: #997617 !important;
}

#clmapproach #pills-pilot-tab,
#clmcardsmaindiv .cardfour {
    /* background-color: #ff274a !important; */
    border-color: #ff274a !important;
}

#clmcardsmaindiv img {
    max-width: 100px;
}

#clmapproach #pills-tab img,
.assesment-section #pills-tab img {
    max-width: 60px;

}

#clmapproach img:hover,
.assesment-section img:hover {

    transform: scale(1.2, 1.2);
    cursor: pointer;
}

#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: 85px;
    font-family: 'Agdasima', sans-serif !important;
    letter-spacing: 0.5px;
}

#clmapproach p {
    font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem) !important;
    text-align: center;
    color: #595959 !important;
}


#clmapproach h4 {
    color: #00acb1 !important;
}

#clmapproach .second-tab h4 {
    color: #ed7d31 !important;
}

#clmapproach .third-tab h4 {
    color: #997617 !important;
}

#clmapproach .fourth-tab h4 {
    color: #ff274a !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;
}

.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: 'Agdasima', 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: 'Agdasima', 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: 'Agdasima', 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: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

.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;
}


#resourcesection .bottom-text {

    position: absolute;
    background-color: #C01414;
    width: 100%;
    bottom: 0px;
    padding: 13px;
    text-align: center;
    color: #fff;

    font-size: 18px ! IMPORTANT;
    /* min-height: 80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#resourcesection .bottom-text p {
    color: #fff !important;
}

#resourcebannersect {
    /* 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: center !important;
    background-size: cover !important;
    min-height: 385px !important;
    height: 200px;
}

#resourcesection .resourceMainSection p {
    font-size: 21px !important;
    font-weight: 600;
    font-family: 'Agdasima',
        sans-serif !important;
}

/* #resourcesection .resourceMainSection p {
 font-size: 19px !important;
} */

.main-resourcesection-part h4 {
    height: 30px;
}

.main-resourcesection-part.translation-resource h4 {

    height: 55px;
}

#resourcesection .resourceMainSection.resourceTranslate p {
    font-size: 17px !important;
}

.tanzaniacountrySection .lasttextdiv.lastmozdiv{
    margin-top: 118px !important;
}


.tanzaniacountrySection .mozjourney .journeybaloonholder.year2016 {
 bottom: -43px !important;
}

.tanzaniacountrySection .mozjourney .journeybaloonholder.year2019.year2023 {
    bottom: 144px !important;
}

.tanzaniacountrySection .journeybaloonholder.year2022 {
bottom: 346px;
margin-left: 679px;
}

.globaltext,
.globaltext:hover{
    color: #ffcb24;
}

.float-right{
    float: right;
}

.vibrant-green{
    color: var(--bg-vibrant-green) !important;
}

.countsSection h4{
    margin-bottom: 6px;
font-size: 30px;
color: #FEC200;
text-align: center;
font-weight: 600;
letter-spacing: 1.5px;
font-family: 'Agdasima',
sans-serif !important;
}

.countsSection{
    text-align: center;
margin-top: -64px;
}

.countsSection p{
   margin-top: 0px;
font-family: 'Agdasima',
sans-serif !important;
font-size: 20px;
font-weight: 500;
color: var(--color-black);
}

.stopCoverImg{
    height: 400px;
    object-fit: contain;
}

.thirdSection h5{
    color: var(--bg-vibrant-green);
    font-size: 40px;
     font-family: 'Agdasima',
 sans-serif !important;
 font-weight: 600;
}

.thirdSection p{
    font-size: 25px;
font-family: 'Agdasima',
sans-serif !important;
font-weight: 550;
letter-spacing: 0.3px;
}

.thirdSection h3{
    font-family: 'Agdasima',
sans-serif;
}

.bg-vibrantgreen {
    background-color: var(--bg-vibrant-green) !important;
}

#timelinesection button.nav-main {
    border-radius: 50%;
border: 2px dashed #cecece;
padding: 0.3rem !important;
}

#timelinesection button.nav-main img{
    border: 4px solid #00acb1;
border-radius: 50%;
padding: 0.3rem !important;
}

#timelinesection button.nav-main#pills-contact-tab img {
    border-color: #997617 !important;
}

#timelinesection button.nav-main#pills-scaleup-tab img {
    border-color: #ed7d31 !important;
}

.assesment-section .main-tab-section{
  justify-content: space-between;
}

.assesment-section button.nav-main.active {
    transform: scale(1.2);
margin-bottom: 4px;

}

.assesment-section button.second-nav-link.active {
    color: var(--color-yellow) !important;
    background-color: transparent !important;
}
.assesment-section button.nav-main.active .nav-link{
    color: var(--color-yellow);
}

.countryreportrightsection {
    background-color: #414141 !important;
    /* border: #414141 !important; */
    /* opacity: 0.75; */
}

.countryheading {
    color: #F2A900 !important;
    font-family: "Museo Slab Regular" !important;
    font-weight: 700 !important;
    font-size: 14px;
    text-align: left;
}

.countryspan {
    color: #F2A900 !important;
    font-size: 14px;
    font-family: "Museo Slab Regular" !important;
    text-align: left;
}


.country-subheading {
    color: #fff !important;
    font-family: "Museo Slab Regular" !important;
    font-size: 13px;
    text-align: left;
}

.countrypara {
    font-family: "Museo Slab Regular" !important;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
}

#keylearning{
    
 background: linear-gradient(194deg, rgb(0 0 0 / 23%) 0%, rgb(0 0 0 / 68%) 55%, rgb(0 0 0 / 51%) 100%),
url('../images//tbportalimages/keylearnings/bgimage.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 
}

.keyLearningSection .keylearnPara{
    /* background-color: #176d7ab5; */
color: var(--color-white);
padding: 20px;
border-radius: 10px;
height: 100%;
display: flex;
justify-content: center;
align-items: start;

}


.recommendation-section .vibrant-green {
    text-align: left !important;
     /* font-weight: 400 !important; */
}

.recommendation-section .recommendation-para,
.keyLearningSection .recommendation-para {
    border-radius: 50%;
    border: 2px dashed #cecece;
    padding: 0.3rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
}

.recommendation-section .recommendation-para img,
.keyLearningSection img{
    border: 4px solid #00acb1;
border-radius: 50%;
padding: 0.3rem !important;
background-color: #fff;
}

.recommendation-section h5{
 color: var(--bg-vibrant-green);

}

.countryCaseStudies .country-lefticon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.countryCaseStudies .country-lefticon img{
    width: auto !important;
}

#country-carousel.owl-carousel .owl-nav button.owl-prev,
#country-carousel.owl-carousel .owl-nav button.owl-next,
#country-carousel .owl-carousel button.owl-dot,
#owldocument-demo.owl-carousel .owl-nav button.owl-prev,
#owldocument-demo.owl-carousel .owl-nav button.owl-next,
#owldocument-demo .owl-carousel button.owl-dot {
    background: transparent;
    color: inherit;
    border: none;
    padding: 0 !important;
    color: #575757 !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#owldocument-demo.owl-carousel .owl-nav button.owl-prev,
#owldocument-demo.owl-carousel .owl-nav button.owl-next{
 color: var(--color-white) !important;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

#country-carousel.owl-carousel .owl-prev,
#owldocument-demo.owl-carousel .owl-prev {
    left: -50px;
    top: 45%;
}

#country-carousel.owl-carousel .owl-next,
#owldocument-demo.owl-carousel .owl-next {
    right: -50px;
    top: 45%;
}

#owldocument-demo img{
    object-fit: cover;
max-width: 80%;
border-radius: 10px;
box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

/* stigma UI fixes */

.stigmaSection .w3-sidebar {
 position: static !important;
 
}

.stigmaSection .left-sidebar img{
 max-width: 50px;
}

.stigmaSection .left-sidebar {
    display: flex;
justify-content: start;
align-items: center;
flex-direction: column;
padding-top: 111px;
padding-bottom: 20px;
margin-bottom: 10px;
padding-left: 15px;

}

.stigmaSection .left-sidebar h4{
    margin-top: 0%;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
    color: #010101;
    font-size: 16px;
    text-align: center;
}

.stigmaSection .left-sidebar a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #010101;
    margin-bottom: 10px;
}

.stigmaSection .right-section .countsCards .card{
    background-color: #262626;
    color: var(--color-white);
    text-align: center;
}

.stigmaSection .right-section .card h4{
    color: #FEC200;
    font-size: 30px;
    font-family:  'Agdasima',
 sans-serif !important;
 font-weight: 600;
letter-spacing: 0.4px;
}

.stigmaSection .right-section .countsCards .card p{
    font-size: 20px;
    font-family: 'Agdasima',
sans-serif !important;
}

.black-heading {
    color: #212529;
}

.stigmaSection .right-section{
    padding-left: 6rem;
    padding-right: 6rem;
}

.stigmaSection .pointer-none{
    pointer-events: none;
}

.stigmaSection .left-sidebar a {
    text-decoration: none;
    color: #010101;
    /* Default text color */
}

.stigmaSection .left-sidebar a.active h4{
    color: #FEC200;
    /* Active text color */
}

.stigmaSection .left-sidebar a img {
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
    /* Smooth transition */
}

.stigmaSection .left-sidebar a.active img {
    /* filter: grayscale(0%); */
    /* Remove grayscale for active */
}

.stigmaSection table{
    font-size: 14px;
}

.stigmaSection .mapdivContainer img{
    height: 430px;
margin: 0 auto;
}

.stigmaSection .country-names {
    /* height: calc(100vh - 200px); */
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
}

.stigmaSection .country-names p {
    font-size: 14px;
    font-style: italic;
    color: #707070;
}

.stigmaSection .country-map{
    margin-bottom: 2px;
}

.stigmaSection .legend-box{
    width: 20px;
height: 20px;
background-color: #045e6a;
border-radius: 4px;
margin-right: 10px;
}

.stigmaSection .legendSection p{
 color: #045e6a !important;
}

.stigmaSection .legend-inprogress .legend-box{
    background-color: #ffc000 !important;
}


.stigmaSection .legendSection .legend-inprogress p{
    color: #ffc000 !important;
}

.stigmaSection .highcharts-card .card{
    background-color: #ededed;
}

.stigmaSection .right-section .keySection p{
    color: var(--color-white);
}

.stigmaSection .keyInsightSection ul li{
    color: var(--color-white);
    margin-bottom: 20px;
}

.stigmaSection .keyInsightSection tbody,
.stigmaSection .keyInsightSection td,
.stigmaSection .keyInsightSection tfoot,
.stigmaSection .keyInsightSection th,
.stigmaSection .keyInsightSection thead,
.stigmaSection .keyInsightSection tr{
 padding: 4px !important;
}


#owlprogram-demo .owl-next{
    right: 43%;
top: 96%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
/* width: 100%; */
}


#owlprogram-demo .owl-prev {
    left: 48%;
    top: 96%;
    position: absolute;
    bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}


#owlprogram-demo .owl-nav button{
 font-size: 48px;
 color: var(--color-white);
}

.countrysnapshot-section #owlprogram-demo .card img{
     max-width: 300px;
     height: 205px;
     object-fit: fill;
}
.countrysnapshot-section .pakistangraphImg{
    max-width: 400px;
    object-fit: cover;
}

.countrysnapshot-section h5{
    font-size: 38px !important;
    font-family: 'Agdasima',
sans-serif !important;
letter-spacing: 0.4px;
}

.countrysnapshot-section .country-content ul li{
    margin-bottom: 5px;
}

.countrysnapshot-section .card.bg-grayishBlack{
    border-color: transparent !important;
}

 .table-category {
     background-color: #b2c4e5;
 }

 .self-stigma {
     background-color: #b2c4e5;
 }

 .community-stigma {
     background-color: #fcbe11;
 }

 .hcw-stigma {
     background-color: #fcfc11;
 }

 .family-secondary-stigma {
     background-color: #88c34a;
 }


 #footerSect h5{
    font-size: 16px;
    height: 19px;
    color: var(--color-black);
 }

 #footerSect .octagon {
    width: 50px;
    height: 50px;
    background: #303030;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footerSect .octagon:before {
    content: "";
    width: 50px;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid #303030;
    border-left: 15px solid #373737;
    border-right: 15px solid #373737;
}

#footerSect .octagon:after {
    content: "";
    width: 50px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 15px solid #303030;
    border-left: 15px solid #373737;
    border-right: 15px solid #373737;
}

#footerSect .octagon i {
    position: absolute;
    font-size: 25px;
}

#footerSect .subscribeBtn,
#footerSect .subscribeBtn:hover,
#footerSect .subscribeBtn:active,
#footerSect .subscribeBtn:focus{
    background-color: var(--bg-vibrant-green);
    box-shadow: none;
    color: var(--color-white);

}

.footer-red-section a:hover p {
    transform: scale(1.05, 1.05);
    cursor: pointer;
    border-bottom: 1px solid #F2A900;
    color: #F2A900;
    display: inline-block;
}

/* Style for the thumbnail */
.thumbnail {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.05);
}

/* Modal styles */
#imageModal.modal,
#stigmaimageModal.modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* Close button */
#imageModal .close,
#stigmaimageModal .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

#imageModal .close:hover,
#imageModal .close:focus,
#stigmaimageModal .close:hover,
#stigmaimageModal .close:focus {
    color: #bbb;
    text-decoration: none;
}

/* Zoomed image */
#imageModal .modal-content,
#stigmaimageModal .modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    animation: zoom 0.6s;
    object-fit: contain;
    background-color: transparent;
}

@keyframes zoom {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.docSection .margin-doc {
    margin-top: -118px;
}


.reference-section a{
    color: var(--color-black);
}

.reference-section a:hover{
    color: var(--color-yellow) !important;
}

.mapCountriesCount h4{
    color: var(--bg-vibrant-green);
    font-size: 28px;
    font-family:  'Agdasima',
 sans-serif !important;
 font-weight: 600;
}

.mapcountiesSection p{
    font-family: 'Agdasima',
sans-serif !important;
 color: var(--bg-vibrant-green);
 font-weight: 500;
  font-size: 21px;
}

.mapcountiesSection .mapheight{
    height: 490px;
    object-fit: contain;
    margin-bottom: 20px;
}

 .icon-cell {
     text-align: center;
     vertical-align: middle;
 }

 .percentage {
     font-weight: bold;
 }

 #footerSect img{
    margin-right: 15px;
    cursor: pointer;
 }

 .footer-red-section .social-media img:hover {
    transform: scale(1.1, 1.1);
}

 #journeytimelineSect .timeline {
     position: relative;
     height: 4px;
     background-color: var(--color-white);
 }

  #journeytimelineSect .marker {
     position: absolute;
     top: -10px;
     width: 2px;
     height: 20px;
     background-color: var(--color-white);
 }

 #journeytimelineSect .year {
     color: #fdd835;
     font-size: 14px;
     position: absolute;
     top: 30px;
     transform: translateX(-50%);
 }

 /* #journeytimelineSect {
    background-image: url(../images/tbportalimages/journeytimeline.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
 } */

 #journeytimelineSect .border-left-timeline{
    border-left: 2px solid var(--color-white);
    height: 100vh;
 }

.bg-vision1{
    background-image: url(../images/tbportalimages/journey/vision1.png);
     background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 overflow: hidden;
 width: 100%;
 height: 100vh;
 }

 /* -----------------------------journey main section ui */

.journeytimelineMainSection .containerTab {
    height: 124px;
}

.journeytimelineMainSection .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.journeytimelineMainSection .timeline::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0%;
    margin-left: -3px;
}

/* Container around content */
.journeytimelineMainSection .containerTab {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.journeytimelineMainSection .containerTab::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: -17px;
    background-color: white;
    /* border: 4px solid #ff9f55; */
    border: 3px solid #042433;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.journeytimelineMainSection .containerTab.testClass::after {
    content: "";
    /* color: red; */
    background-color: var(--color-yellow);
    border: 1px solid #fff;
}

/* Place the container to the left */
.journeytimelineMainSection .left {
    left: 0;
}

/* Place the container to the right */
.journeytimelineMainSection .right {
    left: 0%;
}

/* Add arrows to the left container (pointing right) */
.journeytimelineMainSection .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.journeytimelineMainSection .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid transparent;
    border-width: 10px 10px 10px 0;
    border-color: transparent transparent transparent transparent;
}

.journeytimelineMainSection .timelineContent {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 15px;
}

/* Fix the circle for containers on the right side */
.journeytimelineMainSection .right::after {
    left: -16px;
}

/* The actual content */
.journeytimelineMainSection .content {
    padding: 9px 0px;
    background-color: transparent;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .journeytimelineMainSection .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .journeytimelineMainSection .containerTab {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .journeytimelineMainSection .containerTab::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .journeytimelineMainSection .left::after,
    .journeytimelineMainSection .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .journeytimelineMainSection .right {
        left: 0%;
    }
}

#journeytimelineSect .timeline {
    position: relative;
    height: 4px;
    background-color: var(--color-white);
    max-width: 100%;
}

#journeytimelineSect .marker {
    position: absolute;
    top: -10px;
    width: 2px;
    height: 20px;
    background-color: var(--color-white);
}

#journeytimelineSect .year {
    color: var(--color-white);
    font-size: 14px;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
}

#journeytimelineSection {
    background-image: url(../images/tbportalimages/journey/journeytimelineSect.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
}

#journeytimelineSect .border-left-timeline {
    border-left: 2px solid var(--color-white);
    height: 100vh;
}

.journeytimelineMainSection .timelineButton button.btn-primary,
.journeytimelineMainSection .timelineButton button.btn-primary:hover,
.journeytimelineMainSection .timelineButton button.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
}

.journeytimelineMainSection .timelineRightpara {
    padding: 10px;
    background-color: #01010185;
    font-size: 11px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.firsttabSection .timelineRightpara{
 height: 88px !important;
}

.journeytimelineMainSection .timelineImgDiv {
    margin-left: auto;
    /* width: 50% !important; */
}

.journeytimelineMainSection .timelinerightTabContent .tab-content {
    height: 482px;
    overflow-y: auto;
    overflow-x: hidden;
}

.stigmaImgDiv {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;

}

.stigmaImgDiv img{
    max-width: 200px;
    object-fit: cover;
}

.statusInfoSection .statusleftSection img{
 max-width: 80px;
 text-align: center;
}

.impactmainLogo{
    max-width: 60px;
}

.countrysnapshot-section .protectionIcon{
    max-width: 60px;
}

    #timelinesection #pills-tab button,
    #clmframework p {
        font-size: 25px !important;
    }


/* 
.navbar .navbar-nav {
 justify-content: space-between !important;
} */


#carouselExample img,
#nigeriacarouselExample img,
#indocarouselExample img,
#pakcarouselExample img {
    height: 500px;
    object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color: var(--color-black);
    border-radius: 50%;
    padding: 20px;
    background-size: 80% 80%;
}