/* 01- start global, helper classes , Components Rules*/
/*========== Start Global Rules ==========*/
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .char, .page-hero .hero-text-area .hero-title.splitting .char .char, .section-heading .section-title.splitting.animated .char,
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .word,
.page-hero .hero-text-area .hero-title.splitting .char .word,
.section-heading .section-title.splitting.animated .word {
  opacity: 0;
  animation: fadeInUp 0.5s forwards ease-in-out;
}
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .char, .page-hero .hero-text-area .hero-title.splitting .char .char, .section-heading .section-title.splitting.animated .char {
  animation-delay: calc(0.5s + 0.03s * var(--char-index));
}
.hero-swiper-slider .swiper-slide-active .slide-title.splitting .word, .page-hero .hero-text-area .hero-title.splitting .char .word, .section-heading .section-title.splitting.animated .word {
  animation-delay: calc(0.5s + 0.08s * var(--word-index));
}

.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .section-heading .section-subtitle.splitting.animated .char,
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .word,
.page-hero .hero-text-area .hero-subtitle.splitting .word,
.section-heading .section-subtitle.splitting.animated .word {
  opacity: 0;
  animation: fadeInUp 0.5s forwards ease-in-out;
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .section-heading .section-subtitle.splitting.animated .char {
  animation-delay: calc(1s + 0.001s * var(--char-index));
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .word, .page-hero .hero-text-area .hero-subtitle.splitting .word, .section-heading .section-subtitle.splitting.animated .word {
  animation-delay: calc(1s + 0.001s * var(--word-index));
}

html,
body {
  scroll-behavior: unset !important;
  color: #878787;
}

body {
  font-family: "Microsoft YaHei", "Nunito", "sans-serif";
  direction: ltr;
  text-align: left;
  position: relative;
  background: #fff;
}

section {
  /* overflow: hidden; */
  position: relative;
}
a{
  text-decoration: none;
}

.skewed-section {
  overflow: visible;
  position: relative;
  margin: 2rem 0;
}
.skewed-section::before, .skewed-section::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  background: #fdd000;
  transform: translateY(-50%) skewY(-1deg);
}
.skewed-section::before {
  top: 0;
}
.skewed-section::after {
  top: 100%;
}

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

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

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

.section-heading {
  margin-bottom: 3rem;
}
.section-heading .con{
  line-height: 2rem;
}
.section-heading .section-title {
  text-align: center;
  margin-bottom: 2.25rem;
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #333;
  line-height: 1.1;
  letter-spacing: 2px;
}
.section-heading .section-title.splitting .char {
  text-transform: initial;
}
.section-heading .section-title.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 2rem;
    font-weight: normal;
  }
}
.section-heading .section-subtitle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  /* font-weight: 600; */
  text-transform: capitalize;
  /* color: #707070; */
}
.section-heading .section-subtitle.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.adding-shadow {
  box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.25);
}

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

.overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: #000;
  opacity: 0.5;
}

.overlay-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;
  opacity: 0.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  /*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: 0.05;
}

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

.circle-shape-bottom-end, .circle-shape-top-start {
  position: absolute;
  z-index: -1;
  opacity: 0.25;
  border: 15px solid #fdd000;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .circle-shape-bottom-end, .circle-shape-top-start {
    width: 125px;
    height: 125px;
  }
}

.circle-shape-top-start {
  left: -80px;
  top: -80px;
}
@media (max-width: 991px) {
  .circle-shape-top-start {
    left: -40px;
    top: -40px;
  }
}

.circle-shape-bottom-end {
  right: -80px;
  bottom: -80px;
}
@media (max-width: 991px) {
  .circle-shape-bottom-end {
    right: -40px;
    bottom: -40px;
  }
}

.pattern-bottom-start, .pattern-top-end {
  position: absolute;
  background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/patterns/dots-pattern-black.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  transform: rotate(30deg);
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media (max-width: 991px) {
  .pattern-bottom-start, .pattern-top-end {
    width: 135px;
    height: 135px;
  }
}

.pattern-top-end {
  top: -40px;
  right: -40px;
}

.pattern-bottom-start {
  bottom: -40px;
  left: -40px;
}

.line-solid-main-color, .line-solid-accent-color, .line-gradient-color {
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 0.5rem;
  margin: 1rem auto;
  position: relative;
}
.line-solid-main-color::before, .line-solid-accent-color::before, .line-gradient-color::before, .line-solid-main-color::after, .line-solid-accent-color::after, .line-gradient-color::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: inherit;
  border-radius: inherit;
}
.line-solid-main-color::before, .line-solid-accent-color::before, .line-gradient-color::before {
  left: -30px;
}
.line-solid-main-color::after, .line-solid-accent-color::after, .line-gradient-color::after {
  right: -30px;
}

.line-gradient-color {
  background-color: #fdd000;
}

.line-solid-accent-color {
  background-color: #1b4d48;
}

.line-solid-main-color {
  background-color: #fdd000;
}

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

/*  to enable any element that previously had the .disabled-element class.  */
.enabeld-element {
  opacity: 1;
  pointer-events: auto;
}

/*  to disable any element and prevent the mouse action on it  */
.disabled-element {
  opacity: 0.2;
  pointer-events: none;
}

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

.wave-shape {
  display: block;
  width: 100%;
  fill: #fff;
}

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

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

.up-heading-span {
  /*  To Style a Span Overover Any Heading  */
  display: block;
  margin-bottom: -7px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #707070;
}

.section-shape-divider-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}
.section-shape-divider-bottom svg path {
  fill: #fff;
}
.section-shape-divider-bottom.fill-shade svg path {
  fill: #f2f2f2;
}

*::selection {
  background: #fdd000;
  color: #fff;
}

.text-gradient-color::selection {
  background: #fdd000;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.start-dir-img-frame {
  background-image: linear-gradient(140deg, #fdd000, #fff);
  margin-right: 1.5rem;
  border-radius: 0.5rem;
}
.start-dir-img-frame > img {
  transform: translate(12px, 12px);
  border-radius: 0.5rem;
}

.end-dir-img-frame {
  background-image: linear-gradient(-40deg, #fdd000, #fff);
  margin-left: 1.5rem;
  border-radius: 0.5rem;
}
.end-dir-img-frame > img {
  transform: translate(-12px, -12px);
  border-radius: 0.5rem;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0.75;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}
/* End video button animation*/
/* Start buttons global rules*/
.ma-btn-secondary, .ma-btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}
.ma-btn-secondary:hover, .ma-btn-primary:hover {
  text-decoration: none;
}
.ma-btn-secondary:focus, .ma-btn-primary:focus {
  outline: none !important;
}

.ma-btn-primary {
  border-color: #fdd000;
  color: #fff;
  background: #fdd000;
}
.ma-btn-primary:hover {
  color: #fdd000;
  background: transparent;
  border-color: #fdd000;
}
.ma-btn-primary:hover::before, .ma-btn-primary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-primary::before, .ma-btn-primary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-primary::after {
  transition-delay: 0.075s;
}

.ma-btn-secondary {
  /**/
  border: 2px solid;
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.ma-btn-secondary:hover {
  background: #fdd000;
  color: #fff;
}
.ma-btn-secondary:hover::before, .ma-btn-secondary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-secondary::before, .ma-btn-secondary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-105%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-secondary::after {
  transition-delay: 0.065s;
}

.play-btn-row-dir, .play-btn-col-dir {
  display: inline-block;
}
.play-btn-row-dir .play-video-btn, .play-btn-col-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn-row-dir .play-video-btn:hover .play-btn-text::before, .play-btn-col-dir .play-video-btn:hover .play-btn-text::before {
  transform: scaleX(1);
}
.play-btn-row-dir .video-link, .play-btn-col-dir .video-link {
  text-decoration: none !important;
}
.play-btn-row-dir .play-btn, .play-btn-col-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
}
.play-btn-row-dir .play-btn:hover, .play-btn-col-dir .play-btn:hover {
  transform: scale(1.05);
}
.play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  animation: anim-pulses infinite 2s linear;
}
.play-btn-row-dir .play-btn img.play-icon, .play-btn-col-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
}
.play-btn-row-dir .play-btn-text, .play-btn-col-dir .play-btn-text {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}
.play-btn-row-dir .play-btn-text::before, .play-btn-col-dir .play-btn-text::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}
.play-btn-col-dir .play-btn {
  margin-bottom: 0.75rem;
}

.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}
.play-btn-row-dir .play-btn {
  margin-right: 0.75rem;
}

@media (max-width: 575px) {
  .download-apps-area {
    display: inline-flex;
    flex-direction: column;
  }
}
.download-apps-area .btn-store {
  min-width: 180px;
}
.download-apps-area .btn-store:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .download-apps-area .btn-store:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}
.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
  font-size: 2rem;
  margin-right: 0.75rem;
}
.download-apps-area .btn-app-store .title-wraper,
.download-apps-area .btn-google-play .title-wraper {
  line-height: 1;
  text-align: left;
}
.download-apps-area .btn-app-store .title-wraper .sub-title,
.download-apps-area .btn-google-play .title-wraper .sub-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
}
.download-apps-area .btn-app-store .title-wraper .title,
.download-apps-area .btn-google-play .title-wraper .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff !important;
}
.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #fff;
}
.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
  border: 2px solid #fff;
  background-color: #fdd000;
  color: #fff !important;
}
.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
  background-color: #fff;
  color: #fdd000 !important;
}
.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
  border: 2px solid #fdd000;
  background-color: #fff;
  color: #fdd000 !important;
}
.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
  background-color: #fdd000;
  color: #fff !important;
}

body.rounded-btns .ma-btn-primary,
body.rounded-btns .ma-btn-secondary,
body.rounded-btns .portfolio-btn {
  border-radius: 5rem;
}
body.smooth-squared-btns .ma-btn-primary,
body.smooth-squared-btns .ma-btn-secondary,
body.smooth-squared-btns .portfolio-btn {
  border-radius: 0.5rem;
}
body.hard-squared-btns .ma-btn-primary,
body.hard-squared-btns .ma-btn-secondary,
body.hard-squared-btns .portfolio-btn {
  border-radius: 0;
}

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

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

