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

.default-1-442 {
  width: 100%;
  float: left;
  margin: 2rem 0;
  padding: 0rem 12vw;
  position: relative;
  background: #FFFFFF; }
  .default-1-442 a {
    text-decoration: none;
    display: inline-block;
    outline: none; }
  .default-1-442 .no-padding {
    padding: 0px !important; }
  .default-1-442 .no-margin {
    margin: 0px !important; }
  .default-1-442 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    transition: all 500ms ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0;
    opacity: 0; }
  .default-1-442 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-442 .row-eq-height:before, .default-1-442 .row-eq-height:after {
    display: inline-block; }
  .default-1-442 .alt {
    display: flex; }
  .default-1-442 .service-heading {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0;
    color: #000000;
    font-weight: 600;
    font-size: 6rem;
    letter-spacing: 2px;
    text-align: center; }
  .default-1-442 .service-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0 0rem 0;
    padding: 0rem 3vw; }
  .default-1-442 .service-img-main {
    width: 100%;
    display: inline-block;
    margin: 0px 0 4rem 0;
    position: relative;
    box-shadow: 0 6px 15px -4px #000;
    transition: all 0.3s linear; }
  .default-1-442 .service-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin: 0px; }
  .default-1-442 .service-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer; }
  .default-1-442 .service-img-main:hover .overlay {
    opacity: 1; }
  @media screen and (min-width: 1025px) and (max-width: 1450px) {
    .default-1-442 {
      padding: 0rem 0vw; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-442 {
      padding: 0rem 0vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-442 {
      padding: 0rem 0vw; }
      .default-1-442 .service-main {
        padding: 0rem 0vw; } }
  @media screen and (max-width: 767px) {
    .default-1-442 {
      padding: 0rem 0vw; } }
  @media screen and (max-width: 600px) {
    .default-1-442 .col-xs-6 {
      width: 100%; } }
@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; }
