#media-blog-content .blog-content-text a{
  color: #BECE00;
}
.home-video-overlay{
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin-top: 50px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
#carousel-example .home-video{
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin-top: 100px;
}
#recognition .section1 .col-md-6{
  padding-bottom: 50px;
}

hr{
  border-top: 1px solid #4c4c4c !important;
}
.quotes_new{
  height: 550px;
  background: url('../img/quotes_pic.jpg') no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #212121;
  display: flex;
  align-items: center;
}
.quotes_new div{
  width: 44%;
  text-align: center;
  margin-left: 10%;
}
.quotes_new div p:first-child{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
}
.quotes_new_name{
  color: #424242;
  font-size: 16px;
  margin: 0;
}
.recognition_new{
  text-align: center;
  padding-top: 80px;
  font-family: 'Libre Baskerville', serif;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.recognition_new h2,
.recognition_new h1{
  font-size: 57px;
  margin-top: 0px;
}
.recognition_new h2{
  font-size: 37px;
}
.recognition_new h1{
  padding-bottom: 30px;
}
.recognition_new p{
  color: #F0F0F0;
  font-size: 20px;
  padding-bottom: 14px;
}
.img-new-one{
  width: 50%;
  float: left;
  margin-bottom: 10px;
  margin-right: 25px;
}


$panels: 4;

.view {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.container1 {
  height: 100vh;
  width: 100vw * $panels;
  position: absolute;
  left: 0;
  transition: left 1s ease-in-out;

  @for $i from 1 through $panels {
     &.view-#{$i} {
      left: -100vw * (1 - $i) * -1;
    }
  }
}

#carousel-example .panel {
  width: 100vw;
  height: 100vh;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;

  &.panel-1 {
    background-color: #aaf;
  }

  &.panel-2 {
    background-color: #faa;
  }

  &.panel-3 {
    background-color: #afa;
  }

  &.panel-4 {
    background-color: #dcd;
  }
}

.controls {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  z-index: 1000;
  ul {
    list-style-type: none;
    padding: 0;
    li {
      display: inline-block;
      cursor: pointer;
    }
  }
}

/* RESET-GENERAL start --
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body
{
  margin: 0;
  padding: 0;
  color: #fff;
  background: #000000 !important;
  text-rendering: optimizeLegibility;
  background-blend-mode:normal !important;

}
a
{
  color: unset;
  text-decoration: none;
}
a:hover
{
  color: unset;
  text-decoration: none;
}
ul, li
{
  list-style-type: none;
}
.row
{
    margin-right: 0;
    margin-left: 0;
}
.container
{
  padding-left: 0;
  padding-right: 0;
}
.container-fluid
{
    padding-right: 0;
      padding-left: 0;
}

/* RESET-GENERAL end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* HEADER start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.activeMenuItem {
  border-bottom: 4px solid #fff;
  color: #fff !important;
}
.desktop_header_space
{
  display: block;
  height: 130px;
}

.small .menu
{

  height: 33.6px;

}
.small img
{
  width: 100px;
  margin: 11px auto;



}
.small #small{
  float: left;

     width: 0;

}
header.small a
{
  padding: 13.4px 0vw;
}

header
{
  position: fixed;
    background: #000;
    top: 0;
    text-align: center;
    width: 100%;
    display: block;
    z-index: 9999;
}
.mobile_menu
{
  display: none;
}
header img
{
  width: 130px;
    margin: 20px 0;
    transition: .3s;
}
header a
{
  color: #8F8F8F;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0 2.5vw;
    padding: 13px 1vw;
    font-size: 13px;
    transition: .2s;
}
header a:hover
{
  color: #fff;
}
header a:focus
{
  color: #8F8F8F;
  text-decoration: none !important;
}
header .menu
{
  margin-top: 21px;
    transition: .2s;
  padding-bottom: 15px;
}
.hr_sections2,
.hr_sections
{
  display: none;
}
.mobile_menu .ul_menu
{
  top: 75px;
  position: fixed;
  width: 100%;
  background: #000;
  list-style: none;
  margin: 0;
  height: 100%;
  left: -1px;
  z-index: 999;
  transform-origin: top left;
  transform: translateX(-100%);
  transition: transform .3s;
  transform-style: preserve-3d;
}
.mobile_menu .inner_menu
{
  position: absolute;
  top: 12%;
  width: 100%;
  left: 0;
  height: 100%;
}
.mobile_menu .inner_menu li
{
  text-transform: uppercase;
}
.mobile_menu .inner_menu li
{
  width: 228px;
    margin: auto;
}
.mobile_menu li a
{
  opacity: 1;
  display: block;
  color: #8F8F8F;
  text-decoration: none;
  transition: all 0.5s linear;
  text-align: center;
  padding: 6vw 0 1vw 0;
  font-size: 24px;
  margin: 0;
}
.mobile_menu div.header
{
    background: #000;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 75px;
    text-align: center;
}
.mobile_menu h1
{
  display: inline;
}
.mobile_menu h1
{
  margin-left: 30px;
  color: white;
}
.mobile_menu .container
{
  cursor: pointer;
}
.mobile_menu body
{
  margin: 0;
  padding: 0;
  background: black;
}
.mobile_menu .open
{
  transform: rotate(360deg);
  left: 0;
}
.mobile_menu .nav-icon
{
  height: 35px;
  width: 35px;
  position: relative;
  margin: 0px 10px;
  float: left;
  z-index: 1000;
}
.mobile_menu .nav-icon div
{
  height: 2px;
  width: 35px;
  background: white;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile_menu .nav-icon div::before,
.mobile_menu .nav-icon div::after
{
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: white;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.mobile_menu .nav-icon div::before
{
  top: -10px;
}
.mobile_menu .nav-icon div::after
{
  top: 10px;
}
.mobile_menu .cross.active .span::before
{
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_menu .cross.active .span::after
{
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_menu .cross.active .span
{
  background: none;
}
.mobile_menu .nav-icon div::before, .mobile_menu .nav-icon div::after
{
  left: 0;
}
.menu_active
{
  border-bottom: 4px solid #fff;
  color: #fff !important;
}
.mobile_menu .nav-icon div,
.mobile_menu .nav-icon div:after,
.mobile_menu .nav-icon div:before{
  height: 4px
}
.mobile_menu .nav-icon div{
  width: 35px;
}
/* HEADER end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* FOOTER start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer_logo_mobile
{
  display: none;
}
.footer_hr
{
  display: none;
}
footer{
  text-align: left;
  margin-top: 150px;
}
footer .col-md-5
{
  padding-left: 16vw;
}
footer img
{
  width: 140px;
  margin-bottom: 34px;
}
footer ul
{
  padding-left: 0px;
}
footer li
{
  margin-bottom: 20px;
}
footer a
{
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  transition: .2s;
    font-family: 'Montserrat', sans-serif;
}
footer a:hover
{
  color: #fff;
}
footer .footer_menu_active
{
  color: #fff;
}
footer .footer_contact_us h3
{
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
}
footer .footer_contact_us p
{
  font-size: 12px;
  margin-top: 20px;
  color: #F0F0F0;
}
footer .footer_contact_us .footer_email_input
{
  width: 50%;
  color: #8D8D8D;
  background: #1C1C24;
  border: 1px solid #1C1C24;
    padding: 10px;
    margin-top: 50px;
}
footer .footer_contact_us .footer_submit_input
{
  width: 12%;
  color: #BECE00;
  background: #1C1C24;
  border: 1px solid #BECE00;
    padding: 10px;
    margin-top: 50px;
    margin-left: 20px;
}
footer .footer_contact_us .footer_submit_input:hover
{
  color: #000;
}
footer .footer_copyright{
  margin-top: 50px;
}
footer .footer_copyright .col-md-5,
footer .footer_copyright .col-md-6
{
  display: flex;
}
footer .footer_copyright p
{
  color: #848484;
  font-size: 10px;
  margin-top: 5px;
}
footer .footer_copyright i
{
  color: #000;
    background: #848484;
    padding: 5px;
    border-radius: 50%;
    margin-left: 40px;
}
footer .footer_copyright img
{
  width: 100px;
  margin-top: -5px;
  margin-right: 10px;
}
footer .footer_copyright .col-md-6 i
{
  margin-left: 20px;
}
footer .footer_last
{
  text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
}
footer .footer_last p
{
  color: #848484;
  font-size: 9px;
}
.footer_mobile_headline
{
  display: none;
}
#fullpage .section_five .footer_contact_us p{
    font-family: 'Libre Franklin', sans-serif;
}
.section_five .footer_contact_us p,
.footer_copyright p,
.footer_last p{
  font-family: 'Libre Franklin', sans-serif;
}


.footer_copyright img{
  width: auto;
}
.footer_hr_top{
  border-top: 1px solid #1f1f1f;
  margin-bottom: 140px;
  clear: both;
}
#fullpage .section_five .footer_contact_us .footer_submit_input{
  text-transform: uppercase;
  background: #000;
  transition: .2s;
}
#fullpage .section_five .footer_contact_us .footer_submit_input:hover{
  color: #000;
  background: #BECE00;
}
/* FOOTER end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION STYLES - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fullpage section {
  text-align: center;
    font-family: 'Montserrat', sans-serif;
}
/* SECTION STYLES - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION'S INDICATOR - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span
{
  background-color: #fff;
  opacity: 1;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span
{
  background-color: #fff;
  margin: -2px 0 0 -3px;
  width: 6px;
  height: 6px;
  opacity: .6;
}
#fp-nav.right
{
  left: 24px;
  width: 30px;
}
#fullpage section
{
  background-color: #000 !important;
}
/* SECTION'S INDICATOR - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION ONE - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fullpage section .section_one_bg
{
  height: 100%;
    margin-top: 120px;
    background: url(../img/bg1_home.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
}

#fullpage section .section_one_bg2
{
    background: url(../img/bg4_home.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    margin-top: 120px;
    height: 100%;

}

#fullpage section .section_one_bg3
{
    background: url(../img/bg5_home.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    margin-top: 120px;
    height: 100%;
}
#fullpage section .section_one_bg4
{
    background: url(../img/bg6_home.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    margin-top: 120px;
    height: calc(100% - -148px);
}
#fullpage section .section_one_bg7
{
    background: url(../img/bg7_home.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    margin-top: 120px;
    height: 100%;
}

#fullpage .section_one_bg7 h1{display:flex;}
#fullpage .section_one_bg7 .two_line_head{position:relative}
#fullpage .section_one_bg7 .two_line_head i {top: 6px !important;}
#fullpage header
{
  position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
#fullpage header img
{
  width: 130px;
    margin: 20px 0;
}
#fullpage header a
{
  color: #8F8F8F;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0 2.5vw;
    padding: 12px 1vw;
    font-size: 13px;
    transition: .25s;
}
#fullpage header a:hover
{
  color: #fff;
}
#fullpage header .menu
{
  margin-top: 28px;
  padding-bottom: 12px;
}
.menu_active{
  border-bottom: 4px solid #fff;
  color: #fff !important;
}
#fullpage .home_title
{
  position: absolute;
    bottom: 11vh;
    left: 7vw;
    text-align: left;
}
#fullpage .home_title h1
{
  margin-top: 0 !important;
    font-size: 57px;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Libre Baskerville', serif;
    width: 650px;
    padding: 2px 0;
    position: relative;
    top: 9px;
}
#fullpage .home_title h1 span,
#fullpage .home_title p span{
  background: rgba(0,0,0, 0.7);
  padding: 2px 10px;
}
#fullpage .home_title p
{
  margin: 0 !important;
  line-height: 1.6;
    font-family: 'Libre Baskerville', sans-serif;
    font-size: 37px !important;
    width: 415px;
    padding: 2px 0;
}
#fullpage .home_title a
{
  text-transform: uppercase;
  color: #BECE00;
  font-size: .8vw;
  top: 8px;
    position: relative;
    padding: 6px 12px;
    position: relative;
    top: 9px;
    background: rgba(0,0,0, 0.7);
    transition: .25s;
    padding-right: 33px;
}
#fullpage .home_title a:hover
{
  color: #d3e404;
}
#fullpage .home_title i
{
  margin-left: 6px;
    color: #BECE00;
    position: absolute;
    top: 146px;
    left: 105px;

}
#fullpage .section_one_bg7 .home_title i {
	left: 130px;
}
#fullpage .home_title .fa-play {
  top: 9px !important;
}
/* SECTION ONE - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION TWO - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section_two_hr
{
  display: none;
}
#fullpage .section_two_bg
{
  height: 100%;
    background: url(../img/section_two_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: -100px;
}
#fullpage .section_two_title
{
  position: absolute;
    bottom: 33vh;
    left: 7vw;
    text-align: left;
}
#fullpage .section_two_title h1
{
  font-size: 2.6vw;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Libre Baskerville', serif;
}
#fullpage .section_two_details
{
  height: 250px;
    background: #000;
    bottom: 0;
    position: absolute;
    width: 100%;
}
#fullpage .section_two_title p
{
  line-height: 1.6;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1vw;
}
#fullpage .section_two_title a
{
  text-transform: uppercase;
  color: #BECE00;
  font-size: .8vw;
  top: 8px;
    position: relative;
    transition: .25s;
}
#fullpage .section_two_title a:hover
{
  color: #d3e404;
}
#fullpage .section_two_title i
{
  margin-left: 6px;
}
#fullpage .section_two_columns
{
  text-align:left;
  padding: 60px 6vw;
  overflow: auto;
}
#fullpage .section_two_columns .col-md-3 p:nth-child(1)
{
  color: #BECE00;
  font-size: 12px;
  text-transform: uppercase;
}
#fullpage .section_two_columns .col-md-3 p:nth-child(2)
{
  font-size: 15px;
  font-weight: 500;
  font-family: 'Libre Baskerville', serif;
}
#fullpage .section_two_columns .col-md-3 .year
{
  position: relative;
    bottom: -3vw;
    color: #B6B7AE !important;
}
#fullpage .section_two_columns .year_mobile
{
  position: relative;
    bottom: -3vw;
    color: #B6B7AE !important;
    display: none;
}
/* SECTION TWO - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION THREE - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fullpage .section_three_bg
{
  height: 100%;
    background: url(../img/section_three_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: -100px;
}
#fullpage .section_three_title
{
  position: absolute;
    bottom: 35vh;
    left: 7vw;
    text-align: left;
}
#fullpage .section_three_title h1
{
  font-size: 2.6vw;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Libre Baskerville', serif;
}
#fullpage .section_three_details
{
  height: 250px;
    background: #000;
    bottom: 0;
    position: absolute;
    width: 100%;
}
#fullpage .section_three_title p
{
  line-height: 1.6;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1vw;
}
#fullpage .section_three_title a
{
  text-transform: uppercase;
  color: #BECE00;
  font-size: .8vw;
  top: 8px;
    position: relative;
    transition: .25s;
}
#fullpage .section_three_title a:hover
{
  color: #d3e404;
}
#fullpage .section_three_title i
{
  margin-left: 6px;
}
#fullpage .section_three_columns
{
  text-align:left;
  padding: 60px 6vw;
  overflow: auto;
}
#fullpage .section_three_columns .col-md-3 p:nth-child(1)
{
  color: #BECE00;
  font-size: 12px;
  text-transform: uppercase;
}
#fullpage .section_three_columns .col-md-3 p:nth-child(2)
{
  font-size: 15px;
  font-weight: 500;
}
#fullpage .section_three_columns .col-md-3 p:nth-child(3)
{
  position: relative;
    bottom: -3vw;
    color: #B6B7AE;
}
/* SECTION THREE - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION FOUR - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.small2_twitter
{
  display: none;
}
#fullpage .section_four_twitter
{
  width: 70%;
  float: right;
}
#fullpage .section_four_news
{
  padding: 0 12vw;
  padding-top: 20vh;
  padding-bottom: 40px;
}
#fullpage .section_four_news h3
{
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 30px;
}
#fullpage .section_four_news a
{
  text-transform: uppercase;
  /*float: right;*/
  line-height: 4;
  color: #BECE00;
  font-size: 14px;
  top: -16px;
    position: relative;
    transition: .25s;
}
#fullpage .section_four_news a:hover
{
  color: #d3e404;
}
#fullpage .section_four_news i
{
  margin-left: 6px;
}
#fullpage .section_four_news h4
{
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
  color: #fff;
}
#fullpage .section_four_news img
{
  width: 100%;
}
#fullpage .section_four_news p
{
  color: #747474;
}
#fullpage .section_four_news .col-md-4{
  margin-top: 30px;
  text-align: left;
}
#fullpage .col-xs-12.col-sm-6.col-md-3 {
  height: 50px;
}
.big_twitter{
  display: block !important;
}
.small_twitter{
  display: none !important;
}
/* SECTION FOUR - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SECTION FIVE - fullPage.js start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fullpage .section_five
{
  text-align: left;
}
#fullpage .section_five .col-md-5
{
  padding-left: 16vw;
}
#fullpage .section_five img
{
  width: 140px;
  margin-bottom: 34px;
}
#fullpage .section_five ul
{
  padding-left: 0;
}
#fullpage .section_five li
{
  margin-bottom: 20px;
}
#fullpage .section_five a
{
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  transition: .2s;
}
#fullpage .section_five a:hover
{
  color: #fff;
}
#fullpage .section_five .footer_menu_active
{
  color: #fff;
}
#fullpage .section_five .footer_contact_us h3
{
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
}
#fullpage .section_five .footer_contact_us p
{
  font-size: 12px;
  margin-top: 20px;
  color: #F0F0F0;
  font-family: 'Libre Franklin', sans-serif;
}
#fullpage .section_five .footer_contact_us .footer_email_input
{
  width: 50%;
  color: #8D8D8D;
  background: #1C1C24;
  border: 1px solid #1C1C24;
    padding: 10px;
    margin-top: 50px;
    border-radius: 0;
}
#fullpage .section_five .footer_contact_us .footer_submit_input
{
  width: 12%;
  color: #BECE00;
  background: transparent;
  border: 1px solid #BECE00;
    padding: 10px;
    margin-top: 50px;
    margin-left: 20px;
    border-radius: 0;
}
#fullpage .section_five .footer_contact_us .footer_submit_input:hover
{
  color: #000;
}
#fullpage .footer_copyright{
  margin-top: 50px;
}
#fullpage .footer_copyright .col-md-5,
#fullpage .footer_copyright .col-md-6
{
  display: flex;
}
#fullpage .footer_copyright p
{
  color: #848484;
  font-size: 10px;
  margin-top: 6px;
}
#fullpage .footer_copyright i
{
  color: #000;
    background: #848484;
    padding: 5px;
    border-radius: 50%;
    margin-left: 40px;
}
#fullpage .footer_copyright img
{
  width: auto;
  margin-top: -5px;
  margin-right: 10px;
}
#fullpage .footer_copyright .col-md-6 i
{
  margin-left: 20px;
}
#fullpage .footer_last{
  text-align: center;
  position: absolute;
    bottom: 10px;
}
#fullpage .footer_last p{
  color: #848484;
  font-size: 9px;
  font-family: 'Libre Franklin', sans-serif;
}
#fullpage .section_two_columns .col-md-3 p:nth-child(1){
 font-family: 'Montserrat', sans-serif !important;
}
#fullpage .section_two_columns .col-md-3 .year{
    font-family: 'Montserrat', sans-serif !important;
}
#fullpage .arrow_down_home{
  height: 14px;
  width: 14px;
  transform: rotate(45deg);
  border-bottom: 4px solid #848484;
  border-right: 4px solid #848484;
  margin: auto;
  position: absolute;
  bottom: 40px;
  left: 49.5vw;
  transition: .25s;
}

#fullpage .section_five .footer_contact_us p,
#fullpage .footer_copyright p,
#fullpage .footer_last p{
  font-family: 'Libre Franklin', sans-serif;
}
.mobile_menu .nav-icon div,
.mobile_menu .nav-icon div:after,
.mobile_menu .nav-icon div:before{
  height: 4px
}
.mobile_menu .nav-icon div{
  width: 35px;
}
/* SECTION FIVE - fullPage.js end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* PROFILE PAGE start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination>.active>span,
.pagination>.disabled>span,
.pagination>.active>span:hover,
.pagination>.disabled>span:hover{
  background-color: unset;
  background: unset;
}
.profile_home_bg{
  background: url(../img/../img/bg4_home.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 650px;
  margin-bottom: 80px;
}
.profile_content .profile_quote{
  padding: 0 6vw;
  text-align: center;
}
.profile_content .profile_quote h1{
  margin: 0;
    font-family: 'Libre Baskerville', serif;
    line-height: 73px;

    text-align: center;
    font-size: 57px;
}
.profile_content .profile_quote p{
  padding: 5%;
  padding-top: 40px;
  padding-bottom: 14px;
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
  letter-spacing: .6;
  line-height: 1.5;
  color: #F0F0F0;
  font-weight: 300;
}
.profile_content .profile_quote .profile_name{
  color: #B6B7AE;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-top: 14px;
}
.profile_content .profile_quote img{
  margin-top: 0;
}
.profile_content{
  text-align: center;
  max-width: 1170px;
  margin: auto;
}
.profile_sidebar{
  padding: 0 40px;
  padding-right: 10%;
}
.profile_content .profile_one{
  margin-top: 40px;
  text-align: left;
  font-family: 'Libre Franklin', sans-serif;
  color: #F0F0F0;
  padding: 0 8%;
  margin-bottom: 40px;
  line-height: 35px;
  font-size: 21px;
}
.profile_content .profile_one a{
  color: #BECE00;
  padding-left: 2%;
  transition: .2s;
}
.profile_content .profile_one a:hover{
  color: #d3e404;
}
.profile_content .profile_one i{
  padding-left: 6px;
}
.profile_content .profile_one h3{
  font-family: 'Libre Baskerville', serif;
    color: #F0F0F0;
    line-height: 56px;
    font-size: 36px;
}
.profile_img_8 img{
  width: 100%;
}
.profile_content .text_left{
  font-family: 'Libre Franklin', sans-serif;
  color: #F0F0F0;
  text-align: left;
  line-height: 1.7;
  padding-left: 8%;
  font-size: 21px;

}
.profile_content .img_right{

   padding: 0;
}
.profile_content .img_right img{

    float: right;
    margin-right: 10px;
    clear: both;
    width: 50%;
    margin-left: 2vw;
    margin-bottom: 2vw;
}
.profile_content .text_right{
  font-family: 'Libre Franklin', sans-serif;
  color: #F0F0F0;
  text-align: left;
  line-height: 35px;
  padding-right: 6.5%;
  font-size: 21px;
  padding: 0 6.5%;
}
.profile_content .text_right-head{
  font-family: 'Libre Baskerville', serif;
    color: #F0F0F0;
    line-height: 56px;
    font-size: 36px;
    padding-right: 103px;
}
.profile_content .text_right h3{
  font-family: 'Libre Baskerville', serif;
  color: #F0F0F0;
  margin-bottom: 25px;
}
.profile_content .img_left{

}
.profile_content .img_left img{
  float: left;
    margin-right: 50px;
    clear: both;
    width: 50%;
    margin-bottom: 2vw;

}
.profile_columns{
  margin-bottom: 40px;
  padding:0;
}
.profile_img_last{
  padding: 0 8%;
}
.profile_content .profile_img_last{
  margin-bottom: 140px;
}
.profile_content .profile_img_last a{
  color: #BECE00;
  position: relative;
  top: -50px;
  transition: .2s;
}
.profile_content .profile_img_last a:hover{
  color: #d3e404;
}
.profile_content .profile_img_last i{
  margin-left: 6px;
}
.profile_content .profile_img_last img{
  width: 100%;
}
.profile_sidebar .awards{
  overflow: auto;
  margin: 40px 0;
}
.profile_sidebar .awards h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.profile_sidebar .awards .awards_items{
  text-align: center;
  margin-top: 20px;
}
.profile_sidebar .awards .awards_items p{
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
  color: #F0F0F0;
}
.profile_sidebar .awards .awards_items p:nth-child(3){
  text-align: left;
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #B6B7AE;
  font-family: 'Montserrat', sans-serif;
}
.profile_sidebar .awards .awards_items a{
  color: #BECE00;
  transition: 0.2s;
}
.profile_sidebar .awards .see_all{
  text-align: left;
  padding: 0;
  margin-top: 10px;
}
.profile_sidebar .awards .awards_items a:hover{
  color: #d3e404;
}
.profile_sidebar .awards .awards_items i{
  margin-left: 6px;
}
.profile_sidebar .milestone{
  margin: 80px 0;
}
.profile_sidebar .milestone h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}
.profile_sidebar .milestone .milestones_items p{
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
  color: #F0F0F0;
}
.profile_sidebar .milestone div,
.profile_sidebar .awards div{
  padding: 0;
}
.profile_sidebar .milestone .milestones_items p:nth-child(2){
  text-align: left;
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #B6B7AE;
  font-family: 'Montserrat', sans-serif;
}
.profile_sidebar .milestone .milestones_items a{
  color: #BECE00;
  transition: 0.2s;
}
.profile_sidebar .milestone .see_all{
  text-align: left;
  padding: 0;
  margin-top: 20px;
}
.profile_sidebar .milestone .milestones_items a:hover{
  color: #d3e404;
}
.profile_sidebar .milestone .milestones_items i{
  margin-left: 6px;
}
.profile_img_last{
  display: block;
}
.profile_img_last2{
  display: none;
}
.profile_awards_hr{
  margin-top: -60px;
  display: none;
    border-top: 1px solid #707070;
}
.profile_content .profile_one p{
  font-size: 21px;
}

.profile_content .profile_one a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}
.profile_content .text_right-head{
  text-align: left;
}
.profile_sidebar .awards h3,
.profile_sidebar .milestone h3{
  font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    color: #F0F0F0;
    font-weight: 400;
}
.profile_sidebar .milestone .milestones_items p{
  font-size: 16px;
}

.speeches-pagination .pagination>li>a, .pagination>li>span {
    color: #707070;
    background-color: unset;
    border: unset;
}
/* PROFILE PAGE end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Milestone page start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#milestone hr{
  clear: both;
  margin-bottom: 50px;
}

#milestone .rec-dropdwon
{
  padding: 0 !important;
}
#milestone .recognition-head-top
{
  padding:0;
}

#milestone .head
{
  padding: 0;
}

#milestone .fa-angle-left{
  padding-right: 12px;
}
#milestone  .headline-awards{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

 #milestone .headline-awards2{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #F0F0F0;
  margin-top: 38px;
}

#milestone .awards-total
{
  font-size: 18px;
    font-style: italic;
    margin-top: 47px;
    float: right;
    color: #BCBCBC;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
}

#milestone .select
{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
#milestone  .select select
{
    font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 110px;
  margin-top: 29px;
  cursor: pointer;
  padding: 12px 15px;
  outline: 0;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #000000;
  color: #b6b7ae;
  float: right;
  appearance: none;
  -webkit-appearance: none;
    -moz-appearance: none;
}
#milestone  .select select::-ms-expand
{
    display: none;
}
#milestone  .select select:hover,
#milestone  .select select:focus {
    color: #b6b7ae;
    background: #000000;
}
#milestone .select select:disabled {
     opacity: 0.5;
     pointer-events: none;
}
#milestone .select_arrow
{
    position: absolute;
  top: 51px;
    right: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 5px 4px 0px 4px;
    border-color: #97C3BC transparent transparent transparent;
}

#milestone .select select:disabled ~ .select_arrow
{
    border-top-color: #CCCCCC;
}


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #848484;
    top: 20px;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

/* container2 around content */
.timeline .container2 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline .left_year{
  text-align: right;
}
.timeline .left_year h4{
  margin-top: 0px;
  color: #B6B7AE;
}

