body.loading {
    overflow: hidden
}

.page-loader {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 30
}

.loading-logo {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative
}

.loading-logo:before {
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    background: linear-gradient(90deg,#faa635 15%,#e82c3e 15% 85%,#108fbb 85% 100%);
    border-radius: 50%;
    z-index: 0;
    animation: rotation 3.5s infinite
}

.loading-logo:after {
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    background-color: #333;
    border-radius: 50%;
    z-index: 0
}

.page-loader img {
    position: relative;
    z-index: 1
}

.page-loader__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #333
}

.loading-text {
    font-size: 2rem;
    color: #a1a1a1;
    margin-top: 2rem;
    position: relative;
    text-shadow: 3px 3px 10px #010101;
    animation: changeColor 2s infinite
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(360deg)
    }

    50% {
        transform: rotate(0)
    }

    75% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0)
    }
}

@keyframes changeColor {
    0% {
        color: #6d6d6d
    }

    50% {
        color: #ddd
    }

    100% {
        color: #6d6d6d
    }
}

.firstSection {
    margin: auto;
    width: 500px;
    height: 500px
}

@keyframes shine {
    to {
        background-position: 100% 0,10px 0,10px 70px,10px 95px,10px 120px,10px 145px,10px 170px,10px 195px,10px 220px,10px 245px,10px 320px
    }
}