/* End buttons global rules*/
/* Start Social icons list rules */
.sc-flat .sc-list, .dir-col .sc-list, .dir-row .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}
.sc-flat .sc-list .sc-item, .dir-col .sc-list .sc-item, .dir-row .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fdd000;
  transition: all 0.5s ease-in-out 0s;
}
.sc-flat .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .dir-row .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.sc-flat .sc-list .sc-item:hover, .dir-col .sc-list .sc-item:hover, .dir-row .sc-list .sc-item:hover {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.sc-flat .sc-list .sc-item:hover .sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .dir-row .sc-list .sc-item:hover .sc-icon {
  color: #fdd000;
}
.sc-flat .sc-list .sc-link, .dir-col .sc-list .sc-link, .dir-row .sc-list .sc-link {
  display: flex;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.sc-flat .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .dir-row .sc-list .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.dir-row {
  padding: 0.75rem 0;
}
.dir-row .sc-list .sc-item {
  margin-right: 10px;
  margin-bottom: 5px;
}
.dir-row .sc-list .sc-item:last-of-type {
  margin-right: 0;
}
.dir-row .sc-list .sc-item:hover {
  transform: translateY(-5px);
}

.dir-col {
  padding: 0 0.75rem;
}
.dir-col .sc-list {
  flex-direction: column;
}
.dir-col .sc-list .sc-item {
  margin-bottom: 10px;
}
.dir-col .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.dir-col .sc-list .sc-item:hover {
  transform: translateX(5px);
}

.sc-flat .sc-list .sc-item {
  font-size: 1.1rem;
  border-radius: 0;
  background: transparent;
  margin-right: 1rem;
}
.sc-flat .sc-list .sc-item:hover {
  background: transparent;
  box-shadow: none;
}
.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #fdd000;
}
.sc-flat .sc-list .sc-item .sc-icon {
  color: #fdd000;
}

.sc-size-40 .sc-item {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.sc-size-32 .sc-item {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}

.sc-size-24 .sc-item {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}

.sc-size-16 .sc-item {
  width: 16px;
  height: 16px;
  font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
  position: fixed;
  bottom: -100px;
  border-radius: 50%;
  right: 30px;
  z-index: 20;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  /* background: rgba(7, 114, 126, 0.8); */
  background: #be2122;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.back-to-top:hover {
  background-color: #fdd000;
}
.back-to-top.show {
  bottom: 30px;
}

/* Start loading screen rules */
.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #000;
}
.loading-screen .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-screen .spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background: #fdd000;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading-screen .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-screen .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* End loading screen rules */
/*ُ 01- End global, helper classes , components Rules */
/*02- Start .page-header Rules    */
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.page-header .main-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1035;
  height: 75px;
  transition: all 0.5s ease-in-out 0s;
  border-bottom: 1px solid #fff;
}
.page-header .main-navbar .langSwitch{
  background: #fdd000; 
  height: 100%; 
  display: block;
}
@media (max-width: 1199px) {
  .page-header .main-navbar {
    height: 75px;
  }
}
.page-header .navbar-brand {
  margin: 0;
  font-weight: 600;
  max-width: 150px;
  text-transform: capitalize;
  color: #fdd000;
}
.page-header .navbar-brand .brand-logo {
  max-height: 50px;
}
@media (max-width: 1199px) {
  .page-header .navbar-brand .brand-logo {
    max-height: 40px;
  }
}
.page-header .navbar-brand .brand-logo.light-logo {
  display: block;
  box-shadow: none !important;
}
.page-header .navbar-brand .brand-logo.dark-logo {
  display: none;
}
.page-header .navbar-brand .brand-name {
  color: #fff;
  margin-left: 0.5rem;
}
.page-header .navbar-menu-wraper {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .page-header .navbar-menu-wraper {
    position: fixed;
    top: 75px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out 0s;
  }
  .page-header .navbar-menu-wraper.show-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .page-header .navbar-menu-wraper.show-menu .navbar-nav {
    left: 0;
    height: calc(100% - 75px);
  }
}
.page-header .navbar-nav {
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  padding: 0 2rem;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .page-header .navbar-nav {
    flex-direction: column;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 75%;
    overflow: auto;
    top: 0;
    padding: 0;
    padding-bottom: 1.5rem;
    /* background-color: #fdd000; */
    background: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
  }
}
.page-header .nav-item {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1.5rem;
}
.page-header .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .page-header .nav-item {
    margin-right: 0;
  }
}
.page-header .nav-link {
  position: relative;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 0.5rem 0 !important;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.page-header .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 3.5rem;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.page-header .nav-link.active::after, .page-header .nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  top: 2.5rem;
  background-color: #fdd000;
}
@media (max-width: 1199px) {
  .page-header .nav-link.active::after, .page-header .nav-link:hover::after {
    display: none;
  }
}
.page-header .nav-link .icon {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .nav-link .icon {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .page-header .nav-link {
    display: inline-block;
    padding: 1.25rem 1rem !important;
    width: 100%;
  }
  .page-header .nav-link:hover {
    padding-left: 1.5rem;
    background-color: #fff;
    color: #000;
  }
}
.page-header .header-curr{
  background-color: #fdd000;
  height: 100%;
}
.page-header .header-curr—gray{
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
}
#searchForm {
  color: #fff;
}
#searchForm .keywords{
  background: none;
  border: none;
  color: #fff;
}
#searchForm .keywords::placeholder{
/* ,#searchForm .keywords::-webkit-input-placeholder,#searchForm .keywords::-moz-placeholder,#searchForm .keywords::-moz-placeholder,#searchForm .keywords::-ms-input-placeholder { */
  color: #fff; 
}
#searchForm .keywords:focus{
  outline: none;
}
.page-header .header-cta {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  /* background-color: #fdd000; */
  color: #fff;
  border-color: transparent;
}
.page-header .header-cta:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1399px) {
  .page-header .header-cta {
    display: none;
  }
}
.page-header .menu-toggler-btn {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .menu-toggler-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 25px;
    z-index: 100;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor: pointer;
  }
  .page-header .menu-toggler-btn > span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    transition: all 0.5s ease-in-out 0s;
    background-color: #fff;
  }
}
.page-header .close-menu-btn span:nth-child(1) {
  transform: rotate(225deg) translateY(-9px);
}
.page-header .close-menu-btn span:nth-child(2) {
  display: none;
}
.page-header .close-menu-btn span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

.has-sub-menu > .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  /* min-width: 12rem; */
  left: -0.55rem;
  margin: 0;
  /* padding: 1rem 0; */
  padding: 0;
  overflow: hidden;
  left: -0.55rem;
  white-space: nowrap;
  width: auto;
  display: inline-block;
  transform: translateY(4rem);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  /* background-color: #fff; */
  margin-top: 0.3rem;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.25);
  transition: all 0.5s ease-in-out 0s;
  /* border-top: 1px solid #fff; */
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    display: none;
    /* background-color: #fdd000; */
    background: rgba(0, 0, 0, 0.8);
    transition: none;
  }
}
.has-sub-menu > .sub-menu .sub-menu-item {
  padding: 0;
  margin: 0;
}
.has-sub-menu > .sub-menu .sub-menu-link {
  color: #fdd000;
  padding: 0.6rem  !important;
  transition: all 0.25s ease-in-out 0s;
}
.has-sub-menu > .sub-menu .sub-menu-link:after {
  display: none;
}
.has-sub-menu > .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #fdd000;
  padding-left: 0.6rem !important;
}
.has-sub-menu > .sub-menu .sub-menu-link .icon {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu .sub-menu-link {
    color: #f1f1f1;
    padding: 1rem 3.2rem !important;
  }
  .has-sub-menu > .sub-menu .sub-menu-link:hover {
    color: #fdd000;
    background-color: #fff;
  }
}

.has-sub-menu .down-Arrow-icon {
  line-height: 1;
  font-size: 0.7rem;
  margin-left: 0.25rem;
}
.has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(1rem);
}
@media (max-width: 1199px) {
  .has-sub-menu:hover > .sub-menu {
    transform: translateY(0);
  }
}
.has-sub-menu .has-sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.has-sub-menu .has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.has-sub-menu .has-sub-menu .down-Arrow-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform, 0.25s;
}
@media (max-width: 1199px) {
  .has-sub-menu .has-sub-menu {
    position: static;
    transform: none;
  }
}

.header-stand-out {
  /* background-color: #fdd000; */
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent;
  box-shadow: 0 1px 30px rgba(51, 51, 51, 0.25);
}

.menu-on-start .navbar-menu-wraper {
  margin-right: auto;
  margin-left: 3rem;
}
@media (max-width: 1199px) {
  .menu-on-start .navbar-menu-wraper {
    margin: 0;
  }
}

.menu-on-end .navbar-menu-wraper {
  margin-left: auto;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .menu-on-end .navbar-menu-wraper {
    margin: 0;
  }
}

.menu-on-center .navbar-menu-wraper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .menu-on-center .navbar-menu-wraper {
    margin: 0;
  }
}

.dark-header.header-stand-out {
  background-color: #333;
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .navbar-menu-wraper {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .navbar-nav {
    background-color: #333;
  }
}
.dark-header.header-stand-out .nav-link {
  color: #fff;
}
.dark-header.header-stand-out .nav-link::after {
  background-color: #fff;
}
.dark-header.header-stand-out .nav-link.active, .dark-header.header-stand-out .nav-link:hover {
  color: #fff;
}
.dark-header.header-stand-out .nav-link.active::after, .dark-header.header-stand-out .nav-link:hover::after {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .nav-link {
    color: #fff;
    background-color: #333;
  }
  .dark-header.header-stand-out .nav-link:hover {
    color: #333;
    background-color: #fff;
  }
}
.dark-header.header-stand-out .header-cta {
  background-color: #fff;
  color: #000;
}
.dark-header.header-stand-out .header-cta:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.dark-header.header-stand-out .menu-toggler-btn > span {
  background-color: #fff;
}
.dark-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link {
  color: #333;
}
.dark-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link {
    color: #fff;
  }
  .dark-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #000;
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .has-sub-menu .sub-menu {
    background-color: #333;
  }
}

.light-header.header-stand-out {
  background-color: #fff;
}
.light-header.header-stand-out .navbar-brand .brand-logo.light-logo {
  display: none;
}
.light-header.header-stand-out .navbar-brand .brand-logo.dark-logo {
  display: block;
}
.light-header.header-stand-out .navbar-brand .brand-name {
  color: #fdd000;
  margin-left: 0.5rem;
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .navbar-menu-wraper {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .navbar-nav {
    background-color: #fff;
  }
}
.light-header.header-stand-out .nav-link {
  color: #333;
}
.light-header.header-stand-out .nav-link::after {
  background-color: #333;
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .nav-link {
    color: #333;
  }
  .light-header.header-stand-out .nav-link:hover {
    color: #fff;
    background-color: #333;
  }
}
.light-header.header-stand-out .header-cta {
  background-color: #333;
  color: #fff;
}
.light-header.header-stand-out .header-cta:hover {
  background-color: transparent;
  color: #333;
  border-color: #333;
}
.light-header.header-stand-out .menu-toggler-btn > span {
  background-color: #333;
}
.light-header.header-stand-out .has-sub-menu .sub-menu {
  background-color: #fff;
}
.light-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link {
  color: #333;
}
.light-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #333;
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link {
    color: #333;
    background-color: #fff;
  }
  .light-header.header-stand-out .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #fff;
    background-color: #333;
  }
}

