@charset "UTF-8";

/*========== Start Global Rules ==========*/
.line, .line-on-side {
  display: block;
  width: 8px;
  height: 8px;
  margin: 1rem auto;
  position: relative;
  background: #c35023;
  border-radius: 50%;
}

.line:before, .line-on-side:before, .line:after, .line-on-side:after {
  content: '';
  position: absolute;
  background: inherit;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.line:before, .line-on-side:before {
  left: -1rem;
}

.line:after, .line-on-side:after {
  left: 1rem;
}


.plain-section {
  overflow: visible;
  padding: 0;
}

.section-watermark {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, 50%);
  font-size: 5rem;
  font-weight: 900;
  color: inherit;
  opacity: .05;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px;
}

.mega-section {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .mega-section {
    padding: 2.5rem 0;
  }
}

.elf-section {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .elf-section {
    padding: 3rem 0;
  }
}



.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .hollow-text {
    -webkit-text-stroke-width: 1px;
  }
}



.init-text::first-letter {
  text-transform: capitalize;
}

.tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin-bottom: 0;
  color: #202020;
  padding-right: .75rem;
  z-index: 5;
}

.tag-line::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c35023;
  left: auto;
  right: 0;
}

.line-on-center {
  margin-left: auto;
  margin-right: auto;
}

.line-on-side {
  margin-left: 0;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading.light-title .section-title {
  font-size: 2.5rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-heading.light-title .section-title {
    font-size: 2rem;
    font-weight: 800;
  }
}

.section-heading.side-heading {
  text-align: left;
  padding-right: 1.5rem;
}

.section-heading.side-heading .section-subtitle {
  margin: 0 auto;
}

.section-heading.center-heading {
  text-align: center;
}

.section-heading.center-heading .section-subtitle {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-heading.center-heading .section-subtitle {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-heading.center-heading .section-subtitle {
    width: 100%;
  }
}

.section-heading .section-title {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: "Merriweather", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #202020;
  line-height: 1.3;
  display: inline-block;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .section-heading .section-title {
    font-size: 2rem;
  }
}

.section-heading .section-subtitle {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
}

@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
    font-size: 1rem;
  }
}

.has-dark-bg {
  background-color: #121212;
}

.has-dark-bg .section-heading .section-title,
.has-dark-bg .section-heading .section-subtitle {
  color: #fff;
}

.has-dark-bg .section-heading .section-subtitle {
  opacity: .75;
}

.has-dark-bg .section-heading .line {
  background-color: #fff;
}

.title-design-element {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #c35023;
  left: -20px;
  top: -10px;
  border-radius: 65% 35% 55% 45% / 30% 35% 65% 70%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .title-design-element {
    width: 40px;
    height: 40px;
    left: -10px;
    top: -5px;
  }
}

body {
  direction: ltr;
  text-align: left;
  position: relative;
  color: #121212;
}

.parallax {
  background-attachment: fixed !important;
}

.overlay-color, .overlay-pattern-image-bg, .overlay-shape-image-bg, .overlay-photo-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

/*.overlay-color {
  background: #121212;
  opacity: .65;
}*/

.overlay-pattern-image-bg {
  opacity: .05;
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-shape-image-bg {
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .05;
}

.overlay-photo-image-bg {
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .05;
}

.section-video-bg .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

.black-bg {
  background-color: #121212;
}

.see-more-area {
  display: block;
  text-align: center;
  text-transform: capitalize;
}

.see-more-area.btn-on-start-align {
  text-align: left;
}

.no-borders {
  border: none;
  outline: none;
}

.no-box-shadow {
  box-shadow: none !important;
}

.section-shape-divider-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}

.section-shape-divider-bottom svg path {
  fill: #fff;
}

.rating-stars {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .rating-stars {
    padding: 0 1rem;
  }
}

.rating-stars .star-icon {
  color: #c35023;
  font-size: .85rem;
}

.rating-stars .star-icon:not(:last-child) {
  margin-right: .5rem;
}

.rating-stars .star-icon.off {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #c35023;
  -webkit-text-stroke-width: 1px;
}

.skills .skill {
  margin-bottom: 1.5rem;
}

.skills .skill-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  font-weight: 600;
}

.skills .skill-bar {
  width: 100%;
  height: .75rem;
  opacity: .75;
  background-color: #b8b8b8;
  border-radius: 1rem;
  overflow: hidden;
}

.skills .skill-bar .bar {
  width: 0;
  background-color: #c35023;
  height: inherit;
  border-radius: inherit;
  transition: width 1s ease-in-out 0s;
}



/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: .5;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: .75;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}

/* End video button animation*/
/* Start buttons global rules*/
.btn-solid, .btn-outline {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  outline: none;
  border: 2px solid transparent;
  border-radius: .25rem;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}

.btn-solid:focus, .btn-outline:focus {
  outline: none !important;
}

.play-btn-col-dir, .play-btn-row-dir {
  display: inline-block;
}

