/* COLORS */
/* MEDIA QUERY SNAP POINTS */
/************** DEFAULT OPTIONS FOR SPECIFIC TYPES OF SLIDERS **************/
.full-height-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .full-height-slider .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: ''; }
  .full-height-slider .content {
    height: 100vh; }
  .full-height-slider .slide-wrap h2 {
    font-size: 2rem; }
  .full-height-slider .slide-wrap p {
    font-size: 1rem; }

/************** DEFAULT OPTIONS FOR ALL SLIDERS **************/
@media (max-width: 991px) {
  .overflow-mobile-wrap {
    height: calc(100% - 1rem);
    overflow: hidden;
    display: flex !important; }

  .overflow-mobile {
    padding-bottom: 1rem;
    display: inline-flex !important;
    width: auto;
    margin: auto !important;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .overflow-mobile .overflow-mobile-item-width {
      display: flex !important; }
      .overflow-mobile .overflow-mobile-item-width > div {
        width: 350px; } }
@media (min-width: 992px) {
  .overflow-mobile .overflow-mobile-item-width > div {
    width: 100%; } }
.slick-list, .slick-track {
  height: 100%;
  width: 100%; }

.slick-track {
  display: flex !important; }

.slick-track .slick-slide {
  display: flex !important;
  height: auto; }

.arrows-holder {
  pointer-events: none; }
  .arrows-holder button {
    pointer-events: all;
    position: relative;
    cursor: pointer;
    height: 4rem;
    width: 4rem;
    z-index: 1; }
    .arrows-holder button::before {
      z-index: -1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background-color: #777;
      content: '';
      transition: .3s; }
    .arrows-holder button:hover::before {
      background-color: #aaa; }
    .arrows-holder button.slick-disabled, .arrows-holder button.button-prev:not(.slick-arrow) {
      color: #333;
      cursor: default; }
      .arrows-holder button.slick-disabled::before, .arrows-holder button.button-prev:not(.slick-arrow)::before {
        background-color: #111; }

.slick-dots {
  position: absolute; }
  .slick-dots li {
    cursor: pointer;
    position: relative;
    line-height: 1px;
    width: 1.1rem;
    height: 1.1rem;
    margin: .5rem; }
    .slick-dots li::before {
      transition: .3s;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      content: ''; }
    .slick-dots li:hover::before {
      background-color: rgba(0, 0, 0, 0.8); }
  .slick-dots li.slick-active::before {
    background-color: black; }
  .slick-dots button {
    line-height: 1px;
    opacity: 0; }

.slider-default .slide-wrap {
  display: none; }

/********* DEFAULT VISIBLE SLIDES **********/
.default-slides-visible-1 {
  display: flex; }
  .default-slides-visible-1 .slide-wrap {
    display: none; }
  .default-slides-visible-1 .slide-wrap:nth-of-type(1) {
    display: block;
    width: 100%; }

.default-slides-visible-2 {
  display: flex; }
  .default-slides-visible-2 .slide-wrap {
    display: none; }
  .default-slides-visible-2 .slide-wrap:nth-of-type(1), .default-slides-visible-2 .slide-wrap:nth-of-type(2) {
    display: flex;
    width: 50%; }

.default-slides-visible-3 {
  display: flex; }
  .default-slides-visible-3 .slide-wrap {
    display: none; }
  .default-slides-visible-3 .slide-wrap:nth-of-type(1), .default-slides-visible-3 .slide-wrap:nth-of-type(2), .default-slides-visible-3 .slide-wrap:nth-of-type(3) {
    display: flex;
    width: 33.3333333333%; }

.default-slides-visible-4 {
  display: flex; }
  .default-slides-visible-4 .slide-wrap {
    display: none; }
  .default-slides-visible-4 .slide-wrap:nth-of-type(1), .default-slides-visible-4 .slide-wrap:nth-of-type(2), .default-slides-visible-4 .slide-wrap:nth-of-type(3), .default-slides-visible-4 .slide-wrap:nth-of-type(4) {
    display: flex;
    width: 25%; }

.default-slides-visible-5 {
  display: flex; }
  .default-slides-visible-5 .slide-wrap {
    display: none; }
  .default-slides-visible-5 .slide-wrap:nth-of-type(1), .default-slides-visible-5 .slide-wrap:nth-of-type(2), .default-slides-visible-5 .slide-wrap:nth-of-type(3), .default-slides-visible-5 .slide-wrap:nth-of-type(4), .default-slides-visible-5 .slide-wrap:nth-of-type(5) {
    display: flex;
    width: 20%; }

.default-slides-visible-6 {
  display: flex; }
  .default-slides-visible-6 .slide-wrap {
    display: none; }
  .default-slides-visible-6 .slide-wrap:nth-of-type(1), .default-slides-visible-6 .slide-wrap:nth-of-type(2), .default-slides-visible-6 .slide-wrap:nth-of-type(3), .default-slides-visible-6 .slide-wrap:nth-of-type(4), .default-slides-visible-6 .slide-wrap:nth-of-type(5), .default-slides-visible-6 .slide-wrap:nth-of-type(6) {
    display: flex;
    width: 16.6666666667%; }

/********* ARROWS POSITION **********/
.arrows-bottom-center-inside {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  display: flex;
  justify-content: center;
  transform: translate(-50%, 0);
  width: auto;
  pointer-events: none;
  z-index: 100; }
  .arrows-bottom-center-inside button {
    pointer-events: all; }
  .arrows-bottom-center-inside .prev-holder {
    transform: translateX(0); }
  .arrows-bottom-center-inside .next-holder {
    transform: translateX(0); }

.arrows-bottom-center-outside {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  right: auto;
  display: flex;
  justify-content: center;
  transform: translate(-50%, 100%);
  width: auto;
  pointer-events: none;
  z-index: 100; }
  .arrows-bottom-center-outside button {
    pointer-events: all; }
  .arrows-bottom-center-outside .prev-holder {
    transform: translateX(0); }
  .arrows-bottom-center-outside .next-holder {
    transform: translateX(0); }

.arrows-bottom-split {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(100%);
  width: 100%;
  pointer-events: none;
  z-index: 100; }
  .arrows-bottom-split button {
    pointer-events: all; }
  .arrows-bottom-split .prev-holder {
    transform: translateX(0); }
  .arrows-bottom-split .next-holder {
    transform: translateX(0); }

.arrows-center-split-inside {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  pointer-events: none; }
  .arrows-center-split-inside button {
    pointer-events: all; }
  .arrows-center-split-inside .prev-holder {
    transform: translateX(0); }
  .arrows-center-split-inside .next-holder {
    transform: translateX(0); }

.arrows-bottom-split-inside {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(0);
  width: 100%;
  z-index: 100;
  pointer-events: none; }
  .arrows-bottom-split-inside button {
    pointer-events: all; }
  .arrows-bottom-split-inside .prev-holder {
    transform: translateX(0); }
  .arrows-bottom-split-inside .next-holder {
    transform: translateX(0); }

.arrows-top-split-inside {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(0);
  z-index: 100;
  width: 100%;
  pointer-events: none; }
  .arrows-top-split-inside button {
    pointer-events: all; }
  .arrows-top-split-inside .prev-holder {
    transform: translateX(0); }
  .arrows-top-split-inside .next-holder {
    transform: translateX(0); }

.arrows-center-split-outside {
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  width: 100%;
  z-index: 100;
  pointer-events: none; }
  .arrows-center-split-outside button {
    pointer-events: all; }
  .arrows-center-split-outside .prev-holder {
    transform: translateX(-100%); }
  .arrows-center-split-outside .next-holder {
    transform: translateX(100%); }

/********* DOTS POSITION **********/
.dots-left-outside .slick-dots {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(-100%, -50%);
  flex-direction: column; }

.dots-left-inside .slick-dots {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  flex-direction: column; }

.dots-right-outside .slick-dots {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translate(100%, -50%);
  flex-direction: column; }

.dots-right-inside .slick-dots {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translate(0%, -50%);
  flex-direction: column; }

.dots-bottom-inside .slick-dots {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: row; }

.dots-bottom-outside .slick-dots {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  flex-direction: row; }

/* MIN SM */
@media (min-width: 576px) {
  /********* DEFAULT VISIBLE SLIDES **********/
  .default-slides-visible-1-sm {
    display: flex; }
    .default-slides-visible-1-sm .slide-wrap {
      display: none; }
    .default-slides-visible-1-sm .slide-wrap:nth-of-type(1) {
      display: block;
      width: 100%; }

  .default-slides-visible-2-sm {
    display: flex; }
    .default-slides-visible-2-sm .slide-wrap {
      display: none; }
    .default-slides-visible-2-sm .slide-wrap:nth-of-type(1), .default-slides-visible-2-sm .slide-wrap:nth-of-type(2) {
      display: flex;
      width: 50%; }

  .default-slides-visible-3-sm {
    display: flex; }
    .default-slides-visible-3-sm .slide-wrap {
      display: none; }
    .default-slides-visible-3-sm .slide-wrap:nth-of-type(1), .default-slides-visible-3-sm .slide-wrap:nth-of-type(2), .default-slides-visible-3-sm .slide-wrap:nth-of-type(3) {
      display: flex;
      width: 33.3333333333%; }

  .default-slides-visible-4-sm {
    display: flex; }
    .default-slides-visible-4-sm .slide-wrap {
      display: none; }
    .default-slides-visible-4-sm .slide-wrap:nth-of-type(1), .default-slides-visible-4-sm .slide-wrap:nth-of-type(2), .default-slides-visible-4-sm .slide-wrap:nth-of-type(3), .default-slides-visible-4-sm .slide-wrap:nth-of-type(4) {
      display: flex;
      width: 25%; }

  .default-slides-visible-5-sm {
    display: flex; }
    .default-slides-visible-5-sm .slide-wrap {
      display: none; }
    .default-slides-visible-5-sm .slide-wrap:nth-of-type(1), .default-slides-visible-5-sm .slide-wrap:nth-of-type(2), .default-slides-visible-5-sm .slide-wrap:nth-of-type(3), .default-slides-visible-5-sm .slide-wrap:nth-of-type(4), .default-slides-visible-5-sm .slide-wrap:nth-of-type(5) {
      display: flex;
      width: 20%; }

  .default-slides-visible-6-sm {
    display: flex; }
    .default-slides-visible-6-sm .slide-wrap {
      display: none; }
    .default-slides-visible-6-sm .slide-wrap:nth-of-type(1), .default-slides-visible-6-sm .slide-wrap:nth-of-type(2), .default-slides-visible-6-sm .slide-wrap:nth-of-type(3), .default-slides-visible-6-sm .slide-wrap:nth-of-type(4), .default-slides-visible-6-sm .slide-wrap:nth-of-type(5), .default-slides-visible-6-sm .slide-wrap:nth-of-type(6) {
      display: flex;
      width: 16.6666666667%; }

  /********* ARROWS POSITION **********/
  .arrows-bottom-center-inside-sm {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-inside-sm button {
      pointer-events: all; }
    .arrows-bottom-center-inside-sm .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-inside-sm .next-holder {
      transform: translateX(0); }

  .arrows-bottom-center-outside-sm {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 100%);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-outside-sm button {
      pointer-events: all; }
    .arrows-bottom-center-outside-sm .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-outside-sm .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-sm {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    width: 100%;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-split-sm button {
      pointer-events: all; }
    .arrows-bottom-split-sm .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-sm .next-holder {
      transform: translateX(0); }

  .arrows-center-split-inside-sm {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-inside-sm button {
      pointer-events: all; }
    .arrows-center-split-inside-sm .prev-holder {
      transform: translateX(0); }
    .arrows-center-split-inside-sm .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-inside-sm {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-bottom-split-inside-sm button {
      pointer-events: all; }
    .arrows-bottom-split-inside-sm .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-inside-sm .next-holder {
      transform: translateX(0); }

  .arrows-top-split-inside-sm {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    pointer-events: none; }
    .arrows-top-split-inside-sm button {
      pointer-events: all; }
    .arrows-top-split-inside-sm .prev-holder {
      transform: translateX(0); }
    .arrows-top-split-inside-sm .next-holder {
      transform: translateX(0); }

  .arrows-center-split-outside-sm {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-outside-sm button {
      pointer-events: all; }
    .arrows-center-split-outside-sm .prev-holder {
      transform: translateX(-100%); }
    .arrows-center-split-outside-sm .next-holder {
      transform: translateX(100%); }

  /********* DOTS POSITION **********/
  .dots-left-outside-sm .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-sm .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-sm .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-sm .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-inside-sm .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; }

  .dots-bottom-outside-sm .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; } }
/* MIN MD */
@media (min-width: 768px) {
  /********* DEFAULT VISIBLE SLIDES **********/
  .default-slides-visible-1-md {
    display: flex; }
    .default-slides-visible-1-md .slide-wrap {
      display: none; }
    .default-slides-visible-1-md .slide-wrap:nth-of-type(1) {
      display: block;
      width: 100%; }

  .default-slides-visible-2-md {
    display: flex; }
    .default-slides-visible-2-md .slide-wrap {
      display: none; }
    .default-slides-visible-2-md .slide-wrap:nth-of-type(1), .default-slides-visible-2-md .slide-wrap:nth-of-type(2) {
      display: flex;
      width: 50%; }

  .default-slides-visible-3-md {
    display: flex; }
    .default-slides-visible-3-md .slide-wrap {
      display: none; }
    .default-slides-visible-3-md .slide-wrap:nth-of-type(1), .default-slides-visible-3-md .slide-wrap:nth-of-type(2), .default-slides-visible-3-md .slide-wrap:nth-of-type(3) {
      display: flex;
      width: 33.3333333333%; }

  .default-slides-visible-4-md {
    display: flex; }
    .default-slides-visible-4-md .slide-wrap {
      display: none; }
    .default-slides-visible-4-md .slide-wrap:nth-of-type(1), .default-slides-visible-4-md .slide-wrap:nth-of-type(2), .default-slides-visible-4-md .slide-wrap:nth-of-type(3), .default-slides-visible-4-md .slide-wrap:nth-of-type(4) {
      display: flex;
      width: 25%; }

  .default-slides-visible-5-md {
    display: flex; }
    .default-slides-visible-5-md .slide-wrap {
      display: none; }
    .default-slides-visible-5-md .slide-wrap:nth-of-type(1), .default-slides-visible-5-md .slide-wrap:nth-of-type(2), .default-slides-visible-5-md .slide-wrap:nth-of-type(3), .default-slides-visible-5-md .slide-wrap:nth-of-type(4), .default-slides-visible-5-md .slide-wrap:nth-of-type(5) {
      display: flex;
      width: 20%; }

  .default-slides-visible-6-md {
    display: flex; }
    .default-slides-visible-6-md .slide-wrap {
      display: none; }
    .default-slides-visible-6-md .slide-wrap:nth-of-type(1), .default-slides-visible-6-md .slide-wrap:nth-of-type(2), .default-slides-visible-6-md .slide-wrap:nth-of-type(3), .default-slides-visible-6-md .slide-wrap:nth-of-type(4), .default-slides-visible-6-md .slide-wrap:nth-of-type(5), .default-slides-visible-6-md .slide-wrap:nth-of-type(6) {
      display: flex;
      width: 16.6666666667%; }

  /********* ARROWS POSITION **********/
  .arrows-bottom-center-inside-md {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-inside-md button {
      pointer-events: all; }
    .arrows-bottom-center-inside-md .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-inside-md .next-holder {
      transform: translateX(0); }

  .arrows-bottom-center-outside-md {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 100%);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-outside-md button {
      pointer-events: all; }
    .arrows-bottom-center-outside-md .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-outside-md .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-md {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    width: 100%;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-split-md button {
      pointer-events: all; }
    .arrows-bottom-split-md .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-md .next-holder {
      transform: translateX(0); }

  .arrows-center-split-inside-md {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-inside-md button {
      pointer-events: all; }
    .arrows-center-split-inside-md .prev-holder {
      transform: translateX(0); }
    .arrows-center-split-inside-md .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-inside-md {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-bottom-split-inside-md button {
      pointer-events: all; }
    .arrows-bottom-split-inside-md .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-inside-md .next-holder {
      transform: translateX(0); }

  .arrows-top-split-inside-md {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    pointer-events: none; }
    .arrows-top-split-inside-md button {
      pointer-events: all; }
    .arrows-top-split-inside-md .prev-holder {
      transform: translateX(0); }
    .arrows-top-split-inside-md .next-holder {
      transform: translateX(0); }

  .arrows-center-split-outside-md {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-outside-md button {
      pointer-events: all; }
    .arrows-center-split-outside-md .prev-holder {
      transform: translateX(-100%); }
    .arrows-center-split-outside-md .next-holder {
      transform: translateX(100%); }

  /********* DOTS POSITION **********/
  .dots-left-outside-md .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-md .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-md .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-md .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-inside-md .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; }

  .dots-bottom-outside-md .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; } }
/* MIN LG */
@media (min-width: 992px) {
  .lg-image {
    max-width: 900px !important; }

  /********* DEFAULT VISIBLE SLIDES **********/
  .default-slides-visible-1-lg {
    display: flex; }
    .default-slides-visible-1-lg .slide-wrap {
      display: none; }
    .default-slides-visible-1-lg .slide-wrap:nth-of-type(1) {
      display: block;
      width: 100%; }

  .default-slides-visible-2-lg {
    display: flex; }
    .default-slides-visible-2-lg .slide-wrap {
      display: none; }
    .default-slides-visible-2-lg .slide-wrap:nth-of-type(1), .default-slides-visible-2-lg .slide-wrap:nth-of-type(2) {
      display: flex;
      width: 50%; }

  .default-slides-visible-3-lg {
    display: flex; }
    .default-slides-visible-3-lg .slide-wrap {
      display: none; }
    .default-slides-visible-3-lg .slide-wrap:nth-of-type(1), .default-slides-visible-3-lg .slide-wrap:nth-of-type(2), .default-slides-visible-3-lg .slide-wrap:nth-of-type(3) {
      display: flex;
      width: 33.3333333333%; }

  .default-slides-visible-4-lg {
    display: flex; }
    .default-slides-visible-4-lg .slide-wrap {
      display: none; }
    .default-slides-visible-4-lg .slide-wrap:nth-of-type(1), .default-slides-visible-4-lg .slide-wrap:nth-of-type(2), .default-slides-visible-4-lg .slide-wrap:nth-of-type(3), .default-slides-visible-4-lg .slide-wrap:nth-of-type(4) {
      display: flex;
      width: 25%; }

  .default-slides-visible-5-lg {
    display: flex; }
    .default-slides-visible-5-lg .slide-wrap {
      display: none; }
    .default-slides-visible-5-lg .slide-wrap:nth-of-type(1), .default-slides-visible-5-lg .slide-wrap:nth-of-type(2), .default-slides-visible-5-lg .slide-wrap:nth-of-type(3), .default-slides-visible-5-lg .slide-wrap:nth-of-type(4), .default-slides-visible-5-lg .slide-wrap:nth-of-type(5) {
      display: flex;
      width: 20%; }

  .default-slides-visible-6-lg {
    display: flex; }
    .default-slides-visible-6-lg .slide-wrap {
      display: none; }
    .default-slides-visible-6-lg .slide-wrap:nth-of-type(1), .default-slides-visible-6-lg .slide-wrap:nth-of-type(2), .default-slides-visible-6-lg .slide-wrap:nth-of-type(3), .default-slides-visible-6-lg .slide-wrap:nth-of-type(4), .default-slides-visible-6-lg .slide-wrap:nth-of-type(5), .default-slides-visible-6-lg .slide-wrap:nth-of-type(6) {
      display: flex;
      width: 16.6666666667%; }

  /********* ARROWS POSITION **********/
  .arrows-bottom-center-inside-lg {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-inside-lg button {
      pointer-events: all; }
    .arrows-bottom-center-inside-lg .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-inside-lg .next-holder {
      transform: translateX(0); }

  .arrows-bottom-center-outside-lg {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 100%);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-outside-lg button {
      pointer-events: all; }
    .arrows-bottom-center-outside-lg .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-outside-lg .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-lg {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    width: 100%;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-split-lg button {
      pointer-events: all; }
    .arrows-bottom-split-lg .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-lg .next-holder {
      transform: translateX(0); }

  .arrows-center-split-inside-lg {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-inside-lg button {
      pointer-events: all; }
    .arrows-center-split-inside-lg .prev-holder {
      transform: translateX(0); }
    .arrows-center-split-inside-lg .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-inside-lg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-bottom-split-inside-lg button {
      pointer-events: all; }
    .arrows-bottom-split-inside-lg .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-inside-lg .next-holder {
      transform: translateX(0); }

  .arrows-top-split-inside-lg {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    pointer-events: none; }
    .arrows-top-split-inside-lg button {
      pointer-events: all; }
    .arrows-top-split-inside-lg .prev-holder {
      transform: translateX(0); }
    .arrows-top-split-inside-lg .next-holder {
      transform: translateX(0); }

  .arrows-center-split-outside-lg {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-outside-lg button {
      pointer-events: all; }
    .arrows-center-split-outside-lg .prev-holder {
      transform: translateX(-100%); }
    .arrows-center-split-outside-lg .next-holder {
      transform: translateX(100%); }

  /********* DOTS POSITION **********/
  .dots-left-outside-lg .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-lg .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-lg .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-lg .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-inside-lg .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; }

  .dots-bottom-outside-lg .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; } }
/* MIN XL */
@media (min-width: 1200px) {
  /********* DEFAULT VISIBLE SLIDES **********/
  .default-slides-visible-1-xl {
    display: flex; }
    .default-slides-visible-1-xl .slide-wrap {
      display: none; }
    .default-slides-visible-1-xl .slide-wrap:nth-of-type(1) {
      display: block;
      width: 100%; }

  .default-slides-visible-2-xl {
    display: flex; }
    .default-slides-visible-2-xl .slide-wrap {
      display: none; }
    .default-slides-visible-2-xl .slide-wrap:nth-of-type(1), .default-slides-visible-2-xl .slide-wrap:nth-of-type(2) {
      display: flex;
      width: 50%; }

  .default-slides-visible-3-xl {
    display: flex; }
    .default-slides-visible-3-xl .slide-wrap {
      display: none; }
    .default-slides-visible-3-xl .slide-wrap:nth-of-type(1), .default-slides-visible-3-xl .slide-wrap:nth-of-type(2), .default-slides-visible-3-xl .slide-wrap:nth-of-type(3) {
      display: flex;
      width: 33.3333333333%; }

  .default-slides-visible-4-xl {
    display: flex; }
    .default-slides-visible-4-xl .slide-wrap {
      display: none; }
    .default-slides-visible-4-xl .slide-wrap:nth-of-type(1), .default-slides-visible-4-xl .slide-wrap:nth-of-type(2), .default-slides-visible-4-xl .slide-wrap:nth-of-type(3), .default-slides-visible-4-xl .slide-wrap:nth-of-type(4) {
      display: flex;
      width: 25%; }

  .default-slides-visible-5-xl {
    display: flex; }
    .default-slides-visible-5-xl .slide-wrap {
      display: none; }
    .default-slides-visible-5-xl .slide-wrap:nth-of-type(1), .default-slides-visible-5-xl .slide-wrap:nth-of-type(2), .default-slides-visible-5-xl .slide-wrap:nth-of-type(3), .default-slides-visible-5-xl .slide-wrap:nth-of-type(4), .default-slides-visible-5-xl .slide-wrap:nth-of-type(5) {
      display: flex;
      width: 20%; }

  .default-slides-visible-6-xl {
    display: flex; }
    .default-slides-visible-6-xl .slide-wrap {
      display: none; }
    .default-slides-visible-6-xl .slide-wrap:nth-of-type(1), .default-slides-visible-6-xl .slide-wrap:nth-of-type(2), .default-slides-visible-6-xl .slide-wrap:nth-of-type(3), .default-slides-visible-6-xl .slide-wrap:nth-of-type(4), .default-slides-visible-6-xl .slide-wrap:nth-of-type(5), .default-slides-visible-6-xl .slide-wrap:nth-of-type(6) {
      display: flex;
      width: 16.6666666667%; }

  /********* ARROWS POSITION **********/
  .arrows-bottom-center-inside-xl {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-inside-xl button {
      pointer-events: all; }
    .arrows-bottom-center-inside-xl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-inside-xl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-center-outside-xl {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 100%);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-outside-xl button {
      pointer-events: all; }
    .arrows-bottom-center-outside-xl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-outside-xl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-xl {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    width: 100%;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-split-xl button {
      pointer-events: all; }
    .arrows-bottom-split-xl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-xl .next-holder {
      transform: translateX(0); }

  .arrows-center-split-inside-xl {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-inside-xl button {
      pointer-events: all; }
    .arrows-center-split-inside-xl .prev-holder {
      transform: translateX(0); }
    .arrows-center-split-inside-xl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-inside-xl {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-bottom-split-inside-xl button {
      pointer-events: all; }
    .arrows-bottom-split-inside-xl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-inside-xl .next-holder {
      transform: translateX(0); }

  .arrows-top-split-inside-xl {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    pointer-events: none; }
    .arrows-top-split-inside-xl button {
      pointer-events: all; }
    .arrows-top-split-inside-xl .prev-holder {
      transform: translateX(0); }
    .arrows-top-split-inside-xl .next-holder {
      transform: translateX(0); }

  .arrows-center-split-outside-xl {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-outside-xl button {
      pointer-events: all; }
    .arrows-center-split-outside-xl .prev-holder {
      transform: translateX(-100%); }
    .arrows-center-split-outside-xl .next-holder {
      transform: translateX(100%); }

  /********* DOTS POSITION **********/
  .dots-left-outside-xl .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-xl .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-xl .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-xl .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-inside-xl .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; }

  .dots-bottom-outside-xl .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; } }
/* MAX XL */
@media (min-width: 1440px) {
  /********* DEFAULT VISIBLE SLIDES **********/
  .default-slides-visible-1-xxl {
    display: flex; }
    .default-slides-visible-1-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-1-xxl .slide-wrap:nth-of-type(1) {
      display: block;
      width: 100%; }

  .default-slides-visible-2-xxl {
    display: flex; }
    .default-slides-visible-2-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-2-xxl .slide-wrap:nth-of-type(1), .default-slides-visible-2-xxl .slide-wrap:nth-of-type(2) {
      display: flex;
      width: 50%; }

  .default-slides-visible-3-xxl {
    display: flex; }
    .default-slides-visible-3-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-3-xxl .slide-wrap:nth-of-type(1), .default-slides-visible-3-xxl .slide-wrap:nth-of-type(2), .default-slides-visible-3-xxl .slide-wrap:nth-of-type(3) {
      display: flex;
      width: 33.3333333333%; }

  .default-slides-visible-4-xxl {
    display: flex; }
    .default-slides-visible-4-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-4-xxl .slide-wrap:nth-of-type(1), .default-slides-visible-4-xxl .slide-wrap:nth-of-type(2), .default-slides-visible-4-xxl .slide-wrap:nth-of-type(3), .default-slides-visible-4-xxl .slide-wrap:nth-of-type(4) {
      display: flex;
      width: 25%; }

  .default-slides-visible-5-xxl {
    display: flex; }
    .default-slides-visible-5-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-5-xxl .slide-wrap:nth-of-type(1), .default-slides-visible-5-xxl .slide-wrap:nth-of-type(2), .default-slides-visible-5-xxl .slide-wrap:nth-of-type(3), .default-slides-visible-5-xxl .slide-wrap:nth-of-type(4), .default-slides-visible-5-xxl .slide-wrap:nth-of-type(5) {
      display: flex;
      width: 20%; }

  .default-slides-visible-6-xxl {
    display: flex; }
    .default-slides-visible-6-xxl .slide-wrap {
      display: none; }
    .default-slides-visible-6-xxl .slide-wrap:nth-of-type(1), .default-slides-visible-6-xxl .slide-wrap:nth-of-type(2), .default-slides-visible-6-xxl .slide-wrap:nth-of-type(3), .default-slides-visible-6-xxl .slide-wrap:nth-of-type(4), .default-slides-visible-6-xxl .slide-wrap:nth-of-type(5), .default-slides-visible-6-xxl .slide-wrap:nth-of-type(6) {
      display: flex;
      width: 16.6666666667%; }

  /********* ARROWS POSITION **********/
  .arrows-bottom-center-inside-xxl {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 0);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-inside-xxl button {
      pointer-events: all; }
    .arrows-bottom-center-inside-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-inside-xxl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-center-outside-xxl {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: center;
    transform: translate(-50%, 100%);
    width: auto;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-center-outside-xxl button {
      pointer-events: all; }
    .arrows-bottom-center-outside-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-center-outside-xxl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-xxl {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(100%);
    width: 100%;
    pointer-events: none;
    z-index: 100; }
    .arrows-bottom-split-xxl button {
      pointer-events: all; }
    .arrows-bottom-split-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-xxl .next-holder {
      transform: translateX(0); }

  .arrows-center-split-inside-xxl {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-inside-xxl button {
      pointer-events: all; }
    .arrows-center-split-inside-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-center-split-inside-xxl .next-holder {
      transform: translateX(0); }

  .arrows-bottom-split-inside-xxl {
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-bottom-split-inside-xxl button {
      pointer-events: all; }
    .arrows-bottom-split-inside-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-bottom-split-inside-xxl .next-holder {
      transform: translateX(0); }

  .arrows-top-split-inside-xxl {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(0);
    z-index: 100;
    width: 100%;
    pointer-events: none; }
    .arrows-top-split-inside-xxl button {
      pointer-events: all; }
    .arrows-top-split-inside-xxl .prev-holder {
      transform: translateX(0); }
    .arrows-top-split-inside-xxl .next-holder {
      transform: translateX(0); }

  .arrows-center-split-outside-xxl {
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    pointer-events: none; }
    .arrows-center-split-outside-xxl button {
      pointer-events: all; }
    .arrows-center-split-outside-xxl .prev-holder {
      transform: translateX(-100%); }
    .arrows-center-split-outside-xxl .next-holder {
      transform: translateX(100%); }

  /********* DOTS POSITION **********/
  .dots-left-outside-xxl .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-xxl .slick-dots {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-xxl .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-xxl .slick-dots {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-inside-xxl .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; }

  .dots-bottom-outside-xxl .slick-dots {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; } }
.header-style .logo, #mobile-nav .logo {
  display: flex;
  height: 100%;
  width: 100%;
  transition: .3s linear;
  max-width: 250px; }

body.scroll-menu {
  /* MIN LG */ }
  @media (min-width: 992px) {
    body.scroll-menu .shrink-on-scroll .logo, body.scroll-menu #mobile-nav .logo {
      max-width: 200px; } }

.header-style.nav-01 {
  width: 100%;
  z-index: 20000;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  background-color: white;
  /* CODE FOR THE MAIN NAV */ }
  .header-style.nav-01 .main-header {
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    background-color: white; }
    .header-style.nav-01 .main-header nav a {
      line-height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear;
      font-size: 0.9rem;
      color: #242121; }
      .header-style.nav-01 .main-header nav a i {
        font-size: 1.1rem; }
      .header-style.nav-01 .main-header nav a.active {
        color: #f05f5d !important; }
      .header-style.nav-01 .main-header nav a:hover:not(.highlight) {
        color: #f05f5d; }
      .header-style.nav-01 .main-header nav a.highlight {
        display: flex;
        position: relative;
        color: white;
        border-radius: 50rem;
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear; }
        .header-style.nav-01 .main-header nav a.highlight::before {
          background-color: #373a39;
          position: absolute;
          width: 100%;
          height: 2rem;
          content: '';
          left: 0;
          top: 50%;
          z-index: -1;
          border-radius: 50rem;
          transform: translateY(-50%);
          -webkit-transition: .3s linear;
          -o-transition: .3s linear;
          transition: .3s linear; }
        .header-style.nav-01 .main-header nav a.highlight:hover::before {
          background-color: #f05f5d; }

body.scroll-menu .shrink-on-scroll .main-header nav a {
  line-height: 3rem; }

/* ------------------------------------ */
/* Responsive setup */
/* ------------------------------------ */
/****** XS - Viewport ******/
/* MAX XS */
/****** SM - Viewport ******/
/* MIN SM */
/* MAX SM */
/* ONLY SM */
/****** MD - Viewport ******/
/* MIN MD */
/* MAX MD */
@media (max-width: 991px) {
  .header-style .main-header {
    min-height: 3.5rem;
    height: 100%; } }
/* ONLY MD */
/****** LG - Viewport ******/
/* MIN LG */
/* MAX LG */
/* ONLY LG */
/****** XL - Viewport ******/
/* MIN XL */
@media (min-width: 1200px) {
  .header-style.nav-01 .main-header nav a {
    font-size: 0.95rem; }
    .header-style.nav-01 .main-header nav a i {
      font-size: 1.5rem; } }
/* MIN XL */
@media (min-width: 1440px) {
  .header-style.nav-01 .main-header nav a {
    font-size: 1rem; }
    .header-style.nav-01 .main-header nav a i {
      font-size: 1.5rem; } }
/* MAX XL */
/* ONLY XL */
/****** XXL - Viewport ******/
/* MIN XXL */
/****** Mixed - Querries ******/
#mobile-nav.nav-01 {
  z-index: 19000; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(1) a {
    transition-delay: 0.2328571429s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(2) a {
    transition-delay: 0.3757142857s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(3) a {
    transition-delay: 0.5185714286s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(4) a {
    transition-delay: 0.6614285714s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(5) a {
    transition-delay: 0.8042857143s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(6) a {
    transition-delay: 0.9471428571s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(7) a {
    transition-delay: 1.09s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(8) a {
    transition-delay: 1.2328571429s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(9) a {
    transition-delay: 1.3757142857s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(10) a {
    transition-delay: 1.5185714286s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(11) a {
    transition-delay: 1.6614285714s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(12) a {
    transition-delay: 1.8042857143s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(13) a {
    transition-delay: 1.9471428571s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(14) a {
    transition-delay: 2.09s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(15) a {
    transition-delay: 2.2328571429s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(16) a {
    transition-delay: 2.3757142857s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(17) a {
    transition-delay: 2.5185714286s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(18) a {
    transition-delay: 2.6614285714s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(19) a {
    transition-delay: 2.8042857143s !important; }
  #mobile-nav.nav-01 > ul > li:nth-of-type(20) a {
    transition-delay: 2.9471428571s !important; }
  #mobile-nav.nav-01 .delay-1 {
    transition-delay: 0.09s !important; }
  #mobile-nav.nav-01 .delay-2 {
    transition-delay: 0.18s !important; }
  #mobile-nav.nav-01 .delay-3 {
    transition-delay: 0.27s !important; }
  #mobile-nav.nav-01 .delay-4 {
    transition-delay: 0.36s !important; }
  #mobile-nav.nav-01 .delay-5 {
    transition-delay: 0.45s !important; }
  #mobile-nav.nav-01 .delay-6 {
    transition-delay: 0.54s !important; }
  #mobile-nav.nav-01 .delay-7 {
    transition-delay: 0.63s !important; }
  #mobile-nav.nav-01 .delay-8 {
    transition-delay: 0.72s !important; }
  #mobile-nav.nav-01 .delay-9 {
    transition-delay: 0.81s !important; }
  #mobile-nav.nav-01 .delay-10 {
    transition-delay: 0.9s !important; }
  #mobile-nav.nav-01 .delay-11 {
    transition-delay: 0.99s !important; }
  #mobile-nav.nav-01 .delay-12 {
    transition-delay: 1.08s !important; }
  #mobile-nav.nav-01 .delay-13 {
    transition-delay: 1.17s !important; }
  #mobile-nav.nav-01 .delay-14 {
    transition-delay: 1.26s !important; }
  #mobile-nav.nav-01 .delay-15 {
    transition-delay: 1.35s !important; }
  #mobile-nav.nav-01 .delay-16 {
    transition-delay: 1.44s !important; }
  #mobile-nav.nav-01 .delay-17 {
    transition-delay: 1.53s !important; }
  #mobile-nav.nav-01 .delay-18 {
    transition-delay: 1.62s !important; }
  #mobile-nav.nav-01 .delay-19 {
    transition-delay: 1.71s !important; }
  #mobile-nav.nav-01 .delay-20 {
    transition-delay: 1.8s !important; }
  #mobile-nav.nav-01 > ul {
    padding-top: 4rem;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    -webkit-transition: transform .4s linear;
    -o-transition: transform .4s linear;
    transition: transform .4s linear; }
    #mobile-nav.nav-01 > ul > li:last-of-type {
      margin-bottom: 10rem; }
    #mobile-nav.nav-01 > ul > li {
      position: relative; }
      #mobile-nav.nav-01 > ul > li::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
        content: ''; }
  #mobile-nav.nav-01.two-secondary-headers > ul {
    padding-top: 8.1rem; }
  #mobile-nav.nav-01.animate-top > ul {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%); }
    #mobile-nav.nav-01.animate-top > ul a span {
      transition: .3s ease;
      transition-delay: inherit;
      transition-timing-function: cubic-bezier(0.23, 1, 0.355, 1.4) !important;
      transform: translateX(-3rem); }
    #mobile-nav.nav-01.animate-top > ul a i {
      transition: .3s ease;
      transform-origin: left;
      transition-delay: inherit;
      transform: translateX(-10rem); }
  #mobile-nav.nav-01.animate-left > ul {
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%); }
    #mobile-nav.nav-01.animate-left > ul a span {
      transition: .3s ease;
      transition-delay: inherit;
      transition-timing-function: cubic-bezier(0.23, 1, 0.355, 1.4) !important;
      transform: translateX(-3rem); }
    #mobile-nav.nav-01.animate-left > ul a i {
      transition: .3s ease;
      transform-origin: left;
      transition-delay: inherit;
      transform: scale(0); }
  #mobile-nav.nav-01.animate-right > ul {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%); }
    #mobile-nav.nav-01.animate-right > ul a span {
      transition: .3s ease;
      transition-delay: inherit;
      transition-timing-function: cubic-bezier(0.23, 1, 0.355, 1.4) !important;
      transform: translateX(5rem) scale(0.3);
      opacity: 0; }
    #mobile-nav.nav-01.animate-right > ul a i {
      transition: .3s ease;
      transform-origin: left;
      transition-delay: inherit;
      transform: scale(0); }
  #mobile-nav.nav-01 ul > li {
    line-height: 3.5rem;
    color: white;
    font-size: 1.1rem; }
  #mobile-nav.nav-01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #mobile-nav.nav-01 a.active {
      color: #f05f5d; }
    #mobile-nav.nav-01 a i {
      font-size: 2rem;
      padding-right: 1.25rem; }

body.scroll-menu #mobile-nav.no-headers-visible-on-scroll > ul {
  padding-top: 3.5rem; }

body.show-section {
  height: 100vh;
  width: 100vw;
  overflow: hidden !important; }
  body.show-section [data-offscreen-content="show"].nav-01 > ul {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    overflow-y: scroll !important; }
    body.show-section [data-offscreen-content="show"].nav-01 > ul a span {
      transform: translateX(0) scale(1) !important;
      opacity: 1 !important; }
    body.show-section [data-offscreen-content="show"].nav-01 > ul a i {
      transform: scale(1) !important; }

/* ------------------------------------ */
/* Responsive setup */
/* ------------------------------------ */
/****** XS - Viewport ******/
/* MAX XS */
/****** SM - Viewport ******/
/* MIN SM */
@media (min-width: 576px) {
  #mobile-nav.nav-01 ul > li {
    line-height: 4rem;
    font-size: 1.3rem; }
  #mobile-nav.nav-01 a i {
    font-size: 2.5rem; } }