.timeline .right_year h4{
  margin-top: 0px;
  color: #B6B7AE;
}

/* The circles on the timeline */
.timeline .left::after,
.timeline .right::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: -4px;
    background-color: white;
    border: 4px solid white;
    top: 15px;
    z-index: 1;
}

.timeline .year::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: -7px;
    background-color: white;
    border: 4px solid white;
    top: 15px;
    z-index: 1;
    transform: rotate(45deg);
}

.timeline .year2::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: -8px;
    background-color: white;
    border: 4px solid white;
    top: 15px;
    z-index: 1;
    transform: rotate(45deg);
}

/* Place the container2 to the left */
.timeline .left {
    left: 0;
}

.timeline .left_year {
    left: 0;
}

/* Place the container2 to the right */
.timeline .right {
    left: 50%;
}

.timeline .right_year {
    left: 50%;
}

/* Fix the circle for container2s on the right side */
.timeline .right::after {
    left: -4px;
}

.timeline .right_year::after {
    left: -4px;
}

/* The actual content */
.timeline .left .content {
  text-align: right;
  padding-top: 0;
  padding-right: 0;
}

.timeline .right .content {
  text-align: left;
  padding-left: 0;
  padding-top: 0;
}

.timeline .content {
    padding: 20px 30px;
    position: relative;
    border-radius: 6px;
}

.timeline .content h3{
  font-family: 'Libre Baskerville', serif;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 0;
}

.timeline .content p{
  font-size: 12px;
  color: #B6B7AE;
}

.timeline .content img{
  max-width: 85%;
  margin-top: 20px;
}

/* Milestone page end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* RECOGNITION start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper .recognition-header-text
{
  right: 44vw;
    position: absolute;
    text-align: center;
    top: 17vw;
    left: 14vw;
}
.wrapper .header-quotes
{
  color: #212121;
    line-height: 36px;
    font-family: 'Libre Baskerville', serif;
        margin-bottom: 19px;
}
.wrapper .name{
    text-align: center;
    margin-top: 20px;
    color: #424245;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
#recognition .headline{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #F0F0F0;
  font-weight: 700;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recognition .see-more{
  float: right;
  color: #818181;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
#recognition .awards-box {
  margin-left: 0;
  margin-right: 0;
}
#recognition .headline-new {
  text-align: center;
  margin-bottom: 34px;
}
.box-new-color {
  margin-top: 50px;
  background: #FFFFFF;
}
.iframe-uganda{
  height: 374px !important;
}
.text-uganda-countries{
  margin-top: 0 !important;
}
.box-new-color-margin{
  margin-bottom: -20px;
}
.box-new-color h2,
.box-new-color p {
  color: #212123 !important;  
}
#recognition .headline-new h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
}
#recognition .headline-new h2.bold {
  margin-top: 0;
  font-weight: 600;
}
#recognition .text-desc{
  font-size: 21px;
  line-height: 36px;
  text-align: center;
  color: #F0F0F0;
  padding: 40px;
  padding-bottom: 17px;
  font-family: 'Libre Baskerville', serif;
}
#recognition .section1{
  margin-top: 60px;
  margin-bottom: 80px;
}
#recognition .flexbox {
  display: flex;
  justify-content: center;
  text-align: center;
  clear: both;
}
#recognition .flexbox div {
  flex: 1;
  padding: 20px 8px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2F2F2F;
  margin: 5px;
}
#recognition .flexbox div.white-box {
  background: #606060;
}
#recognition .flexbox div p {
  margin: 0;
  font-size: 20px;
  font-family: serif;
}

#recognition .name{
    text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
#recognition .text-award{
  font-size: 16px;
  line-height: 28px;
    color: #F0F0F0;
    padding-top: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
}
#recognition .text-year{
  color: #B6B7AE;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 70px;
}
#recognition .fa-angle-right{
  padding-left: 12px;
}
#recognition .fa-angle-left{
  padding-right: 12px;
}
#recognition .headline-awards{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}
#recognition .headline-awards2{
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #F0F0F0;
  margin-top: 40px;
}
#recognition hr{
  clear: both;
  margin-bottom: 50px;
}
#recognition .awards-total
{
  font-size: 18px;
    font-style: italic;
    margin-top: 47px;
    float: right;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
}
#recognition .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #707070;
    transition: .2s;
    text-decoration: none;
    background-color: transparent;
    border:none;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
  background-color: transparent;
  border-color: none;
    color: #F0F0F0 !important;
}
#recognition .pagination-next{
  padding: 7px 11px;
    border: 1px solid #7E7E7E;
    border-radius: 4px;
    margin-top: -4px;
}
#recognition .text-desc-quotes{
  font-size: 21px;
  color: #F0F0F0;
  line-height: 36px;
  font-family: 'Libre Baskerville', serif;
}
#recognition .name-quotes{
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
}
#recognition .quotes-full{
  padding: 0;
  margin-top: 20px;

  margin-bottom: 40px;
}
#recognition .quotes-img
{
  width: 90%;
}

#recognition .recognition-head-top
{
  padding: 0;
  /*margin-top: 120px;*/
}
.blog-title-desktops{
  margin-top: 0 !important;
}

#recognition .rec-dropdwon
{
  padding: 0;
}
#recognition .select
{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
#recognition .select select
{
    font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 110px;
  margin-top: 29px;
  cursor: pointer;
  padding: 12px 15px;
  outline: 0;
  border: 1px solid #707070;
  border-radius: 5px;
  background: #000000;
  color: #b6b7ae;
  float: right;
  appearance: none;
  -webkit-appearance: none;
    -moz-appearance: none;
}
#recognition  .select select::-ms-expand
{
    display: none;
}
#recognition .select select:hover,
#recognition .select select:focus {
    color: #b6b7ae;
    background: #000000;
}
#recognition .select select:disabled {
     opacity: 0.5;
     pointer-events: none;
}
#recognition .select_arrow
{
    position: absolute;
  top: 51px;
    right: 20px;
    pointer-events: none;
    border-style: solid;
    border-width: 5px 4px 0px 4px;
    border-color: #97C3BC transparent transparent transparent;
}

#recognition .select select:disabled ~ .select_arrow
{
    border-top-color: #CCCCCC;
}

