@media screen and (min-width: 768px) {
  .sect-sub .videos .fixed-head {
    display: none;
  }

  .skip-intro-mob {
    display: none;
  }
}

/*@media screen and (min-width: 1024px){
    .sect-sub .videos{
        background: transparent !important;
    }
}*/

@media screen and (max-width: 1024px) {

  /*    .how-we-work .map-component {
        background: url(img/background-how-we-work.jpg);
    }*/
  body {
    font-size: 14px;
  }

  .fixed-head {
    font-size: 19px;
    padding: 0 15px;
  }

  .skip-intro {
    bottom: 0px;
  }

  /* .skip-intro>div:after {
        background-image: url(../img/down_arrowMob.png);
        height: 12px;
        width: 24px;
        left: calc(50% - 12px);
        top: -30px;
    }*/
  .hover-content {
    top: 0;
  }

  .progress-indicator {
    display: none !important;
  }

  header .menu {
    height: 100%;
  }

  .logo img {
    max-width: 65px;
  }

  .header {
    left: 0;
    width: 100%;
    padding: 15px 20px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .video-slideshow h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .video-slideshow h2 span:not(.small) {
    transition-delay: 1s;
  }

  /*    .video-slideshow .active h2 span:not(.small){

    }*/
  /***********Sector***********/
  .sector-thumb {
    position: absolute;
    bottom: 50px;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 85%;
    max-width: 245px;
  }

  .sector-thumb .sec {
    z-index: 2;
    padding: 9px;
    height: 80px;
    /*background: rgba(132, 156, 76, .7);*/
    font-size: 16px;
    position: relative;
    background: url("../img/sector/Agri-banner.jpg");
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }

  .sector-thumb .sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(132, 156, 76, .5);
    z-index: -100;
  }

  .sector-thumb .sec:not(:last-child) {
    margin-bottom: 18px;
  }

  .sector-thumb .sec:nth-child(2) {
    background-image: url("../img/all-sectors/Off_Grid_Energy_1920_850.jpg");
  }

  .sector-thumb .sec:nth-child(3) {
    background-image: url("../img/sector/youth-led.jpg");
  }

  .sector-thumb .sec:nth-child(2)::after {
    background: rgba(149, 32, 56, .5);
  }

  .sector-thumb .sec:nth-child(3)::after {
    background: rgba(27, 55, 103, .5);
  }

  .sector-thumb .sec {
    transition: all .6s ease;
    /*transform: translateY(340px);*/
    transform: translateY(100vh);
  }

  .active-1 .sector-thumb .sec {
    transform: translateY(0px);
  }

  .sector-thumb .sec:nth-child(1) {
    transition-delay: .6s;
  }

  .sector-thumb .sec:nth-child(2) {
    transition-delay: .4s;
  }

  .sector-thumb .sec:nth-child(3) {
    transition-delay: .2s;
  }

  .active-1 .sector-thumb .sec:nth-child(1) {
    transition-delay: .2s;
  }

  .active-1 .sector-thumb .sec:nth-child(2) {
    transition-delay: .4s;
  }

  .active-1 .sector-thumb .sec:nth-child(3) {
    transition-delay: .6s;
  }

  .sector-thumb .sec span {
    opacity: .1;
    transition: all .3s ease;
    transform: translateY(15px);
    /*transition-delay: 1s;*/
  }

  .active-1 .sector-thumb .sec span {
    opacity: 1;
    transform: translateY(0px);
  }

  .sector-thumb .sec:nth-child(1) span {
    transition-delay: .8s;
  }

  .sector-thumb .sec:nth-child(2) span {
    transition-delay: 1s;
  }

  .sector-thumb .sec:nth-child(3) span {
    transition-delay: 1.2s;
  }

  .scrl-2 .sector.active-1 .fixed-head {
    top: calc(10%);
    opacity: 1;
    transition: top .5s ease-in-out;
    transition-delay: 0s;
    font-size: 26px;
  }

  .scrl-2 .sector .fixed-head {
    transition-delay: .6s;
  }

  /*************************Sector-Sub*************************/
  .sect-sub .sector {
    background-size: 222%;
    background-position: top;
  }

  .sect-sub .sector {
    background: none;
  }

  .sect-sub .sect-img-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-image: url("../img/sector/Agri-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    /*background-attachment: fixed;*/
    background-size: cover;
    padding-top: 0px;
    height: 49%;
  }

  .sect-sub .offgrid-energy .sect-img-mob {
    background-image: url("../img/all-sectors/Off_Grid_Energy_1920_850.jpg");
  }

  .sect-sub .sector3 .sect-img-mob {
    background-image: url("../img/sector/youth-led.jpg");
  }

  .sect-sub:not(.str-sub) .fixed-head {
    z-index: 3;
    opacity: 1 !important;
    top: 50% !important;
    display: none;
  }

  .sect-sub .sector.partners .fixed-head {
    display: block;
  }

  .sect-sub .videos .fixed-head {
    z-index: 9;
    position: static;
    margin-top: 4px;
    display: block;
    padding: 0 15px;
  }

  .sect-sub .s-content-bottom.s-content-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 35%;
    border: 10px solid #36384c;
    background: #36384c;
    border-top: none !important;
    border-bottom: none !important;
    transform: translateY(0%) rotateX(0deg);
    visibility: visible;
    z-index: 9;
    height: 51%;
  }

  .sect-sub .s-content-bottom.s-content-wrap .s-content {
    position: static;
    overflow: visible;
    /*transition: all 1s ease 1s;*/
    transition: all 1s ease .5s;
    /*top: 100%; */
    bottom: -125%;
    /*position: relative;*/
    background: #36384c;
    /*height: 100%;*/
    min-height: 100%;
    height: auto;
    height: 100%;
    /*display: flex;*/
  }

  .sect-sub.active .s-content-bottom.s-content-wrap .s-content {
    /*top: 0;*/
    bottom: 0;
  }

  .sect-sub .sector:not(.stories-section) .videos {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    position: relative;
    top: -40px;
    /*top: -15px;*/
    background: #778a3e;
    padding-top: 20px;
    height: calc(100% + 40px);
    padding: 0 0 20px;
  }

  .sect-sub .offgrid-energy .s-content-wrap .videos {
    background: rgb(134, 123, 113);
  }

  .sect-sub .sector3 .s-content-wrap .videos {
    background: rgb(50, 64, 83);
  }

  .sect-sub .sector3 .s-content .text h4 {
    margin-top: 0 !important;
    font-weight: 500;
  }

  .sect-sub .sector .s-content .video {
    /*max-width: 150px;*/
    max-width: calc(100% - 30px);
    height: 80px;
    overflow: hidden;
    position: relative;
  }

  .sect-sub .sector .s-content .video img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
  }

  .sect-sub .s-content-bottom.s-content-wrap .s-content .text {
    width: 100%;
    padding: 0 5px;
    text-align: center;
  }

  .sect-sub .s-content-bottom .s-content .text h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    /*font-weight: normal;*/
  }

  .sect-sub .s-content .text p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
  }

  .sect-sub .story-more span {
    font-weight: 500;
    font-size: 14px !important;
  }

  .sect-sub .sector a.story-more,
  .sect-sub .sector .s-content .text p,
  .sect-sub .sector .s-content .text h4,
  .sect-sub .sector .s-content .video {
    opacity: 1;
  }

  .sect-sub .sector a.story-more,
  .sect-sub .sector .s-content .text p,
  .sect-sub .sector .s-content .text h4,
  .sect-sub .sector .s-content .video {
    transform: translateX(0px);
  }

  /*************************Sector-Sub*************************/
  .str-sub .sector4 .sectionImg {
    /*height: 65%;*/
    height: 100%;
  }

  .str-sub .stories-section .s-content-wrap {
    width: 100%;
    visibility: visible;
    top: auto;
    height: 35%;
    bottom: 0;
    left: 0;
    z-index: 9;
  }

  .str-sub:not(.scrl-2) .stories-section .s-content-wrap {
    width: 100%;
    visibility: visible;
    transform: translateY(0%);
    top: auto;
    height: 35%;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: transparent;
  }

  .str-sub .s-content {
    padding: 0;
    position: relative;
    overflow: visible;
    border: 10px solid #36384c;
    border-top: none;
    background: #36384c;
    border: none;
    width: calc(100% - 30px);
    margin: auto;
    background: transparent;
  }

  /*    .str-sub .stories-section .s-content .img-text,
    .str-sub .stories-section .videos,
    .str-sub .stories-section .s-content{
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 1s ease;
        background: #596e91;
        height: auto;
        padding-top: 20px;
    }*/
  .str-sub .stories-section .videos {
    text-align: center;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    bottom: -100%;
    transition: all 1s ease 1s;
    background: #596e91;
    height: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
  }

  .str-sub .stories-section .videos .video {
    display: none;
  }

  .str-sub.active .stories-section .videos {
    bottom: 0;
  }

  .str-sub .stories-section .s-content .img-text img,
  .str-sub .stories-section .s-content .video img {
    width: 100%;
    height: auto;
  }

  .str-sub .stories-section .s-content .text h4 {
    font-size: 14px;
    line-height: 20px;
    /*font-weight: normal;*/
  }

  /*.stories{
        background-image: url("../img/Lady_StoriesMob.jpg");
    }*/
  .str-sub .sector.active-1 .fixed-head {
    width: 100%;
  }

  .str-sub .stories-section.active-1 .sectionImg img {
    width: 100%;
  }

  .str-sub .bg-heading:before {
    opacity: .5;
  }

  .str-sub .stories-section .bg-heading:before {
    height: 0;
    bottom: 0;
    top: auto;
    /*content: none;*/
  }

  .str-sub .stories-section.active-1 .bg-heading:before {
    width: 100%;
    height: 100%;
  }

  .str-sub .sector .fixed-head {
    top: 79%;
  }

  .str-sub .sector.active-1 .fixed-head {
    /*top: calc(56%);*/
  }

  .str-sub.scrl-2 .sector .fixed-head {
    font-size: 26px;
    white-space: normal;
    transition: top .5s ease-in-out;
    transition-delay: 0s !important;
    left: 0 !important;
    right: 0;
  }

  .str-sub.scrl-2 .sector.active-1 .fixed-head {
    font-size: 19px;
  }

  .str-sub .s-content-wrap::before {
    content: "";
    width: 100%;
    height: 0;
    background: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    content: none;
  }

  .str-sub .sector.active-1 .s-content-wrap::before {
    height: 100%;
  }

  /**/
  .sect-sub .agri-sector .s-content-bottom.s-content-wrap {
    /*border: 15px solid #ddaa81;*/
    border-color: #ddaa81;
    background: #ddaa81;
  }

  .sect-sub .agri-sector .s-content-bottom.s-content-wrap .s-content {
    background: rgb(134, 123, 113);
  }

  .sect-sub .sector:not(.stories-section) .s-content {
    background: #778a3e;
  }

  .sect-sub .bg-heading,
  .sect-sub .sector {
    height: 100%;
  }

  .sector .bg-heading .fixed-head {
    font-size: 26px;
  }

  .scrl-2 .sector.active-1 .bg-heading .fixed-head {
    font-size: 19px;
  }

  .partners .bg-heading .fixed-head span {
    text-shadow: 3px 3px 2px black;
  }

  .partners .s-content .text h4 {
    display: none;
  }

  .str-sub .sector .fixed-head span br {
    display: none;
  }

  .sect-3 .text>h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 330px;*/
    max-width: 560px;
    margin: auto;
    /*height: auto;*/
  }

  /**************** apr 12*************/
  .partners.even.stories-section .s-content {
    padding-top: 0px !important;
  }

  .str-sub .sector.active-1 .fixed-head {
    top: calc(53%) !important;
  }

  .map-component {
    height: 100%;
  }

  .map-component-inner {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .map-component-body {
    width: 100%;
  }

  .mob-map-img,
  div#mapWrapper {
    display: none !important;
  }

  .map-component {
    display: block !important;
  }

  /* */
  .map-country-list-bottom,
  .map-country-list-top {
    transform: scale(.2);
    opacity: 0;
  }

  .map-mob-coutry {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }

  .map-mob-coutry img {
    width: 80%;
    max-height: none;
    transition: all .5s linear;
  }

  .map-component-head .component-small-desc {}

  .map-component-head .component-small-desc,
  .map-component-head .component-title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transition: all .5s linear .5s;
    transform: translate(-50%, -50%) scale(.2);
    opacity: 0;
    z-index: 1;
    padding: 0 15px;
  }

  .map-component-head .component-title {
    transition-delay: 1.5s;
  }

  .map-component-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
    z-index: 1;
  }

  .map-section-inner {
    position: static;
    overflow: visible;
  }

  .pageContent.active .active-3 .component-title {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  .pageContent.active .active-2 .component-title {
    transition-delay: 0s;
  }

  .pageContent.active .active-2 .component-small-desc {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    transition-delay: .5s;
  }

  .pageContent.active .active-1 .component-small-desc {
    transition-delay: 0s;
  }

  .pageContent.active .active-1 .map-country-list-top,
  .pageContent.active .active-1 .map-country-list-bottom {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }

  .component-small-desc {
    max-width: 200px;
    text-align: center;
    line-height: 20px;
  }

  .pageContent.active .active-1 .map-component-head {
    opacity: 0;
  }

  .mobile-anim .map-component-inner {
    width: 100%;
  }

  .active-1 .map-mob-coutry {
    margin-top: 50px;
  }

  .map-mob-coutry,
  .map-mob-coutry img {
    transition: all .5s linear;
  }

  .map-country-list-bottom {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    position: absolute;
    transition: all .5s linear
  }

  .map-country-list-top {
    top: 90px;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    transition: all .5s linear;
  }

  .pageContent.active .active-1 .map-component-body {
    z-index: 11;
  }

  .pageContent.active .active-1 .map-component-head {
    opacity: 0;
  }

  .pageContent.active .active-1 .map-mob-coutry img {
    width: 60%;
  }

  .map-mob-coutry img:not(.img-without-num) {
    opacity: 0;
    position: relative;
    z-index: 10;
  }

  .map-mob-coutry img.img-without-num {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
  }

  .pageContent.active .active-1 .map-mob-coutry img:not(.img-without-num) {
    opacity: 1;
  }

  .how-we-work .map-component-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    z-index: 1;
  }

  .how-we-work .component-small-desc {
    max-width: 310px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {

  .path-countries .component-click-title,
  .front .component-click-title {
    font-size: 14px;
  }

  .pageContent:not(.active-tab) {
    display: none !important;
  }

  .middle-reg ul {
    padding-right: 0;
  }

  .middle-reg li.f-menu:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }

  .fixed-head {
    font-size: 30px;
  }

  .sector .bg-heading .fixed-head {
    font-size: 33px;
  }

  .sect-sub .s-content-bottom .s-content .text h4 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
    font-weight: normal;
  }

  .scrl-2 .sector .bg-heading .fixed-head {
    font-weight: 400;
  }

  .str-sub.scrl-2 .sector .fixed-head,
  .scrl-2 .sector.active-1 .bg-heading .fixed-head {
    font-size: 30px;
  }

  .sect-sub .sector .s-content .text p,
  .str-sub .stories-section .s-content .text h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
  }

  .str-sub .stories-section .s-content .text,
  .str-sub .stories-section .s-content .text h4 {
    text-align: left;
  }

  .str-sub .stories-section .s-content .text .story-more {
    margin-left: 0 !important;
  }

  .stories-section .s-content .text {
    width: 100%;
  }

  .sector-thumb {
    width: 80%;
    max-width: 100%;
  }

  .sect-sub .sector .s-content .video {
    width: 100%;
    height: 110px;
  }

  .sect-sub .s-content-bottom .s-content .text h4 {
    font-size: 24px;
    line-height: 33px;
  }

  .sect-sub .story-more span {
    font-size: 18px !important;
  }

  .mob-cloud-img-animated.cloud1 {
    animation-name: mob-cloud2;
  }

  .mob-map-img .mob-cloud-img-animated {
    display: block !important;
    backface-visibility: hidden;
    perspective: 1000;
    transform-style: preserve-3d;
    animation-name: mob-cloud;
    /* animation-duration: 60s; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: normal;
  }

  .mob-cloud-img-animated.cloud1 {
    /* animation-duration: 50s; */
    animation-duration: 60s;
    top: 35%;
    height: auto !important;
    width: auto !important;
    left: auto;
    right: 0;
  }

  .mob-cloud-img-animated.cloud3 {
    top: 60%;
    height: auto !important;
    width: auto !important;
    /* animation-duration: 120s; */
    animation-duration: 50s;
    left: auto;
    right: 100px;
  }

  .mob-cloud-img-animated.cloud4 {
    top: 60%;
    height: auto !important;
    width: auto !important;
    display: none;
    /* animation-duration: 90s; */
    animation-duration: 20s;
    animation-name: mob-cloud2;
  }

  .mob-cloud-img-animated.cloud5 {
    top: 50%;
    height: auto !important;
    width: auto !important;
    /* animation-duration: 160s; */
    animation-duration: 10s;
    display: none;
    /* animation-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1); */
  }

  @-webkit-keyframes mob-cloud {
    0% {
      transform: translateX(0px);
      opacity: 0;
    }

    50% {
      transform: translateX(300px);
      opacity: .25;
    }

    100% {
      transform: translateX(0px);
      opacity: 0;
    }
  }

  @keyframes mob-cloud {
    0% {
      transform: translate(-50%, -50%) scale(0.8);
      opacity: 0;
    }

    50% {
      transform: translate(0%, -50%) scale(0.8);
      opacity: 0.5;
    }

    100% {
      transform: translate(50%, -50%) scale(1.9);
      opacity: 0;
    }
  }

  @-webkit-keyframes mob-cloud2 {
    0% {
      transform: translate(50%, -50%) scale(0.8);
      opacity: 0;
    }

    50% {
      transform: translate(0%, -50%) scale(0.8);
      opacity: 0.5;
    }

    100% {
      transform: translate(-50%, -50%) scale(1.6);
      opacity: 0;
    }
  }

  @keyframes mob-cloud2 {
    0% {
      transform: translate(50%, -50%) scale(0.8);
      opacity: 0;
    }

    50% {
      transform: translate(0%, -50%) scale(0.8);
      opacity: 0.5;
    }

    100% {
      transform: translate(-50%, -50%) scale(1.6);
      opacity: 0;
    }
  }

  .sector-thumb .sec {
    height: 160px;
    font-size: 28px;
  }

  .sect-sub .sect-img-mob,
  .sector-thumb {
    display: block !important;
  }

  .sect-sub .sect-img-mob {
    background-position: center top !important;
  }

  .str-sub .stories-section .s-content-wrap {
    padding-bottom: 50px;
  }

  .sect-sub .sector .videos .fixed-head {
    padding-bottom: 20px;
    height: auto !important;
    padding-bottom: 0;
    transform: none;
  }

  .sect-sub .sector:not(.stories-section) .videos {
    background: rgb(50, 64, 83);
    /*padding-top: 50px !important;*/
    padding-top: 30px !important;
    padding-bottom: 30px;
    justify-content: flex-start !important;
  }

  .pageContent {
    transition-delay: 1.2s !important;
  }

  .pageContent>.sector {
    transition-delay: 0.4s !important;
    /* transform: scale(1) !important;*/
  }

  #loader {
    height: calc(120vh + 4.375vw);
    animation-duration: 2.5s !important;
  }

  .stories {
    background-position: 30% center !important;
  }

  body,
  html,
  #page {
    position: fixed;
  }

  .s-content .text a.story-more,
  .stories-section a.story-more {
    margin: 25px 0 0;
  }

  .sect-sub .s-content-bottom.s-content-wrap .s-content {
    transition: none !important;
    bottom: 0 !important;
  }

  .sect-sub .sector .s-content .video {
    height: 140px;
  }

  .sect-sub .sector .s-content .video img {
    max-width: 400px;
    object-position: center top;
  }

  .pageContent>.sector .txtAnim,
  .pageContent>.sector.stories-section .txtAnim,
  .pageContent .dataItems .textField span {
    transition-delay: 0s !important;
  }

  .pageContent {
    will-change: opacity;
  }

  .pageContent .sector .bg-heading .fixed-head {
    will-change: top;
    /*transform:translate3d(0,0,0)!important;*/
    transition: all 0.5s linear 0s !important;
  }

  .pageContent.str-sub .sector .fixed-head {
    top: 50% !important;
    will-change: transform;
    transition: all 0.5s linear 0s !important;
    transform: translateY(300%);
    /*padding-top:75%;
        will-change:padding!important;
            transition:all 0.5s linear 0s!important;*/
  }

  .pageContent.str-sub .sector.active-1 .fixed-head {
    /*padding-top:50%;*/
    transform: translateY(-100%);
  }

  .stories-section .s-content-wrap {
    will-change: transform;
  }

  .str-sub .stories-section .bg-heading:before {
    will-change: transform;
    top: unset !important;
    width: 100% !important;
    height: 100vh;
    -ms-transform: translateY(00vh);
    -moz-transform: translateY(00vh);
    -webkit-transform: translateY(00vh);
    transform: translateY(00vh);
    transition: all 0.5s linear 0s;
  }

  .str-sub .stories-section.active-1 .bg-heading:before {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .str-sub .stories-section .bg-heading:before {}

  .stories-section .bg-heading:before {
    /*position:fixed!important;*/
  }

  .s-content-wrap,
  .sector .fixed-head {
    transition: all .5s linear 0s !important;
  }

  .pageContent[data-page="10"] .sectionImg img {
    object-position: 20% center;
  }

  .pageContent[data-page="3"] .sector .bg-heading .fixed-head {
    display: flex;
    align-items: center;
    height: 100vh;
    top: 0 !important;
    will-change: transform !important;
    transition: transform 0.5s linear 0s !important;
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .pageUp .pageContent[data-page="3"] .sector .bg-heading .fixed-head {
    transition: transform 0.5s linear 0.5s !important;
  }

  .pageContent.scrl-2[data-page="3"] .sector.active-1 .fixed-head {
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }

  .mapPopup {
    position: absolute;
    display: block !important;
    top: 50%;
    right: 0;
    left: 110%;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    transform: translate(0%, -50%) !important;
    transition: left 1s ease 0s;
  }

  .mapPopup.activePopup {
    transform: translate(0%, -50%);
    left: 0%;
  }

  #loader::after,
  #loader::before {
    display: none !important;
  }

  .map-component-head .component-small-desc,
  .map-component-head .component-title {
    font-size: 33px;
    line-height: 50px;
    font-weight: 400;
  }

  .component-small-desc {
    max-width: 600px;
  }

  .pageContent.active .active-1 .map-mob-coutry img {
    width: 80%;
  }

  .map-country-list-top a,
  .map-country-list-bottom a {
    font-size: 18px;
    line-height: 32px;
  }

  .map-country-list-top {
    top: 108px;
  }

  .map-country-list-top a,
  .map-country-list-bottom a {
    font-size: 18px;
    line-height: 32px;
  }

  .map-country-list-bottom {
    bottom: 30px;
  }

  .how-we-work .component-small-desc {
    max-width: 600px;
  }

  .sect-sub .sector .s-content .video img {}

  .sect-sub .s-content .video iframe {
    width: 350px;
    height: 233px;
    margin: 0 auto;
  }

  .sect-sub .sector .s-content .video {
    height: 233px;
  }

  .sect-sub .s-content-bottom.s-content-wrap {
    border-width: 0;
    width: calc(100% - 60px);
    left: 50% !important;
    max-width: 646px;
    transform: translateX(-50%);
    height: auto;
  }

  .sect-sub .s-content-bottom .s-content .text h4 {
    padding: 0 20px;
  }

  .how-we-work div#mapWrapper1 {
    display: none;
  }

  /* sector new */
  .sect-sub .sector:not(.stories-section) .videos {
    top: 0;
  }

  .sect-sub .s-content-bottom.s-content-wrap {
    transform: translate(-50%, 100%) rotateX(0deg);
  }

  .sect-sub .sect-img-mob {
    height: 100%;
  }

  .sect-sub:not(.str-sub) .fixed-head {
    opacity: 1 !important;
    top: 50% !important;
    font-size: 40px;
    display: block;
    /* bottom: 100px !important; */
  }

  .sect-sub .sector.partners .fixed-head {
    font-size: 33px;
  }

  .sect-sub:not(.str-sub) .fixed-head.sec-sub-title {
    top: calc(50% + 40px) !important;
    font-size: 20px;
  }

  .sector.active-1:not(.single-step) .fixed-head {
    top: 55px !important;
    text-align: center;
    transition: all .5s ease-in-out;
    opacity: 0 !important;
    /* margin-left: 100px; */
    /* width: 25%; */
    /* left: 75%; */
  }

  .sector.active-1:not(.single-step) .fixed-head.sec-sub-title {
    top: 80px !important;
  }

  .sector.active-1 .s-content-wrap {
    left: 00%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0%) rotateX(0deg);
    transform: translate(-50%, 0%) rotateX(0deg);
  }

  .sect-sub .video-click {
    position: absolute;
    top: 0;
    left: 50%;
    float: left;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transform: translateX(-50%);
    width: 352px;
    height: 233px;
    z-index: 2;
  }

  .sect-sub .s-content .video iframe {
    width: 350px;
    height: 233px;
    margin: 0 auto;
  }

  .sect-sub .sector:not(.stories-section) .videos .sec-caption-txt,
  .sect-sub .sector:not(.stories-section) .videos .fixed-head {
    display: none !important;
  }

  .sect-sub .sector .s-content .video img {
    transform: none;
    position: static;
  }

  .sect-sub .sector .s-content .video>img {
    display: none !important;
  }

  .str-sub .stories-section .bg-heading:before {
    opacity: .3;
  }

  .sector.stories-section .s-content-wrap {
    left: 50%;
    width: 50%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%) rotateX(0deg);
    transform: translateY(100%) rotateX(0deg);
    padding: 0;
  }

  .sector.stories-section.active-1 .s-content-wrap {
    -webkit-transform: translateY(00%) rotateX(0deg);
    transform: translateY(00%) rotateX(0deg);
  }

  .even.stories-section .s-content-wrap {
    left: 0%;
  }

  .str-sub .stories-section .s-content {
    padding: 0;
    position: relative;
    overflow: visible;
    border: 10px solid #36384c;
    border-top: none;
    background: transparent;
    border: none;
    width: 100%;
    margin: auto;
  }

  .progress-indicator {
    display: flex !important;
    padding-right: 30px;
  }

  li.indicators.sub {
    display: none;
  }

  .progress-indicator {
    /*top: calc(50% - 190px);
        right: 40px;*/
  }

  .progress-indicator li a {
    width: 30px;
    height: 30px;
  }

  .progress-indicator li {
    height: 56px;
  }

  .progress-line {
    height: 26px;
    top: 29px;
  }

  .progress-line span {
    height: 100% !important;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: #c0a265;
    transition: height 0.2s ease 0s;
  }

  .pageContent.str-sub .stories-section .fixed-head {
    transform: translateY(0);
  }

  .pageContent.str-sub .stories-section.active-1 .fixed-head {
    /* padding-top: 50%; */
    transform: translateY(000%);
    width: 50%;
    opacity: 1 !important;
    top: 50% !important;
  }

  .pageContent.str-sub .even.stories-section.active-1 .fixed-head {
    /* padding-top: 50%; */
    transform: translateY(000%);
    /*width: calc(50% - 60px);*/
    opacity: 1 !important;
    top: 50% !important;
    left: 50% !important;
  }

  .str-sub .stories-section .videos {
    flex-direction: row;
  }

  .str-sub.active .stories-section .videos {
    bottom: auto;
    height: 100%;
    align-content: center;
    padding: 0 80px 0 25px;
  }

  .str-sub.active .stories-section .videos {
    bottom: auto;
    height: 100%;
    align-content: center;
    padding: 0 84px 0 25px;
    flex-wrap: wrap;
  }

  .sect-sub .stories-section .s-content .video {
    height: auto;
    display: block;
    max-width: 100%;
  }

  .sect-sub .stories-section .s-content .video>img {
    display: block !important;
  }

  .stories-section .s-content .text {
    width: 100%;
    height: auto;
  }

  .sect-sub .stories-section .s-content .video iframe {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .sect-sub .stories-section .video-click {
    width: 100%;
    height: 100%;
  }

  .str-sub.active .even.stories-section .videos {
    padding: 0 25px 0 25px;
  }

  .sect-sub .stories-section .s-content .video {
    height: auto;
    display: block;
    max-width: 100%;
  }

  .stories-section.active-1:not(.single-step) .sectionImg img {
    width: 60%;
  }

  .stories-section:not(.single-step) .sectionImg img {
    width: 60%;
  }

  .path-frontpage #footer .partners .sectionImg img {
    width: 100%;
  }

  .active-1 .map-mob-coutry {
    margin-top: 0;
    /*top: 350px;*/
    top: 370px;
    max-width: 700px;
  }

  .map-country-list-top,
  .map-country-list-bottom {
    display: none !important;
  }

  .map-list-tablet {
    display: none;
  }

  .active-1 .map-list-tablet {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .map-list-tablet ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0 0 30px 40px;
  }

  .map-list-tablet li {
    width: 33.33%;
    padding: 0 15px 10px;
  }

  .map-list-tablet li a {
    color: #FFF;
    font-size: 16px;
  }

  .how-we-work .map-list-tablet li a {
    color: #000;
    font-size: 16px;
  }

  footer .desc {
    padding: 27px 65px 27px 15px;
  }

  .sect-3 .text>h4 {
    max-width: none;
  }

  footer .desc br {
    display: none;
  }

  .bottom-reg .desc a {
    display: inline;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .active-1 .map-mob-coutry {
    /*top: 240px;*/
    top: 275px;
    max-width: 500px;
  }

  .map-list-tablet ul {
    padding: 0 60px 30px 40px;
  }

  .map-list-tablet li {
    width: 25%;
  }

  .middle-reg ul {
    padding-right: 20px;
  }

  .sect-sub .sector .s-content .video img {
    max-width: 100%;
  }

  .sect-sub .s-content-bottom.s-content-wrap {
    max-width: 800px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sect-sub .sector:not(.stories-section) .videos {
    align-items: center;
    flex-direction: unset;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sect-sub .sector .s-content .video {
    width: 300px;
    float: left;
    max-width: NONE;
  }

  .sect-sub .s-content-bottom.s-content-wrap .s-content .text {
    width: calc(100% - 300px);
    max-width: none;
    text-align: left;
  }

  .sect-sub .sector .s-content .videos .story-more {
    margin-left: 20px !important;
  }

  .str-sub .stories-section .s-content .text .story-more {
    margin-left: 0 !important;
  }

  .sect-sub .s-content-bottom .s-content .text h4 {
    margin-top: 0;
    font-size: 21px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .map-list-tablet {
    display: none !important;
  }

  .str-sub .stories-section .s-content-wrap {
    background: transparent !important;
  }

  .stories {
    /*background-image: url(../img/Lady_StoriesMob.jpg) !important;*/
  }

  .front .dialog-off-canvas-main-canvas,
  .front .dialog-off-canvas-main-canvas>section {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .front .dialog-off-canvas-main-canvas>section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }

  .search {
    display: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  .map-mob-coutry {
    max-width: 600px;
  }

  .map-country-list-top {
    top: 80px;
  }

  .map-country-list-bottom {
    bottom: 15px;
  }

  .how-we-work div#mapWrapper1 {
    display: none;
  }
}

/********************************Edits from 14-Feb-2020********************************/

.path-frontpage .pageContent>.sector {
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 1024px) {
  .path-frontpage .desc {
    text-align: center;
    font-weight: 300;
    color: #221f20;
  }

  .where-we-work-content+.pageContent .bg-heading:before {
    background: transparent;
  }

  .where-we-work-content+.pageContent .bg-heading h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    margin: 0;
    font-size: 28px !important;
  }

  .partners .desc {
    padding: 15px 30px;
  }

  .partners .desc h2 {
    color: #221f20;
    font-weight: 300;
    margin-top: 0;
  }

  .mobile-anim .map-component-inner {
    height: calc(100% - 56px);
    top: 56px;
    padding-top: 0 !important;
  }

  .front .component-title-main {
    font-size: 28px;
    top: 10px;
    font-weight: 900;
  }

  body.path-frontpage .impact-mob .sector .fixed-head {
    margin-top: 0;
  }

  .impact-mob .stories-section .s-content-wrap {
    height: calc(100% - 91px);
    bottom: 0;
  }

  .impact-mob .stories-section .s-content {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .impact-mob .stories-section .s-content .videos {
    position: static;
  }

  .component-click-title {
    top: 35px;
    text-align: center;
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    transition: all .5s linear;
    transform: scale(.2);
    opacity: 0;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    color: #18c8ff;
  }

  .pageContent.active .active-1 .component-click-title {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .skip-intro>div:after {
    background-image: url(../img/down_arrowMob.png);
    height: 12px;
    width: 24px;
    left: calc(50% - 12px);
    top: -30px;
  }

  .skip-intro p {
    color: #fff;
  }

  .path-frontpage .foot-image {
    display: none;
  }

  .front .mob-slide-sec .s-content .text a.story-more p {
    font-size: 28px;
  }

  .front .sectionImg {
    padding-top: 60px;
  }

  .front .sector .fixed-head {
    font-size: 18px !important;
    line-height: 24px;
  }

  .front .sector .fixed-head .txtAnim {
    font-size: 28px !important;
    line-height: 25px;
  }

  .path-frontpage .skip-intro-mob {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    opacity: 0;
    transition: all 1s ease;
  }

  .active-3 .skip-intro-mob {
    opacity: 1;
  }

  .mob-slide-sec .sector .bg-heading .fixed-head {
    margin-top: 20px;
  }

  .mob-slide-sec .active-1 .bg-heading {
    background: transparent;
    opacity: 1;
  }

  .front .header {
    z-index: 999;
  }

  .path-frontpage .topNav {
    padding-bottom: 0;
  }

  .mob-slide-sec .sector {
    background-size: cover;
    background-position: center;
  }

  .mob-slide-sec .bg-heading {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    height: calc(100% - 54px) !important;
    margin-top: 54px;
  }

  .mob-slide-sec .active-1 .bg-heading:before {
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, .85) 80%);
  }

  .mob-slide-sec .desc {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
    height: 100%;
    transition: all 1s ease;
  }

  .mob-slide-sec .active-2 .desc {
    transform: translateY(150%);
  }

  .mob-slide-sec .desc p {
    font-size: 18px;
    line-height: 24px;
    z-index: 9;
    position: relative;
    text-align: center;
  }

  .mob-slide-sec .active-1 .fixed-head {
    opacity: 0 !important;
  }

  .sector-mob .sector {
    height: 100%;
  }

  .sector-mob .fixed-head {
    margin: 0;
    height: 100%;
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    padding-top: 25px;
    top: 0;
    font-size: 20px !important;
    position: relative;
    transform: translateY(100%);
    transition: all 1s ease;
  }

  .sector-mob.active-tab .fixed-head {
    transform: translateY(0%);
  }

  .sector-mob .s-content-wrap {
    background: transparent !important;
    padding: 0;
    /**/
    height: calc(100% - 54px);
    /**/
  }

  .sector-mob .videos,
  .sector-mob .s-content .text h2 {
    margin: 0 !important;
  }

  .sector-mob .s-content .text {
    padding: 0;
  }

  .sector-mob .s-content .text a.story-more p {
    font-size: 22px;
    line-height: unset;
    margin-top: 0;
  }

  .sector-mob .s-content .text a.story-more p strong {
    font-size: 28px;
    line-height: unset;
  }

  .sector-mob .s-content-bottom .s-content .text h4 {
    font-size: 18px !important;
    line-height: 24px !important;
    display: block;
    height: auto;
  }

  .sector-mob .s-content-bottom .s-content .text h4::after {
    padding-bottom: 0;
  }

  .sector-mob .s-content .story-more span {
    padding-right: 0;
    color: #000;
  }

  .sectorhighlight .highlightImage img {
    width: 95%;
  }

  .sectorhighlight .desc {
    position: absolute;
    /*top: 74px;*/
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 0 25px;
    top: 100%;
    transition: all 1s ease;
    height: calc(100% - 57px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sectorhighlight.active-1 .desc {
    top: 57px;
  }

  .sectorhighlight .desc h2 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }

  .sectorhighlight .desc p.text-align-center {
    font-size: 16px;
    line-height: 20px;
    padding-top: 25px;
    color: #ffffff;
  }

  .sectorhighlight .desc .text-align-center strong {
    font-size: 25px;
  }

  .sectorhighlight .counter {
    font-size: 30px;
  }

  .sectorhighlight .desc p strong {
    padding-bottom: 10px;
  }

  .stories-image:after {
    height: calc(100% - 60px);
    width: 95%;
  }

  .impact-mob .sectionImg img {
    width: 95% !important;
    object-position: right;
  }

  /*    .impact-mob .sector .fixed-head {
        margin: 0;
        font-size: 32px !important;
        line-height: 42px;
        transform: scale(1);
        font-weight: normal;
        top: 50% !important;
        text-align: left; 
    }*/
  body.path-frontpage .impact-mob .sector .fixed-head {
    margin: 0 !important;
    font-size: 32px !important;
    transform: scale(1) !important;
    font-weight: normal !important;
    top: 50% !important;
    text-align: left;
  }

  .impact-mob .sector .fixed-head p {
    font-size: 28px !important;
    line-height: 30px !important;
    transform: translateX(0%);
    transition: all 1s ease;
    opacity: 1;
    font-weight: 300;
    padding: 0 15px;
  }

  .impact-mob .sector.active-1 .fixed-head p {
    opacity: 0;
    transform: translateX(-100%);
  }

  .impact-mob .sector .fixed-head p strong {
    font-size: 32px !important;
    /*line-height: 42px !important;*/
  }

  .impact-mob .stories-section .bg-heading:before {
    content: none;
  }

  .impact-mob .stories-section .s-content .videos {
    padding: 0;
    padding-bottom: 15px;
    bottom: 0;
  }

  .impact-mob .stories-section .s-content::after {
    position: relative;
  }

  .impact-mob[pagecontent="9"] .videos {
    background: rgba(0, 51, 106, 0.80);
  }

  .impact-mob[pagecontent="10"] .videos {
    background: rgba(176, 97, 53, 0.80);
  }

  .impact-mob[pagecontent="11"] .videos {
    background: rgba(0, 0, 0, 0.70);
  }

  .impact-mob .stories-section .s-content .text {
    padding: 30px 25px;
  }

  .impact-mob .stories-section .desc {
    width: 100%;
  }

  .impact-mob .stories-section .s-content-wrap {
    transform: none !important;
    /*right: 0;*/
    width: calc(100% - 30px);
    left: auto;
    right: -100%;
    bottom: 40px;
    height: auto;
  }

  .impact-mob .stories-section .s-content {
    width: 100%;
  }

  .impact-mob .stories-section .s-content p {
    font-size: 18px;
    line-height: 24px;
  }

  .impact-mob .active-1 .s-content-wrap {
    right: 0;
  }

  .impact-mob .story-more span {
    padding: 0 !important;
  }

  .impact-mob .stories-section .s-content-wrap {
    height: calc(100% - 54px);
    bottom: 0;
  }

  .partners-mob,
  .partners-mob .partners {
    height: 100%;
  }

  .partners-mob .desc {
    width: 100%;
    height: calc(100% - 54px);
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
  }

  .partners-mob .desc>p {
    font-size: 15px;
  }

  .partners-mob .s-content-wrap {
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .partners-mob .sectionImg {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 64px);
  }

  .partners-mob .sectionImg img {
    max-width: 90%;
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .s-content-bottom.s-content-wrap .s-content,
  .mob-slide-sec .sector .bg-heading .fixed-head,
  .video-slideshow .slide {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pageContent.active .active-1 .map-mob-coutry img {
    width: 70%;
  }

  .active-1 .map-mob-coutry {
    margin-top: 0;
  }

  .map-country-list-top {
    /*top: 20px;*/
    top: 40px;
  }

  .map-component-head .component-small-desc span {
    color: #42c3fd;
    font-size: 18px;
  }

  .map-component-head .component-small-desc {
    font-size: 16px;
  }

  .component-title:not(.component-title-main) {
    font-size: 16px;
  }

  .component-click-title {
    top: 0;
    margin-top: 10px;
  }

  .partners .desc h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .partners .desc h2 strong {
    font-size: 30px;
  }
}

@media (max-width: 1024px) and (min-width: 767px) {
  .front .header {
    max-height: unset;
  }

  .path-frontpage .desc {
    width: 100%;
    max-width: 700px;
    font-size: 18px;
  }

  .mob-slide-sec .desc {
    position: absolute;
    top: 222px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
  }

  .mob-slide-sec .s-content .text h4 {
    position: relative;
    display: block;
  }

  .impact-mob {}

  /**/
  .stories-image:after {
    width: 95%;
    max-width: 700px;
  }

  .impact-mob .sectionImg img {
    width: 95% !important;
    object-position: right;
    max-width: 700px;
  }

  body.front .impact-mob.pageContent.str-sub .sector .fixed-head {
    /*width: 100%;*/
    left: 0 !important;
  }

  .impact-mob .stories-section .videos {
    height: auto;
    position: relative;
  }

  .impact-mob .even.stories-section .s-content-wrap {
    left: auto;
  }

  .impact-mob .stories-section .s-content .text {
    padding: 15px;
  }

  .impact-mob[pagecontent="9"] .videos {
    background: rgba(0, 51, 106, 0.80);
  }

  .impact-mob[pagecontent="10"] .videos {
    background: rgba(176, 97, 53, 0.80);
  }

  .impact-mob[pagecontent="11"] .videos {
    background: rgba(0, 0, 0, 0.70);
  }

  /**/
  .partners-mob,
  .partners-mob .partners {
    height: 100%;
  }

  .partners-mob .desc {
    width: 100%;
    height: calc(100% - 54px);
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    margin: auto;
  }

  .front .partners-mob .s-content-wrap {
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  .partners-mob .sectionImg {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 64px);
  }

  .partners-mob .sectionImg.hidden-sm {
    display: none;
  }

  .partners-mob .sectionImg img {
    max-width: 90%;
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .path-frontpage .sectorhighlight .highlightImage,
  .path-frontpage .sectorhighlight .desc {
    width: auto !important;
  }

  .path-frontpage .sectorhighlight .desc {
    flex: 1;
    padding-left: 20px;
    padding-right: 25px;
  }

  .path-frontpage .sectorhighlight .highlightImage img {
    max-width: 450px;
  }

  .front .map-list-tablet a span {
    margin-right: 5px;
    color: #18c8ff;
    font-weight: 700;
  }

  .front .component-title-main {
    top: 60px;
    font-size: 36px;
  }

  .map-component-head .component-small-desc {
    font-size: 33px;
  }

  .map-component-head .component-small-desc span {
    color: #42c3fd;
    font-size: 36px;
  }

  .pageContent.active .active-1 .map-mob-coutry img {
    width: 75%;
  }

  .mob-slide-sec .fixed-head {
    margin-top: 100px;
  }

  .impact-mob .stories-section .s-content .text {
    text-align: center;
  }

  .impact-mob .stories-section .story-more span {
    padding-right: 0;
  }

  .mob-slide-sec .desc p,
  .mob-slide-sec .sector .bg-heading .fixed-head,
  .partners .desc {
    font-size: 26px;
    line-height: 32px;
  }

  .where-we-work-content+.pageContent .bg-heading h2,
  div[pagecontent="3"].mob-slide-sec .sector .bg-heading .fixed-head {
    font-size: 50px !important;
  }

  .partners .desc h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .partners .desc h2 strong {
    font-size: 52px;
  }

  .s-content-bottom .s-content .story-more span {
    display: none;
  }

  /**/
  .impact-mob .stories-section>.bg-heading {
    height: calc(100% - 91px) !important;
    bottom: 0;
    position: absolute;
  }

  body.front.path-frontpage .impact-mob .stories-section>.bg-heading>.fixed-head {
    top: 50% !important;
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    text-align: right;
  }

  /**/
}

@media (max-width: 991px) and (min-width: 767px) {
  .path-frontpage .sectorhighlight .highlightImage img {
    max-width: 380px;
  }
}

@media (max-height: 700px) and (min-width: 1023px) {
  .map-mob-coutry img {
    width: 60%;
  }

  .map-list-tablet li {
    width: 20%;
    padding-bottom: 3px;
    padding-left: 10px;
  }

  .video-elem {
    height: 355px;
  }

  .video-slideshow.wrappers {
    height: calc(100% - 355px);
  }

  .video__caption {
    bottom: 20px;
  }
}

/********************************End Edits from 14-Feb-2020********************************/


/* fixes on 23-02-2022 */
@media screen and (max-height: 480px) {
  .path-frontpage .video-slideshow h2 {
    font-size: 16px;
    line-height: 22px;
  }
}


/* End fixes on 23-02-2022 */
