.slider {
  background-image: url("../images/slider/PakCodeBG3.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search__box h1,
h3 {
  color: #111111;
}

header {
  background: #111111;
}

#mainmenu li a {
  color: #4cbb17;
}

.latest__news {
  padding: 1rem;
}

.pakcode__team {
  padding: 1rem;
}

footer {
  height: 60vh;
}
/* .highlight {
  height: 30vh !important;
} */

#cus__card{
  background: #4cbb17;
  width: 100%;
  height: 100%;
}

.ul-style-2 li:before,
.ul-style-2 li:after {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: -15px;
  background: #111111;
  padding: -5px;
  border-radius: 3px;
  font-size: 12rem;
}