#recognition .btn-default {
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    border-radius: 0;
    padding: 10px 42px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    }
    .active_page_recognition{
  color: #fff !important;
}
#recognition .pagination>li .active_page_recognition{
  color: #fff !important;
}
.recognition-quotes-img
{
  max-width: 35%;
}
/* RECOGNITION end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Foundation start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.temp_btm{
  margin-bottom: 140px !important;
}
.foundation_content .foundation_paragraphs .quote-title
{
  text-align: center;
}
.img_right{
  float: right;
}
.foundation_sidebar .quote a{
  color: #BECE00;
  transition: 0.2s;
}
.foundation_sidebar .quote .see_all{
  text-align: left;
  padding: 0;
  margin-top: 40px;
}
.foundation_sidebar .quote a:hover{
  color: #d3e404;
}
.foundation_sidebar .quote i{
  margin-left: 6px;
}
.quote{

}
.quote .milestones_items{
  padding: 0;
}
.quote .milestones_items p{
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #FFFFFF;
  line-height: 30px;
  font-size: 18px;
}

.quote .milestones_items .name{
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
  color: #B6B7AE;
  font-size: 16px;
  font-style: normal;
}


.quote h3{
  margin-top: 60px;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}

.foundation_sidebar .quick-nav{
  margin-top: 50px;
  padding: 20px;
  z-index: 9;
  padding: 20px;
  background: #212123;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding-bottom: 34px;
}
.foundation_sidebar .profile-nav {
  margin-top: 0;
}
#load_more_button{
  margin-bottom: 20px !important;
}
.mobile-sidebar-quick{
  display: none;
}
.quick-nav h3{
  text-transform: uppercase;
  padding-bottom: 16px;
  font-size: 22px;
}
.side-nav_bar-mill {
  list-style: none;
  padding: 0;
}
.js-active {
	position: fixed !important;
	margin-top: 0 !important;
  margin-bottom: 0;
  top: 30px !important;
  max-width: 343px;
  transition: ease-in-out .2s all;
}

.side-nav_bar-mill b{
  font-family: 'Libre Baskerville', serif;
}
.side-nav_bar-mill li {
  position: relative;
}
.side-nav_bar-mill li:not(:last-child){
  margin-bottom: 68px;
}
.side-nav_bar-mill li a {
  text-decoration: none;
  color: #fff;
}

.side-nav_bar-mill li a span.is-active {
background-color: #43CBFF;
}
.side-nav_bar-mill li a span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: all ease-in-out .3s;
  position: relative;
  transition: all ease .2s;
}
.side-nav_bar-mill li a span::before{
  content: "";
  position: absolute;
  border: 2px solid #818181;
  width: 16px;
  height: 16px;
  top: -2px;
  left: -2px;
  border-radius: 50%;
}

.side-nav_bar-mill .h4-quick{
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 40px;
  font-weight: 400;
}
.side-nav_bar-mill li:not(:last-child):after{
  content: "";
  position: absolute;
  z-index: 33;
  height: 2px;
  width: 72px;
  transform: rotate(90deg);
  top: 52px;
  left: -30.5px;
  background: #818181;
}

.hamburger-sidebar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
  bottom: 10px;
  right: 18px;
  z-index: 100;
  cursor: pointer;
  transition: all cubic-bezier(0.4, 0.6, 0.24, 1.2) 0.5s;
  z-index: 999999;
  display: none;
  border-radius: 50%;
}

.hamburger-sidebar .line-sidebar {
  width: 6px;
  height: 6px;
  background-color: #ecf0f1;
  display: inline-block;
  margin: 3px auto;
  transition: all .3s ease-in-out;
  border-radius: 50%;
}

.hamburger-sidebar.is-active {
  transform: rotate(90deg);
}
.menu-list {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  transition: all ease-out .3s;
}
.menu-model{
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #000;

}
.menu-model.on-chn {
  z-index: 22222;
  opacity: 1;
  position: fixed;
  opacity: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: #707070;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.foundation_sidebar .milestones {
  margin-top: 50px;
  background: #212123;
  border-radius: 4px;
  padding: 20px;
}
.foundation_sidebar .milestones a{
  color: #43CBFF;
  transition: 0.2s;
}
.foundation_sidebar .milestones .see_all{
  text-align: left;
  padding: 0;
  margin-bottom: 60px;
  margin-top: -5px;
}
.foundation_sidebar .milestones a:hover{
  color: #65cff7;
}
.foundation_sidebar .milestones i{
  margin-left: 6px;
}
.foundation_sidebar{
  padding: 0;
  padding-right: 10%;
}
.milestones .milestones_items{
  padding: 0;
}
.milestones .milestones_items p{
  text-align: left;
  font-family: 'Libre Baskerville', serif;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #F0F0F0;
  font-size: 16px;
}
.milestones .milestones_items p.name {
  color: #818181;
  font-size: 12px;
}
.milestones .milestones_items a p:nth-child(2){
  text-align: left;
  margin-top: -2px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #B6B7AE;
  font-family: 'Montserrat', sans-serif;
}
.milestones h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}
.legacy_home_bg{
    background: url(/photos/shares/img/tan-sri-legacy.jpg);
    background-position: center;
    background-size: cover;
    height: 729px;
    margin-bottom: 80px;
}

.league_home_bg{
    background: url(/photos/shares/img/league-header.jpg);
    background-position: center;
    background-size: cover;
    height: 729px;
    margin-bottom: 80px;
}

.true-friend_home_bg{
    background: url(/photos/1/true-friend-header.jpg);
    background-position: center;
    background-size: cover;
    height: 729px;
    margin-bottom: 80px;
}

.foundation_home_bg{
  background: url('../img/foundation_bg.jpg');
  background-position: center;
  background-size: auto;
  height: 650px;
  margin-bottom: 80px;
}
.img-flexbox {
  display: flex;
}
.img-flexbox div {
  flex: 1;
}
.img-flexbox div img {
  width: 100%;
  padding: 5px;
}
.foundation_home_bg img{
  position: relative;
  top: 562px;
  left: 15%;
  width: 170px;
}
.foundation_content .foundation_paragraphs{
  margin-top: 40px;
  padding: 0 4%;
  padding-left: 8%;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
.foundation_content .foundation_paragraphs h2{
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.3;
  text-align: left;
  font-size: 36px;
  margin-bottom: 20px;
}
.foundation_content .foundation_paragraphs p{
  color: #F0F0F0;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 35px;
    text-align: left;
    font-size: 21px;
}
.foundation_content .foundation_img{
  padding: 0 4%;
  padding-left: 8%;
  /*padding: 0 16%;*/
}
.foundation_content .foundation_img img{
  width: 100%;
}
.foundation_content .text_left{
  padding-left: 16%;
  color: #F0F0F0;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.7;
  text-align: left;
  font-size: 21px;


}
.foundation_content .text-fix_left{
  padding-left: 0;
}
.foundation_content .text_left p{
  color: #F0F0F0;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.7;
  text-align: left;
  font-size: 18px;
}
.foundation_content .text_right{
  padding-right: 16%;
  text-align: center;
}
.foundation_content .text_right p{
  color: #F0F0F0;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.7;
  text-align: center;
  padding-top: 7vw;
  font-size: 24px;
  margin-bottom: 0;
}
.foundation_content .text_right p:nth-child(3){
  color: #B6B7AE;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 0;
}
.foundation_content .text_right img{
  width: 30px;
  margin: 20px 0;
}
.foundation_content .img_right{

  padding: 0 4%;
    float: right;
    margin-right: 10px;
    clear: both;
    width: 50%;
    margin-left: 2vw;
    margin-bottom: 2vw;
}
.foundation_content .img_right img{
  width: 100%;
}
.foundation_content .img_left{
  padding-left: 8%;
}
.foundation_content .img_left img{
  width: 100%;
}
.foundation_content .foundation_paragraphs .text2{
  text-align: center;
  padding: 0 11%;
  margin-top: 40px;
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
  margin-bottom: 20px;
}s
.foundation_content .foundation_paragraphs img{
  width: 30px;
  margin: 20px 0;
}
.foundation_content .foundation_paragraphs p:nth-child(4){
  color: #B6B7AE;
  font-size: 16px;
  padding-top: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 20px;
}
.foundation_content .foundation_paragraphs p.headline-text {
  font-size: 30px;
  font-family: serif;
  font-weight: 500;
}

/* Foundation end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NATION BUILDING start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nation_building .country_details{
  width: 0;
  bottom: -15vw;
  position: relative;
  width: 130px;
  margin-right: -130px;
}

  .national-building-malaysia iframe,
  .national-building-botswana iframe,
  .national-building-cambodia iframe,
  .national-building-lesotho iframe,
  .national-building-swaziland iframe,
  .national-building-sierra_leone iframe,
  .national-building-london iframe,
  .national-building-south_africa iframe

  {
    border:none;
    width: 100%;
    height: 550px;
        margin-top: 25px;
  }

  .profile_content iframe
  {
    border:none;
    width: 100%;
    height: 550px;
        margin-top: 25px;
  }
.clickable-row
  {
    transition: .5s;
    cursor: pointer;
  }
  .clickable-row:hover
  {
    filter: brightness(.8);
  }
.nation_building .country_details img{
  width: 34px;
}
.nation_building .country_details a{
  font-family: 'Montserrat', sans-serif;
  color: #BECE00;
  top: 1.7vw;
  font-size: 14px;
  position: relative;
  transition: .2s;
}
.nation_building .country_details a:hover{
  color: #d3e404;
}
.nation_building .country_details a i{
  margin-left: 10px;
  font-size: 16px;
}

.nation_building .country_details2{
  width: 0;
  bottom: -3.5vw;
  position: relative;
  width: 237px;
  margin-right: -237px;
}
.nation_building .country_details2 img{
  width: 34px;
}
.nation_building .country_details2 a{
  font-family: 'Montserrat', sans-serif;
  color: #BECE00;
  top: 1.7vw;
  font-size: 14px;
  position: relative;
  transition: .2s;
}
.nation_building .country_details2 a:hover{
  color: #d3e404;
}
.nation_building .country_details2 a i{
  margin-left: 10px;
  font-size: 16px;
}
.nation_building table{
  width: 100%;
}
.nation_building tr{
  height: 10vw;
}
.nation_building td{
  border: 50px solid #000;
  padding: 0 20px;
}
.nation_building .cards{
  width: 78%;
  margin: auto;
}
.nation_building .botswana{
  background: url('../img/botswana_card.jpg') no-repeat;
  background-size: cover;
  height: 46vw;
}
.nation_building .cambodia{
  background: url('../img/cambodia_card.jpg') no-repeat;
  background-size: cover;
  height: 23vw;
}
.nation_building .quote_text p{
  font-size: 19px;
  font-family: 'Libre Baskerville', serif;
  line-height: 26px;

}

.nation_building .quote_text-header p {

    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.nation_building .quote .name{
  font-size: 14px;
    color: #B6B7AE;
    margin-top: 20px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.nation_building .quote img{
  width: 30px;
  margin-top: 10px;
}
.nation_building .quote{
  padding: 0;
  width: 24.35vw;
  height: 23vw;
  text-align: center;
  line-height: 1.7;
    letter-spacing: 1.5px;
    color: #F0F0F0;
    font-family: 'Libre Baskerville', serif;
}
.nation_building .london{
  background: url('../img/london_card.jpg') no-repeat;
  background-size: cover;
  height: 46vw;
}
.nation_building .lesotho{
  background: url('../img/lesotho_card.jpg') no-repeat;
  background-size: cover;
  height: 23vw;
}
.nation_building .swaziland{
  background: url('../img/swaziland_card.jpg') no-repeat;
  background-size: cover;
  height: 46vw;
}
.nation_building .sierra_leone{
  background: url('../img/sierra_leone_card.jpg') no-repeat;
  background-size: cover;
  height: 23vw;
}
.nation_building .south_africa{
  background: url('../img/south_africa_card.jpg') no-repeat;
  background-size: cover;
  height: 23vw;
}
.nation_building .uganda-img{
  background:  url('../../photos/shares/img/uganda-nation_building-image.png') no-repeat;
  background-size: cover;
  height: 23vw;
}
.nation_building .namibia-img{
  background: url('../../photos/shares/img/namibia-nation_building-image.png') no-repeat;
  background-size: cover;
  height: 23vw;
}

.nation_building .home_bg{
  background: url('../img/section_two_bg.jpg') no-repeat;
  background-size: cover;
  height: 40vw;
  width: 100%;
  background-position-y: -6vw;
}
.nation_building .home_content{
    position: relative;
    top: 19vw;
    margin-left: 16vw;
}
.nation_building .home_content img{
    width: 38px;1
}
.nation_building h1{
    font-family: 'Libre Baskerville', serif;
    margin-top: 15px;
}
.nation_building .home_content p{
  line-height: 1.5;
    letter-spacing: 1px;
  font-family: 'Libre Franklin', sans-serif;
  margin-bottom: 26px;
}
.nation_building .home_content a{
  color: #BECE00;
  transition: .2s;
  font-family: 'Montserrat', sans-serif;
}
.nation_building .home_content a:hover{
  color: #d3e404;
}
.nation_building .home_content a i{
  margin-left: 10px;
  font-size: 16px;
}
.nation_building .cards{
    display: block;
  }
  .nation_building .small_cards{
    display: none;
  }
/* NATION BUILDING end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* FOR ALL COUNTRIES */

#country-details .panel-heading
{
    padding: 0;
  border:0;
}
#country-details .panel-title>a, .panel-title>a:active
{
  display:block;
  color: #FFFFFF;
  padding: 0;
}
.visible-sm{
  padding: 0;
}
.visible-sm .country-details{
  border-radius: 0;
}
.dropdown_countries
{
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #43CBFF;
  transform: rotate(45deg);
  float: right;
  border-right: 3px solid #43CBFF;
  transition: .3s;
  margin-top: -4px;
  top: -32px;
  right: 16px;
  position: relative;
}
#country-details .panel-heading.active .dropdown_countries
{
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
    margin-top: 4px;
}
#country-details .panel-default>.panel-heading
{
  background-color: transparent;
}
  #country-details .accordion-toggle
  {
    color: #FFFFFF !important;
  }
  #country-details .panel-body
  {
    padding: 0;
  }
  #country-details .panel-group
  {
    margin-bottom: 0;
  }
  #country-details .panel-default>.panel-heading+.panel-collapse>.panel-body
  {
    border: none;

  }

  #country-details .panel
  {
    background-color: transparent;
    border:none;
  }

  #country-details .country-details
  {
    background-color: #424245;
    padding: 0 6px;
    background-color: rgba(66,66,69, 0.5);
    overflow: hidden;
    border-radius: 6px;
  }
  .visible-sm{
    padding: 0;
  }
  #country-details.visible-sm .country-details{
    border-radius: 0;
  }
  #country-details .name-progress-bar
  {
    padding: 0;
    margin-top: -14px;
    display: flex;
    align-items: center;
  }
  #country-details .name-progress-bar .amount{
    padding-top: 0;
    font-weight: 600;
  }
  .progress-container-padd{
    padding: 0;
  }
  #country-details .progress-bar
  {
        background-color: #43CBFF;
        height: 20px;
  }

  #country-details .country-img
  {

      padding: 11px;
      padding-top: 34px;
      display: block;
      margin: 0 auto;
      width: 70%;
  }

  #country-details .country-flag
  {
    margin-top: 20px;
    width: 45px;
  }
  #country-details .first-section
  {
    margin-top: 20px;
  }
  
  #country-details .country-description
  {
    font-size: 16px;
      color: #F0F0F0;
      margin-bottom: 40px;
      font-family: 'Libre Franklin', sans-serif;
      font-weight: bold;
  }
  #country-details .amount
  {
    color: #43CBFF;
      float: right;
      font-size: 16px;
      width: 100%;
      padding-top: 6px;
  }
  #country-details .economic-prop{
    margin-top: 48px;
    margin-bottom: 0;
  }
  #country-details hr
  {
    border-top: 1px solid #707070;
  }
  #country-details sup
  {
    margin-left: 6px;
  }
  #country-details .title-country-desc
  {
    font-weight: 600;
      font-size: 19px;
      margin-top: 14px;
      margin-bottom: 14px;
      font-family: 'Montserrat', sans-serif;
  }

  #country-details .country-description2
  {
    font-size: 16px;
      color: #F0F0F0;
      margin-bottom: 20px;
      font-family: 'Libre Franklin', sans-serif;
      font-weight: 400;
      padding-bottom: 18px;
  }
  .country-flag-container{
    display: flex;
    align-items: center;
  }
  .country-flag-container h6{
    margin-top: 28px;
    font-size: 24px;
    padding-left: 40px;
  }
  #country-details .country-description-progress
  {
    font-size: 16px;
      color: #F0F0F0;
      font-family: 'Libre Franklin', sans-serif;
      padding-top: 0;
      padding-right: 30px;
  }
  #country-details .space-section
  {
    margin-bottom: 22px;
  }
  #country-details .site
  {
    font-size: 14px;
    color: #43CBFF;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px solid #4c4c4c;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4px;
  }

  #country-details .progress
  {
    background-color: #848484;
    height: 8px;
    width: 100%;
  }
  #country-details .progress-amount
  {
    padding: 0;
    margin-top: -11px;
  }

