@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nunito Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: 'Anton',sans-serif;
}


.page-header{
  margin: 0px !important;
}


/*-------------------------
    Work Process
-------------------------*/

.heading__title {
  font-size: 37px;
  margin-bottom: 20px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}

.color-primary {
  color: #0092ff !important;
}

.color-white {
  color: #ffffff !important;
}

.process-item {
    position: relative;
  }
  
  .process-item .process-item__icon {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  
  .process-item .process-item__icon:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0092ff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .process-item .process-item__icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(230, 233, 235, 0.1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .process-item .process-item__content {
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
  }
  
  .process-item .process-item__content:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #848e9f;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  
  .process-item .process-item__content:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 15px;
    width: 2px;
    background-color: #848e9f;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .process-item .process-item__title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
  }
  
  .process-item .process-item__desc {
    color: #8097a1;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .process-item:last-of-type .process-item__content {
    margin-bottom: 0;
  }
  
  .process-item.active .process-item__content:before {
    border-color: #054c8b;
    background-color: #054c8b;
  }
  
  .process-item.active .process-item__content:after {
    background-color: #054c8b;
  }
  
  .work-process .cta-banner {
    padding: 0;
    max-width: 100%;
    background-color: transparent;
  }
  
  .work-process .cta-banner .cta__title {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 190px);
            flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
  }
  
  .work-process .cta-banner .cta__title a:hover {
    color: #ffffff;
  }
  
  .work-process .cta-banner .btn {
    font-size: 14px;
    min-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  
  .work-process .video__banner {
    position: relative;
  }
  
  .work-process .video__banner .video__btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
  }
  
  @media (min-width: 1200px) {
    .work-process .banners-wrapper {
      margin-left: -70px;
      margin-right: 50px;
    }
  }
  
  /* Mobile Phones and tablets */
  @media (min-width: 320px) and (max-width: 767px) {
    .process-item .process-item__content {
      padding-left: 40px;
      margin-bottom: 20px;
    }
    .process-item .process-item__content:before {
      width: 25px;
      height: 25px;
      line-height: 21px;
      font-size: 9px;
    }
    .process-item .process-item__content:after {
      top: 35px;
      left: 12px;
    }
    .work-process .cta-banner {
      margin-top: 0 !important;
      margin-bottom: 50px !important;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .work-process .cta-banner .cta__title {
      font-size: 14px;
      line-height: 1.5;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 10px;
    }
    .work-process .cta-banner .btn {
      max-height: 50px;
    }
  }


