/*==== Common css start ====*/

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333133;
    font-family: 'Source Serif Pro', serif;
}
a {
    transition: all 600ms ease;
}
a:hover, a:focus {
    outline: none;
    transition: all 600ms ease;
}
.btn-white:hover {
    background-color: #fff;
    color: #036cb6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333133;
    font-family: 'Source Sans Pro';
    letter-spacing: -0.67px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}
u {
    text-decoration: underline;
}
ul{
    padding: 0;
}
.section-padding-top{
    padding-top: 60px;
}
.section-padding-bottom{
    padding-bottom: 30px;
}
section{
    position: relative;
}

.colored-bg:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(212, 213, 204, 0);
    border-width: 20px;
    margin-top: -30px;
    bottom: -40px;
    left: 14px;
    transform: rotate(90deg);
    z-index: 1;
}
.bluebg{
    background-color: #036cb6;
    color: #ffffff;
}
.bluebg>div:before {
    background-color: #ffffff;
}
.bluebg .announcement-img:before {
    color: #036cb6;
    background-color: transparent;
}
.yellow-bg{
    background-color: #fdb714;
}
.yellow-bg>div:before {
    background-color: #000000;
}
.green-bg{
    background-color: #49b449;
    color: #ffffff;
}
.brown-bg{
    background-color: #663b28;
    color: #ffffff;
}
.aqua-blue-bg{
    background-color: #00acc6;
    color: #ffffff;
}
.red-bg{
    background-color: #ed1a3b;
    color: #ffffff;
}
.gray-bg{
    background-color: #f1f2f2;
}
.red-bg .announcement-img:before {
    color: #ed1a3b;
    background-color: transparent;
}
.green-bg h1, .bluebg h1, .brown-bg h1, .aqua-blue-bg h1, .red-bg h1,.green-bg a, .bluebg a,.red-bg a,.aqua-blue-bg  a{ 
    color: #ffffff;
}

.green-bg .btn-primary{
    color: #ffffff;
    border-color: #ffffff !important;
}
.yellow-bg .btn{
    color: #333133;
    border-color: #333133 !important;
}
.yellow-bg .underlined-text:after{
    background-color: #333133;
}
.bluebg:after {
    border-left-color: #036cb6;
}
.yellow-bg:after {
    border-left-color: #fdb714;
}
.green-bg:after {
    border-left-color:#49b449;
}
.brown-bg:after{
    border-left-color: #663b28;;
}
.aqua-blue-bg:after{
    border-left-color:#00acc6;
}
.aqua-blue-bg>div:before{
    background-color: #ffffff;
}
.red-bg:after{
    border-left-color: #ed1a3b;
}
.gray-bg:after {
    border-left-color: #f1f2f2;
}
.overlay{
    position: relative;
}
.overlay:after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

/* .row-no-gutters {
    margin-left: 0px;
    margin-right: 0px;
} */
a,.btn{
    font-family: "Source Sans Pro";
    letter-spacing: 1.4px;
}
a.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.secondary-font{
    font-family: "Source Sans Pro";
}
.demo-icon
{
    font-family: "icimod";
    font-size: 32px;
    color: #fff;
    background-color: #036cb6;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 
}
/*form label {
    position: absolute;
    background-color: #fff;
    top: -7px;
    padding: 0 20px 0 7px;
    font-size: 12px;
    left: 13px;
    z-index: 1;
}
form input, form textarea,  select {
    height: 48px;
    margin-bottom: 36px;
    padding: 0 10px;
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #a7a9ac;
    background-color: #fff;
}
form input[type="submit"]{
    width: 152px;
}*/
.select2-results__option {
    padding: 9px 9px 9px 30px;
    vertical-align: middle;
    color: #58595b;
    position: relative;
    line-height: 1.3;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #808285;
    background-color: #fff;
    vertical-align: middle;
    left: 9px;
    top: 13px;
}
.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #036cb6;
    border: 0;
    display: inline-block;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input.select2-search__field {
    display: none;
}
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: transparent;
      color: #036cb6;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
  .select-icon .placeholder {
      display: none;
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }
  .select2-results__options li:not(:last-child) {
    border-bottom: 1px solid #e6e7e8;
}
.select2-container--open .select2-dropdown--below {
    margin-top: -10px;
}
/* width */
.select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
  }
  
  /* Track */
.select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #e6e7e8;
  }
   
  /* Handle */
  .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #036cb6;
  }
  
  /* Handle on hover */
  .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #036cb6;
  }
@media (min-width: 1024px) {
    h1 {
        font-size: 72px;
    }

    h2 {
        font-size: 48px;
    }

    h3 {
        font-size: 38px;
    }

    h4 {
        font-size: 33px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }
    .section-padding-top{
        padding-top: 80px;
    }
    .section-padding-bottom{
        padding-bottom: 80px;
    }
    
    .colored-bg:after {
        top: 54px;
        right: -39px;
        transform: rotate(0deg);
        left: initial;
        bottom: initial;
    }

}

p {
    line-height: 22px;
    letter-spacing: 0.03px;
}
ul li, ol li {
    line-height: 1.5;
    list-style-type: none;
}
.btn, .btn:hover, .btn:focus, .btn:active {
    outline: none !important;
    text-decoration: none;
    transition: all 600ms ease;
    box-shadow: none;
}
.img-full {
    width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin: 0 auto;
}
.img-pos {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} 
.text-gray{
    color: #58595b;
}
.text-white{
    color: #ffffff;
}
.text-black{
    color: #333133;
}
.flex-row {
    display: block;
}
/* .mt-4{
    margin-top: 4px;
}
.mt-16{
    margin-top: 16px;
}
.mt-11{
    margin-top: 11px;
}
.mt-40{
    margin-top: 40px;
}

.mt-94{
    margin-top: 94px;
}
.mb-82{
    margin-bottom: 82px;
} */
.nomarginbottom .row>div:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.title {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1.23px;
    font-family: 'Source Sans Pro';
    margin-bottom: 0;
    }
.small-wrapper {
    margin-bottom: 24px;
}
.small-wrapper h1{
    letter-spacing: -1.27px;
}
.largelineheight .small-wrapper h1+p{
    line-height: 24px;
}
.column-reverse{
    display: flex;
    flex-wrap: wrap;
}



@media(min-width:1024px){
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .small-wrapper{
        max-width: 624px;
        margin:0px auto 35px;
    }
    .mission-vision .small-wrapper {
        margin-bottom: 36px;
    }
    .regional-member .small-wrapper {
        margin-bottom: 33px;
    }
    .row-reverse{
        flex-direction: row-reverse;
    }
    .title {
        margin-bottom: 6px;
    }

}
@media screen and (max-device-width: 1023px){
    body{
        -webkit-text-size-adjust: none;
    }
    .small-wrapper h1{
        letter-spacing: -1.27px;
        line-height: 33px;
        margin-bottom: 12px;
    }
    .small-wrapper br{
        display: none;
    }
    blockquote{
        border-width: 4px;
    }
    blockquote p {
        padding: 0 0 10px 24px;
        font-size: 24px;
        line-height: 36px;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
    .ms-view, .ms-wk .ms-slide {
        height: 100% !important;
        }
        .ms-wk .ms-slide.ms-sl-selected {
        position: relative;
        }
}

@media (min-width:1024px){
    .small-wrapper h1{
        font-size: 38px;
        line-height: 36px;
        margin-bottom: 10px;
        padding: 0 24px;
    }
}

/*==== Common css end ====*/



/*==== Navigation css start ====*/
.top-header {
    background-color: #f1f2f2;
    padding: 13px;
}
ul.top-left-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
ul.top-left-menu li {
    padding: 0 12px;
    position: relative;
}
ul.top-left-menu li:not(:first-child):before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #d1d3d4;
    left: 0;
}
ul.top-left-menu li:first-child {
    padding: 0 5px 0 12px;
}
ul.top-left-menu li a {
    color: #333133;
    letter-spacing: -0.5px;
}
ul.top-left-menu li a:hover {
    color: #036cb6;
    text-decoration: underline;
}
ul.top-left-menu li:first-child a {
    /* display: inline-flex;
    align-items: center; */
    position: relative;
    /* justify-content: center; */
}
ul.top-left-menu li:first-child a:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #036cb6;
    left: -15px;
    top: -5px;
    opacity: 0;
    transition: all 600ms ease;
}
ul.top-left-menu li:first-child a:hover:before {
    opacity: 1;
    transition: all 600ms ease;
}
ul.top-left-menu li:first-child a:hover {
    /* background-color: #036cb6;
    color: #fff; */
    text-decoration: none;
}
.nav-search {
    background-image: url(../../img/icon/ico-search.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    right: 6px;
    transition: all 600ms ease;
}
ul.top-left-menu li a:hover .nav-search, .mobile-search .nav-search {
    background-image: url('../../img/icon/ico-search-white.png');
    transition: all 600ms ease;
}
.mobile-search {
    border-bottom: 1px solid #004d8e;
    text-align: left !important;
}
.mobile-search a {
    display: inline-block !important;
    margin: 20px !important;
    border: none !important;
    padding: 0 !important;
}
.bottom-header.fixed {
    position: fixed;
    background-color: #ffffff;
    z-index: 999;
    width: 100%;
    top: 0;
}
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 57px;
}
.wstliststy01 li>a.navtext>span:after{
    content: '\f0da';
}
.nav-logo img{
    width: 100px;
}
.wstabitem li > .navtext > span:after{
    right: 26px;
    transform: translateY(-50%) rotate(-90deg);
}