/* FOR ALL COUNTRIES END

/* SWAZILAND start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-swaziland
{
  padding: 0 7vw;
}

.national-building-swaziland .fa-angle-left
{
    padding-right: 12px;
}

.national-building-swaziland .quotes-all
{
  margin-right: 9vw;
}

.national-building-swaziland .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-swaziland .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-swaziland .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-swaziland .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-swaziland .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-swaziland .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-swaziland .img-malaysia
{
  margin-top: 50px;
}

.transform-img-swaziland
{
  background: url(../img/transform_swaziland.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}

.transform-img-swaziland .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-swaziland .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-swaziland .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-swaziland .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* SWAZILAND end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SOUTH AFRICA start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-south_africa
{
  padding: 0 7vw;
}

.national-building-south_africa .fa-angle-left
{
    padding-right: 12px;
}

.national-building-south_africa .quotes-all
{
  margin-right: 9vw;
}

.national-building-south_africa .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-south_africa .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-south_africa .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-south_africa .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-south_africa .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-south_africa .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-south_africa .img-malaysia
{
  margin-top: 50px;
}
.transform-img-south-africa
{
  background: url(../img/transform_south_africa.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-south-africa .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-south-africa .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-south-africa .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-south-africa .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    border-color: transparent;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
/* SOUTH AFRICA end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SIERRA LEONE start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-sierra_leone
{
  padding: 0 7vw;
}

.national-building-sierra_leone .fa-angle-left
{
    padding-right: 12px;
}

.national-building-sierra_leone .quotes-all
{
  margin-right: 9vw;
}

.national-building-sierra_leone .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-sierra_leone .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-sierra_leone .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-sierra_leone .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-sierra_leone .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-sierra_leone .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-sierra_leone .img-malaysia
{
  margin-top: 50px;
}
.transform-img-sierra-leone
{
  background: url(../img/transform_sierra_leone.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-sierra-leone .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-sierra-leone .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-sierra-leone .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-sierra-leone .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* SIERRA LEONE end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* MALAYSIA start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-malaysia
{
  padding: 0 7vw;
}

.national-building-malaysia .fa-angle-left
{
    padding-right: 12px;
}

.national-building-malaysia .quotes-all
{
  margin-right: 9vw;
}

.national-building-malaysia .back-countries
{
  color: #BECE00 !important;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
  transition: .25s;
}

.national-building-malaysia .back-countries:hover{
  color: #cbd732 !important;
}

.national-building-malaysia .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-malaysia .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-malaysia .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-malaysia .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-malaysia .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-malaysia .img-malaysia
{
  margin-top: 35px;
}
.transform-img-malaysia
{
  background: url(../img/transform_malaysia.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}

.transform-img-malaysia .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-malaysia .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-malaysia .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-malaysia .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* MALAYSIA end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* LONDON start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-london
{
  padding: 0 7vw;
}

.national-building-london .fa-angle-left
{
    padding-right: 12px;
}

.national-building-london .quotes-all
{
  margin-right: 9vw;
}

.national-building-london .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-london .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-london .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-london .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-london .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-london .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-london .img-malaysia
{
  margin-top: 50px;
}
.transform-img-london
{
  background: url(../img/transform_london.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-london .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-london .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-london .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-london .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* LONDON end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* LESOTHO start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-lesotho
{
  padding: 0 7vw;
}

.national-building-lesotho .fa-angle-left
{
    padding-right: 12px;
}

.national-building-lesotho .quotes-all
{
  margin-right: 9vw;
}

.national-building-lesotho .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-lesotho .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-lesotho .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-lesotho .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-lesotho .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-lesotho .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-lesotho .img-malaysia
{
  margin-top: 50px;
}
.transform-img-lesotho
{
  background: url(../img/transform_lesotho.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-lesotho .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-lesotho .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-lesotho .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-lesotho .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    border-color: transparent;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
/* LESOTHO end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* CAMBODIA start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-cambodia
{
  padding: 0 7vw;
}

.national-building-cambodia .fa-angle-left
{
    padding-right: 12px;
}

.national-building-cambodia .quotes-all
{
  margin-right: 9vw;
}

.national-building-cambodia .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-cambodia .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-cambodia .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
    line-height: 36px;
}


.national-building-cambodia .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-cambodia .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-cambodia .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-cambodia .img-malaysia
{
  margin-top: 50px;
}
.transform-img-cambodia
{
  background: url(../img/transform_cambodia.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-cambodia .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}
.transform-img-cambodia .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.transform-img-cambodia .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;
}
.transform-img-cambodia .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* CAMBODIA end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* BOTSWANA start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.national-building-botswana
{
  padding: 0 7vw;
}

.national-building-botswana .fa-angle-left
{
    padding-right: 12px;
}

.national-building-botswana .quotes-all
{
  margin-right: 9vw;
}

.national-building-botswana .back-countries
{
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

.national-building-botswana .headline-countries
{
  font-family: 'Libre Baskerville', serif;
}
.national-building-botswana .quotes-country
{
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
    text-align: center;
    padding: 65px 41px;
    padding-bottom: 10px;
}

.national-building-botswana .name-countries
{
  text-align: center;
    margin-top: 20px;
    color: #B6B7AE;
    font-family: 'Montserrat', sans-serif;
    padding: 0 66px;
}
.national-building-botswana .text-countries
{
  font-size: 21px;
    margin-top: 55px;
    font-family: 'Libre Franklin', sans-serif;
    padding-right: 6vw;
}

.national-building-botswana .text-headline
{
  font-size: 36px;
  font-family: 'Libre Baskerville', serif;
  margin-top: 33px;
}
.national-building-botswana .img-malaysia
{
  margin-top: 50px;
}
.transform-img-botswana
{
  background: url(../img/transform_botswana.jpg) no-repeat;
  height: 500px;
  background-size: cover;
    background-position: center;
    margin-top: 90px;
    margin-bottom: -20px;
}
.transform-img-botswana .transform-text
{
  position: relative;
    bottom: -15vh;
    left: 7.5vw;
    width: 45%;
    text-align: left;
}

.transform-img-botswana .transform-text h1
{
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.transform-img-botswana .transform-text p
{
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 35px;
  color: #F0F0F0;

}

.transform-img-botswana .btn-default {
    background-color: #BECE00;
    border-color: #ccc;
    padding: 11px 44px;
    margin-top: 24px;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
}
/* BOTSWANA end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* MEDIA start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#media .top-head
{
  padding: 0;
}

#media .publ-1
{
  padding: 0;
  margin-top: 40px;
}
#media .publ-2
{
  padding: 0;
}
#media .publ-3
{
  padding: 0;
}
#media .publ-4
{
  padding: 0;
}

#media .publ-5
{
  padding: 0 0 0 15px;
  margin-top: 56px;
}

#media .blog-head-top
{
  padding: 0;
  margin-top: 120px;
}
#media .speech-head-top
{
  padding: 0;
  margin-top: 120px;
}
#media .blog-1
{
  padding: 0;
  margin-top: 40px;
}
#media .blog-2
{
  padding: 0;
}
#media .blog-3
{
  padding: 0;
}
#media .blog-4
{
  padding: 0;
}

#media .speech-1
{
  padding: 0;
}
#media .speech-2
{
  padding: 0;
}
#media .speech-3
{
  padding: 0;
}
#media .headline-media
{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #F0F0F0;
  font-weight: 700;
  margin-top: 80px;
}

#media .see-more-media
{
  float: right;
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

#media .fa-angle-right
{
  padding-left: 12px;
}

#media .btn-default
{
    color: #333;
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;

}

#media .book-title
{
    font-size: 19px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
}
#media .book-small
{
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    line-height: 25px;
}

#media .book-year
 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #B6B7AE;
 }
 #media .book-desc
 {
  color: #F0F0F0 !important;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  padding-right: 1vw;
 }
 #media .blog-read
 {
  color: #BECE00;
  font-size: 16px;
  margin-top: 21px;
  font-family: 'Montserrat', sans-serif;
 }
 #media .blog-title
 {
  font-size: 21px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  line-height: 30px;
  color: #F0F0F0;
 }

 #media .blog-small
 {
  font-size: 18px;
  font-family: 'Libre Baskerville', serif;
  font-weight: bold;
  line-height: 27px;
  color: #F0F0F0;
 }

 #media .blog-year
 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #B6B7AE;
  margin-bottom: 24px;
  margin-top: 16px;
 }

 #media .blog-desc
 {
  color: #F0F0F0;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  padding-right: 1vw;
  line-height: 30px;
 }

 #media .speech_big_title
 {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Libre Baskerville', serif;
 }
 #media .speech_name
 {
  color: #747474;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Libre Franklin', sans-serif;
 }

 #media .see-more-media{
  margin-top: 5px;
}
.desktop_books{
  display: block;
}
.mobile_books{
  display: none;
}
.mobile_slider {
  display: flex;
  overflow: hidden;
  counter-reset: count;
  padding: 0;
  margin-top: 18px;
}

.mobile_slider .slider {
  width: 100%;
  margin: auto;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: auto;
}
.mobile_slider .slider:before, .mobile_slider .slider:after {
  content: '';
  flex: 1 0 auto;
  display: inline-block;
}
.mobile_slider .slider:after {
  width: 10px;
}

.mobile_slider .item {
  width: 100%;
  margin-right: 18px;
  margin-top: 14px;
  counter-increment: count;
  align-items: center;
  padding-bottom: 20px;
  justify-content: center;
}
.speeches_mobile .slider .item .col-xs-12{
  width: 220px !important;
}
.mobile_slider .item:last-child{
  margin-right: 0;
}
.mobile_slider .item img{
  height: 200px;
}
.mobile_slider .item h5{
  line-height: 1.4;
}
.mobile_slider .item h5:nth-child(2){
  color: #B6B7AE;
}
#media .mobile_see_all{
  display: none;
}
#media .btn-default{
  text-transform: uppercase;
}
#media .book-year,
#media .blog-year{
  font-weight: 300;

}
.fa-angle-right {
  text-rendering: optimizeLegibility;
}
.fa-angle-right:before{
  position: relative;
  top: 3px;
  font-size: 20px;

}
#media .headline-media{
  font-family: sans-serif;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.book-media-big
{
  max-width: 85%;
}
.book-media-small
{
  max-width: 93%;
}
/* MEDIA end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* PUBLICATION start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#media-publication .headline-media
{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #F0F0F0;
  font-weight: 700;
  margin-top: 60px;
}
#media-publication .media-publication-book
{
  max-width: 88%;
}
#media-publication .main
{
  padding: 0 !important;
}
#media-publication .headline-media-back{
 color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

#media-publication .fa-angle-left{
  padding-right: 12px;
}

#media-publication .see-more-media{
  float: right;
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

#media-publication .fa-angle-right{
  padding-left: 12px;
}

#media-publication .btn-default {
    color: #333;
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;

    }

    #media-publication .book-title-media
    {
      font-size: 24px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      margin-top: 0;
      line-height: 34px;
    }
    #media-publication .book-small-media
    {
      font-size: 16px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 25px;
      padding-right: 1vw;
    }

    #media-publication .book-year-media
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #B6B7AE;
      margin: 30px 0px;
      margin-bottom: 23px;

    }
    #media-publication .book-year-media-small
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #737373;
      margin-bottom: 23px;
    }
    #media-publication .book-desc-media
    {
      color: #F0F0F0;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 16px;
      padding-right: 15vw;
      line-height: 26px;
      margin-bottom: 37px;

    }
    #media-publication hr
    {
      border-top: 1px solid #707070;
          margin: 50px 0;
    }

    #media-publication .all-book
  {
  margin-bottom: 40px !important;
  padding: 0 !important;
  }

#media .book-space
{
  padding: 0 !important;
}

#media-publication .carousel-inner>.item>a>img, #media-publication .carousel-inner>.item>img, #media-publication .img-responsive, #media-publication .thumbnail a>img, #media-publication .thumbnail>img
{
  width: 97%;
}
#media-publication .book-title-media{
  width: 370px;
}
#media-publication .book-desc-media-small{
  display: none;
  color: #F0F0F0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    padding-right: 15vw;
    line-height: 26px;
    margin-bottom: 37px;
}
#media-publication .headline-media{
  margin-top: 30px;
}
#media-publication .all-book{
  cursor: pointer;
}
#media-publication .preview_hr{
  margin: 50px 14px;
}

#media-publication .book-url-media
{
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid;
}

#media-publication .book-url-media-small
{
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid;
}
#media-publication .book-url-media:hover
{
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid;
}

#media-publication .book-url-media-small:hover
{
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid;
}
/* PUBLICATION end
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* BLOG start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#media-blog .blog-all
{
  padding: 0;
}
#media-blog .dynamic-blog-4
{
   padding-left: 0;
   padding-right: 30px;
   /*height: 800px;*/
   height: 640px;
   margin-bottom: 25px;
}
#media-blog .dynamic-blog-6
{
   padding-left: 0;
   padding-right: 30px;
   /*height: 320px;*/
   height: 240px;
   margin-bottom: 25px;
}
#media-blog .blog-page-head-top
{
  padding: 0;
}
#media-blog .blog-page-head
{
  padding: 0;
}
#media-blog .blog-page-1
{
  padding: 0;
}
#media-blog .blog-page-2
{
  padding: 0;
}
#media-blog .blog-page-3
{
  padding: 0;
}
#media-blog .blog-page-4
{
  padding: 0;
}
#media-blog .blog-page-5
{
  padding: 0;
}
#media-blog .blog-page-6
{
  padding: 0;
}
#media-blog .blog-page-7

{
  padding: 0;
}
#media-blog .blog-page-1
{
  padding: 0;
  margin-top: 40px;
}

#media-blog .second-part
{
  padding: 0;
  margin-top: 40px;
}

#media-blog .blog-page-8
{
  padding: 0;
  margin-top: 36px;
}
#media-blog .headline-media
{
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  color: #F0F0F0;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
}
#media-blog .headline-media-back{
 color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 60px;
}

#media-blog .fa-angle-left{
  padding-right: 12px;
}

#media-blog .see-more-media{
  float: right;
  color: #BECE00;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

#media-blog .fa-angle-right{
  padding-left: 12px;
}

#media-blog .btn-default {
    color: #333;
    background-color: transparent;
    border-color: #BECE00;
    color: #BECE00;
    padding: 12px 25px;
    border-radius: 0px;
    }


    #media-blog .blog-read
    {
      color: #BECE00;
      font-size: 16px;
      margin-top: 35px;
      font-family: 'Montserrat', sans-serif;
    }
    #media-blog .blog-title
    {
      font-size: 21px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 30px;
      color: #F0F0F0;s
    }

    #media-blog .blog-small
    {
      font-size: 18px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 27px;
      color: #F0F0F0;
    }

    #media-blog .blog-year
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #B6B7AE;
      margin-bottom: 24px;
      margin-top: 16px;

    }

     #media-blog .book-year
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #747474;


    }

    #media-blog .blog-desc
    {
      color: #F0F0F0;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 16px;
      padding-right: 1vw;
      line-height: 30px;
    }


    /* BLOG content*/
  #media-blog-content .blog-cont-1
  {
    padding: 0;
  }
  #media-blog-content .blog-cont-2
  {
    padding: 0;
    margin-bottom: 100px;
  }
  #media-blog-content .blog-cont-4
  {
    padding: 0;
  }
  #media-blog-content .blog-cont-3
  {
    padding: 0;
    padding-right: 2vw;
  }
     #media-blog-content .headline-media
  {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #F0F0F0;
    font-weight: 700;
    margin-top: 60px;
  }
  #media-blog-content .headline-media-back
  {
   color: #BECE00;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
  }

  #media-blog-content .fa-angle-left
  {
    padding-right: 12px;
  }

  #media-blog-content .blog-year
  {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #B6B7AE;
      margin-bottom: 24px;
      margin-top: 16px;
  }

  #media-blog-content .blog-content-text
  {
    font-size: 21px;
      line-height: 35px;
      color: #F0F0F0;
      margin-top: 30px;
      font-family: 'Libre Franklin', sans-serif;
  }
  #media-blog-content .mobile_slider
  {
    display: none;
  }
  #media-blog-content .blog-title
  {
    color: #F0F0F0;
    font-size:21px;
    font-family: 'Libre Baskerville', serif;
    line-height: 30px;
  }

  #media-blog .mobile_slider{
  display: none;
}
#media-blog .desktop_small_blog{
  display: block;
}
#media-blog .blog-title{
  transition: .25s;
}
#media-blog .blog-title:hover{
  color: #ddd;
}
#media-blog .img-responsive{
  transition: .25s;
}
#media-blog .img-responsive:hover{
  filter: brightness(.9);
}
#media-blog .blog-year{
  color: #747474;
}
.mobile_slider .item h5:nth-child(1){
  color: #F0F0F0;
    font-family: 'Libre Baskerville', serif;
}
.blog-cont-head{
    font-family: 'Libre Baskerville', serif;
}
    /* BLOG content end


/* BLOG end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Map Section START */
#fullpage .map_section{
  background-color: #D9D9D9 !important;
}
#fullpage .map_picture{
  float: right;
  width: 67%;
  position: relative;
  right: 8%;
  max-width: 1300px;
  top: -6%;
  min-width: 930px;
}
#fullpage .map_picture img{
  width: 100%;
  height: 100%;
}
.england_svg{
  position: absolute;
  top: 28.2%;
  left: 47%;
  width: 2.5%;
  height: 6.5%;
  z-index: 9;
}
.malaysia_svg{
  position: absolute;
  top: 60%;
  left: 73.9%;
  width: 5%;
  height: 4%;
  z-index: 9;
}
.indonesia_svg{
  position: absolute;
  top: 61.5%;
  left: 72.9%;
  width: 12%;
  height: 8%;
  z-index: 7;
}
.sri_lanka_svg{
  position: absolute;
  top: 59%;
  left: 68.9%;
  width: 1%;
  height: 3%;
  z-index: 7;
}
.rwanda_svg{
  position: absolute;
  top: 64.5%;
  left: 55.9%;
  width: 2%;
  height: 2%;
  z-index: 7;
}
.south-africa_svg{
  position: absolute;
  top: 79.2%;
  left: 54.3%;
  width: 3.3%;
  height: 7%;
  z-index: 4;
}
.swaziland_svg{
  position: absolute;
  top: 78%;
  left: 56.58%;
  width: 0.5%;
  height: 2%;
  z-index: 9;
}
.lesotho_svg{
  position: absolute;
  top: 80%;
  left: 55.9%;
  width: 0.5%;
  height: 2%;
  z-index: 9;
}
.namibia_svg{
  position: absolute;
  top: 73.9%;
  left: 52%;
  width: 2.3%;
  height: 7%;
  z-index: 9;
}
.botswana_svg{
  position: absolute;
  top: 73.2%;
  left: 54.3%;
  width: 2.3%;
  height: 7%;
  z-index: 4;
}
.uganda_svg{
  position: absolute;
  top: 61.4%;
  left: 56.6%;
  width: 1.3%;
  height: 4%;
  z-index: 4;
}
.nigeria_svg{
  position: absolute;
  top: 57.4%;
  left: 49.5%;
  width: 3.3%;
  height: 5%;
  z-index: 4;
}
.sierra_leone_svg{
  position: absolute;
  top: 58.8%;
  left: 45.5%;
  width: 1%;
  height: 2%;
  z-index: 4;
}
.england_svg path,
.malaysia_svg path,
.indonesia_svg path,
.sri_lanka_svg path,
.swaziland_svg path,
.lesotho_svg path,
.namibia_svg path,
.botswana_svg path,
.uganda_svg path,
.nigeria_svg path,
.sierra_leone_svg path,
.rwanda_svg,
.south-africa_svg{
  opacity: 0;
}
.england_svg:hover,
.path_malaysia:hover,
.path_swaziland:hover{
  cursor: pointer;
}
.rwanda_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 59.5%;
  left: 53.9%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
  height: 33px;
}
.south-africa_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 76.2%;
  left: 50.3%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
  height: 34px;
}
.england_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 21.4%;
  left: 45%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.malaysia_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 53.5%;
  left: 73.2%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.indonesia_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 56.8%;
  left: 75.5%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.sri_lanka_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 51.7%;
  left: 66%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.swaziland_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 70.6%;
  left: 53.1%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.lesotho_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 72.6%;
  left: 52.4%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.namibia_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 66.6%;
  left: 50%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.botswana_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 66.7%;
  left: 51.2%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.uganda_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 54.7%;
  left: 54.2%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.nigeria_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 49.7%;
  left: 48.3%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.sierra_leone_info{
  background: rgba(0, 0, 0, 0.8);
  padding: .8%;
  color: #fff;
  position: absolute;
  border-radius: 4px;
  top: 51%;
  left: 41.9%;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 15px 2px rgba(0,0,0,0.15);
  animation: fadeInUp;
  animation-duration: 0.5s;
  display: none;
}
.england_info p,
.malaysia_info p,
.indonesia_info p,
.sri_lanka_info p,
.swaziland_info p,
.lesotho_info p,
.namibia_info p,
.botswana_info p,
.uganda_info p,
.nigeria_info p,
.sierra_leone_info p{
  padding: 0;
  margin: 0;
}

.map_info{
  position: absolute;
  top: 80%;
  right: 11%;
  text-align: left;
  color: #424245;
  font-size: 12px;
}
.map_info .purple_box{
  padding: 6px 6px;
  background: #09089C;
  position: absolute;
  left: -24px;
  margin-top: 2px
}
.map_info .blue_box{
  padding: 6px 6px;
  background: #29A9F8;
  position: absolute;
  left: -24px;
  margin-top: 2px
}
.map_text{
  text-align: left;
  top: 65%;
  left: 7%;
  position: absolute;
}
.map_text h1{
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
}
.map_text p{
  color: #000000;
  font-size: 16px;
}
.map_text a{
  text-transform: uppercase;
  color: #424245;
  font-size: 14px;
  top: 16px;
  position: relative;
  transition: .25s;
}
.map_text i:before{
  font-size: 17px !important;
  padding-left: 8px !important;
}
.mobile_map_section{
  background: #D9D9D9;
  color: #424245;
}
.mobile_map_section{
  padding: 40px 0;
}
.mobile_map_section h1{
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  color: #FFFFFF;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 600;
  text-align: left;
}
.mobile_map_section p{
  text-align: left;
  font-size: 14px;
  padding-top: 4px;
}
.mobile_map_section a{
  text-align: left;
  font-size: 14px;
  padding-top: 4px;
  color: #000000;
  float: left;
  padding: 8px;
}
.box_info{
  padding: 9px 9px;
  margin-left: 40px;
  top: 24px;
  position: relative;
  width: 18px;
}
.mobile_map_text{
  padding: 40px;
}

