.hero-image {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 460px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 979px) {
  .hero-image {
    min-height: 380px;
  }
}

.hero-image.effect {
  background-size: cover;
  background-position: center center;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 460px;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image.no-effect {
  position: relative;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-image.no-effect img.no-effect-full {
  width: 100%;
  position: relative;
  z-index: 0;
  left: 0;
  top: 0;
}

.hero-image:before {
  content: "";
  height: 100%;
  width: 100%;
  height: 170vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(34deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.03) 53%, rgba(102, 58, 0, 0) 100%);
  position: absolute;
  z-index: 1;
}

.hero-image_content {
  max-width: 56%;
  margin-left: 5em;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .hero-image_content {
    max-width: 80%;
    margin-left: 1.5em;
  }
}

.hero-image_content p {
  margin: 0 0 0.5em 0;
}

.hero-image_content p:first-of-type {
  text-transform: uppercase;
  max-width: 50%;
}

@media (max-width: 575px) {
  .hero-image_content p:first-of-type {
    max-width: 90%;
    font-size: 13px;
    line-height: 1.3;
  }
}

.hero-image_content p.sub-text {
  max-width: 60%;
  margin-left: 1.5em;
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  margin-left: -1.5em;
  position: relative;
}

@media (max-width: 575px) {
  .hero-image_content p.sub-text {
    max-width: 90%;
    margin-left: 1em;
  }
}

.hero-image_content p.sub-text.in-view {
  opacity: 1;
  margin-left: 1.5em;
}

@media (max-width: 575px) {
  .hero-image_content p.sub-text.in-view {
    margin-left: 1em;
  }
}

.hero-image_content .conf-title {
  margin: 0 0 1em 0;
  position: relative;
  padding: 1.2em 0 1.2em 1.5em;
}

@media (max-width: 575px) {
  .hero-image_content .conf-title {
    padding: 1em 0 1.1em 1.1em;
  }
}

.hero-image_content .conf-title h2 {
  margin: 0;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  margin-left: -20px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

@media (max-width: 575px) {
  .hero-image_content .conf-title h2 {
    font-size: 1.2em;
  }
}

.hero-image_content .conf-title::after {
  border: 6px solid #e38a15;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%;
  width: 0;
  height: 100%;
  border-right: 0;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
}

.hero-image_content .conf-title.ani-element.in-view h2 {
  margin-left: 0;
}

.hero-image_content .conf-title.ani-element.in-view::after {
  width: 100%;
}

.hero-image_content .btn-register {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  padding: 1em 1.5em;
  margin-left: 1.5em;
  color: #FFFFFF;
  letter-spacing: 1px;
  border: 2px solid #FFFFFF;
  position: relative;
  border-radius: 0;
}

@media (max-width: 575px) {
  .hero-image_content .btn-register {
    padding: 0.8em 1.2em;
  }
}

.hero-image_content .btn-register::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}

.hero-image_content .btn-register:hover {
  color: #000000;
}

.hero-image_content .btn-register:hover::after {
  width: 100%;
}

.hero-image_content .conf-when {
  margin: 1.5em 0 1.5em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 320px) {
  .hero-image_content .conf-when {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .hero-image_content .conf-when {
    margin: 1.5em 0 1.5em 1em;
    width: 100%;
  }
}

.hero-image_content .conf-when .when {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .hero-image_content .conf-when .when {
    min-width: 150px;
    width: 50%;
    line-height: 1.3;
  }
}

@media (max-width: 320px) {
  .hero-image_content .conf-when .when {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.hero-image_content .conf-when .when i {
  width: 30px;
  margin-right: 0.8em;
}

@media (max-width: 320px) {
  .hero-image_content .conf-when .when i img {
    width: 25px;
  }
}

.hero-image_content .conf-when .where {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .hero-image_content .conf-when .where {
    width: 50%;
    margin-left: 1em;
    line-height: 1.3;
  }
}

@media (max-width: 320px) {
  .hero-image_content .conf-when .where {
    width: 100%;
    margin-left: 0;
  }
}

.hero-image_content .conf-when .where i {
  width: 30px;
  margin-right: 0.8em;
}

@media (max-width: 575px) {
  .hero-image_content .conf-when .where i img {
    width: 24px;
  }
}

@media (max-width: 320px) {
  .hero-image_content .conf-when .where i img {
    width: 25px;
  }
}

.hero-image.half-hero {
  height: 60vh;
}

@media (max-width: 575px) {
  .hero-image.half-hero {
    height: 61vh;
  }
}

.hero-image.half-hero .half-hero-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.hero-image.no-effect .hero-image_content {
  position: absolute;
  left: 0em;
  bottom: 11%;
}

.hero-image_content.half {
  position: absolute;
  bottom: 6vh;
}

.hero-image_content.half p:first-of-type {
  font-size: 13px;
}

.hero-image_content.half .conf-title {
  padding: 1.2em 0 1.2em 1.2em;
}

.hero-image_content.half .conf-title h2 {
  font-size: 1.5em;
}

@media (max-width: 575px) {
  .hero-image_content.half .conf-title h2 {
    font-size: 1.2em;
  }
}

.hero-image_content.half p.sub-text {
  font-size: 14px;
  max-width: 100%;
}

.hero-image_content.half .conf-when {
  margin: 1em 0 1em 1.5em;
}

.hero-image_content.half .conf-when .when,
.hero-image_content.half .conf-when .where {
  font-size: 14px;
}

.with-fixed-hero {
  position: relative;
  z-index: 2;
  top: 100vh;
  background: #faf8f8;
  width: 100%;
}

.with-half-hero {
  position: relative;
  z-index: 0;
  top: 0;
  background: #faf8f8;
  width: 100%;
}

.scroll-to {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 1em;
}

.scroll-to .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  color: #FFFFFF;
  position: relative;
}

.scroll-to .wrapper .arrow-container {
  width: 25px;
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  cursor: pointer;
  height: 20px;
  margin: 0 auto;
}

.scroll-to .wrapper .arrow-container .arrow-down {
  margin-left: -5px;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(5px, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 5px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    -webkit-transform: translate(5px, -30px);
    transform: translate(5px, -30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0;
  }
}

.scroll-to .wrapper p {
  width: 100%;
  text-align: center;
}

/* rtl fixes */
.i18n-ar .hero-image_content {
  margin-left: 0;
  margin-right: 5em;
}
.i18n-ar .hero-image_content .conf-when .where {
  margin-left: ;
  margin-right: 3em;
}
.i18n-ar .hero-image_content .conf-when .when i {
  margin-left: 0.8em;
  margin-right: 0;
}
.i18n-ar .hero-image_content .conf-when .where i {
  margin-left: 0.8em;
  margin-right: 0; 
}
.i18n-ar .hero-image_content .conf-title::after {
  border-right: 6px solid #e38a15;
  border-left: 0;
  right: -20px;
  left: auto;
}
/* rtl fixes end */
