.banner-promi {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 720px;
}
@media (min-width:720px) {
  .banner-promi {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width:980px) {
  .banner-promi {
    height: 640px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.banner-promi .img-wrap {
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (min-width:720px) {
  .banner-promi .img-wrap {
    width: 70%;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi .img-wrap {
    width: 65%;
    height: 640px;
  }
}
.banner-promi .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-promi .banner-copy {
  position: absolute;
  width: 100%;
  height: 64%;
  background-color: #f96000;
  border-radius: 0 0 180px 180px;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding: 48px 32px 48px 32px;
}
@media (min-width:720px) {
  .banner-promi .banner-copy {
    align-items: center;
    width: 55.5%;
    height: 480px;
    border-radius: 0 200px 200px 0;
    padding: 32px 24px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-promi .banner-copy {
    align-items: center;
    width: 50%;
    height: 100%;
    border-radius: 0 200px 200px 0;
    padding: 50px 80px 50px 100px;
  }
}
.banner-promi .banner-copy::after {
  content: "";
  width: 0;
  height: 0;
  background-color: #f96000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width:720px) {
  .banner-promi .banner-copy::after {
    top: 0;
    right: -16%;
    width: 480px;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi .banner-copy::after {
    top: 0;
    right: -16%;
    width: 640px;
    height: 640px;
  }
}
.banner-promi .banner-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
.banner-promi .banner-copy h1,
.banner-promi .banner-copy p {
  color: #ffffff;
  line-height: 1.25;
}
.banner-promi .banner-copy p {
  font-size: 18px;
}
@media (min-width:980px) {
  .banner-promi .banner-copy p {
    font-size: 24px;
  }
}
.banner-promi .banner-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-promi .banner-copy .btn.default {
    display: inline-flex;
  }
}

.banner-promi-2 {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 720px;
  background-color: #f96000;
}
@media (min-width:720px) {
  .banner-promi-2 {
    justify-content: flex-start;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 {
    height: 640px;
    justify-content: flex-start;
  }
}
.banner-promi-2 .img-wrap {
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width:720px) {
  .banner-promi-2 .img-wrap {
    width: 56%;
    height: 480px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .img-wrap {
    width: 58%;
    height: 640px;
  }
}
.banner-promi-2 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 160px 160px 0 0;
}
@media (min-width:720px) {
  .banner-promi-2 .img-wrap img {
    width: 100%;
    border-radius: 280px 0 0 280px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .img-wrap img {
    border-radius: 320px 0 0 320px;
  }
}
.banner-promi-2 .banner-copy {
  position: relative;
  width: 100%;
  height: 64%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  padding: 48px 32px 48px 32px;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy {
    align-items: center;
    width: 55.5%;
    height: 480px;
    padding: 32px 24px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy {
    align-items: center;
    width: 65%;
    height: 100%;
    padding: 50px 80px 50px 100px;
  }
}
.banner-promi-2 .banner-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy .copy-wrap {
    max-width: 80%;
  }
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy .copy-wrap {
    max-width: 60%;
  }
}
.banner-promi-2 .banner-copy h1,
.banner-promi-2 .banner-copy p {
  color: #ffffff;
  line-height: 1.25;
}
.banner-promi-2 .banner-copy p {
  font-size: 18px;
}
@media (min-width:980px) {
  .banner-promi-2 .banner-copy p {
    font-size: 24px;
  }
}
.banner-promi-2 .banner-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-promi-2 .banner-copy .btn.default {
    display: inline-flex;
  }
}

.banner-static {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #131619;
}
@media (min-width:720px) {
  .banner-static {
    align-items: center;
  }
}
.banner-static .static-copy {
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .banner-static .static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    bottom: auto;
    top: auto;
    margin-top: 32px;
  }
}
.banner-static .static-copy h1,
.banner-static .static-copy p {
  color: #ffffff;
}
.banner-static .static-copy h1 {
  margin-bottom: 16px;
}
.banner-static .static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-static .static-copy .office-type {
  font-size: 14px;
  font-weight: 400;
  color: #131619;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
  display: inline-flex;
}
.banner-static .static-img {
  position: relative;
  width: 100%;
}
.banner-static .static-img img {
  border-radius: 0;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-static .static-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .banner-static .static-img img {
    max-height: 700px;
  }
}
.banner-static.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.banner-project {
  width: 100%;
  max-width: 100%;
  height: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background-color: #eff1f7;
}
.banner-project.no-img {
  justify-content: center;
}
@media (min-width:980px) {
  .banner-project.no-img {
    justify-content: flex-start;
  }
}
@media (min-width:980px) {
  .banner-project {
    flex-direction: row;
    height: 480px;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  .banner-project {
    height: 640px;
  }
}
.banner-project .static-copy {
  position: relative;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .banner-project .static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    margin-top: 32px;
  }
}
.banner-project .static-copy h1,
.banner-project .static-copy p {
  color: #131619;
  margin: 0;
}
.banner-project .static-copy h1 {
  margin-bottom: 16px;
}
.banner-project .static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-project .round-img {
  position: absolute;
  width: 100%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:980px) {
  .banner-project .round-img {
    width: 580px;
    height: 580px;
    position: absolute;
    left: auto;
    right: 32px;
    top: 48px;
    border-radius: 50%;
  }
}
@media (min-width: 1440px) {
  .banner-project .round-img {
    width: 740px;
    height: 740px;
  }
}
.banner-project .round-img img {
  border-radius: 0;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-project .round-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .banner-project .round-img img {
    max-height: 700px;
  }
}
.banner-project.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.banner-exec {
  width: 100%;
  max-width: 1920px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  background-color: #f96000;
}
@media (min-width:980px) {
  .banner-exec {
    flex-direction: row;
    height: 480px;
    max-height: 480px;
    justify-content: flex-start;
    align-items: center;
  }
}
.banner-exec .static-copy {
  position: relative;
  z-index: 2;
  padding: 24px;
}
@media (min-width:980px) {
  .banner-exec .static-copy {
    width: 50%;
    padding: 0 24px 0 24px;
    padding: 0 0 0 100px;
  }
}
.banner-exec .static-copy h1,
.banner-exec .static-copy p {
  color: #ffffff;
  margin: 0;
  line-height: 1.25;
}
.banner-exec .round-img {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:720px) and (max-width:979px) {
  .banner-exec .round-img {
    width: 380px;
    height: 380px;
  }
}
@media (min-width:980px) {
  .banner-exec .round-img {
    width: 480px;
    height: 480px;
    position: absolute;
    left: auto;
    bottom: -70px;
    right: -70px;
    border-radius: 50%;
  }
}
.banner-exec .round-img img {
  border-radius: 0;
  width: 480px;
  height: 480px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .banner-exec .round-img img {
    height: 480px;
    max-height: 480px;
    opacity: 1;
  }
}
.banner-exec.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

@media (min-width:980px) {
  .lang-ar .banner-exec .static-copy {
    width: 50%;
    padding: 0 24px 0 24px;
    padding: 0 100px 0 0;
  }
}
.lang-ar .banner-exec .round-img {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width:720px) and (max-width:979px) {
  .lang-ar .banner-exec .round-img {
    width: 380px;
    height: 380px;
  }
}
@media (min-width:980px) {
  .lang-ar .banner-exec .round-img {
    width: 480px;
    height: 480px;
    position: absolute;
    left: -70px;
    bottom: -70px;
    right: auto;
    border-radius: 50%;
  }
}
.lang-ar .banner-exec.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.banner-action {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-direction: column;
  height: 100vh;
  max-height: 640px;
  background-color: #eff1f7;
}
@media (min-width:720px) {
  .banner-action {
    height: 400px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width:980px) {
  .banner-action {
    height: 400px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .banner-action {
    height: 520px;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.banner-action .img-shape {
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (min-width:720px) {
  .banner-action .img-shape {
    width: 70%;
    height: 400px;
  }
}
@media (min-width:980px) {
  .banner-action .img-shape {
    width: 65%;
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .banner-action .img-shape {
    width: 65%;
    height: 520px;
  }
}
.banner-action .img-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-action .brn-act-copy {
  position: absolute;
  width: 100%;
  height: 65%;
  background-color: #eff1f7;
  border-radius: 0 0 180px 180px;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px 32px 48px 32px;
}
@media (min-width:720px) {
  .banner-action .brn-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 58%;
    height: 400px;
    border-radius: 0 200px 200px 0;
    padding: 48px 80px 32px 32px;
  }
}
@media (min-width:980px) {
  .banner-action .brn-act-copy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 52%;
    height: 100%;
    border-radius: 0 280px 280px 0;
    padding: 50px 150px 50px 100px;
  }
}
.banner-action .brn-act-copy .copy-wrap {
  position: relative;
  z-index: 2;
}
.banner-action .brn-act-copy h1,
.banner-action .brn-act-copy h3,
.banner-action .brn-act-copy h4,
.banner-action .brn-act-copy p {
  color: #131619;
  line-height: 1.25;
}
.banner-action .brn-act-copy p {
  font-size: 18px;
  margin-top: 0;
}
.banner-action .brn-act-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.banner-action .brn-act-copy .btn.default {
  display: table;
  margin: 0 auto;
}
@media (min-width:720px) {
  .banner-action .brn-act-copy .btn.default {
    margin: 0;
    display: inline-flex;
  }
}

.photo-static {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #131619;
}
@media (min-width:720px) {
  .photo-static {
    align-items: center;
  }
}
.photo-static .photo-static-copy {
  position: absolute;
  left: 0;
  bottom: 48px;
  z-index: 2;
  padding: 0 24px 0 24px;
}
@media (min-width:980px) {
  .photo-static .photo-static-copy {
    width: 50%;
    padding: 0 0 0 100px;
    bottom: auto;
    top: auto;
  }
}
.photo-static .photo-static-copy h3,
.photo-static .photo-static-copy h4,
.photo-static .photo-static-copy h5,
.photo-static .photo-static-copy p {
  color: #ffffff;
}
.photo-static .photo-static-copy p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #ffffff;
  border-radius: 75px;
  padding: 2px 8px;
}
.photo-static .photo-static-img {
  position: relative;
  width: 100%;
}
.photo-static .photo-static-img img {
  border-radius: 0;
  width: 100%;
  height: 560px;
  object-fit: cover;
  opacity: 0.9;
}
@media (min-width:980px) {
  .photo-static .photo-static-img img {
    max-height: 680px;
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .photo-static .photo-static-img img {
    max-height: 700px;
  }
}
.photo-static.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #131618;
  background: linear-gradient(25deg, rgb(19, 22, 24) 0%, rgba(19, 22, 24, 0.32) 52%, rgba(19, 22, 24, 0.24) 100%);
}

.lang-ar .banner-static .static-copy {
  left: auto;
  right: 24px;
}
@media (min-width:980px) {
  .lang-ar .banner-static .static-copy {
    right: 100px;
  }
}

.crdtwrp {
  position: absolute;
  right: 16px;
  bottom: 20px;
  z-index: 2;
}
.crdtwrp .cright {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  color: #686a6c;
  font-size: 15px;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.crdtwrp .cright:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.crdtwrp .cright .caption {
  position: absolute;
  right: 11px;
  top: -33px;
  display: none;
  background-color: #eff1f7;
  border-radius: 5px;
  color: #131619;
  font-size: 14px;
  padding: 6px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.crdtwrp .cright .caption.swhide {
  display: block;
}
.crdtwrp .cright .copyr,
.crdtwrp .cright .clsr {
  display: none;
  font-size: 14px;
  color: #131619;
}
.crdtwrp .cright .copyr {
  display: block;
}
.crdtwrp .cright .clsr {
  display: none;
}
.crdtwrp .cright.is-toggle .clsr {
  display: block;
}
.crdtwrp .cright.is-toggle .copyr {
  display: none;
}

.copyr-dtls {
  display: none;
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 8px;
  max-width: 60%;
  padding: 16px 40px;
  border-radius: 75px;
  background: rgba(246, 246, 246, 0.8);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.copyr-dtls p {
  font-size: 14px;
  line-height: 1.25;
  color: #131619;
}
.copyr-dtls p:first-child {
  font-weight: 600;
}

.lang-ar .crdtwrp .cright .caption {
  left: 11px;
  right: auto;
}
@media (max-width: 575px) {
  .lang-ar .crdtwrp .cright .caption {
    top: auto !important;
    max-width: 300px;
    width: 100%;
    min-width: 250px;
    bottom: 30px;
    white-space: normal !important;
  }
}

.lang-ar .crdtwrp {
  right: auto;
  left: 16px;
}