.fa-angle-right{
  top: -1px;
  position: relative;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* Map Section END */


/* SPEECH start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

  #media-speech .speech-page-head-top
  {
    padding: 0;
  }
  #media-speech .speech-page-1
  {
    padding: 0;
  }
  #media-speech .speech-page-2
  {
    padding: 0;
  }
  /*#media-speech .speech-page-3
  {
    padding: 0;
  }*/
  #media-speech .speech-page-4
  {
    padding: 0;
    height: 380px;
  }
  #media-speech .speech-page-6{
    padding: 0;
  }
  #media-speech .speech-page-7
  {
    padding: 0;
  }
  #media-speech .speech-page-8
  {
    padding: 0;
  }
  #media-speech .speech-page-9
  {
    padding: 0;
  }
  #media-speech .speech-page-10
  {
    padding: 0;
  }
  #media-speech .speech-page-5
  {
    margin-top: 48px;
    padding: 0;
  }

  #media-speech .speech_big_title_2
  {
    margin-top: 48px;
    padding: 0 30px;
    padding-left: 0;
  }
  #media-speech .headline-media
  {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    color: #F0F0F0;
    font-weight: 700;
    margin-top: 60px;
  }

  #media-speech .see-more-media{
    float: right;
    color: #BECE00;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }

  #media-speech .fa-angle-right{
    padding-left: 12px;
  }

  #media-speech .btn-default {
      color: #333;
      background-color: transparent;
      border-color: #BECE00;
      color: #BECE00;
      padding: 12px 25px;
      border-radius: 0px;

    }

    #media-speech .book-title
    {
      font-size: 19px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
    }
    #media-speech .book-small
    {
      font-size: 16px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
    }

    #media-speech .book-year
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #B6B7AE;
    }
    #media-speech .book-desc
    {
      color: #F0F0F0;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 16px;
      padding-right: 1vw;

    }
    #media-speech .blog-read
    {
      color: #BECE00;
      font-size: 16px;
      margin-top: 35px;
      font-family: 'Montserrat', sans-serif;
    }
    #media-speech .blog-title
    {
      font-size: 21px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 30px;
      color: #F0F0F0;
    }

    #media-speech .blog-small
    {
      font-size: 18px;
      font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 27px;
      color: #F0F0F0;
    }

    #media-speech .blog-year
    {
      font-size: 16px;
      font-family: 'Montserrat', sans-serif;
      color: #B6B7AE;
      margin-bottom: 24px;
      margin-top: 16px;
    }

    #media-speech .blog-desc
    {
      color: #F0F0F0;
      font-family: 'Libre Franklin', sans-serif;
      font-size: 16px;
      padding-right: 1vw;
      line-height: 30px;
    }

    #media-speech .speech_big_title
    {
      font-size: 32px;
      font-weight: bold;
      font-family: 'Libre Baskerville', serif;
    }
    #media-speech .speech_name
    {
      color: #747474;
      font-size: 18px;
      font-weight: bold;
      font-family: 'Libre Franklin', sans-serif;

    }

   #media-speech .headline-media-back
   {
    color: #BECE00;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
  }

  #media-speech .fa-angle-left
  {
    padding-right: 12px;
  }

  /* SPEECH content */

  #media-speech-content .speech-cont-head-top
  {
    padding: 0;
  }
  #media-speech-content .speech-cont-page-1
  {
    padding: 0;
  }
  #media-speech-content .speech-cont-page-2
  {
    padding: 0;
    padding-right: 2vw;
  }
  #media-speech-content .speech-cont-page-3
  {
    padding: 0;
  }
  #media-speech-content .speech-cont-page-4
  {
    padding: 0;
  }
  #media-speech-content .headline-media-back
  {
     color: #BECE00;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 60px;
  }

  #media-speech-content .fa-angle-left
  {
    padding-right: 12px;
  }

   #media-speech-content .blog-year
   {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #B6B7AE;
    margin-bottom: 24px;
    margin-top: 16px;
   }

    #media-speech-content .book-year
   {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #747474;
   }
  #media-speech-content .speech-headline
  {
    font-size: 36px;
    font-family: 'Libre Baskerville', serif;
    color: #ffffff;
  }

  #media-speech-content .speech-content-text
  {
    font-size: 19px;
      line-height: 35px;
      color: #F0F0F0;
      margin-top: 30px;
      font-family: 'Libre Franklin', sans-serif;
  }
  #media-speech-content .speech-content-text ul li{
    list-style: disc;
  }

  #media-speech-content .speech-content-title
  {
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
      font-weight: bold;
      line-height: 27px;
      color: #F0F0F0;
  }
  #media-speech-content{
    padding: 0 15px;
  }
  /* SPEECH content  end*/

  #media-speech .desktop_speeches{
  display: block;
}
  #media-speech .mobile_slider{
  display: none;
}
.bg-overlay-three{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, black, transparent);
}

/* SPEECH end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.quote-center{
  text-align: center !important;
  font-family: serif !important;
}
.quote-name-text {
  text-align: center !important;
  font-size: 17px !important;
}

.parrrrent {
  display: flex !important;
}
.parrrrent .spacing-responsive {
  flex: 1 !important;
}
.parrrrent .foundation_sidebar {
  width: 500px !important;
}
/* .parrrrent .foundation_sidebar {
  padding: 1vw !important;
  padding-right: 10% !important;
} */

/* MEDIA QUERIES start
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1590px){
  .side-nav_bar-mill li:not(:last-child) {
    margin-bottom: 90px;
}
  .side-nav_bar-mill li:not(:last-child):after{
    content: "";
    position: absolute;
    z-index: 33;
    height: 2px;
    width: 92px;
    transform: rotate(90deg);
    top: 63px;
    left: -40px;
    background: #818181;
  }
}
@media(max-width: 1350px) {
  .parrrrent .foundation_sidebar {
    width: 450px !important;
  }
}

@media (max-width: 1780px) {
  .text_left,
  .img_right{
    float: none;
  }
  .foundation_content .text_right
  {
    width: 100%;
  }
  .foundation_content .text_right
  .foundation_content .foundation_paragraphs .text2{
    padding: 0 10%;
  }
  .foundation_content .img_left img
  {
    width: 80%;
  }
  .foundation_content .img_left
  {
    width: 100%;
    padding-left: 16%;
  }
  .foundation_content .text_right
  {
    padding: 0;
    margin-bottom: 20px;
  }
  .foundation_content .text_right p
  {
    padding: 0 13vw;
    color: #F0F0F0;
      font-family: 'Libre Baskerville', serif;
      line-height: 1.7;
      text-align: center;
      padding-top: 5vw;
      font-size: 21px;
  }
  #fullpage .section_two_details{
    height: 250px;
  }
  #fullpage .footer_hr_top{
      margin-bottom: 120px;
  }
  #fullpage .footer_copyright{
    margin-top: 50px;
  }
  #fullpage .section_five{
    padding-top: 50px;
  }
}
@media(max-width: 1440px){
  #fullpage .section_five{
    padding-top: 0;
  }
  #fullpage .section_three_title
  {
    bottom: 36vh;
  }
  .map_text {
    top: 58%;
  }
  #fullpage .footer_copyright{
    margin-top: 0;
  }
  #fullpage .section_two_details{
    height: 200px;
  }
  #fullpage .footer_hr_top{
    margin-bottom: 100px;
  }
  #fullpage .section_four_news{
    padding-top: 18vh;
  }
}

@media(max-width: 1280px){
  .map_text{
    width: 62%;
  }
  .home_temp_br{
    display: none;
  }

  .wrapper .recognition-header-text
  {
    right: 44vw;
      position: absolute;
      text-align: center;
      top: 17vw;
      left: 14vw;
  }
  .wrapper .header-quotes
  {
    color: #212121;
      line-height: 26px;
      font-family: 'Libre Baskerville', serif;
      margin-bottom: 19px;
      font-size: 20px;
  }
  .wrapper .name
  {
    font-size: 14px;
  }
  .nation_building{
    padding: 0;
  }
  .nation_building .cards{
    width: 100%;
      margin: auto;
  }
  .nation_building .quote_text p{
    font-size: 11px;
  }
  .nation_building .country_details{
    bottom: -14vw;
  }
  .nation_building .country_details2{
    bottom: -2.5vw;
  }
  .nation_building .lesotho_details{
    bottom: -14vw !important;
  }
  .nation_building .quote .name{
    font-size: 10px;
  }
  .nation_building .home_content{
    margin-left: 8vw;
  }
  #country-details .country-description2
  {
    margin-bottom: 36px;
  }
  /* for all countries */
  #country-details .amount
  {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 10px;

  }
  .progress-amount span
{
  margin-top: -10px;
}
  /* for all countries end */
}
@media(max-width: 1280px) and (max-width: 1025){
  #fullpage .section_two_title,
  #fullpage .section_three_title{
    bottom: 25vh;
  }
  #fullpage .home_title{
    bottom: 13vh;
  }
}

@media(min-width: 1200px){
  #fullpage .home_title h1,
  #fullpage .section_two_title h1,
  #fullpage .section_three_title h1{
    font-weight: 500;
    font-size: 48px;
  }
  #fullpage .home_title p,
  #fullpage .section_two_title p,
  #fullpage .section_three_title p{
    font-size: 16px;
  }
  #fullpage .home_title a,
  #fullpage .section_two_title a,
  #fullpage .section_three_title{
    font-size: 14px;
  }
}




@media(max-width: 1024px){
  #carousel-example .home-video{
    height: 450px;
    margin-top: 120px;
  }
  #fullpage .home_title i{
    top: 115px;
  }
  .home-video-overlay{
    height: 450px;
    margin-top: 60px;
  }
  .carousel{
    height: 600px !important;
  }
  #fullpage .section_four_news h3{
    text-align: left;
  }
  #fullpage .map_section{
    clear: both;
    overflow: auto;
    padding-bottom: 200px;
    margin-bottom: -150px;
  }
  #fullpage .map_picture{
    min-width: 800px;
    padding-top: 30px;
  }
  .map_text{
    top: unset;
    margin-top: 340px;
  }
  .map_text h1{
    font-size: 32px;
  }
  .map_text p{
    font-size: 14px;
  }
  .map_text{
    width: 56%;
  }
  .map_info{
    top: unset;
    margin-top: 450px;
  }

  .profile_home_bg {
    height: 469px;
  }
  .milestones_items img
  {
    width: 100%;
  }
  .foundation_sidebar {
     padding: 0 5vw;
}
.landscape-img-links
{
  width: 100%;
}
  footer
  {
    margin-top: 0px;
  }
  .footer_hr_top
  {
    margin-bottom: 0;
  }

  .profile_content .profile_img_last
  {
    margin-bottom: 50px;
  }
  .profile_content{
    padding: 0;
  }
  .wrapper .recognition-header-text
  {
    top: 18vw;
  }
  .wrapper .header-quotes
  {
    font-size: 16px !important;
      line-height: 23px !important;
  }
  .wrapper .name {
    font-size: 12px;
    }
  .nation_building .country_details{
    bottom: -19.5vw;
  }
  .nation_building .lesotho_details{
    bottom: -13.5vw !important;
  }
  .nation_building h1{
    font-size: 30px;
  }
  .nation_building .country_details2 a,
  .nation_building .country_details a{
    top: 0.7vw;
  }
  /* Home Page  start */
  .big_twitter{
    display: none !important;
  }
  .small_twitter{
    display: block !important;
  }
  #fullpage section .section_one_bg,
  #fullpage section .section_one_bg2,
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
#fullpage section .section_one_bg3{
         margin-top: 0px;
    background-position-y: 0;
    height: 484px;
  }
  header a
  {
    font-size: 12px;
  }
  #fullpage .home_title{
    position: relative;
    bottom: -38vw;
    margin-left: 7vw;
    left: 0;
  }
  #fullpage .home_title
  {
    bottom: -45vw;
  }
  #fullpage header{
    position: relative;
  }
  #fullpage .section_two_title{
    position: relative;
    left: 0;
    margin-left: 7vw;
    bottom: -280px;
  }
  #fullpage .section_two_details{
    position: relative;
    top: 320px;
  }
  #fullpage .section_three_title{
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 7vw;
  }
  body{
    overflow: scroll !important;
  }
  #fullpage .footer_last{
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
  #fullpage .home_title h1{
    font-size: 32px;
  }
  #fullpage .home_title p,
  #fullpage .home_title a{
    font-size: 14px;
  }
  #fullpage .section_two_bg{
    height: 610px;
    margin-top: -20px;
  }
  #fullpage .section_two_title h1{
    font-size: 32px;
  }
  #fullpage .section_two_title p,
  #fullpage .section_two_title a{
    font-size: 14px;
  }
  #fullpage .section_three_title{
    bottom: -280px;
  }
  #fullpage .section_three_bg{
    height: 610px;
    margin-top: 148px;
  }
  #fullpage .section_two_columns .col-md-3 .year{
    bottom: -6vw;
  }
  #fullpage .section_two_columns{
    padding: 50px 6vw;
  }
  #fullpage .section_three_title h1{
    font-size: 32px;
  }
  #fullpage .section_three_title p,
  #fullpage .section_three_title a{
    font-size: 14px;
  }
  #fullpage .section_four{
    margin-top: 240px;
  }
  .section_five .col-xs-12:nth-child(1){
    margin-top: 100px;
  }
  #fullpage .section_four_news h4{
    font-size: 14px;
  }
  #fullpage .section_four_news p{
    font-size: 12px;
    margin-top: 20px;
  }
  #fullpage .section_five .col-md-5{
    padding-left: 10vw;
  }
  #fullpage .footer_contact_us{
    padding-right: 10vw;
  }
  #fullpage .section_five .footer_contact_us .footer_email_input{
    width: 64%;
  }
  #fullpage .section_five .footer_contact_us .footer_submit_input{
    width: 24%;
  }
  #fullpage .section_five img{
    width: 124px;
  }
  #fullpage .footer_copyright .col-md-6 i{
    margin-left: 10px;
  }
  #fullpage .footer_copyright .col-md-6{
    float: none !important;
  }
  .hr_sections2,
  .hr_sections{
  display: block;

  }
  /* Home Page end */
  #recognition .quotes-img
  {
    width: 94% !important;
  }
    #fullpage .arrow_down_home{
    bottom: 165px;
    height: 20px;
    width: 20px;
    display: none;
  }
 .profile_content .img_left img
 {
  margin-left:-15px;
 }
  .nation_building .home_content
  {
    top: 17vw;
  }
  .foundation_content .foundation_paragraphs
  {
    padding: 0 8%;
  }
  .foundation_content .text_left
  {
    padding-left: 8%;
  }
  .profile_content .profile_quote h1
  {
        font-size: 40px;
        line-height: 55px;
        font-weight: normal;

  }
  .profile_content .profile_quote p
  {
    font-size: 21px;
  }
  .profile_content .profile_one p
  {
    font-size: 18px;
  }
  #recognition .text-desc
  {
    font-size: 16px;
    line-height: 33px;
  }
  .foundation_home_bg
  {
    background-size: auto;
  }
  .quote .milestones_items p
  {
    line-height: 25px;
    font-size: 15px;
  }
  .quote .milestones_items .name
  {
        font-size: 12px;
  }
  .foundation_content .foundation_img
  {
    padding: 0;
  }
  .foundation_content .foundation_paragraphs p
  {
    font-size: 18px;
  }
  #recognition .text-desc-quotes
  {
    font-size: 18px;
    line-height: 29px;
  }
   .national-building-botswana,
  .national-building-cambodia,
  .national-building-lesotho,
  .national-building-malaysia,
  .national-building-swaziland,
  .national-building-sierra_leone,
  .national-building-london,
  .national-building-south_africa
  {
        padding: 0 3vw;
  }
    .national-building-malaysia .text-countries,
  .national-building-botswana .text-countries,
  .national-building-cambodia .text-countries,
  .national-building-lesotho .text-countries,
  .national-building-swaziland .text-countries,
  .national-building-sierra_leone .text-countries,
  .national-building-london .text-countries,
  .national-building-south_africa .text-countries
  {
    font-size: 18px;
  }
    .national-building-malaysia .quotes-country,
  .national-building-botswana .quotes-country,
  .national-building-cambodia .quotes-country,
  .national-building-lesotho .quotes-country,
  .national-building-swaziland .quotes-country,
  .national-building-sierra_leone .quotes-country,
  .national-building-london .quotes-country,
  .national-building-south_africa .quotes-country
  {
    font-size: 20px;
    padding: 28px 7px;
  }
  .foundation_content .text_left
  {
    font-size: 18px;
  }
  .foundation_content .foundation_paragraphs .text2
  {
    font-size: 22px;
    padding: 0 8%;
  }
  #fullpage .section_four_news
  {
    padding-top: 0;
  }
  #fullpage .home_title p{
    font-size: 30px !important;
  }
  #fullpage .home_title br{
    display: none;
  }
  #fullpage section .section_one_bg, 
  #fullpage section .section_one_bg2, 
  #fullpage section .section_one_bg3, 
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
  .carousel {
      height: 725px !important;

    margin-top: 57px;


  }

/*  #fullpage section .section_one_bg4 .carousel {

  height: 774px !important;
    margin-top: 57px;

  }*/
  #fullpage section .section_one_bg, 
  #fullpage section .section_one_bg2, 
  #fullpage section .section_one_bg3,  
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7{
    background-position-y: 100%;
  }
#media-speech .speech-page-4 {
    padding: 0;
    height: 370px;
}
#media-blog .dynamic-blog-4
{
  height: 620px;
}
}
@media only screen  (max-width: 991px) {
  .foundation_content .foundation_img{
    padding: 0 4%;
  }
  .temp_btm{
    margin-bottom: 80px;
  }
 
}
@media (max-width: 991px){
  .js-ipad-phone{
    position: fixed !important;
    margin-top: 0;
    margin-bottom: 0;
    top: 30px !important;
    max-width: 343px;
  }
  .desktop-sidebar-quick{
    display: none;
  }
  .mobile-sidebar-quick{
    display: none;
  }
  .mobile-sidebar-quick .quick-nav{
    margin-top: 20px;
    border-radius: 10px;
  }
  .parrrrent .foundation_sidebar{
    width: 100% !important; 
  }
  .hamburger-sidebar {
    display: block;
  }
  .mobile-sidebar-quick .quick-nav{
    width: 400px;
  }
}
@media  (max-width: 991px) {
  .parrrrent {
    display: block !important;
  }
  .foundation_sidebar {
    padding: 0;
    border-radius: 0;
    margin-bottom: 60px;
    margin-top: 10px;
  }
  .foundation_sidebar .milestones {
    margin-top: 0;
  }
  #recognition .flexbox {
    display: block;
  }
  #recognition .flexbox div {
    margin-left: 0;
    margin-right: 0;
  }
  #recognition .flexbox div.white-box {
    background: #2F2F2F;
  }
  #recognition .flexbox div.mob-white {
    background: #606060;
  }
  #recognition .flexbox div p {
    font-size: 16px;
  }
  #recognition .headline-new h2 {
    font-size: 20px;
  }
}