/* MAX SM */
/* ONLY SM */
/****** MD - Viewport ******/
/* MIN MD */
@media (min-width: 768px) {
  #mobile-nav.nav-01 ul > li {
    line-height: 4.5rem;
    font-size: 1.5rem; }
  #mobile-nav.nav-01 a i {
    font-size: 3rem; } }
/* MAX MD */
@media (max-width: 991px) {
  .container.mobile-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%; } }
/* ONLY MD */
/****** LG - Viewport ******/
/* MIN LG */
/* MAX LG */
/* ONLY LG */
/****** XL - Viewport ******/
/* MIN XL */
/* MAX XL */
/* ONLY XL */
/****** XXL - Viewport ******/
/* MIN XXL */
/****** Mixed - Querries ******/
/*CODE FOR THE TOP NAV*/
.header-style .bottom-header {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  height: 2.3rem;
  border-top: 1px solid #C3C3C3;
  background-color: #C3C3C3; }
  .header-style .bottom-header a {
    font-size: .9rem;
    color: #373a39;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header-style .bottom-header a:hover {
      color: #f05f5d; }

#mobile-nav.bottom-secondary-header > ul {
  padding-top: 5.8rem; }

body.scroll-menu .hide-scroll-bottom-header .bottom-header {
  margin-top: -2.3rem; }
body.scroll-menu .hide-scroll-two-headers .bottom-header {
  margin-top: -2.3rem; }
body.scroll-menu #mobile-nav.bottom-header-hidden-on-scroll > ul {
  padding-top: 5.8rem; }

