.header {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bgheader.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0064af;
}

.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  top: 0;
  z-index: -1;
}

.header::before {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: 0;
  content: "";
  position: absolute;
  right: 0;
  left: 0px;
  pointer-events: none;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #0064af;
}

.main-top-ber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.top-ber {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
}

.logo {
  text-align: center;
  pointer-events: none;
  position: relative;
}
.logo a {
  pointer-events: fill;
  position: relative;
  max-width: 400px;
  z-index: 1;
  display: inline-block;
}

.title-header {
  text-align: center;
  color: #fff;
  margin: 50px 0px 0;
}

.title-header h2 {
  font-family: "font_bold";
  color: #fff;
  font-size: 32px;
}

.title-header p {
  color: #fff;
  width: 40%;
  margin: 20px auto;
}

.icon-top-ber {
  display: flex;
  gap: 10px;
}

.la-icon {
  width: 50px;
  height: 45px;
  display: flex;
  border-radius: 5px;
  border: 1px solid #0064af;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.la-icon img {
  width: 65%;
}

.menu-div {
  width: 50px;
  display: flex;
  height: 45px;
  justify-content: center;
  border: 1px solid #0064af;
  border-radius: 5px;
  align-items: center;
}

.drop-icon {
  position: relative;
}

.sub-drop-icon {
  min-height: auto;
  top: 105%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  border: 1px solid #0064af;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s linear;
  transform: translateY(-50%);
}
.sub-drop-icon.active {
  opacity: 1;
  pointer-events: fill;
  transition: all 0.2s linear;

  transform: translateY(0%);
}

.sub-drop-icon ul li {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #0064af;
}
.sub-drop-icon ul li:last-of-type {
  border: none;
}
.sub-drop-icon ul li a {
  color: #0064af;
}
.top-ber {
  transform: translateY(-100%);
  transition: all 0.3s linear;
}
.header.active .top-ber {
  transform: translateY(0%);
}

.top-ber {
  position: fixed;

  top: 0;
  right: 0;
  width: 100%;
}
.header.active .top-ber {
  top: 20px;
}

.top-ber.active {
  position: fixed;
  transition: all 0.3s linear;
  transform: translateY(0%);
}

.top-ber.active {
  background: #0064af;
  position: fixed;
  z-index: 99;
  transform: translateY(0%);
}
div#map {
  height: 100% !important;
}

.top-ber.active {
  background: #fff !important;
}

.header {
  z-index: 99 !important;
}
.header.active .top-ber {
  top: 20px;
}

.top-ber.active {
  top: 0 !important;
}

.mr-section {
  margin: 90px 0;
}
.img-project-new {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-project-new img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.text-projects-new h2 {
  color: #0064af;
}

.text-projects-new p {
  margin: 20px 0;
  max-height: 93px;
  overflow: hidden;
  line-height: 30px;
}
.text-project-details {
  margin: 20px 0;
}
.text-project-details h2 {
  color: #0064af;
  margin-bottom: 22px;
  font-size: 22px;
}
