.hero {
  height: 58vh;
  width: 100%;
  background: url("../image/meeting2.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;
}

.service_box_container {
  padding: 7rem 0;
}

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

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

.service_box_container_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

.service_box_container_title h1 {
  color: #444;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  display: inline-block;
}

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

.service_box_container_title h1 break {
  display: block;
}

@media (max-width: 639px) {
  .service_box_container_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1rem 0;
  }
  .service_box_container_title h1 {
    font-size: 2.8rem;
    text-align: left;
  }
  .service_box_container_title h1 break {
    display: inline-block;
  }
}

.service_box_container .single_box {
  min-height: 24rem;
  padding: 2rem 3rem;
  margin: 1.4rem 0;
  border-radius: 4px;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.service_box_container .single_box_icon {
  font-size: 4rem;
  color: #555;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.service_box_container .single_box_body h2 {
  color: #333;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 1rem 0;
  -webkit-transition: 0.24s;
  transition: 0.24s;
}

.service_box_container .single_box_body p {
  color: #555;
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  text-align: justify;
}

.service_box_container .single_box:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.service_box_container .single_box:hover .single_box_icon {
  color: #32a4ff;
}

.service_box_container .single_box:hover .single_box_body h2 {
  color: #32a4ff;
}

.achievement {
  padding: 14rem 0;
  background: url("../image/meeting.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

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

.achievement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 28, 38, 0.72);
}

.achievement_box {
  margin: 1rem;
}

.achievement_box h1 {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}

.achievement_box h3 {
  color: #1e90ff;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1rem 0;
}

.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;
}

.calltoaction {
  padding: 10rem 0;
  background: url("../image/meeting.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

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

.calltoaction::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 28, 38, 0.8);
}

.calltoaction_content {
  position: relative;
  max-width: 80%;
  padding: 0 2rem;
}

@media (max-width: 639px) {
  .calltoaction_content {
    max-width: 100%;
  }
}

.calltoaction_content h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.calltoaction_content h1 span {
  color: #32a4ff;
}

.calltoaction_content p {
  color: #eee;
  font-size: 1.9rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
}

.calltoaction_content .btn_div 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: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a:hover {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill:hover {
  color: #1e90ff;
  background: transparent;
  border: 2px solid #1e90ff;
}
/*# sourceMappingURL=services.css.map */