@import url("https://fonts.googleapis.com/css?family=Raleway");
/**
* NAV-BAR
**/
/* line 7, /myapp/app/assets/stylesheets/front/home.scss */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* line 13, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  border: 0px solid #cacaca;
  border-width: 0 0 1px 1px;
  padding: 0 72px !important;
  white-space: nowrap;
}
/* line 23, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar li:not(:first-child) {
  margin-left: 30px;
}
/* line 26, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar li:not(:second-child) {
  margin-left: 0px;
}

/* line 31, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  background-color: #ffffff;
  cursor: pointer;
  border-bottom-width: 0px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #464646;
}

/* line 51, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #464646;
  padding: 0px;
  text-align: center;
}

/* line 63, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar a:hover {
  background-color: rgba(0, 0, 0, 0);
}

/* line 67, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar > .selected {
  border: 0 solid #cacaca;
  border-width: 0px 1px 0 1px;
}

/* line 72, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar > li > a {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* line 80, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar > li:first-child {
  display: flex;
  flex-direction: row;
}

/* line 86, /myapp/app/assets/stylesheets/front/home.scss */
div.marked {
  width: 100%;
}

/* line 90, /myapp/app/assets/stylesheets/front/home.scss */
.nav-bar > li > div.marked::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 6px;
  border-radius: 4.5px;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
}

/**
* INFO-BAR
**/
/* line 114, /myapp/app/assets/stylesheets/front/home.scss */
#info-bar {
  display: flex;
  padding: 8px;
  background: #3333cc;
  color: white;
  height: 47px;
  justify-content: flex-end;
}
@media screen and (min-width: 993px) {
  /* line 114, /myapp/app/assets/stylesheets/front/home.scss */
  #info-bar {
    justify-content: space-around;
  }
}

/* line 127, /myapp/app/assets/stylesheets/front/home.scss */
.div-info {
  max-width: 50%;
  display: none;
  align-items: center;
  font-size: 1.2vw;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  /* line 127, /myapp/app/assets/stylesheets/front/home.scss */
  .div-info {
    display: block;
    text-align: center;
    line-height: 31px;
    width: 60%;
  }
}
@media screen and (min-width: 1025px) {
  /* line 127, /myapp/app/assets/stylesheets/front/home.scss */
  .div-info {
    display: flex;
  }
}

/* line 150, /myapp/app/assets/stylesheets/front/home.scss */
.div-phone {
  margin-left: 14px;
  margin-right: 6px;
  font-weight: bold;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  /* line 150, /myapp/app/assets/stylesheets/front/home.scss */
  .div-phone {
    display: flex;
  }
}
/* line 170, /myapp/app/assets/stylesheets/front/home.scss */
.div-phone a {
  color: #ffffff;
}

/* line 175, /myapp/app/assets/stylesheets/front/home.scss */
.margin-right-zero {
  margin-right: 0 !important;
}

/* line 179, /myapp/app/assets/stylesheets/front/home.scss */
.margin-left-set {
  margin-left: 14px !important;
}

/* line 183, /myapp/app/assets/stylesheets/front/home.scss */
.div-phone > span {
  margin-left: 4px;
}

/* line 187, /myapp/app/assets/stylesheets/front/home.scss */
.div-secure-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 193, /myapp/app/assets/stylesheets/front/home.scss */
.btn-secure {
  border-radius: 5px;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
  border: 0px solid white;
  font-size: 12px;
  height: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  text-align: center;
  color: #ffffff;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 993px) {
  /* line 193, /myapp/app/assets/stylesheets/front/home.scss */
  .btn-secure {
    font-size: 13px;
  }
}

/* line 217, /myapp/app/assets/stylesheets/front/home.scss */
.img-size {
  width: 26px;
  height: 26px;
  margin-left: 4px;
}

/* line 223, /myapp/app/assets/stylesheets/front/home.scss */
.facebook {
  background: white;
  border-radius: 5px;
  display: none;
}
@media screen and (min-width: 993px) {
  /* line 223, /myapp/app/assets/stylesheets/front/home.scss */
  .facebook {
    display: block;
  }
}

/* line 233, /myapp/app/assets/stylesheets/front/home.scss */
.twitter {
  margin-right: 0;
  display: none;
}
@media screen and (min-width: 993px) {
  /* line 233, /myapp/app/assets/stylesheets/front/home.scss */
  .twitter {
    display: block;
  }
}

