.hero {
  height: 58vh;
  width: 100%;
  background: url("../image/working-table.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hero_content {
  color: #fff;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(24, 28, 38, 0.76);
  padding: 8rem 1rem;
}

@media (max-width: 639px) {
  .hero_content {
    padding: 4.5rem 1rem;
  }
}

.hero_content h1 {
  margin-top: 6rem;
  font-size: 7rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}

@media (max-width: 639px) {
  .hero_content h1 {
    font-size: 4rem;
    font-weight: 600;
  }
}

.hero_content .path {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero_content .path span {
  color: #289aff;
}

.hero_content .path a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.hero_content .path a:hover {
  color: #289aff;
  text-decoration: underline;
}

.about_service {
  padding: 7rem 0;
}

@media (max-width: 639px) {
  .about_service {
    padding: 3rem 0;
  }
}

.about_service_content {
  padding: 1rem 0;
}

.about_service_content h1 {
  color: #1e90ff;
  font-size: 4rem;
  font-family: 'Oswald', sans-serif;
  line-height: 1.8;
}

.about_service_content p {
  color: #666;
  font-size: 1.9rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 639px) {
  .about_service_content p {
    line-height: 1.6;
  }
}

.pricing {
  padding: 7rem 7rem 12rem 7rem;
  background: #eee;
}

@media (max-width: 639px) {
  .pricing {
    padding: 2rem 2rem 4rem 2rem;
  }
}

.pricing_title {
  padding: 5rem 0;
  text-align: center;
}

.pricing_title h1 {
  color: #555;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1.2rem;
  display: inline-block;
  position: relative;
}

.pricing_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 25%;
  background: #1e90ff;
}

@media (max-width: 639px) {
  .pricing_title h1 {
    text-align: left;
    font-size: 3.2;
  }
}

.pricing .single_card {
  margin: 1.7rem 0;
}

.pricing .single_card:hover .pricing_card {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0 14px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 18px rgba(0, 0, 0, 0.1);
}

.pricing .single_card:hover .pricing_card_head::before {
  height: 90%;
}

.pricing .single_card .pricing_card {
  min-height: 40rem;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.pricing .single_card .pricing_card_head {
  padding: 4rem 5rem;
  position: relative;
  color: #fff;
}

.pricing .single_card .pricing_card_head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  border-radius: 0 0 40% 40%;
  background: linear-gradient(45deg, #ff17e0, blue);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.pricing .single_card .pricing_card_head .card_title {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  position: relative;
}

.pricing .single_card .pricing_card_head .card_title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 20%;
  background: #1e90ff;
}

.pricing .single_card .pricing_card_head .card_price {
  font-size: 3.7rem;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  position: relative;
  margin-bottom: 4rem;
}

.pricing .single_card .pricing_card_menu {
  padding: 0 3rem;
  padding-bottom: 4rem;
}

.pricing .single_card .pricing_card_menu ul li {
  color: #444;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.6px;
  margin: 2rem 0;
}

.pricing .single_card .pricing_card_menu ul li i {
  margin-right: 1rem;
}

.web_solutions {
  padding: 9rem 0;
  padding-bottom: 12rem;
  background: #fff;
}

@media (max-width: 639px) {
  .web_solutions {
    padding: 4rem 0;
  }
}

.web_solutions_content h1 {
  color: #555;
  font-size: 4rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.web_solutions_content h1 span {
  color: #3caeff;
}

@media (max-width: 991px) {
  .web_solutions_content h1 {
    font-size: 3.4rem;
  }
}

@media (max-width: 639px) {
  .web_solutions_content h1 {
    font-size: 2.8rem;
  }
}

.web_solutions_content p {
  font-size: 1.7rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: justify;
}

.web_solutions_content .btn_wrap a {
  text-decoration: none;
  display: block;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 4.8rem;
  width: 14rem;
  font-size: 1.45rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-radius: 4px;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  color: #111;
  border: 1.4px solid #1e90ff;
}

.web_solutions_content .btn_wrap a:hover {
  color: #fff;
  background: #1e90ff;
}

.web_solutions_content .btn_wrap a.fill {
  color: #fff;
  background: #1e90ff;
}

.web_solutions_content .btn_wrap a.fill:hover {
  color: #222;
  background: transparent;
}

.web_solutions_box {
  margin: 3.2rem 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

.web_solutions_box_title {
  color: #181c26;
  padding: 2rem 4rem;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.web_solutions_box_menu {
  padding: 4rem;
  color: #eee;
  background: #2c303a;
}

.web_solutions_box_menu li {
  padding: 1rem 0;
  font-family: 'Poppins', sans-serif;
}

.web_solutions_box_menu a {
  text-decoration: none;
  display: block;
  background: #eee;
  color: #222;
  height: 4rem;
  width: 16rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  border: 1.4px solid;
  margin-top: 1.4rem;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.web_solutions_box_menu a:hover {
  color: #eee;
  background: #4a4e58;
  border-color: #333;
}
/*# sourceMappingURL=about_services.css.map */