/*02- End .page-header Rules    */
/*  03- Start .page-hero Rules   */
.page-hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 120px 0;
  background: #fdd000;
  background: -webkit-linear-gradient(45deg, #1b4d48, #fdd000);
}
@media (max-width: 991px) {
  .page-hero {
    height: auto;
    min-height: 60vh;
  }
}
@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}
.page-hero .hero-video-bg {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  .page-hero .hero-text-area {
    text-align: center;
  }
}
.page-hero .hero-text-area .hero-title,
.page-hero .hero-text-area .slide-title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .page-hero .hero-text-area .hero-title,
.page-hero .hero-text-area .slide-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .hero-title,
.page-hero .hero-text-area .slide-title {
    font-size: 2.5rem;
  }
}
.page-hero .hero-text-area .hero-subtitle,
.page-hero .hero-text-area .slide-subtitle {
  color: #f1f1f1;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .hero-subtitle,
.page-hero .hero-text-area .slide-subtitle {
    font-size: 1rem;
  }
}
.page-hero .hero-text-area .narrow-centerd-text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-hero .hero-text-area .narrow-centerd-text {
    width: 100%;
  }
}
.page-hero .hero-text-area .splitting .char {
  text-transform: initial;
}
.page-hero .hero-text-area .splitting .char:first-child {
  text-transform: uppercase;
}
.page-hero .social-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 900;
  margin-bottom: 0.75rem;
}
.page-hero .social-icons .sc-list .sc-item:not(:last-child) {
  margin-right: 2rem;
}
.page-hero .social-icons .sc-list .sc-item .sc-icon {
  color: #fff;
}
@media (max-width: 575px) {
  .page-hero .social-icons {
    display: none;
  }
}
@media (max-height: 500px) {
  .page-hero .social-icons {
    display: none;
  }
}
.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .page-hero .cta-links-area {
    text-align: center;
  }
}
.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 0.75rem;
  font-size: 1.15rem;
  background: transparent;
  color: #fff;
  border-color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 1rem;
  }
}
.page-hero .cta-links-area .cta-link:last-child {
  margin-right: 0;
}
.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #fdd000;
  border-color: #fff;
}
.page-hero .cta-links-area .cta-link-primary {
  background: #fdd000;
  color: #fff;
  border-color: #fdd000;
}
.page-hero .cta-links-area .cta-link-primary:hover {
  background: #fff;
  color: #fdd000;
  border-color: #fff;
}
.page-hero .lead-generation-area form {
  border-radius: 0.5rem;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 1rem;
  text-transform: capitalize;
}
.page-hero .lead-generation-area .subscribe-btn {
  display: block;
  outline: none !important;
  border-radius: 0.25rem;
  margin: 0 auto;
  background: #fdd000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-color: transparent;
}
.page-hero .lead-generation-area .subscribe-btn:hover {
  background: transparent;
  color: #fdd000;
  border-color: #fdd000;
}
.page-hero .lead-generation-area input[type=email] {
  text-transform: lowercase;
}
.page-hero .lead-generation-area input::placeholder {
  color: #fdd000;
  opacity: 0.5;
}
.page-hero .lead-generation-area .multi-field-form {
  padding: 2rem 1rem;
}
.page-hero .lead-generation-area .multi-field-form .form-heading {
  margin-bottom: 3rem;
  color: #fdd000;
  border-bottom: 2px solid #fdd000;
  padding-bottom: 0.75rem;
}
.page-hero .lead-generation-area .single-field-form {
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 2rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .page-hero .lead-generation-area .single-field-form {
    box-shadow: none;
  }
}
.page-hero .lead-generation-area .single-field-form input[type=email] {
  font-size: 1rem;
  width: 100%;
  padding: 0.75rem;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #575757;
  background: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-hero .lead-generation-area .single-field-form input[type=email] {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
.page-hero .lead-generation-area .single-field-form .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.5rem 2rem;
}
.page-hero .lead-generation-area .single-field-form .subscribe-btn:hover {
  background: #fdd000;
  color: #fff;
  border-color: #fdd000;
}
@media (max-width: 767px) {
  .page-hero .lead-generation-area .single-field-form .subscribe-btn {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.page-hero .lead-generation-area .highlite {
  color: #fff;
  background: #fdd000;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  font-weight: 600;
}
.page-hero .overlay-image-bg {
  background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/hero/hero-img-1.jpg");
  opacity: 1;
}
.page-hero .overlay-shape-image-bg {
  background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/hero/shapes-bg.png");
  opacity: 1;
}
@media (max-width: 991px) {
  .page-hero .overlay-shape-image-bg {
    background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/hero/shapes-bg-small.png");
  }
}
.page-hero .overlay-photo-image-bg {
  background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/hero/inner-page-hero.jpg");
  opacity: 1;
}
@media (max-width: 991px) {
  .page-hero .overlay-photo-image-bg {
    background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/hero/shapes-bg-small.png");
  }
}
.page-hero .overlay-color {
  opacity: 0.4 !important;
}

.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;
}
.hero-swiper-slider .swiper-slide {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero-swiper-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-swiper-slider .slider-bg .overlay-color {
  z-index: 1;
  opacity: 0.5;
}
.hero-swiper-slider .slider-bg .slider-bg-img {
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-slide {
    min-height: 60vh;
    height: 60vh;
  }
  .hero-swiper-slider .slider-bg .slider-bg-img {
    min-height: 60vh;
  }
}
.hero-swiper-slider .cta-links-area .cta-link,
.hero-swiper-slider .cta-links-area .play-video-btn,
.hero-swiper-slider .cta-links-area .btn-store {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.5s;
}
.hero-swiper-slider .cta-links-area .cta-link:last-child,
.hero-swiper-slider .cta-links-area .play-video-btn:last-child,
.hero-swiper-slider .cta-links-area .btn-store:last-child {
  transition-delay: 0.8s;
}
.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(7, 114, 126, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  outline: none;
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: #fdd000;
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}
.hero-swiper-slider .swiper-pagination .swiper-pagination-bullet {
  /* background:#fdd000; */
}
@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}
.hero-swiper-slider .swiper-button-next {
  left: auto;
  right: 3rem;
}
@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}
.hero-swiper-slider .swiper-slide-active .cta-links-area .cta-link,
.hero-swiper-slider .swiper-slide-active .cta-links-area .play-video-btn,
.hero-swiper-slider .swiper-slide-active .cta-links-area .btn-store {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

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

.inner-page-hero {
  height: 60vh;
  min-height: 60vh;
}
.inner-page-hero .hero-text-area .hero-title {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
}
@media (max-width: 991px) {
  .inner-page-hero .hero-text-area .hero-title {
    font-size: 3rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
}
.inner-page-hero .hero-text-area .breadcrumb .icon {
  margin-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .inner-page-hero .hero-text-area .breadcrumb-item {
    font-size: 1rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: #fff;
  padding-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}
.inner-page-hero .hero-text-area .breadcrumb-link:hover {
  color: #fdd000;
}

.hero-image-parts {
  position: relative;
  width: 100%;
  min-width: 360px;
  min-height: 450px;
  transform: scale(1) translateX(10%);
}
@media (max-width: 575px) {
  .hero-image-parts {
    transform: scale(0.75) translateX(10%);
  }
}
@media (max-height: 500px) {
  .hero-image-parts {
    margin-top: 1.5rem;
  }
}

.illustration-part {
  position: absolute;
}
.illustration-part.part-1 {
  right: 30px;
  top: 0;
}
.illustration-part.part-2 {
  right: 90px;
  top: -20px;
}
.illustration-part.part-3 {
  right: 220px;
  top: 60px;
}
.illustration-part.part-4 {
  right: 250px;
  top: -40px;
}
.illustration-part.part-5 {
  right: 310px;
  top: 30px;
}

.hero-video-area {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .hero-video-area {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
.hero-video-area .hero-img-wraper {
  position: relative;
  border-radius: 1rem;
}
.hero-video-area .hero-img-wraper .overlay-color {
  z-index: 0;
  opacity: 0.5;
}
.hero-video-area .play-btn-col-dir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-hero_vertical-content {
  overflow: visible;
  padding-bottom: 0;
  padding-top: 150px;
}
.page-hero_vertical-content .bottom-one-col-img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  background: #fff;
}
@media (max-width: 767px) {
  .page-hero_vertical-content .bottom-one-col-img {
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
}
.page-hero_vertical-content .hero-img-wraper {
  position: relative;
  border-radius: 1rem;
}
.page-hero_vertical-content .hero-img-wraper .overlay-color {
  z-index: 0;
  opacity: 0.5;
}
.page-hero_vertical-content .play-btn-col-dir {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/*  03- End .page-hero Rules   */
/*   04- Start .services Section Rules    */
.services-boxed .service-box, .services .service-box {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  transition: all 0.5s ease-in-out 0s;
}

.services-boxed .service-box .service-icon, .services .service-box .service-icon {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}

.services-boxed .service-box .service-icon .font-icon, .services .service-box .service-icon .font-icon {
  display: inline-block;
  font-size: 2rem;
  color: #fdd000;
  transform-origin: center;
}

.services-boxed .service-box .service-icon .img-icon, .services .service-box .service-icon .img-icon {
  width: 4rem;
  height: 4rem;
}

.services-boxed .service-box .service-content .service-title, .services .service-box .service-content .service-title {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 800;
  transition: all 0.5s ease-in-out 0s;
  color: #333;
}

.services-boxed .service-box .service-content .service-text, .services .service-box .service-content .service-text {
  padding: 0 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #707070;
  transition: all 0.5s ease-in-out 0s;
}

.services .services-row {
  margin-bottom: 2rem;
}
.services .service-box {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .services .service-box {
    padding: 1rem;
  }
}
.services .service-box .service-icon {
  margin-left: 0;
  margin-bottom: 1rem;
}
.services .service-box .service-icon .font-icon {
  font-size: 2.5rem;
}
.services .service-box .service-content {
  margin-bottom: 1rem;
}
.services .service-box .service-content .service-title {
  margin-bottom: 1rem;
}
.services .service-box:hover .service-icon {
  transform: translateY(-10px);
}

.services-boxed .services-row {
  margin-bottom: 1rem;
}
.services-boxed .service-box {
  margin-bottom: 2rem;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .services-boxed .service-box {
    padding: 2rem;
  }
}
.services-boxed .service-box .service-icon {
  margin-left: 0;
  margin-bottom: 1rem;
}
.services-boxed .service-box .service-icon .font-icon {
  font-size: 2.5rem;
}
.services-boxed .service-box .service-content {
  margin-bottom: 1rem;
}
.services-boxed .service-box .service-content .service-title {
  margin-bottom: 1rem;
}
.services-boxed .service-box:hover .service-icon {
  transform: translateY(-10px);
}

/*   04- End .services Section Rules   */
/*  06- Start about Section   */
.about .about {
  position: relative;
}
.about .about:not(:last-child) {
  margin-bottom: 2.5rem;
}
.about .about-col,
.about .img-area {
  position: relative;
  padding: 0 20px;
}

.about .about-col .about-img,
.about .img-area .about-img {
  border-radius: 0.5rem;
}
.about .about-col .show-video .video-thumb,
.about .img-area .show-video .video-thumb {
  filter: brightness(0.75);
}
.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
  position: absolute;
  width: 200px;
  min-height: 200px;
  background-color: #fdd000;
  color: #f1f1f1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-radius: 0.5rem;
  z-index: 3;
  top: -2rem;
  bottom: auto;
}
.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
}
.about .about-col .photo-banner-start .icon,
.about .about-col .photo-banner-end .icon,
.about .img-area .photo-banner-start .icon,
.about .img-area .photo-banner-end .icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
    display: none;
  }
}
.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
  left: auto;
  right: -2rem;
}
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
  left: -2rem;
  right: auto;
}
.about .about-col .video-wraper,
.about .img-area .video-wraper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .about .img-area {
    padding: 0;
  }
}
.about .content-block {
  padding: 3rem 0;
}
.about .content-block:not(:last-child) {
  margin-bottom: 5rem;
}
.about .text-area {
  position: relative;
  padding: 3rem 0;
}
.about .about-num {
  display: none;
  position: absolute;
  z-index: -1;
  right: 0;
  left: auto;
  top: 0%;
  font-size: 10rem;
  font-weight: 900;
  opacity: 0.25;
  line-height: 75%;
  color: #fdd000;
}
.about .about-icon {
  margin-bottom: 1.5rem;
}
.about .about-icon .icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  position: relative;
  background: #fdd000;
}
.about .about-icon .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #fdd000;
  border-radius: 50%;
  background-color: transparent;
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
}
.about .tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fdd000;
  padding-right: 60px;
}
.about .tag-line::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fdd000;
  display: inline-block;
  height: 2px;
  margin-left: 10px;
  right: 0;
}
.about .about-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  color: #333;
}
@media (max-width: 767px) {
  .about .about-title {
    margin-bottom: 0.75rem;
  }
}
.about .about-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  color: #707070;
}
.about .about-text::first-letter {
  text-transform: capitalize;
}
.about .info-items .menu-items {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}
.about .info-items .menu-items .info-item {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 767px) {
  .about .info-items .menu-items .info-item {
    flex-direction: column;
  }
}
.about .info-items .menu-items .info-item .info-content {
  padding-right: 3rem;
}
.about .info-items .menu-items .info-item .info-title {
  margin-bottom: 0.25rem;
  color: #333;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: capitalize;
}
.about .info-items .menu-items .info-item .info-text {
  font-size: 1rem;
  font-weight: 400;
  color: #707070;
}
.about .info-items .menu-items .info-item .info-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fdd000;
  font-size: 2.5rem;
  -webkit-text-stroke-color: #fdd000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  transition: transform 0.3s ease-in-out 0s;
}
.about .info-items .menu-items .info-item .info-img-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 4rem;
  height: 4rem;
  transition: transform 0.3s ease-in-out 0s;
}
.about .info-items .menu-items .info-item:hover .info-icon,
.about .info-items .menu-items .info-item:hover .info-img-icon {
  transform: translateY(-5px);
}
.about .about-stats {
  margin-bottom: 2rem;
}
.about .about-stats .stat-box {
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 0;
}
.about .about-stats .stat-box .stat-num {
  color: #333;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: inline-block;
  position: relative;
}
.about .about-stats .stat-box .stat-num .sign {
  font-size: 2.5rem;
  color: #fdd000;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.about .about-stats .stat-box .stat-desc {
  font-size: 1.25rem;
  font-weight: 700;
  color: #575757;
}
@media (max-width: 991px) {
  .about .about-stats .stat-box .stat-num {
    font-size: 2rem;
    font-weight: 700;
  }
  .about .about-stats .stat-box .stat-num .sign {
    font-size: 1.25rem;
  }
}
.about .wide-img-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.about .wide-img-area .overlay {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.about .wide-img-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.about .wide-img-area:hover .overlay {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .about .wide-img-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}
.about .wide-img-from-start-dir,
.about .wide-img-from-end-dir {
  margin-bottom: 0 !important;
}
.about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
  margin: 0 5rem;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
    margin: 0 1rem;
    padding: 3rem 0;
  }
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .wide-img-area,
.about .wide-img-from-end-dir .wide-img-area {
    max-height: 500px;
  }
}