.sectionTwo {
    margin: auto;
    width: 500px;
    height: 400px;
    background-image: linear-gradient(-45deg,#fff0,rgb(255 255 255 / .5) 50%,#fff0 80%),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),radial-gradient(circle 10px at 10px 10px,#f5f5f5 99%,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0)!important;
    background-repeat: no-repeat!important;
    background-size: 50px 200px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,20px 20px,370px 200px,320px 200px,370px 200px,320px 200px,370px 200px,320px 200px,370px 200px,320px 200px,370px 200px!important;
    background-position: 0 0,0 0,0 45px,0 90px,0 135px,0 180px,0 225px,0 270px,0 315px,0 360px,50px 0,50px 45px,50px 90px,50px 135px,50px 180px,50px 225px,50px 270px,50px 315px,50px 360px!important;
    animation: shine 1s infinite
}

@keyframes shine {
    to {
        background-position: 100% 0,0 0,0 45px,0 90px,0 135px,0 180px,0 225px,0 270px,0 315px,0 360px,50px 0,50px 45px,50px 90px,50px 135px,50px 180px,50px 225px,50px 270px,50px 315px,50px 360px
    }
}

.thirdSection {
    flex: 0 0 33%;
    height: 600px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
    background-image: linear-gradient(-45deg,#fff0,rgb(255 255 255 / .5) 50%,#fff0 80%),linear-gradient(#f5f5f5 40px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 15px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 20px,transparent 0),linear-gradient(#f5f5f5 35px,transparent 0)!important;
    background-repeat: no-repeat!important;
    background-size: 50px 200px,280px 200px,370px 200px,350px 200px,370px 200px,350px 200px,370px 200px,350px 200px,370px 200px,350px 200px,370px 200px,350px 200px,200px 200px,200px 200px,120px 200px!important;
    background-position: 50px 50px,50px 50px,50px 120px,50px 145px,50px 170px,50px 195px,50px 120px,50px 145px,50px 220px,50px 245px,50px 270px,50px 295px,50px 340px,50px 375px,50px 420px!important;
    animation: shine 1s infinite
}

@keyframes shine {
    to {
        background-position: 100% 50px,50px 50px,50px 120px,50px 145px,50px 170px,50px 195px,50px 120px,50px 145px,50px 220px,50px 245px,50px 270px,50px 295px,50px 340px,50px 375px,50px 420px
    }
}

.homepage-head {
    position: absolute;
    z-index: -10;
    text-indent: -400px
}

.section {
    padding: 5rem 0
}

h3 {
    font-weight: 500;
    font-size: calc(24px + (32 - 24) * (100vw - 375px) / (1920 - 375))
}

.read-more-link {
    position: relative;
    font-size: 1rem;
    color: #fff;
    border-radius: 3px;
    padding: .4rem 1rem;
    opacity: .8
}

.read-more-link:before {
    font-size: 1.2rem;
    line-height: 1;
    font-family: icomoon,sans-serif;
    position: absolute;
    left: -4px;
    top: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.read-more-link:hover {
    color: #fff;
    -webkit-box-shadow: 0 4px 10px 1px rgb(0 0 0 / .2);
    box-shadow: 0 4px 10px 1px rgb(0 0 0 / .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.read-more-link:hover:before {
    left: 70px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.rounded-arrow {
    position: relative;
    border: 1px solid #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    transition: .25s
}


@media(max-width:576px)
{
    .rounded-arrow {
        height: 40px;
    width: 40px;
    }
}
.rounded-arrow:before,.rounded-arrow:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 12px;
    background: #fff;
    transition: .25s;
    transform-origin: right;
    border-radius: 2px
}

.rounded-arrow:before {
    transform: rotate(45deg)
}

.rounded-arrow:after {
    transform: rotate(-45deg)
}

.rounded-arrow:hover {
    background: #fff;
    border-color: #fff
}

.rounded-arrow:hover:before,.rounded-arrow:hover:after {
    background: #223f99
}

.rounded-arrow.dark {
    border-color: #737373
}

.rounded-arrow.dark:before,.rounded-arrow.dark:after {
    background: #737373
}

.rounded-arrow.dark:hover {
    background: #223f99;
    border-color: #223f99
}

.rounded-arrow.dark:hover:before,.rounded-arrow.dark:hover:after {
    background: #fff
}

.swiper-button-prev,.swiper-button-next {
    height: auto!important;
    width: auto!important
}

.swiper-button-prev .rounded-arrow {
    transform: rotate(180deg)
}

.swiper-button-next:before,.swiper-button-prev:before {
    display: none
}

.carousel__content__desc .c-button , .search-end .c-button {
    font-weight: 300;
    text-transform: capitalize;
    text-align: left;
    line-height: 1;
    padding: 0.8rem 3.6rem 0.9rem 1.5rem;
    border-radius: 8px;
}

.c-button__background {
    border: none;
    background: #e8e8e8
}

.c-button__ico {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #333;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    transition: .25s
}

.c-button__ico:before,.c-button__ico:after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 6px;
    background: #333;
    transition: .25s;
    transform-origin: right;
    border-radius: 2px
}

.c-button--redBG .c-button__ico {
    border-color: #fff
}

.c-button--redBG .c-button__ico:before,.c-button--redBG .c-button__ico:after {
    background: #fff
}

.c-button:hover .c-button__hover {
    transform: skew(-15deg) translateZ(0) translate(-50%,-50%) scale(245)
}

.c-button:hover .c-button__ico {
    border-color: #fff
}

.c-button:hover .c-button__ico:before,.c-button:hover .c-button__ico:after {
    background: #fff
}

.c-button__ico:before {
    transform: rotate(45deg)
}

.c-button__ico:after {
    transform: rotate(-45deg)
}

.c-button--blueBG .c-button__ico {
    border-color: #fff
}

.c-button--blueBG .c-button__ico:before,.c-button--blueBG .c-button__ico:after {
    background: #fff
}

.large-para {
    font-family: "Maven Pro", serif;
    line-height: 1.6;
    font-weight: 400;
}

.blog--color {
    background: #f7941d;
    background: var(--web-color1)
}

.offering--color {
    background: #d7182a;
    background: var(--web-color2)
}

.brochure--color {
    background: #118fbb;
    background: var(--web-color3)
}

.casestudy--color {
    background: #333
}

.card__body {
    padding: 2.5rem 2.5rem;
    position: relative
}

.card__body .card__heading {
    color: rgb(0 0 0 / .83);
    margin: 0 0 .5rem 0;
    font-size: calc(24px + (23 - 24) * (100vw - 375px) / (1920 - 375));
    font-weight: 500;
    min-height: 60px
}

.card__body .card__heading a {
    color: #118fbb
}

.card__body .card__text {
    min-height: 60px
}

.card__body .card__type {
    top: -15px;
    right: 25px;
    left: auto
}

.c-button__dicons {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    transition: .25s
}

@media (max-width: 1440px) {
    .section {
        padding:5rem 0
    }

    .custom__container {
        max-width: 1200px
    }

    /* .c-button {
        padding: 1.2rem 5rem 1.2rem 1.5rem
    } */
}

@media (max-width: 1280px) {
    .custom__container {
        max-width:1000px
    }

    .section {
        padding: 5rem 0
    }

    .card__body {
        min-height: 360px
    }

    .public__slider__banner {
        height: 610px
    }
}

@media (max-width: 1024px) {
    .custom__container {
        max-width:900px
    }

    .c-button {
        padding: 0.8rem 3.3rem 0.8rem 1.5rem
    }
}

@media (max-width: 992px) {
    .custom__container {
        max-width:768px
    }
}

@media (max-width: 768px) {
    .section {
        padding:4rem 0
    }

    .c-button {
        padding: 0.7rem 5rem 0.7rem 1.5rem
    }
}

@media (max-width: 576px) {
    .custom__container {
        max-width:100%;
        padding-right: 25px;
        padding-left: 25px
    }

    .section {
        padding: 2rem 0
    }

    .c-button {
        padding: 0.8rem 3.5rem 0.8rem 1.2rem;
        font-weight: 400;
    }
}

.banner__carousel-caption {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff
}

.carousel__content__heading {
    font-size: calc(30px + (70 - 30) * (100vw - 375px) / (1920 - 375));
    margin-bottom: calc(14px + (24 - 14) * (100vw - 375px) / (1920 - 375));
    width: 800px;
    line-height: 1.15;
    text-shadow: 1px 2px 2px #000
}

.carousel__content__heading a {
    color: #fff
}

.carousel__content__desc {
    display: flex;
    flex-direction: column;
    text-shadow: 1px 2px 2px #000;
}

.carousel__content__desc p {
    width: 450px;
    font-size: calc(16px + (18 - 16) * (100vw - 375px) / (1920 - 375));
    font-weight: 300;
    margin-right: 3rem;
    margin-bottom: 0
}

.section--one {
    height: 100vh;
    background-color: #3c4349;
    padding: 0;
    overflow: hidden
}

@media(max-width: 768px) {
    .section--one {
        height: 100vh;
    }
}

.scroll-down {
    position: absolute;
    width: 40px;
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    z-index: 10;
    border: 2px solid rgb(255 255 255 / 40%);
    border-radius: 45px;
    padding: 10px 6px 30px 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: .35s
}

.scroll-down span {
    display: inline-block;
    height: 10px;
    width: 3px;
    border-radius: 5px;
    background: rgb(255 255 255 / 60%)
}

.scroll-down:hover {
    border-color: rgb(255 255 255 / 80%)
}

.scroll-down:hover span {
    background: rgb(255 255 255 / 80%)
}

.carousel-indicators {
    margin: 0;
    left: auto;
    opacity: 1
}

.banner-carousel__indicator {
    position: absolute;
    z-index: 10;
    left: 9%;
    right: 9%;
    bottom: 18vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}


@media(min-width:2560px)
{
    .banner-carousel__indicator {
    left: 19%;
    right: 19%;
}
}

@media(max-width: 1440px) {
    .banner-carousel__indicator {
        left: 7%;
        right: 7%;
    }
}

.carousel-indicators li {
    margin: 0;
    background: #fff0;
    opacity: 1;
    border: none;
    text-indent: 0
}

.banner-carousel__indicator li {
    color: #fff;
    height: auto;
    cursor: pointer
}

.indicator__text {
    position: relative;
    display: block;
    text-align: left;
    margin: 1rem 0 0 0;
}

.indicator__text span {
    font-size: 1.1rem;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    font-weight: 100;
    letter-spacing: 1px;
    opacity: .5;
}

@media(max-width: 768px) {
    .indicator__text span {
        font-size: 0.8rem;
    }
}

.indicator__text span:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: -35px;
    height: 40px;
    left: 0;
    transition: .35s
}

.banner-carousel__indicator li.active span {
    opacity: 1
}

.banner-carousel__indicator li.active span:before {
    opacity: .4
}

.section--one .carousel-item {
    height: 100vh;
    position: relative;
}

@media (max-width: 1366px) {
    .section--one .carousel-item {
        height: 100vh;
    }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) {
  
  .section--one ,.section--one .carousel-item {
        height: 38.25rem;
    }
    .banner-carousel__indicator {
        bottom: 5vh;
}
}




@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) {
  
    .section--one ,.section--one .carousel-item {
        height: 38.25rem;
    }
    .banner-carousel__indicator {
        bottom: 7vh;
}
}

@media only screen 
  and (min-device-width: 820px)
  and (max-device-width: 1180px)
  and (orientation: portrait) {

    .section--one ,.section--one .carousel-item {
        height: 38.25rem;
    }
    .banner-carousel__indicator {
        bottom: 5vh;
}
}


@media only screen 
  and (min-device-width: 820px)
  and (max-device-width: 1180px)
  and (orientation: landscape) {

    .section--one ,.section--one .carousel-item {
        height:38.25rem;
    }
    .banner-carousel__indicator {
        bottom: 5vh;
}
  }

  @media (max-width: 820px) {
    .section--one ,.section--one .carousel-item {
        height:30.3125rem;
    }
    .banner-carousel__indicator {
        bottom: 5vh;
}
  
  }

  @media only screen 
  and (min-device-width: 2560px)
  and (max-device-width: 2560px)
  and (min-device-height: 1600px)
  and (max-device-height: 1600px) {
  
    .section--one ,.section--one .carousel-item {
    height: 80vh; 
  }
}



  @media (max-width: 600px) {
    .section--one ,.section--one .carousel-item {
        height:100vh;
    }
  }



.section--one .carousel-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 1440px) {
    .carousel__content__heading {
        width:600px
    }
}

@media (max-width: 576px) {
    .scroll-down {
        display:none
    }

    .banner__carousel-caption {
        bottom: 20%;
        align-items: flex-end
    }

    .rounded-arrow {
        transform: scale(.8)
    }

    .carousel__content__heading {
        text-align: center;
        width: auto
    }

    .carousel__content__desc {
        flex-flow: column;
        text-align: center
    }

    .carousel__content__desc p {
        width: auto;
        margin: 0 0 1.5rem 0
    }

    .indicator__text {
        display: none
    }

    .banner-carousel__indicator {
        bottom: 100px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .banner-carousel__indicator li {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 5px;
        border-radius: 100%;
        background-color: transparent!important;
        border: 1px solid #fff;
        position: static
    }

    .carousel-indicators li.active {
        background: #fff!important
    }
}

.about-csm {
    padding: 5rem 0 4rem 0
}

.about__section__logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 1rem;
    font-weight: 500;
    flex-wrap: wrap;
}

.about__section__logo img {
    object-fit: contain;
    margin: auto;
    padding: 1rem 0;
}

@media(max-width: 1600px) {
    .about__section__logo img {
        height: 100px;
    }
}

@media(max-width: 1024px) {
.about__section__logo 
    {
    gap: 1rem;
}

    .about__section__logo img {
        height: 80px;
    }

    .about__section__logo {
        display: flex;
        font-size: 14px;
    }
}


@media(max-width: 768px) {
    .about__section__logo  {
        justify-content: center;
    }
}


@media (max-width: 1440px) {
    .about-csm {
        padding:4rem 0 3rem 0
    }
}

@media (max-width: 576px) {
    .about-csm:before {
        width:50%
    }

    .about-csm {
        padding: 5rem 0 2.5rem 0!important
    }

    .about__section__logo {
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        align-items: center;
        margin-bottom: 0rem;
        /* font-size: 0.7rem; */
    }
}

.digital-transformation {
    background: #f1f1f1;
    overflow: visible
}

.digital-transformation__container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.digital-transformation__content {
    flex: 0 0 50%
}

@media(max-width: 1440px) {
    .digital-transformation__content {
        flex: 0 0 45%
    }
}

@media(max-width: 1024px) {
    .digital-transformation__content {
        flex:0 0 40%;
    }
}

.digital-transformation__content .section__heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    transform: translateY(-50%);
    width: 100%;
    height: 7px;
    background-image: url(../../img/website/divider.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.digital-transformation__content .section__button a {
    color: var(--web-color3);
    font-size: 1.3rem;
    font-weight: 600;
}

@media(max-width: 768px) {
    .digital-transformation__content .section__button a {
        color:var(--white);
    }
}

.digital-transformation__content .caption {
    color: #847878;
    font-weight: 100;
    font-family: 'Overpass',sans-serif;
    font-size: 1.25rem
}

.digital-transformation__content h3 {
    color: #847878;
    font-size: 2.5rem;
    font-size: calc(28px + (60 - 28) * (100vw - 375px) / (1440 - 375));
    line-height: 1.2;
    margin-bottom: 3.5rem
}

.digital-transformation__content .content {
    color: #2d2c2c;
    margin-bottom: 6rem
}

.digital-transformation__media {
    background-size: cover;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    width: 45%;
    background-color: #f9fafb
}

.lazy-bg.visible {
    background-image: url(../../img/website/findmore/casestydy.jpg)
}

@media (max-width: 768px) {
    .section_content {
        padding:0 2rem
    }

    .section_content h1 {
        margin-bottom: 0
    }

    .section_content .content {
        color: #2d2c2c;
        margin-bottom: 3rem
    }

    .digital-transformation {
        background: #000000;
        padding: 4rem 0 4rem 0
    }

    .digital-transformation__content {
        flex: 0 0 100%;
        position: relative;
        z-index: 1
    }

    .digital-transformation__content .section__heading {
        color: #fff!important
    }

    .digital-transformation__content .large-para {
        color: #e1e1e1!important
    }

    .digital-transformation__content .caption {
        color: #f3bc79
    }

    .digital-transformation__media {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: 100%;
        width: auto;
        z-index: 0
    }

    .img_top_border::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / .6);
        z-index: 1
    }

    .digital-transformation .c-button {
        color: #fff
    }

    .digital-transformation .c-button__background {
        border: none;
        background: var(--web-color1)
    }

    .digital-transformation .c-button__ico {
        border-color: #fff
    }

    .digital-transformation .c-button__ico:before,.digital-transformation .c-button__ico:after {
        background: #fff
    }

    .custom__container {
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px
    }
}

@media (max-width: 576px) {
    .section_content {
        flex:0 0 100%;
        padding: 0 1rem
    }

    .section_img {
        display: none
    }

    .section_content h1 {
        margin: 1rem 0
    }

    .section_content .content {
        color: #2d2c2c;
        margin-bottom: 2rem
    }

    .lazy-bg.visible {
        background-image: url(../../img/website/digital-transformation-mbl.webp)
    }

    .img_top_border::before {
        width: 50%;
        left: auto;
        right: 0
    }

    .digital-transformation__media {
        background-size: auto 100%
    }
}