.wstmegamenucoll h5{
    font-size: 18px;
    margin: 15px 0 8px;
}
.wstmegamenucoll p{
    line-height: 19px;
    font-size: 12px;
}
.show-menu ul.wstliststy01 {
    opacity: 1;
}
.wstliststy01 a {
    border-bottom: 0 !important;
}
.wstmegamenucoll a{
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d3d4;
}
@media(min-width:1024px){
    .nav-wrapper {
        min-height: 88px;
    }
    .nav-logo img{
        width: 134px;
    }
    .hide-desktop{
        display: none !important;
    }
    .wsshoptabing {
        width: calc(100% - 13px);
        left: 13px;
    }
    .wstabitem > li > a{
         height: 51px;
    }
    /* .wstabitem{
        margin-top: 6px;
    } */
}
@media(max-width:1023px){
    .top-header{
        display: none;
    }
    span.wsmenu-click.ws-activearrow + a {
        background-color: #004d8e !important;
        padding-bottom: 0;
    }
    .hide-mobile{
        display: none !important;
    }
}
/*==== Navigation css end ====*/

/* =====cookies policy css start===== */
.cookies-policy {
    padding: 20px 0;
}
.cookies-policy .flex-row{
    justify-content: space-between;
    align-items: center;
}
.cookies-policy p{
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.53px;
}
.cookies-policy p a {
    letter-spacing: -0.53px;
    text-decoration: underline;
}
.cookies-policy p a:hover {
    color: #004d8e;
}

