body {
  font-family: 'Raleway', sans-serif;
  color: #404041;
}

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.bg-light {
  background-color: #f5f5f5;
}


/*######### Banner #########*/
#mainBanner.carousel {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99;
}

.carousel-control-next,
.carousel-control-prev {
  font-size: 0px;
}

.has-overlay .carousel-item:before {
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  z-index: 1;
}

.section {
  margin-bottom: 50px;
}

.section+.section {
  margin-top: 0px;
}

.form-control {
  border: 0px;
  background-color: #f4f0ea;
  height: 30px;
  width: 100%;
  font-size: 16px;
}

picture {
  display: block;
}

#sectionThird {
  padding-left: 30px;
  padding-right: 30px;
}

.section-title {
  color: #000;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.carousel-indicators {
  z-index: 99;
}

.carousel-indicators {
  z-index: 99;
}

#storiesmotion .carousel-indicators {
  margin-bottom: 0px;
}
#storiesmotion .carousel-inner {
  /*max-width: 930px;*/
  margin: auto;
  padding-bottom: 30px;
}
#storiesmotion .carousel-indicators li {
  border: 2px solid #8bc53f;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

#storiesmotion .carousel-indicators li.active {
  background-color: #8bc53f;
}
.block-mentor iframe{ margin-bottom:10px;}

.carousel-indicators {
  z-index: 99;
}

.mini-container {
  max-width: 800px;
}

.card-white-inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
}

.card-white-inner a {
  background-color: #f4f0ea;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  display: inline-block;
  max-width: 150px;
  padding: 5px 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #000;
  font-size: 12.5px;
  font-style: italic;
  transition: 0.3s;
}

.card-white-inner a:hover {
  background-color: #8bc53f;
  color: #fff;
  text-decoration: none;
}

.card-white h5 {
  font-size: 21px;
}

.card-white p {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: medium;
}

#sectionEight {
  margin-bottom: 0px;
}

#lerningBanner .carousel-caption {
  max-width: 420px;
  right: 0px;
  left: auto;
  padding: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

#lerningBanner .caption-title {
  text-transform: uppercase;
  font-size: 3.342696629213483vw;
}

#lerningBanner .caption-subtitle {
  font-size: 16.64px;
  font-weight: normal;
}

/*Custom Map*/
.mapael .map {
  position: relative;
  /*transform: skewX(40deg);*/
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #7ccc00;
  padding: 0px 20px;
  border-radius: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #fff;
}

.mapcontainer_miller {
  max-width: 600px;
  margin: 0px auto;
  /*transform: rotate(-28deg);*/
}

.scroll-map {
  display: none;
}

.btn {
  color: #fff;
  background-color: #8bc53f;
  border-color: #8bc53f;
}

.fowUs {
  background-color: #ffffff;
  padding: 10px 30px;
}

.flwsussme {
  /* padding-left: 20px; */
  /* margin-inline: auto; */
}

.border-rgt {
  border-right: 2px solid #898989;
}

ul.social-network-footer {
  list-style: none;
  display: inline;
  padding: 7px;
  /* position: relative;
  top: 10px; */
}

ul.social-network-footer li {
  display: inline;
  margin: 0 1px;
}

.social-network-footer a.icoRss:hover {
  background-color: #F56505;
}

.social-network-footer a.icoFacebook:hover {
  background-color: #3B5998;
}

.social-network-footer a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network-footer a.icoGoogle:hover {
  background-color: #BD3518;
}

.social-network-footer a.icoVimeo:hover {
  background-color: #0590B8;
}

.social-network-footer a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network-footer a.icoYoutube:hover {
  background-color: #dd2c00;
}

.social-network-footer a.icoInstagram:hover {
  background-color: #da2c4e;
}