/* line 243, /myapp/app/assets/stylesheets/front/home.scss */
.icon-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
/* line 253, /myapp/app/assets/stylesheets/front/home.scss */
.icon-phone > .material-icons {
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (min-width: 993px) {
  /* line 243, /myapp/app/assets/stylesheets/front/home.scss */
  .icon-phone {
    display: none;
  }
}

/**
* BANNER-2
**/
/* line 266, /myapp/app/assets/stylesheets/front/home.scss */
.banner-2 {
  display: flex;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 289, /myapp/app/assets/stylesheets/front/home.scss */
.banner-2 > form {
  width: 100%;
}

/* line 295, /myapp/app/assets/stylesheets/front/home.scss */
.div-wall {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
  justify-content: flex-start;
  height: 591px;
}
@media screen and (min-width: 993px) {
  /* line 295, /myapp/app/assets/stylesheets/front/home.scss */
  .div-wall {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
}

/* line 319, /myapp/app/assets/stylesheets/front/home.scss */
.banner-title {
  padding: 0 20px;
  margin-top: 80px;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.26;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  /* line 319, /myapp/app/assets/stylesheets/front/home.scss */
  .banner-title {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: 5px;
    text-align: center;
    color: #ffffff;
    margin-top: -60px;
  }
}

/* line 344, /myapp/app/assets/stylesheets/front/home.scss */
.banner-subtitle {
  padding: 0 20px;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.9px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 993px) {
  /* line 344, /myapp/app/assets/stylesheets/front/home.scss */
  .banner-subtitle {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.9px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
  }
}

/* line 369, /myapp/app/assets/stylesheets/front/home.scss */
.div-filters {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5%;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  /* line 369, /myapp/app/assets/stylesheets/front/home.scss */
  .div-filters {
    flex-direction: row;
  }
}

/* line 381, /myapp/app/assets/stylesheets/front/home.scss */
.div-filters > div {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #ffffff;
  text-align: center;
  width: 248px;
  margin-top: 20px;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  /* line 381, /myapp/app/assets/stylesheets/front/home.scss */
  .div-filters > div {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #ffffff;
    text-align: center;
    flex-direction: row;
    margin-top: 0;
    width: calc(100% - 10px);
  }
}

/* line 409, /myapp/app/assets/stylesheets/front/home.scss */
.input-field .select-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 414, /myapp/app/assets/stylesheets/front/home.scss */
.input-field .select-wrapper input {
  height: 27px;
  border: 0.6px solid #ffffff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: left;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none !important;
}

/* line 435, /myapp/app/assets/stylesheets/front/home.scss */
.input-field .select-wrapper .caret {
  background: #ffffff;
  height: 27px;
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5900d0;
  border-radius: 0px 2px 2px 0px;
  letter-spacing: 0;
}

/* line 447, /myapp/app/assets/stylesheets/front/home.scss */
#search {
  height: 27px;
  border: 0.6px solid #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none !important;
  width: calc(100% - 35px);
}
/* line 468, /myapp/app/assets/stylesheets/front/home.scss */
#search::-webkit-input-placeholder {
  color: #fff;
}
/* line 471, /myapp/app/assets/stylesheets/front/home.scss */
#search::-moz-placeholder {
  color: #fff;
}
/* line 474, /myapp/app/assets/stylesheets/front/home.scss */
#search:-ms-input-placeholder {
  color: #fff;
}
/* line 477, /myapp/app/assets/stylesheets/front/home.scss */
#search:-moz-placeholder {
  color: #fff;
}

/* line 483, /myapp/app/assets/stylesheets/front/home.scss */
.item-filters-click img {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

/* line 490, /myapp/app/assets/stylesheets/front/home.scss */
.div-search {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 15px;
}

/* line 497, /myapp/app/assets/stylesheets/front/home.scss */
.div-search > span {
  cursor: pointer;
  width: 27px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 3px 3px 0px;
  border-top: 0.6px solid white;
  border-right: 0.6px solid white;
  border-bottom: 0.6px solid white;
}

/* line 510, /myapp/app/assets/stylesheets/front/home.scss */
.div-search > span > img {
  width: 18px;
}

/* line 514, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content li > span {
  color: black;
}

/**
* INFO PROCESS
**/
/* line 521, /myapp/app/assets/stylesheets/front/home.scss */
.process {
  position: relative;
}
@media screen and (min-width: 993px) {
  /* line 521, /myapp/app/assets/stylesheets/front/home.scss */
  .process {
    display: flex;
    align-items: flex-start;
  }
  /* line 527, /myapp/app/assets/stylesheets/front/home.scss */
  .process::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(238, 238, 239, 0.65);
    height: calc(100% - 210px);
    display: block;
  }
}

/* line 541, /myapp/app/assets/stylesheets/front/home.scss */
.background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

/* line 550, /myapp/app/assets/stylesheets/front/home.scss */
.steps {
  /*width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;*/
  padding: 0;
}

@media screen and (min-width: 993px) {
  /* line 572, /myapp/app/assets/stylesheets/front/home.scss */
  .step-divider-1,
  .step-divider-2 {
    border-left: 1px solid #e0e0e0;
    bottom: 60px;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
  }
}

/* line 584, /myapp/app/assets/stylesheets/front/home.scss */
.step {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
/* line 592, /myapp/app/assets/stylesheets/front/home.scss */
.step::before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(238, 238, 239, 0.65);
  height: calc(100% - 70px);
  display: block;
}
@media screen and (min-width: 993px) {
  /* line 605, /myapp/app/assets/stylesheets/front/home.scss */
  .step::before {
    display: none;
  }
}

/* line 611, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > img {
  width: 140px;
  z-index: 2;
}

/* line 616, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > .step-title,
.process-title,
.service-title {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.8px;
  text-align: center;
  color: #3333cc;
  margin: 21px 0px 21px 0px;
  z-index: 2;
  padding: 0;
  white-space: nowrap;
}

/* line 633, /myapp/app/assets/stylesheets/front/home.scss */
.home-process-title div div.process-title {
  white-space: inherit;
}

/* line 637, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > .step-title {
  color: #ff003e;
}

/* line 641, /myapp/app/assets/stylesheets/front/home.scss */
.process-title,
.service-title {
  padding: 0 20px;
}

/* line 646, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
  z-index: 2;
  max-width: 394px;
}
@media screen and (min-width: 993px) {
  /* line 646, /myapp/app/assets/stylesheets/front/home.scss */
  .step > .card-step {
    padding: 0px 30px 0px 30px;
  }
}

/* line 661, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > div img {
  margin-top: 15px;
}
/* line 664, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > div p img {
  margin-top: 0px;
}
/* line 667, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > div td {
  padding: 0px 5px;
  padding-bottom: 15px;
}
/* line 671, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > div table p,
.step > .card-step > div p {
  color: #000000;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  margin-bottom: 0px;
  text-align: left;
  z-index: 2;
}
/* line 683, /myapp/app/assets/stylesheets/front/home.scss */
.step > .card-step > div table p.text-justify,
.step > .card-step > div p.text-justify {
  text-align: justify;
}

