/* breakpoints */
.grid-position {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

html:lang(ar) .grid-position {
  float: right; }

.basic-banner {
  position: relative; }
  .basic-banner:after {
    content: "";
    display: block;
    height: 450px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=0 );
    /* IE6-9 */
    pointer-events: none; }
  .basic-banner .bg-img-cover {
    background-color: #000000;
    height: 600px;
    max-height: 600px;
    opacity: 0.6; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .basic-banner .bg-img-cover {
        height: 500px;
        max-height: 500px; } }
    @media (max-width: 1199.98px) {
      .basic-banner .bg-img-cover {
        height: 400px;
        max-height: 400px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .basic-banner .bg-img-cover {
        height: 350px;
        max-height: 350px; } }
    @media all and (max-width: 599px) {
      .basic-banner .bg-img-cover {
        height: 300px;
        max-height: 100%; } }
    .basic-banner .bg-img-cover:after {
      content: "";
      display: block;
      height: 450px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.4;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000', GradientType=0 );
      /* IE6-9 */
      pointer-events: none; }
  .basic-banner .description {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 2; }
    .basic-banner .description .sub-title {
      padding-left: 13%;
      line-height: normal; }
    @media only screen and (min-width: 1920px) {
      .basic-banner .description .title {
        font-size: 6.875rem;
        line-height: 6.875rem; } }
    @media (min-width: 320px) and (max-width: 1920px) {
      .basic-banner .description .title {
        font-size: calc( 45px + (110 - 45) * ( (100vw - 320px) / (1920 - 320) )); } }
    @media (min-width: 320px) and (max-width: 1920px) {
      .basic-banner .description .title {
        line-height: calc( 45px + (110 - 45) * ( (100vw - 320px) / (1920 - 320) )); } }
    .basic-banner .description .mob {
      display: none; }
    @media all and (max-width: 1023px) {
      .basic-banner .description .desk {
        display: none; }
      .basic-banner .description .mob {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
  .basic-banner .moving-tag {
    position: absolute;
    right: 5%;
    bottom: 2%;
    color: #ffffff;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .basic-banner .moving-tag a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .basic-banner .moving-tag a:hover {
        color: #ff6a00 !important; }
      .basic-banner .moving-tag a:before {
        content: "";
        background: url("../images/down-orange-arrow.svg") no-repeat;
        width: 18px;
        height: 13px;
        top: 50%;
        margin-right: 15px; }
    @media all and (max-width: 1023px) {
      .basic-banner .moving-tag {
        display: none; } }

.error-page .basic-banner .bg-img-cover {
  height: 100vh;
  max-height: 100vh; }

@media all and (max-width: 599px) {
  .error-page .basic-banner .description .title {
    font-size: 34px; } }

html:lang(ar) .basic-banner:after {
  left: auto;
  right: 0; }

html:lang(ar) .basic-banner .bg-img-cover:after {
  left: auto;
  right: 0; }

html:lang(ar) .basic-banner .description {
  left: auto;
  right: 0; }
  html:lang(ar) .basic-banner .description .sub-title {
    padding: 0;
    padding-right: 13%; }

html:lang(ar) .basic-banner .moving-tag {
  right: auto;
  left: 5%; }
  html:lang(ar) .basic-banner .moving-tag a:before {
    margin: 0;
    margin-left: 15px; }