/* ----- Landscape for iphone X ------- */
@media (max-width: 812px){

    #carousel-example .home-video{
      margin: 20px;
    }
    .home-video-overlay{
      margin: 10px;
    }
    .quotes_new div p:first-child{
      font-size: 22px;
    }
    #fullpage section .section_one_bg2{
      background: url(../img/bg2_home_mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      background-position-x: 70%;
    }

    #fullpage section .section_one_bg4{
      background: url(../img/bg6_home_mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      background-position-x: 70%;
    }

    #fullpage section .section_one_bg7{
      background: url(../img/bg7_home_mobile.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      background-position-x: 70%;
    }


    #fullpage section .section_one_bg3
    {
        background: url(../img/bg5_home.jpg) no-repeat;
        background-position: center;
    }
    #fullpage section .section_one_bg, 
    #fullpage section .section_one_bg2, 
    #fullpage section .section_one_bg3, 
    #fullpage section .section_one_bg4,
    #fullpage section .section_one_bg7{
        background-position-y: 50%;
      }
    .carousel{
      height: 890px !important;
    }
    #recognition .quotes-img
      {
        width: auto !important;
        margin-bottom: 10px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
      }
      #recognition .text-desc-quotes
      {
        text-align: center;
      }
      #recognition .img-mobile
      {
        display: block;
        margin: 0 auto;
      }

  }

  @media(max-width: 768px)
  {
  #fullpage section .section_one_bg, 
  #fullpage section .section_one_bg2, 
  #fullpage section .section_one_bg3, 
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
  .carousel {
    margin-top: 0;
  }
 
  #country-details .name-progress-bar .amount{
    padding-bottom: 0;
  }
      .legacy_home_bg {

    height: 430px;
    margin-bottom: 10px;
}
.true-friend_home_bg {
    height: 430px;
    margin-bottom: 10px;
}
.league_home_bg {
    height: 430px;
    margin-bottom: 10px;
}
#media-speech .speech-page-4 {
    padding: 0;
    height: unset;
}

.milestones h3{
  margin-top: 0;
}
.temp_btm{
  margin-bottom: 90px !important;
  }
  .img-flexbox {
    display: block;
  }
  .img-flexbox img {
    padding: 5px 0;
  }
  /* .square-images {
    margin: 0 -30px;
  } */
}
/* ----- Landscape for iphone X end------- */



@media(max-width: 812px){


  #fullpage .home_title p{
    font-size: 30px;
  }
  #fullpage .home_title br{
    display: none;
  }
  #fullpage .map_picture {
    min-width: 675px;
    padding-top: 40px;
  }
  .map_info{
    right: unset;
    left: 7.5%;
    margin-top: 394px;
  }
  .map_info p{
    margin-bottom: 4px;
  }
  .map_text{
    margin-top: 454px;
    width: 88%;
    left: 4.5%;
  }
  #fullpage .map_section{
    padding-bottom: 350px;
    margin-bottom: -288px;
  }
  .map_text a{
    top: 8px;
  }

  #fullpage .section_two_title a
  {
    position: relative;
    font-size: 14px;
    z-index: 2;
  }
  .profile_home_bg
  {
    height:371px;
  }
#fullpage section .section_one_bg,
#fullpage section .section_one_bg2,
#fullpage section .section_one_bg4,
#fullpage section .section_one_bg7,
#fullpage section .section_one_bg3
{
  margin-top: 0;
}
  footer
  {
    margin-top: 50px;
  }
  .wrapper .recognition-header-text
  {
    top: 13vw;
  }
  .wrapper .header-quotes
  {
    line-height: 17px !important;
      font-size: 12px !important;
  }
  .wrapper .name
  {
    font-size: 9px;
  }
  .wrapper .rec-img-mobile
  {
    width: 25px;
  }
  #media-blog-content .blog_content_desktop,
  #media-speech-content .speech_content_desktop{
    display: none;
  }
  #media-speech-content .mobile_slider .slider .item .col-xs-12 h5:first-child{
    width: 210px;
  }
  .desktop_header_space{
    height: 10px;
  }
  .nation_building .home_content{
      top: 12vw;
  }
  .nation_building td{
    border: 20px solid #000;
  }
  .nation_building .country_details{
    bottom: -24vw;
  }
  .nation_building .country_details2{
    bottom: -0.5vw;
  }
  .nation_building .home_content p{
    font-size: 12px;
  }
  .nation_building .quote img{
    width: 26px;
  }
  .nation_building .lesotho_details{
    bottom: -12vw !important;
  }

  /* Home Page start */
  #fullpage section .section_one_bg,
  #fullpage section .section_one_bg2,
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
#fullpage section .section_one_bg3{
    height: 92vh !important;
    background-size: cover;
  }
  #fullpage section .section_one_bg7,
 #fullpage section .section_one_bg4
      {
      background-position-x: 50%;

}
#fullpage .home_title .fa-play {
    top: 7px !important;
}
  #fullpage .home_title{
    bottom: -67vh;
  }
  #fullpage .home_title i
  {
    top: 95px;
  }
  header{
    display: none;
  }
  .mobile_menu{
    display: block;
    height: 60px;
  }
  .mobile_home_logo{
    width: 150px;
    margin-top: 5px;
    margin-left: -60px;
  }
  #fullpage .section_two_details{
    background: none;
  }
  #fullpage .section_two_bg{
    height: 70vh;
    margin-top: -20px;
  }
  #fullpage .section_two_title{
    bottom: -39vh;
    margin-left: 32px;
  }
  #fullpage .section_two_columns{
    margin-top: 6vh;
  }
  #fullpage .section_two_columns{
    padding-left: 16px;
  }
  #fullpage .section_two_columns .col-md-3 p:nth-child(1){
    font-size: 14px;
  }
  #fullpage .section_two_columns .col-md-3 p:nth-child(2){
    font-size: 16px;
  }
  #fullpage .section_two_columns .year{
    display: none;
  }
  #fullpage .section_two_columns .year_mobile{
    display: block;
    bottom: 0;
  }
  #fullpage .section_two_columns .col-xs-12{
    margin-top: 44px;
  }
  #fullpage .section_three_details{
    background: none;
  }
  #fullpage .section_three_bg{
    height: 60vh;
    background: url('../img/home_ipad_2.jpg') no-repeat;
    background-position: center;
    background-size: cover;
  }
  #fullpage .section_three_title{
    bottom: -36vh;
    margin: 0 32px;
  }
  #fullpage .section_three_columns{
    margin-top: 12vh;
  }
  #fullpage .section_three_columns{
    padding-left: 16px;
  }
  #fullpage .section_three_columns .col-md-3 p:nth-child(1){
    font-size: 14px;
  }
  #fullpage .section_three_columns .col-md-3 p:nth-child(2){
    font-size: 16px;
  }
  #fullpage .section_three_columns .year{
    display: none;
  }
  #fullpage .section_three_columns .year_mobile{
    display: block;
    bottom: 0;
  }
  #fullpage .section_three_columns .col-xs-12{
    margin-top: 30px;
  }
  #fullpage .section_three_bg{
    margin-top: 28vh;
  }
  #fullpage .section_four{
    margin-top: 8vh;
  }
  .see_more_mobile{
    display: none;
  }
  #fullpage .section_four_twitter{
    width: 95%;
    margin: 0 16px;
    float: unset;
  }
  .small_twitter{
    display: none !important;
  }
  .small2_twitter{
    display: block;
  }
  #fullpage .section_four_news{
    padding: 0;
  }
  #fullpage .home_title i{
  top: 113px;
}
  #fullpage .section_four_news .col-md-4{
    padding: 0;
    margin-top: 6vh;
  }
  #fullpage .section_four_news h3{
    font-size: 32px;
    margin-top: 10vh;
  }
  #fullpage .section_four_news h4{
    font-size: 18px;
    margin-left: 32px;
    margin-top: 30px;
  }
  #fullpage .section_four_news p{
    margin-left: 32px;
    font-size: 14px;
  }
  .footer_hidden_links{
    display: none;
  }
  .footer_mobile_headline{
    display: block;
  }

  #fullpage .footer_contact_us{
    padding-right: 16px;
  }
  #fullpage .section_five .footer_contact_us p{
    font-size: 14px;
  }
  #fullpage .section_five .footer_contact_us .footer_email_input{
    width: 72%;
  }
  .hr_sections{
    margin-top: 42vh;
    border: 1px solid #707070;
  }
  .mobile_see_more{
    float: none !important;
    top: 20px !important;
    margin-left: 32px !important;
  }
  .hr_sections2{
    border: 1px solid #707070;
    margin-top: 60px;
  }
  .section_five .col-xs-12:nth-child(1){
    margin-top: 40px;
  }
  .section_five .footer_copyright .col-md-5{
    display: inline-block !important;
    padding: 0 !important;
    margin-top: 24px;
  }
  .section_five .footer_copyright{
    text-align: center;
  }
  #fullpage .footer_copyright i{
    margin-left: 0;
  }
  .footer_hr{
    width: 95%;
    border: 1px solid #707070;
    margin-bottom: 0px;
    margin-top: 30px;
    display: block;
  }
  #fullpage .footer_copyright .col-xs-12{
    display: inline;
  }
  #fullpage .footer_copyright img{
    margin: auto;
    margin-bottom: 10px;
    margin-top: 40px;
    display: block;
  }
  .section_five .footer_copyright{
    margin-bottom: 30px;
  }
  #fullpage .footer_last p{
    margin-bottom: 20px;
  }
  .mobile_menu li a{
    padding: 6vw 0 2vw 0;
    font-size: 22px;
  }
  .mobile_menu .nav-icon{
    margin-top: 20px;
  }
  .mobile_menu .nav-icon div{
    width: 31px;
  }

  #recognition .quotes-img
  {
    display: block;
    margin: 0 auto;
  }
  #recognition .text-desc-quotes {
    font-size: 21px;
    padding: 0 7vw;
    color: #F0F0F0;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    margin-top: 42px;
  }
  #recognition .img-mobile
  {
   display: block;
    margin: 0 auto;
    margin-top: 25px;
  }
  #recognition .name-quotes
  {
    text-align: center;
  }
  #recognition .quotes-img
  {
    width: auto !important;
  }

  /* Home page end */

  /* REcognition page start */
  .national-building-botswana,
  .national-building-cambodia,
  .national-building-lesotho,
  .national-building-malaysia,
  .national-building-swaziland,
  .national-building-sierra_leone,
  .national-building-london,
  .national-building-south_africa
  {
        padding: 0;
  }

  .national-building-malaysia .quotes-country,
  .national-building-botswana .quotes-country,
  .national-building-cambodia .quotes-country,
  .national-building-lesotho .quotes-country,
  .national-building-swaziland .quotes-country,
  .national-building-sierra_leone .quotes-country,
  .national-building-london .quotes-country,
  .national-building-south_africa .quotes-country
  {
    font-size: 17px;
      text-align: center;
      padding: 50px 9vw;
      padding-bottom: 18px;
      line-height: 26px;
  }

  .national-building-malaysia .name-countries,
  .national-building-botswana .name-countries,
  .national-building-cambodia .name-countries,
  .national-building-lesotho .name-countries,
  .national-building-swaziland .name-countries,
  .national-building-sierra_leone .name-countries,
  .national-building-london .name-countries,
  .national-building-south_africa .name-countries
  {
    padding: 0 15px;
  }

  .national-building-malaysia .quotes-all,
  .national-building-botswana .quotes-all,
  .national-building-cambodia .quotes-all,
  .national-building-lesotho .quotes-all,
  .national-building-swaziland .quotes-all,
  .national-building-sierra_leone .quotes-all,
  .national-building-london .quotes-all,
  .national-building-south_africa .quotes-all
  {
    margin-right: 0;
  }

  .national-building-malaysia .text-countries,
  .national-building-botswana .text-countries,
  .national-building-cambodia .text-countries,
  .national-building-lesotho .text-countries,
  .national-building-swaziland .text-countries,
  .national-building-sierra_leone .text-countries,
  .national-building-london .text-countries,
  .national-building-south_africa .text-countries
  {
    font-size: 17px;
    padding-right: 0;
    padding: 0 40px;
      line-height: 26px;
      margin-top: 25px;
  }

  .national-building-malaysia .text-headline,
  .national-building-botswana .text-headline,
  .national-building-cambodia .text-headline,
  .national-building-lesotho .text-headline,
  .national-building-swaziland .text-headline,
  .national-building-sierra_leone .text-headline,
  .national-building-london .text-headline,
  .national-building-south_africa .text-headline
  {
    font-size: 22px;
    padding: 0 40px;
  }

  .spacing-text
  {
    padding:0;
  }
  .mobile-space
  {
    padding:0;
  }

  .transform-img-malaysia .transform-text,
  .transform-img-botswana .transform-text,
  .transform-img-cambodia .transform-text,
  .transform-img-lesotho .transform-text,
  .transform-img-swaziland .transform-text,
  .transform-img-sierra-leone .transform-text,
  .transform-img-london .transform-text,
  .transform-img-south-africa .transform-text
  {
    width: 100%;
    left: 0;
    bottom: -19vh;
  }

  .transform-img-malaysia .transform-text h1,
  .transform-img-botswana .transform-text h1,
  .transform-img-cambodia .transform-text h1,
  .transform-img-lesotho .transform-text h1,
  .transform-img-swaziland .transform-text h1,
  .transform-img-sierra-leone .transform-text h1,
  .transform-img-london .transform-text h1,
  .transform-img-south-africa .transform-text h1
  {
    font-size: 24px;
    text-align: center;
  }

  .transform-img-malaysia .transform-text p,
  .transform-img-botswana .transform-text p,
  .transform-img-cambodia .transform-text p,
  .transform-img-lesotho .transform-text p,
  .transform-img-swaziland .transform-text p,
  .transform-img-sierra-leone .transform-text p,
  .transform-img-london .transform-text p,
  .transform-img-south-africa .transform-text p
  {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 0 14vw;
    margin-top: 28px;
  }

  .transform-img-malaysia .btn-default,
  .transform-img-botswana .btn-default,
  .transform-img-cambodia .btn-default,
  .transform-img-lesotho .btn-default,
  .transform-img-swaziland .btn-default,
  .transform-img-sierra-leone .btn-default,
  .transform-img-london .btn-default,
  .transform-img-south-africa .btn-default
  {
    display: block;
      margin: 0 auto;
      margin-top: 28px;
      border-color: transparent;
  }
  #country-details .amount
  {
    width: 100%;
  }
  #country-details .country-details
  {
    margin-top: 30px !important;
  }

  /* foundatio page */
  .foundation_content .foundation_paragraphs
  {
    padding: 0 5vw;
  }
   .foundation_content .foundation_img
  {
    padding: 0 !important;
  }
  .foundation_content .img_right
  {
    padding: 0 !important;
  }
  .foundation_content .text_left
  {
    padding: 0 5vw !important;
  }
  .foundation_content .foundation_paragraphs p
  {
    line-height: 35px;
    font-size: 18px;
  }
  .foundation_content .text_left p
  {
      line-height: 35px;
      font-size: 18px;
  }
  .foundation_content .text_right p
  {
    line-height: 35px;
      font-size: 18px;
      padding-left: 7vw;
      padding-right: 7vw;
  }
   .foundation_content .img_left
   {
    padding: 0 !important;
   }
   .text_right
   {
    padding: 0 5vw !important;
   }
   .foundation_content .text_right p:nth-child(3)
   {
    font-family: 'Montserrat', sans-serif;
    color: #B6B7AE;
      font-size: 14px;
      padding-top: 0;
      line-height: 18px;
      padding: 0 14vw;
   }
   .foundation_content .text_right p:nth-child(4)
   {
    font-size: 14px;
   }
   .foundation_content .foundation_paragraphs h2
   {
    font-size: 32px;
    padding: 0;
   }
   .foundation_content .foundation_paragraphs .text2
   {
    padding: 0 5vw !important;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    margin-top: 31px;
  }
  .spacing-responsive
  {
    padding: 0;
  }
  .foundation_content .img_left img
  {
    width: 100% !important;
  }
  .profile_content .profile_quote h1
  {
    padding-left: 5vw;
      padding-right: 5vw;
        line-height: 65px;
        font-size: 40px;
  }
  .profile_content .profile_quote p
  {
    font-size: 22px;
    padding-right:  7%;
  }
  .profile_content .text_right-head
  {
    font-size: 28px;
      padding-right: 6vw;
  }
  .profile_content .profile_quote, .profile_content .profile_one, .profile_content .text_left, .profile_content .text_right, .profile_content .profile_one a
  {
    padding: 0 50px !important;
  }

  /* BLOG */
  #media-blog .second-part .col-md-4,
  #media-blog .second-part .col-md-4 .col-md-12,
  #media-blog .second-part .col-md-4 .col-md-12 *{
    padding: 0;
  }
  #media-blog .second-part .col-md-4 .col-md-12{
    margin-top: 60px;
  }
  #media-blog .blog-page-8 div:nth-child(2){
    padding: 0;
  }
  #media-blog .blog-page-8 div .blog-desc,
  #media-blog .blog-page-8 div .blog-read{
    padding: 0;
  }
  #media-blog .image_ipad_div{
    height: 300px;
    overflow:hidden;
  }
  #media-blog .image_ipad_div img{
    margin-top: -150px;
    width: 100%;
  }
  #media-blog .desktop_small_blog{
    display: none;
  }
  #media-blog .mobile_slider{
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 24px;
  }
  #media-blog .blog-page-3{
    margin: 0 -15px;
  }
  #media-blog .blog-title,
  #media-blog .blog-year,
  #media-blog .blog-desc,
  #media-blog .blog-read{
    padding: 0 15px;
  }
  #media-blog .blog-page-4 .col-md-6,
  #media-blog .blog-page-4 .col-md-12{
    width: 100%;
    padding: 0;
  }
  #media-blog .blog-page-4 .col-md-12 .col-md-6 h5{
    padding: 0 15px;
  }
  #media-blog .blog-page-4{
    margin: 0 -15px;
  }
  #media-blog .img-responsive{
    padding: 0 14px;
  }
  #media-blog .headline-media{
    margin-top: 40px;
    font-weight: 400;
  }
  #media-blog .blog-read{
    margin-bottom: 24px;
    margin-top: 14px;
  }
  #media-blog .blog-page-8 .img-responsive,
  #media-blog .blog-page-8 .blog-title,
  #media-blog .blog-page-8 .blog-desc
  #media-blog .blog-read{
    padding: 0 !important;
  }
  #media-blog-content .mobile_slider
  {
    display: block;
  }
  #media-blog-content .blog-cont-3
  {
    padding-right: 0;
  }
  #media-blog-content .blog-content-text
  {
    padding: 0 24px;
  }
  #media-blog-content .headline-media-back
  {
    padding: 0 24px;
  }
  .blog-cont-head
  {
    padding: 0 24px;
  }
  #media-blog-content .blog-year
    {
      padding: 0 24px;
    }
    .mobile-foundation-pic
    {
      margin:0;
    }

  #media-blog .dynamic-blog-4
  {
     padding-left: 0;
     padding-right: 0px;
     height: auto;
  }
    #media-blog .dynamic-blog-6
  {
     padding-left: 0;
     padding-right: 30px;
     height: auto;
  }

  /* BLOG END */

  /* MEDIA */
  .site-progress{
    padding: 0;
  }
  .desktop_books{
    display: none;
  }
  .mobile_books{
    display: block;
  }
  .book-desc{
    margin-top: 20px;
  }
  #media .blog-head-top,
  #media .speech-head-top
  {
    margin-top: 40px;
  }
  #media .headline-media
  {
    margin-bottom: 24px;
    margin-top: 40px;
    font-family: 'Montserrat', sans-serif;
  }
  .speeches_mobile .book-desc
  {
    margin-top: 14px;
    color: #848484 !important;
  }
  .speeches_mobile .book-year{
    margin-top: 20px;
  }
  #media .book-title{
    letter-spacing: .5px;
  }
  .mobile_slider .slider .item .col-xs-12 h5:first-child{
    font-size: 16px;
  }
  .mobile_books .media-publication-book
  {
  max-width: 88%;
  }
  /* MEDIA END */

  /* SPEECH */
  #media-speech,
  #media-blog{
    padding: 0 15px;
  }
  #media-speech .speech-page-5 img,
  #media-speech .speech_big_title_2 img{
    margin-top: 10px;
  }
  #media-speech .speech-page-2 .col-md-8{
    padding: 0;
  }
  #media-speech .desktop_speeches{
    display: none;
  }
  #media-speech .mobile_slider{
    display: block;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
  }
  #media-speech .mobile_slider .item h5{
    width: 250px;
  }
  #media-speech .speech-page-5{
    margin-top: -30px;
    text-align: center;
  }
  #media-speech .speech-page-12{
    padding: 0;
    margin-top: 60px;
  }
  #media-speech .speech_big_title_2{
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
  }
  #media-speech .desktop_speech_br{
    display: none;
  }
  .mobile_slider .item h5:first-child{
    font-size: 18px;
      font-family: 'Libre Baskerville', serif;
  }
  #media-speech .blog-desc{
    color: #848484;
  }
  #media-speech .book-year{
    font-weight: 400;
  }
  /* speech end */
  /* Publication */
    #media-publication .book-title-media{
    width: 320px;
  }
  #media-publication .book-desc-media{
    padding-right: 3vw;
  }
  #media-publication hr{
    margin: 50px 14px;
  }
  /* Publication end */

   #fullpage .arrow_down_home{
     bottom: 44px ;
     display: none;
  }
   #fullpage .home_title{
     bottom: -62vh ;
  }
}

