header {
  height: 65vh;
  width: 100%;
  background-image: url("../../../images/146187.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
header .h-content {
  height: 100%;
}
header .h-content .d-flex {
  height: 100%;
  position: relative;
  z-index: 999;
  color: #fff;
}
header .h-content .d-flex h1 {
  font-size: 60px;
}

main {
  padding-top: 88px;
}
main .section-name {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
main .section-name img {
  position: absolute;
  bottom: -15px;
  right: 0px;
  left: 0px;
  border-radius: var(--border-radius);
  width: 100%;
}

#networks {
  margin-bottom: 60px;
}
#networks .owl-nav {
  top: calc(60% - 45px);
}
#networks .content {
  position: relative;
  transition: all 0.1s linear;
}
#networks .content img {
  border-radius: var(--border-radius);
  width: 100%;
}
#networks .content::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
  top: 200px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  transition: all 0.3s ease;
}
#networks .content:hover::before {
  top: 500px;
}

#government .content {
  position: relative;
  transition: all 0.1s linear;
  margin-bottom: 30px;
}
#government .content img {
  border-radius: var(--border-radius);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#government .content:hover {
  transform: scale(1.05);
}

#about {
  padding: 50px 0px;
}
#about .about-name {
  position: relative;
  display: inline-block;
}
#about .about-name::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0px; /* R */
  height: 5px;
  border-radius: var(--border-radius);
  width: 38%;
  background: var(--second-color);
}/*# sourceMappingURL=about.css.map */