body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-426 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 3rem 0vw;
  position: relative;
  background: #191A1C; }
  .default-1-426 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-426 .no-padding {
    padding: 0px !important; }
  .default-1-426 .no-margin {
    margin: 0px !important; }
  .default-1-426 .overlay {
    width: 100%;
    height: 100%;
    background: #23222b;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.6; }
  .default-1-426 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-426 .row-eq-height:before, .default-1-426 .row-eq-height:after {
    display: inline-block; }
  .default-1-426 .alt {
    display: flex; }
  .default-1-426 .service-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-426 .border-hed {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 35px;
    height: 6px;
    outline: none;
    border: none;
    background: linear-gradient(to right, #e64c4c, #ef32fb);
    border-radius: 30px; }
  .default-1-426 .service-heading-title {
    width: 100%;
    display: inline-block;
    margin: 4rem 0 3rem 0;
    color: #FFF;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 7rem; }
  .default-1-426 .service-heading-desc {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
    font-size: 2.5rem; }
  .default-1-426 .read-more-link {
    width: 100%;
    display: inline-block;
    margin: 3rem 0 0 0;
    color: #fa6400;
    font-weight: 600;
    font-size: 2.5rem; }
    .default-1-426 .read-more-link i {
      color: #fa6400;
      font-size: 2.5rem;
      margin-left: 0.6rem; }
  .default-1-426 .service-content-box {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    border-radius: 10px;
    background: var(--service-box-bg, #3be2bc);
    padding: 2.5rem 2rem; }
  .default-1-426 .service-desc {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    font-size: 2rem; }
  .default-1-426 .service-title {
    width: 100%;
    display: inline-block;
    margin: 1rem 0 0 0;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    font-style: italic; }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-426 .service-main {
      padding: 0 15px;
      margin-bottom: 4rem; }
    .default-1-426 .service-heading-title {
      font-size: 4.5rem;
      line-height: 6rem; } }
  @media screen and (max-width: 767px) {
    .default-1-426 .service-main {
      padding: 0 15px;
      margin-bottom: 4rem; }
    .default-1-426 .service-heading-title {
      font-size: 4.5rem;
      line-height: 6rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
