*,
body{
    margin: 0;
    padding: 0;
}
body{background: #f6f8f9;}
#landing-content{overflow-x: hidden;}

/*first-step*/
.first-step{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
}
.first-step .col-lg-4{padding-left: 30px;}

.scrollDown{
    position: relative;
    margin: 40px 0 20px;
}
.scrollDown span {
  position: static;
  display: block;
  width: 30px;
  height: 50px;
  border: 2px solid #c3c5cb;
  border-radius: 50px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.scrollDown span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #c3c5cb;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.top-description{
    margin-top: 30px;
    margin-bottom: 56px;
}
.top-description h6{
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 2px;
    color: #838894;
}
.top-description h1{
    margin-top: 13px;
    margin-bottom: 20px;
}
.top-description h4{
    margin: 0;
    color: #838894;
    line-height: 24px;
    margin-bottom: 20px;
}
.top-description a{font-weight: bold;}

/* top logo */
.undp-lnk{
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}

/* process img */
.process-img{
    margin: 15px auto 0;
    max-width: 500px;
}


/* navigarea */
.navbar-fixed-top {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
}
.navbar-fixed-top .container-fluid {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navbar-fixed-top .container-fluid:before,
.navbar-fixed-top .container-fluid:after{display: none;}

.navbar-brand.undp-lnk {
    margin: 15px 0 !important;
    padding: 0;
    width: 100px;
    height: 100px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav.navbar-right{margin-right: 0 !important;}
.nav.navbar-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 6px;
    color: #337ab7 !important;
    max-width: 80px;
    height: 90px;
    margin: 0 0.8vw;
    line-height: 1.3;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav.navbar-right li:first-child a {margin-left: 0;}
.nav.navbar-right li:last-child a {margin-right: 0;}

.nav.navbar-right a>img {
    height: 32px;
    margin-bottom: 7px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav.navbar-right li:first-child a:hover,
.nav.navbar-right li:first-child a.active  {background-color: #d6669a !important;}
.nav.navbar-right li:nth-child(2) a:hover,
.nav.navbar-right li:nth-child(2) a.active {background-color: #ce4745 !important;}
.nav.navbar-right li:nth-child(3) a:hover,
.nav.navbar-right li:nth-child(3) a.active {background-color: #f47e56 !important;}
.nav.navbar-right li:nth-child(4) a:hover,
.nav.navbar-right li:nth-child(4) a.active {background-color: #ddb30a !important;}
.nav.navbar-right li:nth-child(5) a:hover,
.nav.navbar-right li:nth-child(5) a.active {background-color: #97c83c !important;}
.nav.navbar-right li:nth-child(6) a:hover,
.nav.navbar-right li:nth-child(6) a.active {background-color: #44b8c3 !important;}
.nav.navbar-right li:nth-child(7) a:hover,
.nav.navbar-right li:nth-child(7) a.active {background-color: #438cca !important;}
.nav.navbar-right li:nth-child(8) a:hover,
.nav.navbar-right li:nth-child(8) a.active {background-color: #6c78b2 !important;}
.nav.navbar-right li:nth-child(9) a:hover,
.nav.navbar-right li:nth-child(9) a.active {background-color: #949393 !important;}
.nav.navbar-right li:last-child a:hover,
.nav.navbar-right li:last-child a.active   {background-color: #525969 !important;}

.nav.navbar-right a:hover,
.nav.navbar-right a.active{
  color: #fff !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav.navbar-right a:hover>img,
.nav.navbar-right a.active>img {
  -webkit-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


/* titluri */
.titles-blk{margin-bottom: 60px;}
.titles-blk h6{
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 2px;
    color: #838894;
}
.titles-blk h1{
    margin-top: 13px;
    margin-bottom: 20px;
}
.titles-blk h4{
    margin: 0;
    color: #838894;
}

/* pasii procesului */
.process-steps{margin-bottom: 40px;}
.process-steps .col-lg-4{
    padding: 0 30px 20px;
}
.step-blk{
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 235px;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.step-blk .icon{
    width: 77px;
    height: 77px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.step-blk .icon,
.step-blk h4{-webkit-transition: margin .2s ease-in-out;transition: margin .2s ease-in-out;}

/*nr*/
.step-nr{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 6;
}
.process-steps .col-lg-4:first-child   .step-nr{background: #d6669a;} /*1*/
.process-steps .col-lg-4:nth-child(2)  .step-nr{background: #ce4745;} /*2*/
.process-steps .col-lg-4:nth-child(3)  .step-nr{background: #f47e56;} /*3*/
.process-steps .col-lg-4:nth-child(5)  .step-nr{background: #ddb30a;} /*4*/
.process-steps .col-lg-4:nth-child(6)  .step-nr{background: #97c83c;} /*5*/
.process-steps .col-lg-4:nth-child(7)  .step-nr{background: #44b8c3;} /*6*/
.process-steps .col-lg-4:nth-child(9)  .step-nr{background: #438cca;} /*7*/
.process-steps .col-lg-4:nth-child(10) .step-nr{background: #6c78b2;} /*8*/
.process-steps .col-lg-4:nth-child(11) .step-nr{background: #949393;} /*9*/
.process-steps .col-lg-4:last-child    .step-nr{background: #525969;} /*10*/

/*button*/
.step-blk .btn{
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -86px;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
    background: #fff;
    color: #268ba8;
    font-weight: bold;
    border-radius: 30px;
    padding: 9px 23px;
    border: none;
    opacity: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .05);
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .1s ease-in-out;
    transition: transform .2s ease-in-out, opacity .1s ease-in-out, -webkit-transform .2s ease-in-out;
}
.btn:focus,
.btn:active:focus{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/*hover*/
.step-blk.active .btn,
.step-blk:hover .btn{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out .1s, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out .1s, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out .1s;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out .1s, -webkit-transform .2s ease-in-out;
}
.step-blk.active,
.step-blk:hover {color: #fff;}
.step-blk.active h4,
.step-blk:hover h4{margin-bottom: 63px;}
.step-blk.active .icon,
.step-blk:hover .icon{
    -webkit-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.step-blk.active .step-nr,
.step-blk:hover .step-nr{opacity: 0;}
.process-steps .col-lg-4:first-child .step-blk.active,
.process-steps .col-lg-4:first-child:hover .step-blk{background: #d6669a;}
.process-steps .col-lg-4:nth-child(2) .step-blk.active,
.process-steps .col-lg-4:nth-child(2):hover .step-blk{background: #ce4745;}
.process-steps .col-lg-4:nth-child(3) .step-blk.active,
.process-steps .col-lg-4:nth-child(3):hover .step-blk{background: #f47e56;}
.process-steps .col-lg-4:nth-child(5) .step-blk.active,
.process-steps .col-lg-4:nth-child(5):hover .step-blk{background: #ddb30a;}
.process-steps .col-lg-4:nth-child(6) .step-blk.active,
.process-steps .col-lg-4:nth-child(6):hover .step-blk{background: #97c83c;}
.process-steps .col-lg-4:nth-child(7) .step-blk.active,
.process-steps .col-lg-4:nth-child(7):hover .step-blk{background: #44b8c3;}
.process-steps .col-lg-4:nth-child(9) .step-blk.active,
.process-steps .col-lg-4:nth-child(9):hover .step-blk{background: #438cca;}
.process-steps .col-lg-4:nth-child(10) .step-blk.active,
.process-steps .col-lg-4:nth-child(10):hover .step-blk{background: #6c78b2;}
.process-steps .col-lg-4:nth-child(11) .step-blk.active,
.process-steps .col-lg-4:nth-child(11):hover .step-blk{background: #949393;}
.process-steps .col-lg-4:last-child .step-blk.active,
.process-steps .col-lg-4:last-child:hover .step-blk{background: #525969;}

.process-steps .col-lg-4:first-child .step-blk.active + .step-nr,
.process-steps .col-lg-4:first-child:hover   .step-nr{opacity: 0;}
.process-steps .col-lg-4 .step-blk.active + .step-nr,
.process-steps .col-lg-4:nth-child(2):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(3):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(5):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(6):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(7):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(9):hover  .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(10):hover .step-nr{opacity: 0;}
.process-steps .col-lg-4:nth-child(11):hover .step-nr{opacity: 0;}
.process-steps .col-lg-4:last-child:hover    .step-nr{opacity: 0;}

/* indicators */
.separator{
    position: relative;
    left: 16%;
    float: left;
    width: calc(68% - 14px);
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: 7px;
    border-top: 2px solid #e2e4e7;
}
.separator50{
    left: 50%;
    margin-right: 50%;
    width: calc(33.5% - 1px);
    margin-left: 0;
}

.top-separator:after,
.center-separator:after,
.bottom-separator:after{
    content: "";
    position: absolute;
}
.center-separator:after{
    top: 50%;
    left: -60px;
    right: -60px;
    height: 2px;
    background: #e2e4e7;
    margin-top: -1px;
}
.bottom-separator:after,
.top-separator:after{
    height: 60px;
    width: 2px;
    background: #e2e4e7;
    left: 50%;
    margin-left: -1px;
}
.bottom-separator:after{bottom: -40px;}
.top-separator:after{top: -60px;}


/* principles section */
.principles{
    padding-top: 60px;
    padding-bottom: 38px;
    color: #fff;
    background: #838894;
    line-height: 24px;
}
.principles .titles-blk{margin-bottom: 50px;}
.titles-blk .icon{
    width: 61px;
    height: 61px;
    display: inline-block;
    margin: 0 auto;
    background-size: cover;
}
.titles-blk p{margin-bottom: 0;}
.principles .titles-blk h4{
    color: #fff;
    margin-bottom: 25px;
}
.principle h4{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 30px;
}

/* footer */
footer{
    padding: 54px 0 50px;
    color: #666;
    line-height: 24px;
}
.footer-widget > h4{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 27px;
}
.footer-widget ul{margin-bottom: 18px;}
.footer-widget a{
    color: #336699;
    text-decoration: underline;
}
.footer-widget small{
    display: block;
    margin-top: 18px;
}

/*faq*/
.footer-widget .panel-group .panel{
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    background: transparent;
    padding: 14px 0 13px;
}
.footer-widget .panel-group .panel:last-of-type{border-bottom: 1px solid #ddd;}
.footer-widget .panel-group .panel-heading{
    padding: 0;
    border: none;
    background-color: transparent;
}
.footer-widget .panel-group .panel-heading a{display: block;}
.footer-widget .panel-group .panel-body{
    padding: 15px 0;
    border: none !important;
}
.footer-widget .panel-group .panel-body ul{
    margin-bottom: 0;
    padding-left: 15px;
}


/* modals */
.white-popup-block{
    position: static;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0;
    text-shadow: 0 1px 1px #333;
}
.modal-dialog{
    width: 100%;
    margin: 0;
}
.modal-content{
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    margin: 0 auto;
    width: 50%;
    max-width: 880px;
}
.modal-header{
    padding: 0;
    border: none;
    text-align: center;
    margin-bottom: 39px;
}
.modal-header .icon {
    width: 77px;
    height: 77px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.modal-header .modal-title>span{
    display: block;
    margin-top: 4px;
    margin-bottom: 6px;
}

.modal-body{
    padding: 0 0 54px 0;
    line-height: 30px;
}
.modal-body h4{
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 23px;
}
.modal-body ul.number-list{
    list-style-type: decimal;
    line-height: 30px;
}
.modal-body ul{padding-left: 15px;}
.modal-body ul,
.modal-body p{
    margin-bottom: 16px;
    font-size: 16px;
}

.modal-footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 60px;
    background: #fff;
    text-align: initial;
    border: none;
}
.modal-footer ul{
    width: 100%;
    margin: 0;
}
.modal-footer ul li{
    padding: 0;
    margin-right: 17px;
}
.modal-footer ul li.pull-right{margin-right: 0;}
.modal-footer ul li .btn{
    padding: 9px 23px;
    border-radius: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-width: 2px;
    border-color: transparent;
    opacity: .8;
}
.modal-footer ul li .btn-primary{background: #268ba8;}
.modal-footer ul li .btn-danger{background: #666666;}
.modal-footer ul li .btn-primary:hover{
    color: #fff;
    opacity: 1;
}
.modal-footer ul li .btn-danger:hover{
    color: #666666;
    background: #fff;
    border-color: #666;
}

#step1Modal {background: #b26b8c;}
#step2Modal {background: #b45e5d;}
#step3Modal {background: #d9866a;}
#step4Modal {background: #ddb30a;}
#step5Modal {background: #90aa5f;}
#step6Modal {background: #63a7ad;}
#step7Modal {background: #438cca;}
#step8Modal {background: #6c78b2;}
#step9Modal {background: #949393;}
#step10Modal {background: #525969;}

/*prev & next*/
#step1Modal .prev{background: #949393;}
#step1Modal .next{background: #ce4745;}
#step2Modal .prev{background: #d6669a;}
#step2Modal .next{background: #f47e56;}
#step3Modal .prev{background: #ce4745;}
#step3Modal .next{background: #ddb30a;}
#step4Modal .prev{background: #f47e56;}
#step4Modal .next{background: #97c83c;}
#step5Modal .prev{background: #ddb30a;}
#step5Modal .next{background: #44b8c3;}
#step6Modal .prev{background: #97c83c;}
#step6Modal .next{background: #438cca;}
#step7Modal .prev{background: #44b8c3;}
#step7Modal .next{background: #6c78b2;}
#step8Modal .prev{background: #438cca;}
#step8Modal .next{background: #949393;}
#step9Modal .prev{background: #6c78b2;}
#step9Modal .next{background: #525969;}
#step10Modal .prev{background: #949393;}
#step10Modal .next{background: #b26b8c;}

/* go Up button */
#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 60px;
    color: #fff;
    background-color: #ce4745;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 99;
    outline: none !important;
    overflow: hidden;
    line-height: 40px;
}
#myBtn:after{
    content: "Sus";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #ce4745;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear, -webkit-transform .1s linear;
}
#myBtn.rus:after {
    content: "Наверх";
    font-size: 10px;
}

#myBtn:hover:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}


/* responsive styles */
@media screen and (max-width: 1024px) {
    .modal-content{width: 80%;}

    .navbar-collapse.collapse {display: none !important;}
    .navbar-header {
      width: 100%;
      margin: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .navbar-header:after,
    .navbar-header:before{display: none;}
    .navbar-brand.undp-lnk {margin: 0 !important;}
    .nav.navbar-right {padding-top: 25px;}

    .navbar-toggle,
    .navbar-fixed-top .container-fluid{display: block;}

    .navbar-collapse.collapse.in {
      display: block !important;
      padding-bottom: 25px;
    }

    .navbar-toggle{
      border: none;
      margin-top: 8px;
      margin-right: 0;
      padding: 10px 0;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover{ background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar{
      background-color: #000;
      border-radius: 0;
      position: relative;
      width: 30px;
    }
    .navbar-collapse{display: none;}
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3){visibility: visible;}
    .navbar-default .navbar-toggle .icon-bar:nth-child(3){visibility: hidden;}
    .navbar-default .navbar-toggle .icon-bar:nth-child(2){
      top: 7px;
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2){
      top: -2px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .navbar-default .navbar-toggle .icon-bar:last-child{
      top: -5px;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
    }
    .navbar-default .navbar-toggle.collapsed .icon-bar:last-child{
      top: 2px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .navbar-default .navbar-toggle .icon-bar:nth-child(2),
    .navbar-default .navbar-toggle .icon-bar:last-child{
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
}
/* Medium devices (desktops, 992px and up) */
@media screen and (max-width: 991px) {
    .first-step{text-align: center;}
    .process-img{margin-top: 60px;}
    .process-steps .col-lg-4{margin-bottom: 60px;}
    .center-separator:after,
    .top-separator:after,
    .bottom-separator:after,
    .separator{display: none;}

    /*modal*/
    .mfp-container{
        position: fixed !important;
        bottom: 0;
        height: 100%;
        overflow: scroll;
    }

    .navbar-fixed-top .container {-ms-flex-wrap: wrap;flex-wrap: wrap}
    .navbar-header {margin: 0 auto !important;}
    .nav.navbar-right a{margin-bottom: 10px;}

}

/* Small devices (tablets, 768px and up) */
@media screen and (max-width: 767px) {

    .nav.navbar-right li:first-child a{margin-left: auto;}
    .nav.navbar-right li:last-child a{margin-right: auto;}
    .nav.navbar-right a{
      margin: 15px auto 30px;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
    }

    #myBtn{right: 30px;}


    // .undp-lnk{
    //    display: block;
    //    margin: 0 auto 30px;
    // }
    .process-img{width: 100%;}
    .process-steps .col-lg-4{margin-bottom: 60px;}
    .center-separator:after,
    .top-separator:after,
    .bottom-separator,
    .separator{display: none;}
    .process-steps .col-lg-4:before{
        content: "";
        position: absolute;
        bottom: -60px;
        height: 100px;
        width: 2px;
        background: #e2e4e7;
        left: 50%;
        margin-left: -2px;
    }
    .process-steps .col-lg-4:last-child:before{display: none;}
    .footer-widget{margin-bottom: 30px;}

    .step-blk .btn{
        position: static;
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        margin-left: 0;
    }

    /* modal */
    .modal-content{
        width: 100%;
        padding: 0 30px;
        overflow: hidden;
    }
    .white-popup-block{overflow: hidden;}
    .modal-footer{
        position: static;
        padding: 30px;
    }
    .modal-footer ul li{
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .modal-footer ul li.pull-right{
        float: none !important;
        margin-bottom: 0;
    }
    .modal-footer ul li .btn{width: 100%;}

}


/* popups (magnific popup) */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1042;
  overflow: hidden;
  position: fixed !important;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: auto;
}

.mfp-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
}
