@charset "UTF-8";
@font-face {
  font-family: "LTBukra-Bold";
  src: url(../webfonts/29LTBukra-Bold.otf);
}
@font-face {
  font-family: "LTBukra-Medium";
  src: url(../webfonts/29LTBukra-Medium.otf);
}
@font-face {
  font-family: "LTBukra-Light";
  src: url(../webfonts/29LTBukra-Light.otf);
}
a {
  text-decoration: none;
  color: #c7cfc2;
  transition: all ease-in-out 0.3s;
}
a:hover {
  text-decoration: none;
  color: #565d53;
}

.btn-primary {
  background: #c7cfc2;
  border-color: lightgrey;
}

.btn-primary:hover {
  background: #565d53;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.mt-120 {
  margin-top: 120px;
}

body,
html {
  overflow-x: hidden !important;
  padding: 0 !important;
  font-family: "LTBukra-Light";
}

#site-content {
  background-position: -17vw 7vw, top;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 100%;
  min-height: 100dvh;
  position: relative;
  z-index: 1;
}

#site-footer {
  padding: 25px 0;
  font-size: 85%;
  background-color: #848883;
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-content {
  margin-top: 5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LTBukra-Medium";
}

.logo img {
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.header1 {
  background: white;
  position: relative;
  z-index: 9;
}
.header1 .search_lang {
  text-align: end;
  margin-top: 1.2em;
}
.header1 .search_lang a {
  margin: 0 1em;
}
.header1 .logo {
  margin-bottom: -90px;
}
.header1 .logo .logo_bg {
  padding: 1em;
  display: inline-block;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.banners {
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  overflow: hidden;
}
.banners img {
  width: 100%;
}
.banners .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
.banners .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2039215686);
  z-index: -1;
}
.banners .swiper-slide .content {
  color: white;
}
.banners .swiper-slide .content h2 {
  font-size: 60px;
  max-width: 500px;
}
.banners .swiper-slide .content p {
  max-width: 500px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #565d53;
}

.swiper-pagination-bullet-active {
  background: #c7cfc2;
}

.home-menu {
  margin-top: 4em;
  padding-bottom: 2em;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding-inline-start: 2em !important;
}
.home-menu .icon {
  display: flex;
  flex-direction: column;
  width: 100px;
}
.home-menu .icon img {
  width: 100px;
  height: 100px;
  box-shadow: #f2f2f2 0 0 3px 2px;
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background: white;
  padding: 1em;
  margin: auto;
  margin-bottom: 1em;
  font-family: "LTBukra-Light";
  transition: all ease-in-out 0.3s;
}
.home-menu .icon h3 {
  font-size: 12px;
  color: #565d53;
  transition: all ease-in-out 0.3s;
}
.home-menu .icon:hover img {
  padding: 0.5em;
}
.home-menu .icon:hover h3 {
  color: black;
}

