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

.default-1-72 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 3rem 12vw;
  position: relative; }
  .default-1-72 .no-padding {
    padding: 0px !important; }
  .default-1-72 .no-margin {
    margin: 0px !important; }
  .default-1-72 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s linear;
    padding: 0rem 0 0 0;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .default-1-72 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-72 .row-eq-height:before, .default-1-72 .row-eq-height:after {
    display: inline-block; }
  .default-1-72 .about-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-72 .about-heading-main {
    width: 100%;
    display: inline-block;
    margin: 0rem;
    min-height: 200px; }
  .default-1-72 .about-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 3.5rem;
    color: #000000; }
  .default-1-72 .about-sub-title {
    width: 100%;
    display: inline-block;
    margin: 2.5rem 0 0 0;
    font-size: 20px;
    color: #989898; }
  .default-1-72 .about-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin: 0px;
    padding: 0px; }
  .default-1-72 .about-img.two {
    height: 550px; }
  .default-1-72 .about-img.three {
    height: 450px; }
  .default-1-72 .about-details {
    width: 100%;
    display: inline-block;
    margin: 5rem 0 0 0; }
  .default-1-72 .about-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000;
    font-weight: 600; }
  .default-1-72 .about-description {
    width: 100%;
    display: inline-block;
    margin: 3rem 0 0 0;
    font-size: 21px;
    color: #989898;
    line-height: 3.5rem; }
  .default-1-72 .about-container {
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  @media screen and (min-width: 1025px) and (max-width: 1440px) {
    .default-1-72 {
      padding: 0 5rem; } }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-72 {
      padding: 0 0rem; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-72 {
      padding: 0 0rem; }
      .default-1-72 .about-details {
        margin-bottom: 3rem; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-72 {
      padding: 0 0rem; }
      .default-1-72 .row-eq-height {
        display: inline-block; }
      .default-1-72 .about-details {
        margin-bottom: 3rem; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-72 {
      padding: 0 0rem; }
      .default-1-72 .row-eq-height {
        display: inline-block; }
      .default-1-72 .about-details {
        margin-bottom: 3rem; } }
  @media screen and (max-width: 480px) {
    .default-1-72 {
      padding: 0 0rem; }
      .default-1-72 .row-eq-height {
        display: inline-block; }
      .default-1-72 .about-details {
        margin-bottom: 3rem; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 0%, 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: rgba(0, 0, 0, 0);
  -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 rgba(0, 0, 0, 0);
  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; }