/*CODE FOR THE TOP NAV*/
.header-style .top-header {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  height: 2.3rem;
  border-bottom: 1px solid #C3C3C3;
  background-color: #C3C3C3; }
  .header-style .top-header a {
    font-size: .9rem;
    color: #373a39;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .header-style .top-header a:hover {
      color: #f05f5d; }

#mobile-nav.top-secondary-header > ul {
  padding-top: 5.8rem; }

body.scroll-menu .hide-scroll-top-header .top-header {
  margin-top: -2.3rem; }
body.scroll-menu .hide-scroll-two-headers .top-header {
  margin-top: -2.3rem; }
body.scroll-menu #mobile-nav.top-header-hidden-on-scroll > ul {
  padding-top: 5.8rem; }

.header-style .has-sub > [class^=lev] {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  pointer-events: none; }
.header-style .has-sub:hover > [class^=lev] {
  pointer-events: all;
  opacity: 1; }
.header-style .has-sub.sub-nav-1 {
  position: relative; }
  .header-style .has-sub.sub-nav-1 .lev {
    color: #242121;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .header-style .has-sub.sub-nav-1 .lev::after {
      width: 100%;
      height: 100%;
      position: absolute;
      pointer-events: none;
      left: 0;
      z-index: -1;
      top: 0;
      background-color: transparent;
      content: '';
      -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }
    .header-style .has-sub.sub-nav-1 .lev ul {
      min-width: 5rem;
      position: relative;
      background: white; }
      .header-style .has-sub.sub-nav-1 .lev ul:not(:first-of-type)::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        content: '';
        background-color: #eee; }
    .header-style .has-sub.sub-nav-1 .lev.right {
      left: 0;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .header-style .has-sub.sub-nav-1 .lev.left {
      left: auto;
      right: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .header-style .has-sub.sub-nav-1 .lev.rightImportantAll {
      left: 50% !important;
      -webkit-transform: translateX(-2.5rem) !important;
      -ms-transform: translateX(-2.5rem) !important;
      transform: translateX(-2.5rem) !important; }
      .header-style .has-sub.sub-nav-1 .lev.rightImportantAll .lev {
        right: auto !important;
        left: 100% !important; }
    .header-style .has-sub.sub-nav-1 .lev.leftImportantAll {
      left: auto !important;
      right: 50% !important;
      -webkit-transform: translateX(2.5rem) !important;
      -ms-transform: translateX(2.5rem) !important;
      transform: translateX(2.5rem) !important; }
      .header-style .has-sub.sub-nav-1 .lev.leftImportantAll .lev {
        right: 100% !important;
        left: auto !important; }
    .header-style .has-sub.sub-nav-1 .lev.rightImportantChildren .lev {
      right: auto !important;
      left: 100% !important; }
    .header-style .has-sub.sub-nav-1 .lev.leftImportantChildren .lev {
      right: 100% !important;
      left: auto !important; }
    .header-style .has-sub.sub-nav-1 .lev li {
      border-bottom: 1px solid #eee;
      padding-left: 1rem;
      padding-right: 1rem; }
    .header-style .has-sub.sub-nav-1 .lev a {
      font-size: 0.9rem;
      display: inline-block;
      text-align: center;
      padding: 0 !important;
      line-height: 2.5rem;
      white-space: nowrap; }
    .header-style .has-sub.sub-nav-1 .lev .lev {
      position: absolute;
      top: 0;
      z-index: 2;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      left: 100%;
      width: auto; }
      .header-style .has-sub.sub-nav-1 .lev .lev.right {
        right: auto;
        left: 100%; }
      .header-style .has-sub.sub-nav-1 .lev .lev.left {
        right: 100%;
        left: auto; }

/* MIN XL */
@media (min-width: 1200px) {
  .header-style .has-sub.sub-nav-1 .lev a {
    font-size: 0.95rem; } }
/* MIN XL */
@media (min-width: 1440px) {
  .header-style .has-sub.sub-nav-1 .lev-1 a {
    font-size: 1rem; } }
/* MAX LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-style .has-sub.sub-nav-1 .lev ul {
    min-width: 10rem; }
  .header-style .has-sub.sub-nav-1 .lev.right-lg {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .header-style .has-sub.sub-nav-1 .lev.left-lg {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .header-style .has-sub.sub-nav-1 .lev .lev.right-lg {
    right: auto;
    left: 100%; }
  .header-style .has-sub.sub-nav-1 .lev .lev.left-lg {
    right: 100%;
    left: auto; }
  .header-style .has-sub.sub-nav-1 .lev.rightImportantAll {
    left: 50% !important;
    -webkit-transform: translateX(-5rem) !important;
    -ms-transform: translateX(-5rem) !important;
    transform: translateX(-5rem) !important; }
    .header-style .has-sub.sub-nav-1 .lev.rightImportantAll .lev {
      right: auto !important;
      left: 100% !important; }
  .header-style .has-sub.sub-nav-1 .lev.leftImportantAll {
    left: auto !important;
    right: 50% !important;
    -webkit-transform: translateX(5rem) !important;
    -ms-transform: translateX(5rem) !important;
    transform: translateX(5rem) !important; }
    .header-style .has-sub.sub-nav-1 .lev.leftImportantAll .lev {
      right: 100% !important;
      left: auto !important; } }
/* MAX XL */
@media (min-width: 1200px) and (max-width: 1439px) {
  .header-style .sub-nav-1.has-sub .lev.right-xl {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .header-style .sub-nav-1.has-sub .lev.left-xl {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .header-style .sub-nav-1.has-sub .lev .lev.right-xl {
    right: auto;
    left: 100%; }
  .header-style .sub-nav-1.has-sub .lev .lev.left-xl {
    right: 100%;
    left: auto; } }
/* MAX XL */
@media (min-width: 1440px) {
  .header-style .sub-nav-1.has-sub .lev.right-xxl {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .header-style .sub-nav-1.has-sub .lev.left-xxl {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .header-style .sub-nav-1.has-sub .lev .lev.right-xxl {
    right: auto;
    left: 100%; }
  .header-style .sub-nav-1.has-sub .lev .lev.left-xxl {
    right: 100%;
    left: auto; } }
#mobile-nav .mobile-submenu-01.lev > div .col, #mobile-nav .mobile-submenu-01 .lev > div .col {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
#mobile-nav .mobile-submenu-01.lev [data-mobile-nav-content], #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-content] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-content] a, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-content] a {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 3rem; }
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-content] [data-mobile-nav-content] a, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-content] [data-mobile-nav-content] a {
    padding-left: 3rem; }
#mobile-nav .mobile-submenu-01.lev ul:last-child, #mobile-nav .mobile-submenu-01 .lev ul:last-child {
  border-bottom: 0; }
#mobile-nav .mobile-submenu-01.lev ul > li, #mobile-nav .mobile-submenu-01 .lev ul > li {
  position: relative; }
  #mobile-nav .mobile-submenu-01.lev ul > li::before, #mobile-nav .mobile-submenu-01 .lev ul > li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    content: ''; }
#mobile-nav .mobile-submenu-01.lev [data-mobile-nav-open], #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-open] {
  cursor: pointer;
  color: white;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  line-height: 1rem; }
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-open] .icon-holder, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-open] .icon-holder {
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-open].active .icon-holder, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-open].active .icon-holder {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

/* MIN SM */
@media (min-width: 576px) {
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-content] a, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-content] a {
    font-size: 1.1rem; }
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-open], #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-open] {
    font-size: 2.2rem; } }
