@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2&family=Tajawal&display=swap");
* {
  font-family: "Baloo Da 2", "Tajawal";
  outline: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.ser-header {
  width: 100%;
  height: 465px;
  background-image: url("/img/services_bg3.jpg");
  background-size: cover;
  background-position: 0 -142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 83px;
}

.ser-header::after {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 26, 75, 0.26)), to(rgba(0, 0, 0, 0.82)));
  background: linear-gradient(180deg, rgba(0, 26, 75, 0.26) 0%, rgba(0, 0, 0, 0.82) 100%);
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ser-header .ser-header-box {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5px 5%;
}

.ser-header h1 {
  color: #fff;
  margin: 0;
  font-size: 50px;
}

.ser-header p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

.services-parent .service-box {
  border: #0eafed 1px solid;
  border-top: #0eafed 4px solid;
}

.service-cat-box {
  width: 100%;
  padding: 0 8%;
}

.service-cat-box p {
  margin: 0px 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
  color: #001a4b;
  font-size: 22px;
}

.service-cat-box img {
  width: 40px;
  vertical-align: middle;
}
/*# sourceMappingURL=services.css.map */