@media(max-width: 812px) and (max-height: 450px){
  #fullpage .section_two_bg{
    height: 100% !important;
  }
  #fullpage .section_two_details{
    top: 105px !important;
  }
  #fullpage .section_three_bg{
    margin-top: 450px;
  }
  #fullpage .section_three_bg {
    height: 392px;
  }
  .hr_sections {
    margin-top: 554px;
  }
}

@media(max-width: 812px) and (max-height: 420px){
  #fullpage section .section_one_bg,
  #fullpage section .section_one_bg2,
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
#fullpage section .section_one_bg3{
        height: 500px !important;
  }
  #carousel-example .home-video{
    margin: 0;
    margin-top: 10px;
    height: 280px;
    width: 70%;
  }
  .home-video-overlay{
    margin: 0;
    margin-top: 5px;
    height: 280px;
    width: 70%;
  }
}

@media(max-width: 812px) and (max-height: 375px){
  #fullpage .section_three_bg {
    height: 450px;
  }
  #fullpage .section_three_bg {
    margin-top: 240px;
  }
  #fullpage .section_three_bg {
    height: 395px;
  }
  .hr_sections {
    margin-top: 340px;
  }
}

@media(max-width: 670px) and (max-height: 450px){
  #fullpage .section_two_bg{
    height: 100% !important;
  }
  #fullpage .section_two_details{
    top: 105px !important;
  }
  #fullpage .section_three_bg{
    margin-top: 450px;
  }
  #fullpage .section_three_bg {
    height: 392px;
  }
  .hr_sections {
    margin-top: 554px;
  }
}

@media(max-width: 500px){
  .iframe-uganda{
    height: 248px !important;
  }
  #carousel-example .home-video{
    margin: 0;
    margin-top: 30px;
    height: 300px;
  }