@media(max-width:1023px){
    .cookies-policy {
        padding: 10px 0;
    }
    .cookies-policy .container {
        padding: 0 10px;
    }
    .cookies-policy p{
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .cookies-policy button{
        height: 30px !important;
        min-width: 100px !important;
        font-size: 12px;
    }
}
/*====== cookies policy css end===== */

/* banner css start */
.banner-img{
    position: relative;
}
.banner-img:before{
    content: '';
    position: absolute;
    width: 152px;
    height: 146px;
    /*background-image: url(../../img/icon/pulse.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.banner .container{
    padding: 0;
}
.banner h1 {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -2.2px;
    margin-bottom: 13px;
    padding: 0;
}
.banner p{
    font-size: 16px;
    margin-bottom: 36px;
    line-height: 23px;
}
.banner p.title{
    font-size: 14px;
        margin-bottom: 26px;
}
a.down-arrow {
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translatex(-50%);
}
a.down-arrow img {
    width: 17px;
}
@media(min-width:1024px){
    .banner-img:before {
        width: 480px;
        height: 475px;
        bottom: -62px;
        left: -13px;
    }
    .banner .small-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        margin-top: 34px;
    }
    .banner h1{
        font-size: 72px;
    }
    .cookies-policy p{
        width: calc(100% - 152px);
    }
}
@media(max-width:1023px){
    .banner .small-wrapper {
        background-color: #036CB6;
        padding: 21px 24px 36px;
        text-align: center;
        margin-bottom: 0;
        }
        
.banner .small-wrapper p.title {
    margin-bottom: 23px;
    }
    .banner .small-wrapper h1 {
        margin-bottom: 9px;
        }
        
        
        .banner .down-arrow{
        display: none;
    }
}
/* banner css end */

/* master slider css start */
.master-slider {
    font-family: inherit;
}

/* slick slider css start */
.slick-dots{
    bottom: 5px;
}
.slick-dots li,.slick-dots li button,.slick-dots li button:before{
    width: 10px;
    height: 10px;
}
.slick-dots li button:before{
    font-size: 40px;
    color: #036cb6;
}
.slick-dots li.slick-active button:before{
    color: #036cb6;
}
.slick-prev, .slick-next{
    top: 30%;
    z-index: 2;
}
.news-event-wrapper .slick-prev{
    left: -24px;
}
.news-event-wrapper .slick-next{
    right: -24px;
}

.slick-prev, .our-involvement .slick-prev{
    left: -12px;
}
.slick-next, .our-involvement .slick-next{
    right: -12px;
}
.slick-prev:before, .slick-next:before{
    font-family: fontawesome;
    color: #a7a9ac;
    font-size: 30px;
    opacity: 1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    color: #036cb6 !important;
}
.slick-next:before {
    content: '\f0da';
}
.slick-prev:before {
    content: '\f0d9';
}
/* slick slider css end */

/*======== mission and vision css start =======*/

.desc{
    padding: 12px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 24px;
}
.desc h5, .desc h5 a{
    margin-bottom: 3px;
    letter-spacing: -0.67px;
    margin-top: 2px;
    line-height: 24px;
    color: #333133;

}
.load-more-wrapper {
    position: relative;

}
.load-more-wrapper span{
    padding: 0 30px;
    background-color: #fff;
}

@media(min-width:1024px){
    .desc{
        padding: 19px 25px;
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 2px;

    }
    .load-more-wrapper:after {
        position: absolute;
        content: '';
        width: 82%;
        height: 1px;
        background-color: #D1D3D4;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}
@media(max-width:1023px){
    .mission-vision h5 {
        margin-top: -2px;
        margin-bottom: 0px;
        }
}

/*======== mission and vision css end =======*/


/*======== new and events css start=======*/

.news-img-bg {
    background: url(../image/rds_explorer.jpg);
    height: 100%;
    background-size: cover;
    padding-bottom: 69.966%;
    position: relative;
}
.news-event-wrapper>.container>.row{
    padding-bottom:60px ;
}
/* news and event mobile */
.news-event-wrapper .news-event-mobile {
    padding-bottom: 42px;
}
.news-event-wrapper .news-event-mobile .news-list .news-desc{
    padding: 12px;
}

@media(max-width:1023px){
    .news-img-bg{
        margin-bottom: 20px;
    }
}
.news-desc {
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    bottom: 26px;
    max-width: 403px;
    padding: 8px 24px;
    left: 0;
}
.news-desc h5 a{
    color: #333133;
    letter-spacing: -0.67px;
}
.news-desc h5 a:hover {
    color: #036CB6;
    text-decoration: none;
 }
 .date {
    color: #808285;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    padding-left: 8px;
    letter-spacing: 1.14px;
    font-family: 'Source Sans Pro';
    top: 2px;
    line-height: 1.5;
}
.date:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../../img/icon/arrow.png);
    height: 9px;
    width: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.date .seperator {
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 12px;
    background-color: #d1d3d4;
}
.news-list .news-desc {
    position: initial;
    padding: 0;
    border-bottom: 1px solid #E6E7E8;
    height: 100%;
    max-width: 100%;
    max-height: 128px;
    overflow: hidden;
    }
/* .news-list .news-desc{
    position: initial;
    padding: 0;
    border-bottom: 1px solid #e6e7e8;
    height: 100%;
    max-width: 100%;
} */
.news-desc h5 {
    line-height: 1.1;
    top: 3px;
    position: relative;
}
.news-event-wrapper .hide-mobile>div:last-child h5 {
    margin-bottom: 6px;
    margin-top: 4px;
}
.news-desc p {
    margin-bottom: 8px;
}
@media(min-width:1024px){
    .news-list:not(:first-child) {
        margin-top: 15px;
    }
}

/*======== new and events css end=======*/


/* =========data section css start========== */
.data-section{
    background-color: #036cb6;
    padding: 30px 0 57px;
}
.data-section .number {
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -2.67px;
    margin-bottom: 12px;
}
.data-section .text {
    font-size: 11px;
    max-width: 161px;
    margin: 0 auto;
    line-height: 12px;
    padding: 0 5px;
    min-height: 24px;
}
.data-section .row>div:not(:last-child):after {
    content: '';
    position: absolute;
    right: -12px;
    /*background-image: url(../../img/icon/icon-mountain.png);*/
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    opacity: .6;
}
@media(min-width: 1024px){
    .data-section .number {
        font-size: 80px;
        margin-bottom: 12px;
    }
    .data-section .text {
        font-size: 16px;
        line-height: 16px;
        padding: 0;
    }
}
@media(max-width:1023px){

    .data-section .row>div:nth-child(-n+2){
        padding-bottom: 50px;
    }
    .data-section .row>div:after{
        top: initial !important;
        bottom: 0;
    }
    .data-section .row>div:not(:first-child):after {
        display: none;
    } 
}
/*====== data section css end===== */

/*====== regional programme css start===== */
.regional-program .row>div{
    margin-bottom: 0;
}
.regional-program img {
    width: 100%;
}
@media(min-width:1024px){
    .regional-program .row>div{
        margin-bottom: 60px;
    }
}
.regional-program .desc {
    border-bottom: 1px solid #d1d3d4;
}
.regional-program .desc p {
    margin-bottom: 9px;
    }
    .read-more {
        text-transform: uppercase;
        font-size: 16px;
        /* display: inline-flex;
        align-items: center; */
        font-family: "Source Sans Pro";
        letter-spacing: 1.4px;
        position: relative;
    }
    .info-section a.read-more {
        margin-top: 10px;
        }
.read-more i {
    font-size: 17px;
    margin-left: 3px;
}
@media(max-width:1023px){
    .regional-program .row>div:last-child .desc{
        margin-bottom: 0;;
    }
    .regional-program .desc p {
        display: none;
    }
}
/*====== regional programme css end===== */

/*====== RESEARCH AND DATA css start===== */

.research-and-data>div:before{
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(34deg, #0000007a 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}

.regional-database-system {
    position: absolute;
    bottom: 0;
    padding: 12px 24px;
    left: 0;
}
.regional-database-system h1{
    font-size: 25px;
    line-height: 1;
    margin-bottom: 3px;
    letter-spacing: -1.1px;

}
.regional-database-system p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 9px;
}
.regional-database-system a.read-more img {
    transform: rotate(-90deg);
    width: 12px;
}
.research-and-data{
    position: relative;
}
@media (min-width:1024px){
    .research-and-data:before {
        content: '';
        position: absolute;
        background: url(../../img/icon/caret-below.png);
        height: 20px;
        width: 42px;
        background-size: cover;
        left: 50%;
        transform: translatex(-50%);
        z-index: 1;
        top: -1px;
    }
    .regional-database-system {
      padding: 36px 14% 33px 14%;
    }
    .regional-database-system h1{
        font-size: 33px;
    }
    .regional-database-system h1, .regional-database-system p{
        max-width: 365px;
    }
}
@media (max-width:1023px){
    .research-and-data-wrapper .small-wrapper {
        padding: 0 12px;
    }
    .regional-database-system p {
        display: none;
    }
}
/*====== RESEARCH AND DATA css end===== */



/*====== Regional member countries css start===== */
.flags {
    display: flex;
    flex-wrap: wrap;
}
.flags>a {
    width: calc(100%/2);
    text-align: center;
}
.flags a:hover {
    text-decoration: none;
}
.flags span {
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    letter-spacing: 1.23px;
    color: #333133
}
.flags a:hover span{
    color: #036cb6;
}
.regional-member {
    padding: 51px 0 38px;
    border-top: 1px solid #D1D3D4;
    border-bottom: 1px solid #D1D3D4;
    position: relative;
    }
.regional-member:before{
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../../img/icon/hand-ico.png);
    background-size: contain;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
@media(min-width:768px){
    .flags>a {
        width: calc(100%/5);
    }
}
@media(min-width:1024px){
    .flags>a {
        width: calc(100%/8);
    }
}
@media(max-width:1023px){
    .flags>a:not(:nth-last-child(-n+2)){
        margin-bottom: 34px;
    }
}
/*====== Regional member countries css end===== */

/*====== SUCCESS STORIES css start===== */
.sucess-stories .row{
    padding-bottom: 40px;
}
.sucess-stories .row>div{
    position: relative;
    overflow: hidden;
}
.sucess-stories .arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
}

.stories {

    background-color: #036cb6;
    width: 100%;
    padding: 65px 35px 77px;
    border-top: 4px solid #004d8e;
    transition: 1s all ease;
    height: 186px;

}


.stories h6 {
    font-size: 19px;
    position: relative;
    margin: 0;
    line-height: 20px;
}
.stories h6:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 72px;
    background-color: #fff;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
@media(min-width:1024px){
    .stories{
        position: absolute;
        bottom: -260px;
    }
    .sucess-stories .row{
        padding-bottom: 62px;
    }
    .showstory{
        bottom: 0;
    }
    .hidestory{
        bottom: -260px;
    }
}
/*====== SUCCESS STORIES css end===== */



/*======  EMBRACE DIVERSITY css start===== */

/* .embrace-diversity  h1{
    line-height: 1;
    margin-bottom: 10px;
} */
.our-team-txt {
    padding: 36px 24px;
}
.our-team-txt p{
    margin-bottom: 23px;
}
.our-team-txt h1 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1.6px;
}
.underlined-text{
    position: relative;
}
.underlined-text:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
    bottom: -3px;
    left: 0;
}
@media (min-width: 1024px){
    .embrace-diversity .colored-bg:after,.achieving-result .colored-bg:after{
        top: 36px;
        right: -50px;
        border-width: 28px;
    }
}

@media(min-width:1024px){
    .our-team-txt {
        position: absolute;
        bottom: 0;
        padding: 48px 14%;
    }
}
/*======  EMBRACE DIVERSITY css start===== */

/*========banner css start=======*/

.inner-page-banner p.title{
    margin-bottom: 25px;

}
.inner-page-banner  h1{
    font-size: 40px;
    margin-bottom: 13px;
}
.inner-page-banner p{
    margin-bottom: 0;
    line-height: 24px;
}
.inner-page-banner a{
    margin-top: 22px;
}


@media(min-width:1024px){
    .inner-page-banner .small-wrapper {
        max-width: 100%;
       position: absolute;
top: initial;
bottom: 71px;
left: 6.9%;
transform: translate(0);
margin-bottom: 0;
    }
    .inner-page-banner  h1{
        font-size: 72px;
    }
    .inner-page-banner:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(34deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        top: 0;
        left: 0;
        opacity: 0.6;
        
    }
    .inner-page-banner p{
        max-width: 483px;
    }
    
}
/*========banner css end=======*/

/*========protect hkh css start=======*/
.protect-hkh .small-wrapper p{
    font-size: 16px;
}

.row-small{
    max-width: 975px;
    margin: 36px auto 16px;
}
.row-small>div{
    padding: 0;
    position: relative;
}

@media(min-width:1024px){
   .row-small>div{
        padding: 0 24px;
    }
    /* .row-small>div:first-child:after{
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #d1d3d4;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }*/
}

/*========protect hkh css end=======*/

/* CTA section css start */
.info-section {
    padding: 36px 12px 32px;
    position: relative;
}

.info-section  h4{
    letter-spacing: -0.87px;
    line-height: 1.2;
    font-size: 20px;
}
.info-section>div{
    padding-left: 12px !important;
}

.info-section a.read-more {
    margin-top: 23px;
}
.info-image{
    background-image: url(../../img/wheatarvest.png);
}
@media(min-width:1024px){
   
    .info-section:before{
        content: '';
        position: absolute;
        width: 168px;
        height: 131px;
        /*background-image: url(../../img/icon/pulse.png);*/
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        bottom: 0;
    }
    .info-section>div:before {
        position: absolute;
        content: '';
        width: 1px;
        height: calc(100% + 20px);
        /* background-color: #000; */
        left: 0;
        top: -10px;
    }
    .info-section h4 {
        letter-spacing: -0.87px;
        font-size: 26px;
    }
}
@media(max-width:1023px){
    .info-image{
        padding-bottom: 60%;
    }
    
.info-section {
    padding: 48px 24px 48px 12px !important;
}

}
/*========CTA section css end========*/

/*===== mountain and people css start=======*/
.mountain-and-people {
    background-image: url(../image/Main_banner.jpg);
    background-size: cover;
    background-position: center 88px;
    background-repeat: no-repeat;
    padding: 0;
    background-attachment: fixed;
}
.mountain-and-people .row{
    margin: 0;
}

@media(min-width:1024px){
    .mountain-and-people{
        padding: 135px 0;
    }
    /*section.mountain-and-people:after {
        background-image: url(../../img/icon/pulse.png);
       position: absolute;
        content: '';
        height: 480px;
        width: 475px;
        bottom: -10px;
        left: -7px;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
    }*/
    .mountain-and-people .our-team-txt {
        padding: 44px 10%;
    }
    .mountain-and-people  p {
        margin-bottom: 21px;
    }  
}
@media(max-width:1023px){
    section.mountain-and-people .row>div:first-child:after {
        /*background-image: url(../../img/icon/pulse.png);*/
        position: absolute;
        content: '';
        width: 175px;
        height: 239px;
        bottom: -66px;
        left: -12px;
        z-index: 2;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .mountain-and-people .container{
        padding: 0;
    }
}

/*===== mountain and people css end=======*/


/*========= at our core css start======= */
.icon {
    height: 52px;
    width: 52px;
    background-color: #036cb6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.our-themes h5{
    font-size: 19px;
    font-weight: 600;
}
.our-themes .row{
    max-width: 1011px;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 60px;
}
.our-themes .row p {
    line-height: 19px;
    letter-spacing: -0.4px;
}
.our-themes .icon img {
    max-width: 32px;
}
@media (min-width: 1024px){
    .our-themes .row>div {
        margin-bottom: 66px;
        padding: 0 42px;
        min-height: 200px;
    }
    .our-themes .row>div:not(:nth-child(3n+3)):after {
        content: '';
        height: 70%;
        width: 1px;
        background-color: #d1d3d4;
        position: absolute;
        right: 0;
        top: 15%;
    }
    .icon {
        height: 72px;
        width: 72px;
    }
}
@media(max-width:1023px){
    .our-themes .row>div:not(:last-child){
        margin-bottom: 20px;
    }
}
/*========= at our core css end======= */

/*========= ACHIEVING RESULTS css start======= */

.achieving-result .our-team-txt {
    padding: 50px 24px;
}
.achieving-result .our-team-txt p {
    margin-bottom: 22px;
}
@media(min-width:1024px){
    .achieving-result .our-team-txt {
        padding: 50px 14%;
    }
}
/*========= ACHIEVING RESULTS css end======= */

/*========= moving mountains css start======= */
.moving-mountains{
    background-image: url(../../img/tilicho-bg.png);
    padding: 84px 0;
}
.moving-mountains .small-wrapper{
   position: relative;
   z-index: 1;
}
@media (min-width:1024px){
    .moving-mountains{
        padding: 93px 0 100px;
    }
    .moving-mountains.content-left {
        padding: 192px 0 48px 0;
    }
    .content-left .small-wrapper {
        margin: 0;
        width: 483px;
    }
    .moving-mountains p.title{
        margin-bottom: 39px;
    }
    .moving-mountains h1{
        font-size: 48px;
        letter-spacing: -1.6px;
        padding: 0;
        margin-bottom: 18px;
    }
    .moving-mountains h1+p{
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.06px;
        margin-bottom: 23px;
    }
}

/*========= moving mountains css end======= */

/*======= INFORMATION RESOURCES css start =======*/
.information-resources .small-wrapper h1+p{
    font-size: 16px;
    margin-top: 12px;
}
.information-resources .row{
    max-width: 100%;
}

.information-resources  a.read-more {
    justify-content: center;
    margin-top: 20px;
}
@media (min-width: 1024px){
    .information-resources .row>div {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .information-resources .row>div:after {
        content: '';
        height: 70%;
        width: 1px;
        background-color: #d1d3d4;
        position: absolute;
        right: 0;
        top: 15%;
    }
    .information-resources .row>div:last-child:after {
        display: none;
    }
}
/*====INFORMATION RESOURCES css end==== */

/* ===Events around the HKH css start====*/

.our-involvement .small-wrapper{
    margin-bottom: 39px;
}
.our-involvement .row>div:not(:nth-last-child(-n+2)){
    margin-bottom: 22px;
}
@media(max-width:1023px){
    .news-list>div {
        width: 100%;
    }
    .our-involvement>.container>.row{
        padding-bottom: 0;
    } 
}
/* ===Events around the HKH css end====*/

/* =====announcement css start====== */
.announcement p {
    margin-bottom: 5px;
}
.announcement-img:before{
    position: absolute;
    content: '\f0da';
    font-family: FontAwesome;
    top: -5px;
    font-size: 80px;
    color: #49b449;
    left: -5px;
}
@media(min-width:1024px){

    .announcement-wrapper{
        overflow: hidden;
        padding: 40px 0 !important;
    }
    .announcement-wrapper h1{
        font-size: 48px;
        letter-spacing: -1.6px;
        line-height: 45px;
    }
    .announcement{
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .announcement>div:nth-child(2):before {
        position: absolute;
        content: '';
        width:1px;
        height: 100%;
        background-color: #fff;
        top: 0;
        left: 0;

 
    }
    .announcement-img{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translatey(-50%);
        width: 241px;
    }
 
}
@media(max-width:1023px){
    .announcement-wrapper {
        padding: 24px 0 0;
    }
    .announcement-wrapper .container{
        padding: 0
    }
    .announcement-img {
        padding: 24px 0 0;
        position: relative;
    }
    .announcement-wrapper .flex-row{
        margin: 0;
    }
    .announcement-wrapper .flex-row>div[class*='col-'] {
        padding: 0 24px;
    }
    .announcement-img:before{
        top: -23px;
        left: 24px;
        transform: rotate(90deg);
    }
}
/* =====announcement css end====== */

/* ======knowlegde creation css start =====*/
.knowlegde-creation{
    background-image: url(../../img/publication-2.png);
}
/* ======knowlegde creation css end =====*/
/* =====stay current css start==== */
.stay-current{
    padding: 12px 24px;
}
.stay-current form>div{
    display: flex;
}
.stay-current form input[type="email"]{
    width: calc(100% - 152px);
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 0 12px;
    font-family: 'Source Sans Pro';
}
.stay-current ::placeholder{
    color: #fff;
}
@media(min-width:1024px){
    .stay-current .row>div:nth-child(2){
        padding-right: 50px;
    }
}
/* =====stay current css end==== */

/* =====General inquires css start==== */

.general-inquires .row{
    max-width: 856px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.general-inquires .row p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.general-inquires .row p b{
    font-weight: 700;
    font-size: 19px;
    margin-right: 8px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
}
.general-inquires .social-icons {
    border-top: 1px solid #d1d3d4;
    max-width: 855px;
    margin: 0 auto;
}
.social-icons{
    padding-top: 24px ;
}
.social-icons a {
    text-decoration: none;
}
.social-icons a:not(:last-child) {
    margin-right: 10px;
    }
    

.social-icons img {
    width: 30px;
    height: 30px;
}
.general-inquires .mapouter iframe{
    width: 100%;
    margin-top: 48px;
}
@media(min-width:1024px){
    .general-inquires .row>div:nth-child(2):after, .general-inquires .row>div:nth-child(2):before {
        top: 23px;
        content: '';
        height: 100px;
        width: 1px;
        background-color: #d1d3d4;
        position: absolute;
    }
    .general-inquires .row>div:nth-child(2):before  {
        left: 7px;
    }
    
    .general-inquires .row>div:nth-child(2):after {
        right: 19px;
    }
    .social-icons a:not(:last-child) {
        margin-right: 20px;
        }
    .social-icons img {
        width: 36px;
        height: 36px;
    }
    .general-inquires .mapouter iframe{
        margin-top: 71px ;
    }
}
@media(max-width:1023px){
    .general-inquires .row>div {
        margin-top: 36px;
    }
}

/* =====General inquires css end==== */



/* =====contact us css start==== */
.radio-tabs-wrapper{
    justify-content: center;
}
.radio-tabs{
    display: flex;
}
/* The radio-btn */
.radio-btn {
    display: block;
    position: relative;
    margin-bottom: 0;
    margin-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .radio-tabs>div{
    position: relative;
  }
  /* Hide the browser's default radio button */
  .radio-tabs-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a7a9ac;
    cursor: pointer;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-tabs-wrapper:hover input + .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-tabs-wrapper input:checked + .checkmark {
    border: 1px solid #036cb6;
  }
  .radio-tabs-wrapper input:checked + .checkmark + .radio-btn {
    color: #036cb6;
}
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-tabs-wrapper input:checked + .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-tabs-wrapper .checkmark:after {
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #036cb6;
  }
  .general-inquires-form {
    margin-top: 20px;
    display: none;
}
.general-inquires-form.active {
    display: block;
    }

.general-inquires-form br {
    display: none;
    }
    .general-inquires-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 18px;
    position: relative;
    }
    .general-inquires-form span.wpcf7-not-valid-tip {
        position: absolute;
        bottom: -2px;
        left: 0;
        color: #f7501e;
    }
    .general-inquires-form p {
    display: block;
    width: 100%;
    float: left;
    }
    .general-inquires-form .wpcf7-response-output {
    border: none;
    max-width: 780px;
    margin: 15px auto 25px auto;
    padding: 15px;
    text-align: center;
    }
    .general-inquires-form .wpcf7-validation-errors {
    background-color: #F78F1E;
    color: #FFF;
    }
    .general-inquires-form input, .general-inquires-form select {
        margin-bottom: 0px;
    }
    .general-inquires-form textarea {
        resize: none;
        height: 96px;
        margin-bottom: 0px;
    }
.general-inquires-form input[type="file"]{
    position: relative;
    top: 21px;
    left: 12px;
    border: none;
   
}
.upload-label{
    color: #036cb6;
    left: 12px !important;
    height: 30px;
    line-height: 30px;
    width: 114px;
    bottom: 0;
    cursor: pointer;
    padding: 0 !important;
    top: initial !important;
    letter-spacing: 1.05px;
    font-size: 12px;
    background-color: #fff;
}
.general-inquires-form p {
    display: block;
    width: 100%;
    float: left;
    margin-top: 14px;
}
.required-msg {
    font-size: 12px;
}
.general-inquires-form span.required{
    font-size: 12px;
    color: #808285;
    position: absolute;
    bottom: 50px;
    left: 12px;    
}
.complaint-country>span {
    width: 100% !important;
}
@media(min-width:1024px){
    .radio-tabs>div{
        margin-left: 18px;
      }
    .general-inquires-form .row{
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }
    /* .upload-label{
        bottom: 36px;
    } */
}
@media(max-width:1023px){
    .radio-tabs{
        margin-top: 7px ;
    }
    .radio-tabs>div:first-child{
        margin-right: 24px;
    }
}
/* =====contact us css end==== */

/* ======thank you css start===== */
.thank-you a{
    letter-spacing: 0.03px;
}
/* =====thank you css end======= */

/*===== page in progress css start===== */
.page-in-progress{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 136px);
    padding-top: 43px;
}
.page-in-progress>.container h1:first-child{
    margin-bottom: 52px;
}
.page-in-progress h1{
    font-size: 38px;
}
.red-text{
    color: #ed1a3b;
}
/*===== page in progress css end===== */



/* =====archive banner css start=======*/
.no-img-banner{
    padding: 36px 0 23px;
}
.no-img-banner h1 {
    font-size: 55px;
    line-height: 50px;
    margin-top: 6px;
    margin-bottom: 14px;
}
.no-img-banner h1+p {
    font-size: 16px;
}
@media(min-width:1024px){
    .no-img-banner{
        padding: 86px 0 47px;
    }
    .no-img-banner h1 {
        font-size: 72px;
        line-height: 1;
        margin-top: 25px;
    }
}
/* =====archive banner css end=======*/

/* =====archive search css end=======*/
.search-archive .row {
    margin-top: 64px;
    margin-bottom: 25px;
}
.archive-search-result>.container{
    max-width: 923px;
}

.p-12{
    font-size: 12px;
}
.archive-result-wrapper .news-desc {
    padding: 24px 12px;
}
.archive-result-wrapper a.search-location{
    letter-spacing: -0.4px;
    line-height: 19px;
}
.archive-result-wrapper .news-desc:first-child {
    border-top: 1px solid #e6e7e8;
}
.archive-result-wrapper .news-desc {
    max-height: 100%;
}

@media(max-width:1023px){
    .archive-result-wrapper .news-desc{
        padding: 24px 0;
    }
}

/* =====archive search css end=======*/

/* ======Knowledge park css start=====*/
.knowledge-park {
    background-image: url(../../img/new-tech.png);
}
/* ======Knowledge park css end=====*/

/* =====events search result css start======*/
.search-keyword{
    margin-bottom: 33px;
}
.search-keyword h5{
    margin-bottom: 7px;
}
.search-keyword div {
    border: 1px solid #d1d3d4;
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 12px;
}
.search-keyword div:hover {
    border-color: #036CB6;
}

.search-keyword div:not(:last-child) {
    margin-right: 12px;
}
.search-keyword div svg {
    height: 11px;
    margin-left: 10px;
    cursor: pointer;
}
.search-keyword svg #swatch, .search-keyword svg #color {
    fill: #036cb6;
}
/* =====events search result css end======*/

/* =====childpage banner css start===== */
.childpage-banner h1 {
    font-size: 55px;
}
.childpage-banner p{
    font-size: 16px;
    line-height: 24px;
}
.breadscrum{
    position: relative;
    width: 100%;
}
.page-title {
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 7.4%;
    top: 34px;
    letter-spacing: 1.14px;
    z-index: 9;
}
.page-title:before {
    content: '\f0d9';
    font-family: fontawesome;
    margin-right: 2px;
}
.childpage-banner .our-team-txt {
    padding: 94px 24px 36px;
}
.childpage-banner .our-team-txt h1+p{
    margin-bottom: 0;
}
@media (min-width: 1024px){
    .childpage-banner h1{
        font-size: 72px;
    }
    .childpage-banner .our-team-txt {
        padding: 63px 14%;
    }
}
/* =====childpage banner css end===== */

/* =====staff listing css start =======*/
.staff-detail {
    padding: 12px 0 24px;
}
.staff-detail p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.4px;
}
.staff-detail p.text-primary {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}
.staff-detail p.text-primary+p{
    min-height: 38px;
    color: #333133;
}

.search-staff .row{
    margin-bottom: 10px;
}
.directorate{
    margin-bottom: 34px;
}
.directorate h4 {
    margin-bottom: 8px;
}
.directorate .row{
    border-bottom: 1px solid #d1d3d4;
}
.directorate img{
    width: 100%;
}
/* =====staff listing css end =======*/

/* =====staff detail css start==== */
.staff-info-wrapper{
    padding-top: 80px;
}
.staff-info-wrapper p, .qa-list p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.name-detail {
    font-family: 'Source Sans Pro';
    padding-bottom: 10px;
    border-bottom: 2px solid #036cb6;
    margin-bottom: 24px;
}
.name-detail h1{
    font-size: 50px;
    font-weight: 200;
    letter-spacing: -2px;
}
.name-detail p {
    font-size: 20px;
    font-weight: 700;
}
.name-detail+div>p {
    margin-bottom: 12px;
}
p.bottom-desc {
    color: #58595b;
}
.related-article .desc{
    padding: 12px;
}
.related-article .row{
    margin-bottom: 40px;
}
.related-article .date{
    margin-bottom: 9px;
}
.qa-wrapper {
    margin-top: 60px;
}
.qa-list {
    padding-bottom: 24px;
    border-bottom: 1px solid #d1d3d4;
    margin-bottom: 60px;
}
 .question  p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}
.qa-list span {
    font-size: 24px;
    font-weight: 300;
    margin-right: 6px;
    line-height: 1;
    color: #036cb6;
    font-family: 'source sans pro';
}

.qa-list>div{
    display: flex;
}

.staff-info {
    border-top: 5px solid #036cb6;
    padding: 12px;
}
p.department{
    font-weight: 600;
}
p.department+p{
    font-size: 14px;
}
.staff-social-link {
    margin-top: 15px;
}
.staff-social-link a {
    margin-right: 12px;
}
.staff-social-link img {
    height: 24px;
    width: 24px;
}

@media(min-width:1024px){
    .staff-info-wrapper{
        padding-top: 123px;
    }
    .name-detail h1{
        font-size: 60px;
    }
    .staff-info-wrapper .flex-row {
        justify-content: space-between;
    }
    .user-detail-wrapper, .qa>div>.qa-list{
        width: calc(100% - 295px - 80px);
    }
    .staff-detail-wrap {
        width: 295px;
        position: absolute;
        right: 0;
        top: 123px;
    }
    .related-article .row{
        margin-bottom: 60px;
    }
}
@media(max-width:1023px){
    .staff-info-wrapper .flex-row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

/* =====staff detail css start==== */

/* =====transboundary landscape css start===== */
.at-glance{
    padding: 24px 0 42px;
    border-bottom: 5px solid #036cb6;
}
.at-glance h5{
    color: #036CB6;
}

.at-glance>div>p{
    text-transform: uppercase;
    margin-bottom: 23px;
}
.regional-program-manager .staff-detail {
    padding: 5px 0;
    border-top: 6px solid #036cb6;
}
.regional-program-manager .staff-detail p {
    line-height: 15px;
}
.regional-program-manager .staff-detail p.text-primary{
    margin-bottom: 3px;
}
.staff-detail p img {
    margin-left: 2px;
    width: 3px;
}
.staff-detail>h5 {
    font-size: 16px;
}
@media(min-width:1024px){
    .staff-detail>h5 {
        display: none;
    }
}
@media(max-width:1023px){
    .regional-program-manager .staff-detail{
        border-top:none;
    }
    .regional-program-manager img{
        display: none;
    }
}
.location-flags>a {
    width: 48px;
    margin-right: 12px;
    text-align: center;
}
.location-flags>a img {
    width: 48px;
    margin-bottom: 9px;
}
.location-flags>a:nth-child(4) img {
    width: 28px;
}
.initiatives .desc h5 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;

}

.challenge .row-small{
    margin: 0 auto;
    
}
.challenge h4 {
    font-size: 24px;
}
.challenge p {
    margin-bottom: 30px;
}
.challenge blockquote{
    border-left-color: #036CB6;
    margin-bottom: 30px;
}


 .left-img-position .our-team-txt h1{
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -1.2px;
}
.left-img-position:after {
    width: 241px;
    height: 231px;
    bottom: 0;
    left: 2px;
}
.initiatives .slick-prev:before, .initiatives .slick-next:before{
    color: #58595b;
}
@media(min-width:1024px){
        .left-img-position .colored-bg:after{
        left: -50px;
        transform: rotate(-180deg);
        right: initial;
        border-width: 28px;
    }
    .left-img-position .our-team-txt h1{
        font-size: 36px;
        letter-spacing: -1.2px;
    }
    .left-img-position:after {
        /*background-image: url(../../img/icon/pulse.png);*/
        position: absolute;
        content: '';
        height: 353px;
        width: 348px;
        bottom: -10px;
        left: 2px;
        z-index: 9;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .left-img-position .row{
        flex-direction: row-reverse;
    }
}



/* =====explore sticky css start=======*/

ul.nav.nav-tabs a {
    text-transform: uppercase;
    position: relative;
    padding: 0;
}
ul.nav.nav-tabs a.active {
    font-weight: 700;
}
ul.nav.nav-tabs li a.active:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-content ul {
    padding-right: 20px;
}
.tab-content li a:hover {
    text-decoration: underline;
}
.nav-tabs > li{
    margin-right: 30px;
    margin-bottom: 20px;
}
.explore{
    background-color: #036cb6;
    width: 100%;
    position: fixed;
    z-index: 9;
    transition: 1s all ease;
}
.explore>div{
    padding: 24px;
}
.explore a {
    color: #fff;
    letter-spacing: 0.03px;
}
.explore .tab-pane ul li {
    padding: 9px 0;
    border-bottom: 1px solid #004d8e;
}
a.explore-txt{
    position: absolute;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-size: 16px;

}
.explore-txt span{
    margin-right: 10px;
}
.explore .tab-content{
    height: 280px;
    overflow-y: auto;
}

.explore ::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .explore ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  .explore ::-webkit-scrollbar-thumb {
    background: #004d8e; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .explore ::-webkit-scrollbar-thumb:hover {
    background: #004d8e; 
  }
/* =====explore sticky css end=======*/
.initiative-slider .desc h5{
    min-height: 66px;
}
.triple-data-content .desc h5{
    font-size: 20px;
    letter-spacing: -0.67px;
    line-height: 22px;
}
.double-data-content .desc h5{
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1.22px;
}

/* .regional-list .desc h5{
    min-height: 66px;
} */

@media(min-width:1024px){
    .location{
        max-width: 340px;
        padding-left: 88px;
    }
    .challenge .row-small{
        padding-right: 199px;
    }
    .explore{
        background-color: #036cb6;
        left: -372px;
        max-width: 372px;
        position: fixed;
        z-index: 9;
        transition: 1s all ease;
        top: 32%;
    }
    .explore.show-sticky {
        left: 0;
        transition: 1s all ease;
    }

    a.explore-txt:hover {
        background-color: #004d8e;
    }
   
    a.explore-txt{
        right: -69px;
        transform: rotate(90deg);
        background-color: #036cb6;
        padding: 5px 10px;
        top: 34px;
        border: 1px solid #036cb6;
        color: #ffffff;
    }
    .show-sticky a.explore-txt {
        top: 38px;
        padding-left: 26px;
        right: -71px;
        background-color: #ffffff;
        color: #036cb6;
    }
    .explore.show-sticky a.explore-txt span:before{
        content: '';
        background-image: url(../../img/icon/close.png);
        height: 12px;
        width: 12px;
        position: absolute;
        top: 50%;
        transform: translatey(-50%);
        left: 10px;
    }
 
    .regional-program-manager{
        width: 138px;
        position: absolute;
        right: 12px;
        top: -90px;
    }

    .slick-dots li button{
        display: none;
    }
    
}
@media(max-width:1023px){
    .at-glance .row>div:not(:last-child) {
        margin-bottom: 24px;
    }
  
    /* a.explore-txt{
        background-color: #004d8e;
        width: 100%;
        left: 0;
        top: -50px;
        padding: 14px;
        text-align: center;
    } */
    a.explore-txt {
        background-color: #004d8e;
        width: 100%;
        left: 0;
        top: -50px;
        padding: 14px;
        text-align: center;
        display: block;
        position: initial;
        transition: 2s all ease;
    }
    .explore.show-sticky>div {
        bottom: 0;
    }
    .show-sticky .explore-txt {
        position: relative;
        top: initial;
        bottom: 368px;
    }
    .explore>div {
        padding: 24px;
        position: absolute;
        width: 100%;
        background-color: #036cb6;
        transition: 2s all ease;
    }
    .explore.show-sticky {
        overflow: visible;
    }
    .explore {
        background-color: #036cb6;
        width: 100%;
        position: relative;
        z-index: 9;
        transition: 1s all ease;
        overflow: hidden;
    }
    /* .explore{
        bottom: -368px;
    }
    .explore.show-sticky {
        bottom: 0;
    } */
}
/* =====transboundary landscape css end===== */

/* ======regional member country css start===== */
.country-banner .banner-flag{
    margin-bottom: 24px;
}
@media(max-width:1023px){
    .country-banner .small-wrapper {
        background-color: #ffffff;
        color: #036cb6;
        text-align: left;
        padding: 21px 24px 21px;
    }
    .country-banner .banner-flag img {
        width: 75px;
    }
    .country-banner .underlined-text:after{
        background-color: #036cb6;
    }
    .country-banner h1.text-white {
        color: #333133;
        font-size: 55px;
    }
}
/* ======regional member country css end===== */

/* ======privacy policy css start===== */
.small-container {
    max-width: 824px;
    margin: 0 auto;
    padding: 0px 24px;
}
.small-container>div {
    margin-bottom: 40px;
}
.small-container>div p:not(:last-child) {
    margin-bottom: 25px;
}
.small-container>div h5{
    margin-bottom: 8px;
    font-size: 24px;
}
.terms-of-use p{
    font-size: 16px;
    line-height: 24px;
}
/* ======privacy policy css end===== */

/* ======mission vission page css start===== */

.our-vision-gallary .row-small>div {
    justify-content: space-between;
    margin-bottom: 10px;
}
.our-vision-gallary .row-small>div:first-child:after{
    content: none;
}
.vision-img-list{
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.vision-featured-img, .vision-img-list>div{
    position: relative;
}
span.img-count {
    background-color: #036cb6;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.our-vision-gallary span{
    letter-spacing: -0.4px;
}
@media(min-width:1024px){
    .vision-featured-img{
        width: calc(100% - 316px - 13px);
    }
    .vision-img-list{
        width: 316px;
    }
    .our-vision-gallary {
        margin-top: 61px;
    }
    .our-vision-gallary .row-small>div {
        padding: 0;
    }
}
@media(max-width:1023px){
    .our-vision-gallary .row-small {
        padding: 0 24px;
    }
    .our-vision-gallary .flex-row>div {
        margin-bottom: 12px;
    }
}
/* ======mission vission page css end====== */

/*====== success story page start====== */
.search-success-story .row{
    margin-top: 0;
}
.back {
    text-align: center;
    border-top: 3px solid #036cb6;
    border-bottom: 3px solid #036cb6;
    padding: 30px 0;
}
.back img { 
    width: 60px;
}
.quote {
    font-size: 29px;
    line-height: 40px;
    font-weight: 300;
    padding: 12px 0 18px;
    color: #000;
}
.personal-detail {
    text-transform: uppercase;
}
.personal-detail p {
    margin: 0;
}
.personal-detail p.text-primary+p {
    font-size: 10px;
    line-height: 1;
    color: #58595b;
}
.stories-thumb  {
    position: relative;
    overflow: hidden;
}
.stories-thumb .stories-front {
    position: relative;
}
.stories-thumb .stories-front .play {
    background-color: rgba(51, 49, 51, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.stories-thumb .stories-front .play:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../img/ico-play.svg);
    background-size: contain;
}
.stories-thumb .desc {
    min-height: 123px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stories-thumb .secondary-font {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #fff;
}
.stories-thumb .secondary-font a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.stories-thumb:hover .secondary-font {
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.noborder:after{
    width: 100%;
}
.noborder span{
    padding: 0;
}
.noborder .btn{
    border: none;
}
.noborder i{
    margin-left: 3px;
}

/*====== success story page end====== */

/* At a glance ul section css-starts */


ul.at-glance-ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 8px;
}
ul.at-glance-ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #036cb6;
    position: absolute;
    top: 7px;
    left: 0;
}
/* At a glance ul section css-ends */

/* cryosphere css starts */
@media(min-width:1024px){
    .left-first {
        width: 376px;
        margin-right: 48px;
    }
    .right-first {
        width: 280px;
    }
    .left-content-wrapper .left-second .location {
        max-width: 240px;
        padding-left: 0;
    }
}
/* cryosphere css ends */

.partner-organizations #accordionExample{
    margin: 0;
}
.partner-organizations .accordion h4{
    margin-bottom: 0;
}
.partner-organizations .accordion h4 button{
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #e6e7e8;
    color: #333133;
    font-weight: 300;
    position: relative;
    padding: 36px 30px 12px 12px;
    letter-spacing: -1.1px;
    transition: 0.5s all ease;
    line-height: 30px;
    font-size: 33px;
}
.partner-organizations .accordion button.btn-link:after {
    position: absolute;
    content: '';
    background-image: url(../../img/icon/arrow-right.png);
    background-size: contain;
    height: 18px;
    width: 9px;
    right: 12px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.partner-organizations .accordion h4 button[aria-expanded="true"]{
    color: #036cb6;
    font-weight: 700;
  }
  .partner-organizations .accordion h4 button[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}
.partner-organizations .card-body{
    background-color: #f1f2f2;
}
.partner-organizations .card-body .column-reverse:not(:last-child){
    border-bottom: 1px solid #e6e7e8;
}
.partner-organizations .card-body .column-reverse{
    padding: 24px 12px;
}
.partner-organizations .card-body .column-reverse p{
    margin-bottom: 0 !important;
}
.partner-organizations  .card-body p a {
    letter-spacing: -0.03px;
    font-size: 16px;
    transition: 0.5s all ease;
}
.partner-organizations  .card-body p a:hover {
    font-weight: 600 ;
    transition: 0.5s all ease;
}
.ministry-affair img{
    width: 176px;
}

@media(min-width:1024px){
    .partner-organizations .accordion h4 button{
        line-height: 30px;
    }
    .partner-organizations .card-body{
        padding: 0 24px 15px;
    }
    .partner-organizations .card-body p.text-primary{
        width: calc(100% - 160px);
        padding-right: 30px;
    }
    
    .partner-organizations .card-body p{
        width: 160px;
    }
    .partner-organizations .card-body .column-reverse{
        padding: 24px 0 12px;
    }
}
@media(max-width:1023px){
    .partner-organizations .card-body .column-reverse p:last-child{
        margin-bottom: 6px !important;
    }
}

/*=======mountain listing page design css ======*/
/*top-list-gallery-section */

.top-featured-img, .list-img{
    position: relative;
    overflow: hidden;
}
.top-featured-img img, .list-img img {
    transition: 1s all ease;
}
.top-featured-img:hover img, .list-img:hover img {
    transition: 1s all ease;
    transform: scale(1.2);
}
.top-featured-img img {
    width: 100%;
}

.list-img {
    width: 100%;
    position: relative;
}
.list-img img {
    width: 100%;
}
.list-desc{
    position: absolute;
    left: 24px;
    bottom: 20px;
}
.list-desc h5 {
    margin: 0;
}

/*middle-list-gallery-section */

.middle-list-gallery-section .list-img {
    width: 100%;
}

.list-desc h2 , .list-desc h5{
    margin: 0;
}

@media(min-width:1024px){
    .top-featured-img {
        width: 66.69%;
    }
    .top-featured-list.flex-row {
        width: 33.30%;
    }
    .middle-list-gallery-section .list-img {
        width: calc(100%/3);
    }
    .bottom-list-gallery-section {
        flex-direction: row-reverse;
    }
}
/*=======mountain listing page design end ======*/

/*=======news detail page design start ======*/
.p-12{
    font-size: 12px;
}
.small-container blockquote {
    margin-bottom: 35px;
}
.small-container .date {
    margin-bottom: 10px;
}
.tags{
    border-bottom: 1px solid #d1d3d4;
    padding-bottom: 5px;
}
.tags strong{
    font-family: "Source Sans Pro";
}
.tags a {
    color: #333133;
    letter-spacing: -0.4px;
}

.tags a:hover {
    color: #036CB6;
}

/* timeline-css-starts */
.timeline-txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px 0 !important;
}

.timeline-txt p {
    letter-spacing: 1.23px;
    margin: 0 !important;
}
.timeline {
    position: relative;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d8d8d8;
}
.timeline:before {
    content: '';
    background-color: #49b449;
    width: calc(100% - 96px);
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}
/* timeline-css-starts */

/* news-bottom-section-css-starts */
.news-detail-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.news-detail-img span {
    padding: 6px;
}

.news-bottom-img {
    margin-right: 10px;
}
.news-bottom-img img{
    width: 76px;
    height: 76px;
}
.news-bottom-img a {
    padding: 5px 0;
    display: block;
}
.news-bottom-section .social-icons{
    padding: 0;
}
.news-bottom-section .social-icons p{
    letter-spacing: 1.23px;
    margin-bottom: 5px !important;
}
.news-bottom-section .social-icons a:not(:last-child) {
    margin-right: 12px;
}
@media(min-width:1024px){
    .news-bottom-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news-detail-bottom {
        margin-bottom: 0;
    }
}

/*=======news detail design end ======*/


/* pagination starts */
/*ul.pagination {
    float: right;
    margin-top: 60px;
}
ul.pagination li a {
    position: relative;
}
ul.pagination li:not(:first-child) a::after {
    content: '/';
    position: absolute;
    top: 4px;
    left: 0;
    color: #d1d3d4;
}


.pagination > li > a.active {
    color: #036cb6;
    text-decoration: underline;
}*/

/* arrow-box */
.arrow_box {
	position: relative;
}
.arrow_box:after , .arrow_box:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(3, 108, 182, 0);
    border-width: 4px;
    transform: translateY(-50%);
    
}
.arrow_box:after {
    right: 100%;
    border-right-color: #036cb6;
}
.arrow_box:before {
	left: 100%;
	border-left-color: #036cb6;
}
@media(max-width:1023px){
    ul.pagination li a{
        font-size: 12px;
    }
}

/*===== lets start, policy briefs and get involved css start===== */
.lets-talk {
    padding-bottom: 70px;
}

.lets-talk .logo {
    margin-bottom: 23px;
}
.lets-talk .logo img {
    width: 60px;
    height: 60px;
    }
.lets-talk h1 {
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 1;
}
.lets-talk p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
@media(min-width:1024px){
    .lets-talk {
        padding-bottom: 74px;
    }
    .lets-talk h1 {
        font-size: 48px;
        margin-bottom: 0;
    }
    .policy-brief h1 {
        font-size: 38px;
        margin-bottom: 7px;
    }
}
@media(max-width:1023px){
    .lets-talk {
        padding-top: 47px;
    }
}
/*===== lets start and get involved css end===== */



/* seacrh banner css satrt */
.search-banner{
    padding: 60px 0 80px;
}
.search-banner h1{
    font-size: 40px;
    line-height: 43px;
}
@media(min-width:1024px){
    .search-banner{
        padding: 108px 0 161px;
    }
    .search-banner h1{
        font-size: 48px;
    }
    .search-banner .small-wrapper {
        max-width: 624px;
        margin: 0px auto 48px;
    }
}

/* seacrh banner css end */

/* radio btn design start*/
.search-form input[type="text"]{
    background-color: #004d8e;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 19px;
    height: 60px;
    letter-spacing: -0.63px;
    margin-bottom: 0;
}
.search-form ::placeholder{
    color: #fff;
}
.search-text{
    position: relative;
}
.search-text:before {
    content: '';
    background-image: url(../../img/icon/serach-icon-white.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    height: 18px;
    width: 18px;
    background-size: contain;
}
.search-form .flex-row{
    justify-content: space-between;
    align-items: center;
}
.search-form .flex-row>div{
    position: relative;
    width: auto;
    margin-bottom: 16px;
}
.search-form span{
    background-color: #004d8e;
    height: 12px;
    width: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    top: -7px;
    right: 0;
    cursor: pointer;
}
.search-banner .small-container{
    padding: 0;
    max-width: 744px;
}
.search-banner .flex-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.tootip {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    letter-spacing: -0.04px;
    line-height: 15px;
    padding: 8px;
    right: -134px;
    top: -24px;
    width: 121px;
    z-index: 2;
    display: none;
}

.tootip:before {
    content: '\f0d9';
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    left: -10px;
    top: 34%;
    color: #fff;
}

.search-form span:hover+.tootip {
    display: block;
}
@media(max-width:1023px){
    .search-form .flex-row>div:last-child {
        text-align: center;
        width: 100%;
        margin-top: 36px;
    }
    .search-form input[type="text"]{
        font-size: 16px;
    text-align: left;
    padding: 19px 26px 19px 41px;
    }
    .search-text:before{
        left: 15px;
    }
    .search-form .flex-row>div:nth-child(2) .tootip{
        right: 29px;
    }
    .search-form .flex-row>div:nth-child(2) .tootip:before{
        right: -10px;
        left: initial;
        transform: rotate(180deg);
    }

}
.search-form [type="radio"]:checked,
.search-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.search-form [type="radio"]:checked + label,
.search-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    background: transparent;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    top: 0;
    padding-right: 0;

}
.search-form [type="radio"]:checked + label:before,
.search-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
}
.search-form [type="radio"]:checked + label:after,
.search-form [type="radio"]:not(:checked) + label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: -6px;
    width: 8px;
    height: 18px;
    border: solid #fdb714;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) !important;
}
.search-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.search-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* radio btn design end */