.header2 {
  margin-inline-start: 100px;
}
.header2 .row {
  align-items: center;
}
.header2 .home-menu {
  margin: 0;
  padding: 0;
  justify-content: start;
}
.header2 .home-menu .icon {
  width: 60px;
}
.header2 .home-menu .icon img {
  transition: none;
}
.header2 .home-menu .icon.active, .header2 .home-menu .icon:hover {
  background: #c7cfc2;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.header2 .home-menu .icon.active a, .header2 .home-menu .icon:hover a {
  z-index: 1;
}
.header2 .home-menu .icon.active::before, .header2 .home-menu .icon:hover::before {
  content: "";
  position: absolute;
  background: #c7cfc2;
  height: 100%;
  bottom: -15%;
  width: 100%;
  z-index: 0;
}
.header2 .home-menu .icon.active img, .header2 .home-menu .icon:hover img {
  background: transparent;
  filter: brightness(0) invert(100);
  box-shadow: 0 0 0 0;
}
.header2 .home-menu .icon.active h3, .header2 .home-menu .icon:hover h3 {
  color: white;
}
.header2 .home-menu .icon h3 {
  font-size: 7px;
}
.header2 .home-menu .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  padding: 0.5em;
  border-radius: 10px;
}
.header2 .bg-white {
  overflow: hidden;
  border-bottom-right-radius: 25px;
}
.header2 .border-end-header {
  max-width: 160px;
  border-inline-end: 3px solid #cdcfcd;
}
.header2 .logo .logo_bg {
  background: white;
  text-align: center;
  max-width: 150px;
}
.header2 .search_lang a {
  margin: 0 1em;
}
.header2 .sub-menu {
  background: #c7cfc2;
  border-bottom-left-radius: 25px;
  padding: 15px;
  padding-inline-start: 3.5em;
  padding-bottom: 3px;
  display: flex;
  gap: 5%;
  position: relative;
}
.header2 .sub-menu li {
  display: none;
}
.header2 .sub-menu.active li {
  display: block;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.header2 .sub-menu .active,
.header2 .sub-menu li:hover {
  border-bottom: 5px #99a393 solid;
}
.header2 .sub-menu .active a,
.header2 .sub-menu li:hover a {
  color: white;
}
.header2 .sub-menu::before {
  position: absolute;
  content: "";
  top: 0;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #c7cfc2;
  z-index: -1;
}
.header2 .sub-menu a {
  color: #565d53;
}

.vision {
  margin-inline-start: 100px;
  min-height: 600px;
}
.vision .content {
  color: #4e554c;
  line-height: 3;
}
.vision .vision-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
  border-top-right-radius: 20%;
  margin-inline-start: 3em;
  position: relative;
}
.vision .vision-img::before {
  position: absolute;
  right: -25px;
  bottom: 0;
  content: "";
  width: 25px;
  height: 100px;
  background: #c7cfc2;
  z-index: -1;
}
.vision .vision-img::after {
  position: absolute;
  bottom: -25px;
  right: 0;
  content: "";
  height: 25px;
  width: 100px;
  background: #c7cfc2;
  z-index: -1;
}

.footer {
  margin: 5em 0;
  color: white;
}
.footer a {
  color: white;
}
.footer .footer-logo {
  max-width: 150px;
  margin: auto;
}
.footer .footer_item_title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "LTBukra-Light";
}
.footer h4.footer_item_title {
  font-size: 16px;
}
.footer ul li {
  font-size: 14px;
  line-height: 2;
}
.footer .social {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer .inputs input[type=text] {
  border-radius: 35px;
  border: 0;
  height: 30px;
  padding: 0 15px;
}
.footer .inputs button {
  border-radius: 35px;
  border: 0;
  height: 30px;
  background: #565d53;
  color: white;
  padding: 5px 15px;
  text-align: center;
  margin-inline-start: -30px;
  z-index: 1;
  position: relative;
}

.values_card {
  text-align: center;
}
.values_card img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.5em;
}
.values_card h2 {
  font-size: 25px;
}
.values_card p {
  line-height: 2;
  font-size: 10px;
}

.mission-img {
  height: 100%;
  width: 50%;
  margin: auto;
  border-top-right-radius: 300px;
  border-top-left-radius: 300px;
  background-position: center;
  background-size: cover;
}

.message h1 {
  font-size: 55px;
  margin-bottom: 0.5em;
}
.message .content {
  line-height: 2;
}
.message .message_image {
  width: 100%;
}

.new_title {
  display: flex;
  align-items: center;
}
.new_title h1 {
  font-family: "LTBukra-Bold";
  white-space: nowrap;
  text-align: center;
  color: #565d53;
  padding: 0 8px;
}
.new_title .line1, .new_title .line2 {
  height: 4px;
  background: #c7cfc2;
  width: 100%;
}
.new_title .line1 {
  width: 20%;
}