.social-network-footer a.icoRss:hover i,
.social-network-footer a.icoFacebook:hover i,
.social-network-footer a.icoTwitter:hover i,
.social-network-footer a.icoInstagram:hover i,
.social-network-footer a.icoGoogle:hover i,
.social-network-footer a.icoVimeo:hover i,
.social-network-footer a.icoLinkedin:hover i,
.social-network-footer a.icoYoutube:hover i {
  color: #fff;
}

.social-circle-footer li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  /* background-color: #fff; */
  border: 1px solid #000;
}

.social-circle-footer li i {
  margin: 0;

  text-align: center;
}

.social-circle-footer li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle-footer i {
  color: #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.get-started-btn-footer {
  margin-left: 0;
  background: #8bc53f;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #cdd1d9;
}

.footer {
  background-color: #4c4d4c;
}

/*######## Media screens ##########*/

  .scroll-map {
    max-width: 30px;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 1;
    display: inline-block;
  }

  #sectionThird .map-col {
    padding-right: 0px;
  }

  #sectionThird .map-col .mapcontainer_miller {
    max-height: 300px;
    overflow: auto;
  }

  .navbar-expand-md .navbar-nav .nav-item+.nav-item {
    margin-left: 20px;
  }

  #mainBanner .carousel-item>picture {
    max-height: calc(100vh - 70px);
    object-fit: cover;
    object-position: top;
  }

  .navbar-expand-md {
    justify-content: space-between;
  }

  .navbar-expand-md .navbar-nav {
    padding-bottom: 5px;
  }

  .navbar {
    padding: .5rem 3rem;
    /* align-items: flex-end; */
  }

  #mainBanner .caption-title {
    font-size: 10.46629213483146vw;
    letter-spacing: -5px;
  }

  #mainBanner .caption-subtitle {
    font-size: 2.25187265917603vw;
    margin-top: -20px;
  }

  #sectionFirst .info-badge+.info-badge {
    margin-left: 15px;
  }

  .country-box {
    width: 50%;
  }

  .form-inline label {
    font-size: 11px;
  }

  .map-content {
    top: auto;
    bottom: 30px;
  }

  .map-content strong {
    font-size: 3.73900293255132vw;
    ;
  }

  .section-title {
    font-size: 2.634831460674157vw;
  }

  .block-mentor h4 {
    bottom: 0px;
    font-size: 12.66px;
  }

  #sectionThird .bg-light {
    position: relative;
    background-image: url('../images/bg-image.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.17);*/
  }


ul {
  padding: 0px;
}

h3 {
  font-size: 24px;
}

.coprright {
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
}
@media screen and (max-width:768px) {
.coprright li {
    display: block !important;
    padding: 0 0 10px;
    font-size: 13px;
  }
  .get-started-btn-footer {
        margin-left: 0;
        background: #8bc53f;
        color: #fff;
        border-radius: 4px;
        padding: 8px 25px;
        font-weight: 700;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #cdd1d9;
        margin-top: 15px;
    }
}

.coprright li {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
}
.coprright li a {
  color: #fff;
  text-decoration: none;
}

.coprright li a:hover {
  color: #000;
}

.keyIntervention2 {
  position: relative;
  z-index: 1;
  padding: 25px 0 70px 0;
  background: url('../images/background.jpg') repeat;
  background-size: 100%;
}

.keyIntervention2:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background-color: #8bc53f;
  height: 180px;
  z-index: -1;
}

.keyIntervention2 h3 {
  /*font-family: 'bebas_neuebold';*/
  color: #fff; margin-bottom: 20px;
  /*font-size: 20px;*/
}

.fstToolEducation {
  position: relative;
  background-color: #fff;
  padding: 20px;
  min-height: 260px;
  text-align: center;
}
@media screen and (max-width:992px) {
.border-rgt {
    border-right: 0px !important;
  }
.get-started-btn-footer {
        margin-left: 0;
        background: #8bc53f;
        color: #fff;
        border-radius: 4px;
        padding: 8px 25px;
        font-weight: 700;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #cdd1d9;
        margin-top: 15px;
    }
  }