i {
  font-style: italic !important;
}
.round {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.card-header {
  padding: 0.75rem 0;
}
.card-header span {
  margin-left: 10px;
}
.modal-backdrop {
  z-index: 0;
}
.modal-open .modal {
  overflow-y: hidden !important;
}
#winner-tab1,
#winner-tab2 {
  cursor: pointer;
}
.desktop-innovation {
  display: none;
}
.mobile-innovation {
  display: block;
}
.camera-icon,
.play-icon {
  display: none !important;
}
input:focus,
textarea:focus {
  outline: 0;
}
.nopadding {
  padding: 0 !important;
}
#response {
  margin: 0 !important;
}
input[type='checkbox'] {
  height: initial !important;
}
label {
  font-family: 'Helvetica Neue Condensed';
  font-size: 18px;
  color: #1c1c1b;
  margin-top: 25px;
  text-transform: uppercase;
}
ul {
  margin: 0;
}
img {
  cursor: pointer;
  transition: transform 1.3s;
}
.success {
  display: none;
  font-family: 'Helvetica Neue Condensed';
  font-size: 18px;
  color: #1c1c1b;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.errors {
  font-family: 'Helvetica Neue Condensed';
  font-size: 18px;
  color: #1c1c1b;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.errors2 {
  font-family: 'Helvetica Neue Condensed';
  font-size: 18px;
  color: #1c1c1b;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.container_checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #1c1c1b;
}
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.container_checkbox input:checked ~ .checkmark {
  background-color: #1c1c1b;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.container_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container_checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@keyframes fadeOutLeft {
  0% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -o-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#app {
  max-width: 100%;
  animation-name: fade-out;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  animation-direction: alternate;
}
#apply-now-btn-scroll {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99;
  font-size: 18px;
  outline: 0;
  color: #fff;
  cursor: pointer;
  font-family: 'Helvetica Neue Condensed';
  font-size: 16px;
  text-transform: uppercase;
  background-color: #999999;
  /*cursor: not-allowed;*/
  border: 1px solid #fff;
  padding: 15px 50px;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.download-form-modal form input {
  border: solid 2px #1c1c1b;
}
.download-form-modal .download-header {
  padding-left: 0;
}
#apply-now-form {
  margin-bottom: 10px;
}
.download-form-modal form input::placeholder {
  color: #909292;
  text-align: center;
}
.download-form-modal form input:-ms-input-placeholder {
  color: #909292;
  text-align: center;
}
.download-form-modal form input::-ms-input-placeholder {
  color: #909292;
  text-align: center;
}
.banner img {
  width: 100%;
}
#banner-section {
  position: relative;
}
.wrapper-list {
  display: none;
}
#wrapper-ul-id:after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 80px;
  width: 85%;
  border-bottom: 1px solid #dee1e6;
}
.select-wrapper {
  margin: auto;
  text-align: center;
  margin-top: 10px;
  position: relative;
  height: 40px;
  display: block;
  width: 80%;
}
.select-wrapper select {
  font-size: 16px;
  font-family: 'Helvetica Neue Thin Condensed';
  color: #676c77;
}
.select-wrapper select {
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #676c77;
  border: 2px solid #d9dce2;
  text-transform: uppercase;
  background-color: rgba(250, 250, 250, 0.5);
  position: relative;
  cursor: pointer;
  z-index: 10;
  width: 100%;
}
.rotate {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 25px;
  color: #66738e;
  z-index: 5;
}
.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#apply-now-marketing-modal {
  overflow-y: scroll !important;
}
#apply-now-architecture-modal input::placeholder,
#apply-now-marketing-modal input::placeholder {
  text-align: left !important;
}
#apply-now-architecture-modal {
  overflow-y: scroll !important;
  font-family: 'Helvetica Neue Thin Condensed';
  color: #1c1c1b;
  font-size: 18px;
}
#apply-now-architecture-modal input[type='checkbox'] {
  margin: 20px auto;
  width: 5%;
  display: block;
  text-align: center;
}
#apply-now-architecture-modal textarea,
#apply-now-marketing-modal textarea {
  margin-top: 25px;
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 16px;
  color: #1c1c1b;
  border: solid 2px #1c1c1b;
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
}
.challenge_text {
  padding: 55px 120px;
  color: #1c1c1b !important;
}
.challenge_text ul {
  list-style-type: disc !important;
  color: #1c1c1b !important;
  margin-left: 15px;
  font-family: Helvetica Neue Condensed;
}
.challenge_text .website-btn {
  margin-top: 30px;
}
.challenge_text h1,
.challenge_text h2,
.challenge_text h3,
.challenge_text h4 {
  text-transform: uppercase !important;
  margin-bottom: 2rem;
  color: #1c1c1b !important;
  margin-top: 2rem !important;
}
.challenge_text p {
  color: #1c1c1b !important;
  margin-bottom: 0 !important;
}
.form-check-label {
  margin-left: 25px;
  margin-top: 18px;
}
.form-check {
  padding-left: 0 !important;
}
#latest-announcement-new img {
  cursor: initial !important;
  max-width: 100%;
}
.prize_info img {
  height: 80px;
}
#latest-announcement-new img.first-i {
  margin: 30px 0 50px;
}
#latest-announcement-new .website-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
#latest-announcement-new .website-title.blue-title.center-title {
  margin-top: 0;
}
#latest-announcement-new .website-subtitle {
  font-family: Helvetica Neue Condensed;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.95em;
  text-align: center;
  color: #1c1c1b;
  margin-bottom: 30px;
  font-size: 16px !important;
}
#marketing-challenge {
  margin: 0 120px;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
