<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  scroll-behavior: smooth;
}

body {
  font-family: lato;
}

.error-logo {
  width: 7rem;
}

.errorbg {
  background-image: url("/Assets/Images&amp;Icons/error-bg.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.error-head {
  font-size: 3.5rem;
  font-weight: 700;
  color: #263238;
}

.error-para {
  font-size: 1.5rem;
  font-weight: 400;
  color: #a5aaaf;
}

.content-area {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 60%;
}

.nav_btn {
  background-color: #025959 !important;
  color: #fff !important;
}

.btn:focus {
  box-shadow: none !important;
}

.privacybg {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #025959;
  background-color: #ffffff4d;
  padding: 2rem 6rem;
}
.footer_section {
  background-color: #ebeef2;
  height: auto;
  align-items: center;
  padding-top: 3rem;
}

.footer_logo {
  width: 49%;
}

.footer_card {
  align-items: center;
  font-family: Avenir LT Std;
}

hr {
  width: 90%;
  text-align: center;
  margin: 2rem 0 !important;
}

.ref_link {

  color: #6d6e71;

}



.ref_link:hover {

  color: #025959;

  text-decoration: none;

}



.sm_icons_group {

  display: flex;

  justify-content: center;

}



.sm_icons {

  margin-left: 0.5rem;

  transition: transform 0.5s;

}



.sm_icons:hover {

  transform: scale(1.5);

}
.logo-white {

  position: absolute;

  top: 10px;

  width: 8rem;

}

#page-condent-block h2 {
  color: #025959 !important;
  font-size: 150%;
  padding-top: 15px;
}
</pre></body></html>