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

.default-1-77 {
  width: 100%;
  display: inline-block;
  margin: 0rem 0 0;
  padding: 5rem 0vw;
  position: relative;
  background: #091F2B; }
  .default-1-77 .no-padding {
    padding: 0px !important; }
  .default-1-77 .no-margin {
    margin: 0px !important; }
  .default-1-77 .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-77 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-77 .row-eq-height:before, .default-1-77 .row-eq-height:after {
    display: inline-block; }
  .default-1-77 .service-main {
    width: 100%;
    display: inline-block;
    margin: 0px; }
  .default-1-77 .heading-title {
    width: 100%;
    display: inline-block;
    margin: 0rem 0 3rem 0;
    font-weight: 600;
    font-size: 4rem;
    color: #ffffff; }
  .default-1-77 .sub-heading {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #ffffff; }
  .default-1-77 .service-details {
    width: 100%;
    display: inline-block;
    margin: 0px 0 3rem 0; }
  .default-1-77 .service-border {
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px;
    background: #D91E7C;
    width: 100%;
    height: 7px;
    display: inline-block; }
  .default-1-77 .service-border.two {
    background: #6D44DC; }
  .default-1-77 .service-border.three {
    background: #582DA5; }
  .default-1-77 .service-border.for {
    background: #16B6D6; }
  .default-1-77 .service-title {
    width: 100%;
    display: inline-block;
    margin: 2.3rem 0 1.5rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff; }
  .default-1-77 .service-description {
    width: 100%;
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    line-height: 2.8rem;
    color: #ffffff; }
  @media screen and (max-width: 480px) {
    .default-1-77 .col-xs-6 {
      width: 100%; }
    .default-1-77 .heading-title {
      line-height: 6rem; } }
@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; }
