@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.event-solutions {
  font-family: Lato;
  /* ESOL*/
  /* FEATURES*/
  /* TRAINING*/
  /* CLIENTS*/
  /* TESTIMONIALS*/
  /* MEDIAS*/
}
body.event-solutions section.intro {
  padding: 3em;
}
body.event-solutions h1 {
  font-family: Lato;
  font-weight: 500;
  color: #F58220;
  font-size: 34px;
  padding-bottom: 1em;
}
body.event-solutions p {
  font-size: 16px;
  line-height: 32px;
}
body.event-solutions section.esol {
  padding: 3em;
  background: #fafafa;
}
body.event-solutions section.esol h2 {
  font-family: Lato;
  color: #0055A4;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
body.event-solutions section.esol ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
body.event-solutions section.esol ul li {
  box-shadow: 1px 3px 6px 0px #e1e1e1;
  list-style: none;
  background: #fff;
  width: 30%;
}
body.event-solutions section.esol ul li:first-child {
  margin: 0 5% 0 0;
}
body.event-solutions section.esol ul li:last-child {
  margin: 0 0 0 5%;
}
body.event-solutions section.esol ul li figure img {
  width: 100%;
}
body.event-solutions section.esol ul li figcaption {
  font-family: Lato;
  font-weight: 500;
  color: #0055A4;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 1em;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  body.event-solutions section.esol ul li {
    width: 100%;
    margin: 1em 0;
  }
  body.event-solutions section.esol ul li:first-child, body.event-solutions section.esol ul li:last-child {
    margin: 1em 0;
  }
}
body.event-solutions section.features {
  padding: 5em;
  background-color: #fdfdfd;
  background-image: url("https://www.the-eic.com/Portals/0/Website/Events/Event-Solutions/assets/img/world.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.event-solutions section.features p {
  font-family: Lato;
  color: #0055A4;
  font-size: 22px;
  margin-bottom: 3em;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
}
body.event-solutions section.features ul li {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
}
body.event-solutions section.features .fa-check {
  color: #F58220;
  margin: 0 10px 0 0;
}
body.event-solutions section.features ul.items li {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 5em 1.3em;
  font-weight: 500;
  color: #666666;
}
body.event-solutions section.features ul.items li span.divider {
  display: block;
  width: 50px;
  height: 3px;
  background: #F58220;
  margin: 0 auto 1em;
}
body.event-solutions section.features ul.items li span.hl {
  color: #0055A4;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body.event-solutions section.features {
    background-image: none;
  }
  body.event-solutions section.features p {
    font-size: 18px;
    margin-bottom: 2em;
    line-height: 30px;
  }
  body.event-solutions section.features ul li {
    font-size: 16px;
    line-height: 40px;
  }
  body.event-solutions section.features ul.items li {
    padding: 2em 1em;
    line-height: 30px;
  }
}
body.event-solutions section.training {
  padding: 5em;
  background: #fafafa;
}
body.event-solutions section.training h3 {
  color: #F58220;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
}
body.event-solutions section.training p span.hl {
  color: #0055A4;
  font-weight: 600;
}
body.event-solutions section.training p a {
  color: #F58220;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  body.event-solutions section.training {
    padding: 3em 1em;
  }
  body.event-solutions section.training h3 {
    font-size: 18px;
  }
}
body.event-solutions section.clients {
  padding: 3em 0;
}
body.event-solutions section.clients h2 {
  font-family: Lato;
  font-size: 20px;
  text-transform: uppercase;
  color: #0055A4;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  padding: 2em 0;
}
body.event-solutions section.clients ul.logos {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.event-solutions section.clients ul.logos li {
  width: 20%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.event-solutions section.clients ul.logos li figure img {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  body.event-solutions section.clients ul.logos li {
    width: 100%;
  }
}
body.event-solutions section.testimonials {
  padding: 3em 0;
}
body.event-solutions section.testimonials .testimonail-card span {
  padding: 3em;
  text-align: center;
  border-radius: 1em;
  border: 1px solid #D9D9D9;
  display: block;
}
body.event-solutions section.testimonials .testimonail-card span img {
  display: block;
  margin: 0 auto;
}
body.event-solutions section.testimonials .testimonail-card span p.test {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  padding: 1em;
  color: #666666;
}
body.event-solutions section.testimonials .testimonail-card span p.name {
  color: #0055A4;
  font-weight: 600;
  font-family: Lato;
  text-transform: uppercase;
}
body.event-solutions section.contact {
  padding: 3em;
}
body.event-solutions section.contact h3 {
  color: #F58220;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
body.event-solutions section.contact p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
body.event-solutions section.contact p .name {
  font-size: 18px;
  display: block;
  color: #0055A4;
}
body.event-solutions section.contact p .position {
  color: #F58220;
  display: block;
}
body.event-solutions section.contact p .info {
  color: #0055A4;
}
body.event-solutions section.contact a {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  body.event-solutions section.contact h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 600px) {
  body.event-solutions section.esol, body.event-solutions section.features, body.event-solutions section.intro, body.event-solutions section.contact {
    padding: 3em 1.5em;
  }
}

.carousel-indicators li.active {
  background: #F58220 !important;
}