/* search-wrapper start */
.news-wrapper {
    justify-content: space-between;
}
.news-wrapper:first-child {
    border-top: 1px solid #d1d3d4;
}

.search-wrapper .news-wrapper {
    border-bottom: 1px solid #d1d3d4;
    padding: 24px 0;
}
.search-wrapper .news-wrapper .news-desc {
    border-bottom: none;
    max-height: none;
}
.search-wrapper .news-wrapper .date {
    padding: 12px 0 12px 8px;
}
.search-wrapper .news-wrapper .news-desc a.search-location {
    letter-spacing: -0.4px;
}

@media(min-width:1024px){
    .search-wrapper .news-wrapper .news-img {
        width: 209px;
    }
    .search-wrapper .news-wrapper .news-desc {
        width: calc(100% - 209px - 24px);
        padding-right: 15px;
    }
}

/* loader-wrapper */
section.loader-section {
    padding: 72px 0 109px 0;
}
.loader-wrapper {
    text-align: center;
    position: relative;
}
.loader-wrapper h5 {
    margin-bottom: 12px;
}

/* Loader-css-starts */
.loader {
    border: 8px solid #e6e7e8;
    border-radius: 50%;
    border-top: 8px solid #036cb6;
    width: 84px;
    height: 84px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    position: relative;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  /* Loader-css-ends */

  .loader-img {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
}
.loader-img img{
    width: 41px;
    height: 41px;
}
/* search-wrapper end */

/* highest peak by region css start */
.text-content-left .row-small>div {
    max-width: 824px;
}
.text-content-left .row-small>div:after{
    content: none;
}

.region-highest-peak {
    padding: 30px 0 15px;
}
.highest-peak-slider .slick-list{
    padding-top: 84px;
}
.highest-peak-slider .slick-prev:before, .highest-peak-slider  .slick-next:before{
    color: #58595b;
}
.highest-peak-slider .slick-prev {
    left: 2px;
}
.highest-peak-slider .slick-next {
    right: 2px;
}

@media(min-width:1024px){
    .region-highest-peak{
        padding: 60px 0 15px;
    }
    .highest-peak-slider .slick-list{
        padding-top: 119px;
    }
    .highest-peak-slider .slick-prev {
        left: 60px;
    }
    .highest-peak-slider .slick-next {
        right: 60px;
    }
}
/* highest peak by region css end */

/*======= highest peak by country css start ======*/
.highest-country-wrapper {
    padding: 48px 0 42px;
}
.highest-country {
    margin-top: 50px;
}
.country img {
    margin: 0 auto;
    margin-bottom: 8px;
}
.country p.title {
    margin-bottom: 10px;
}
.highest-country .country span {
    display: block;
    line-height: 1;
    font-size: 10px;
}
/*======= highest peak by country css end ======*/

/*======= area and population data css start===== */

.data{
    position: relative;
    padding: 48px 6% 36px;
    width: 100%;
}
.data h4{
    font-size: 25px;
    margin-bottom: 15px;
}
.data table{
    width: 100%;
}
.data table tr:first-child{
    vertical-align: bottom;
}
.data th {
    font-family: "Source Sans Pro";
    line-height: 15px;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #d1d3d4;
    text-transform: uppercase;
    font-size: 12px;
}
.data th, .data td{
    padding: 0 24.5px;

}
.data table tr:nth-child(2) td {
    padding-top: 12px;
}

.data td {
    padding-bottom: 12px;
}
.data tr th:first-child, tr td:first-child {
    padding-left: 0;
}
.data tr td:not(:first-child),.data tr th:not(:first-child){
    text-align: center;
}
.data table tr:last-child th{
    border-top: 2px solid #036CB6;
    padding-top: 12px;
    border-bottom: none;
}
.data tr td:last-child ,.data tr th:last-child {
    text-align: right;
}
.arrow {
	position: relative;
}
.arrow:after {
    top: 0;
    right: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #036cb6;
    border-width: 6.5px;
}
.arrow.down:after {
    transform: rotate(-180deg);
    top: 7px;
}
.area-population.row-reverse .colored-bg:after {
    right: initial;
    left: -40px;
    transform: rotate(180deg);
}
@media(min-width:1024px){
    .area-population{
        display: flex;
    }
}
@media(max-width:1023px){
    .area-population .img img{
        width: 100%;
    }
    .table-responsive{
        border: none;
    }
}
/*======= area and population data css end==== */

/*====== livelihoods css start===== */
.user-profile .container{
    position: relative;
}
.text-content-left  blockquote{
    border-left-color: #036CB6;
}
.text-content-left .row-small {
    margin-top: 0;
}
.text-content-left p {
    margin-bottom: 25px;
}
.text-content-left p:last-child {
    margin-bottom: 0
}
@media (min-width: 1024px){
    .regional-program-manager {
        top: -27px;
    }
}

/*====== livelihoods css end====== */


/* ======footer css start====== */
footer {
    background-color: #f1f2f2;
    position: relative;
}
.scrollTop {
    position: absolute;
    top: 0;
    right: 4%;
    height: 24px;
    width: 24px;
    border: 1px solid #036CB6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .scrollTop a {
    line-height: 0;
  }
  .scrollTop a img{
    transform: rotate(-90deg);
    width: 6px;
  }
ul.footer-nav {
    padding: 0;
    position: relative;
}
ul.footer-nav:after {
    position: absolute;
    width: 100%;
    max-width: 856px;
    height: 1px;
    background-color: #036cb6;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0.4;
}
ul.footer-nav li {
    display: block;
    padding-bottom: 20px;
    text-align: center;
}
.footer-nav li a {
    padding: 0 11px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.53px;
    line-height: 16px;
    color: #333133;
    position: relative;
}
.footer-nav li.active a{
    color: #036cb6;
    font-weight:700 ;
}
.footer-nav li a:hover {
    color: #036cb6;
}

.copyright {
    font-size: 10px;
    padding: 34px 0 19px;
}
.copyright a {
    letter-spacing: -0.33px;
    color: #333133;
    padding-left: 12px;
    margin-left: 12px;
    text-decoration: underline;
}
.copyright a:hover {
    color: #036cb6;
}
.copyright a:not(:first-child) {
    border-left: 1px solid #333133;
}
.copyright span{
    display: block;
}
.footer-logo {
    position: absolute;
    background-color: #036cb6;
    bottom: 0;
    right: 0;
    height: 57px;
    width: 57px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-search{
    padding: 18px 25px;
    border-bottom: 1px solid #d1d3d4;
    display: none;
}
.footer-search img{
    width: 24px;
    cursor: pointer;
}
.footer-search img.close-btn {
    width: 18px;
    float: right;
}
footer .social-icons img {
    width: 30px;
    height: 30px;
}
footer .social-icons a:not(:last-child) {
    margin-right: 14px;
}
@media(min-width:1024px){
    footer {
        /* padding-top: 47px;*/
    }
    .scrollTop {
        top: 13px;
    }
    footer .social-icons {
        padding-top: 24px;
    }
    footer .social-icons a:not(:last-child) {
        margin-right: 20px;
    }
    footer .social-icons img {
        width: 24px;
        height: 24px;
    }
    ul.footer-nav {
        padding-bottom: 34px;
        max-width: 1029px;
        margin: 0 auto;
    }
    ul.footer-nav li{
        display: inline-block;
        padding-bottom: 0;
        text-align: left;
    }
    .footer-nav li a {
        font-weight: 600 !important;
       
    }
    .footer-nav li.active a{
        text-decoration: underline;
        
    }
    .footer-nav li:not(:last-child) a {
        border-right: 1px solid #d1d3d4;
    } 
    
    .copyright a {
        border-left: 1px solid #333133 !important;
    }
    .copyright span{
        display: inline-block;
    }
}
@media(max-width:1023px){
    ul.footer-nav li.active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    ul.footer-nav.showfooter li.active {
        position: relative;
    }
    .footer-nav li a{
        text-transform: uppercase;
    }
    ul.footer-nav {
        padding-top: 36px;
        margin-top: 38px;
        max-height: 39px;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
    }
    .footer-nav.showfooter {
        max-height: 500px;
        transition: max-height 0.25s ease-in;
        margin-top: 0;
    }
    .slide-footer-icon {
        position: absolute;
        right: 26%;
        cursor: pointer;
        top: 0;
        width: 5px;
        display: block;
        z-index: 1;
    }
  .slide-footer-icon img{
    transform: rotate(-90deg);
    max-width: 100%;
  }
  ul.footer-nav.showfooter li {
    display: block;
}
.showfooter a.slide-footer-icon {
    display: none;
}
ul.footer-nav li:not(.active) {
    /* top: -36px; */
    position: relative;
    }
    ul.footer-nav li {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    }
}

/* ======footer css end====== */
.show-mobile {
    display: block;
}

.show-desktop {
    display: none;
}
@media (min-width: 1024px) {
.show-desktop {
    display: block;
}
}

@media (min-width: 1024px) {
	.show-mobile {
		display: none;
	}
}

.img-actual{
    position: absolute;
    top: 0;
    opacity: 0.4;
    z-index: 3;
    width: 100%;
    display: none;
}



/* =====staff and structure css start==== */

.page-id-66 .initiative-slider .desc h5 {
    min-height: auto;
}
.page-id-66 .related-article .row{
    margin-bottom: 0;
}
@media(min-width:1024px){
    .page-id-66 .row-small{
        margin: 36px auto 60px;
    }
}

/* =====staff and structure css start==== */

/* regional country css start */
.postid-149 .related-article .row {
    margin-bottom: 0;
}
/* regional country css end */



/* slider
 */
 .slick-slide img:focus {
    outline: none;
}
 .map-wrap {
    margin-bottom: 30px;
}
.objects {
    position: relative;
}
.object-label {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #036cb6;
    border-radius: 50%;
    cursor: pointer;
}
.object-info {
    position: absolute;
    display: none;
    z-index: 1;
    left: 50%;
    bottom: 28px;
    margin-left: -2.9em;
    padding: 4px 10px;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #036cb6;
    background-color: #f1f2f2;;
}


.object-info:after, .object-info:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 72%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border: solid transparent;
  
}
.object-info:after {
    border-color: rgba(161, 213, 19, 0);
    border-top-color: #f1f2f2;
    border-width: 13px;
    margin-left: -30px;
}
.object-info:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #036cb6;
    border-width: 16px;
    margin-left: -33px;
}
.object-info.in {
    display: block;
}
.object-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.23px;
    text-transform: uppercase;
}
.object-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
    font-family: "Source Sans Pro";
}