.service--section {
    background: #272727;
}

.mob-service-section {
    display: none
}

.service__tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5b5a5a;
}

@media(max-width: 1024px) {
    .service__tabs {
        flex-wrap: wrap;
        border-bottom: none;
    }
}

.service__tab__link {
    cursor: pointer;
    transition: all ease 0.25s;
    font-family: "Maven Pro", serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    color: #929292;
    padding: 1.5rem 1rem;
    line-height: 1.2;
}

@media(max-width: 1600px) {
    .service__tab__link {
        margin: 0px 0.2rem -0.1rem 0px;
    }
}

.circle--btn {
    transform: rotate(-90deg);
    margin-right: .8rem;
    font-size: 18px;
    display: inline-block;
}

.service__tab__link.active {
    position: relative;
    color: #fff;
}

.service__tab__link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

@media(max-width: 1600px) {
    .service__tab__link.active::after {
        bottom: 0px;
    }
}

.service__tab__link.active::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -11px;
    width: 0;
    z-index: 1;
    height: 0;
    border-top: solid 10px #FFF;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

@media(max-width: 1024px) {
    .service__tab__link.active::before {
        border-top: none;
        border-left: none;
        border-right: none;
    }
}

.service__tab__link:hover {
    color: var(--web-color1)
}

.service__tab__link.tab--orange:hover {
    color: var(--web-color1)
}

.service__tab__link.tab--red:hover {
    color: var(--web-color2)
}

.service__tab__link:hover.active {
    color: #fff
}

.service__tab__link.tab--orange.active {
    background: var(--web-color1)
}

.service__tab__link.tab--red.active {
    background: var(--web-color2)
}

.service__content {
    padding: 3rem 0rem;
    padding-bottom: 0;
}

.service__tab__content {
    display: none;
    color: #000;
    font-weight: 300;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards
}

.service__tab__content.active {
    display: block
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none
    }
}

.service__content__details {
    width: 55%
}

.section__content__heading {
    font-size: calc(27px + (40 - 27) * (100vw - 375px) / (1920 - 375));
    font-weight: 500;
}

.service__card__slider .swiper-container:before,.service__card__slider .swiper-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
}

.service__card__slider .swiper-container:before {
    left: -30px
}

.swiper-button-next,.swiper-button-prev {
    opacity: 1!important
}

.service__card__slider .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet:focus {
    outline: none
}

.service__card__slider .swiper-pagination {
    bottom: -40px!important
}

.service__card__slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f7941d
}

.service__card__slider {
    position: relative
}

.service__card__slider .card__body {
    padding: 3rem 2.5rem 2rem 2.5rem;
    min-height: 300px
}

.section__card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    margin: 3px;
}

.section__card:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 25%)
}

.card__img img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: #f5f5f5;
    border-radius: 20px;
}

.publication--card .card__img img {
    border-radius: 20px 20px 0 0;
    border: 1px solid #f3f3f3;
}

.card__img .card__type {
    left: auto;
    right: 1.5rem;
    top: 225px
}

.service__card__slider h4.card__heading {
    font-size: calc(18px + (24 - 18) * (100vw - 375px) / (1920 - 375));
    color: var(--white);
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.service__card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__read__more .circle--btn {
    margin-left: 1rem;
    font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1920 - 375));
    transition: .25s;
    display: inline-block;
    position: relative;
    left: 0
}

.card__read__more a {
    color: var(--web-color3);
    position: relative;
    font-weight: 500;
    transition: .25s;
    font-size: calc(15px + (18 - 15) * (100vw - 375px) / (1920 - 375));
}

.card__read__more a:hover {
    color: var(--web-color1)
}

.service__download a {
    color: #ffffff;
    margin-top: 0.5rem;
    align-items: center;
}

.service__download i {
    font-size: 18px
}

.service__card__arrow {
    margin-right: -28px;
    right: 0;
    top: -75px;
    position: absolute;
}

.service__card__arrow .swiper-button-prev {
    margin-right: 1rem
}

.swiper-button-disabled {
    opacity: 0.3!important
}

.swiper-button-disabled.swiper-button-next:before,.swiper-button-disabled.swiper-button-prev:before {
    border-color: #868686 #868686 #fff0 #fff0!important
}

.select__tab {
    display: none
}

.return-back {
    color: #55a7ff;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease all;
    display: flex;
    align-items: center
}

.return-back:hover {
    color: #1559a2
}

.return-back .icon {
    margin-right: 10px
}

.offering-document-modal .close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15
}

.modal-frame .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem 0 0;
    margin-bottom: 1rem;
    flex-flow: row
}

@media (max-width: 1600px) {
    .service__card__slider .card__body {
        padding:2rem 1.5rem 1rem 1.5rem
    }

    .service__card__button {
        bottom: 2.5rem;
        left: 1.5rem;
        right: 1.5rem
    }
}

@media (max-width: 1440px) {
    .service__tab__link {
        width: 185px;
        font-size: 1rem;
        height: 75px;
    }

    .service__content {
        padding: 2rem 0rem 0 0
    }

    .circle--btn {
        font-size: 18px
    }

    .card__body .card__text {
        min-height: 60px
    }

    .service__card__slider .card__body {
        padding: 3rem 2.5rem 2rem 2.5rem
    }

    .service__card__button {
        bottom: 3.5rem;
        left: 2.5rem;
        right: 2.5rem
    }

    .service__content__details p {
        padding-right: 0
    }
}

@media (max-width: 1366px) {
    .service__content__details p {
        padding-right:0rem
    }

    .return-back {
        margin-bottom: 1rem
    }
}

@media (max-width: 1024px) {
    .service__content__details p {
        font-size:1rem
    }

    .service__tab__link {
        width: 283px;
        padding: 1rem;
        font-size: 1.1rem;
        border: 1px solid grey;
        margin-bottom: 0.1rem;
    }

    .service__card__slider .card__body {
        padding: 2rem 1.5rem 1rem 1.5rem
    }

    .service__card__button {
        bottom: 2.5rem;
        left: 1.5rem;
        right: 1.5rem
    }

    .modal-frame .modal-header {
        flex-flow: column-reverse
    }
}

@media (max-width: 992px) {
.service__tab__link {
    width: 240px;
}
}


@media (max-width: 768px) {
    .service--section {
        display:none
    }

    .mob-service-section {
        display: block
    }

    .mob-service-cards {
        display: flex;
        flex-flow: column
    }

    .service__card__button {
        position: static
    }

    .mob-service-cards .section__card {
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 1rem;
    }

    .mob-service-cards .card__body .card__heading {
        font-size: 1.8rem;
        min-height: auto
    }

    .mob-service-cards .card__body .card__heading:hover {
        color: var(--web-color1);
    }

    .mob-service-cards .card__body .card__text {
        color: #585858;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .mob-service-cards .card__read__more a {
        color: var(--web-color3);
        margin-bottom: 1rem;
    }

    .mob-service-cards .card__read__more a:hover {
        color: var(--web-color1);
    }

    .mob-service-cards .card__read__more a:focus {
        color: var(--web-color3)
    }

    .mob-service-section .c-button {
        display: flex;
        margin: 0 .5rem;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 1rem 0
    }

    .mob-service-section .c-button__ico {
        transform: translateY(0);
        position: static;
        margin: 0 0 0 .5rem
    }
}

@media screen and (min-width: 600px) and (max-width:768px) {
    .mob-service-cards .section__card,.mob-solution-cards .section__card {
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px;
        margin-bottom: 25px
    }

    .mob-service-cards .card__img,.mob-solution-cards .card__img {
        flex: 0 0 48%
    }

    .mob-service-cards .card__body,.mob-solution-cards .card__body {
        flex: 0 0 48%;
        padding: 0
    }
}

@media (max-width: 576px) {
    .section__content__heading {
        display:none
    }

    .select__tab {
        font-size: 1.25rem;
        background: rgb(224 224 224 / 28%);
        color: #333
    }

    .select__tab input {
        width: 100%;
        font-size: 1.25rem;
        color: #333;
        font-weight: 600
    }

    .mob-service-cards .card__body {
        padding: 1rem 25px
    }
}

.solution-section {
    background: #fff
}

.mob-solution-section {
    display: none
}

.solution {
    display: flex;
    gap: 40px;
    background-image: url(../../img/website/findmore/corporate-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 103%;
}

.solution__tabs {
    border-right: 1px solid #e9e9e9;
}

.africa_solution_heading li {
    color: white;
}

.africa_details .solution__details .card__read__more a {
    color: white;
}

.solution__tab__item {
    position: relative;
    z-index: 0;
    font-size: 1.4rem;
    font-family: "Maven Pro", serif;
    line-height: 2;
    padding: 0.3rem 1.5rem;
    transition: .2s;
    cursor: pointer;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: .3rem;
    font-weight: 100;
}

@media(max-width: 1440px) {
    .solution__tab__item {
        font-size: 1.1rem;
        padding: 0.2rem 1.5rem;
    }
}

.solution__tab__item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: var(--web-color1);
    transform: scale(.95);
    opacity: 0;
    transition: .2s
}

.solution__tab__item:hover {
    color: var(--web-color1)
}

.solution__tab__item.item--blue:hover {
    color: var(--web-color3)
}

