@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
body {
  font-family: "Lato", sans-serif;
}
.official-bg {
  background-color: #3594c5;
}
.offi-black-color {
  color: #595a5b !important;
}
.offi-bg-black-color {
  background-color: #595a5b;
}

/* header s */
.navbar-ff {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 991px) {
  .media-nav {
    margin-top: 15px;
  }
}

.banner-image {
  background-image: url("./images/home.png");
  background-size: cover;
}

.official-text-color {
  color: #3594c5 !important;
}
.login-bg {
  background-color: #45afd4;
}
.navbar-dark .navbar-toggler {
  color: black;
  border-color: black;
}
button.navbar-toggler {
  background-color: black;
}

/* header e */
/* home page s */
.img-radius {
  border-radius: 40px;
}
.fs-wwr {
  font-size: 40px;
}
.fs-wwr-d {
  font-size: 26px;
  opacity: 0.9 !important;
}
.offer-fs {
  font-size: 54px;
}
.offer-fs-des {
  font-size: 26px;
}
/* home page e */
/* career s */
.banner-image-career {
  background-image: url("./images/careers.png");
  background-size: cover;
}
.career-desc {
  font-size: 25px !important;
}
.career-border {
  border-radius: 20px;
  box-shadow: 2px 2px 2px 2px #ddd;
}
.wwu-border {
  border-radius: 20px;
}
/* career e */
/* contact us s */
iframe {
  height: 500px !important;
}
/* contact us e */
/* service s */
.service-box {
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #ddd;
}
/* service e */
/* abt s */
.banner-image-abt {
  background-image: url("./images/services.png");
  background-size: cover;
}
.abt-border {
  border-radius: 50px;
}
.lineheight1.5 {
  line-height: 1.5;
}
.lineheight2 {
  line-height: 2;
}

/* abt e */