/* line 689, /myapp/app/assets/stylesheets/front/home.scss */
.process-title {
  color: #464646;
  margin-bottom: 40px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (min-width: 993px) {
  /* line 689, /myapp/app/assets/stylesheets/front/home.scss */
  .process-title {
    font-size: 25px;
  }
}

/**
* LIST OF SERVICES
**/
/* line 706, /myapp/app/assets/stylesheets/front/home.scss */
.services {
  position: relative;
}

/* line 710, /myapp/app/assets/stylesheets/front/home.scss */
.services::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 723, /myapp/app/assets/stylesheets/front/home.scss */
.services-wall {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding-bottom: 40px;
}
@media screen and (min-width: 993px) {
  /* line 723, /myapp/app/assets/stylesheets/front/home.scss */
  .services-wall {
    height: 480px;
  }
}

/* line 739, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 993px) {
  /* line 739, /myapp/app/assets/stylesheets/front/home.scss */
  .services-buttons {
    flex-direction: row;
  }
}

/* line 751, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1,
.services-buttons .col2,
.services-buttons .col3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
}
@media screen and (min-width: 993px) {
  /* line 751, /myapp/app/assets/stylesheets/front/home.scss */
  .services-buttons .col1,
  .services-buttons .col2,
  .services-buttons .col3 {
    width: 24%;
  }
}

/* line 765, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1 a,
.services-buttons .col2 a,
.services-buttons .col3 a {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  background: transparent;
  font-size: 14px;
  padding: 0 18px;
  height: 48px;
}
/* line 787, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1 a span,
.services-buttons .col2 a span,
.services-buttons .col3 a span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-height: 32px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  /* line 787, /myapp/app/assets/stylesheets/front/home.scss */
  .services-buttons .col1 a span,
  .services-buttons .col2 a span,
  .services-buttons .col3 a span {
    max-height: 34px;
  }
}
@media screen and (min-width: 993px) {
  /* line 765, /myapp/app/assets/stylesheets/front/home.scss */
  .services-buttons .col1 a,
  .services-buttons .col2 a,
  .services-buttons .col3 a {
    font-size: 16px;
    height: 52px;
  }
}

/* line 805, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1 a:hover::after,
.services-buttons .col2 a:hover::after,
.services-buttons .col3 a:hover::after {
  background: white !important;
  opacity: 1;
  z-index: -1;
}

/* line 813, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1 a:hover,
.services-buttons .col2 a:hover,
.services-buttons .col3 a:hover {
  color: #3333cc;
}

/* line 819, /myapp/app/assets/stylesheets/front/home.scss */
.services-buttons .col1 a::after,
.services-buttons .col2 a::after,
.services-buttons .col3 a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3333cc;
  opacity: 0.67;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 833, /myapp/app/assets/stylesheets/front/home.scss */
.service-title {
  font-size: 30px;
  margin: 32px 0;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 993px) {
  /* line 833, /myapp/app/assets/stylesheets/front/home.scss */
  .service-title {
    margin: 60px 0;
  }
}

/* line 846, /myapp/app/assets/stylesheets/front/home.scss */
#more-services,
#view-testimonials,
#view-videos,
#view-topics,
#view-more-events,
#home-secure-talent {
  width: 20%;
  height: 45.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
  margin-top: 1%;
  margin-bottom: 20px;
  box-shadow: 0 0 0 0 black, 0 0 0 0 black, 0 0 0 0 black;
}

/* line 871, /myapp/app/assets/stylesheets/front/home.scss */
#view-topics,
#view-videos,
#view-more-events {
  width: 290px;
  min-width: 245px;
  font-size: 14px;
}
@media screen and (min-width: 993px) {
  /* line 871, /myapp/app/assets/stylesheets/front/home.scss */
  #view-topics,
  #view-videos,
  #view-more-events {
    width: 320px;
    font-size: 16px;
  }
}

/* line 883, /myapp/app/assets/stylesheets/front/home.scss */
#view-more-events.view-more-events-home,
#book_speaker_now_home_btn {
  margin: 40px 0px;
}

/* line 888, /myapp/app/assets/stylesheets/front/home.scss */
#home-secure-talent {
  height: 48px;
  width: 302px;
  font-size: 14px;
  margin: 0;
  box-shadow: 0 0 0 4px #ffffff !important;
}
@media screen and (min-width: 993px) {
  /* line 888, /myapp/app/assets/stylesheets/front/home.scss */
  #home-secure-talent {
    width: 26%;
    height: 52px;
    font-size: 16px;
  }
}

/* line 902, /myapp/app/assets/stylesheets/front/home.scss */
#more-services {
  width: 250px;
  height: 48px;
  font-size: 16px;
}
@media screen and (min-width: 993px) {
  /* line 902, /myapp/app/assets/stylesheets/front/home.scss */
  #more-services {
    height: 52px;
    width: 20%;
    font-size: 16px;
  }
}

/* line 913, /myapp/app/assets/stylesheets/front/home.scss */
#more-services:hover,
#view-testimonials:hover,
.btn-read-more:hover {
  box-shadow: 0 0 0 0 black, 0 0 0 0 black, 0 0 0 0 black;
}

/**
* Testimonials
**/
/* line 922, /myapp/app/assets/stylesheets/front/home.scss */
#view-testimonials {
  width: 250px;
  font-size: 16px;
}
@media screen and (min-width: 993px) {
  /* line 922, /myapp/app/assets/stylesheets/front/home.scss */
  #view-testimonials {
    font-size: 16px;
    width: 20%;
  }
}