/* MIN MD */
@media (min-width: 768px) {
  #mobile-nav .mobile-submenu-01.lev [data-mobile-nav-content] a, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-content] a {
    font-size: 1.2rem; } }
.header-style .mobile-nav-trigger-01 {
  width: 2.5rem;
  height: 1.8rem;
  position: relative;
  cursor: pointer; }
  .header-style .mobile-nav-trigger-01 .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: .25rem;
    background: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px; }
    .header-style .mobile-nav-trigger-01 .line:first-of-type {
      top: 0; }
    .header-style .mobile-nav-trigger-01 .line:nth-of-type(2) {
      top: calc(50% - 2px); }
    .header-style .mobile-nav-trigger-01 .line:last-of-type {
      bottom: 0; }

[data-offscreen-animate="true"].mobile-nav-trigger-01 .line {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }
  [data-offscreen-animate="true"].mobile-nav-trigger-01 .line:first-of-type {
    -webkit-transform: translateY(12.5px) rotate(-45deg);
    -ms-transform: translateY(12.5px) rotate(-45deg);
    transform: translateY(12.5px) rotate(-45deg); }
  [data-offscreen-animate="true"].mobile-nav-trigger-01 .line:nth-of-type(2) {
    top: calc(50% - 2px);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); }
  [data-offscreen-animate="true"].mobile-nav-trigger-01 .line:last-of-type {
    -webkit-transform: translateY(-12.5px) rotate(45deg);
    -ms-transform: translateY(-12.5px) rotate(45deg);
    transform: translateY(-12.5px) rotate(45deg); }

