@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Poppins", sans-serif;
}

/*-----------------------------*/

#logo-address {
  height: 12vh;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

#nav-section {
  /*background-color: #021A47;*/
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.58);
}

#nav-section {
  background-color: #032668 !important;
  margin-top: 75px;
}

body .nav-color {
  color: #fff !important;
  margin-right: 85px;
  transition: 0.5s;
}

body .nav-color:hover {
  color: #ff5e14 !important;
  border-bottom: 1px solid #ff5e14;
}

.image-frame {
  width: 150px;
}

.image-frame img {
  width: 100%;
  padding-top: 5px;
}

.address-section p {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 500;
}

.address-section span {
  font-size: 15px;
  font-weight: 700;
}

.address-section {
  margin-top: 10px;
}

/*------------Poster Section-----*/
/*------News Poster section-----*/
#news-poster {
  background-image: linear-gradient(
      rgba(73, 82, 149, 0.3),
      rgba(73, 82, 149, 0.3)
    ),
    url("about-poster.jpg");
  height: 60vh;
  background-position: center;
  background-size: cover;
}

#news-poster h2 {
  padding-top: 200px;
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 4px;
}

/*-----footer section------*/
footer {
  padding: 100px 15px;
  background-image: linear-gradient(
      rgba(2, 26, 71, 0.93),
      rgba(2, 26, 71, 0.92)
    ),
    url("worldmap.jpg");
  /*background-image: linear-gradient(rgba(47, 57, 133, 0.88), rgba(47, 57, 133, 0.87)), url("worldmap.jpg");*/
  height: auto;
  background-position: center;
  background-size: cover;
  color: #fff;
  /*#021A47*/
}

.footer-logo {
  width: 110px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 40px;
}

.footer-logo img {
  width: 80%;
  margin-top: 9px;
  margin-left: 10px;
}

.footer-about p {
  margin-top: 30px;
}

.footer-about hr {
  color: #fff;
  height: 1px;
  background-color: #fff;
}

.footer-navigation hr {
  color: #fff;
  height: 1px;
  background-color: #fff;
}

.footer-navi-content,
.footer-contact-content,
.footer-location-content {
  margin-top: 40px;
}

.nav-links {
  margin-bottom: 30px;
}

.nav-links i {
  margin-left: 20px;
}

.short-link {
  text-decoration: none;
  color: #fff;
}

.short-link:hover {
  text-decoration: none;
  color: #fff;
}

.footer-contact hr {
  color: #fff;
  height: 1px;
  background-color: #fff;
}

.footer-location hr {
  color: #fff;
  height: 1px;
  background-color: #fff;
}

td {
  color: #fff;
}

/*---footoer map----*/
.map-section {
  height: 250px;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 95%;
}

.marker {
  background-image: url("mapbox-icon.png");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.footer-link,
.footer-link:hover {
  text-decoration: none;
  color: white;
}
.footer-bottom {
  background-color: #021d50;
  color: white;
}

/*-----------About-us-section-1----*/

#about-section-1 {
  padding: 90px 10px;
}

.content-section-1 h3 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #ff3514;
}

.content-section-1 span {
  color: #032668;
}

.content-section-1 p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  font-weight: 400;
}

.image-section {
  margin-top: 60px;
  overflow: hidden;
  /*clip-path: circle(50% at 50% 50%);*/
}

.image-section img {
  width: 100%;
  transform: scale(1.3);
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.82);*/
}

/*---------------About us Section 2----------------*/
#about-section-2 {
  overflow: hidden;
}
.section-2-frame {
  max-width: 100vw;
  background-color: #f1fbff;
}

.image-section-2 img {
  width: 100%;
}

.content-section-2 h3 {
  margin-bottom: 60px;
  font-size: 2.5rem;
  color: #ff3514;
  padding-top: 30px;
}

.content-section-2 span {
  color: #032668;
}

.features {
  margin-top: 40px;
}

.features td {
  font-weight: 400;
  font-size: 1.1rem;
  color: #555 !important;
  margin-bottom: 30px !important;
}

/*------Media Query------------*/
@media (max-width: 990px) {
  .hero-image {
    width: 100%;
    position: absolute;
    top: 40%;
    left: -20%;
    transform: scale(1.2);
  }

  .address-section {
    display: none;
  }

  .image-frame {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .image-frame img {
    width: 130px;
    height: 70px;
    margin-right: 40px;
  }
}

@media (min-width: 990px) {
  #page-tag {
    display: none;
  }
}