/* line 932, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial .indicators {
  margin-bottom: 0;
}

/* line 936, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial .indicators .indicator-item,
#carousel_testimonial_div .indicators .indicator-item,
#carousel_speaker .indicators .indicator-item,
#carousel_speaker_mobile .indicators .indicator-item,
#logos .indicators .indicator-item,
#carousel_service .indicators .indicator-item,
#carousel_service_mobile .indicators .indicator-item,
#carousel_who_are .indicators .indicator-item,
#carousel_who_are_mobile .indicators .indicator-item,
#carousel_videos .indicators .indicator-item,
#carousel_videos_mobile .indicators .indicator-item,
#carousel_client .indicators .indicator-item,
#carousel_client_mobile .indicators .indicator-item,
#carousel_banner_1 .indicators .indicator-item,
#slider_banner_1 .indicators .indicator-item,
#carousel_teams .indicators .indicator-item {
  opacity: 0.3;
  background-color: #464646;
}

/* line 956, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial .indicators .indicator-item.active,
#carousel_testimonial_div .indicators .indicator-item.active,
#carousel_speaker .indicators .indicator-item.active,
#carousel_speaker_mobile .indicators .indicator-item.active,
#logos .indicators .indicator-item.active,
#carousel_service .indicators .indicator-item.active,
#carousel_service_mobile .indicators .indicator-item.active,
#carousel_who_are .indicators .indicator-item.active,
#carousel_who_are_mobile .indicators .indicator-item.active,
#carousel_videos .indicators .indicator-item.active,
#carousel_videos_mobile .indicators .indicator-item.active,
#carousel_client .indicators .indicator-item.active,
#carousel_client_mobile .indicators .indicator-item.active,
#carousel_teams .indicators .indicator-item.active {
  opacity: 1;
  background-color: #464646;
}

/* line 974, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 .indicators .indicator-item.active,
#slider_banner_1 .indicators .indicator-item.active {
  opacity: 1;
  background-color: #ffffff;
}

/* line 980, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_videos_mobile,
#carousel_videos_mobile_div {
  height: 377px !important;
}
/* line 984, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_videos_mobile .size-item-video,
#carousel_videos_mobile_div .size-item-video {
  width: 250px !important;
}
/* line 987, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_videos_mobile .size-iframe-video,
#carousel_videos_mobile_div .size-iframe-video {
  width: 250px;
  height: 210px;
}

/* line 993, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_client_mobile,
#carousel_client_mobile_div {
  height: 460px !important;
}

/* line 998, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial li > .slide-text,
#carousel_testimonial_mobile li > .slide-text {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #494949;
  padding: 0 20px 0 20px;
  margin: 15px;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  /* line 998, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_testimonial li > .slide-text,
  #carousel_testimonial_mobile li > .slide-text {
    margin: 15px 0px 15px 0px;
    font-size: 20px;
  }
}

/* line 1019, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial li > .slide-author,
#carousel_testimonial_mobile li > .slide-author {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.7px;
  text-align: center;
  color: #272727;
  margin-top: 10px;
}
@media screen and (min-width: 993px) {
  /* line 1019, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_testimonial li > .slide-author,
  #carousel_testimonial_mobile li > .slide-author {
    font-size: 22px;
  }
}

/* line 1037, /myapp/app/assets/stylesheets/front/home.scss */
.slide-profile-pic {
  margin-top: 60px;
}

/* line 1041, /myapp/app/assets/stylesheets/front/home.scss */
.div-btn {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 1049, /myapp/app/assets/stylesheets/front/home.scss */
.small-line {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}

/* line 1055, /myapp/app/assets/stylesheets/front/home.scss */
.small-line > div {
  width: 7px;
  height: 2px;
  background: grey;
  border-radius: 2px;
}

/** Featured Speakers
*
**/
/* line 1066, /myapp/app/assets/stylesheets/front/home.scss */
.feature-speakers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 1073, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_speaker,
#carousel_speaker_div {
  margin-top: 2rem;
  height: 357px !important;
}

/* line 1079, /myapp/app/assets/stylesheets/front/home.scss */
.carousel.carousel-slider .carousel-item {
  height: auto !important;
  min-height: auto !important;
}

/* line 1084, /myapp/app/assets/stylesheets/front/home.scss */
.slider .carousel-slider .carousel-item {
  height: auto !important;
  min-height: auto !important;
  background: #ffffff;
}

/* line 1090, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_speaker_mobile_div.slider .carousel-slider .carousel-item,
#carousel_client_mobile_div.slider .carousel-slider .carousel-item,
#carousel_videos_mobile_div.slider .carousel-slider .carousel-item,
#carousel_teams_mobile_div.slider .carousel-slider .carousel-item {
  height: 100% !important;
  min-height: 100% !important;
}

/* line 1098, /myapp/app/assets/stylesheets/front/home.scss */
.my-carousel {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 993px) {
  /* line 1098, /myapp/app/assets/stylesheets/front/home.scss */
  .my-carousel {
    flex-direction: row;
  }
}

/* line 1109, /myapp/app/assets/stylesheets/front/home.scss */
.center-card {
  justify-content: space-around !important;
}

/* line 1113, /myapp/app/assets/stylesheets/front/home.scss */
.my-carousel > div {
  margin-bottom: 0;
}

/* line 1117, /myapp/app/assets/stylesheets/front/home.scss */
.carousel-mobile > .my-carousel {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* line 1124, /myapp/app/assets/stylesheets/front/home.scss */
.carousel-mobile > .my-carousel > div {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* line 1132, /myapp/app/assets/stylesheets/front/home.scss */
.slide {
  width: 230px;
  position: relative;
  height: 285px;
  margin-bottom: 100px;
}

/* line 1139, /myapp/app/assets/stylesheets/front/home.scss */
.slide-front-title {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2.5px;
  text-align: center;
  color: white;
  padding: 0px 12px;
}

/* line 1151, /myapp/app/assets/stylesheets/front/home.scss */
.slide-front-paragraph {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2.2px;
  text-align: center;
  color: white;
  margin: 14px 0;
  height: 32px;
  overflow: hidden;
}
/* line 1163, /myapp/app/assets/stylesheets/front/home.scss */
.slide-front-paragraph p {
  margin: 0px;
}

/* line 1168, /myapp/app/assets/stylesheets/front/home.scss */
.btn-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
  box-shadow: 0 0 0 0 black, 0 0 0 0 black, 0 0 0 0 black;
  padding: 0 10px 0 10px;
}

/* line 1188, /myapp/app/assets/stylesheets/front/home.scss */
.slide-front {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.67)), color-stop(100%, rgba(0, 0, 0, 0.87)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 68%, rgba(0, 0, 0, 0.87) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/* line 1240, /myapp/app/assets/stylesheets/front/home.scss */
.slide-front > p {
  padding: 0 12px;
}

/* line 1245, /myapp/app/assets/stylesheets/front/home.scss */
.slide-who-are {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}

/* line 1257, /myapp/app/assets/stylesheets/front/home.scss */
.slide-who-title {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2.5px;
  text-align: center;
  color: white;
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
}

/* line 1276, /myapp/app/assets/stylesheets/front/home.scss */
.featured-speakers-title {
  margin-bottom: 0;
  white-space: inherit;
}
@media screen and (min-width: 993px) {
  /* line 1276, /myapp/app/assets/stylesheets/front/home.scss */
  .featured-speakers-title {
    margin-bottom: 40px;
  }
}

/* line 1285, /myapp/app/assets/stylesheets/front/home.scss */
.div-btn-celebrity {
  display: flex;
  height: 185px;
  justify-content: center;
  align-items: center;
  background-color: #3333cc;
}

/* line 1293, /myapp/app/assets/stylesheets/front/home.scss */
#view-all-talents {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(#ff003e 9.7%, #f00);
  box-shadow: 0 0 0 4px #ffffff;
  color: white;
  font-weight: 500;
  width: 242px;
  font-size: 14px;
  padding: 0px 15px;
  height: 50px;
}
@media screen and (min-width: 993px) {
  /* line 1293, /myapp/app/assets/stylesheets/front/home.scss */
  #view-all-talents {
    width: 346px;
    height: 56px;
    font-size: 17px;
  }
}

