/* Custom Stylesheet hash:17412700191741269884 dated 05 Aug, 2025 17:42:34+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

.image-top {
  background-color: #eaf2f3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
  position:relative;
  justify-content: center;
  display: flex;
}

.image-top img {
  height: 150px;
}

.search--home {
  background-color: #eaf2f3 !important;
  padding: 5.4em 2.5% 5.8em !important;
}


.hero-heading {
  color:black;
}

.gotoLink {
  padding-right:10px;
  display:flex;
  vertical-align:middle;
}


.gotoLink a {
  display:flex;
}

.gotoLink img {
  height: fit-content;
  width: auto;
}