/*  06- End about Section    */
/*   07- Start portfolio Section  */
.portfolio {
  overflow: hidden;
  position: relative;
}
.portfolio .portfolio-wraper {
  overflow: hidden;
  margin-bottom: 3rem;
}
.portfolio .portfolio-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.portfolio .portfolio-btn-list .portfolio-btn {
  position: relative;
  margin: 5px;
  padding: 0.5rem 2rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  z-index: 1;
  color: #333;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #fff;
  background: #fdd000;
}
@media (max-width: 575px) {
  .portfolio .portfolio-btn-list .portfolio-btn {
    margin: 5px;
    padding: 0.5rem 1rem;
    padding-left: 0;
    min-width: auto;
    text-align: left;
    font-size: 1rem;
    font-weight: 800;
    color: #333;
  }
  .portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #fdd000;
    background: transparent;
  }
}
.portfolio .portfolio-group {
  direction: ltr;
  position: relative;
}
.portfolio .portfolio-img-link {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0.25rem;
}
.portfolio .item {
  overflow: hidden;
}
.portfolio .item .overlay-color {
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio .item:hover .item-info {
  bottom: 20px;
  opacity: 1;
}
.portfolio .item:hover .overlay-color {
  opacity: 0.5;
}
.portfolio .item:hover .portfolio-img {
  transform: rotate(1deg) scale(1.1);
  transform-origin: center;
}
.portfolio .item:hover .icon {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.portfolio .item .portfolio-img {
  min-width: 100%;
  min-height: 400px;
  object-fit: cover;
  transition: all 1.5s ease 0s;
}
.portfolio .item .item-info {
  position: absolute;
  left: 2rem;
  bottom: -100px;
  margin: 0;
  opacity: 0;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio .item .item-info .info-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.portfolio .item .item-info .tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio .item .item-info .tag-item {
  display: inline-block;
  margin-right: 0.5rem;
}
.portfolio .item .item-info .tag-link {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none !important;
}
.portfolio .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: #fdd000;
  font-size: 1.25rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-rounded-with-gaps .item {
  border-radius: 0.5rem;
  overflow: hidden;
}
.portfolio-squared-with-gaps .item {
  border-radius: 0;
  overflow: hidden;
}
.portfolio-squared-no-gaps .portfolio-item {
  padding: 0;
}
.portfolio-squared-no-gaps .item {
  border-radius: 0;
  overflow: hidden;
}
.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
  background-image: none;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
.portfolio .right-arrow .icon,
.portfolio .left-arrow .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(7, 114, 126, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio .right-arrow .icon:hover,
.portfolio .left-arrow .icon:hover {
  background-color: #fdd000;
}

/*   07- End portfolio Section  */
/*   09- Start our-video Section  */
.our-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.our-video .overlay-image-bg {
  background: url("../image/video-bg.jpg");
  background-size: cover;
  opacity: 1;
}
.our-video .section-heading {
  margin-bottom: 2rem;
}
.our-video .section-heading .section-title {
  color: #fff !important;
}
.our-video .section-heading .section-subtitle {
  color: #fff;
}
.our-video .section-heading .line {
  background: #fff;
}
.our-video .play-wraper {
  text-align: center;
}

/*   09- End our-video Section  */
/*  10- Start our-team Section   */
.our-team .tm-member-card {
  position: relative;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  margin-bottom: 3rem;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.our-team .tm-member-card:hover {
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
}
.our-team .tm-member-card:hover .tm-image > img {
  transform: scale(1.05);
  transform-origin: center;
}
.our-team .tm-member-card:hover .tm-image .overlay-color {
  opacity: 0.5;
}
.our-team .tm-member-card:hover .tm-image .tm-desc {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.our-team .tm-member-card .tm-image {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image .overlay-color {
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image .tm-desc {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  bottom: -100%;
  top: auto;
  padding: 1rem;
  font-size: 0.85rem;
  visibility: hidden;
  opacity: 0;
  z-index: 7;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-details {
  text-align: center;
  padding: 1rem;
}
.our-team .tm-member-card .tm-details .tm-name {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0;
  color: #333;
}
.our-team .tm-member-card .tm-details .tm-role {
  text-transform: capitalize;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fdd000;
}

/*  10- End our-team Section   */
/*  11- Start pricing Section  */
.pricing-3, .pricing-2, .pricing-1 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .pricing-3 .price-plan:not(:last-of-type), .pricing-2 .price-plan:not(:last-of-type), .pricing-1 .price-plan:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.pricing-3 .ma-tabs .tabs, .pricing-2 .ma-tabs .tabs, .pricing-1 .ma-tabs .tabs {
  overflow: visible;
}
.pricing-3 .plan, .pricing-2 .plan, .pricing-1 .plan {
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
.pricing-3 .plan-cost, .pricing-2 .plan-cost, .pricing-1 .plan-cost {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fdd000;
}
.pricing-3 .plan-cost .icon, .pricing-2 .plan-cost .icon, .pricing-1 .plan-cost .icon {
  display: block;
  font-size: 3rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  color: #fff;
}
.pricing-3 .plan-cost .ribbon, .pricing-2 .plan-cost .ribbon, .pricing-1 .plan-cost .ribbon {
  display: inline-block;
  padding: 0.25rem 5rem;
  color: #fdd000;
  background-color: #fff;
  top: 2rem;
  right: -80px;
  left: auto;
  position: absolute;
  font-weight: 800;
  font-size: 0.85rem;
  transform: rotate(45deg);
}
.pricing-3 .plane-name, .pricing-2 .plane-name, .pricing-1 .plane-name {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0;
}
.pricing-3 .plan-price, .pricing-2 .plan-price, .pricing-1 .plan-price {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  line-height: 1;
}
.pricing-3 .plan-price .plan-currency, .pricing-2 .plan-price .plan-currency, .pricing-1 .plan-price .plan-currency {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 500;
  top: 1rem;
  left: -1rem;
  line-height: 0;
  vertical-align: baseline;
  display: inline-block;
}
.pricing-3 .plan-details, .pricing-2 .plan-details, .pricing-1 .plan-details {
  padding: 1rem 0.5rem;
}
.pricing-3 .plan-details .plan-list, .pricing-2 .plan-details .plan-list, .pricing-1 .plan-details .plan-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}
.pricing-3 .plan-details .plan-list > .plan-feat, .pricing-2 .plan-details .plan-list > .plan-feat, .pricing-1 .plan-details .plan-list > .plan-feat {
  position: relative;
  padding: 0.751rem 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #707070;
}
.pricing-3 .plan-cta, .pricing-2 .plan-cta, .pricing-1 .plan-cta {
  margin-bottom: 2rem;
  text-align: center;
}

.pricing-2 .plan-cost {
  background: #fff;
}
.pricing-2 .plan-cost .icon {
  width: 50%;
}
.pricing-2 .plan-cost .icon img {
  width: 5rem;
  height: 5rem;
  max-width: 100%;
}
.pricing-2 .plan-cost .ribbon {
  color: #fff;
  background-color: #fdd000;
}
.pricing-2 .plane-name {
  color: #fdd000;
}
.pricing-2 .plan-price {
  color: #fdd000;
}
.pricing-2 .plan-details {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
.pricing-2 .plan-details .plan-list {
  padding: 0;
}

.pricing-3 .icon {
  width: 50%;
}
.pricing-3 .icon img {
  width: 5rem;
  height: 5rem;
  max-width: 100%;
}

/*  11- End pricing Section   */
/*  12- Start our-clients Section   */
.our-clients {
  background: #fdd000;
}
.our-clients .clients-logos {
  text-align: center;
}
.our-clients .logo {
  max-height: 75px;
  transition: all 0.5s ease-in-out 0s;
}

/*  12- End our-clients Section   */
/*  13- Start faq Section   */
.faq {
  /*Start FAQ-Accordion Rules*/
  /*End FAQ-Accordion Rules*/
}
.faq .faq-img {
  text-align: center;
}
@media (max-width: 991px) {
  .faq .faq-img {
    margin-bottom: 3rem;
  }
}
.faq .faq-accordion .card {
  border: none;
}
.faq .faq-accordion .card:last-of-type {
  margin-bottom: 0 !important;
}
.faq .faq-accordion .card-header {
  position: relative;
  background: #fdd000;
  border-bottom: 2px solid #fdd000;
}
.faq .faq-accordion .card-header .faq-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 800;
  white-space: normal;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.faq .faq-accordion .card-header .faq-btn::before {
  content: "\f068";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 free" !important;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  color: #fff;
}
.faq .faq-accordion .card-header .faq-btn.collapsed::before {
  content: "\f067";
}
.faq .faq-accordion .card-body {
  padding-top: 0.5rem;
}
.faq .faq-accordion .card-body .faq-answer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #707070;
}

/*  13- End faq Section  */
/*  14- Start testimonials Section   */
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  background-image: none;
  background-size: cover;
  width: 3rem;
  height: 3rem;
}
.testimonials .right-arrow .icon,
.testimonials .left-arrow .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: rgba(7, 114, 126, 0.8);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.testimonials .right-arrow .icon:hover,
.testimonials .left-arrow .icon:hover {
  background-color: #fdd000;
}
.testimonials .testimonial-content {
  text-align: center;
  width: 100%;
  margin: 1rem auto;
  padding: 4rem 0.5rem 2rem;
  position: relative;
  z-index: 0;
  border-radius: 1rem 1rem 0 0;
  border-bottom: 0.25rem solid #fdd000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 991px) {
  .testimonials .testimonial-content {
    max-width: 90%;
  }
}
.testimonials .testimonial-content .content {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.testimonials .testimonial-content .testimonial-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-style: italic;
  color: #707070;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .testimonials .testimonial-content .testimonial-text {
    font-size: 1.15rem;
  }
}
.testimonials .testimonial-content .customer-info {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonial-content .customer-info img {
  width: 4.5rem;
  height: 4.5rem;
  border: 3px solid #fdd000;
  border-radius: 50%;
}
.testimonials .testimonial-content .customer-info .customer-details {
  display: inline-block;
  text-align: left;
  margin-left: 0.5rem;
}
.testimonials .testimonial-content .customer-info .customer-details .customer-name,
.testimonials .testimonial-content .customer-info .customer-details .customer-role {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.testimonials .testimonial-content .customer-info .customer-details .customer-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #575757;
}
.testimonials .testimonial-content .customer-info .customer-details .customer-role {
  font-size: 1rem;
  color: #fdd000;
}
.testimonials .testimonial-content .customer-testimonial {
  position: relative;
}
.testimonials .testimonial-content .icon {
  position: absolute;
  top: -3rem;
  left: 1.5rem;
  right: auto;
  display: block;
  font-size: 6rem;
  opacity: 0.25;
  color: #fdd000;
  transform: scaleX(-1);
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonials .testimonial-content .icon {
    top: -4rem;
    font-size: 6rem;
  }
}

/*  14- End testimonials Section   */
/*   15- Start contact-us Section  */
.main-form-wraper input[type=email]:focus ~ label,
.main-form-wraper input[type=text]:focus ~ label,
.main-form-wraper input[type=password]:focus ~ label,
.main-form-wraper input[type=url]:focus ~ label,
.main-form-wraper input[type=search]:focus ~ label,
.main-form-wraper input[type=number]:focus ~ label,
.main-form-wraper textarea:focus ~ label, .main-form-wraper .input-wraper.has-text label {
  top: -2rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fdd000;
}
.main-form-wraper .not-req {
  display: none;
}
.main-form-wraper .req {
  color: red;
}
.main-form-wraper .input-wraper {
  position: relative;
  margin-bottom: 3rem;
}
.main-form-wraper .input-wraper.has-text input[type=email],
.main-form-wraper .input-wraper.has-text input[type=text],
.main-form-wraper .input-wraper.has-text input[type=password],
.main-form-wraper .input-wraper.has-text input[type=url],
.main-form-wraper .input-wraper.has-text input[type=search],
.main-form-wraper .input-wraper.has-text input[type=number],
.main-form-wraper .input-wraper.has-text textarea {
  background-color: rgba(7, 114, 126, 0.35);
}
.main-form-wraper .input-wraper.has-text .b-border {
  transform: scaleX(1);
}
.main-form-wraper .input-wraper .input-icon {
  position: absolute;
  left: auto;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #707070;
}
.main-form-wraper .b-border {
  display: block;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  height: 2px;
  background: #fdd000;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper .error-msg {
  position: absolute;
  right: 0;
  top: -2rem;
  transform: translateY(50%);
  font-size: 0.85rem;
  color: red;
  display: none;
}
.main-form-wraper .done-msg {
  font-size: 1rem;
  color: green;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.main-form-wraper .done-msg.show {
  visibility: visible;
  opacity: 1;
}
.main-form-wraper label:not(.lbl-for-checkbox) {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #fdd000;
  position: absolute;
  font-size: 0.95rem;
  left: 0;
  top: 10px;
  color: rgba(112, 112, 112, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper .lbl-for-checkbox {
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
  text-transform: capitalize;
  color: #707070;
  font-size: 0.85rem;
  cursor: pointer;
}
.main-form-wraper input[type=email],
.main-form-wraper input[type=text],
.main-form-wraper input[type=password],
.main-form-wraper input[type=url],
.main-form-wraper input[type=search],
.main-form-wraper input[type=number],
.main-form-wraper textarea {
  display: block;
  width: 100%;
  padding: 0.75rem;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(7, 114, 126, 0.5);
  transition: all 0.3s ease-in-out 0s;
  background-color: transparent;
  color: #333;
}
.main-form-wraper input[type=email]:focus,
.main-form-wraper input[type=text]:focus,
.main-form-wraper input[type=password]:focus,
.main-form-wraper input[type=url]:focus,
.main-form-wraper input[type=search]:focus,
.main-form-wraper input[type=number]:focus,
.main-form-wraper textarea:focus {
  background-color: rgba(7, 114, 126, 0.35);
}
.main-form-wraper input[type=email]:focus ~ .b-border,
.main-form-wraper input[type=text]:focus ~ .b-border,
.main-form-wraper input[type=password]:focus ~ .b-border,
.main-form-wraper input[type=url]:focus ~ .b-border,
.main-form-wraper input[type=search]:focus ~ .b-border,
.main-form-wraper input[type=number]:focus ~ .b-border,
.main-form-wraper textarea:focus ~ .b-border {
  transform: scaleX(1);
}
.main-form-wraper input[type=email] [type=submit]:focus,
.main-form-wraper input[type=text] [type=submit]:focus,
.main-form-wraper input[type=password] [type=submit]:focus,
.main-form-wraper input[type=url] [type=submit]:focus,
.main-form-wraper input[type=search] [type=submit]:focus,
.main-form-wraper input[type=number] [type=submit]:focus,
.main-form-wraper textarea [type=submit]:focus {
  outline: none !important;
}
.main-form-wraper textarea {
  min-height: 8rem;
}
.main-form-wraper .keep-me-logged-in {
  position: relative;
  display: flex;
  align-items: center;
}
.main-form-wraper .keep-me-logged-in .check-input {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #fdd000;
  outline: none;
  cursor: pointer;
}
.main-form-wraper .keep-me-logged-in .check-input:checked ~ .icon {
  opacity: 1;
  visibility: visible;
}
.main-form-wraper .keep-me-logged-in .icon {
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 0.75rem;
  color: #fdd000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out 0s;
}
.main-form-wraper input[type=submit] {
  outline: none;
  border: none;
}

.contact-info .map-box .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .map-iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media (max-width: 1199px) {
  .contact-info .map-box {
    margin-bottom: 3rem;
  }
}
.contact-info .info-section {
  padding: 2rem 0;
}
.contact-info .info-panel {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.contact-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdd000;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  -webkit-text-stroke-color: #fdd000;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-fill-color: transparent;
}
.contact-info .info-title {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact-info .info-text {
  text-transform: capitalize;
  font-size: 1rem;
  color: #707070;
  margin: 0;
  margin-bottom: 0.5rem;
}
.contact-info .link {
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  color: #707070;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease-in-out 0s;
}
.contact-info .link:hover {
  color: #fdd000;
}

.contact-us-image {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

/*End user-form Rules*/
/*   15- End contact-us Section  */
/*   17- Start page-footer Section  */
.page-footer {
  padding-top: 1rem;
  position: relative;
}

.footer-cols {
  overflow: hidden;
  margin-bottom: 2rem;
}

.footer-col {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .footer-col {
    text-align: center !important;
  }
}
#page-footer .bottom_code{
  padding-top: 2rem !important;
  max-width: 100%;
}
#page-footer .bottom_log{
  padding-top: 2rem;
}
#page-footer a{
  color:#878787
}
#page-footer a:hover{
  color:#fff
}
#page-footer .bottom_nav {
  border-right: solid 1px #878787;
  margin: 1rem auto;
}
#page-footer .bottom_nav ul {
  padding: 0 !important;
}
#page-footer .bottom_nav ul li{
  list-style: none;
}
#page-footer .bottom_news{
  padding-left: 3rem;
  margin: 1rem auto;
}
#page-footer .bottom_news .title,#page-footer .bottom_nav .title{
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
#page-footer .bottom_news ul{
  padding: 0 !important;
 
}
#page-footer .bottom_news ul li{
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding-bottom: 0.4rem; */
}
@media (max-width: 991px) {
  #page-footer .bottom_nav{
    text-align: center;
    
    padding: 0 2rem;
  }
  #page-footer .bottom_nav .title{
    text-align: left;
    /* font-size: 1rem; */
    width:100%;
    margin-bottom: 0;
  
  }
  #page-footer .bottom_nav ul li{
     padding-left: 1rem;
  }
  #page-footer .bottom_nav ul li{
    float: left;
    width: auto;
    padding: 0 0.4rem 0 0 ;
  }
  #page-footer .bottom_news{
    padding: 0 2rem;
  }
  #page-footer .bottom_code{
    padding-top: 0rem !important;
    max-width: 100%;
  }
}

