#breadcrumbs {
  display: none !important;
}

#front-top-section {
  height: 900px;

  background-size: inherit;

  background-position: center;

  background-repeat: no-repeat;

  width: 100%;

  background-color: #d8d2c9;
  position: relative;
  margin-top: -2px;
}

.yellow-dot {
  display: block;

  height: 21px;

  width: 21px;

  background-color: #e19502;

  border-radius: 50%;
}

.service-title {
  font-family: OpenSansHebrewCondensedExtraBold;

  font-size: 110px;

  color: #32538c;

  margin: 15px;
}

/* About section */

#about-section {
  height: auto;
  margin-bottom: -135px;
}

.about-bottom {
  padding-top: 50px;
}

.about-card {
  height: auto;
}

#about-section .container {
  width: auto;
}

.about-cards {
  border-top: 8px #f7aa16 solid;

  background-color: #06101d;
}

.about-cards-title {
  text-align: center;

  font-family: OpenSansHebrewCondensedRegular;

  font-size: 36px;

  line-height: 140px;

  color: #fefefe;
}

.about-cards-image {
  width: auto;

  height: auto;
}

#about-section .container {
  position: relative;
  bottom: 160px;
}

.about-title {
  color: #fefefe;

  font-size: 48px;

  line-height: 36px;

  font-family: OpenSansHebrewCondensedRegular;
}

.about-content-side {
  padding-left: 84px !important;
}

.about-image {
  margin-left: 0 !important;

  padding-left: 0 !important;

  position: relative;

  right: 12px;
}

.about-content {
  color: #fefefe;

  font-size: 24px;

  line-height: 36px;

  font-family: OpenSansHebrewCondensedRegular;
}

.read-more-button a {
  text-decoration: none;

  font-size: 30px;

  margin: 0;

  line-height: 55px;

  color: #32538c;

  font-family: OpenSansHebrewCondensedRegular;
}

.read-more-button a:hover {
  color: #e19502;
}

.read-more-button {
  text-align: left;
}

/* Solutions Section  */

.solutions-title {
  font-family: OpenSansHebrewCondensedRegular;

  color: #e19502;

  font-size: 48px;

  margin-left: 10px;
}

#solutions-section {
  height: auto;

  background-color: #03080f;

  background-repeat: no-repeat;

  background-size: inherit;

  background-position: top;

  padding-bottom: 256px;
}

.solutions-section-container {
  position: relative;

  top: 100;

  width: 100%;
}

.solution-text {
  color: #fefefe;

  font-size: 48px;

  line-height: 55px;

  margin: 20px;

  font-family: OpenSansHebrewCondensedRegular;
}

.solution-number-title {
  font-family: OpenSansHebrewCondensedBold;

  font-size: 160px;

  color: #32538c;
}

.solution a {
  text-decoration: none;
}

/* Projects */

#projects {
  position: relative;

  top: -75px;

  margin-bottom: -120px;
}

.projects-cards {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-around;
}

.all-projects-button {
  position: relative;

  top: 20px;
}

.project-card {
  min-height: 428px;

  background-repeat: no-repeat;

  background-size: cover;
  background-position: center;
}

.projects-title {
  text-align: center;

  font-family: OpenSansHebrewCondensedRegular;

  color: #e19502;

  font-size: 48px;

  position: relative;

  bottom: 65px;
}

.all-projects-button a {
  font-family: OpenSansHebrewCondensedRegular;

  color: #c2d3f0;

  font-size: 30px;

  text-decoration: none;

  text-align: center;

  display: flex;

  flex-direction: column;

  width: 200px;

  margin: 0 auto;
}

.all-projects-button a:hover {
  color: #e19502;
}

.yellow-lower-line {
  background-color: #e19502;

  height: 3px;

  width: 113px;

  position: absolute;

  left: calc(50% - 57px);
}

/* Inside project banner */

.inside-project-banner {
  margin: 50px;

  background-color: rgba(0, 0, 0, 0.8);

  opacity: 0.8;

  height: 327px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;
}

.project-name {
  font-family: OpenSansHebrewCondensedRegular;

  color: #e19502;

  font-size: 30px;
}

.project-address {
  font-family: OpenSansHebrewCondensedRegular;

  color: #f2efed;

  font-size: 30px;
}

.project-architect-name {
  font-family: OpenSansHebrewCondensedRegular;

  color: #f2efed;

  font-size: 24px;
}

.project-executor {
  font-family: OpenSansHebrewCondensedRegular;

  color: #f2efed;

  font-size: 24px;
}

.inside-project-banner {
  opacity: 0;

  transition: opacity 0.3s ease-in;

  cursor: default;
}

.inside-project-banner:hover {
  opacity: 1;
}

/* Management processes */

#management-processes {
  min-height: 830px;

  background-color: #03080f;
}

.management-processes-title {
  text-align: center;

  font-family: OpenSansHebrewCondensedRegular;

  color: #e19502;

  font-size: 48px;

  margin-bottom: 87px;
}

.process-text {
  color: #ffffff;

  font-size: 36px;

  font-family: OpenSansHebrewCondensedRegular;
}

.management-processes-container {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 100%;
}

.process {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  height: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.horizontal-line {
  width: 247px;
}

#clients-recommends {
  display: block !important;

  margin-bottom: -12px !important;
}

#clients .container {
  padding-top: 0px !important;
}

#clients-recommends {
  margin-bottom: -220px !important;
}

#contact {
  padding-top: 172px;
}

@media screen and (min-width: 1400px) {
  .solutions-section-container {
    max-width: 1380px;
  }
}

@media screen and (min-width: 768px) {
  .front-top-section-container {
    position: relative;

    top: 560px;
  }

  .solution a {
    max-width: 321px;
  }
}

@media screen and (max-width: 1400px) {
  .about-cards-title {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .services-titles {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .service-title {
    margin: 0px;

    font-size: 65px;
  }

  #front-top-section {
    height: auto;

    padding-bottom: 50px;
  }

  .solution-text {
    font-size: 30px;
  }

  .solution-number-title {
    font-size: 60px;

    width: 30%;

    text-align: start;

    padding-right: 100px;
  }

  .solution a {
    text-decoration: none;

    width: 80%;

    text-align: start;
  }

  .inside-project-banner {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .inside-project-banner{
    cursor: pointer;
  }

  .active-inside-project-banner{
    opacity: 1 !important;
  }

  .management-processes-container {
    margin-top: 250px;
  }

  .management-processes-title {
    margin-bottom: 20px;
  }

  .about-content-side {
    padding-left: 0px !important;
    padding-bottom: 25px;
  }

  .about-image {
    right: 0px;

    padding-right: 0px !important;
  }

  .process-title {
    margin-bottom: 15px;
  }

  #clients .container {
    padding-top: 61px !important;

    padding-bottom: 232px;
  }

  #contact .left-side {
    padding-top: 30px !important;
  }

  #clients {
    min-height: auto !important;
  }

  .management-processes-container {
    height: auto;

    padding-bottom: 20px;
  }

  .management-processes-container {
    margin-top: 130px;
  }

  #contact {
    padding-top: 213px;
  }
}

@media screen and (max-width: 500px) {
  .solution-number-title {
    padding-right: 50px;
  }
}