/* line 1313, /myapp/app/assets/stylesheets/front/home.scss */
#view-all-talents:hover {
  box-shadow: 0 0 0 4px #ffffff !important;
}

/* line 1317, /myapp/app/assets/stylesheets/front/home.scss */
.logos {
  background-color: #ebebeb;
}

/* line 1321, /myapp/app/assets/stylesheets/front/home.scss */
#logos {
  background-color: #ebebeb;
  height: 632px !important;
}
/* line 1325, /myapp/app/assets/stylesheets/front/home.scss */
#logos .indicators {
  bottom: -20px;
}
@media screen and (min-width: 993px) {
  /* line 1321, /myapp/app/assets/stylesheets/front/home.scss */
  #logos {
    height: unset !important;
    padding-bottom: 40px;
  }
  /* line 1333, /myapp/app/assets/stylesheets/front/home.scss */
  #logos .indicators {
    bottom: 0;
  }
}

/* line 1339, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_client_div,
#carousel_client {
  height: 252px !important;
}

/* line 1344, /myapp/app/assets/stylesheets/front/home.scss */
.img-logo > img {
  width: 180px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1350, /myapp/app/assets/stylesheets/front/home.scss */
.img-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1356, /myapp/app/assets/stylesheets/front/home.scss */
.logos > .process-title {
  margin-top: 0;
  padding-top: 40px;
}

/* line 1361, /myapp/app/assets/stylesheets/front/home.scss */
.logos .slider .slides > li.client-carousel {
  display: flex !important;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  min-height: auto;
  background: #ebebeb;
}

/* line 1370, /myapp/app/assets/stylesheets/front/home.scss */
.preloader {
  display: none;
  justify-content: center;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 1382, /myapp/app/assets/stylesheets/front/home.scss */
.preloader-wrapper {
  display: block;
}

/* line 1386, /myapp/app/assets/stylesheets/front/home.scss */
.hide {
  display: none;
}

/* line 1390, /myapp/app/assets/stylesheets/front/home.scss */
.spinner-color {
  border-color: #5900d0;
}

/* line 1394, /myapp/app/assets/stylesheets/front/home.scss */
.preloader-background {
  position: absolute;
  top: 108px;
  bottom: 0;
  left: 160px;
  right: 0;
  z-index: 5;
}

/* line 1405, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_videos_mobile .preloader-background,
#carousel_videos_mobile_div .preloader-background {
  position: absolute;
  top: 88px;
  bottom: 0;
  left: 107px;
  right: 0;
  z-index: 5;
}

/* line 1415, /myapp/app/assets/stylesheets/front/home.scss */
.error-loading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 6;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  color: white;
}

/* line 1429, /myapp/app/assets/stylesheets/front/home.scss */
::-moz-placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: black;
  opacity: 1;
  /* Firefox */
}