/*If you use sliders that do not initialiste on load uncomment this*/
/*If you use slider slider pagination uncomment this */
.slider-pagination-default {
  position: absolute;
  display: flex;
  z-index: 2; }
  .slider-pagination-default span {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    line-height: 1px;
    width: 1.1rem;
    height: 1.1rem;
    margin: .5rem; }
    .slider-pagination-default span::before {
      transition: .3s;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      content: ''; }
    .slider-pagination-default span:hover::before {
      background-color: rgba(0, 0, 0, 0.8); }
  .slider-pagination-default span.swiper-pagination-bullet-active {
    background-color: transparent; }
    .slider-pagination-default span.swiper-pagination-bullet-active::before {
      background-color: rgba(0, 0, 0, 0.9); }

/********* DOTS POSITION **********/
.dots-left-outside > .slider-pagination-default {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(-100%, -50%);
  flex-direction: column; }

.dots-left-inside > .swiper-pagination {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(0, -50%);
  flex-direction: column; }

.dots-right-outside > .slider-pagination-default {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translate(100%, -50%);
  flex-direction: column; }

.dots-right-inside > .slider-pagination-default {
  top: 50%;
  right: 0;
  left: auto;
  bottom: auto;
  transform: translate(0%, -50%);
  flex-direction: column; }