.footer-col-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #333;
}

.footer-text-about-us {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
  color: #575757;
}

.sc-wraper {
  padding: 0;
}

.contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.contact-info-card:last-of-type {
  padding-bottom: 0;
}
.contact-info-card .icon {
  font-size: 1.25rem;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #fdd000;
}
.contact-info-card .info {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  color: #575757;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
.contact-info-card .info:hover {
  color: #fdd000;
  transform: translateX(0.25rem);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-item {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
.footer-menu-link {
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration: none;
  color: #707070;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
.footer-menu-link:hover {
  color: #fdd000;
  text-decoration: none;
  transform: translateX(0.25rem);
}

.copyrights {
  padding: 1rem 0;
  overflow: hidden;
  color: #878787;
  border-top: 1px #4d4d4d solid;
}
.copyrights .creadits {
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 0.85rem;
  color: #575757;
}
.copyrights .creadits .link {
  font-weight: 600;
  color: #fdd000;
  text-decoration: none;
}
.copyrights .terms-links {
  text-align: right;
}
.copyrights .terms-links > a {
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out 0s;
  color: #575757;
  text-decoration: none;
}

.dark-color-footer {
  background-color: #333;
}
.dark-color-footer .footer-col-title,
.dark-color-footer .contact-info-card .icon,
.dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .terms-links > a:hover {
  color: #fdd000;
}
.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links > a {
  color: #f1f1f1;
}
.dark-color-footer .terms-links,.dark-color-footer .terms-links a{
  color: #878787;
}
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
  color: #fff;
}

.light-color-footer {
  background-color: #f1f1f1;
}
.light-color-footer .footer-col-title,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
  color: #fdd000;
}
.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links > a {
  color: #575757;
}
.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links > a:hover {
  color: #333;
}

.main-color-footer {
  background-color: #fdd000;
  border-top: 2px solid #fff;
}
.main-color-footer .copyrights {
  border-color: #f1f1f1;
}
.main-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
  color: #fdd000;
}
.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
  color: #f1f1f1;
}
.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links > a {
  color: #f1f1f1;
}
.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links > a:hover {
  color: #fff;
}