.play-btn-col-dir .play-video-btn, .play-btn-row-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn-col-dir .play-video-btn:hover .play-btn, .play-btn-row-dir .play-video-btn:hover .play-btn {
  background: #c35023;
}

.play-btn-col-dir .play-video-btn:hover .play-btn::before, .play-btn-row-dir .play-video-btn:hover .play-btn::before, .play-btn-col-dir .play-video-btn:hover .play-btn::after, .play-btn-row-dir .play-video-btn:hover .play-btn::after {
  background: inherit;
}

.play-btn-col-dir .play-video-btn:hover .icon, .play-btn-row-dir .play-video-btn:hover .icon {
  color: #fff;
}

.play-btn-col-dir .video-link, .play-btn-row-dir .video-link {
  text-decoration: none !important;
}

.play-btn-col-dir .play-btn, .play-btn-row-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
  box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::before, .play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: inherit;
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
  animation-delay: .75s;
}

.play-btn-col-dir .play-btn .icon, .play-btn-row-dir .play-btn .icon {
  color: #c35023;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn img.play-icon, .play-btn-row-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
}

.play-btn-col-dir .play-btn-text, .play-btn-row-dir .play-btn-text {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}

.play-btn-col-dir .play-btn-text::before, .play-btn-row-dir .play-btn-text::before {
  content: '';
  position: absolute;
  bottom: -.5rem;
  left: 0;
  height: .25rem;
  width: 100%;
  border-radius: .25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.btn-solid {
  color: #fff;
  background: #c35023;
  border-color: #c35023;
}

.btn-solid:hover {
  color: #c35023;
  background: transparent;
  border-color: #c35023;
}

.btn-outline {
  /**/
  border: 2px solid;
  color: #c35023;
  background: transparent;
  border-color: #c35023;
}

.btn-outline:hover {
  color: #fff;
  background: #c35023;
}

.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}

.play-btn-col-dir .play-btn-text {
  margin-top: .75rem;
}

.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}

.play-btn-row-dir .play-btn-text {
  margin-left: .75rem;
}


/* End Social icons list rules */
.back-to-top {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #2e6403;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 20;
  box-shadow: 0px 3px 15px 0px rgba(18, 18, 18, 0.25);
}

.back-to-top:hover {
  background-color: rgba(0, 128, 54, 0.8);
}

.back-to-top.show {
  bottom: 30px;
}

body.rounded-btns .btn-solid,
body.rounded-btns .btn-outline,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .field-group .text-input,
body.rounded-btns .field-group .email-input,
body.rounded-btns .hero-swiper-slider .swiper-button-prev,
body.rounded-btns .hero-swiper-slider .swiper-button-next {
  border-radius: 5rem;
}

body.rounded-btns .field-group label,
body.rounded-btns .field-group .label {
  padding-left: 1rem;
}

body.squared-btns .btn-solid,
body.squared-btns .btn-outline,
body.squared-btns .portfolio-btn,
body.squared-btns .subscripe-btn,
body.squared-btns .sc-item,
body.squared-btns .back-to-top,
body.squared-btns .swiper-button-prev,
body.squared-btns .swiper-button-next {
  border-radius: .5rem;
}

.btn-squared {
  border-radius: .5rem !important;
}

.btn-rounded {
  border-radius: 5rem !important;
}

.read-more {
  text-transform: capitalize;
  color: #c35023;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

.read-more:hover {
  color: #c35023;
  text-decoration: none;
}

.read-more:hover .icon {
  transform: translateX(5px);
}

.read-more .icon {
  margin-left: .5rem;
  transition: transform 0.3s ease-in-out 0s;
}

/* End buttons global rules*/
.req {
  color: #dc3545;
}

.not-req {
  display: none;
}


/* End .page-header Rules    */
/*   Start .page-hero Rules   */
.page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
  text-transform: capitalize;
  color: #fff;
  line-height: 1.3;
}

.page-hero .hero-text-area .hero-title .first-word, .hero-swiper-slider .slide-title .first-word {
  position: relative;
}

@media (max-width: 1199px) {
  .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
    font-size: 3rem !important;
  }
}

@media (max-width: 575px) {
  .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
    font-size:.4rem !important;
    font-weight: 700 !important;
  }
}

.page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
  color: #f1f1f1;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
    font-size: 1rem;
  }
}

@media (max-height: 500px) {
  .page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
    display: none;
  }
}

.hero-social-icons {
  position: absolute;
  z-index: 900;
  transition: all 0.5s ease-in-out 0s;
}

.hero-social-icons.start-align {
  left: 3rem;
  right: auto;
}

.hero-social-icons.center-align {
  width: 100%;
  text-align: center;
}

.hero-social-icons.end-align {
  right: 3rem;
  left: auto;
}

.hero-social-icons.center-position {
  top: 50%;
  transform: translateY(-50%);
}

.hero-social-icons.bottom-position {
  bottom: 4rem;
  top: auto;
}

.hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
  margin-right: 2rem;
}

.hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
  color: #fff;
}

.hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
  margin-bottom: 2rem;
}

.hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
  color: #fff;
}

@media (max-width: 991px) {
  .hero-social-icons {
    display: none;
  }
}

@media (max-height: 500px) {
  .hero-social-icons {
    display: none;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  padding: 120px 0;
  background: #c35023;
}

@media (max-width: 991px) {
  .page-hero {
    height: auto;
  }
}

@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}

.page-hero .overlay-color {
  opacity: .75 !important;
}

.page-hero .hero-text-area {
  padding-top: 4rem;
}

.page-hero .hero-text-area .tag-line {
  color: #fff;
}

.page-hero .hero-text-area .hero-title {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
  font-weight: 900;
}

.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.15rem;
  background: transparent;
  color: #fff;
  border-color: #fff;
  min-width: 180px;
}

@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 1rem;
    padding: .75rem 1.5rem;
    min-width: auto;
  }
}

.page-hero .cta-links-area .cta-link:last-child {
  margin-right: 0;
}

.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #c35023;
  border-color: #fff;
}

.page-hero .cta-links-area .cta-link-primary {
  background: #c35023;
  color: #fff;
  border-color: #c35023;
}

.page-hero .cta-links-area .cta-link-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.page-hero.hero-image-bg .overlay-photo-image-bg {
  z-index: -1;
  opacity: 1;
}

.hero-vegas-slider {
  position: relative;
  height: 100vh;
}

.hero-vegas-slider .overlay-color {
  z-index: 0 !important;
}

.hero-vegas-slider .vegas-slider-content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-swiper-slider {
  padding: 0;
  background: #121212;
  z-index: 2;
}

.hero-swiper-slider .swiper-slide {
  position: relative;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  align-items:flex-end;
  z-index: 0;
  padding-bottom: 10em;
  height:100%;
}

.hero-swiper-slider .slide-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-swiper-slider .slide-bg-img .overlay-color {
  z-index: 0;
}

.hero-swiper-slider .tag-line {
  transform: translateY(-1rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .3s;
}

.hero-swiper-slider .slide-title {
  display: inline-block;
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  transition-delay: .5s;
}

.hero-swiper-slider .slide-subtitle {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .8s;
}

.hero-swiper-slider .cta-links-area {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 1s;
}

.hero-swiper-slider .slider-stacked-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  z-index: 11;
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
  position: static;
  margin: .25rem 0;
  transform: none;
}

@media (max-width: 991px) {
  .hero-swiper-slider .slider-stacked-arrows {
    bottom: 1rem;
    top: auto;
    width: 100%;
    transform: none;
    left: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  background:#af903d;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: #af903d;
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background: #af903d;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    bottom: 1rem;
    top: auto;
    transform: none;
  }
}

@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    display: none;
  }
}

.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}

.hero-swiper-slider .swiper-button-next {
  right: 3rem;
  left: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}

.hero-swiper-slider .swiper-pagination-fraction {
  width: auto;
  right: 3rem;
  left: auto;
  bottom: 4rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: transparent;
    font-size: 1rem;
    bottom: 1rem;
  }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.5rem;
  }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 3rem;
  }
}

.hero-swiper-slider .slides-state {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Merriweather", "sans-serif";
  z-index: 11;
}

.hero-swiper-slider .slides-state .slide-num {
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 575px) {
  .hero-swiper-slider .slides-state .slide-num {
    display: none;
  }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
  opacity: .5;
}

.hero-swiper-slider .slides-state .swiper-pagination {
  position: static;
  margin: 0 1rem;
  display: flex;
  align-items: center;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
  width: 3rem;
  height: .5rem;
  display: inline-block;
  border-radius: 2rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
  margin-right: .5rem !important;
}

@media (min-width: 768px) {
  .hero-swiper-slider .slides-state.v-align {
    right: -3rem;
    left: auto;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  .hero-swiper-slider .slides-state.v-align .slide-num {
    transform: rotate(-90deg);
  }
}

.hero-swiper-slider .swiper-slide-active .tag-line,
.hero-swiper-slider .swiper-slide-active .slide-title,
.hero-swiper-slider .swiper-slide-active .slide-subtitle,
.hero-swiper-slider .swiper-slide-active .cta-links-area {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hero-swiper-slider.off-grid-text:before {
  content: '';
  width: 100%;
  height: 65%;
  background-color: rgba(18, 18, 18, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .05;
  z-index: 1;
  width: 100%;
  height: 65%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .slide-bg-img {
  width: 65%;
  min-width: 65%;
  left: auto;
  right: 0;
}

.hero-swiper-slider.slider-parallax .tag-line {
  transition-delay: .6s;
}

.hero-swiper-slider.slider-parallax .slide-title {
  transition-delay: 1s;
}

.hero-swiper-slider.slider-parallax .slide-subtitle {
  transition-delay: 1.1s;
}

.hero-swiper-slider.slider-parallax .cta-links-area {
  transition-delay: 1.3s;
}