/* line 1434, /myapp/app/assets/stylesheets/front/home.scss */
.who-are-title {
  color: #3333cc;
  padding: 0;
  margin: 40px 0 40px 0;
}
@media screen and (min-width: 993px) {
  /* line 1434, /myapp/app/assets/stylesheets/front/home.scss */
  .who-are-title {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

/* line 1444, /myapp/app/assets/stylesheets/front/home.scss */
.who-are-text {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2.9px;
  text-align: center;
  color: #363636;
  margin-bottom: 40px;
  padding: 0 26px;
}
@media screen and (min-width: 993px) {
  /* line 1444, /myapp/app/assets/stylesheets/front/home.scss */
  .who-are-text {
    font-size: 16px;
    padding: 0;
  }
}

/* line 1462, /myapp/app/assets/stylesheets/front/home.scss */
.who-are-container {
  padding: 0 0 40px 0;
}
@media screen and (min-width: 993px) {
  /* line 1462, /myapp/app/assets/stylesheets/front/home.scss */
  .who-are-container {
    padding: 0 46px 40px 46px;
  }
}

/* line 1470, /myapp/app/assets/stylesheets/front/home.scss */
.who-are-container > .separator {
  margin-bottom: 0;
  border-bottom: solid 0.5px rgba(202, 202, 202, 0.68);
  height: 2px;
}

/* line 1476, /myapp/app/assets/stylesheets/front/home.scss */
.separator.homepage {
  margin: 0;
}

/* line 1480, /myapp/app/assets/stylesheets/front/home.scss */
.who-are-container .arrow-left,
.who-are-container .arrow-right {
  top: 62%;
}
@media screen and (min-width: 993px) {
  /* line 1480, /myapp/app/assets/stylesheets/front/home.scss */
  .who-are-container .arrow-left,
  .who-are-container .arrow-right {
    top: 52%;
  }
}

/* line 1489, /myapp/app/assets/stylesheets/front/home.scss */
.feature-speakers.who-are-container .arrow-left,
.feature-speakers.who-are-container .arrow-right {
  top: 52%;
}
@media screen and (min-width: 993px) {
  /* line 1489, /myapp/app/assets/stylesheets/front/home.scss */
  .feature-speakers.who-are-container .arrow-left,
  .feature-speakers.who-are-container .arrow-right {
    top: 47%;
  }
}

/* line 1500, /myapp/app/assets/stylesheets/front/home.scss */
.featured-videos.who-are-container .arrow-left,
.featured-videos.who-are-container .arrow-right {
  top: 34%;
}

/* line 1507, /myapp/app/assets/stylesheets/front/home.scss */
.featured-clients .arrow-left,
.featured-clients .arrow-right {
  top: 51%;
}
@media screen and (min-width: 993px) {
  /* line 1507, /myapp/app/assets/stylesheets/front/home.scss */
  .featured-clients .arrow-left,
  .featured-clients .arrow-right {
    top: 52%;
  }
}

/* line 1518, /myapp/app/assets/stylesheets/front/home.scss */
.div-our-services .arrow-left,
.div-our-services .arrow-right {
  top: 42%;
}
@media screen and (min-width: 993px) {
  /* line 1518, /myapp/app/assets/stylesheets/front/home.scss */
  .div-our-services .arrow-left,
  .div-our-services .arrow-right {
    top: 46%;
  }
}

/* line 1529, /myapp/app/assets/stylesheets/front/home.scss */
.div-our-services .arrow-left.show-teams-videos,
.div-our-services .arrow-right.show-teams-videos {
  top: 44%;
}
@media screen and (min-width: 993px) {
  /* line 1529, /myapp/app/assets/stylesheets/front/home.scss */
  .div-our-services .arrow-left.show-teams-videos,
  .div-our-services .arrow-right.show-teams-videos {
    top: 46%;
  }
}

/* line 1539, /myapp/app/assets/stylesheets/front/home.scss */
.size-item-carousel {
  width: 250px;
  height: 230px;
}
@media screen and (min-width: 993px) {
  /* line 1539, /myapp/app/assets/stylesheets/front/home.scss */
  .size-item-carousel {
    width: 340px;
    height: 285px;
  }
}

/* line 1550, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_speaker_mobile .size-item-carousel {
  width: 250px;
  height: 272px;
}

/* line 1557, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_speaker .size-item-carousel {
  width: 255px;
  height: 285px;
}

/* line 1563, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_who_are,
#carousel_who_are_div {
  height: 356px !important;
}

/* line 1568, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_who_are_mobile,
#carousel_who_are_mobile_div {
  height: 295px !important;
}
@media screen and (min-width: 993px) {
  /* line 1568, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_who_are_mobile,
  #carousel_who_are_mobile_div {
    height: 400px !important;
  }
}

/* line 1577, /myapp/app/assets/stylesheets/front/home.scss */
.video-speaker-name,
.video-category-name {
  font-size: 15px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.9px;
  text-align: center;
  color: #3333cc;
  margin: 10px 10px 3px 10px;
}

/* line 1590, /myapp/app/assets/stylesheets/front/home.scss */
.video-category-name {
  color: #464646;
  margin: 0;
}

/* line 1595, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_videos,
#carousel_videos_div {
  height: 378px !important;
}

/* line 1600, /myapp/app/assets/stylesheets/front/home.scss */
.video-description {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #d9d9d9, #ffffff);
  padding-bottom: 8px;
}

/* line 1607, /myapp/app/assets/stylesheets/front/home.scss */
div#carousel_videos .indicators,
div#carousel_videos_mobile .indicators {
  margin-bottom: 0;
}

/* line 1612, /myapp/app/assets/stylesheets/front/home.scss */
.div-btn-topic {
  margin-top: 20px;
  position: relative;
}

/* line 1617, /myapp/app/assets/stylesheets/front/home.scss */
#book_speaker_now_home_container {
  height: auto;
}

/* line 1621, /myapp/app/assets/stylesheets/front/home.scss */
.div-btn-secure {
  display: flex;
  height: 130px;
  justify-content: center;
  align-items: center;
  background-color: #3333cc;
}
/* line 1628, /myapp/app/assets/stylesheets/front/home.scss */
.div-btn-secure > .div-btn-topic {
  margin: 0;
}

/**
* FOOTER
**/
/* line 1637, /myapp/app/assets/stylesheets/front/home.scss */
.col-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
/* line 1643, /myapp/app/assets/stylesheets/front/home.scss */
.col-services > div.item {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  max-height: 35px;
  overflow: hidden;
  min-width: 126px !important;
  max-width: 200px !important;
  /*168*/
  min-height: 35px !important;
}
/* line 1659, /myapp/app/assets/stylesheets/front/home.scss */
.col-services > div.item > div {
  margin-top: -4px;
}
/* line 1663, /myapp/app/assets/stylesheets/front/home.scss */
.col-services > div.item > a {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 2.5px;
  text-align: left;
  color: #ffffff;
  margin-left: 12px;
  padding-right: 5px;
}
@media screen and (min-width: 993px) {
  /* line 1643, /myapp/app/assets/stylesheets/front/home.scss */
  .col-services > div.item {
    max-height: 20px;
    min-height: 20px !important;
    padding-right: 0;
    max-width: unset !important;
  }
}