.home_title i {
    top: 95px !important;
}
  #fullpage section .section_one_bg {
    background: url(../img/bg1_home_mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #fullpage section .section_one_bg3 {
    background: url(../img/bg5_home_mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .home-video-overlay{
    margin: 0;
    margin-top: 15px;
    height: 300px;
  }
  .quotes_new div {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
  }
  .quotes_new div p:first-child {
      font-size: 16px;
  }
  .quotes_new_name {
    font-size: 12px;
  }
  .quotes_new{
      height: 600px;
      background: url('../img/quotes_new_mobile.jpg') no-repeat;
      background-position-y: bottom;
      background-position-x: right;
      background-size: cover;
      margin-top: 40px;
      margin-bottom: 40px;
      color: #212121;
      display: flex;
      align-items: start;
    }
  .recognition_new h2 {
      font-size: 28px;
  }
  .recognition_new h1 {
    font-size: 46px;
  }
  .recognition_new p{
    font-size: 16px;
  }
  .recognition_new{
    padding-top: 60px;
  }
  .img-new-one{
    width: 100%;
  }
  .carousel {
      height: 89vh !important;
  }
  .legacy_home_bg {
    height: 465px;
    background-position-x: 70%;
    margin-bottom: -40px;
}
  .league_home_bg {
    height: 465px;
    background-position-x: 70%;
    margin-bottom: -40px;
}
  .true-friend_home_bg {
    height: 465px;
    background-position-x: 51%;
    margin-bottom: -40px;
}

.league-back
{
  padding: 0px 2% !important;
}

  #fullpage .map_picture{
    min-width: 96.5%;
    right: 3.5%;
  }
  .map_info{
    left: 11.5%;
    margin-top: 254px;
  }
  .map_text{
    margin-top: 320px;
  }
  #fullpage .map_section{
    padding-bottom: 400px;
    margin-bottom: -922px;
  }

  .profile_content{
    padding-left: 15px;
  }
  .profile_img_8{
    margin: 0;
    margin-left: -15px;
  }
  #media-blog-content .blog-cont-2{
    margin-top: 30px;
  }
  #media-blog-content .headline-media-back{
    margin-top: 40px;
  }
  .desktop_header_space{
    height: 50px;
  }
  /* Home Page start */

  .mobile_menu div.header{
    padding: 0px;
    height: 60px;
  }
  .mobile_menu{
    height: 10px;
  }
  .mobile_home_logo{
    margin-top: 10px;
    width: 120px;
  }
  #fullpage section .section_one_bg,
  #fullpage section .section_one_bg2,
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
#fullpage section .section_one_bg3{
    height: 650px;
    margin-top: 0 !important;
  }
  #fullpage section .section_one_bg7 .home_title h1 {
	width:100%
  }
  #fullpage .home_title h1{
    font-size: 24px;
    letter-spacing: 1px;
    padding-right: 24px;
  }
  .home_temp_br{
    display: none;
  }
  #fullpage .home_title p, #fullpage .home_title a{
    font-size: 12px;
    letter-spacing: 1px;
  }
  #fullpage .home_title p{
    padding-right: 32px;
    font-size: 24px !important;
  }
  #fullpage .home_title{
    bottom: -425px;
  }
  .mobile_menu .ul_menu{
    top: 60px;
  }
  #fullpage .section_two_bg{
    background: url('../img/home_section_two_mobile.jpg');
    background-size: cover;
    background-position: center;
    height: 450px;
  }
  #fullpage .section_three_bg{
    height: 60vh;
    background: url('../img/home_section_three_bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
  }
  #fullpage .section_two_title,
  #fullpage .section_three_title{
    bottom: -474px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .section_two_hr{
    display: block;
    width: 95%;
    margin: 40px 0px;
    border: 1px solid #707070;
  }
  .section_two_hr{
    width: 99%;
    margin-top: 36px;
  }
  #fullpage .section_two_columns{
    margin-top: 158px;
    padding: 0 6px;
  }
  #fullpage .section_three_title a,
  #fullpage .section_two_title a{
    margin-left: 8px;
  }
  #fullpage .section_three_bg{
    margin-top: 920px;
    height: 450px;
  }
  #fullpage .section_four{
    margin-top: 40px;
  }
  .hr_sections{
    margin-top: 980px;
  }
  #fullpage .section_four_twitter{
    margin: 0;
    width: 100%;
  }
  .small2_twitter{
    display: none;
  }
  .big_twitter{
    display: block !important;
  }
  #fullpage .section_four_news h3{
    font-size: 24px;
    margin-top: 80px;
  }
  #fullpage .section_four_news h4,
  #fullpage .section_four_news p{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
  }
  #fullpage .section_four_news h4{
    margin-bottom: -20px;
  }
  #fullpage .section_four_news p{
    margin-bottom: 30px;
  }
  .mobile_see_more{
    margin-left: 20px !important;
    top: 0 !important;
  }
  .hr_sections2{
    margin-top: 20px;
  }
  #fullpage .footer_contact_us{
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
  }
  #fullpage .section_five .footer_contact_us h3{
    font-size: 24px;
    text-align: left;
  }
  #fullpage .section_five .footer_contact_us p{
    text-align: left;
  }
  .section_five .col-xs-12:nth-child(1){
    margin-top: 10px;
  }
  #fullpage .section_five .footer_contact_us .footer_email_input{
    margin-top: 20px;
    width: 100%;
  }
  #fullpage .section_five .footer_contact_us .footer_submit_input{
    width: 30%;
    margin-top: 20px;
    margin-left: 0;
  }
  #fullpage .footer_copyright{
    margin-top: 30px;
  }
  .footer_logo_mobile{
    display: block;
  }
  #fullpage .footer_copyright img{
    margin: auto;
    margin-bottom: 40px;
  }
  #fullpage .footer_copyright .col-md-6 i{
    margin: 10px;
  }
  #fullpage .footer_copyright .col-xs-12{
    padding: 0;
  }
  #fullpage .footer_last p{
    font-size: 8px;
  }
  .footer_hr{
    display: none;
  }
  .footer_img2{
    margin-top: 60px !important;
    margin-bottom: 20px !important;
  }
  #fullpage .section_five .col-md-5{
    width: 100%;
  }
  .mobile_menu li a{
    font-size: 18px;
   padding: 6vw 0 2vw 0;
  }
  .menu_active{
    border-bottom: 2px solid #fff;
  }
  .mobile_menu .inner_menu{
    top: 13.5%;
  }
    #fullpage .arrow_down_home{
    bottom: -430px;
    left: 0;
    position: relative;
  }
  #fullpage .home_title{
    bottom: -410px;
  }

  #fullpage .col-xs-12.col-sm-6.col-md-3{
    height: unset;
  }
  /* Home page end */

  /* Recognition start */
  #recognition .text-desc
  {
      font-size: 16px;
      line-height: 26px;
      text-align: center;
      color: #F0F0F0;
      padding: 0;
      padding-top: 47px;
      margin-bottom: 25px;
  }
  #recognition .second
  {
    margin-top: 60px;
  }
  #recognition .see-more-mobile{
  color: #818181;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  }
  #recognition .text-award {
    font-size: 16px;
    padding-right: 9vw;
    color: #F0F0F0;
    padding-top: 22px;
    font-weight: normal;
    line-height: 26px;
  }
  #recognition .recognition-head-top {
    padding: 0 15px;
  }
  #recognition .section1 {
    margin-bottom: 55px;
  }
  #recognition .recognition-head-top
  {
      padding: 0 15px;
  }
  #recognition .quotes-img
  {
    width: 100% !important;
  }
  #recognition .text-desc-quotes
  {
    padding: 0 31px;
      padding-top: 40px;
      text-align: center;
  }
  #recognition .name
  {
    padding: 0;
  }
  #recognition .img-mobile
  {
    margin: 0 auto;
      display: block;
      margin-top: 25px;
  }

  #recognition .text-desc-quotes
  {
      font-size: 16px;
      text-align: center;
      color: #F0F0F0;
      padding: 0 38px;
      padding-top: 4px;
      line-height: 26px;
  }
  #recognition .name-quotes
  {
    text-align: center;
  }
  .pagination
  {
      margin: 20px 1px;
      padding-left: 11vw;
  }
  #recognition .pagination>li>a, .pagination>li>span
  {
        padding: 6px 18px;
  }
  #recognition .headline-awards2
  {
    margin-bottom: 30px;
    font-size: 26px;
  }
  #recognition .select select {
    font-size: 14px;
    font-weight: normal;
  }
  #recognition .rec-dropdwon
  {
    padding: 0 15px;
  }
  .rec-quotes-mobile
  {
    position: absolute;
      top: 90px;
      color: black;
      padding: 20px;
      text-align: center;
  }
  .text-quotes-moble
  {
    font-size: 16px;
      line-height: 26px;
      font-family: 'Libre Baskerville', serif;
  }
  .name-quotes-mobile
  {
    font-size: 14px;
      color: #000000;
  }
  .rec-img-mobile
  {
    margin-top: 8px;
      margin-bottom: 13px;
  }
  .recognition-quotes-img
  {
    max-width: 100%;
  }
  /* Recognition end */

  /* Nation building start */
  .nation_building .cards{
    display: none;
  }
  .nation_building .small_cards{
    display: block;
  }
  .nation_building .quote_mobile{
    height: 450px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .nation_building .quote_text p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #F0F0F0;
    letter-spacing: .5px;
  }
  .nation_building .name{
    color: #B6B7AE !important;
  }
  .nation_building .quote_text img{
    padding: 20px;
  }
  .nation_building .home_bg{
    background: url('../img/mobile_nation_building_1.jpg');
    height: 684px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .botswana_mobile{
    background: url('../img/mobile_nation_building_2.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .cambodia_mobile{
    background: url('../img/mobile_nation_building_3.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .lesotho_mobile{
    background: url('../img/mobile_nation_building_4.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .london_mobile{
    background: url('../img/mobile_nation_building_5.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .sierra_leone_mobile{
    background: url('../img/mobile_nation_building_6.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .south_africa_mobile{
    background: url('../img/mobile_nation_building_7.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .swaziland_mobile{
    background: url('../img/mobile_nation_building_8.jpg');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .uganda_mobile{
    background: url('../../photos/shares/img/uganda-nation_building-image.png');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  .nation_building .namibia_mobile{
    background: url('../../photos/shares/img/namibia-nation_building-image.png');
    height: 450px;
    background-size: cover;
    background-position: center;
  }
  
  .nation_building .home_content{
    top: 410px;
  }
  .nation_building .home_content{
    margin: 0 20px;
  }
  .nation_building .country_details2{
    bottom: -310px;
  }
  .national-building-botswana,
  .national-building-cambodia,
  .national-building-lesotho,
  .national-building-swaziland,
  .national-building-sierra_leone,
  .national-building-london,
  .national-building-south_africa
  {
        padding: 0;
  }
  .national-building-malaysia .quotes-country,
  .national-building-botswana .quotes-country,
  .national-building-cambodia .quotes-country,
  .national-building-lesotho .quotes-country,
  .national-building-swaziland .quotes-country,
  .national-building-sierra_leone .quotes-country,
  .national-building-london .quotes-country,
  .national-building-south_africa .quotes-country
  {
    font-size: 16px;
      text-align: center;
      padding: 50px 0;
      padding-bottom: 18px;
      line-height: 26px;
  }
  .national-building-malaysia .name-countries,
  .national-building-botswana .name-countries,
  .national-building-cambodia .name-countries,
  .national-building-lesotho .name-countries,
  .national-building-swaziland .name-countries,
  .national-building-sierra_leone .name-countries,
  .national-building-london .name-countries,
  .national-building-south_africa .name-countries
  {
    padding: 0 15px;
  }
  .national-building-malaysia .quotes-all,
  .national-building-botswana .quotes-all,
  .national-building-cambodia .quotes-all,
  .national-building-lesotho .quotes-all,
  .national-building-swaziland .quotes-all,
  .national-building-sierra_leone .quotes-all,
  .national-building-london .quotes-all,
  .national-building-south_africa .quotes-all
  {
    margin-right: 0;
  }
  .national-building-malaysia .text-countries,
  .national-building-botswana .text-countries,
  .national-building-cambodia .text-countries,
  .national-building-lesotho .text-countries,
  .national-building-swaziland .text-countries,
  .national-building-sierra_leone .text-countries,
  .national-building-london .text-countries,
  .national-building-south_africa .text-countries
  {
    font-size: 16px;
    padding-right: 0;
    padding: 0 20px;
      line-height: 26px;
  }
  .national-building-malaysia .text-headline,
  .national-building-botswana .text-headline,
  .national-building-cambodia .text-headline,
  .national-building-lesotho .text-headline,
  .national-building-swaziland .text-headline,
  .national-building-sierra_leone .text-headline,
  .national-building-london .text-headline,
  .national-building-south_africa .text-headline
  {
    font-size: 22px;
    padding: 0 20px;
    margin-top: 50px;
  }
  .spacing-text
  {
    padding:0;
  }
  .mobile-space
  {
    padding:0;
  }
  .transform-img-malaysia .transform-text,
  .transform-img-botswana .transform-text,
  .transform-img-cambodia .transform-text,
  .transform-img-lesotho .transform-text,
  .transform-img-swaziland .transform-text,
  .transform-img-sierra-leone .transform-text,
  .transform-img-london .transform-text,
  .transform-img-south-africa .transform-text
  {
    width: 100%;
    left: 0;
    bottom: -19vh;
  }
  .transform-img-malaysia .transform-text h1,
  .transform-img-botswana .transform-text h1,
  .transform-img-cambodia .transform-text h1,
  .transform-img-lesotho .transform-text h1,
  .transform-img-swaziland .transform-text h1,
  .transform-img-sierra-leone .transform-text h1,
  .transform-img-london .transform-text h1,
  .transform-img-south-africa .transform-text h1
  {
    font-size: 24px;
    text-align: center;
  }
  .transform-img-malaysia .transform-text p,
  .transform-img-botswana .transform-text p,
  .transform-img-cambodia .transform-text p,
  .transform-img-lesotho .transform-text p,
  .transform-img-swaziland .transform-text p,
  .transform-img-sierra-leone .transform-text p,
  .transform-img-london .transform-text p,
  .transform-img-south-africa .transform-text p
  {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    padding: 0 14vw;
    margin-top: 28px;
  }
  .transform-img-malaysia .btn-default,
  .transform-img-botswana .btn-default,
  .transform-img-cambodia .btn-default,
  .transform-img-lesotho .btn-default,
  .transform-img-swaziland .btn-default,
  .transform-img-sierra-leone .btn-default,
  .transform-img-london .btn-default,
  .transform-img-south-africa .btn-default
  {
    display: block;
      margin: 0 auto;
      margin-top: 28px;
      border-color: transparent;
  }

   .national-building-malaysia iframe,
  .national-building-botswana iframe,
  .national-building-cambodia iframe,
  .national-building-lesotho iframe,
  .national-building-swaziland iframe,
  .national-building-sierra_leone iframe,
  .national-building-london iframe,
  .national-building-south_africa iframe

  {
    border:none;
    width: 100%;
    height: 300px;
  }

   .profile_content iframe
  {
    border:none;
    width: 100%;
    height: 300px;

  }

    /* for all countries */
  #country-details
  {
    padding: 0
  }
    #media-blog
    {
      padding: 0;
    }
    #media-blog .blog-page-3
    {
      margin: 0;
    }
   #media-blog .col-md-4
  {
    padding-right: 0;
  }
  #media-blog .dynamic-blog-4
  {
     padding-right: 0px;
  }
  #media-blog .col-md-6
  {
    padding-right: 0;
    padding-left: 0;
  }
  #media-blog .blog-page-head-top,
  #media-blog .headline-media
  {
    padding: 0 15px;
  }
#media-blog .book-year
{
  padding: 0 15px;
}
  #media-blog .dynamic-blog-6
  {
    padding-right: 0;
  }
  #country-details .country-flag
  {
    width: 36px;
  }
  #country-details .progress
  {
    background-color: #292929;
  }
  #country-details .country-details
  {
    overflow: hidden;
    margin-top: 41px;
      margin-bottom: 40px;
  }
  #country-details .amount
  {
    width: 100%;
    margin-top:10px;
  }
  #country-details .progress-amount
  {
    padding: 0 !important;
    margin-top: -17px !important;
  }
  #country-details .country-description
  {
    font-size: 14px;
  }
  #country-details .bot
  {
    margin-bottom: 15px;
      margin-top: 60px;
  }
  #country-details .site
  {
      margin-top: 18px;
  }
  
  #country-details .title-country-desc
  {
    margin: 0px;
      margin-top: 25px;
      margin-bottom: 15px;
      font-size: 18px;
  }
  #country-details .space-section
  {
    margin-bottom: 50px;
  }
  #country-details .country-description2
  {
    margin-bottom: 44px;
  }
  /* for all countries end */
    /* Nation building end */


  /* Profile page */
  .profile_home_bg{
    background-position: -40em;
    height: 600px;
  }
  .profile_content .profile_quote,
  .profile_content .profile_one,
  .profile_content .text_left,
  .profile_content .text_right,
  .profile_content .profile_one a{
    padding: 0 16px;
  }
  .profile_content .profile_quote h1{
    font-size: 24px;
    line-height: 32px;
  }
  .profile_content .profile_quote p{
    padding-top: 30px;
    font-size: 16px;
    padding: 24px 0;
      line-height: 26px;
  }
  .profile_content .profile_quote img{
    width: 30px;
  }
  .profile_content .profile_one a{
    padding: 0;
  }
  .profile_img_last{
    display: none;
  }
  .profile_img_last2{
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }
  .profile_img_last2{
    background: url('../img/profile_picture_nine.jpg');
    background-position: center;
    height: 300px;
    background-size: cover;
    text-align: center;
    width: 100%;
  }
  .profile_sidebar{
    padding: 0 16px;
    padding-top: 20px;
    margin-top: 0px;
  }
  .profile_sidebar .milestone{
    margin: 40px 0;
    margin-bottom: 354px;
  }
  .profile_img_last2 a{
    color: #BECE00;
    position: relative;
    top: 260px;
    transition: .2s;
  }
  .profile_img_last2 a:hover{
    color: #d3e404;
  }
  .profile_img_last2 i{
    margin-left: 6px;
  }
  .profile_content .profile_quote .profile_name
  {
    font-size: 14px;
  }
  .profile_content .profile_one
  {
    padding: 0 24px;
      font-size: 16px;
      line-height: 26px;
  }
  .profile_sidebar
  {
    padding-right: 0 !important;
  }
  .profile_content .text_left
  {
     padding: 0 24px;
      font-size: 16px;
      line-height: 26px;
  }
  .profile_content .img_right img
  {
    float: none;
    display: block;
    width: 100vw;
    margin: 0 -15px;
    margin-bottom: 30px;
  }
  .profile_content .img_left img
  {
    float: none;
    display: block;
    width: 100vw;
    margin: 0 -30px;
  }
  .profile_content .text_right
  {
    font-size: 16px;
      line-height: 56px;
      padding: 0 !important;
  }
  .profile_content .text_right-head
  {
      line-height: 56px;
      font-size: 22px;
      padding-right: 2vw;
      text-align: left;
      padding: 0 !important;
      margin-top: 58px;
  }
  .profile_content .profile_one h3
  {
      line-height: 26px;
      font-size: 22px;
  }
  .text_right
  {
    line-height: 26px !important;
  }
  .profile_home_bg
  {
    margin-bottom: 30px;
  }
  .profile_content .profile_quote
  {
    padding: 0 18px !important;
  }
  .profile_awards_hr{
    display: block !important;
  }
  .profile_sidebar .milestone h3{
    margin-bottom: 22px !important;
  }
  .profile_sidebar .awards h3,
  .profile_sidebar .milestone h3{
    font-size: 26px !important;
  }
  .profile_sidebar iframe{
    display: none !important;
  }
  .profile_content .profile_quote h1{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* profile page end */

  /* Milestone page start */

  #milestone .headline-awards2
  {
    margin-bottom: 30px;
    font-size: 26px;
  }
  #milestone .select select {
    font-size: 14px;
    font-weight: normal;
  }
  #milestone .rec-dropdwon
  {
    padding: 0 15px;
  }

  .timeline::after {
    margin-left: -42.5%;
  }

  /* Full-width container2s */
  .timeline .container2 {
    width: 92vw;
    padding-right: 25px;
    padding-left: 22px;
    margin-left: -63px;
  }
  .timeline .left .content {
    text-align: left;
    padding-left: 0;
    padding-top: 0;
  }
  .timeline .left{
    margin-left: 7.5%;
  }
  .timeline .right::after{
    margin-left: 0;
    right: auto;
  }
  .timeline .left::after{
    margin-right: 100%;
  }

  /* Place the container2 to the right */
  .timeline .right {
      margin-left: -42.5%;
  }

  .timeline .right_year {
      margin-left: -42.5%;
  }

  /* Milestone page end */

  /* Foundation page */
  .foundation_content
  {
    margin-bottom: 5vw !important;
  }

  .foundation_home_bg img{
    display: none;
  }
  .foundation_home_bg{
    background: url('../img/foundation_pic_1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    height: 570px;
  }
  .foundation_content .foundation_paragraphs,
  .foundation_content .text_left,
  .foundation_content .text_right,
  .foundation_content .foundation_paragraphs .text2{
    padding: 0 1px;
    margin-top: 20px;
  }
  .foundation_content .foundation_img,
  .foundation_content .img_right,
  .foundation_content .img_left{
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
  }

  .foundation_content .foundation_img
  {
    padding: 0 !important;
  }
  .foundation_content .img_right
  {
    padding: 0 !important;
    margin: 0;
      float: none;
      width: 100%;
  }
  .foundation_content .text_left
  {
    padding: 0 2vw !important;
    font-size: 16px;
  }
  .foundation_content .foundation_paragraphs p
  {
    line-height: 26px;
        font-size: 16px;
  }
  .foundation_content .text_left p
  {
    line-height: 26px;
        font-size: 16px;
  }
  .foundation_content .text_right p
  {
    line-height: 26px !important;
    padding: 0 !important;
    padding-top: 5vw !important;
    font-size: 16px !important;

  }
   .foundation_content .img_left
   {
    padding: 0 !important;
   }
   .text_right
   {
    padding: 0 2vw !important;
   }
   .foundation_content .text_right p:nth-child(3)
   {
    font-family: 'Montserrat', sans-serif;
    color: #B6B7AE;
      font-size: 14px !important;
      padding-top: 0;
      line-height: 18px;
      padding: 0 14vw !important;
   }
   .foundation_content .foundation_paragraphs p:nth-child(4)
   {
    font-family: 'Montserrat', sans-serif;
    color: #B6B7AE;
      font-size: 14px;
      padding-top: 0;
      line-height: 18px;
      padding: 0 14vw;
   }

   .foundation_content .foundation_paragraphs h2
   {
    font-size: 22px;
    /* padding: 0 2vw; */
    padding: 0;

   }
  
   .foundation_content .foundation_paragraphs .text2 {
      padding: 0 2vw !important;
      font-size: 16px;
      margin-top: 31px;
  }

  .spacing-responsive
  {
    padding: 0 24px;
  }
  .profile_content .text_left,
  .profile_content .profile_one
  {
    padding: 0 11px !important;
  }
  .profile_content .profile_one a {
    padding: 0 23px !important;
  }
  .profile_content .profile_quote h1 {
    padding-left: 4vw;
    padding-right: 3vw;
  }

  /* Foundation page end */

  /* BLOG */
  #media-blog .carousel-inner>.item>a>img,
  #media-blog  .carousel-inner>.item>img,
  #media-blog  .img-responsive,
  #media-blog  .thumbnail a>img,
  #media-blog .thumbnail>img{
    width: 100%;
  }
  #media-blog .carousel-inner>.item>a>img,
  #media-blog .carousel-inner>.item>img,
  #media-blog .img-responsive,
  #media-blog .thumbnail a>img,
  #media-blog .thumbnail>img{
    padding: 0;
  }
  #media-blog .blog-page-4 .col-md-12 .col-md-6:nth-child(2){
    padding: 0 15px;
  }
  #media-blog .blog-page-4 .col-md-12 .col-md-6:nth-child(2){
    padding: 0;
  }
  #media-blog .ipad-page-4{
    margin-top: 420px;
  }
  #media-blog .image_mobile_div{
    height: auto;
    margin: 0 -15px;
  }
  #media-blog .blog-page-8 div:first-child{
    padding: 0;
  }
  #media-blog .blog-page-8{
    margin-left: -15px;
    margin-right: -15px;
  }
  #media-blog .blog-page-8 .blog-title,
  #media-blog .blog-page-8 .book-year,
  #media-blog .blog-page-8 .blog-desc,
  #media-blog .blog-page-8 .blog-read{
    padding: 0 15px !important;
  }
  #media-blog .btn-default{
    padding: 8px 16px;
  }
  #media-blog-content .blog-content-text
  {
    padding: 0;
  }
  /* Blog end */

  /* MEDIA */
  .mobile_books .main_books .col-md-12{
    padding-right: 0;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 100%;
  }
  #media .see-more-media{
    display: none;
  }
  #media .headline-media{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 28px;
  }
  #media .book-title{
    margin-top: 40px;
  }
  #media .book-year{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
  }
  #media .book-desc{
    margin-top: 14px;
    margin-bottom: 16px;
  }
  #media .mobile_slider{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #media .mobile_see_all{
    display: block;
    color: #BECE00;
    font-weight: 300;
    letter-spacing: 1;
    top: 20px;
    position: relative;
  }
  #media{
    padding: 0 9px;
    margin-top: 40px;
  }
  #media .blog-head-top,
  #media .speech-head-top,
  #media .headline-media{
    margin-top: 20px;
  }
  #media .headline-media
  {
    font-weight: bold;
  }
  #media .col-md-12 .col-sm-7{
    padding-left: 0 !important;
    margin-left: -15px;
  }
  .media_footer .footer_contact_us{
    padding: 0 !important;
  }
  #media .top-head{
    margin-top: 50px;
  }
  #media-blog .headline-media-back{
    margin-top: 40px;
  }
  #media-blog-content{
    padding: 0 24px;
  }
  /* MEDIA END */

  /* SPEECH */
  #media-speech .headline-media{
    font-weight: 500;
    margin-top: 40px;
  }
  #media-speech .headline-media-back{
    margin-top: 40px;
  }
  #media-speech .speech_big_title{
    text-align: left;
    font-size: 24px;
    font-weight: 400;
  }
  #media-speech .speech_name,
  #media-speech .book-year{
    text-align: left;
  }
  #media-speech .speech_big_title_2{
    padding-left: 0;
  }
  /* SPEECH end */

  /* PUBLICATION */
  #media-publication .book-desc-media-small{
    display: block;
  }
  #media-publication{
    padding: 0;
  }
  #media-publication .books_preview{
    display: none;
  }
  #media-publication .preview_hr{
    display: none;
  }
  #media-publication .book-desc-media-small{
    margin-bottom: 26px;
  }
  #media-publication .all-book{
    margin-bottom: 50px !important;
  }
  #media-publication .headline-media{
    font-size: 26px;
      font-weight: 400 !important;
      margin-bottom: 28px;
  }
  #media-publication .book-small-media{
    margin-top: 20px;
  }
  #media-publication .carousel-inner>.item>a>img, #media-publication .carousel-inner>.item>img, #media-publication .img-responsive, #media-publication .thumbnail a>img, #media-publication .thumbnail>img{
    width: 100%;
  }
  #media-publication .book-year-media-small{
    margin-bottom: 14px;
  }
  #media-blog-content .blog-content-text
  {
    font-size: 16px;
    line-height: 26px;
  }
  #media-speech-content .speech-content-text
  {
    font-size: 16px;
    line-height: 26px;
  }
  #media-speech-content .speech-headline
  {
    font-size: 21px;
    line-height: 30px;
  }
  .foundation_content .foundation_img
  {
    margin: 0 -24px;
  }
  .mobile-foundation-pic
  {
    margin: 0 -24px !important;
  }
  .img_left
  {
    margin: 0 !important;
  }
  #media-blog-content .blog-cont-3
  {
    padding-right: 0;
  }
  #media-speech-content
  {
    padding: 0 24px;
  }
  .blog-cont-head
  {
    font-size: 21px;
    line-height: 29px;
  }
  .blog-cont-head
  {
    padding: 0;
  }
  #media-blog-content .blog-year
  {
    padding: 0;
  }
  #media-blog-content .headline-media-back
  {
    padding: 0;
  }
  /* publication end */
  .profile_content .profile_one p
  {
    font-size: 16px;
  }
  #fullpage .home_title{
    bottom: -56vh;
  }
  .mobile_books .media-publication-book
  {
    max-width: 100%;
  }
  .nation_building .quote_text-header p {
    font-family: 'Libre Baskerville', serif;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
}
}
@media(max-width: 401px){
  .wrapper .img-responsive
  {
    margin-top: 30px;
  }
  .rec-quotes-mobile
  {
    top: 70px;
  }
  .desktop_header_space
  {
    height: 20px;
  }
  .quotes_new div {
    padding-top: 50px;
  }
  #fullpage section .section_one_bg, #fullpage section .section_one_bg2, #fullpage section .section_one_bg3, 
  #fullpage section .section_one_bg4,
  #fullpage section .section_one_bg7,
  .carousel {
    margin-top: 0;
  }
}
@media(max-width: 380px){
  #fullpage .map_section {
    padding-bottom: 440px;
  }
  .map_info{
    margin-top: 244px;
  }
  .map_text {
    margin-top: 310px;
  }
}

@media(max-width: 320px)
{
  .carousel {
      height: 570px !important;
  }
  .desktop_header_space
  {
    height: 0px;
  }
  .wrapper .img-responsive
  {
    margin-top: 48px;
  }
  .rec-quotes-mobile
  {
    top: 40px;
  }
  .text-quotes-moble
  {
    font-size: 14px;
  }
  .name-quotes-mobile
  {
    font-size: 12px;
  }
  .rec-img-mobile
  {
    width: 24px;
  }
  .map_info {
    margin-top: 214px;
  }
  .map_text {
    margin-top: 276px;
  }
}

@media(max-width: 736px) and (max-height: 500px) {
  .carousel {
      height: 400px !important;
  }
  .mobile_menu .open{
    padding-top: 2% !important;
  }
  .mobile_menu li a{
    font-size: 14px;
    padding: 2vw 0 2vw 0;
  }
  #fullpage .home_title{
    bottom: -29vh;
  }
  #fullpage .arrow_down_home{
    bottom: -14px;
  }
  #fullpage .section_two_title{
    bottom: -28vh;
  }
}

@media(max-width: 367px){
  .hr_sections{
    margin-top: 1150px;
  }
}

@media(max-width: 380px) and (min-height: 800px){
  #fullpage .home_title {
      bottom: -58vh;
  }
}
/* MEDIA QUERIES end
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.carousel .carousel-caption{
  left: 0 !important;
  right: 0 !important;
  /*padding-bottom: 30px !important;*/
  height: 100%;
  width: 100%;
}
.carousel,
.carousel .item,
.carousel .carousel-inner{
  height: 100%;
  width: 100%;
}
@media(max-width: 813px) and (max-height: 376px) {
  .carousel {
      height: 500px !important;
  }
}