#marketing-challenge .website-subtitle {
  text-align: left;
  font-weight: 500;
  display: none;
}
#latest-announcement-new .competition-body-text {
  text-align: center;
}
#latest-announcement-section .competition-body-text {
  color: #fff;
}
#marketing-challenge h2 {
  width: 100%;
  text-align: left !important;
  margin-bottom: 40px !important;
}
#marketing-challenge h2:after {
  left: 0;
  transform: translateX(0);
}
#marketing-challenge .competition-body-text {
  width: 100% !important;
  margin: initial !important;
  text-align: left;
}
#marketing-challenge .competition-body-text b {
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 22px;
}
#marketing-challenge .image-container.display_desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#marketing-challenge .website-btn {
  min-width: 180px;
  margin-right: 20px;
  margin-top: 20px;
}
#marketing-challenge .website-btn-blue {
  text-align: center;
  background-color: #1c1c1b;
  color: #fff;
}
#marketing-challenge .go-down {
  font-size: 22px;
}
#marketing-challenge .website-btn-blue:hover {
  background-color: transparent;
  color: #1c1c1b;
}
#challenge .website-btn-pink,
#challenge2 .website-btn-pink,
#marketing-challenge .website-btn-pink {
  text-align: center;
  color: #fff;
  background-color: rgba(1, 1, 1, 0.5);
}
.website-btn-pink {
  color: #fff !important;
  border: 2px solid transparent !important;
}
#challenge {
  padding: 50px 120px;
}
#challenge .competition-body-text {
  text-align: left;
  width: 100% !important;
  font-weight: bolder;
}
#challenge h1 {
  width: 100%;
  text-align: left !important;
  margin-bottom: 40px !important;
}
#challenge h1:after {
  left: 3%;
}
#challenge2 {
  padding: 50px 120px;
}
#challenge2 .competition-body-text {
  text-align: left;
  width: 100% !important;
  font-weight: bolder;
}
#challenge2 h1 {
  width: 100%;
  text-align: left !important;
  margin-bottom: 40px !important;
}
#challenge2 h1:after {
  left: 3%;
}
h3.website-subtitle {
  text-align: left !important;
}
li {
  margin-bottom: 5px !important;
}
.nav li:last-child {
  margin-bottom: 0 !important;
}
li:last-child {
  margin-bottom: 50px !important;
}
ul > li.competition-body-text:before {
  content: '-';
  text-indent: -5px;
}
.prize {
  padding: 80px 120px;
}
.prize .website-title {
  margin-top: 0 !important;
}
.prize .website-subtitle {
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  text-transform: initial !important;
  margin-bottom: 70px !important;
}
.prize_info {
  text-align: center;
  -webkit-box-shadow: 0 0 0 3px #ff4713;
  -moz-box-shadow: 0 0 0 3px #ff4713;
  box-shadow: 0 0 0 3px #ff4713;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
.prize_info div {
  width: 100%;
}
.prize_info .website-subtitle.description li {
  margin-bottom: 10px !important;
  font-family: 'Helvetica Neue Thin Condensed';
}
.prize_info .website-subtitle.description li b {
  font-family: 'Helvetica Neue Condensed';
  display: block;
  margin-top: 4px;
}
.prize_info .website-subtitle {
  font-size: 21px !important;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
  width: 90%;
}
.background {
  background: url(../images/innovation/background.jpg) bottom left no-repeat;
  background-size: cover;
}
.container-fluid {
  padding: 0 !important;
}
.timeline {
  width: 100%;
}
.orange {
  color: #ff4713 !important;
  text-align: center !important;
}
.progress_bar {
  padding: 40px 10px;
  margin-top: 200px;
}
.progress-line {
  background-color: #ff4713;
  width: 80%;
  margin: 0 auto;
  height: 10px;
  border-radius: 5px;
  position: relative;
}
.dot_label {
  position: absolute;
  top: 40px;
  font-family: Helvetica Neue Condensed;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  width: 40px;
}
.dot_label1 {
  left: 3%;
  width: 62px;
}
.dot_label2 {
  left: 20.7%;
}
.dot_label2:before {
  display: none;
}
.dot_label3 {
  left: 39%;
}
.dot_label4 {
  left: 62%;
}
.dot {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  top: -5px;
  z-index: 1;
}
.first_dot {
  left: 5%;
}
.sec_dot {
  left: 20.7%;
}
.third_dot {
  left: 40%;
}
.fourth_dot {
  left: 63%;
}
.fifth_dot {
  left: 93%;
}
.box {
  position: absolute;
  bottom: 80px;
}
.box img {
  width: 130px;
}
.box1 {
  left: 10%;
}
.box1:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70px;
  background: #ff4713;
  color: #ff4713;
  top: 100%;
  left: 50%;
  font-size: 20px;
}
.box2 {
  left: 44%;
}
.box3 {
  left: 71%;
  bottom: 0;
  top: 85px;
  height: 130px;
}
.box3 img {
  transform: rotate(180deg);
}
.box2:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  bottom: -70px;
  left: 50%;
  font-size: 20px;
}
.box3:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  top: -75px;
  left: 50%;
  font-size: 20px;
}
.box4 {
  left: 34.2%;
}
.box.box5 {
  left: 60%;
}
.box5:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  bottom: -70px;
  left: 50%;
  font-size: 20px;
}
.box.box6 {
  left: 75%;
}
.box.box6:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  bottom: -75px;
  left: 49.7%;
  font-size: 20px;
}
.box7 {
  left: 84%;
  bottom: 0;
  top: 85px;
  height: 130px;
}
.dot_label5 {
  left: 92%;
  top: -40px !important;
}
.dot_label5:before {
  display: none;
}
.box7 img {
  transform: rotate(180deg);
}
.box7:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 76px;
  background: #ff4713;
  color: #ff4713;
  top: -75px;
  left: 49.7%;
  font-size: 20px;
}
.box8 {
  left: 58%;
  top: 85px;
  height: 150px;
}
.box8 img {
  transform: rotate(180deg);
}
.box8:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  top: -75px;
  left: 50%;
  font-size: 20px;
}
.box.box9 {
  left: 88%;
}
.box.box9:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 75px;
  background: #ff4713;
  color: #ff4713;
  bottom: -75px;
  left: 49.7%;
  font-size: 20px;
}
.timeline_info {
  font-family: Helvetica Neue Condensed;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.95em;
  text-align: center;
  color: #1c1c1b;
  font-size: 17px;
  margin-bottom: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#introduction .website-title {
  margin-top: 50px;
}
.img-box-shadow {
  box-shadow: 3px 3px #ff4713;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-item {
  display: flex;
  flex: 1 0 auto;
}
#winners-section .nav-item .active,
#winners-section .nav-link:hover {
  color: #fff;
}
#winners-section .nav-link {
  color: #696969;
}
#winners-section .website-title {
  margin-bottom: 0 !important;
}
#Competition-section,
#introduction-section,
#latest-announcement {
  margin: 50px 10px;
}
.competition-body-img img {
  width: 100%;
}
.competition-body-text {
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 14px;
  color: #1c1c1b;
}
#latest-announcement-section {
  position: relative;
  background: url(../images/innovation/latest-announcement-bg.jpeg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
#latest-announcement-section .website-title {
  margin-top: 50px;
}
#latest-announcement-section p {
  margin: 50px 50px;
  color: #fff;
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 16px;
  letter-spacing: 0;
}
#email {
  height: 40px;
  min-width: 230px;
  color: #1c1c1b;
  padding: 10px 20px;
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 1rem;
  width: 35%;
}
#apply-now-email {
  height: 40px;
  min-width: 230px;
  margin-top: 10px;
  color: #1c1c1b;
  padding: 10px 20px;
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 1rem;
  width: 100%;
}
#apply-now-btn {
  width: 100%;
  min-width: 230px;
}
#apply-now-architecture-btn,
#apply-now-marketing-btn {
  width: 100%;
}
input[type='date']:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 10px;
}
.hear_input {
  display: none;
}
input#email::placeholder {
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 1rem;
  color: #909292;
  text-align: center;
}
input#email::-ms-input-placeholder {
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 1rem;
  color: #909292;
  text-align: center;
}
input#email:-ms-input-placeholder {
  font-family: 'Helvetica Neue Thin Condensed';
  font-size: 1rem;
  color: #909292;
  text-align: center;
}
.interested-btn {
  margin-top: 15px;
  margin-bottom: 50px;
  min-width: 0;
}
.website-btn svg {
  float: none;
}
#winners-section {
  background: #1c1c1b;
  margin-top: 15px;
}
#winners-section .website-title {
  margin: 50px 20px;
}
.winner-item {
  background: #fff;
  width: 100%;
  margin-bottom: 60px;
}
.the-winners .winner-item .winner-img {
  width: 150px;
  height: 150px;
}
.winner-img {
  margin: 30px 0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ff4713;
}
.inner-item {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
#winners-section .the-winners .owl-stage-outer .owl-stage {
  right: 30px;
}
.inner-item h4,
p {
  font-family: 'Helvetica Neue Thin Condensed';
  color: #1c1c1b;
  letter-spacing: 0.06em;
}
.competition-body-text p {
  text-align: left !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 3px 3px;
  background: #1c1c1b;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1c1c1b;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  background: #1c1c1b;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
#gallery-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1c1c1b;
}
#gallery-image-carousel-dots > .left-arrow,
#gallery-image-carousel-dots > .right-arrow,
#gallery-image-modal-carousel-dots > .left-arrow,
#gallery-image-modal-carousel-dots > .right-arrow,
#gallery-video-carousel-dots > .left-arrow,
#gallery-video-carousel-dots > .right-arrow,
#gallery-video-modal-carousel-dots > .left-arrow,
#gallery-video-modal-carousel-dots > .right-arrow {
  color: #1c1c1b;
}
.card {
  border: none;
}
.card-header {
  background-color: transparent;
  width: 95%;
}
div.card-body > ol {
  list-style-type: decimal !important;
  margin-bottom: 0;
}
.card-body,
.card-body p,
.card-body ul {
  font-family: 'Helvetica Neue Thin Condensed';
  color: #1c1c1b;
  letter-spacing: 0.09em;
  font-size: 18px;
}
.card-body p {
  margin-bottom: 0;
}
div.card-body > ul {
  list-style-type: upper-roman;
  margin-bottom: 0;
}
div.card-body > ul > ul {
  list-style-type: circle;
  padding-left: 20px;
}
div.card-body > ol li:last-child,
div.card-body > ul li:last-child {
  margin-bottom: 10px !important;
}
div.card-body b {
  font-family: 'Helvetica Neue Condensed';
}
.card-link {
  font-family: 'Helvetica Neue Condensed';
  color: #1c1c1b;
  font-size: 18px;
}
.project-close {
  position: absolute;
  top: 17px;
  right: 0;
  width: 15px;
  height: 15px;
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  cursor: pointer;
  transition: all 0.3s;
}
.project-close.active {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}
.project-close::after,
.project-close::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  border: 2px;
  left: 0;
  margin-top: -1px;
  background: #1c1c1b;
}
.project-close::after {
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.apply-now-modal {
  width: 90%;
  position: absolute;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  text-align: center;
}
.apply-now-modal a {
  display: block;
  margin: 20px auto;
  max-width: 80%;
}
.apply-now-modal a.website-btn-pink {
  border: 1px solid #1c1c1b !important;
  color: #1c1c1b !important;
}
.apply-now-modal a.website-btn-pink:hover {
  color: #fff !important;
  background-color: #1c1c1b !important;
}
@media (min-width: 576px) {
  #Competition-section,
  #introduction-section,
  #latest-announcement {
    margin: 50px 25px;
  }
  #winners-section .website-title {
    margin: 50px 50px;
  }
  #winners-section .the-winners .owl-stage-outer .owl-stage {
    right: 5px;
  }
}
@media (min-width: 768px) {
  #Competition-section,
  #introduction-section,
  #latest-announcement {
    margin: 50px 50px;
  }
  #latest-announcement-section .website-title {
    margin-top: 80px;
  }
  #winners-section .website-title {
    margin: 50px 60px;
  }
  #winners-section .the-winners .owl-stage-outer .owl-stage {
    right: -5px;
  }
}
@media (min-width: 992px) {
  .desktop-innovation {
    display: block;
  }
  .mobile-innovation {
    display: none;
  }
  .faq {
    margin: 0 40px 50px 0;
  }
  #apply-now-btn-scroll {
    top: 15%;
    right: 50px;
  }
  .card-header {
    width: 100%;
  }
  #apply-now-marketing-modal .modal-dialog-centered {
    width: 60%;
  }
  #apply-now-architecture-modal .modal-dialog-centered {
    width: 60%;
  }
  #gallery.modal-lg {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
  }
  .introduction-text {
    padding-right: 50px;
  }
  #Competition-section,
  #introduction-section,
  #latest-announcement {
    margin: 50px 120px;
  }
  .competition-body-text {
    font-size: 18px;
  }
  .competition-body-img img {
    margin: 50px;
  }
  .competition-body-img img:hover,
  .inner-item img:hover {
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
  }
  #latest-announcement-section p {
    margin: 50px 200px;
    color: #fff;
  }
  .interested-btn {
    min-width: 230px;
  }
  #winners-section .website-title {
    margin: 50px 120px;
  }
  .inner-item {
    background: #fff;
    padding: 20px 20px 30px 20px;
  }
  #gallery-section {
    margin-bottom: 0;
  }
  .apply-now-modal {
    width: 40%;
  }
}
@media (min-width: 1000px) {
  #banner {
    height: inherit !important;
  }
  .display_mobile {
    display: none;
  }
  .progress_bar_mob {
    display: none;
  }
  .prize_info .website-subtitle.description {
    min-height: 40px;
  }
  .camera-icon,
  .play-icon {
    display: block !important;
  }
  #latest-announcement-new .website-subtitle {
    font-size: 25px;
    margin-top: 10px;
  }
  #latest-announcement-new .website-subtitle {
    font-size: 25px;
    margin-top: 10px;
  }
  
  #latest-announcement-new .competition-body-text {
    width: 70%;
    margin: 0 auto;
  }
  #latest-announcement-new #latest-announcement-section .website-title.white-title.center-title {
    width: 50%;
    margin: 80px auto 40px auto;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 175px;
  }
  #latest-announcement-new #latest-announcement-section .website-title:after {
    bottom: 0;
  }
  #latest-announcement-new .competition-body-text {
    margin-bottom: 50px;
  }
  #latest-announcement-section .competition-body-text {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .display_desktop {
    display: block;
  }
  .select-wrapper {
    display: none;
  }
  .wrapper-list {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    margin-left: 115px;
    margin-right: 115px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    max-width: 83%;
  }
  .wrapper-list ul {
    width: 100%;
    height: 30px;
    justify-content: center;
  }
  #banner-section ul li,
  #banner-section ul li a {
    text-align: center;
    display: inline;
    position: relative;
    width: 33%;
    padding-bottom: 10px;
  }
  #banner-section ul li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #cecece;
    top: 10px;
    right: 0;
  }
  .display_mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #apply-now-btn-scroll {
    padding: 15px 20px;
    font-size: 12px;
  }
  #latest-announcement-new img.first-i {
    width: 100%;
  }
  .challenge_text {
    padding: 55px 45px;
  }
  .challenge_text p {
    font-size: 18px;
  }
  .challenge_text h1,
  .challenge_text h2,
  .challenge_text h3,
  .challenge_text h4 {
    font-size: 22px !important;
  }
  .background {
    padding: 0 0;
  }
  .competition-body-text {
    font-size: 19px;
    padding: 0;
  }
  .competition-body-text-padd {
    padding: 0 10px;
  }
  footer #upper > #newsletter input[name='email'] {
    border: none;
  }
  #latest-announcement-section p {
    font-size: 19px;
    margin: 50px 0;
    text-align: justify;
  }
  #marketing-challenge {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .website-subtitle {
    font-size: 22px;
  }
  .display_desktop {
    display: none !important;
  }
  .display_mobile {
    display: block;
    margin-bottom: 40px;
  }
  #challenge {
    padding: 50px 40px;
  }
  #challenge2 h1:after {
    left: 7%;
  }
  #challenge2 {
    padding: 50px 40px;
  }
  #challenge h1:after {
    left: 7%;
  }
  #marketing-challenge h2:after {
    left: 0;
  }
  .prize {
    padding: 80px 50px;
  }
  .prize .col-12,
  .prize .col-lg-4 {
    padding: 0 !important;
  }
  .prize_info {
    margin: 0 !important;
    padding: 40px 20px;
    height: 490px;
  }
  .prize_info img {
    margin: 0 auto;
  }
  .slick-list.draggable {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .progress_line_mob {
    height: 1200px;
    width: 10px;
    position: relative;
    border-radius: 5px;
    background-color: #ff4713;
    margin: 0 auto;
  }
  .dot_mob {
    border-radius: 50%;
    position: absolute;
    left: -7px;
    z-index: 1;
  }
  .dot_mob_label {
    position: absolute;
    right: 20px;
    margin-bottom: 0;
    color: #fff;
    font-family: Helvetica Neue Condensed;
    font-size: 22px;
    text-transform: uppercase;
  }
  .box1_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 96%;
    top: 50%;
  }
  .dot_mob_label1 {
    top: 10%;
  }
  .first_dot_mob {
    top: 10%;
  }
  .dot_mob_label2 {
    top: 26%;
  }
  .second_dot_mob {
    top: 26%;
  }
  .dot_mob_label3 {
    top: 45%;
  }
  .third_dot_mob {
    top: 45%;
  }
  .dot_mob_label4 {
    top: 70%;
  }
  .fourth_dot_mob {
    top: 70%;
  }
  .fifth_dot_mob {
    top: 96%;
  }
  .dot_mob_label5 {
    top: 96%;
  }
  .dot_mob_label5:after {
    right: 105px;
    left: initial;
  }
  .box_mob {
    position: absolute;
    width: 130px;
    transform: translateY(-50%);
  }
  .box_mob img {
    transform: rotate(90deg);
    width: 100%;
  }
  .box1_mob {
    top: 23%;
    left: 50px;
  }
  .box2_mob {
    top: 52%;
    left: 50px;
  }
  .box2_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box3_mob {
    top: 71%;
    left: 50px;
  }
  .box3_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box4_mob {
    top: 75%;
    right: 50px;
  }
  .box4_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
  .box4_mob img {
    transform: rotate(270deg);
  }
  .box5_mob {
    top: 86%;
    right: 50px;
  }
  .box5_mob img {
    transform: rotate(270deg);
  }
  .box5_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
  .box6_mob {
    top: 82.5%;
    left: 50px;
  }
  .box6_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box7_mob {
    top: 44%;
    right: 50px;
  }
  .box7_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 50%;
  }
  .box7_mob img {
    transform: rotate(270deg);
  }
  .box8_mob {
    top: 94%;
    left: 50px;
  }
  .box8_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box9_mob {
    top: 97%;
    right: 50px;
  }
  .box9_mob img {
    transform: rotate(270deg);
  }
  .box9_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
  .slick-prize-slider {
    width: 116%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .challenge_text {
    padding: 50px 50px !important;
  }
  .display_mobile {
    display: block;
    margin-bottom: 40px;
  }
  #marketing-challenge {
    margin: 0 50px;
  }
  .image-container {
    margin-bottom: 30px;
  }
  #marketing-challenge .col-lg-6 {
    padding-bottom: 50px;
  }
  .display_desktop {
    display: none !important;
  }
  #challenge {
    padding: 50px 50px;
  }
  #challenge2 {
    padding: 50px 50px;
  }
  .prize {
    padding: 80px 0;
    padding-bottom: 0;
  }
  .prize_info {
    margin-bottom: 70px;
    width: 55%;
  }
  .progress_line_mob {
    height: 1200px;
    width: 10px;
    position: relative;
    border-radius: 5px;
    background-color: #ff4713;
    margin: 0 auto;
  }
  .dot_mob {
    border-radius: 50%;
    position: absolute;
    left: -7px;
    z-index: 1;
  }
  .dot_mob_label {
    position: absolute;
    right: 20px;
    margin-bottom: 0;
    color: #fff;
    font-family: Helvetica Neue Condensed;
    font-size: 22px;
    text-transform: uppercase;
  }
  .dot_mob_label1 {
    top: 10%;
  }
  .dot_mob_label1 {
    top: 10%;
  }
  .first_dot_mob {
    top: 10%;
  }
  .dot_mob_label2 {
    top: 26%;
  }
  .second_dot_mob {
    top: 26%;
  }
  .dot_mob_label3 {
    top: 45%;
  }
  .third_dot_mob {
    top: 45%;
  }
  .dot_mob_label4 {
    top: 70%;
  }
  .fourth_dot_mob {
    top: 70%;
  }
  .fifth_dot_mob {
    top: 96%;
  }
  .dot_mob_label5 {
    top: 96%;
  }
  .dot_mob_label5:after {
    right: 105px;
    left: initial;
  }
  .box_mob {
    position: absolute;
    width: 130px;
    transform: translateY(-50%);
  }
  .box_mob img {
    transform: rotate(90deg);
    width: 100%;
  }
  .box1_mob {
    top: 23%;
    left: 50px;
  }
  .box1_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 96%;
    top: 50%;
  }
  .box2_mob {
    top: 52%;
    left: 50px;
  }
  .box2_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box3_mob {
    top: 71%;
    left: 50px;
  }
  .box3_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box4_mob {
    top: 75%;
    right: 50px;
  }
  .box4_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
  .box4_mob img {
    transform: rotate(270deg);
  }
  .box5_mob {
    top: 86%;
    right: 50px;
  }
  .box5_mob img {
    transform: rotate(270deg);
  }
  .box5_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
  .box6_mob {
    top: 82.5%;
    left: 50px;
  }
  .box6_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box7_mob {
    top: 44%;
    right: 50px;
  }
  .box7_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 50%;
  }
  .box7_mob img {
    transform: rotate(270deg);
  }
  .box8_mob {
    top: 94%;
    left: 50px;
  }
  .box8_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    right: 125px;
    top: 50%;
  }
  .box9_mob {
    top: 97%;
    right: 50px;
  }
  .box9_mob img {
    transform: rotate(270deg);
  }
  .box9_mob:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #ff4713;
    color: #ff4713;
    position: absolute;
    left: 125px;
    top: 49.7%;
  }
}
@media (min-width: 1024px) {
  #latest-announcement-new img.first-i {
    width: 80%;
  }
  .slick-prize-slider > div {
    display: flex;
  }
}

[dir='rtl'] .project-close {
  left: 0;
  right: unset;
}
[dir='rtl'] .card-header,
[dir='rtl'] .card-body,
[dir='rtl'] #marketing-challenge .competition-body-text p,
[dir='rtl'] #latest-announcement-section .competition-body-text p {
  text-align: right !important;
}
[dir='rtl'] #marketing-challenge h2 {
  text-align: right !important;
}
[dir='rtl'] .introduction-text {
  padding-right: unset;
  padding-left: 50px;
  text-align: right;
}

[dir='rtl'] .wrapper ul {
  display: flex;
  flex-direction: row;
}
[dir='rtl'] #marketing-challenge .website-btn {
  min-width: 180px;
  margin-right: unset;
  margin-left: 20px;
  float: right;
  margin-top: 20px;
}
