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

.default-1-378 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 4rem 0vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-378 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-378 .no-padding {
    padding: 0px !important; }
  .default-1-378 .no-margin {
    margin: 0px !important; }
  .default-1-378 .overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    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; }
  .default-1-378 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-378 .row-eq-height:before, .default-1-378 .row-eq-height:after {
    display: inline-block; }
  .default-1-378 .alt {
    display: flex; }
  .default-1-378 .work-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 5rem;
    letter-spacing: 1px; }
  .default-1-378 .work-heading-desc {
    width: 100%;
    display: inline-block;
    margin: 1rem 0 7rem 0;
    color: #999DA9;
    font-weight: 400;
    font-size: 22px;
    text-align: center; }
  .default-1-378 .work-img-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    position: relative; }
  .default-1-378 .work-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    margin: 0px; }
  .default-1-378 .work-title {
    display: inline-block;
    margin: 0px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    padding: 2.5rem 5rem;
    background: #69A5FF;
    border-radius: 5rem 10rem 0rem 5rem;
    position: absolute;
    top: 3rem;
    left: -5.5vw; }
  .default-1-378 .work-title.work-titler {
    border-radius: 6rem 5rem 5rem 0rem;
    background: #E3EFFF;
    right: -5.5vw;
    left: auto;
    color: #4C92FE;
    top: 4rem; }
  .default-1-378 .work-main-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0px 0rem 3rem 0; }
  .default-1-378 .work-main-img.work-main-imgr {
    justify-content: flex-start; }
  .default-1-378 .work-img1 {
    width: 170px;
    height: 170px;
    object-fit: cover;
    margin: 0px 0rem 0 0;
    float: left; }
  .default-1-378 .work-img1.work-img1r {
    margin: 0px 3rem 0 0; }
  .default-1-378 .work-img2 {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 9rem 3rem 0 0;
    float: left; }
  .default-1-378 .work-img2.work-img2r {
    margin-top: 1rem; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .default-1-378 .work-title {
      left: -2vw; }
    .default-1-378 .work-title.work-titler {
      right: -2vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-378 .work-title {
      left: 3rem; }
    .default-1-378 .work-title.work-titler {
      right: 3rem; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-378 .work-title {
      left: 3rem; }
    .default-1-378 .work-title.work-titler {
      right: 3rem; } }
  @media screen and (max-width: 767px) {
    .default-1-378 .work-title {
      left: 3rem; }
    .default-1-378 .work-title.work-titler {
      right: 3rem; } }
  @media screen and (max-width: 480px) {
    .default-1-378 .work-main-img {
      display: inline-block; }
    .default-1-378 .work-img1 {
      margin: 3rem 0rem 0 0; }
    .default-1-378 .work-img1.work-img1r {
      margin: 0px 3rem 3rem 0; } }
@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; }