.index-page-footer {
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid rgba(7, 114, 126, 0.5);
}
.index-page-footer .footer-brand {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1rem;
  width: auto;
}
.index-page-footer .footer-brand img {
  width: 120px;
}
.index-page-footer .copyrights {
  text-transform: capitalize;
  display: block;
  text-align: center;
  color: #fdd000;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}

/*   17- End page-footer Section  */
/*   23- Start coloring classes  */
/*-------------Start text color classes-------------*/
.text-gradient-color {
  background: -webkit-linear-gradient(45deg, #fdd000, #1b4d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-main-color {
  color: #fdd000 !important;
}

.text-accent-color {
  color: #1b4d48 !important;
}

.text-white-color {
  color: #fff !important;
}

.text-black-color {
  color: #000 !important;
}

.text-grey-color {
  color: #f1f1f1 !important;
}

.text-extra-dark-grey-color {
  color: #333 !important;
}

.text-dark-grey-color {
  color: #575757 !important;
}

/*-------------End text color classes-------------*/
/*-------------Start bg color classes-------------*/
.bg-gradient-color {
  background: -webkit-linear-gradient(45deg, #1b4d48, #fdd000);
  transition: all 0.5s ease-in-out 0s;
}

.bg-solid-color {
  background: #fdd000;
}

.bg-main-color {
  background: #fdd000 !important;
}

.bg-accent-color {
  background: #1b4d48 !important;
}

.bg-white-color {
  background: #fff !important;
}

.bg-black-color {
  background: #000 !important;
}

.bg-grey-color {
  background: #f1f1f1 !important;
}

.bg-dark-grey-color {
  background: #575757 !important;
}

.bg-extra-dark-grey-color {
  background: #333 !important;
}

.section-bg-shade {
  background: #f2f2f2 !important;
}
.section-bg-shade svg path {
  fill: #f2f2f2 !important;
}

/*-------------End bg color classes-------------*/
body.section-heading-gradient .section-title {
  background: -webkit-linear-gradient(45deg, #fdd000, #1b4d48);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.section-heading-main-color .section-title {
  background: none;
  -webkit-text-fill-color: #fdd000;
  color: #fdd000;
}
body.section-heading-black .section-title {
  color: #333;
}

/*   23- End coloring classes  */
/*   24- Start dark theme rules  */
body.dark-theme {
  color: #fff;
  background: #000;
}
body.dark-theme .hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}
body.dark-theme .section-heading .section-title {
  color: #f1f1f1;
}
body.dark-theme .section-heading .section-subtitle {
  color: rgba(241, 241, 241, 0.75);
}
body.dark-theme .section-shape-divider-bottom svg path {
  fill: #000;
}
body.dark-theme .section-shape-divider-bottom.fill-shade svg path {
  fill: #1a1a1a !important;
}
body.dark-theme .pattern-top-end, body.dark-theme .pattern-bottom-start {
  background-image: url("https://amincodes.com/html/one-pages/forsa/assets/images/patterns/dots-pattern-white.png") !important;
  opacity: 0.2 !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
  color: #707070 !important;
  border-color: #707070 !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.hover {
  color: #fdd000 !important;
  border-color: #fdd000 !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
  color: #fff !important;
  border-color: #fdd000 !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-box {
  background: #000 !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-title {
  color: #fff !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-text {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .sidebar-box-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .cats .cat-item .cat-link {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .tags .tag-item {
  background-color: #333 !important;
}
body.dark-theme .blog .tags .tag-item:hover {
  background-color: #fdd000 !important;
}
body.dark-theme .blog .tags .tags-icon-label {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-title:hover {
  color: #fdd000 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-date {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .posts-grid .post-img-wraper .icon {
  color: #fdd000 !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-info > a {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-title:hover {
  color: #fdd000 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .post-main-area .panel .panel-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .share-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-info .info {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-content .post-heading {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-content .post-text {
  color: rgba(241, 241, 241, 0.75);
}
body.dark-theme .blog .post-main-area .post-content a:hover {
  color: #fff;
}
body.dark-theme .blog .post-main-area .post-content .post-list .post-list-item {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .post-main-area .post-content blockquote {
  background-color: #333 !important;
}
body.dark-theme .blog .post-main-area .post-content blockquote .post-qoute {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-content blockquote .icon {
  color: rgba(7, 114, 126, 0.35) !important;
}
body.dark-theme .blog .post-main-area .other-posts .other-post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
  color: #fdd000 !important;
}
body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
  color: #f1f1f1 !important;
}
body.dark-theme .main-form-wraper label:not(.lbl-for-checkbox) {
  color: #f1f1f1 !important;
}
body.dark-theme .main-form-wraper .lbl-for-checkbox {
  color: #f1f1f1;
}
body.dark-theme .main-form-wraper input[type=email],
body.dark-theme .main-form-wraper input[type=text],
body.dark-theme .main-form-wraper input[type=password],
body.dark-theme .main-form-wraper input[type=url],
body.dark-theme .main-form-wraper input[type=search],
body.dark-theme .main-form-wraper input[type=number],
body.dark-theme .main-form-wraper textarea {
  color: #f1f1f1 !important;
}
body.dark-theme .contact-info .info-text {
  color: #f1f1f1 !important;
}
body.dark-theme .contact-info .info-text .link {
  color: #f1f1f1 !important;
}
body.dark-theme .contact-info .info-text .link:hover {
  color: #fdd000 !important;
}
body.dark-theme .faq .faq-accordion .card-body {
  background: #333 !important;
}
body.dark-theme .faq .faq-accordion .card-body .faq-answer {
  color: #f1f1f1 !important;
}
body.dark-theme .services .service-box .service-content .service-title, .services .service-box .service-content body.dark-theme .service-title, body.dark-theme .services-boxed .service-box .service-content .service-title, .services-boxed .service-box .service-content body.dark-theme .service-title {
  color: #f1f1f1 !important;
}
body.dark-theme .services .service-box .service-content .service-text, .services .service-box .service-content body.dark-theme .service-text, body.dark-theme .services-boxed .service-box .service-content .service-text, .services-boxed .service-box .service-content body.dark-theme .service-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .services-boxed .service-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
body.dark-theme .our-team .tm-member-card .tm-details {
  background: #333 !important;
}
body.dark-theme .our-team .tm-member-card .tm-details .tm-name {
  color: #f1f1f1 !important;
}
body.dark-theme .page-hero .lead-generation-area form {
  background: #333 !important;
}
body.dark-theme .page-hero .lead-generation-area .single-field-form {
  background: transparent !important;
}
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
  color: #fff;
  background: transparent;
}
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #fff;
  background: #fdd000;
}
@media (max-width: 575px) {
  body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
    color: #fdd000;
    background: transparent;
  }
}
body.dark-theme .pricing-1 .plan, body.dark-theme .pricing-2 .plan, body.dark-theme .pricing-3 .plan {
  background: #333 !important;
}
body.dark-theme .pricing-1 .plan-details .plan-list > .plan-feat, body.dark-theme .pricing-2 .plan-details .plan-list > .plan-feat, body.dark-theme .pricing-3 .plan-details .plan-list > .plan-feat {
  color: #f1f1f1 !important;
}
body.dark-theme .pricing-2 .plan-cost {
  background: #333 !important;
}
body.dark-theme .project-details .info-area .project-info .info {
  background: #000 !important;
}
body.dark-theme .project-details .info-area .project-info .info .title {
  color: #f1f1f1 !important;
}
body.dark-theme .project-details .info-area .project-info .info .detail {
  color: #fdd000 !important;
}
body.dark-theme .project-heading .project-title {
  color: #fff !important;
}
body.dark-theme .sub-heading {
  color: #f1f1f1 !important;
}
body.dark-theme .project-text {
  color: rgba(241, 241, 241, 0.8) !important;
}
body.dark-theme .list .list-item {
  color: rgba(241, 241, 241, 0.8) !important;
}
body.dark-theme .about .about-title {
  color: #f1f1f1 !important;
}
body.dark-theme .about .about-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .about .info-items .menu-items .info-item .info-title {
  color: #f1f1f1;
}
body.dark-theme .about .info-items .menu-items .info-item .info-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .about .about-stats .stat-box .stat-num {
  color: #f1f1f1 !important;
}
body.dark-theme .about .about-stats .stat-box .stat-desc {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .signing-page .sining-area {
  background-color: #000 !important;
}
body.dark-theme .signing-page .divider .or {
  background-color: #000 !important;
}
body.dark-theme .signing-page .or-sign-up .sign-up-hint {
  color: #f1f1f1 !important;
}
body.dark-theme .signing-page .agree-terms .disclaimer {
  color: #707070 !important;
}
body.dark-theme .testimonials .testimonial-content {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  background: #333 !important;
}
body.dark-theme .testimonials .testimonial-content .testimonial-text {
  color: #f1f1f1 !important;
}
body.dark-theme .testimonials .testimonial-content .customer-info .customer-details .customer-name {
  color: #f1f1f1 !important;
}
body.dark-theme .section-bg-shade {
  background: #1a1a1a !important;
}
/*   24- End dark theme rules  *//*# sourceMappingURL=styles-LTR.css.map */

#aboutus {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='30%25' font-size='210' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EABOUT US%3C/text%3E%3C/svg%3E")!important;
  
}
@media (max-width: 991px) {
  #aboutus{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='30%25' font-size='60' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EABOUT US%3C/text%3E%3C/svg%3E")!important;
  }
}
.aboutus_video{
  margin: 3rem auto;
}
.vjs-poster{
  background-color:#fff;
}
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js .vjs-big-play-button{
  font-size: 2.5em;
  line-height: 3.5em;
  height: 3.5em;
  width: 3.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  border-width: 0.15em;
  border: none;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 4.63rem;
}
.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
  content: "\f101";
  font-size: 4.63rem;
}
/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.img-content {
  /* 父元素宽高 */
  width: 400px;
  height: 200px;
  overflow: hidden;/*这个属性是关键*/
}
.imgs-hober {
/* 过渡配置 */
  transition: all .5s ease .1s;
}
.imgs-hober:hover {
/* 放大1.2倍 */
  transform: scale(1.05);
}

#brand {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='180' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ECORSS OVER%3C/text%3E%3C/svg%3E")!important;
  
}
#brand .section-heading{
  margin-bottom: 0;
}
#brand .con{
  padding-top: 1rem;
}
@media (max-width: 991px) {
  #brand{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ECORSS OVER%3C/text%3E%3C/svg%3E")!important;
    padding: 0 1rem;
  }
  .testimonials p{
    line-height: 2rem;
    font-size: 1.2rem;
    text-align: justify;
  }
  .dark-color-footer .terms-links{
    text-align: center;
  }
}


#brand .brand_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
}
#brand .brand_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
#brand .brand_title .section-subtitle{
  padding: 0;
}
#brand .about-col{
  /* border-right: 1px solid #f3f3f3; */
}
#brand .about-col .con{
  line-height: 2rem;
}
#brand .about-col .con .title{
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  #brand .about-col{
    border-right: none;
  }
}

.brandSwiper a{
  display: block;
  padding: 1rem;
}
.brandSwiper .img-fluid{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.banndSwiper-button{
  width: 66%;
  float: left;
  text-align: center;
  margin: 1rem auto;
  color: #878787;
}
/* .brandSwiper .con{
  width: 66.6666%;
  float: left;
}
.brandSwiper .con_img{
  width: 33.3333%;
  float: left;
} */

@media (max-width: 991px) {
  .banndSwiper-button{
    width: 100%;
  }
}
.banndSwiper-button .banndSwiper-button-next,
.banndSwiper-button .banndSwiper-pagination,
.banndSwiper-button .banndSwiper-button-prev{
  float: left;
  display: contents;
}
.banndSwiper-button .banndSwiper-pagination{
  font-size: 1rem;
}
.banndSwiper-button .banndSwiper-pagination .swiper-pagination-current{
  font-size: 1.2rem;
}
.banndSwiper-button .banndSwiper-button-prev:hover,.banndSwiper-button .banndSwiper-button-next:hover{
  color: #000;
  font-weight: bold;
}

#role {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='130' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EAUTH ORIZATION%3C/text%3E%3C/svg%3E")!important;
  
}
@media (max-width: 991px) {
  #role{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='40' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EAUTH ORIZATION%3C/text%3E%3C/svg%3E")!important;
  }
}

#role .section-heading{
  width: 100%;
}
#role .brand_title{
  border-right: 2px solid #fdd000;
  padding-right: 1rem;
}
#role .brand_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
#role .brand_title .section-subtitle{
  padding: 0;
}
@media (max-width: 991px) {
  #role .brand_title{
    border: none;
    padding-right: 0;
  }
  #role p{
    text-align: center !important;
  }
  #role .section-heading .section-title{
    text-align: center !important;
  }
  #role .section-heading .section-title,#role .section-heading .section-subtitle{
    text-align: center !important;
  }
  #role .section-heading .see-more-area{
    text-align: center !important;
  }
}