/* line 1685, /myapp/app/assets/stylesheets/front/home.scss */
.footer-title-section {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 2.5px;
  text-align: left;
  color: #ffffff;
  margin: auto;
  margin-bottom: 12px;
}
/* line 1697, /myapp/app/assets/stylesheets/front/home.scss */
.footer-title-section span {
  border-bottom: 2px solid white;
  line-height: 1.5;
}
@media screen and (min-width: 993px) {
  /* line 1685, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-title-section {
    text-align: center;
    border-bottom: 2px solid #f5f5f5;
  }
  /* line 1706, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-title-section span {
    border-bottom: 0 solid transparent;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 1685, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-title-section {
    margin-left: 19px;
  }
}

/* line 1716, /myapp/app/assets/stylesheets/front/home.scss */
.footer-list {
  background-color: #3a3a3a;
  padding: 40px 20px 20px 20px;
}
@media screen and (min-width: 993px) {
  /* line 1716, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-list {
    padding: 40px 100px 34px 100px;
  }
}

/* line 1724, /myapp/app/assets/stylesheets/front/home.scss */
.footer-description,
.footer-contact,
.footer-copyright {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 10px 0;
}
/* line 1737, /myapp/app/assets/stylesheets/front/home.scss */
.footer-description > .twitter,
.footer-contact > .twitter,
.footer-copyright > .twitter {
  margin: 0 0 0 10px;
}
/* line 1740, /myapp/app/assets/stylesheets/front/home.scss */
.footer-description > .facebook > a > img, .footer-description > .twitter > a > img,
.footer-contact > .facebook > a > img,
.footer-contact > .twitter > a > img,
.footer-copyright > .facebook > a > img,
.footer-copyright > .twitter > a > img {
  margin: 0;
}
@media screen and (min-width: 993px) {
  /* line 1724, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-description,
  .footer-contact,
  .footer-copyright {
    padding: 0 80px 0 80px;
    margin: 30px;
  }
}

/* line 1751, /myapp/app/assets/stylesheets/front/home.scss */
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
/* line 1758, /myapp/app/assets/stylesheets/front/home.scss */
.footer-contact img {
  margin: 0 10px 0 10px;
}
/* line 1761, /myapp/app/assets/stylesheets/front/home.scss */
.footer-contact > a {
  color: #ffffff;
  margin-bottom: 10px;
}
/* line 1766, /myapp/app/assets/stylesheets/front/home.scss */
.footer-contact .footer-contact {
  margin-bottom: 10px;
}
@media screen and (min-width: 993px) {
  /* line 1751, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-contact {
    flex-direction: row;
  }
  /* line 1773, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-contact > a {
    margin-bottom: 0;
  }
  /* line 1777, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-contact .footer-contact {
    margin-bottom: 0;
  }
}

/* line 1783, /myapp/app/assets/stylesheets/front/home.scss */
.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin: 0;
  flex-direction: column;
}
/* line 1791, /myapp/app/assets/stylesheets/front/home.scss */
.footer-copyright > div {
  margin-bottom: 10px;
}
/* line 1795, /myapp/app/assets/stylesheets/front/home.scss */
.footer-copyright > .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1800, /myapp/app/assets/stylesheets/front/home.scss */
.footer-copyright > .logo > img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 6px;
}
@media screen and (min-width: 993px) {
  /* line 1783, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-copyright {
    flex-direction: row;
  }
  /* line 1811, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-copyright > div {
    margin-bottom: 0;
  }
}

/* line 1817, /myapp/app/assets/stylesheets/front/home.scss */
.footer-sub-info {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}
@media screen and (min-width: 993px) {
  /* line 1817, /myapp/app/assets/stylesheets/front/home.scss */
  .footer-sub-info {
    flex-direction: row;
    margin: 0;
  }
}

/**
* BANNER 2
**/
/* line 1834, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1,
#slider_banner_1 {
  height: 312px !important;
}
/* line 1838, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item,
#slider_banner_1 > .carousel-item {
  display: flex !important;
  height: 100% !important;
}
/* line 1842, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div,
#slider_banner_1 > .carousel-item div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* line 1848, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div .slide-banner-speaker,
#slider_banner_1 > .carousel-item div .slide-banner-speaker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 60px 15px;
  position: relative;
  z-index: 2;
}
/* line 1857, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div .slide-banner-speaker > .slide-front-title,
#slider_banner_1 > .carousel-item div .slide-banner-speaker > .slide-front-title {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 6px;
  text-align: left;
  padding: 0;
  max-height: 68px;
  overflow: hidden;
  justify-content: flex-start;
  word-break: break-word;
}
/* line 1872, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div .slide-banner-speaker p,
#slider_banner_1 > .carousel-item div .slide-banner-speaker p {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 4px;
  height: 48px;
  overflow: hidden;
}
/* line 1884, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div .slide-banner-speaker .services-buttons,
#slider_banner_1 > .carousel-item div .slide-banner-speaker .services-buttons {
  justify-content: flex-start;
  align-items: flex-start;
}
/* line 1888, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_banner_1 > .carousel-item div .slide-banner-speaker .services-buttons a,
#slider_banner_1 > .carousel-item div .slide-banner-speaker .services-buttons a {
  width: 150px;
  height: 45px;
  font-size: 18px;
}
@media screen and (min-width: 993px) {
  /* line 1848, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_banner_1 > .carousel-item div .slide-banner-speaker,
  #slider_banner_1 > .carousel-item div .slide-banner-speaker {
    padding: 130px 120px;
  }
}
@media screen and (min-width: 993px) {
  /* line 1834, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_banner_1,
  #slider_banner_1 {
    height: 550px !important;
  }
}

/* line 1907, /myapp/app/assets/stylesheets/front/home.scss */
.height-item-carousel {
  height: 312px;
}
@media screen and (min-width: 993px) {
  /* line 1907, /myapp/app/assets/stylesheets/front/home.scss */
  .height-item-carousel {
    height: 550px;
  }
}

/* line 1915, /myapp/app/assets/stylesheets/front/home.scss */
#slider_banner_1_div {
  height: 312px !important;
}
/* line 1918, /myapp/app/assets/stylesheets/front/home.scss */
#slider_banner_1_div .indicators {
  bottom: 0;
}
@media screen and (min-width: 993px) {
  /* line 1915, /myapp/app/assets/stylesheets/front/home.scss */
  #slider_banner_1_div {
    height: 550px !important;
  }
}