.dots-bottom-outside > .slider-pagination-default {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  flex-direction: row; }

.dots-bottom-inside > .slider-pagination-default {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: row; }

/* MIN SM */
@media (min-width: 576px) {
  .dots-left-outside-sm > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-sm > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-sm > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-sm > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-outside-sm > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; }

  .dots-bottom-inside-sm > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; } }
/* MIN MD */
@media (min-width: 768px) {
  .dots-left-outside-md > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-md > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-md > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-md > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-outside-md > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; }

  .dots-bottom-inside-md > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; } }
/* MIN MD */
@media (min-width: 992px) {
  .dots-left-outside-lg > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-lg > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-lg > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-lg > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-outside-lg > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; }

  .dots-bottom-inside-lg > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; } }
/* MIN XL */
@media (min-width: 1200px) {
  .dots-left-outside-xl > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-xl > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-xl > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-xl > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-outside-xl > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; }

  .dots-bottom-inside-xl > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; } }
/* MIN XL */
@media (min-width: 1440px) {
  .dots-left-outside-xxl > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(-100%, -50%);
    flex-direction: column; }

  .dots-left-inside-xxl > .slider-pagination-default {
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    flex-direction: column; }

  .dots-right-outside-xxl > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(100%, -50%);
    flex-direction: column; }

  .dots-right-inside-xxl > .slider-pagination-default {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    transform: translate(0%, -50%);
    flex-direction: column; }

  .dots-bottom-outside-xxl > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    display: flex;
    flex-direction: row; }

  .dots-bottom-inside-xxl > .slider-pagination-default {
    bottom: 0;
    left: 50%;
    top: auto;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row; } }
/*************************************************/
/***************** BEGIN BASICS ******************/
/*************************************************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

html, body {
  background-color: white;
  text-rendering: optimizeLegibility;
  font-family: 'Montserrat', sans-serif;
  color: black;
  scroll-behavior: smooth; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  background-color: transparent; }

main {
  display: block; }

body {
  overflow-x: hidden; }

a {
  text-decoration: none;
  display: inline-flex; }

ul {
  list-style: none; }

[data-gallery-trigger] {
  cursor: pointer; }

@media (max-width: 991px) {
  .overflow-mobile-wrap {
    height: calc(100% - 1rem);
    overflow: hidden; }

  .overflow-mobile {
    padding-bottom: 1rem;
    display: flex !important;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .overflow-mobile .slide-wrap {
      display: flex !important; }
      .overflow-mobile .slide-wrap .icon-section-2 {
        width: 300px !important; } }
figure.image {
  max-width: 100%; }
  figure.image img {
    width: 100%; }
  figure.image.image-style-align-left {
    float: left;
    max-width: 30%;
    padding: 0.5em 0.5em 0.5em 0; }
  figure.image.image-style-align-center {
    text-align: center; }
    figure.image.image-style-align-center img {
      display: inline-block;
      width: auto; }
  figure.image.image-style-align-right {
    float: right;
    max-width: 30%;
    padding: 0.5em 0 0.5em 0.5em; }

.section-divider-dev {
  border-top: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  background-color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/****************** END BASICS *******************/
/*************************************************/
/*************** REUSABLES BEGIN *****************/
/*************************************************/
.text-style-basic.text-light * {
  color: white; }
