@import url("fonts.css");
body {
  font-family: "SST" !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #003d33;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #005c4d;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-container {
  background-color: #003d33;
}
.header-container .logo {
  margin-top: 50px;
  zoom: 0.6;
}
@media screen and (max-width: 991px) {
  .header-container .logo {
    padding: 1rem;
  }
}
.header-container .header-columns {
  margin-top: 60px;
}
.header-container .header-columns .menu {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .header-container .header-columns .menu {
    padding: 1rem;
  }
}
.header-container .header-columns .menu li {
  border-bottom: 2px solid #fff;
  text-align: right;
  margin-bottom: 4px;
  position: relative;
  right: 0;
}
.header-container .header-columns .menu li:hover {
  right: 10px;
  transition: all ease 0.7s;
}
.header-container .header-columns .menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.header-container .header-columns .socials {
  margin-top: 260px;
  zoom: 0.6;
}
@media screen and (max-width: 991px) {
  .header-container .header-columns .socials {
    margin-top: 20px;
  }
}
.header-container .header-columns .socials li {
  text-align: right;
}

.about-container {
  position: relative;
  background-color: #decbbf;
}
.about-container .main-img {
  zoom: 0.6;
}
.about-container .about-details {
  position: absolute;
  z-index: 2;
  top: 560px;
  width: 100%;
}
@media screen and (min-width: 1500px) {
  .about-container .about-details {
    top: 800px;
  }
}
@media screen and (max-width: 1270px) {
  .about-container .about-details {
    top: 400px;
  }
}
@media screen and (max-width: 991px) {
  .about-container .about-details {
    position: relative;
    top: 0;
  }
}
.about-container .about-details h5 {
  text-align: right;
  color: #003d33;
  font-size: 80px;
  border-bottom: 8px solid #003d33;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 140px;
  padding-bottom: 20px;
  float: right;
  zoom: 0.6;
}
.about-container .about-details .about-desc {
  color: #003d33;
  position: relative;
  top: 30px;
  font-weight: 600;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .about-container .about-details .about-desc {
    top: 0;
  }
}

.objectives-container {
  width: 100%;
  display: block;
  background-color: #b5d9da;
  padding-top: 20px;
  padding-bottom: 100px;
}
.objectives-container .main-img {
  zoom: 0.6;
}
.objectives-container .objectives-title {
  margin-bottom: 100px !important;
}
.objectives-container .objectives-title.news {
  margin-bottom: 20px !important;
}
.objectives-container .objectives-title h5 {
  text-align: right;
  color: #003d33;
  font-size: 80px;
  border-bottom: 8px solid #003d33;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 140px;
  padding-bottom: 20px;
  float: right;
  zoom: 0.6;
}
@media screen and (max-width: 500px) {
  .objectives-container .objectives-title h5 {
    font-size: 50px;
  }
}
.objectives-container .obj-item {
  position: relative;
}
.objectives-container .obj-item .desc {
  padding: 40px 20px;
  background-color: rgba(0, 61, 51, 0.8509803922);
  opacity: 0;
}
.objectives-container .obj-item .title {
  padding: 20px;
  background-color: rgba(0, 61, 51, 0.8509803922);
}
.objectives-container .obj-item:hover .desc {
  opacity: 1;
  transition: all ease 0.7s;
}
.objectives-container .obj-item .obj-item-details {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  color: #fff;
}

.owl-carousel {
  position: relative;
  padding: 0 60px;
}

.owl-prev,
.owl-next {
  position: absolute;
  z-index: 999;
}

.owl-prev {
  left: 0;
  top: 200px;
}

.owl-next {
  right: 0;
  top: 200px;
}