/*===== form the field css start===== */
.from-field .our-team-txt p.title{
    margin-bottom: 0;
    line-height: 1;
}
.from-field .our-team-txt h1 {
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 58px;
}
.from-field .our-team-txt div p{
    margin-bottom: 0;
    line-height: 16px;
}
 .news-bottom-section.about-study{
    align-items: flex-end;
    margin-top: 13px;
    padding-bottom: 52px;
    position: relative;
}
.contributors {
    padding-top: 21px !important;
    position: relative;
}
 .news-bottom-section.about-study:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d1d3d4;
    position: absolute;
    bottom: 0;
}
.contributors>div{
    margin-bottom: 8px;
}
.contributors h5{
    font-weight: 600;
    margin-bottom: 12px;
}
.contributors h6{
    margin-bottom: 0;
}
.contributors h6, .contributors p{
    font-size: 12px;
}
/*===== form the field css end====== */

/* event detail page css start */
.privacy-policy p.title{
    margin-bottom: 0 !important;
}
.international-forum {
    margin: 0 -12px 30px;
}
.international-forum>div {
    margin-bottom: 30px;
}
.international-forum h5{
    font-size: 19px !important;
    margin-bottom: 6px !important;
}
.international-forum p{
    font-size: 16px;
    line-height: 20px;
}
@media(min-width:1024px){
    .international-forum {
        margin: 48px -12px 56px;
    }
    .international-forum>div {
        margin-bottom: 0;
    }
}
/* event detail page css end */


