html, body {
  font-family: "Roboto", sans-serif;
  font-size: 10px; }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 15;
  box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 10px 49px 6px rgba(0, 0, 0, 0.14); }
  .site-header .top-header {
    height: 40px;
    background-color: #2f9aff;
    display: flex;
    align-items: center; }
    .site-header .top-header nav {
      display: flex;
      color: white;
      align-items: center;
      justify-content: space-between;
      width: 80%;
      margin: 0 auto; }
      .site-header .top-header nav p {
        margin: 0; }
    .site-header .top-header__left {
      display: flex;
      font-size: 1.4rem;
      align-items: center; }
      .site-header .top-header__left .box i {
        color: white;
        font-size: 15px;
        margin-right: 10px; }
      .site-header .top-header__left .box:not(:last-of-type) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid white; }
    .site-header .top-header__right .social {
      display: flex; }
      .site-header .top-header__right .social p {
        font-size: 1.4rem;
        font-weight: bold; }
      .site-header .top-header__right .social i {
        font-size: 1.6rem; }
      .site-header .top-header__right .social > *:not(:last-child) {
        margin-right: 10px; }
  .site-header .bottom-header {
    position: relative; }
    .site-header .bottom-header i {
      font-size: 5rem;
      color: #ff7f2f;
      position: absolute;
      left: 15%;
      top: 50%;
      transform: translateY(-50%) translateX(-15%); }
    .site-header .bottom-header .quota {
      display: inline-block;
      color: white;
      background-color: #ff7f2f;
      padding: 10px 30px;
      position: absolute;
      right: 15%;
      top: 50%;
      transform: translateY(-50%) translateX(-15%);
      font-size: 1.4rem;
      text-decoration: none;
      border-radius: 20px;
      transition: all .3s; }
      .site-header .bottom-header .quota:hover {
        background-color: #ff6f16; }
  .site-header .main-menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    height: 80px;
    background-color: white;
    margin: 0 auto; }
    .site-header .main-menu .list-item {
      align-self: center; }
      .site-header .main-menu .list-item .link-item:link, .site-header .main-menu .list-item .link-item:visited {
        text-decoration: none;
        text-transform: capitalize;
        color: #818181;
        font-size: 1.8rem;
        padding: 10px 20px;
        transition: all .2s;
        border-radius: 8px; }
      .site-header .main-menu .list-item .link-item:hover {
        color: #2f9aff; }

section {
  padding: 20px 0; }

.btn-secondary:link, .btn-secondary:visited {
  display: inline-block;
  color: white;
  background-color: #ff7f2f;
  padding: 10px 30px;
  right: 15%;
  top: 50%;
  transform: translateY(-50%) translateX(-15%);
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s; }
  .btn-secondary:link:hover, .btn-secondary:visited:hover {
    background-color: #ff6f16; }

.btn-secondary-normal:link, .btn-secondary-normal:visited {
  display: inline-block;
  color: white;
  background-color: #ff7f2f;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s; }
  .btn-secondary-normal:link:hover, .btn-secondary-normal:visited:hover {
    background-color: #ff6f16; }

.btn-primary-normal:link, .btn-primary-normal:visited {
  display: inline-block;
  color: white;
  background-color: #2f9aff;
  padding: 10px 30px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 20px;
  transition: all .3s;
  text-align: center; }
  .btn-primary-normal:link:hover, .btn-primary-normal:visited:hover {
    background-color: #168eff; }

.cover-video {
  height: 80vh;
  width: 100%;
  position: relative; }
  .cover-video .cover-heading {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 80%;
    margin: 0 auto;
    z-index: 11;
    text-align: center; }
    .cover-video .cover-heading h1, .cover-video .cover-heading h2 {
      color: white;
      margin-top: 0;
      text-shadow: 2px 2px 9px #787878;
      line-height: 5rem; }
    .cover-video .cover-heading h1 {
      font-size: 7rem; }
    .cover-video .cover-heading h2 {
      font-size: 5rem; }
  .cover-video .bg-video__content {
    height: 80vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(50%); }

.budges {
  width: 70%;
  height: 180px;
  margin: 0 auto;
  background-color: #ff7f2f;
  margin-top: -100px;
  position: relative;
  z-index: 12;
  display: flex;
  flex-basis: 200px;
  font-size: 1.4rem;
  color: white;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #c84d00;
  box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  -webkit-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  -moz-box-shadow: -1px 2px 178px -45px rgba(112, 112, 112, 0.86);
  text-align: center; }
  .budges .budge {
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 33%;
    justify-content: space-evenly; }
    .budges .budge .icon-wraper {
      background-color: white;
      width: 125px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative;
      flex-shrink: 0; }
      .budges .budge .icon-wraper i {
        font-size: 4.5rem;
        color: orange;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .budges .budge .icon-explain {
      align-self: center; }
      .budges .budge .icon-explain p {
        font-weight: bold;
        font-size: 5rem;
        line-height: 4.5rem;
        position: relative;
        top: 2.5rem; }
        .budges .budge .icon-explain p span {
          font-size: 1.5rem;
          position: relative;
          bottom: 2rem;
          width: 100%; }
    .budges .budge .icon-explain--2 {
      position: relative; }
      .budges .budge .icon-explain--2 p {
        font-size: 4rem; }
    .budges .budge .icon-explain--3 p {
      font-size: 4rem;
      line-height: 4rem;
      width: 80%;
      margin: 0 auto 20px auto; }
      .budges .budge .icon-explain--3 p span {
        bottom: 1.5rem; }
    .budges .budge > * {
      margin: 10px; }

.about-intro {
  padding: 80px 20px 40px 20px; }
  .about-intro__wraper {
    width: 80%;
    margin: 0 auto;
    display: flex; }
  .about-intro__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 55%; }
    .about-intro__left > img {
      margin: 2.5px 20px;
      border-radius: 1rem;
      align-self: center;
      transition: all 1s;
      box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -webkit-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 10px 10px 49px 6px rgba(0, 0, 0, 0.14); }
      .about-intro__left > img:hover {
        transform: scale(1.1); }
    .about-intro__left .img-sm {
      width: 300px;
      height: 250px; }
    .about-intro__left .img-lg {
      width: 300px;
      height: 320px; }
  .about-intro__right {
    width: 45%;
    align-self: center;
    text-align: left; }
    .about-intro__right h3, .about-intro__right h4 {
      margin-top: 0;
      font-weight: 300; }
    .about-intro__right h3 {
      color: #ff7f2f;
      font-size: 2rem;
      margin-bottom: 0; }
    .about-intro__right h4 {
      font-size: 3rem;
      font-weight: 300;
      margin-bottom: 0;
      width: 60%;
      line-height: 3rem; }
    .about-intro__right p {
      font-size: 1.4rem;
      width: 70%; }
    .about-intro__right .benefits {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-left: -1.2rem; }
      .about-intro__right .benefits li {
        font-size: 1.6rem;
        margin: 10px; }
        .about-intro__right .benefits li i {
          color: white;
          font-size: 1.2rem;
          margin-right: 15px;
          background-color: #2f9aff;
          padding: 8px;
          border: 1px solid white;
          border-radius: 100%; }
    .about-intro__right .btn-secondary {
      margin-top: 4rem;
      margin-left: 2rem; }

.services {
  text-align: center;
  background-color: #fbf9f9;
  padding: 4rem 0 4rem 0; }
  .services h3 {
    font-size: 3rem;
    margin-bottom: 0; }
  .services .services-intro-par {
    font-size: 1.4rem;
    width: 50%;
    margin: 20px auto;
    font-weight: 300; }
  .services__wraper {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap; }
  .services__service {
    margin: 20px 10px;
    flex-basis: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e3eefa;
    padding: 10px 20px;
    border-radius: 1.2rem;
    transition: all .3s; }
    .services__service h4 {
      font-size: 2rem;
      margin: 0;
      margin-top: 1rem; }
    .services__service--icon-box {
      background-color: #2f9aff;
      width: 125px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative; }
      .services__service--icon-box i {
        color: white;
        font-size: 3.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .services__service:hover {
      transform: translateY(-2rem); }
  .services__par {
    font-size: 1.6rem;
    color: #9b9b9b; }
  .services__view-more {
    margin-top: 5rem; }

.workflow {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../imgs/workflow.jpg);
  background-size: cover;
  background-position: center;
  padding: 2rem 0 8rem 0;
  text-align: center;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .workflow h3 {
    text-align: center;
    font-size: 3rem;
    color: white;
    display: inline-block;
    border-bottom: 1px solid white;
    padding-bottom: 10px; }
  .workflow__wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    width: 100%; }
    .workflow__wraper > workflow__step {
      margin: 3rem 12rem; }
    .workflow__wraper .separator {
      border-bottom: 3px dotted white;
      width: 10%;
      margin: 0 2rem;
      position: relative;
      align-self: center; }
  .workflow__step {
    width: 300px;
    color: white;
    padding: 4rem;
    border: 3px dotted white;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(13, 19, 39, 0.6);
    transition: all 1s; }
    .workflow__step:hover {
      transform: scale(1.1); }
    .workflow__step .step-number-wraper {
      background-color: white;
      width: 100px;
      /* adjust to control the size */
      aspect-ratio: 1;
      clip-path: shape(from 97.28% 45.28%, curve to 97.28% 54.72% with 100% 50%, line to 77.72% 88.58%, curve to 69.55% 93.3% with 75% 93.3%, line to 30.45% 93.3%, curve to 22.28% 88.58% with 25% 93.3%, line to 2.72% 54.72%, curve to 2.72% 45.28% with 0% 50%, line to 22.28% 11.42%, curve to 30.45% 6.7% with 25% 6.7%, line to 69.55% 6.7%, curve to 77.72% 11.42% with 75% 6.7%);
      position: relative;
      flex-shrink: 0; }
      .workflow__step .step-number-wraper p {
        color: black;
        font-size: 5rem;
        position: absolute;
        top: 2%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .workflow__step .step-content h4 {
      font-size: 2rem;
      border-bottom: 2px dotted white;
      padding-bottom: 5px;
      display: inline-block; }
    .workflow__step .step-content p {
      font-size: 1.5rem;
      font-weight: bold; }

.blog {
  text-align: center; }
  .blog h3 {
    font-size: 3rem;
    margin-bottom: 0; }
  .blog__intro {
    font-size: 1.6rem;
    width: 50%;
    margin: 1.5rem auto;
    font-weight: 300; }
  .blog__grid {
    display: grid;
    width: 70%;
    margin: 4rem auto 4rem auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    text-align: left; }
    .blog__grid .post .post-meta {
      display: flex;
      justify-content: flex-start; }
      .blog__grid .post .post-meta p {
        margin-bottom: 0;
        font-size: 1.5rem;
        color: #9b9b9b; }
      .blog__grid .post .post-meta > p:not(:last-of-type) {
        margin-right: 10px; }
    .blog__grid .post .post-content h4 {
      margin: 0; }
    .blog__grid .post .post-content .featured-star-btn {
      align-self: flex-start;
      width: 45%;
      text-align: center; }
    .blog__grid .post .post-content .post-btn {
      margin: 0;
      align-self: flex-start;
      width: 45%; }
    .blog__grid .post .post-par {
      font-size: 1.6rem;
      width: 100%; }
    .blog__grid .post h4 {
      font-size: 1.8rem;
      margin: 0; }
    .blog__grid .featured-star {
      grid-row: 1/4; }
      .blog__grid .featured-star .post-par {
        font-size: 1.6rem;
        width: 90%; }
      .blog__grid .featured-star .featured-star-btn {
        justify-self: start; }
    .blog__grid .featured-post {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .blog__grid .featured-post .post-content {
        margin-left: 2rem; }
        .blog__grid .featured-post .post-content .post-meta {
          display: flex;
          justify-content: flex-start; }
          .blog__grid .featured-post .post-content .post-meta p {
            margin: 0; }
          .blog__grid .featured-post .post-content .post-meta > p:not(:last-of-type) {
            margin-right: 10px; }

/*# sourceMappingURL=app.css.map */
