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

.default-1-9 {
  width: 100%;
  display: inline-block;
  margin: 2rem 0 0;
  padding: 0rem 0rem;
  position: relative;
  /*.slick-active .img-1-cls{ opacity: 1;}*/
  /*.slick-slide:first-child .left-icon {display: none;}
  .slick-slide:last-child .right-icon {display: none;}*/ }
  .default-1-9 .no-padding {
    padding: 0px !important; }
  .default-1-9 .no-margin {
    margin: 0px !important; }
  .default-1-9 .img-1-cls {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    transition: all 0.3s linear; }
  .default-1-9 .perspective {
    height: 600px; }
  .default-1-9 .blk-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: relative;
    background: #0D1B2B;
    padding: 0 15vw; }
  .default-1-9 .thumb-img {
    padding: 0rem;
    outline: none;
    position: relative; }
  .default-1-9 .slick-slide {
    opacity: 1;
    height: auto; }
  .default-1-9 .slick-slide.slick-active.slick-center {
    opacity: 1; }
  .default-1-9 .slick-prev {
    left: auto;
    display: none !important; }
  .default-1-9 .slick-next {
    right: auto;
    display: none !important; }
  .default-1-9 .slick-list {
    padding: 0 0vw !important; }
  .default-1-9 .slick-track {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0rem 0; }
  .default-1-9 .slider-controls {
    width: 100%;
    display: inline-flex;
    margin: 0rem 0 0 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%; }
  .default-1-9 .left-icon {
    font-size: 3.5rem;
    color: #ffffff;
    padding: 2.5rem 2rem;
    cursor: pointer;
    position: absolute;
    left: 3rem; }
  .default-1-9 .right-icon {
    font-size: 3.5rem;
    color: #ffffff;
    padding: 2.5rem 2rem;
    cursor: pointer;
    position: absolute;
    right: 3rem; }
  .default-1-9 .blk-1.blk-1-center {
    display: flex;
    justify-content: center;
    align-items: center; }
  .default-1-9 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1; }
  .default-1-9 .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .default-1-9 .slider-details {
    width: 100%;
    margin: 0px;
    padding: 0 4vw; }
  .default-1-9 .slider-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 4rem; }
  .default-1-9 .slider-description {
    width: 100%;
    display: inline-block;
    margin: 3rem 0 0 0;
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0.8; }
  .default-1-9 .read-more-link {
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.6rem;
    margin-top: 6rem;
    text-decoration: none;
    width: 100%; }
  .default-1-9 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-9 .row-eq-height:before, .default-1-9 .row-eq-height:after {
    display: inline-block; }
  .default-1-9 .slick-dots {
    top: 50%;
    bottom: auto;
    transform: rotate(90deg);
    right: 0;
    width: auto; }
  .default-1-9 .slick-dots li.slick-active button:before {
    opacity: 1; }
  .default-1-9 .slick-dots li button:before {
    border: 1px solid #ffffff;
    font-size: 10px; }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-9 .blk-1 {
      padding: 0 3vw; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-9 .img-1-cls {
      height: 600px; }
    .default-1-9 .blk-1 {
      padding: 0 5vw;
      height: 60vh; }
    .default-1-9 .perspective {
      height: 450px; }
    .default-1-9 .slider-details {
      padding: 0 2vw; } }
  @media screen and (min-width: 601px) and (max-width: 767px) {
    .default-1-9 .img-1-cls {
      height: 600px; }
    .default-1-9 .blk-1 {
      padding: 0 5vw;
      height: 80vh; }
    .default-1-9 .perspective {
      display: none; }
    .default-1-9 .row-eq-height {
      display: inline-block; }
    .default-1-9 .slider-details {
      padding: 0 7vw; }
    .default-1-9 .slider-controls {
      display: none; } }
  @media screen and (min-width: 481px) and (max-width: 600px) {
    .default-1-9 .img-1-cls {
      height: 600px; }
    .default-1-9 .blk-1 {
      padding: 0 5vw;
      height: 100vh; }
    .default-1-9 .perspective {
      display: none; }
    .default-1-9 .row-eq-height {
      display: inline-block; }
    .default-1-9 .slider-details {
      padding: 0 7vw; }
    .default-1-9 .slider-controls {
      display: none; } }
  @media screen and (max-width: 480px) {
    .default-1-9 .img-1-cls {
      height: 600px; }
    .default-1-9 .blk-1 {
      padding: 0 5vw;
      height: 80vh; }
    .default-1-9 .perspective {
      display: none; }
    .default-1-9 .row-eq-height {
      display: inline-block; }
    .default-1-9 .slider-details {
      padding: 0 0vw; }
    .default-1-9 .slider-controls {
      display: none; } }

/*  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; }

/*# sourceMappingURL=default-1-9.css.map */