/* gis and remote sensing page design start */
.program-initiative{
    padding: 36px;
}
.program-initiative h5{
    font-size: 19px;
    font-weight: 600 ;
    margin-bottom: 22px;
}
.program-initiative ul {
    display: flex;
    max-width: 903px;
    margin: 0 auto;
}
.program-initiative ul li {
    padding: 0 16px 0 12px;
  
}
.program-initiative ul li:not(:last-child){
    border-right: 1px solid #a7a9ac;
}
.program-initiative ul li a {
    font-size: 15px;
    letter-spacing: -0.08px;
    color: #333133;
}
.program-initiative ul li i {
    margin-left: 8px;
    color: #036CB6;
}
@media(max-width:1023px){
    .program-initiative ul {
        display: block;
    }
    .program-initiative ul li {
        text-align: center;
        padding-bottom: 10px;
    }
    .program-initiative ul li:not(:last-child){
        border-right: none
    }
}
/* gis and remote sensing page design end */

/* current vacancy css start */
.current-vacancy tr th{
    width: 106px;
    font-size: 16px;
}
.current-vacancy tr td{
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 21px;
    padding-left: 10px;
}
.current-vacancy tr {
    vertical-align: top;
}
@media (min-width: 1024px){
    .current-vacancy .row-small{
        margin: 60px auto 50px;
    }
    .current-vacancy .row-small>div {
        padding: 0 60px;
    }
}