.roleSwiper a{
  display: block;
  padding: 1rem;
}
.roleSwiper .img-fluid{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.roleSwiper .banndSwiper-button{
  width: 100%;
}



#news {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='30%25' y='50%25' font-size='230' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ENEWS%3C/text%3E%3C/svg%3E") #f6f6f6!important;
  
}
@media (max-width: 991px) {
  #news{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ENEWS%3C/text%3E%3C/svg%3E")!important;
  }
}
#news .banndSwiper-button{
  width: 40%;
  float: left;
}
#news .brand_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
}
.newsSwiper a{
  display: block;
  padding: 1rem;
}
.newsSwiper a:hover{
  color: #000;
}
.newsSwiper .img-fluid{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.newsSwiper .banndSwiper-button{
  width: 100%;
}
.contactSwiper a{
  display: block;
  padding: 1rem;
}
.contactSwiper a:hover{
  color: #000;
}
.contactSwiper .img-fluid{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.contactSwiper .banndSwiper-button{
  width: 100%;
}
#news .brand_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
.swiper-wrapper .imgtitle{
  margin: 0 1rem;
  padding: 0;
  border-left:2px solid #fdd000;
  padding-left: 0.5rem;
  display: block;
  color: #878787;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .brand_title .section-subtitle{
  padding: 0;
}
#news .line{
  position: absolute;
  margin-left: 1.25rem;
  margin-top: .5rem;
  height: 23rem;
  /* border-left:1px solid #878787; */
}
#news .newslist{
  position: relative;
  float: left;
  width: 100%;
  margin-left: 0rem;
  margin-bottom: 1.5rem;
  list-style-image:url(../image/list_style.png);
  list-style-position: 1rem;
}
/* #news .newslist li::before{
  content: "";
  border-left: 1px solid #878787;
  position: absolute;
  height: 100vh;
} */
#news .newslist li{
  padding-bottom:0.8rem;
  font-size:0.8rem;
}
#news .newslist li label{
  display: block;
  color: #000;
}
#news .newslist li a{
  color:#878787;
  font-size: 1rem;
}
#news .newslist li a:hover{
  color:#000;
}
#news .see-more-area{
  margin-left: 1rem;
}
@media (max-width: 991px) {
  #news .newslist li label{
    font-size: 1rem;
  }
  #news .newslist li a{
    font-size: 1.2rem;
  }
}


#news .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5;
}
#news .swiper-slide:not(.swiper-slide-active) img:hover {
  opacity: 1;
}

.page-banner{
  /* display: flex; */
}
.page-banner .banner_content{
  background:url(../image/aboutus_banner.jpg) center top no-repeat;
  background-size: 100% auto; 
  min-height: 30rem;
  position: relative;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.page-banner .con {
  position: relative;
  min-width: 100%;
  min-height: 18rem;
  display: grid;
  margin-top: 2rem;
  color: #fff;
}
.page-banner .con a{
  color: #fff;
}
.page-banner .con .slide-title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .page-banner .con .slide-title{
    font-size: 2rem;
  }
  .page-banner .banner_content{
    background-size: cover;
    background-position: center;
    min-height: 28rem;
  }
}
.aboutus,.role{
  background: #f6f6f6;
}
.con-box-top{
  position: fixed;
  left: 1rem;
  top: 23rem;
  z-index: 2;
  font-size: 0.8rem;
}
.con-box-top .about-col-l {
  /* background-color: #fff;  */
  margin-top: 3.5rem; 
  border-radius: 0.5rem;
  padding: 0;
  height: fit-content;

}
.con-box-top .about-col-l ul{
  list-style: none;
  background-color: #fff;
  width: 100%;
  padding:0;
  margin: 0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
}

.con-box-top .about-col-l ul li{
  padding: 0.5rem 1rem;
  color: #000;
}
.con-box-top .about-col-l ul li a{
  color: #000;
}
.con-box-top .about-col-l ul li a.active{
  color: #fdd000;
}
.con-box-top .about-col-l ul li.first{
  background: #fdd000;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 3.5rem;
  line-height: 3rem;
}
.con-box-top .about-col-l ul li.first a{
  color: #fff;
  font-weight: bold;
}
.con-box-top .about-col-l ul li.first a label{
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}


.con-box-top2{
  position: fixed;
  left: 1rem;
  top: 23rem;
  z-index: 2;
  font-size: 0.8rem;
}
.con-box-top2 .about-col-l {
  /* background-color: #fff;  */
  margin-top: 3.5rem; 
  border-radius: 0.5rem;
  padding: 0;
  height: fit-content;

}
.con-box-top2 .about-col-l ul{
  list-style: none;
  background-color: #fff;
  width: 100%;
  padding:0;
  margin: 0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  margin-bottom: 1.2rem;
}

.con-box-top2 .about-col-l ul li{
  padding: 0.5rem 1rem;
  color: #000;
}
.con-box-top2 .about-col-l ul li a{
  color: #000;
}
.con-box-top2 .about-col-l ul li a.active{
  color: #fdd000;
}
.con-box-top2 .about-col-l ul li.first{
  background: #fdd000;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 3.5rem;
  line-height: 3rem;
}
.con-box-top2 .about-col-l ul li.first a{
  color: #fff;
  font-weight: bold;
}
.con-box-top2 .about-col-l ul li.first a label{
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}


.news_relevant{
  width: 13rem !important;
}
.news_relevant li{
  list-style-image:url(../image/list_style.png);
  padding-left: 0.5rem !important;
  margin-left: 2rem;
  margin-right: 1rem;
  padding-right: 0 !important;
  border-bottom: dotted 1px #878787;
}
.news_relevant li:last-child,.news_relevant li:first-child{
  border-bottom:  none
}
.news_relevant li a{
  color: #878787 !important;
}
.news_relevant li a:hover{
  color: #000 !important;
}
.news_relevant li.first{
  list-style:none;
  
  padding: 0.5rem 1.2rem !important;
  margin: 0;
}
.news_relevant li.first a{
  color: #fff !important;
}


.about_top{
  margin-top: -10rem; 
  position: relative;
}
.about_top .about-col-r {
  background-color: #fff; 
  /* margin-left: 2rem;  */
  border-radius: 1rem;
  padding: 3rem !important;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.about_top .about-col-r .r-img{
  padding-right: 2rem;
}

@media (max-width: 991px) {
  .about_top{
    margin-top: -4rem; 
  }
  .about_top .about-col-r {
    margin-left: 0;
    padding: 1rem !important;
    --bs-gutter-x:0
  }
  .about_top .about-col-r .r-img{
    padding-right:0;
    padding-bottom: 1rem;
  }
}
.about_top .about-col-r .section-heading .section-title{
  font-size: 1.3rem;
  margin-bottom: 0;
}
.about_top .about-col-r .section-heading .section-subtitle{
  padding:0;
  margin-bottom: 0;
}

.about_top .about-col-r .line{
  width: 3rem;
  border-bottom: 2px solid #fdd000;
  margin: 1.5rem 0;
}

#about_introduction .brand_title{
  margin-top: 2rem;
}

#about_introduction .con p{
  margin-bottom: 2rem;
  line-height: 2rem;
  text-align: justify; 
}

.con-box-about{
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='40%25' font-size='230' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E") #fff !important;
  padding: 0;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .con-box-about{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='20%25' font-size='60' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E") #fff !important;  
  }
  #about_introduction .brand_title{
    padding: 0 1rem;
  }
}
.con-box-about .about-col-r{
  --bs-gutter-x:0
}
.con-box-about .brand_title .con{
  padding: 2rem;
  
}
.con img{
  max-width: 100%;
}
.con-box-about .brand_title .con ul{
  margin-bottom: 2rem;
}
.con-box-about .brand_title .con li{
  list-style-image:url(../image/list_style.png);
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  line-height: 2rem;
}

.sub_title{
  padding: 0 1.5rem 0 0 ;
}
.sub_title .section-title{
  font-size: 1.3rem;
  margin-bottom: 0;
}
.sub_title .section-subtitle{
  padding:0;
  margin-bottom: 0;
}

.sub_title .line{
  width: 3rem;
  border-bottom: 2px solid #fdd000;
  margin: 1.5rem 0;
}
.sub_title{
  margin-top: 2rem;
}
.sub_title .con p{
  margin-bottom: 1.5rem;
  line-height: 2rem;
  text-align: justify; 
}
.sub_title .con{
  padding: 0;
}
.sub_title .con ul{
  margin: 1rem 0;
  padding-left: 1rem;
}
.sub_title .con ul li{
  list-style-image:url(../image/list_style.png);
  padding-left: 0.5rem;
  line-height: 2rem; 
}
.sub_title_left{
  margin: 0 !important;
  padding: 0 !important;
  padding-right: 2rem !important;
}
.sub_title_right{
  margin: 0 !important;
  padding:0 !important; 
  padding-left: 2rem !important;
}
@media (max-width: 991px) {

  .sub_title{
    padding: 0 1rem;
  }
  .sub_title_left{
    margin: 0 !important;
    /* padding: 1rem !important; */
    padding:1rem 0 1rem 0  !important;

  }
  .sub_title_right{
    margin: 0 !important;
    /* padding: 1rem !important; */
    padding:1rem 0 1rem 0 !important;
  }
  #role_live .sub_title_left{
    margin: 0 !important;
    padding: 1rem !important;
    /* padding:1rem 0 1rem 0  !important; */

  }
  #role_live .sub_title_right{
    margin: 0 !important;
    padding: 1rem !important;
    /* padding:1rem 0 1rem 0  !important; */

  }
  .section-heading{
    margin-bottom: 1 !important;
  }
  .sub_title .con ul li{
    padding:0 1rem;
    text-align: justify;
    /* line-height: normal; */
  }
  .sub_title .con{
    font-size: 1.2rem;
  }
}
.section-heading .datelable{
  margin: 1rem 0 2rem 0;
  font-size: 0.6rem;
}
.section-heading .datelable label{
  margin-right: 1.2rem;
}

.con-box-about .brand_title .con li{
  list-style-image:url(../image/list_style.png);
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  line-height: 2rem;
  font-size: 1.2rem;
}

.swiper-scrollbar{
  margin: 3rem auto !important;
  width: 10rem !important; 
  position: relative !important; 
}
.swiper-scrollbar-drag{
  background: #fdd000;
}

.time-line-box {
  margin-top: 40px;
  overflow: hidden;
}
.time-line-box ul:after {
  content: '';
  border-top: #000 solid 2px;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: auto;
  position: relative;
  /* padding-top: 176px; */
  
  z-index: 2;
  list-style: none;
  padding: 4rem 1rem 1rem 1rem; 
}
.time-line-box ul li.year{
  margin-top: -2.4rem !important;
  font-size: 2rem;
  background: #f6f6f6;
  padding: 1rem;
  margin: 0 -3.3rem;
}
/* .time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #b4b2b1 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
} */
.time-line-box ul li a{
  color: #878787;
}
.time-line-box ul li a:hover{
  color: #000;
}
.time-line-box ul li dl {
  /* padding-left: 25px; */
  text-align: center;
}
.time-line-box ul li dl dt {
  /* font-size: 22px;
  color: #2DA891;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px; */
  margin: 1rem auto;
  max-width: 24rem;
  height: 4.3rem;
}
.time-line-box ul li dl dt::before {
  content: '';
  width: 15px;
  /* height: 15px; */
  /* border-radius: 100%; */
  /* background: url(../image/list_style.png) top left no-repeat; */
  border-left: dotted 3px #878787;
  height: 4rem;
  position: absolute;
  /* marxgin-top: 1rem; */
  left: 51.5%;
  top: 0;
  /* border: #a1d4cc 4px solid; */
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 15px;
  height: 15px;
  /* border-radius: 100%; */
  background: url(../image/list_style.png) top left no-repeat;
  /* border-left: dotted 3px #878787; */
  /* height: 5rem; */
  position: absolute;
  /* marxgin-top: 1rem; */
  left: 50%;
  top: -0.5rem;
  /* border: #a1d4cc 4px solid; */
}
.time-line-box ul li dl dd {
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}
.milestone ul:after {
  border-top: #000 dotted 2px !important;
}
.milestone ul li dl dt::before{
  border-left:none
}
.milestone ul li{
  padding-top: 2rem;
}
.milestone .year{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.layui-timeline{
  padding-left: 0;
}

/*移动端*/
.phone-line-box{
  margin-top: 0;
}
.phone-line-box ul:after,.phone-line-box ul li dl dt::before,.phone-line-box  ul li dl dt:after{
  display: none;

}
.phone-line-box ul {
  padding: 0;
}
.phone-line-box ul li{
  padding: 0;
  width: 100%;
}
.phone-line-box ul li.year {
  margin:0 !important;
  text-align: center;
  margin-top: 2rem;
}
.phone-line-box  .year{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-top: 2rem;
}

.phone-line-box ul li dl dd{
  padding-left: 0;
}

#story {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='30%25' font-size='210' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ESTORY%3C/text%3E%3C/svg%3E")!important;
  
}
@media (max-width: 991px) {
  #story{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='30%25' font-size='60' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ESTORY%3C/text%3E%3C/svg%3E")!important;
  }
}