.text-style-basic.text-dark * {
  color: #242121; }
.text-style-basic.text-dark p {
  color: #5E6160; }
  .text-style-basic.text-dark p * {
    color: #5E6160; }
.text-style-basic.text-dark.type-2 h2, .text-style-basic.text-dark.type-2 h1 {
  color: #242121; }
.text-style-basic.text-dark.type-2 p {
  color: #5E6160; }
  .text-style-basic.text-dark.type-2 p a {
    transition: .3s; }
    .text-style-basic.text-dark.type-2 p a strong {
      color: #5E6160;
      transition: .3s; }
    .text-style-basic.text-dark.type-2 p a:hover {
      color: #f05f5d; }
      .text-style-basic.text-dark.type-2 p a:hover strong {
        color: #f05f5d; }
.text-style-basic.text-dark.subtitle h2 + p > strong {
  color: #242121; }
.text-style-basic.type-1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700; }
  .text-style-basic.type-1 i.mci {
    font-size: 1.6rem; }
.text-style-basic.type-2.text-center h1::before, .text-style-basic.type-2.text-center h2::before {
  left: 50%;
  transform: translateX(-50%); }
.text-style-basic.type-2 h1, .text-style-basic.type-2 h2 {
  position: relative;
  font-weight: 800;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem; }
  .text-style-basic.type-2 h1::before, .text-style-basic.type-2 h2::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 6px;
    width: 60px;
    background: #f05f5d; }
.text-style-basic.type-2 h3 {
  font-weight: 700; }
.text-style-basic.type-2 p a {
  text-decoration: none; }
.text-style-basic.type-3 h2 {
  font-size: 1.2rem;
  margin-bottom: 0; }
.text-style-basic.type-3 h3 {
  font-size: 0.9rem !important;
  text-transform: uppercase; }
.text-style-basic.type-4 a {
  font-size: 1.5rem; }
.text-style-basic.type-4 p {
  font-weight: 300;
  font-size: 1rem; }
.text-style-basic.type-5 p {
  margin-bottom: 2rem; }
  .text-style-basic.type-5 p span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  .text-style-basic.type-5 p small {
    display: block;
    font-size: 1rem; }
.text-style-basic.type-5 blockquote p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600; }
.text-style-basic.type-6 h2 {
  transition: .3s; }
.text-style-basic.type-7 h2 {
  text-transform: uppercase; }
.text-style-basic.type-7 h3 {
  font-weight: 400; }
.text-style-basic.type-8 h3 {
  text-transform: uppercase;
  font-size: 2rem; }
.text-style-basic.subtitle h2 + p > strong {
  font-size: 1.2rem; }
.text-style-basic.no-margin-bottom h1, .text-style-basic.no-margin-bottom h2, .text-style-basic.no-margin-bottom h3, .text-style-basic.no-margin-bottom h4, .text-style-basic.no-margin-bottom h5, .text-style-basic.no-margin-bottom h6, .text-style-basic.no-margin-bottom p {
  margin-bottom: 0; }
.text-style-basic.more-margin-bottom h2 {
  margin-bottom: 3rem; }
.text-style-basic.more-margin-bottom p {
  margin-bottom: 2rem; }
.text-style-basic h1, .text-style-basic h2, .text-style-basic h3, .text-style-basic h4, .text-style-basic h5, .text-style-basic h6 {
  margin-bottom: 1rem;
  font-weight: 700; }
.text-style-basic h2, .text-style-basic h1 {
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 800; }
.text-style-basic h3 {
  font-size: 1.2rem; }
.text-style-basic h4 {
  font-size: 1.2rem; }
.text-style-basic h5 {
  font-size: 1.2rem; }
.text-style-basic ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: .5rem; }
.text-style-basic ol {
  list-style: decimal;
  padding-left: 1rem;
  margin-bottom: .5rem; }
.text-style-basic p {
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.7rem; }
  .text-style-basic p a {
    text-decoration: underline; }

/* MIN MD */
@media (min-width: 576px) {
  .text-style-basic.type-3 h2 {
    font-size: 2rem;
    margin-bottom: 0; } }
/* MIN MD */
@media (min-width: 768px) {
  .text-style-basic.type-1 {
    font-size: 3rem; }
    .text-style-basic.type-1 i.mci {
      font-size: 2.4rem; }
  .text-style-basic.type-3 h2 {
    font-size: 2.5rem;
    margin-bottom: 0; }
  .text-style-basic.type-8 h3 {
    font-size: 1.5rem; }
  .text-style-basic h2, .text-style-basic h1 {
    font-size: 2rem; }
  .text-style-basic h3 {
    font-size: 1.4rem; }
  .text-style-basic h4 {
    font-size: 1.2rem; }
  .text-style-basic h5 {
    font-size: 1rem; }
  .text-style-basic p {
    font-size: 1rem; } }
@media (min-width: 992px) {
  .text-style-basic.type-1 {
    font-size: 4rem; }
    .text-style-basic.type-1 i.mci {
      font-size: 3.2rem; }
  .text-style-basic.type-3 h2 {
    font-size: 3rem;
    margin-bottom: 0; }
  .text-style-basic.type-3 h3 {
    font-size: 2rem; }
  .text-style-basic.type-3 p {
    font-size: 1.2rem; }
  .text-style-basic.type-6 h2 {
    font-size: 2rem; }
  .text-style-basic h2, .text-style-basic h1 {
    font-size: 2.5rem; }
  .text-style-basic h3 {
    font-size: 1.4rem; }
  .text-style-basic h4 {
    font-size: 1.4rem; }
  .text-style-basic h5 {
    font-size: 1.2rem; }
  .text-style-basic p {
    font-size: .9rem; } }
@media (min-width: 1200px) {
  .text-style-basic.type-1 {
    font-size: 4.5rem; }
    .text-style-basic.type-1 i.mci {
      font-size: 3.4rem; }
  .text-style-basic.type-3 h2 {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .text-style-basic.type-6 h2 {
    font-size: 2.5rem; }
  .text-style-basic.type-7 h2 {
    font-size: 2.5rem; }
  .text-style-basic.type-8 h3 {
    font-size: 2rem; }
  .text-style-basic h2, .text-style-basic h1 {
    font-size: 3.4rem; } }
@media (min-width: 1439px) {
  .text-style-basic.type-6 h2 {
    font-size: 2.5rem; } }
.button-style-basic {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  background: #f05f5d;
  color: white;
  display: inline-block;
  transition: .3s;
  cursor: pointer; }
  .button-style-basic.type-1 {
    position: relative;
    overflow: hidden; }
    .button-style-basic.type-1.light {
      background-color: white;
      color: #242121; }
    .button-style-basic.type-1 span {
      position: relative;
      z-index: 2; }
    .button-style-basic.type-1::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background-color: #242121;
      height: 50%;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 1;
      transform: translateY(-100%); }
    .button-style-basic.type-1::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      background-color: #242121;
      height: 50%;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 1;
      transform: translateY(100%); }
    .button-style-basic.type-1:hover {
      color: white; }
      .button-style-basic.type-1:hover::before, .button-style-basic.type-1:hover::after {
        transform: translateY(0); }
  .button-style-basic.type-2 {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #242121;
    text-transform: uppercase;
    font-weight: 400;
    color: #242121;
    font-size: 1rem;
    transition: .3s; }
    .button-style-basic.type-2:hover {
      border: 2px solid #f05f5d;
      color: #f05f5d;
      background-color: rgba(0, 0, 0, 0); }
    .button-style-basic.type-2.active {
      background-color: #f05f5d;
      color: white;
      border: 2px solid #f05f5d; }
  .button-style-basic.type-3 {
    background-color: #f05f5d; }
    .button-style-basic.type-3:hover {
      background-color: #242121; }
  .button-style-basic:hover {
    background: #242121; }

.box-style-basic.type-1 {
  background-color: #f05f5d;
  min-height: 320px; }
  .box-style-basic.type-1 .overlay {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #373a39;
    opacity: .3; }
  .box-style-basic.type-1.active .title-wrapper::before {
    width: calc(100% + 1.5rem); }
  .box-style-basic.type-1.active .bg-icon i.mci {
    transform: scale(0.6);
    opacity: .3; }
  .box-style-basic.type-1.active .hidden-text {
    opacity: 1;
    transform: translateY(0); }
  .box-style-basic.type-1 .number {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    line-height: 2.7rem; }
  .box-style-basic.type-1 .bg-icon i.mci {
    transition: .3s;
    font-size: 10rem;
    color: white; }
.box-style-basic.type-2 {
  position: relative;
  margin-bottom: 3rem; }
  .box-style-basic.type-2 .bg {
    border-radius: 4px; }
  .box-style-basic.type-2 > .bg > figure {
    transition: 1s; }
  .box-style-basic.type-2::before {
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 80%;
    height: 50%;
    content: '';
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
    transition: 1s; }
  .box-style-basic.type-2:hover > .bg > figure {
    transform: scale(1.2); }
  .box-style-basic.type-2:hover::before {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.9); }
.box-style-basic.type-3 {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1); }
  .box-style-basic.type-3.wide-info-box {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05); }
    .box-style-basic.type-3.wide-info-box i.mci {
      font-size: 2rem; }
.box-style-basic.type-4 {
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03); }
.box-style-basic.type-5 h2, .box-style-basic.type-5 h3 {
  transition: .3s; }
.box-style-basic.type-5:hover h2, .box-style-basic.type-5:hover h3 {
  color: #f05f5d !important; }

/* MIN LG */
@media (min-width: 992px) {
  .box-style-basic.type-1 .title-wrapper {
    position: relative; }
    .box-style-basic.type-1 .title-wrapper::before {
      width: 25px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      height: 4px;
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      background-color: white; }
  .box-style-basic.type-1:hover .bg-icon i.mci {
    transform: scale(0.6);
    opacity: .3; }
  .box-style-basic.type-1:hover .hidden-text {
    opacity: 1;
    transform: translateY(0); }
  .box-style-basic.type-1 .hidden-text {
    transition: .3s;
    opacity: 0;
    transform: translateY(150%); }
  .box-style-basic.type-1 .bg-icon i.mci {
    transition: .3s;
    font-size: 10rem;
    color: white; } }
.header-style .has-sub.sub-nav-1 .lev {
  background-color: white; }
  .header-style .has-sub.sub-nav-1 .lev ul::before {
    display: none; }
  .header-style .has-sub.sub-nav-1 .lev li {
    border-bottom: 0; }
    .header-style .has-sub.sub-nav-1 .lev li a span {
      font-size: .85rem;
      font-weight: 500; }
    .header-style .has-sub.sub-nav-1 .lev li a i {
      font-size: 1.5rem;
      color: #f05f5d; }

.header-style.nav-01 {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0); }
  .header-style.nav-01 .main-header {
    background: rgba(0, 0, 0, 0); }
    .header-style.nav-01 .main-header nav .has-sub.sub-nav-1 .lev a {
      color: #242121; }
    .header-style.nav-01 .main-header nav a {
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: .9rem;
      color: white; }

#mobile-nav.nav-01 > ul {
  background: #f05f5d; }
  #mobile-nav.nav-01 > ul > li::before {
    display: none; }
#mobile-nav.nav-01 ul > li a {
  display: flex;
  justify-content: center; }
#mobile-nav.nav-01 a {
  padding-left: 0;
  color: rgba(255, 255, 255, 0.7); }
  #mobile-nav.nav-01 a.active {
    color: white; }
#mobile-nav.nav-01 .mobile-submenu-01.lev [data-mobile-nav-content],
#mobile-nav.nav-01 .mobile-submenu-01 .lev [data-mobile-nav-content] {
  background-color: rgba(0, 0, 0, 0.1); }

#mobile-nav .mobile-submenu-01.lev ul > li::before,
#mobile-nav .mobile-submenu-01 .lev ul > li::before {
  display: none; }

#mobile-nav .mobile-submenu-01.lev [data-mobile-nav-open] .icon-holder, #mobile-nav .mobile-submenu-01 .lev [data-mobile-nav-open] .icon-holder {
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.st0 {
  fill: white; }

.st1 {
  fill: #f05f5d; }

body.scroll-menu .st0, body.show-section .st0 {
  fill: black; }
body.scroll-menu .st1, body.show-section .st1 {
  fill: #f05f5d; }
body.scroll-menu .header-style.nav-01, body.show-section .header-style.nav-01 {
  background: white;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05); }
  body.scroll-menu .header-style.nav-01 .main-header, body.show-section .header-style.nav-01 .main-header {
    background: rgba(0, 0, 0, 0); }
    body.scroll-menu .header-style.nav-01 .main-header nav a, body.show-section .header-style.nav-01 .main-header nav a {
      color: #242121; }

.overlay {
  content: '';
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .4; }

.bg-light-grey {
  background-color: #fafbfc; }

.bg-main-color {
  background-color: #f05f5d; }

.client-logo {
  height: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .client-logo:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

footer {
  border-top: 1px solid #EBEBEB; }
  footer a {
    font-family: 'Open Sans', sans-serif;
    color: #373a39;
    transition: .3s; }
    footer a:hover {
      color: #f05f5d; }
  footer .company i.mci {
    font-size: 1rem; }
  footer .company strong {
    color: #242121;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase; }
  footer .social {
    font-size: 1.5rem; }

.portfolio-image {
  min-height: 300px; }
  .portfolio-image::before {
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 80%;
    height: 50%;
    content: '';
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
    transition: 1s; }
  .portfolio-image figure {
    overflow: hidden;
    border-radius: 4px; }
    .portfolio-image figure img {
      height: 100%;
      width: 100%; }
  .portfolio-image .hover {
    transition: .5s;
    transform: translateY(-100%);
    background-color: #f05f5d; }
    .portfolio-image .hover .title, .portfolio-image .hover .sub-title, .portfolio-image .hover a {
      opacity: 0;
      transform: translateY(-200%);
      transition: .5s; }
    .portfolio-image .hover .title {
      transition-delay: .25s;
      font-size: 1.5rem;
      font-weight: 700;
      text-align: center;
      color: white;
      text-transform: uppercase; }
    .portfolio-image .hover .sub-title {
      transition-delay: .125s;
      font-size: 1.2rem;
      color: white; }
    .portfolio-image .hover a {
      text-transform: capitalize;
      letter-spacing: 2px;
      padding: 15px 25px !important; }
  .portfolio-image:hover::before {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.7); }
  .portfolio-image:hover figure .hover {
    transform: translateY(0%); }
    .portfolio-image:hover figure .hover .title, .portfolio-image:hover figure .hover .sub-title, .portfolio-image:hover figure .hover a {
      opacity: 1;
      transform: translateY(0); }

.select2-container {
  width: 100% !important; }

.select2-container .select2-selection--single {
  padding: .5rem;
  height: auto; }

.select2-container--default .select2-selection--single {
  border: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 1rem;
  color: white; }

.select2-container--default .select2-selection--single {
  background-color: #f05f5d; }

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #f05f5d;
  line-height: 3rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  border-color: white transparent transparent transparent; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
  border-width: 0 8px 10px 8px; }

.select2-dropdown {
  color: white;
  border: none;
  background-color: #f05f5d; }

.select2-results__option {
  line-height: 3rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #242121;
  color: #f05f5d; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translate(-50%, -50%);
  margin-right: .5rem; }

.lg-image {
  max-width: 900px !important; }

.lg-backdrop {
  z-index: 99999; }

.lg-outer {
  z-index: 100000; }

.full-height-slider {
  height: calc(100vh - 97px); }

.big-number-size {
  font-size: 5rem;
  font-weight: 700;
  color: #f05f5d;
  position: relative; }

/* MIN SM */
@media (min-width: 576px) {
  .big-number-size {
    font-size: 9rem; } }
@media (min-width: 1200px) {
  .big-number-size {
    font-size: 48rem;
    line-height: 550px; } }
@media (min-width: 1439px) {
  .big-number-size {
    font-size: 60rem;
    line-height: 700px; } }
.list-style-basic.type-1 li {
  list-style: none;
  padding-left: 1.2rem;
  position: relative;
  font-size: 1rem;
  margin-bottom: .5rem; }
  .list-style-basic.type-1 li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f05f5d;
    content: ''; }
.list-style-basic.type-2 {
  list-style-type: none; }
  .list-style-basic.type-2 li {
    counter-increment: step-counter;
    display: flex;
    position: relative; }
    .list-style-basic.type-2 li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: counter(step-counter);
      font-size: 1rem;
      color: #DADADB; }
    .list-style-basic.type-2 li a {
      transition: .3s;
      color: #242121; }
      .list-style-basic.type-2 li a:hover {
        color: #f05f5d; }
.list-style-basic.type-3 li {
  line-height: 2rem;
  transition: .5s;
  font-size: 1.1rem;
  color: #5E6160; }
  .list-style-basic.type-3 li a {
    color: #f05f5d;
    transition: .3s; }
    .list-style-basic.type-3 li a:hover {
      color: #242121; }
  .list-style-basic.type-3 li strong {
    color: #242121; }

.image-tag {
  background-color: #f05f5d;
  font-size: 1rem;
  text-transform: uppercase;
  color: white; }

.grid-container.type-1 {
  display: -ms-grid;
  display: grid; }
  .grid-container.type-1 > div {
    margin-bottom: 2rem; }
.grid-container.type-2 {
  display: -ms-grid;
  display: grid; }
  .grid-container.type-2 > div {
    margin-bottom: 2rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .grid-container.type-1, .grid-container.type-2 {
    display: block !important; } }
@media (min-width: 768px) {
  .grid-container.type-1 {
    -ms-grid-columns: auto 2rem auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    grid-auto-flow: dense; }
    .grid-container.type-1 > div:nth-of-type(18n+1) {
      grid-column-end: span 2;
      grid-row-end: span 1; }
    .grid-container.type-1 > div:nth-of-type(18n+12) {
      grid-column-end: span 2;
      grid-row-end: span 1; }
  .grid-container.type-2 {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    grid-auto-flow: dense; }
    .grid-container.type-2 .grid-item:nth-child(3n), .grid-container.type-2 .grid-item:nth-child(3n - 2) {
      border: 2px solid red;
      grid-column-end: span 1;
      grid-row-end: span 2; }
    .grid-container.type-2 .grid-item:nth-child(3n - 1) {
      border: 2px solid green;
      grid-column-end: span 1;
      grid-row-end: span 1; } }
@media (min-width: 992px) {
  .grid-container.type-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 2rem auto 2rem auto 2rem auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 2rem; }
    .grid-container.type-1 > div:nth-of-type(18n+1) {
      grid-column-end: span 2;
      grid-row-end: span 2; }
    .grid-container.type-1 > div:nth-of-type(18n+12) {
      grid-column-end: span 2;
      grid-row-end: span 2; } }
.beer-reveal {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2); }

.beer-handle {
  border: 5px solid #f05f5d;
  width: 60px;
  height: 60px;
  background-color: white; }
  .beer-handle::before {
    width: 16px;
    height: 16px;
    border-left: 4px solid #f05f5d;
    border-top: 4px solid #f05f5d;
    right: 55%;
    left: auto !important; }
  .beer-handle::after {
    left: 85%;
    right: auto !important;
    width: 16px;
    height: 16px;
    border-left: 4px solid #f05f5d;
    border-top: 4px solid #f05f5d; }

.beer-range:focus ~ .beer-handle {
  box-shadow: none !important; }

.slider-pagination-default span {
  margin: .25rem; }
  .slider-pagination-default span::before {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5); }

.slider-pagination-default span.swiper-pagination-bullet-active::before {
  background-color: #f05f5d;
  opacity: 1; }

.macbook-slider .dots-bottom-outside > .slider-pagination-default {
  transform: translate(-50%, 250%); }

@media (min-width: 1200px) {
  .macbook-slider .dots-bottom-outside > .slider-pagination-default {
    transform: translate(-50%, 300%); } }
.arrows-holder button {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem; }
  .arrows-holder button.swiper-button-disabled {
    color: #747676; }
    .arrows-holder button.swiper-button-disabled::before {
      background-color: #373a39; }
    .arrows-holder button.swiper-button-disabled:hover {
      color: #747676; }
      .arrows-holder button.swiper-button-disabled:hover::before {
        background-color: #373a39; }
  .arrows-holder button::before {
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
  .arrows-holder button:hover {
    color: #f05f5d; }
    .arrows-holder button:hover::before {
      background-color: white; }

.beer-reveal[data-beer-label]::after, .beer-slider[data-beer-label]::after {
  display: none; }

/* MIN LG */
@media (min-width: 992px) {
  .arrows-holder button {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2rem; }

  .beer-reveal[data-beer-label]::after, .beer-slider[data-beer-label]::after {
    background: #f05f5d;
    color: white; } }
.fade-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important; }

.image-wrapper.type-1 {
  margin-top: -5rem;
  overflow: hidden;
  max-width: 10rem;
  border-radius: 50%; }

.mci-quote-down, .mci-quote-up {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3); }

/* MIN LG */
@media (min-width: 992px) {
  .mci-quote-down, .mci-quote-up {
    font-size: 5rem; } }
/* MIN XL */
@media (min-width: 1200px) {
  .mci-quote-down, .mci-quote-up {
    font-size: 6rem; } }
.icon-style-basic.type-1 {
  font-size: 2.5rem;
  color: #f05f5d;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition-timing-function: ease-in;
  transition: .6s; }
.icon-style-basic.type-2 {
  color: #f05f5d;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700; }
  .icon-style-basic.type-2::before {
    border-radius: 50%;
    border: 3px solid #f05f5d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: ''; }

/* MIN MD */
@media (min-width: 768px) {
  .icon-style-basic.type-1 {
    font-size: 3.3rem; } }
[data-in-view] .text-style-basic.type-6 h2 {
  padding-left: 3.5rem;
  transition: .4s;
  transition-timing-function: ease-in;
  transform: translateX(50px);
  opacity: 0; }

.in-view .text-style-basic.type-6 h2 {
  opacity: 1;
  transform: translateX(0); }

/* MIN MD */
@media (min-width: 768px) {
  [data-in-view] .text-style-basic.type-6 h2 {
    padding-left: 4.5rem; } }
/* MIN XXL */
@media (min-width: 1439px) {
  .in-view .text-style-basic.type-6 h2 {
    transform: translateX(-4.5rem); }
  .in-view .icon-style-basic.type-1 {
    transform: translate(-4.5rem, -50%); } }
.label {
  background-color: #f05f5d;
  color: white;
  text-transform: uppercase; }
  .label.negative-margin {
    margin-left: -1.5rem; }

.border-bottom {
  border-bottom: 1px solid #F2F3F6; }

.form-style input, .form-style select, .form-style textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1rem;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #242121;
  border-bottom: 1px solid #F2F3F6; }

/**************** REUSABLES END ******************/
/*************************************************/
/*************** REUSABLES BEGIN *****************/
/*************************************************/
/**************** REUSABLES END ******************/
/* MAX XS */
/* MIN SM */
/* MAX SM */
/* ONLY SM */
/* MIN MD */
/* MAX MD */
/* ONLY MD */
/* MIN LG */
/* MAX LG */
/* ONLY LG */
/* MIN XL */
/* MAX XL */
/* ONLY XL */
/* MIN XXL */

/*# sourceMappingURL=style.css.map */