.owl-carousel .owl-item img {
  height: 400px !important;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: 2px solid #003d33 !important;
  padding: 2px 10px !important;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sectors-container {
  width: 100%;
  display: block;
  background-color: #d5c0b0;
  padding-top: 20px;
}
.sectors-container .main-img {
  zoom: 0.6;
}
.sectors-container .objectives-title {
  margin-bottom: 100px !important;
}
.sectors-container .objectives-title h5 {
  text-align: right;
  color: #003d33;
  font-size: 80px;
  border-bottom: 8px solid #003d33;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 140px;
  padding-bottom: 20px;
  float: right;
  zoom: 0.6;
}
@media screen and (min-width: 480px) {
  .sectors-container .sectors-items-container .sectors-images {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .sectors-container .sectors-items-container .sectors-images {
    padding: 3rem;
  }
}
.sectors-container .sectors-items-container .sectors-images .sector-item {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1366px) {
  .sectors-container .sectors-items-container .sectors-images .sector-item {
    width: 25%;
    flex: 1;
    flex-grow: 1;
    flex-basis: 25%;
  }
}
@media screen and (max-width: 480px) {
  .sectors-container .sectors-items-container .sectors-images .sector-item {
    width: 100%;
  }
}
.sectors-container .sectors-items-container .sectors-images .sector-item img {
  height: 500px;
}
.sectors-container .sectors-items-container .sectors-images .sector-item .sector-title {
  position: absolute;
  z-index: 88;
  font-weight: bold;
  color: #fff;
  bottom: 10%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .sectors-container .sectors-items-container .sectors-images .sector-item .sector-title {
    zoom: 0.5;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sectors-container .sectors-items-container .sectors-images .sector-item .sector-title {
    font-size: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  .sectors-container .sectors-items-container .sectors-images .sector-item .sector-title {
    font-size: 150% !important;
  }
}
.sectors-container .sectors-items-container .sectors-images .sector-item:hover .sector-title {
  bottom: 70%;
  transition: all ease 0.7s;
}

#button {
  zoom: 0.7;
  text-decoration: none !important;
  display: inline-block;
  background-color: #003d33;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.text-arrow-color {
  color: blue;
}

.overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

@media screen and (max-width: 500px) {
  .main-img {
    zoom: 0.25 !important;
  }
}

.news-container img {
  float: right;
  margin: 5px;
  width: 50%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .news-container img {
    float: unset;
    width: 100%;
    padding: 0;
  }
}
.news-container .news-text {
  text-align: justify;
  font-size: 25px;
}
.news-container .news-text h5 {
  font-weight: bold;
  line-height: 150%;
}
.news-container .news-text p {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.board-container {
  background-image: url("../images/board-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 70px 0px 50px;
}
.board-container .row {
  position: relative;
  z-index: 1;
}
.board-container::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgb(189, 178, 168) 0%, rgba(189, 178, 168, 0.8) 100%);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}
.board-container .board-title h5 {
  text-align: right;
  color: #003d33;
  font-size: 80px;
  border-bottom: 8px solid #003d33;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 140px;
  padding-bottom: 20px;
  float: right;
  zoom: 0.6;
}
.board-container .board-chairman {
  background: linear-gradient(0deg, rgba(35, 77, 66, 0.2) 0%, rgb(35, 77, 66) 40%, rgb(35, 77, 66) 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.board-container .board-chairman img {
  width: 270px;
}
.board-container .board-chairman figcaption {
  color: #cebca6;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.board-container .board-chairman figcaption span {
  font-weight: 100;
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
  color: #fff;
}
.board-container .board-chairman span.sideLine.sideLine_1 {
  width: 25%;
  position: absolute;
  height: 4px;
  right: 0px;
  top: 20%;
  background-color: #cebca6;
}
@media screen and (max-width: 991px) {
  .board-container .board-chairman span.sideLine.sideLine_1 {
    display: none;
  }
}
.board-container .board-chairman span.sideLine.sideLine_2 {
  width: 30%;
  position: absolute;
  height: 4px;
  right: 0px;
  top: 25%;
  background-color: #cebca6;
}
@media screen and (max-width: 991px) {
  .board-container .board-chairman span.sideLine.sideLine_2 {
    display: none;
  }
}
.board-container .board-chairman span.sideLine.sideLine_3 {
  width: 30%;
  position: absolute;
  height: 4px;
  left: 0px;
  top: 20%;
  background-color: #cebca6;
}
@media screen and (max-width: 991px) {
  .board-container .board-chairman span.sideLine.sideLine_3 {
    display: none;
  }
}
.board-container .board-chairman span.sideLine.sideLine_4 {
  width: 25%;
  position: absolute;
  height: 4px;
  left: 0px;
  top: 25%;
  background-color: #cebca6;
}
@media screen and (max-width: 991px) {
  .board-container .board-chairman span.sideLine.sideLine_4 {
    display: none;
  }
}
.board-container .board-items-holder {
  padding: 0 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 100px;
}
@media screen and (max-width: 1024px) {
  .board-container .board-items-holder {
    flex-wrap: wrap;
    padding: 30px 70px;
  }
}
@media screen and (max-width: 768px) {
  .board-container .board-items-holder {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
  .board-container .board-items-holder {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
.board-container .board-items-holder figure img {
  width: 150px;
}
.board-container .board-items-holder .board-item {
  background: linear-gradient(0deg, rgba(206, 195, 184, 0.4) 0%, #cec3b8 40%, #cec3b8 100%);
  text-align: center;
  width: 20%;
  padding: 15px 5px 0;
}
@media screen and (max-width: 1024px) {
  .board-container .board-items-holder .board-item {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  .board-container .board-items-holder .board-item {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .board-container .board-items-holder .board-item {
    width: 100%;
  }
}
.board-container .board-items-holder .board-item figcaption {
  color: #003d33;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.board-container .board-items-holder .board-item figcaption span {
  font-weight: 100;
  display: block;
  font-size: 14px;
  padding-bottom: 0px;
  color: #003d33;
}/*# sourceMappingURL=styles.css.map */