.solution__tab__item.item--red:hover {
    color: var(--web-color2)
}

.solution__tab__item.active,.solution__tab__item.active:hover {
    color: var(--web-color3);
}

.solution__tab__item.active:before {
    opacity: 1;
    transform: scale(1)
}

.solution__tab__item.item--blue:before {
    background: linear-gradient(90deg, #EFF4F8 0%, #FFFFFF 100%) 0% 0%
}

.solution__tab__item.item--red:before {
    background: var(--web-color2)
}

.solution__tabcontent {
    display: flex;
    gap: 3rem;
    position: relative;
    opacity: 1;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
    flex: 0 0 75%;
}

.solution__details {
    flex: 0 0 48%
}

.solution__details h4 {
    font-size: calc(23px + (44 - 23) * (100vw - 375px) / (1920 - 375))
}

.solution__list {
    flex: 0 0 50%
}

.solution__list ul {
    margin: 0;
    padding: 0;
    height: 215px;
    overflow-x: hidden;
    overflow-y: auto
}

.solution__list ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 45px
}

.solution__list ul::-webkit-scrollbar-track {
    background: #fff
}

.solution__list ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 45px
}

.solution__list ul:hover::-webkit-scrollbar-thumb {
    background: #e0e0e0
}

.solution__list li {
    margin-bottom: 1.2rem;
    position: relative;
    padding-left: 3rem;
    font-size: calc(15px + (18 - 15) * (100vw - 375px) / (1920 - 375));
    cursor: pointer;
    font-weight: 500;
    font-family: "Maven Pro", serif;
}

.solution__list li:before {
    content: "\e96d";
    font-family: icomoon;
    font-size: 1.3rem;
    color: #333;
    position: absolute;
    left: 0;
    top: 1px;
    transition: .2s;
    transform: rotate(-90deg)
}

.solution__list li.active,.solution__list li:hover {
    color: var(--web-color3);
}

.red-theme .solution__list li.active,.red-theme .solution__list li:hover {
    color: var(--web-color2)
}

.orange-theme .solution__list li.active,.orange-theme .solution__list li:hover {
    color: var(--web-color1)
}

.solution__list li.active:before,.solution__list li:hover:before {
    color: var(--web-color3);
}

.red-theme .solution__list li.active:before,.red-theme .solution__list li:hover:before {
    color: var(--web-color2)
}

.orange-theme .solution__list li.active:before,.orange-theme .solution__list li:hover:before {
    color: var(--web-color1)
}

.solution__list li:hover:before {
    left: 4px
}

.solution__card {
    flex: 0 0 50%;
    border-radius: 20px;
}

.solution__card:after {
    content: "";
    position: absolute;
    bottom: -70%;
    left: -20%;
    top: 0;
    z-index: -1;
    width: 150%;
    background-image: url(../../img/website/wave-line.svg);
    background-repeat: no-repeat;
    background-position: bottom -5rem right -15rem;
    background-size: 285% auto;
    transform: rotate(-15deg);
    opacity: .35
}

.solution__card img {
    width: 100%;
    border-radius: 20px;
}

.solution__card h5 {
    font-size: calc(20px + (25 - 20) * (100vw - 375px) / (1920 - 375))
}

.solution__card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.solution__card__options {
    font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1920 - 375));
    color: rgb(0 0 0 / .7);
    transition: .25s;
    cursor: pointer
}

.solution__card__options span {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: #ffbb68
}

.solution__card__options:hover span {
    color: var(--web-color1)
}

.solution__card__options:hover {
    color: rgb(0 0 0)
}

@media(max-width: 992px) {
    .solution .swiper-pagination-bullet {
        cursor: pointer;
        background: var(--web-color1);
        opacity: 1;
    }

    .solution .swiper-pagination-bullet-active {
        cursor: pointer;
        background: #3f4348;
    }
}

@media(min-width: 992px) {
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: unset!important;
    }
}

#solutionPagination {
    width: 100%!important;
}

@media (max-width: 1440px) {
    .large-para {
        font-size:1rem
    }
}

@media (max-width: 1366px) {
    .large-para {
        font-size:1rem
    }

    .solution__card h5 {
        width: auto
    }

    .solution__card__options span {
        margin-right: .5rem;
        font-size: 1rem
    }
}

@media (max-width: 1280px) {
    .solution__card {
        border:none;
        box-shadow: none;
        padding-right: 0;
        padding-left: 0
    }

    .solution__card p {
        width: 100%;
        margin-bottom: 0
    }
}

@media (max-width: 1024px) {
    .solution__card {
        padding:1.5rem
    }
}

@media (max-width: 768px) {
    .solution-section {
        display:none
    }

    .mob-solution-section {
        display: block;
        background: #f5f5f5
    }

    .mob-solution-cards {
        display: flex;
        flex-flow: column
    }

    .mob-solution-cards .section__card {
        box-shadow: none;
        border-radius: 0;
        background: #fff0
    }

    .mob-solution-cards .card__body .card__heading {
        font-size: 1.8rem;
        min-height: auto
    }

    .mob-solution-cards .card__body .card__text {
        color: #585858;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .mob-solution-section .c-button {
        display: flex;
        margin: 0 .5rem;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 1rem 0
    }

    .mob-solution-section .c-button__ico {
        transform: translateY(0);
        position: static;
        margin: 0 0 0 .5rem
    }

    .solution__tabcontent {
        display: block;
        margin-top: 2rem
    }

    .solution__card {
        border: 1px solid #f7f7f7;
        padding: 2.5rem;
        box-shadow: 3px 3px 10px rgb(0 0 0 / 10%)
    }
}

@media (max-width: 576px) {
    .solution-section {
        background:#fff4f5
    }

    .solution__card {
        flex: 0 0 100%;
        margin-top: 1.5rem;
        padding: 1.35rem
    }

    .solution__tabs {
        display: flex;
        flex-wrap: wrap;
        background: #fff0;
        border-radius: 0;
        border: none;
        box-shadow: none
    }

    .solution__tab__item {
        background: #fff4f5;
        border-radius: 5px;
        overflow: hidden;
        padding: .6rem 1em;
        font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1920 - 375));
        margin: 0 .5rem .5rem 0;
        border: 1px solid #e2caad
    }

    .solution__tab__item.active,.solution__tab__item.active:hover {
        border-color: #f7941d
    }

    .solution__tab__item:before {
        transform: scale(.8);
        border-radius: 3px
    }

    .solution__tab__item.active:before {
        transform: scale(1.1)
    }

    .solution__tabcontent {
        margin-top: 1.5rem
    }

    .solution__list ul {
        height: auto;
        margin-top: 1.5rem
    }

    .solution__list li {
        padding-left: 1.5rem;
        margin-bottom: 1rem
    }

    .solution__list li:before {
        font-size: .85rem;
        top: 2px
    }

    .solution__card h5 {
        line-height: 1.35
    }

    .solution__card p {
        width: 100%;
        font-size: .9rem;
        margin-bottom: 1.5rem
    }

    .solution__card:after {
        background-position: bottom -22rem right -30rem;
        background-size: 500% auto;
        opacity: .35
    }

    .solution__card__options span {
        font-size: .85rem
    }

    .solution__list li.active,.solution__list li:hover,.solution__list li.active:before,.solution__list li:hover:before {
        color: #ec880f
    }

    .solution__details {
        display: none
    }

    .mob-solution-cards .card__body {
        padding: 4rem 25px
    }

    .card__img {
        padding: 0rem 1.5rem 0rem 1.5rem;
    }

    .publication--card .card__img {
        height: 250px;
        padding: 0rem;
    }
}

.publication__section {
    background: #f9fafb;
    position: relative;
    z-index: 0
}

.publication__section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background-image: url(../../img/website/wave-line.svg);
    background-repeat: no-repeat;
    background-size: 130% 100%;
    background-position-y: 30rem;
    background-position-x: -20rem;
    opacity: .3
}

.select__filter {
    display: none
}

.Publication__filter .filter__link {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center
}

.Publication__filter .filter__link li {
    color: #333;
    margin: 0 2rem 0 0;
    font-weight: 300;
    cursor: pointer;
    height: 50px;
    padding: 0 1.6rem;
}

.Publication__filter .filter__link li.active {
    position: relative;
    color: var(--web-color1);
}

.Publication__filter .filter__link li.active::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, #fcb712, #db263b);
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media(max-width: 768px) {
    .Publication__filter .filter__link li.active::before {
        background: unset;
    }
}

.Publication__filter .link--orange.filter__link li.active {
    border-bottom: 3px solid var(--web-color1);
    color: var(--web-color1)
}

.Publication__filter .link--red.filter__link li.active {
    border-bottom: 3px solid var(--web-color2);
    color: var(--web-color2)
}

.Publication__filter .filter__link li:hover {
    color: var(--web-color1)
}

.Publication__filter .link--orange.filter__link li:hover {
    color: var(--web-color1)
}

.Publication__filter .link--red.filter__link li:hover {
    color: var(--web-color2)
}

.Publication__filter .filter__link li:last-child {
    margin-right: 0;
    margin-left: auto;
}

@media(max-width: 768px) {
    .Publication__filter .filter__link li:last-child {
        margin-left: 0;
        display: flex;
        gap: 0.2rem;
    }
}

.publication--card {
    margin-bottom: 1.5rem
}

.publication--card:nth-child(4n+1) .card__type,.publication__slider:nth-child(4n+1) .card__type {
    background: transparent linear-gradient(90deg, #FDBC11 0%, #D91F3D 100%) 0% 0% no-repeat padding-box;
}

.publication--card:nth-child(4n+2) .card__type,.publication__slider:nth-child(4n+2) .card__type {
    background: transparent linear-gradient(90deg, #FDBC11 0%, #D91F3D 100%) 0% 0% no-repeat padding-box;
}

.publication--card:nth-child(4n+3) .card__type,.publication__slider:nth-child(4n+3) .card__type {
    background: transparent linear-gradient(90deg, #FDBC11 0%, #D91F3D 100%) 0% 0% no-repeat padding-box;
}

.publication--card:nth-child(4n+4) .card__type,.publication__slider:nth-child(4n+4) .card__type {
    background: #333
}

.publication__slider__section {
    margin-bottom: 4.5rem
}

.public__slider__banner {
    width: 100%;
    background: #dedede;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    height: 500px
}

.public__slider__banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 92%;
    background: linear-gradient(to top,black,transparent)
}

.public__slider__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.publication__content {
    margin-top: 4.5rem;
    min-height: 600px;
}

.public__slider__content {
    position: absolute;
    left: 2.5rem;
    bottom: 2rem;
    color: #fff
}

.publication--type {
    position: static
}

.public__slider__content h3 {
    font-size: calc(24px + (32 - 24) * (100vw - 375px) / (1920 - 375));
    width: 700px;
    margin-top: 2rem;
    margin-bottom: .6rem
}

.public__slider__content .slider--title span {
    color: #bdbdbd
}

.public__slider__content a {
    color: #fff;
    display: block
}

.public__slider__content a:hover {
    color: var(--web-color1)
}

.publication__arrow {
    margin-right: 0;
    position: absolute;
    right: 2rem;
    bottom: 7rem
}

@media(max-width:1024px)
{
    .publication__arrow {
        bottom: 5rem
    }
}

.publication__arrow .swiper-button-prev {
    margin-right: 1rem
}

.subscribe--input {
    width: 100%;
    border-radius: 10px 0 0 10px;
    border: 1px solid #dedede;
    padding: 1rem;
    color: #9d9d9d;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    background: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    height: 70px;
}

.subscribe--input::placeholder {
    color: #bababa
}

.subscribe--input:focus {
    outline: none;
    border-color: #d09fa4
}

.subscribe__section {
    margin: 2rem 0 0
}

.subscribe--btn {
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
    height: 70px;
    font-size: 1.1rem;
    text-transform: capitalize;
    font-weight: 400;
    padding: 1rem;
}

@media (max-width: 1600px) {
    .publication--card .service__card__button {
        bottom:3.5rem;
        left: 2.5rem;
        right: 2.5rem
    }
}

@media (max-width: 1600px) {
    .Publication__filter .filter__link li {
        margin:0 0.3rem 0 0;
    }

    .public__slider__content h3 {
        width: 530px
    }

    .public__slider__banner {
        height: 503px
    }

    .subscribe--input {
        height: 70px;
        padding: 0 0.5rem 0 0.5rem
    }

    .subscribe--btn {
        height: 70px
    }
}

@media (max-width: 1280px) {
    .publication--card {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .publication--card {
        margin-bottom: 2.2rem
    }

    .publication__content {
        margin-top: 2.2rem
    }

    .card__body .card__text {
        min-height: 75px
    }

    .publication__slider__section {
        margin-bottom: 1.5rem
    }

    .Publication__filter .filter__link li {
        padding: 0 1.5rem;
        margin: 0 0rem 0 0
    }

    .public__slider__content h3 {
        width: 450px
    }
}

@media (max-width: 1024px) {
    .Publication__filter .filter__link li {
        margin:0 0rem 0 0;
        padding: 0 1rem
    }

    .card__body .card__text {
        min-height: 95px
    }

    .public__slider__content h3 {
        width: 450px
    }

    .card__body {
        padding: 2.5rem 1.5rem;
    }

    .share-widget.desktop-only {
        display: none
    }

    .publication--card .service__card__button {
        bottom: 2.5rem;
        left: 1.5rem;
        right: 1.5rem
    }
}

@media (max-width: 768px) {
    .publication__content .row {
        margin-right:-25px;
        margin-left: -25px
    }

    .publication--card {
        margin-top: 2rem;
        margin-left: 0rem;
    }

    .Publication__filter .filter__link li.active {
        border-bottom: none;
        border-bottom: none;
        border: 1px solid var(--web-color1);
        border-radius: 5px;
    }

    .publication--card .section__card {
        border-radius: 0;
        box-shadow: none;
        background: #fff0
    }

    .publication--card:last-child .section__card {
        border: none
    }

    .card__body {
        padding: 2rem 1rem;
        min-height: auto
    }

    .publication__content .card__img img {
        border-radius: 10px;
    }

    .publication--card {
        margin-bottom: 0rem;
    }

    .publication__slider__section {
        margin-bottom: 0
    }

    .publication__arrow {
        display: none!important
    }

    .public__slider__content h3 {
        width: 95%
    }

    .publication__slider__section .swiper-container {
        position: static
    }

    .publication--pagination {
        bottom: 30px!important
    }

    .Publication__filter .filter__link {
    }

    .Publication__filter .filter__link li {
        margin-bottom: 0;
        margin-bottom: 0;
        border: 1px solid var(--bs-body-color);
        border-radius: 5px;
        height: 30px;
    }

    .Publication__filter {
        align-items: flex-start!important
    }

    .select__filter {
        width: 100%;
        cursor: pointer;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
        color: #333;
        padding: 0 0 .5rem 0;
        font-weight: 700;
        font-size: 1.2rem;
        border-bottom: 1px solid #ccc
    }

    .select__filter input {
        width: 100%;
        border: 0;
        background: none;
        color: #333
    }

    .select__filter input::placeholder {
        color: #333
    }

    .select__filter input:focus {
        outline: none
    }

    .filter__details i {
        margin-right: .8rem;
    }

    .filter__details {
        width: 80%;
        position: relative
    }

    .Publication__filter .filter__link {
        display: flex!important;
        border-bottom: none;
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .card__body .card__text {
        min-height: auto;
        margin-bottom: 1.5rem
    }

    .publication--card .card__body .card__heading {
        min-height: auto
    }

    .publication--card .card__type {
        padding: 4px;
        position: static;
        margin-bottom: 1rem;
        display: inline-block
    }

    .publication--card .section__card {
        padding-bottom: 180px
    }

    .publication__content .card__body {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 2rem;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: flex-end;
        background: linear-gradient(to top,#000,#000,transparent);
        border-radius: 10px;
    }

    .publication--card .card__body .card__heading {
        color: #fff
    }

    .publication--card .card__body .card__text {
        margin-bottom: 0;
        color: #c5c5c5
    }

    .publication--card .card__read__more a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 5;
        background: #000;
        opacity: 0
    }

    .publication__slider__container {
        padding: 0rem 1rem 0rem 1rem;
    }

    .public__slider__banner {
        height: auto;
        padding-bottom: 10rem;
        border-radius: 10px;
    }

    .public__slider__banner:before {
        height: 100%;
        background: linear-gradient(to top,#000,#000,transparent)
    }

    .publication__slider__section .swiper-pagination-bullet {
        background: var(--web-color1) !important;
        opacity: 1 !important;
    }

    .publication__slider__section .swiper-pagination-bullet-active {
        background: #afafaf!important;
        opacity: 1!important
    }
}

@media (max-width: 576px) {
    .publication__content {
        min-height:450px;
        margin-bottom: 2rem;
    }

    .subscribe__section {
        display: block!important;
        text-align: center;
        margin: 0rem 0 0 0
    }

    .subscribe--input {
        border-radius: 5px;
        height: auto;
        padding: 1rem 1rem
    }

    .subscribe--btn {
        border-radius: 5px;
        margin-top: 2rem;
        font-size: 1rem;
        padding: 1rem 1.6rem;
        display: inline-block;
        width: auto;
        height: auto
    }

    .publication__section {
        padding: 3rem 0 2rem 0;
        background: #fff
    }

    .public__slider__content h3 {
        width: auto
    }

    .public__slider__content {
        left: 2rem;
        right: 1rem;
        bottom: 1rem
    }

    .Publication__filter .filter__link li {
        margin-right: 0;
        font-size: 1rem;
        height: auto;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .publication__section:before {
        background-size: 450% 100%;
        background-position-x: -50rem;
        background-position-y: 85rem;
        opacity: .5
    }

    .public__slider__banner {
        padding-bottom: 0;
        height: 400px
    }

    .public__slider__banner img {
        height: auto
    }

    .publication__slider__section .publication--pagination {
        right: 20px!important;
        left: auto!important;
        transform: translateX(0)!important;
        bottom: 40px!important
    }

    .Publication__filter .card__read__more {
        display: none
    }

    .filter__details {
        width: 100%
    }
}

.tech__expertise__section {
    background: #f6f6f6
}

.mob-tech__expertise__section {
    display: none
}

.expertise__card a:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.expertise__card {
    background: #fff;
    box-shadow: 0 0 12px 2px #eaeaea;
    padding: 3rem;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
    position: relative;
    height: 230px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.expertise__card h4 {
    font-size: calc(22px + (30 - 22) * (100vw - 375px) / (1920 - 375));
    font-weight: 700;
    margin-bottom: 1.5rem
}

.expertise__card:hover {
    background: var(--web-color3);
    color: #fff
}

.us-region .expertise__card:hover {
    background: var(--web-color2)
}

.hide__card {
    width: 400px;
    height: 250px;
    background: #f6f6f6;
    position: absolute;
    z-index: 9;
    bottom: 12px;
    right: 0
}

.expertise__card p {
    font-size: calc(15px + (18 - 15) * (100vw - 375px) / (1920 - 375));
    margin-bottom: 0;
    line-height: 1.3;
    color: #585858
}

.expertise__card:hover p {
    color: #fff
}

.expertise__card__arrow {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 41px
}

.expertise__card__arrow .swiper-button-prev {
    margin-right: 4rem
}

.expertise__img__part {
    float: right
}

.expertise__slider__part .swiper-container {
    padding: 1.5rem 2.5rem;
    margin: 0 -2.5rem 0 -2.5rem
}

.expertise__slider__part .swiper-container:before,.expertise__slider__part .swiper-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    background: linear-gradient(to right,#f6f6f6,#fff0)
}

.expertise__slider__part .swiper-container:after {
    background: linear-gradient(to left,#f6f6f6,#fff0);
    right: 0;
    left: auto
}

@media (max-width: 1680px) {
    .hide__card {
        width:345px
    }
}

@media (max-width: 1600px) {
    .hide__card {
        width:335px
    }
}

@media (max-width: 1440px) {
    .hide__card {
        width:300px;
        height: 265px
    }

    .expertise__card {
        height: 245px;
        padding: 1.5rem
    }
}

@media (max-width: 1366px) {
    .hide__card {
        width:295px
    }

    .expertise__card p {
        font-size: 1.1rem
    }
}

@media (max-width: 1280px) {
    .expertise__card {
        height:300px
    }

    .hide__card {
        width: 250px;
        height: 320px
    }
}

@media (max-width: 1024px) {
    .hide__card {
        display:none
    }

    .expertise__card__arrow {
        position: relative;
        bottom: -35px
    }

    .expertise__card {
        height: 245px
    }
}

@media (max-width: 768px) {
    .tech__expertise__section {
        display:none
    }

    .mob-tech__expertise__section {
        display: block
    }

    .mob-tech__expertise__cards {
        display: flex;
        flex-flow: column
    }

    .expertise__card {
        box-shadow: none;
        border-radius: 0;
        color: #fff
    }

    .expertise__card:nth-child(1) {
        background: #118fbb
    }

    .expertise__card:nth-child(2) {
        background: #34a0c5
    }

    .expertise__card:nth-child(3) {
        background: #55afce
    }

    .expertise__card p {
        color: #fff;
        font-size: 1rem;
        width: 90%;
        line-height: 1.5
    }

    .expertise__card h4 {
        font-size: 1.5rem
    }

    .service--section {
        padding-bottom: 0
    }

    .expertise__card a {
        color: #fff;
        margin-top: 1.5rem
    }

    .expertise__card .circle--btn {
        margin-left: 1rem
    }

    .subscribe--input {
        font-size: 1.2rem;
        padding: 0 0 0 1.5rem
    }
}

@media (max-width: 576px) {
    .subscribe--input {
        font-size:1rem;
        padding: 1rem 1rem
    }

    .subscribe--input::placeholder {
        font-size: .8rem
    }

    .expertise__card p {
        font-size: 1rem
    }

    .expertise__card:hover {
        background: #2089ad
    }
}

.career-section {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.career-img {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.career-img picture {
    width: 100%
}

.career-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.career-section .section__heading {
    position: absolute;
    color: #f5f5f5;
    font-size: calc(40px + (52 - 40) * (100vw - 375px) / (1920 - 375));
    letter-spacing: .5px;
    background: rgb(17 143 187 / 70%);
    padding: 4.5rem 7rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
    margin: 0
}

.us-region.career-section .section__heading {
    background: rgb(215 24 42 / 58%)
}

.career-content {
    flex: 0 0 50%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    background: #f7f7f7
}

.career-card {
    flex: 0 0 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: rgb(0 0 0 / 70%);
    padding: 1.5rem 1rem;
    position: relative;
    z-index: 9;
    transition: all 0.25s
}

.career-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: var(--web-color1);
    transform: scale(.95);
    opacity: 0;
    transition: .25s
}

.career-card.card--blue:before {
    background: var(--web-color3)
}

.career-card.card--red:before {
    background: var(--web-color2)
}

.career-card h3 {
    text-align: center;
    font-size: calc(21px + (30 - 21) * (100vw - 375px) / (1920 - 375));
    width: 40%;
    margin-bottom: 1.5rem;
    color: #000
}

.career-card__icon {
    height: calc(30px + (55 - 30) * (100vw - 375px) / (1920 - 375));
    width: calc(30px + (55 - 30) * (100vw - 375px) / (1920 - 375));
    border-color: #333;
    margin-bottom: 1.5rem
}

.career-card__icon:before,.career-card__icon:after {
    background: #333
}

.career-card__caption {
    color: #737373;
    font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1920 - 375))
}

.card_overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: .5s ease
}

.career-card:hover {
    color: #fff;
    border-color: #ffb154
}

.career-card:hover:before {
    opacity: 1;
    transform: scale(1)
}

.career-card:hover .career-card__icon:before,.career-card:hover .career-card__icon:after {
    background: #fff
}

.career-card:hover .career-card__icon {
    border-color: #fff;
    transform: scale(1.2)
}

.career-card:hover .career-card__caption,.career-card:hover h3 {
    color: #fff
}

@media(max-width: 1440px) {
    .career-card h3 {
        width:65%
    }

    .career-card h2 {
        width: 60%
    }
}

@media(max-width: 768px) {
    .career-section {
        flex-flow:column
    }
}

@media(max-width: 576px) {
    .career-section .section__heading {
        padding:4.5rem 6rem
    }

    .career-img__item {
        padding: 2rem 3.5rem;
        font-size: 2rem
    }

    .career-img,.career-content {
        flex: 0 0 100%
    }

    .career-card h2 {
        width: 55%
    }

    .career-card h3 {
        width: 75%;
        margin-bottom: 1rem
    }

    .career-card__icon {
        margin-bottom: 1rem
    }

    .rounded-arrow:before,.rounded-arrow:after {
        height: 1px;
        width: 8px
    }

    .career-card__caption {
        text-align: center
    }
}

.individual-document {
    flex: 0 0 31%;
    margin: .5rem
}

.individual-document {
    background-color: #eaeaea;
    cursor: pointer;
    padding: .8rem;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    transition: .3s ease all
}

.individual-document h3 {
    font-size: 1rem;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin-top: .5rem;
    line-height: 1.5;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .new-cls li:nth-child(1) {
        right:28vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(2) {
        right: 17vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(3) {
        right: 5vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls .indicator__text {
        position: relative;
        display: block;
        text-align: left
    }

    .new-cls li:nth-child(1) .indicator__text span:before {
        background: #fff;
        border: 1px solid #fff
    }

    .new-cls li:nth-child(2) .indicator__text span:before {
        background: #fff;
        border: 1px solid #fff
    }

    .new-cls li:nth-child(3) .indicator__text span:before {
        background: #fff;
        border: 1px solid #fff
    }

    .new-cls .banner-carousel__indicator li.active span:before {
        opacity: .4
    }

    .new-cls .indicator__text span:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 3px;
        width: 5px;
        transform: skewX(-21deg);
        left: -20px;
        right: 7px;
        transition: .35s;
        opacity: .5;
        border-radius: 1px
    }

    .new-cls li.active span {
        opacity: 1
    }

    .new-cls .indicator__text span {
        text-shadow: 0 0 8px #000;
        font-size: .9rem;
        text-transform: capitalize;
        display: inline-block;
        position: relative;
        font-weight: 500;
        letter-spacing: 1px;
        opacity: .5
    }

    .new-cls li.active span:before {
        opacity: 1
    }

    .new-cls li {
        color: #fff;
        position: absolute;
        width: 130px;
        height: auto;
        cursor: pointer
    }

    .new-cls li {
        color: #fff;
        position: absolute;
        width: 75px;
        height: auto;
        cursor: pointer
    }

    .new-cls .indicator__text span {
        font-size: .9rem
    }

    .new-cls li:nth-child(1) {
        right: 0vw;
        bottom: 30vw;
        top: auto
    }

    .new-cls li:nth-child(2) {
        right: 1vw;
        bottom: 23vw;
        top: auto
    }

    .new-cls li:nth-child(3) {
        right: 1vw;
        bottom: 16vw
    }

    .new-cls li {
        width: 145px
    }
}

@media(min-width: 1024px) {
    .new-cls li:nth-child(3) {
        right:1vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(1) {
        right: 30vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(2) {
        right: 16vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls .indicator__text span {
        font-weight: 500;
        letter-spacing: 1px;
        opacity: .5
    }
}

.c-button__ico.new_button:before,.c-button__ico.new_button:after {
    background: #fff
}

.c-button__ico.new_button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    transition: .25s
}

.solution__tab__item.item--blue.new_tab:hover {
    color: #fdb81c
}

.solution__tab__item.active,.solution__tab__item.new_tab.active:hover {
    color: var(--web-color3);
    font-weight: 600;
}

.solution__tab__item.active, .solution__tab__item.new_tab.active:hover {
    color: var(--web-color3);
    font-weight: 600;
    position: relative;
    background: linear-gradient(90deg, #EFF4F8 0%, #FFFFFF 100%) 0% 0% ;
}

.solution__tab__item.active::before, .solution__tab__item.new_tab.active:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 55px;
    width: 4px;
    background: linear-gradient(to right, #fcb712, #db263b);
}

.govtech {
    display: block;
    font-size: calc(30px + (55 - 35) * (100vw - 375px) / (1920 - 375));
    color: #f3bc16;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 768px) {
    .mob-service-cards .card__read__more .card__button a {
        color:#ffc107!important
    }
}

@media(min-width: 1920px) {
    .new-cls li:nth-child(1) {
        right:22vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(2) {
        right: 12vw;
        bottom: 7vh;
        top: unset
    }

    .new-cls li:nth-child(3) {
        right: 1vw;
        bottom: 7vh;
        top: unset
    }
}

@media(max-width: 768px) {
    .govtech-section {
        padding:3rem 0 2rem 0
    }

    .govtech_0 {
        flex-direction: column;
        text-align: center;
        margin-top: 2rem
    }

    .about-csm:after {
        content: "";
        position: absolute;
        right: 0;
        z-index: -1;
        bottom: 0;
        height: 30px;
        width: 100%;
        background: repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--web-color3) 5px 7px)
    }

    .about-new:before {
        content: "";
        position: absolute;
        left: 0;
        z-index: -1;
        top: 0;
        height: 30px;
        width: 100%;
        background: repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--web-color1) 5px 7px)
    }

    .expertise__card:nth-child(1) {
        background: #118fbb
    }

    .expertise__card:nth-child(2) {
        background: #0e9acb
    }

    .expertise__card:nth-child(3) {
        background: #09a3d9
    }
}

.img_0 {
    height: calc(60px + (75 - 60) * (100vw - 375px) / (1920 - 375));
    margin-right: 12px
}

.i-map {
    width: 900px;
    position: relative
}

@media(max-width: 767px) {
    .i-map {
        width:385px;
        padding: 0;
        margin: 30px auto 0
    }

    .i-map svg {
        width: 90%;
        height: auto
    }
}

.i-map svg {
    width: 90%
}

.map-content:after {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: -15px;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff0;
    border-left: 15px solid #fff0;
    border-bottom: none
}

.sudan:hover {
    fill: #077997;
    color: #fff;
    cursor: pointer
}

.ethiopia:hover {
    fill: #8959bd;
    color: #fff;
    cursor: pointer;
    cursor: pointer
}

.kenya:hover {
    fill: #769108;
    color: #fff;
    cursor: pointer
}

.mozambique:hover {
    fill: #70850e;
    color: #fff;
    cursor: pointer
}

.rwanda:hover {
    fill: red;
    color: #fff;
    cursor: pointer
}

.centralafricarepublic:hover {
    fill: #937511;
    color: #fff;
    cursor: pointer
}

.gabon:hover {
    fill: #a00c40;
    color: #fff;
    cursor: pointer
}

.gambia:hover {
    fill: #054d6b;
    color: #fff;
    cursor: pointer
}

.sudan-mc {
    right: 25%;
    top: 21%
}

.ethiopia-mc {
    right: 9%;
    top: 10%
}

.mozambique-mc {
    right: 22%;
    top: 73%
}

.kenya-mc {
    right: 11%;
    top: 33%
}

.rwanda-mc {
    right: 26%;
    top: 44%
}

.centralafricarepublic-mc {
    right: 33%;
    top: 29%
}

.gabon-mc {
    left: 24%;
    top: 42%
}

.gambia-mc {
    left: -2%;
    top: 23%
}

.gambia-mc:after {
    left: 24%
}

.map-content {
    padding: 1rem 2rem;
    margin: 0;
    background: #fcfcfc;
    box-shadow: 2px 0 4px 0 #d8d8d8;
    position: absolute;
    border-radius: 5px
}

.map-content li {
    list-style-type: disclosure-closed;
    color: #f7941d;
    margin: 4px 0
}

.map-content li a {
    color: #3f3d3d
}

.map-content li a:hover {
    color: #f7941d
}

.d-done {
    display: none
}

.map-item:before {
    background-image: url(map-pointer.png)
}

.icon-close {
    border-radius: 50%;
    padding: 7px;
    color: #b2b0b0;
    font-size: 14px;
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer
}

@media(max-width: 1900px) and (min-width:1280px) {
    .govtech_0 {
        display:flex;
        align-items: center;
        margin-top: 3rem
    }

    .i-map {
        width: 662px;
        height: 578px;
        display: flex;
        align-items: center
    }

    .sudan-mc {
        right: 19%;
        top: 17%
    }

    .ethiopia-mc {
        right: 8%;
        top: 1%
    }

    .ethiopia-mc:after {
        left: 62%
    }

    .kenya-mc {
        right: 7%;
        top: 28%
    }

    .kenya-mc:after {
        left: 57%
    }

    .mozambique-mc {
        right: 18%;
        top: 70%
    }

    .gabon-mc {
        left: 18%;
        top: 39%
    }

    .gambia-mc {
        left: -5%;
        top: 19%
    }

    .gambia-mc:after {
        left: 20%
    }

    .rwanda-mc {
        right: 20%;
        top: 41%
    }

    .centralafricarepublic-mc {
        right: 30%;
        top: 27%
    }
}

@media(max-width: 1024px) {
    .govtech-section {
        padding:3rem 0 2rem 0
    }

    .govtech_0 {
        flex-direction: column;
        text-align: center;
        margin-top: 2rem
    }

    .sudan-mc {
        right: 24%;
        top: 20%
    }

    .ethiopia-mc {
        right: 7%;
        top: 9%
    }

    .kenya-mc {
        right: 10%;
        top: 33%
    }

    .mozambique-mc {
        right: 22%;
        top: 72%
    }

    .rwanda-mc {
        right: 25%;
        top: 44%
    }

    .centralafricarepublic-mc {
        right: 33%;
        top: 30%
    }

    .gabon-mc {
        left: 23%;
        top: 42%
    }

    .gambia-mc {
        left: -3%;
        top: 22%
    }
}

@media(max-width: 800px) and (min-width:601px) {
    .i-map {
        width:100%
    }

    .map-content li a {
        font-size: 1rem
    }

    .sudan-mc {
        right: 19%;
        top: 24%
    }

    .ethiopia-mc {
        right: 9%;
        top: 11%
    }

    .ethiopia-mc:after {
        left: 64%
    }

    .kenya-mc {
        right: 3%;
        top: 32%
    }

    .kenya-mc:after {
        left: 48%
    }

    .mozambique-mc {
        right: 18%;
        top: 66%
    }

    .rwanda-mc {
        right: 23%;
        top: 43%
    }

    .gabon-mc {
        left: 18%;
        top: 41%
    }

    .centralafricarepublic-mc {
        right: 29%;
        top: 31%
    }

    .gambia-mc {
        left: 0%;
        top: 25%
    }

    .gambia-mc:after {
        left: 11%
    }
}

.font_0 {
    font-size: 14px;
    font-weight: 600
}

@media(max-width: 600px) {
    .font_0 {
        font-size:23px;
        font-family: Overpass-Regular,Overpass;
        cursor: pointer;
        font-weight: 700
    }

    .i-map svg {
        width: 90%;
        height: auto
    }

    .map-content li {
        list-style-type: disclosure-closed;
        color: #f7941d;
        margin: 0;
        font-size: .8rem;
        line-height: 2
    }

    .sudan-mc {
        right: 13%;
        top: 8%
    }

    .sudan-mc:after {
        left: 57%
    }

    .ethiopia-mc {
        right: 16%;
        top: -31%
    }

    .ethiopia-mc:after {
        left: 83%
    }

    .mozambique-mc {
        right: 14%;
        top: 61%
    }

    .mozambique-mc:after {
        left: 58%
    }

    .gabon-mc {
        left: 7%;
        top: 30%
    }

    .gambia-mc {
        left: -8px;
        top: 10%
    }

    .gambia-mc:after {
        left: 7%
    }

    .kenya-mc {
        right: 15%;
        top: 12%
    }

    .kenya-mc:after {
        left: 80%
    }

    .centralafricarepublic-mc {
        right: 17%;
        top: 18%
    }

    .rwanda-mc {
        right: 14%;
        top: 31%
    }

    .rwanda-mc:after {
        content: " ";
        position: absolute;
        left: 53%
    }
}

@media (min-width: 1501px) {
    .govtech_0 {
        display:flex;
        align-items: center;
        margin-top: 6rem
    }
}

@media(max-width: 320px) {
    .i-map {
        width:333px;
        padding: 0;
        margin: auto
    }

    .sudan-mc {
        right: 13%;
        top: 5%
    }

    .sudan-mc:after {
        left: 60%
    }

    .ethiopia-mc {
        right: 15%;
        top: -60%
    }

    .ethiopia-mc:after {
        left: 83%
    }

    .mozambique-mc {
        right: 12%;
        top: 57%
    }

    .mozambique-mc:after {
        content: " ";
        position: absolute;
        left: 58%
    }

    .gabon-mc {
        left: 0%;
        top: 26%
    }

    .gambia-mc {
        left: -11px;
        top: 7%
    }

    .gambia-mc:after {
        left: 7%
    }

    .kenya-mc {
        right: 15%;
        top: -2%
    }

    .kenya-mc:after {
        left: 81%
    }

    .centralafricarepublic-mc {
        right: 14%;
        top: 14%
    }

    .rwanda-mc {
        right: 12%;
        top: 28%
    }

    .rwanda-mc:after {
        left: 53%
    }
}

.about-new {
    background: #f3efee8a
}

.about-new:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    height: 30px;
    width: 400px;
    background: repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--web-color1) 5px 7px)
}

.tech_stack {
    background: #272727;
}

.Publication__filter .techstack_link li {
    color: #fff;
}

.more-csm-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    justify-items: center;
}

.more-csm-grid img {
    display: block;
    margin-bottom: 1rem;
    width: 30px;
}

.more-csm-grid span {
    font-weight: 600;
    color: #3D3D3D;
    font-size: 1.4rem;
    font-family: Overpass, sans-serif;
}

@media(max-width: 1024px) {
    .more-csm-grid span {
        font-size: 1rem;
    }
}

.more-csm-grid span:hover {
    color: var(--web-color3);
}

@media(max-width: 768px) {
    .more-csm-grid span {
        font-size: 0.8rem;
    }
}

@media(max-width: 600px) {
    .more-csm-grid span {
        font-size: 1rem;
    }
}

@media(max-width: 600px) {
    .more-csm-grid {
        grid-template-columns: repeat(2,1fr);
        justify-items: left;
    }

    .more-csm-grid span {
        font-size: 1rem;
    }
}

.progress-container {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.59);
    position: relative;
    overflow: hidden;
}

.carousel-indicators .active .progress-container {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.59);
    position: relative;
    overflow: hidden;
}

.carousel-indicators .active .progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #fcb712, #db263b);
    position: absolute;
    top: 0;
    left: 0;
    transition: width 5s linear;
}

.case_study1 {
    margin-top: 4.5rem;
}

.shape_future__content .section__button a {
    color: var(--web-color3);
    font-size: 1.3rem;
    font-weight: 600;
}

.shape_future__content {
    flex: 0 0 65%;
    z-index: 2;
}

@media(max-width: 768px) {
    .shape_future__content {
        flex: 0 0 100%;
    }
}

.shape_future_img {
    background-size: contain;
    height: 80%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 5%;
    top: 10%;
    width: 40%;
    border-radius: 20px;
}

@media(max-width: 768px) {
    .shape_future_img {
        display:none;
    }
}

.shape_future_img {
    background-image: url(../../img/website/findmore/shape_future.jpg);
}

.people-icons {
    display: flex;
    align-items: center;
}

.people-icons img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -15px;
}

@media(max-width:1280px){
.people-icons img {
    width: 45px;
}
}

.rating-section {
    border: 2px dashed #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 3rem;
    border-radius: 20px;
}

@media(max-width: 1024px) {
    .rating-section {
        padding: 1rem 1rem;
    }
}

@media(max-width: 768px) {
    .rating-section {
        padding: 1rem 2rem;
    }
}

.rating {
    width: 120px;
    height: 24px;
    position: relative;
    background-color: gray;
}

.rating progress.rating-bg {
    -webkit-appearance: none;
    -moz-appearence: none;
    appearance: none;
    border: none;
    display: inline;
    height: 24px;
    width: 100%;
    color: orange;
}

.rating progress.rating-bg::-webkit-progress-value {
    background-color: orange;
}

.rating progress.rating-bg::-moz-progress-bar {
    background-color: orange;
}

.rating svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-div {
    background: #fff;
    padding: 3.5rem 0;
    margin-top: 0.5rem;
    border-radius: 15px;
    margin-bottom: 0.6rem;
}

@media(max-width: 1024px) {
    .search-div {
        padding: 3.5rem 2rem 3.5rem 0rem;
    }
}

@media(max-width: 768px) {
    .search-div {
        padding: 0;
        margin-top: 2.5rem;
        margin-bottom: 0.6rem;
    }
}

.search-div h4 {
    margin: 0;
}

.search-div h4 strong {
    color: var(--base-color-600);
}

.search-start .form-control {
    border: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 0;
    border-radius: 4px;
    position: relative;
    background: #E1E1E1;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
}

.search-start .form-select {
    background-color: #e1e1e1;
    height: 47px;
    border-radius: 8px;
    border-bottom: 0;
    color: var(--bs-body-color)!important;
    font-weight: 400!important;
}

@media(max-width: 1600px) {
    .search-start .form-select {
        height: 45px;
    }
}

@media(max-width: 1440px) {
    .search-start .form-select {
        height: 42px;
    }
}

@media(max-width: 768px) {
    .search-start .form-select {
        margin-bottom: 1rem;
        height: 40px;
    }
}

#searchLand {
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    gap: 1rem;
    background: #164599;
    border: 1px solid #164599;
    height: 50px;
}

#searchLand:hover {
    background: var(--web-color1);
    border: 1px solid var(--web-color1);
}

.swiper-slide-active {
}

@media(min-width: 1024px) {
    .solution-section .swiper {
        width: 100%;
        margin: 20px auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .solution-section .swiper-wrapper {
        display: flex;
        transition: 0.5s ease;
        transform: translate3d(0, 0, 0) !important;
    }

    .solution-section .swiper-slide:not(:last-child) {
        margin-right: 1px;
    }
}

@media(max-width: 1024px) {
    .solution-section .swiper {
        width: 100%;
        padding: 20px 0;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .solution-section .swiper-pagination {
        bottom: 3rem!important;
    }
}

.solution-section .swiper-slide {
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #222;
    height: 75vh;
}

.solution-section .swiper-slide h4 {
    text-orientation: upright;
}

.solution-section .swiper-slide.active {
    flex: 4;
    opacity: 1;
    align-items: flex-end;
}

.solution-section .swiper-slide.active:before {
    background: linear-gradient(to top, black, #00000045, #0000);
}

.solution-section .swiper-slide {
    position: relative;
}

.solution-section .swiper-slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top, black, #00000000);
}

.solution-section .swiper-button-next, .solution-section .swiper-button-prev {
    color: white;
}

.solution-section .swiper-slide ul, .solution-section .swiper-slide.active .card__read__more, .solution-section .view-all {
    opacity: 0;
    height: 0;
}

.solution-section .swiper-slide.active ul, .solution-section .swiper-slide.active .card__read__more, .solution-section .swiper-slide.active .view-all {
    transform: translateX(0);
    opacity: 1;
    height: auto;
    margin-bottom: 2rem;
    line-height: 1.8;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.solution-section .swiper-slide.active .content {
    padding: 3rem;
}

@media(max-width: 1600px) {
    .solution-section .swiper-slide.active .content {
        padding: 1rem;
    }
}

@media(max-width: 1024px) {
    .solution-section .swiper-slide.active .content {
        padding: 1rem;
    }
}

.solution-section .swiper-slide h4 {
    transform: rotate(-90deg);
    white-space: nowrap;
    margin-bottom: 1rem;
    font-size: 25px;
}

.solution-section .swiper-slide.active h4 {
    transform: rotate(0deg);
    font-size: 22px;
}

@media (max-width: 992px) {
    .solution-section .swiper-slide {
        flex: 0 0 100%;
    }

    .solution-section .swiper-slide {
        border-radius: 10px !important;
    }

    .solution-section .swiper-slide ul, .solution-section .swiper-slide .view-all {
        transform: translateX(0);
        opacity: 1;
        height: auto;
    }

    .solution-section .swiper-slide .content {
        padding: 1rem;
    }

    .solution-section .swiper-slide h4 {
        transform: rotate(0deg);
        margin-bottom: .5rem;
        font-size: 20px;
    }
}

.solution-section ul li {
    position: relative;
    margin-left: 12px;
}

.solution-section ul li::before {
    content: "\2192";
    color: #ffffff;
    font-size: 0.7rem;
    position: absolute;
    left: -20px;
    top: 4px;
}

@media(max-width: 768px) {
    .solution-section ul li::before {
        left: -19px;
    }

    .solution-section .swiper-slide {
        height: 55vh;
    }

    .solution-section .swiper-slide .content {
        height: 90%;
    }
}

.success_stories__content .download:hover {
    color: var(--web-color1);
}

.solution-section .swiper-slide .content {
    height: 75%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(0px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.solution-section .swiper-slide-active .content {
    opacity: 1;
    transform: translateY(0);
}

.card__heading a {
    color: var(--bs-body-color);
}

.card__heading a:hover {
    color: var(--web-color1);
}

.solution_para {
    color: #fff;
}

.solution_para:hover {
    color: var(--web-color1);
}

.card_head {
    color: #fff!important;
}

.card_head:hover {
    color: var(--web-color1)!important;
}

.solution-section .bg-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.solution-section .bg-img-wrapper img.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.solution-section .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, black, #00000000);
    z-index: 1;
}

.solution-section .swiper-slide.active::before {
    background: linear-gradient(to top, black, #00000075, #0000);
}

.solution-section .swiper-slide .content {
    position: relative;
    z-index: 2;
}

#filterPublication {
    margin-bottom: 1rem;
}


.career_section
{
    display:flex;
    gap:5rem;
}

@media(max-width:1600px)
{
    .career_section
{
    gap:2rem;
}
}

@media(max-width:1280px)
{
    .career_section
{
    gap:1rem;
}
}
@media(max-width:768px)
{
    .career_section {
        gap: 2rem;
    }
}
@media(max-width:600px)
{
    .career_section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        place-items: center;
        gap: 2rem;
    }
}


.career_gptw
{
width:87px;
}
@media(max-width:600px)
{
    .career_gptw
    {
    width:77px;
    }
}