/* line 1927, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial_div {
  height: 350px !important;
}

/* line 1933, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial_div .indicators,
#carousel_testimonial_mobile_div .indicators {
  bottom: 0;
}

/* line 1938, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_teams_div.slider .slides li img,
#carousel_teams_mobile_div .slides li img {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 993px) {
  /* line 1938, /myapp/app/assets/stylesheets/front/home.scss */
  #carousel_teams_div.slider .slides li img,
  #carousel_teams_mobile_div .slides li img {
    width: 180px;
    height: 180px;
  }
}

/* line 1952, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial_div.slider .slides li img,
#carousel_testimonial_mobile_div .slides li img {
  width: 125px;
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1964, /myapp/app/assets/stylesheets/front/home.scss */
.owl-home-testimonials .owl-home-testimonials-item .owl-home-testimonials-item-header img {
  width: 125px;
  height: 125px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
}
/* line 1973, /myapp/app/assets/stylesheets/front/home.scss */
.owl-home-testimonials .owl-home-testimonials-item .owl-home-testimonials-item-body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #494949;
  padding: 0 20px 0 20px;
  margin: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 993px) {
  /* line 1973, /myapp/app/assets/stylesheets/front/home.scss */
  .owl-home-testimonials .owl-home-testimonials-item .owl-home-testimonials-item-body {
    -webkit-line-clamp: 8;
    font-size: 20px;
  }
}
/* line 1997, /myapp/app/assets/stylesheets/front/home.scss */
.owl-home-testimonials .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 10px;
}
/* line 2006, /myapp/app/assets/stylesheets/front/home.scss */
.owl-home-testimonials .owl-nav span {
  font-size: 45px;
  opacity: 0.2;
  color: #000000;
}

/* line 2014, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_client_mobile_div .slides li img,
#carousel_client_div .slides li img {
  width: 180px;
  height: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2023, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_testimonial_div.slider .slides li img.image-rounded,
#carousel_testimonial_mobile_div .slides li img.image-rounded {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2032, /myapp/app/assets/stylesheets/front/home.scss */
.slider .indicators {
  z-index: 5;
  bottom: 30px;
}
/* line 2036, /myapp/app/assets/stylesheets/front/home.scss */
.slider .indicators .indicator-item {
  height: 8px;
  width: 8px;
  margin: 24px 4px 0px 4px;
  background-color: #464646;
  opacity: 0.3;
}
/* line 2044, /myapp/app/assets/stylesheets/front/home.scss */
.slider .indicators .indicator-item.active {
  background-color: #464646;
  opacity: 1;
}

/* line 2051, /myapp/app/assets/stylesheets/front/home.scss */
#slider_banner_1_div .indicator-item.active {
  background-color: #ffffff !important;
}

/* line 2056, /myapp/app/assets/stylesheets/front/home.scss */
.slider .slides {
  background-color: #ffffff;
}

/* line 2060, /myapp/app/assets/stylesheets/front/home.scss */
#carousel_client,
#carousel_client_mobile {
  background-color: #ebebeb;
}

/* line 2065, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters {
  background: #5900d0;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 30px;
}
/* line 2075, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters form {
  width: 100%;
}
/* line 2078, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters form .div-filters {
  margin: 0;
}
/* line 2081, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters form .div-filters input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.banner-bar-filters form .div-filters input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
.banner-bar-filters form .div-filters input::placeholder {
  color: #ffffff;
  opacity: 1;
  /* Firefox */
}
/* line 2086, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters form .div-filters .input-field,
.banner-bar-filters form .div-filters .div-search {
  margin: 0;
}
/* line 2091, /myapp/app/assets/stylesheets/front/home.scss */
.banner-bar-filters form .div-filters .select-dropdown {
  box-sizing: border-box;
}

/* line 2098, /myapp/app/assets/stylesheets/front/home.scss */
.container-banner-filters {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 2104, /myapp/app/assets/stylesheets/front/home.scss */
.container-banner-filters > div.div-text-triangle {
  height: 70px;
  background-color: #fb1f2f;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: 2.5px;
  text-align: left;
  color: #ffffff;
  padding: 19px 0px 19px 14px;
  position: relative;
  width: 260px;
  min-width: 220px;
}
/* line 2121, /myapp/app/assets/stylesheets/front/home.scss */
.container-banner-filters > div.div-text-triangle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 31px;
  height: 31px;
  background: #5900d0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #fb1f2f;
}

/* line 2136, /myapp/app/assets/stylesheets/front/home.scss */
.home-events.row {
  margin-bottom: 0;
}
/* line 2140, /myapp/app/assets/stylesheets/front/home.scss */
.home-events .speaker-mini-description {
  height: 108px;
}

/* line 2145, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content.menu-items {
  min-width: 260px;
  right: 0;
  left: calc(100% - 260px) !important;
  padding: 45px 20px !important;
  top: 0 !important;
  height: 100%;
  background: linear-gradient(to bottom, #ededed 0%, #f6f6f6 15%, white 47%, white 100%);
}
/* line 2162, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content.menu-items > li a {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  color: #363636;
}
/* line 2170, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content.menu-items > li a:hover {
  font-style: italic;
  color: #3333cc;
  text-decoration: underline;
}
/* line 2176, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content.menu-items > li.selected,
.dropdown-content.menu-items li:hover {
  background-color: transparent;
}
/* line 2179, /myapp/app/assets/stylesheets/front/home.scss */
.dropdown-content.menu-items > li.selected a,
.dropdown-content.menu-items li:hover a {
  font-style: italic;
  color: #3333cc;
  text-decoration: underline;
}

/* line 2187, /myapp/app/assets/stylesheets/front/home.scss */
.hidden-important {
  display: none !important;
}

/* line 2191, /myapp/app/assets/stylesheets/front/home.scss */
.margin-filter {
  margin: 0 10px;
}

/* line 2195, /myapp/app/assets/stylesheets/front/home.scss */
.text-justify {
  text-align: justify !important;
}

/* line 2199, /myapp/app/assets/stylesheets/front/home.scss */
#recent-event-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