.rds_title {
    top: 5px;
    position: absolute;
    color: whitesmoke;
    font-size: 55px;
}
.rds_sub_title {
    font-size: 18px;
    color: white;
    font-weight: normal;
    margin-top: -58px
}
.home_advance_search_btn {
    margin-left: 5px
}

@media (max-device-width: 1023px){
    .rds_title {
        top: 49px;
       position:relative;
        color: whitesmoke;
        font-size: 55px;
    }
    .rds_sub_title {
        font-size: 18px;
        color: white;
        font-weight: normal;
        margin-top: 36px
    }
    #collapseOne {
        height: 360px;
        overflow-y: auto;
    }
    .home_advance_search_btn {
        margin-left: 5px;
        margin-top:5px;
    }
}



.footer-search img {
    width: 24px;
    cursor: pointer;
}

    .footer-search img.close-btn {
        width: 18px;
        float: right;
    }

footer .social-icons a {
    height: 30px;
    width: 30px;
}

    footer .social-icons a:not(:last-child) {
        margin-right: 14px;
    }

footer .social-icons img {
    height: 24px !important;
}

@media(min-width:1024px) {
    footer {
        /* padding-top: 47px;*/
    }

        footer:before {
            content: '';
            width: 57px;
            height: 57px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            background-image: url(../image/logo-white.svg);
            background-color: #036CB6;
            background-size: 42px 42px;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .scrollTop {
        top: 13px;
    }

    footer .social-icons {
        padding-top: 24px;
    }

        footer .social-icons a:not(:last-child) {
            margin-right: 20px;
        }

        footer .social-icons a {
            height: 24px;
            width: 24px;
        }


    ul.footer-nav {
        padding-bottom: 34px;
        max-width: 1029px;
        margin: 0 auto;
    }

        ul.footer-nav li {
            display: inline-block;
            padding-bottom: 0;
            text-align: left;
        }

    .footer-nav li a {
        font-weight: 600 !important;
    }

    .footer-nav li.active a, ul.footer-nav li.current-page-ancestor a {
        text-decoration: underline;
    }

    .footer-nav li:not(:last-child) a {
        border-right: 1px solid #d1d3d4;
    }

    .copyright a {
        border-left: 1px solid #333133 !important;
    }

    .copyright span {
        display: inline-block;
    }
}


    .social-icons a {
        height: 24px;
        width: 24px;
        background-color: #036cb6;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }


.aphrodite-link:hover {
    text-decoration: none;
}


/* current vacancy css end */