#story .section-heading .section-subtitle{
  line-height: 2rem;
}
#story .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5;
}
#story .swiper-slide:not(.swiper-slide-active) img:hover {
  opacity: 1;
}

#video-modal{
  top: 5rem;
}
#event {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='30%25' y='50%25' font-size='180' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EEVENT%3C/text%3E%3C/svg%3E") #f2f2f2!important;
}
@media (max-width: 991px) {
  #event{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EEVENT%3C/text%3E%3C/svg%3E") #f2f2f2!important;
  }
}
#event .section-heading{
  margin-bottom: 0;
}
#event .con{
 margin-top: 1rem;
 line-height: 2rem; 
}
#event .con .title{
  font-weight: bold;
  font-size: 1.2rem;
 }
#founder {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='60%25' y='50%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EFOUNDER%3C/text%3E%3C/svg%3E") #f2f2f2!important;
}
@media (max-width: 991px) {
  #founder{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EFOUNDER%3C/text%3E%3C/svg%3E") #f2f2f2!important;
  }
}
#brand_ip {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EPOSITION%3C/text%3E%3C/svg%3E")!important;
}
@media (max-width: 991px) {
  #brand_ip{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EPOSITION%3C/text%3E%3C/svg%3E")!important;
    padding: 0 1rem;
  }
}

#event .brand_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
  margin-top: 2rem;
}
#event .brand_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
#event .brand_title .section-subtitle{
  padding: 0;
}
#event .about-col{
  border-right: 1px solid #f3f3f3;
}
#contact_con {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='25%25' y='90%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EB.DUCK%3C/text%3E%3C/svg%3E")!important;
}
@media (max-width: 991px) {
  #contact_con{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='70%25' font-size='90' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EB.DUCK%3C/text%3E%3C/svg%3E")!important;
  }
}
#contact_con .con {
  border-right: solid 1px #878787;
  margin-top: 4rem;
  color: #3d3d3d;
  font-size: 1.1rem;
}
#contact_con .con label {
  color: #868785;
  font-size: 1rem;
}


.contactSwiper{
  padding: 4rem 0 0 0;
  color: #3d3d3d;
  font-size: 1.1rem;
}
.contactSwiper  label{
  color: #868785;
  font-size: 1rem;
}

.contactSwiper .brand_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.contactSwiper .brand_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #3d3d3d;
  font-weight: normal;
}
.contactSwiper .brand_title .section-subtitle{
  padding: 0;
  color: #868785;
}
@media (max-width: 991px) {
  #contact_con .con {
    border-right: none;
  }
  #contact_con .section-heading{
    margin-bottom: 0;
  }
  #contact_con .address{
    margin-bottom: 2rem;
  }
  .contactSwiper{
    padding: 0
  }
}

.aboutBrandSwiper{
  margin-bottom: 4rem;
}

/*-------------small_solid-------------*/
.small_solid{
  padding: 1rem 3rem;
}
@media (max-width: 991px) {
  .small_solid{
    padding: 1rem;
  }
}
.small_solid_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
}
.small_solid_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
.small_solid_title .section-subtitle{
  padding: 0;
}
.small_solid_con{
  margin: 1rem auto 0 auto;
  line-height: 2rem;
}
.small_solid_con p{
  margin-bottom: 1rem;
  text-align:justify; 
}
.small_database{
  display: inline-block;
}
.small_database li{
  list-style: none;
  float: left;
  padding: 1rem;
  text-align: center;
}
.small_database li label{
  color: #fdd000;
  font-size: 2.2rem;
  display: block;
  width: 100%;
  font-weight: bold;
}

#business_role{
  margin-top: -6rem;
  position: relative;
}
#business_shop {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E")!important;
}
#business_ip{
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  #business_role{
    margin-top: 0;
    position: relative;
  }
  #business_ip{
    padding-bottom: 2rem;
  }
  #business_ip .row{
    --bs-gutter-x: 0;
  }
  #business_shop{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E")!important;
  }
  
  .small_solid_con p{
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify !important;
  }
}


.small_line_l_title .brand_title{
  border-left: 2px solid #fdd000;
  padding-left: 1rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
/* @media (max-width: 991px) {
  .small_line_l_title .brand_title{
    border-left: 2px solid #fdd000;
    
  }
} */
.small_line_l_title .section-title{
  font-size: 1.5rem;
  margin-bottom: 0;
}
.small_line_l_title .section-subtitle{
  padding: 0;

}
.small_line_l_title .con{
  line-height: 2rem;
  padding-left: 1rem;
}
.small_line_l_title .con a{
  color: #000;
  
  /* font-weight: bold; */
}

@media (max-width: 991px) {
  .small_line_l_title{
    border: none;
    padding-right: 0;
  }
  .small_line_l_title p{
    /* text-align: center !important; */
  }
  .small_line_l_title .section-title{
    /* text-align: center !important; */
  }
  .small_line_l_title .section-title,.small_line_l_title .section-subtitle{
    /* text-align: center !important; */
  }
  .small_line_l_title .see-more-area{
    /* text-align: center !important; */
  }
  .small_line_l_title .con{
    padding-left: 0;
  }
 
}

.role .about-col-r{
  padding: 4rem 0;
}
.role_shop_2 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='40%25' y='70%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E") #fff!important;
}
@media (max-width: 991px) {
  .role_shop_2{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='80%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EBUSINESS%3C/text%3E%3C/svg%3E") #fff!important;
  }
  .role .about-col-r{
    padding: 0;
    --bs-gutter-x:0;
  }
  /* .row{
    --bs-gutter-x:0;
  } */
}
#role_live{
  background: #f6f6f6 !important;
}
#role_spread{
  background: #fff !important;
}

#business_achievement {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='40%25' y='70%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ELICENSING%3C/text%3E%3C/svg%3E") #fff!important;
}
@media (max-width: 991px) {
  #business_achievement{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='80%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ELICENSING%3C/text%3E%3C/svg%3E") #fff!important;
  }
}
#ip_proxy {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='40%25' y='70%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EIP PROXY%3C/text%3E%3C/svg%3E") #fff!important;
}
@media (max-width: 991px) {
  #ip_proxy{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='80%25' font-size='50' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3EIP PROXY%3C/text%3E%3C/svg%3E") #fff!important;
  }
}
#news {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='20%25' y='45%25' font-size='200' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ENEWS%3C/text%3E%3C/svg%3E")!important;
}
@media (max-width: 991px) {
  #news{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='50%25' y='50%25' font-size='90' fill='%23a2a9b6' fill-opacity='0.15' font-family='Arial Black' text-anchor='middle' dominant-baseline='middle'%3ENEWS%3C/text%3E%3C/svg%3E")!important;
    
  }
  .about-col{
    padding: 0 1rem !important;
  }
}

#news .newslistpage{
  list-style: none;
  display: contents;
  width: 100%;
}
#news .newslistpage li{
  float: left;
  width: 30.3333%;
  margin: 1rem 1.5%;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
 
  #news .newslistpage li{
    width: 97%;
  }
}
#news .newslistpage li .img{
  overflow: hidden;
}
#news .newslistpage li .img img{
  max-width: 100%;
  transition: all .5s ease .1s;
  width: 100%;
  max-height: 256px;
}
#news .newslistpage li .img img:hover {
  /* 放大1.2倍 */
    transform: scale(1.05);
  }
#news .newslistpage li a{
  color: #878787;
}
#news .newslistpage li a:hover{
  color: #000;
}
#news .newslistpage li .title{
  padding: 1rem;
  font-size: 1rem;
  height: 4.3rem;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
#news .newslistpage li .classname{
  padding:0 1rem;
  font-size: 0.8rem;
}
#news .newslistpage li .datetime{
  padding:1rem;
  font-size: 0.8rem;
}
#news .newslistpage li .see-more-area{
  width: auto;
  float: right;
}
#news .newslistpage li .see-more-area a{
  color: #fff;
  padding: 0 0.2rem;
  box-shadow: none;
  font-size: 0.5rem;
}
#news .newslistpage li .see-more-area a:hover{
  color: #fdd000;
}
#news .pagination{
  line-height: 1.6rem;
  text-align: center !important;
  width: 100%;
  display: block;
  margin: 2rem auto;
  display: inline-block;
}
#news .pagination a{
  margin: 0 0.5rem;
  font-size: 1.5rem;
  color: #878787;
}
#news .pagination a:hover{
  color: #000;
}
#news .pagination label{
  font-size: 1.2rem;
}


.filter{
  width: 99%;
  margin: 2rem auto;
}
.newsdropdown .dropbtn{
  padding: 0.3rem 4rem;
  border: 1px solid #000;
  border-radius: 3px;
  cursor: pointer;
}
.newsdropdown  a{
  color:#707070;
}
@media (max-width: 991px) {
  .newsdropdown .dropbtn{
    padding: 0.3rem 3rem;
  }
  .years .newsdropdown .dropbtn{
    padding: 0.3rem 2rem;
  }
}
.newsdropdown .dropbtn:hover{
  color: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.newsdropdown .dropbtn::after{
  content: "▼";
  position: absolute;
  right: 1rem;
  font-size: 0.5rem;
  top: 0.6rem;
}
.newsdropdown .dropdown-content {
  background: #f6f6f6;
  width: 100%;
  text-align: center;
  border:1px solid #000;
  border-top: none;
  padding: 0.5rem 0;
}
.newsdropdown .dropdown-content a{
  width: 100%;
  line-height: 2rem;
  display: block;
  color: #878787;
}
.newsdropdown .dropdown-content a:hover{
  color: #000;
}
.newsdropdown {
  position: relative;
  display: inline-block;
}
.newsdropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.newsdropdown:hover .dropdown-content {
  display: block;
}

.part_two{
  margin: 2rem auto;
}
.part_two .pre,.part_two .next{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  padding: 0;
}
.part_two a{
  color: #878787;
}
.part_two a:hover{
  color: #000;
}

.swiper-container-timeline .banndSwiper-button{
  width: 100%;
}


.fontsize_08{
  font-size: 0.8rem;
}


/* 隐藏所有标签内容 */
.tab-content {
  display: none;
}

/* 显示当前标签内容 */
.tab-content.active {
  display: block;
}

/* 设置选项卡按钮样式 */
.tab-buttons button {
  background:none;
  border: none;
  cursor: pointer;
}

/* 当前选中的选项卡按钮样式 */
.tab-buttons button.active {
  color: #fdd000;
}




/*-------------swiper-------------*/
.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
    width: 2rem;
    height: 0.3rem;
    border-radius: 0px;
    /* background-color: #878787;
    opacity: 0.4; */
    background: rgba(0, 0, 0, 0.5);
    margin: 1rem 0.5rem;
    cursor: pointer;
   
}
.swiper-pagination-bullet-active {
    background-color: #fdd000;
}
.swiper a{
  display: block;
  padding: 1rem;
  /* display: inline-block;
  margin: 0; */
  /* padding: 0 1rem; */
}

@media (max-width: 991px) {
  .swiper a{
    padding: 0.5rem;
  }
}
.see-more-area a{
  display: inline-block;
  padding: 0 1rem;
  margin: 0;
}
.swiper .img-fluid{
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.swiper-pagination{
  margin: 1rem auto;
}
a {
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
  text-decoration: none;
}
.img-fluid{
  border-radius: 1rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