.board {
  padding: 2em 0;
  padding-bottom: 6em;
  background-size: contain;
  background-position: center center;
}
.board .board_card h2 {
  color: #6b9178;
  font-family: "LTBukra-Bold";
}
.board .board_card li {
  padding-inline-start: 1.5em;
  position: relative;
  color: #565d53;
}
.board .board_card li::before {
  left: 0;
  top: 3px;
  position: absolute;
  content: "";
  background-image: url("../images/crescent_01.svg");
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  background-size: contain;
  background-position: center;
}
.board .board_card .brief h3 {
  background: #c7cfc2;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 35px 0 35px 35px;
  font-size: 22px;
  color: white;
  margin-inline-start: 10px;
}
.board .board_card .brief li::before {
  background-image: url("../images/crescent_02.svg");
}
.board .mySwiper {
  margin: 5em auto;
}
.board .mySwiper .swiper-slide img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin-inline-start: auto;
}
.board.goals {
  background-position: -10vw top;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 91vh;
}
.board.construction {
  background-position: -5vw top;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 75vh;
}
.board.organizational_chart {
  background-position: -5vw top;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 75vh;
}

.goals .goals_content {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 5em;
}
.goals .goals_content .goal_card {
  width: 60px;
  background: #565d53;
  border-bottom-left-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 35px 0;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.goals .goals_content .goal_card .title {
  display: none;
}
.goals .goals_content .goal_card .number {
  font-family: "LTBukra-Bold";
  color: #c7cfc2;
}
.goals .goals_content .goal_card.active {
  width: 80%;
  max-width: 600px;
  background: #c7cfc2;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 60px;
  padding: 35px;
  display: block;
  cursor: default;
}
.goals .goals_content .goal_card.active .title {
  display: block;
  color: #565d53;
  font-family: "LTBukra-Bold";
  font-size: 25px;
}
.goals .goals_content .goal_card.active .number {
  color: #565d53;
  font-size: 80px;
}

.construction .container {
  margin-top: 5em;
}
.construction .col-lg-3.col-md-4 {
  margin-bottom: 3em;
}
.construction .construction_card {
  max-width: 250px;
  margin: auto;
  height: 100%;
  background: #565d53;
  border-top-right-radius: 155px;
  border-top-left-radius: 155px;
  overflow: hidden;
}
.construction .construction_card .img {
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: all ease-in-out 0.3s;
}
.construction .construction_card:hover .img {
  transform: scale(1.1);
}
.construction .construction_card .content {
  color: white;
  padding: 1em;
  text-align: center;
}
.construction .construction_card .content * {
  color: white;
  font-size: 1cqw;
  line-height: 1.6;
}
.construction .construction_card .content ul {
  display: inline-block;
}
.construction .construction_card .content li {
  list-style: disc;
}

.organization_chart {
  margin-top: 5em;
  /* LEVEL-1 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* LEVEL-2 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* LEVEL-3 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* LEVEL-4 STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* MQ STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.organization_chart .rectangle {
  position: relative;
  padding: 15px;
  border: solid 5px #c7cfc2;
  border-radius: 20px;
  text-align: center;
  font-family: "LTBukra-Bold";
  font-size: 18px;
}
.organization_chart .level-1 {
  width: 50%;
  max-width: 315px;
  margin: 0 auto 40px;
}
.organization_chart .level-1.big {
  font-size: 22px;
}
.organization_chart .level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 88%;
  background: #c7cfc2;
}
.organization_chart .level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.organization_chart .level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: black;
}
.organization_chart .level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: black;
}
.organization_chart .level-2-wrapper li {
  position: relative;
}
.organization_chart .level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}
.organization_chart .level-2 {
  width: 70%;
  margin: 0 auto 40px;
}
.organization_chart .level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}
.organization_chart .level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: black;
}
.organization_chart .level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}
.organization_chart .level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: black;
}
.organization_chart .level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: black;
}
.organization_chart .level-3 {
  margin-bottom: 20px;
}
.organization_chart .level-4-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0;
}
.organization_chart .level-4-wrapper li {
  position: relative;
  margin-top: 30px;
}
.organization_chart .level-4-wrapper li:before {
  left: 50%;
}
.organization_chart .level-4-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 1.5px);
  transform: translate(-50%, 0);
  width: calc(100% - 163px);
  height: 5px;
  background: #c7cfc2;
}
.organization_chart .level-4-wrapper > li::before {
  content: "";
  position: absolute;
  top: 15px;
  transform: translate(-50%, -100%);
  width: 5px;
  height: 40px;
  background: #c7cfc2;
}
.organization_chart .level-4 {
  margin-top: 15px;
}
@media screen and (max-width: 700px) {
  .organization_chart .rectangle {
    padding: 20px 10px;
  }
  .organization_chart .level-1,
  .organization_chart .level-2 {
    width: 100%;
  }
  .organization_chart .level-1 {
    margin-bottom: 20px;
  }
  .organization_chart .level-1::before,
  .organization_chart .level-2-wrapper > li::before {
    height: 25px;
  }
  .organization_chart .level-2-wrapper,
  .organization_chart .level-2-wrapper::after,
  .organization_chart .level-2::after {
    display: block;
  }
  .organization_chart .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }
  .organization_chart .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }
  .organization_chart .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
  .organization_chart .level-4-wrapper {
    margin-top: 20px;
  }
  .organization_chart .level-4-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .organization_chart .level-4-wrapper::before {
    left: calc(50% - 0px);
    transform: translate(-50%, 0);
    width: calc(100% - 150px);
  }
  .organization_chart .level-4-wrapper > li:nth-child(3):before,
  .organization_chart .level-4-wrapper > li:nth-child(4):before {
    height: 55px;
  }
  .organization_chart .level-4 {
    width: 155px;
    font-size: 15px;
  }
}

.eval_card {
  background: #c7cfc2;
  padding: 1em;
  color: white;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}
.eval_card:hover {
  background: #565d53;
}
.eval_card h2 {
  font-size: 25px;
}
.eval_card .type {
  background: #b6bdb2;
  padding: 5px;
  border-radius: 10px;
  min-height: 142px;
}
.eval_card .type h4 {
  font-size: 20px;
}
.eval_card .type li {
  list-style: disc;
  margin-inline-start: 20px;
  font-size: 14px;
}

.percent {
  text-align: center;
  background: lightgray;
  border-radius: 35px;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
}
.percent > span:first-child {
  position: relative;
  z-index: 1;
}
.percent .line {
  position: absolute;
  background: #4CAF50;
  border-radius: 35px;
  left: 0;
  top: 0;
  height: 100%;
}

.user,
.logout {
  font-size: 22px;
  font-family: "LTBukra-Medium";
  color: #565d53;
}

.logout {
  font-size: 18px;
}

.intro {
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.intro h2.one_year {
  margin-top: 2em;
  text-align: center;
  display: inline-block;
  background: #565d53;
  color: white;
  padding: 10px 20px;
  border-radius: 35px;
  font-size: 20px;
}
.intro .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #fff;
}
.intro .timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}
.intro .timeline ul li .div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}
.intro .timeline ul li .div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.intro .timeline ul li:nth-child(odd) .div {
  left: 45px;
}
.intro .timeline ul li:nth-child(odd) .div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #565d53 transparent transparent;
}
.intro .timeline ul li:nth-child(even) .div {
  left: -439px;
}
.intro .timeline ul li:nth-child(even) .div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #565d53;
}
.intro time {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  color: white;
  z-index: 3;
  display: flex;
  width: 20px;
  justify-content: center;
}
.intro .timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.intro .timeline ul li.in-view::after {
  background: #565d53;
}
.intro .timeline ul li .div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.intro .timeline ul li:nth-child(odd) .div {
  transform: translate3d(200px, 0, 0);
}
.intro .timeline ul li:nth-child(even) .div {
  transform: translate3d(-200px, 0, 0);
}
.intro .timeline ul li.in-view .div {
  transform: none;
  visibility: visible;
  opacity: 1;
  background: #565d53;
  color: white;
}
@media screen and (max-width: 900px) {
  .intro .timeline ul li .div {
    width: 250px;
  }
  .intro .timeline ul li:nth-child(even) .div {
    left: -289px;
    /*250+45-6*/
  }
}
@media screen and (max-width: 600px) {
  .intro .timeline ul li {
    margin-left: 20px;
  }
  .intro .timeline ul li .div {
    width: calc(100vw - 91px);
  }
  .intro .timeline ul li:nth-child(even) .div {
    left: 45px;
  }
  .intro .timeline ul li:nth-child(even) .div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #565d53 transparent transparent;
  }
}
.intro .timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.intro .timeline-rhombus ul li::after {
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.intro .timeline-rhombus ul li .div::before {
  bottom: 12px;
}
.intro .timeline-star ul li::after {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.intro .timeline-heptagon ul li::after {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.intro .timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}
@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

@media only screen and (min-width:1200px) {
  .goals .goals_content .goal_card.active {
    max-height: 370px;
    overflow: hidden;
  }
}
.contact_page {
  /* ------------------------Start Form Section Page -------------------------- */
}
.contact_page .contacts_info {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
.contact_page .contacts_info a {
  color: #565d53;
}
.contact_page #contact-us {
  position: relative;
  width: 100%;
  max-width: 900px;
  border: 2px solid #565d53;
  border-top: none;
  text-align: center;
  margin: 5em auto 0 auto;
}
.contact_page #contact-us label {
  display: block;
}
.contact_page #contact-us .container {
  margin-bottom: 1em;
}
.contact_page #contact-us h1 {
  position: relative;
  margin-top: -21px;
  display: inline-block;
  letter-spacing: 4px;
  color: #565d53;
  text-transform: uppercase;
  /* text-align: center; */
}
.contact_page #contact-us p {
  color: white;
}
.contact_page .top-border {
  position: absolute;
  height: 2px;
  width: 32%;
  background-color: #565d53;
}
.contact_page .right {
  right: 0;
}
.contact_page .left {
  left: 0;
}
@media (max-width: 685px) {
  .contact_page .top-border {
    width: 18%;
  }
}
.contact_page #contact-us a {
  outline: 0;
  display: inline-block;
  padding: 20px;
  margin-bottom: 40px;
  width: 440px;
  max-width: 80%;
  background-color: #565d53;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.contact_page #contact-us a:hover {
  background-color: #565d53;
}
.contact_page #contact-us a:link,
.contact_page #contact-us a:visited,
.contact_page #contact-us a:link:hover,
.contact_page #contact-us a:visited:hover {
  text-decoration: none;
  color: #fff;
}
.contact_page .form-sec {
  width: 400px;
  padding: 15px;
  width: 100%;
  background: #565d53;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 1px #fff;
  text-align: left !important;
}
.contact_page .form-sec label {
  color: #fff;
  margin: 8px 10px;
}
.contact_page .form-sec .btn {
  background-image: inherit;
  background-color: #c7cfc2 !important;
  color: #fff;
  margin: auto;
  display: block;
  margin-top: 2em;
}
.contact_page .form-sec .btn:hover {
  color: #b1b1b1;
}
.contact_page .form-sec .form-control {
  background-color: #c7cfc2;
  border: 1px solid #c7cfc2;
  color: #fff;
}
.contact_page .form-sec .form-control::-moz-placeholder {
  color: #fff;
}
.contact_page .form-sec .form-control::placeholder {
  color: #fff;
}
.contact_page input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.contact_page .form-sec h4 {
  color: #647572;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .vision.mission,
  .vision.message {
    margin: 30px;
  }
  .mission-img {
    height: 800px;
    margin-bottom: 5em;
    margin-top: 3em;
  }
}
@media only screen and (max-width:991px) {
  .vision.mission,
  .vision.message {
    margin: 30px;
  }
  .mission-img {
    height: 600px;
    margin-bottom: 5em;
    margin-top: 3em;
  }
  .goals .goals_content .goal_card.active .number {
    font-size: 50px;
  }
  .goals .goals_content .goal_card.active .title {
    font-size: 20px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer .footer-logo {
    max-width: 130px;
    margin: auto;
  }
  .footer .footer_item_title {
    font-size: 15px;
  }
  .footer h4.footer_item_title {
    font-size: 11px;
  }
  .footer ul li {
    font-size: 8px;
  }
  .footer .inputs input[type=text] {
    max-width: 75%;
  }
  .footer {
    margin: 2em 0;
  }
  .goals .goals_content .goal_card .number {
    font-size: 20px;
  }
  .header2 .search_lang a {
    margin: 0.6em;
    display: block;
  }
}
.mobile_menu {
  display: none;
}

@media only screen and (max-width:480px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 30px;
  }
  .banners .swiper-slide .content h2 {
    font-size: 38px;
    max-width: 80%;
    margin: auto;
    margin-bottom: 0.5em;
  }
  .banners .swiper-slide .content p {
    max-width: 80%;
    margin: auto;
  }
  .header1 .logo .logo_bg img {
    width: 50px;
  }
  .header1 .logo {
    margin-bottom: -50px;
  }
  .header2 {
    margin: 0;
    width: 160px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 2;
    transition: all ease-in-out 0.3s;
  }
  .header2.open {
    left: 0;
  }
  .mobile_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 0 0.6em;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
  }
  .mobile_menu .menu_burger {
    width: 45px;
    height: 45px;
    background-image: url("../images/menu.png");
    background-position: center center;
    background-size: contain;
    border: #565d53 solid 1px;
    border-radius: 10px;
  }
  .mobile_menu .menu_burger.open {
    background-image: url("../images/close.png");
  }
  .header2 .home-menu {
    height: calc(100dvh - 193px);
    overflow: scroll;
  }
  .body-internal {
    margin-top: 118px;
  }
  .header2 .border-end-header {
    border: 0;
    border-bottom: 3px solid #cdcfcd;
    margin-bottom: 1em;
  }
  .header2 .sub-menu {
    position: absolute;
    top: 120px;
    left: 150px;
    flex-direction: column;
    height: calc(100% - 135px);
    padding: 15px;
  }
  .header2 .sub-menu.active li {
    min-width: 130px;
  }
  .header2 .sub-menu::before {
    display: none;
  }
  .search_lang {
    padding: 1em;
    box-shadow: 15px 2px 14px -6px #565d53;
  }
  .footer {
    margin: 2em;
    text-align: center;
  }
  .footer .footer-logo,
  .footer .social {
    margin-bottom: 3em;
  }
  .vision .vision-img {
    margin-inline-start: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .vision {
    margin: 0;
    padding: 4em 1em;
  }
  .page-content {
    margin: 0;
  }
  .vision.message {
    margin: 0;
  }
  .message h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .board .mySwiper .swiper-slide img {
    margin: auto;
    margin-bottom: 2em;
  }
  .board_card {
    margin: 2.2em;
    margin-top: 0;
  }
  .board .board_card h2 {
    font-size: 22px;
  }
  .board .board_card .brief h3 {
    font-size: 16px;
  }
  .board .board_card li {
    font-size: 12px;
    margin-bottom: 1em;
  }
  .board .mySwiper {
    margin: 3em auto;
  }
  .goals .goals_content {
    flex-wrap: wrap;
  }
  .goals .goals_content .goal_card {
    width: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .goals .goals_content .goal_card.active {
    width: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px;
  }
  .construction .construction_card .content * {
    font-size: 3.5cqw;
  }
  .intro h2.one_year {
    font-size: 4.5vw;
  }
  .vision.mission, .vision.message {
    margin: 0;
  }
  .mission-img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */