:root {
  --color-primary: #141414;
  --color-secondary: #1F1F25;
  --color-body: #74787C;
  --color-heading-1: #fff;
  --color-white:#fff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Hanken Grotesk", sans-serif;
  --font-secondary: "Hanken Grotesk", sans-serif;
  --font-3: "fontawesome", sans-serif;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

/* Default  */
.container {
  max-width: 1290px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container-150 {
  max-width: 1620px;
  margin: auto;
  padding: 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-150 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-150 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-150 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container-150 {
    padding: 0 20px;
  }
}

.container-160 {
  max-width: 1600px;
  margin: auto;
}

.mt--100 {
  margin-top: 100px !important;
}

.sub-title {
  padding: 7px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  text-transform: uppercase;
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.container-2 {
  max-width: 1473px;
  margin: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-2 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container-2 {
    padding: 0 20px;
  }
}

.images-thumbnail-large-h1 {
  width: 100%;
}
.images-thumbnail-large-h1 img {
  width: 100%;
}

.p-white {
  color: #74787C;
}

.p-dark {
  color: #74787C;
}

.title-white {
  color: #141414;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
}
@media only screen and (max-width: 575px) {
  .title-white {
    font-size: 36px;
    line-height: 1.1;
  }
  .title-white br {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .title-white {
    font-size: 36px;
    line-height: 1.1;
  }
  .title-white br {
    display: none;
  }
}

.grow-tagline {
  transform: translateY(60px);
}

.grow {
  transform: scale(0.8);
}

.rts-cursor[data-default=no] {
  opacity: 0;
}

.rts-cursor[data-default=no].cursor-inner {
  transition: opacity 0.3s ease;
}

.rts-cursor[data-default=no].cursor-inner.cursor-hover,
.rts-cursor[data-default=no].cursor-inner.cusror-remove {
  opacity: 1;
}

.rts-cursor[data-link=no].cursor-inner.cursor-hover {
  opacity: 0;
}

.rts-cursor[data-slider=no].cursor-inner.cusror-remove {
  opacity: 0;
}

.rts-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translateZ(0);
  visibility: hidden;
}

.rts-cursor.mouse-down .fn-cursor {
  transform: scale(0.9);
}

@media (max-width: 1040px) {
  .rts-cursor {
    display: none;
  }
}
.cursor-link {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 10000000;
  transition: all 0.08s ease-out;
}

.cursor-outer {
  z-index: 10000000;
  transition: transform 0.08s ease-out, opacity 1s ease;
}

.cursor-outer .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #8f8f8f;
}

.cursor-inner .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8f8f8f;
  transition: all 0.5s ease-in-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
}

.cursor-inner {
  z-index: 10000001;
}

.cursor-inner.cursor-hover .fn-cursor {
  margin: -30px 0 0 -30px;
  width: 80px;
  height: 80px;
  background-color: rgba(143, 143, 143, 0.3843137255);
}

.cursor-inner.cursor-remove.cursor-hover .fn-cursor {
  display: none;
}

.cursor-outer.cursor-remove {
  display: none;
}

.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 5px solid #000;
}

.cursor-inner .fn-left,
.cursor-inner .fn-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(50deg);
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: #000;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(130deg);
  left: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(50deg);
  right: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  transform: rotate(130deg);
  right: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: var(--titleColor);
  transition: all 0.3s ease;
}

.cursor-outer.cursor-remove {
  opacity: 0;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
}

.h-100vh {
  height: 100vh;
  overflow: hidden;
}

.slide-div {
  width: 130%;
  padding-left: 190px;
}
@media (max-width: 1600px) {
  .slide-div {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .slide-div {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slide-div {
    padding-left: 15px;
  }
}

.bg-noise {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.bg-noise::before {
  position: absolute;
  content: "";
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  z-index: -1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.274);
  background-position: 50%;
  animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
.banner-one-wrapper .title {
  color: #fff;
  font-weight: 600;
  font-size: 90px;
  line-height: 100px;
}
@media only screen and (max-width: 1199px) {
  .banner-one-wrapper .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-wrapper .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .title {
    font-size: 28px;
    line-height: 47px;
  }
}
.banner-one-wrapper .title span {
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.banner-one-wrapper .title span::after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 12px;
  width: 100%;
  height: 3px;
  background: #A8A8A8;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .title span::after {
    position: absolute;
    content: "";
    left: 4px;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .title span::after {
    left: 3px;
    bottom: 2px;
    width: 100%;
    height: 1px;
  }
}
.banner-one-wrapper .para-wraph {
  position: absolute;
  left: 40%;
  top: 70%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-wrapper .para-wraph {
    left: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-one-wrapper .para-wraph {
    left: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-wrapper .para-wraph {
    left: 10px;
    top: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .para-wraph {
    left: 10px;
    top: 90%;
  }
}
.banner-one-wrapper .para-wraph p {
  color: #D9D9D9;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-wrapper .para-wraph p {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .para-wraph p {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-one-wrapper .para-wraph p {
    width: 95%;
  }
}
.banner-one-wrapper .banner-jump-button {
  top: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-one-wrapper .banner-jump-button {
    top: 135%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-one-wrapper .banner-jump-button {
    top: 115%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-one-wrapper .banner-jump-button {
    top: 170%;
  }
}

.banner-area.banner-style-one {
  position: relative;
  z-index: 0;
  overflow: initial;
}
.banner-area.banner-style-one .explore-button {
  position: absolute;
  top: 62%;
  left: 21%;
  transform: translate(-50%, -50%);
}

.vedio-button-area-banner-one {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 160px;
}

.banner-area.banner-style-one {
  position: relative;
}
.banner-area.banner-style-one .shape-image {
  position: absolute;
  left: 4%;
  top: -10%;
}
.banner-area.banner-style-one .shape-image-2 {
  position: absolute;
  left: 62%;
  top: 240px;
}

.banner-two-wrapper {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .banner-two-wrapper {
    margin-top: 50px;
  }
}
.banner-two-wrapper .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-two-wrapper .title {
    font-size: 40px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-wrapper .title {
    font-size: 36px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-two-wrapper .title {
    font-size: 26px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-two-wrapper .title br {
    display: none;
  }
}
.banner-two-wrapper .title span {
  font-style: italic;
  font-weight: 200;
  position: relative;
}
.banner-two-wrapper .title span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.banner-two-wrapper .badge-banner {
  max-width: -moz-max-content;
  max-width: max-content;
  animation: rotateIt 17s linear infinite;
  margin-top: 60px;
}

.rts-banner-area-three-start {
  z-index: 1;
  position: relative;
}
.rts-banner-area-three-start .banner-shape-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-content-wrapper-three {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .banner-content-wrapper-three {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-wrapper-three {
    padding-top: 50px;
  }
}
.banner-content-wrapper-three .title {
  font-size: 140px;
  font-weight: 600;
  line-height: 140px;
  color: #FFF;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-wrapper-three .title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-wrapper-three .title {
    font-size: 100px;
    font-weight: 600;
    line-height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-wrapper-three .title {
    font-size: 58px;
    font-weight: 600;
    line-height: 75px;
  }
}
@media (max-width: 991px) {
  .banner-content-wrapper-three .title {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.banner-content-wrapper-three .title span {
  color: #FFF;
  font-family: Hanken Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 40px;
  padding: 16px 25px;
  border: 1px solid #1D1D1D;
  border-radius: 10px;
  top: 45px;
  line-height: 40px;
}
@media only screen and (max-width: 1199px) {
  .banner-content-wrapper-three .title span {
    right: -30px;
  }
}
@media (max-width: 1100px) {
  .banner-content-wrapper-three .title span {
    right: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-content-wrapper-three .title span {
    right: 68px;
    top: 1px;
  }
}
@media (max-width: 991px) {
  .banner-content-wrapper-three .title span {
    right: -100px;
  }
}
@media (max-width: 768px) {
  .banner-content-wrapper-three .title span {
    right: -200px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-content-wrapper-three .title span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    padding: 6px 15px;
    top: 14px;
    right: -30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-content-wrapper-three .title span {
    display: none;
  }
}
.banner-content-wrapper-three p {
  color: #74787C;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-content-wrapper-three p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content-wrapper-three p br {
    display: none;
  }
}

.thumbnail-img-banner-three {
  width: 100%;
  max-width: 100%;
  margin-left: 150px;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100% !important;
}
.thumbnail-img-banner-three img {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 150px;
}
@media only screen and (max-width: 767px) {
  .thumbnail-img-banner-three img {
    margin-left: 0;
  }
}

.about-three-bg {
  background: #090909;
}

.rts-banner-area-three-start .small-shape {
  position: absolute;
  left: 53%;
  top: 4%;
}
.rts-banner-area-three-start .small-shape:hover {
  color: inherit;
}
.rts-banner-area-three-start .small-shape img {
  max-width: -moz-max-content;
  max-width: max-content;
}
.rts-banner-area-three-start .speen-shape {
  position: absolute;
  left: 54.7%;
  top: 63%;
  z-index: 2;
  border-radius: 50%;
  border: 1px solid rgba(131, 131, 131, 0.1764705882);
  padding: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area-three-start .speen-shape {
    left: 4%;
    top: 13%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-three-start .speen-shape {
    left: 4%;
    top: 13%;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-area-three-start .speen-shape {
    top: 7%;
  }
}
.rts-banner-area-three-start .speen-shape text textPath {
  color: #fff;
}
.rts-banner-area-three-start .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 29px;
  color: #4D4D4D;
}
.rts-banner-area-three-start .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.rts-banner-area-three-start .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 132px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rts-banner-area-three-start .speen-shape::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}
.rts-banner-area-three-start .social-share-horizental {
  position: absolute;
  bottom: 90px;
  left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-banner-area-three-start .social-share-horizental {
    right: 50px;
    left: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rts-banner-area-three-start .social-share-horizental {
    right: 50px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area-three-start .social-share-horizental {
    left: 59px;
    top: 31%;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-three-start .social-share-horizental {
    left: 59px;
    top: 31%;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 575px) {
  .rts-banner-area-three-start .social-share-horizental {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .rts-banner-area-three-start {
    height: auto !important;
    padding: 0 20px;
  }
}

.social-share-horizental {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.social-share-horizental ul {
  margin: 0;
  padding: 0;
  margin-bottom: 90px;
  list-style: none;
}
.social-share-horizental ul li {
  margin: 20px 0;
}
.social-share-horizental ul li a i {
  color: #fff;
}
.social-share-horizental ul li a svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.social-share-horizental p {
  transform: rotate(-90deg);
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 0;
  margin-left: 0;
  color: #fff;
  position: relative;
}
.social-share-horizental p::after {
  position: absolute;
  top: -1px;
  right: -35px;
  content: "";
  height: 30px;
  width: 1px;
  background: #fff;
  transform: rotate(90deg);
}

.title-area-left-three-large .left-m-para {
  margin-left: 250px;
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 80px;
  position: relative;
}
.title-area-left-three-large .left-m-para::after {
  position: absolute;
  content: "";
  left: -50px;
  height: 120%;
  background: #141414;
  width: 1px;
  top: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-left-three-large .left-m-para {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-left-three-large .left-m-para {
    margin-top: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .banner-bg_four {
    height: 722px;
  }
}

.banner-inner-four .speen-shape-area {
  position: absolute;
  left: 50%;
  top: 44%;
}
@media only screen and (max-width: 767px) {
  .banner-inner-four .speen-shape-area {
    top: 34%;
  }
}
.banner-inner-four .speen-shape {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(131, 131, 131, 0.1764705882);
  padding: 8px;
  transform: translate(-50%, -50%);
}
.banner-inner-four .speen-shape text textPath {
  color: #fff;
}
.banner-inner-four .speen-shape .circle-icon i,
.banner-inner-four .speen-shape .circle-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-inner-four .speen-shape .circle-icon i {
  font-size: 29px;
  color: #4D4D4D;
}
.banner-inner-four .speen-shape .circle-icon svg {
  width: 30px;
  height: 30px;
  fill: #4D4D4D;
}
.banner-inner-four .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.banner-inner-four .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 132px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-inner-four .speen-shape::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}
.banner-inner-four .social-share-horizental {
  position: absolute;
  bottom: 90px;
  left: 50px;
}
.banner-inner-four .title-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 53%;
  min-width: -moz-max-content;
  min-width: max-content;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .banner-inner-four .title-content {
    top: 44%;
  }
}
.banner-inner-four .title-content .title {
  color: #FFF;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-four .title-content .title {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-four .title-content .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-four .title-content .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}
.banner-inner-four .title-content .title span {
  color: #FFF;
  font-size: 72px;
  font-style: italic;
  font-weight: 300;
  line-height: 85px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-four .title-content .title span {
    font-size: 45px;
    font-style: italic;
    font-weight: 300;
    line-height: 73px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-four .title-content .title span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-four .title-content .title span {
    font-size: 18px;
  }
}

.index-five {
  background: #0E0E0E;
}
.index-five .rts-header-area-two {
  position: relative;
  z-index: 5;
  background: #141414;
}

.banner-area-five-wrapper {
  position: relative;
  z-index: 1;
}
.banner-area-five-wrapper .title {
  margin-bottom: 0;
}
.banner-area-five-wrapper .speen-shape {
  position: absolute;
  left: 54%;
  top: 34%;
  border-radius: 50%;
  border: 1px solid rgba(131, 131, 131, 0.1764705882);
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .banner-area-five-wrapper .speen-shape {
    top: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-five-wrapper .speen-shape {
    display: none;
  }
}
.banner-area-five-wrapper .speen-shape text textPath {
  color: #fff;
}
.banner-area-five-wrapper .speen-shape .circle-icon i,
.banner-area-five-wrapper .speen-shape .circle-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-area-five-wrapper .speen-shape .circle-icon i {
  font-size: 30px;
  color: #4D4D4D;
}
.banner-area-five-wrapper .speen-shape .circle-icon svg {
  width: 30px;
  height: 30px;
  fill: #4D4D4D;
}
.banner-area-five-wrapper .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.banner-area-five-wrapper .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 132px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-area-five-wrapper .speen-shape::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}
.banner-area-five-wrapper .inner-image {
  position: absolute;
  left: 50px;
  top: 190px;
  z-index: -1;
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: 0.1;
}
@media only screen and (max-width: 767px) {
  .banner-area-five-wrapper .inner-image img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area-five-wrapper .inner-image img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area-five-wrapper .inner-image img {
    max-width: 100%;
  }
}
.banner-area-five-wrapper .title {
  margin-top: 80px;
  color: #FFF;
  font-family: Hanken Grotesk;
  font-size: 140px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .banner-area-five-wrapper .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-five-wrapper .title {
    font-size: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-five-wrapper .title {
    font-size: 40px;
    text-align: left;
  }
}
.banner-area-five-wrapper .title .ml-more {
  margin-left: 370px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-five-wrapper .title .ml-more {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area-five-wrapper .title .ml-more {
    margin: 0;
  }
}

.rts-title-anim-1-activation .title div {
  display: inline-block;
}

h2 div {
  display: inline-block;
}

.banner-area.banner-style-one .top-center-image {
  position: absolute;
  left: 75%;
  top: 35%;
}
@media only screen and (max-width: 1199px) {
  .banner-area.banner-style-one .top-center-image {
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area.banner-style-one .top-center-image {
    left: 68%;
    top: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-one .top-center-image {
    left: 63%;
    top: 150%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-area.banner-style-one .top-center-image {
    left: 54%;
    top: 180%;
    padding: 0;
  }
}
.banner-area.banner-style-one .top-center-image .speen-shape {
  position: absolute;
  left: 54.7%;
  top: 63%;
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.1764705882);
  padding: 8px;
}
.banner-area.banner-style-one .top-center-image .speen-shape text textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.banner-area.banner-style-one .top-center-image .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
.banner-area.banner-style-one .top-center-image .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.banner-area.banner-style-one .top-center-image .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .banner-area.banner-style-one .top-center-image .uni-circle-text-path {
    max-width: 130px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-area.banner-style-one .top-center-image .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.mt--120 {
  margin-top: 120px !important;
}

.banner-two-wrapper .badge-banner-1 {
  position: absolute;
  left: 50px;
  top: 55%;
}
@media only screen and (min-width: 1919px) {
  .banner-two-wrapper .badge-banner-1 {
    left: -100px;
  }
}
.banner-two-wrapper .speen-shape {
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.1764705882);
  padding: 8px;
  margin-top: 50px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .banner-two-wrapper .speen-shape {
    margin-top: 15px;
  }
}
.banner-two-wrapper .speen-shape text textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.banner-two-wrapper .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
.banner-two-wrapper .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.banner-two-wrapper .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner-two-wrapper .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.rts-banner-two-start {
  position: relative;
}
.rts-banner-two-start .banner-two-bottom-right-shape {
  position: absolute;
  right: 20%;
  bottom: -100px;
}
@media only screen and (max-width: 767px) {
  .rts-banner-two-start .banner-two-bottom-right-shape {
    display: none;
  }
}

.rts-banner-area--four {
  position: relative;
}
.rts-banner-area--four .banner-left-bottom-four {
  position: absolute;
  left: 100px;
  bottom: 0px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area--four .banner-left-bottom-four {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area--four .banner-left-bottom-four {
    left: 20px;
    bottom: -15%;
  }
}
@media only screen and (max-width: 575px), only screen and (max-width: 479px) {
  .rts-banner-area--four .banner-left-bottom-four {
    bottom: -10%;
  }
}
.rts-banner-area--four .banner-left-bottom-four p {
  text-align: right;
  margin-bottom: 0;
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.rts-banner-area--four .banner-left-bottom-four img {
  max-width: 90px;
}

.inner-page {
  background: #0E0E0E;
}
.inner-page .rts-header-area-two {
  position: relative;
}

.language-check .input-group .dropdown-menu {
  padding: 0 15px;
}

.rts-breadcrumb-area {
  border-bottom: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.rts-breadcrumb-area .inner .works {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .works {
    font-size: 16px;
  }
}
.rts-breadcrumb-area .inner .title {
  color: #FFF;
  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 94px;
  }
}
@media (max-width: 1200px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .title {
    font-size: 36px;
  }
}
.rts-breadcrumb-area .inner .bg-text {
  color: rgba(255, 255, 255, 0.03);
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 50%;
  z-index: 0;
  top: 43%;
  transform: translate(-50%, -50%);
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 1400px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 180px;
    top: 45%;
  }
}
@media (max-width: 1200px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 120px;
  }
}
@media (max-width: 768px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 100px;
  }
}
@media (max-width: 576px) {
  .rts-breadcrumb-area .inner .bg-text {
    font-size: 70px;
  }
}

.portfolio-main-wrapper-portfolio-8 {
  position: relative;
  height: 100vh;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper {
  position: absolute;
  bottom: 120px;
  left: 320px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 150px;
    bottom: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 25px;
  }
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .title {
    font-size: 42px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .title {
    font-size: 26px;
    line-height: 35px;
  }
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .disc {
  margin-bottom: 35px;
  color: #EBEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .disc {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .disc {
    width: 88%;
  }
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper p {
  color: #EBEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper p {
    width: 88%;
  }
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .p-view-pro-btn {
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .p-view-pro-btn i {
  margin-left: 0px;
  font-size: 20px;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .vedio-icone {
  left: 22px;
  top: -53px;
  position: absolute;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .vedio-icone a span {
  border-left: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .vedio-icone .video-play-button::after {
  border-color: #fff;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -12%;
  top: -12%;
  display: block;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: waves 3s ease-in-out infinite;
}
.portfolio-main-wrapper-portfolio-8 .banner-area-portfolio-eight .banner-main-wrapper .vedio-icone .video-play-button p {
  min-width: -moz-max-content;
  min-width: max-content;
  min-width: max-content;
  right: -107px;
  position: absolute;
  top: 29px;
  color: #EBEBEB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-transform: capitalize;
}
.portfolio-main-wrapper-portfolio-8 .social-share-horizental {
  position: absolute;
  bottom: 100px;
  left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    left: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    left: 30px;
    bottom: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    display: none;
  }
}
@media (max-width: 1024px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    left: 25px;
  }
}
@media (max-width: 768px) {
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental {
    bottom: 50px;
  }
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental ul {
    margin-bottom: 30px;
  }
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental ul li {
    margin: 0;
    text-align: center;
  }
  .portfolio-main-wrapper-portfolio-8 .social-share-horizental p::after {
    display: none;
  }
}

.portfolio-main-wrapper-portfolio-8 {
  /*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
}
.portfolio-main-wrapper-portfolio-8 .hero-slider {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 0;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-prev,
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider:hover .swiper-button-prev,
.portfolio-main-wrapper-portfolio-8 .hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-prev:before {
  font-family: "fontawesome";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-button-next:before {
  font-family: "fontawesome";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-pagination-custom,
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.portfolio-main-wrapper-portfolio-8 .swiper-pagination {
  text-align: left;
}
.portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 38%;
  }
}
@media (min-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
.portfolio-main-wrapper-portfolio-8 .hero-style {
  height: 100vh;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style {
    height: 100vh;
  }
}
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-title,
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-text,
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-btns {
  max-width: 690px;
}
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style .slide-title h2 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-text p {
  opacity: 0.8;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}
.portfolio-main-wrapper-portfolio-8 .hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
.portfolio-main-wrapper-portfolio-8 .theme-btn, .portfolio-main-wrapper-portfolio-8 .theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}
.portfolio-main-wrapper-portfolio-8 a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.portfolio-main-wrapper-portfolio-8 .theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.portfolio-main-wrapper-portfolio-8 .theme-btn:hover, .portfolio-main-wrapper-portfolio-8 .theme-btn-s2:hover, .portfolio-main-wrapper-portfolio-8 .theme-btn:focus, .portfolio-main-wrapper-portfolio-8 .theme-btn-s2:focus, .portfolio-main-wrapper-portfolio-8 .theme-btn:active, .portfolio-main-wrapper-portfolio-8 .theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.portfolio-main-wrapper-portfolio-8 .theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
.portfolio-main-wrapper-portfolio-8 i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
.portfolio-main-wrapper-portfolio-8 a:hover {
  text-decoration: none;
}
.portfolio-main-wrapper-portfolio-8 .swiper-button-next {
  position: absolute;
  right: 5% !important;
  left: auto !important;
  bottom: 130px;
  top: auto;
}
.portfolio-main-wrapper-portfolio-8 .swiper-button-prev {
  position: absolute;
  right: 10% !important;
  left: auto !important;
  bottom: 130px;
  top: auto;
}

.portfolio-main-wrapper-portfolio-8 .swiper-pagination {
  bottom: 50px !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  right: 50px !important;
  left: auto !important;
  display: flex;
  top: 45%;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 24px;
  align-items: flex-end;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-main-wrapper-portfolio-8 .swiper-pagination {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-main-wrapper-portfolio-8 .swiper-pagination {
    right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .swiper-pagination {
    flex-direction: inherit;
    right: 40px !important;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-main-wrapper-portfolio-8 .swiper-pagination {
    right: -71px !important;
  }
}
@media only screen and (max-width: 479px) {
  .portfolio-main-wrapper-portfolio-8 .swiper-pagination {
    right: -100px !important;
  }
}
.portfolio-main-wrapper-portfolio-8 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
}
.portfolio-main-wrapper-portfolio-8 .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 1px;
}

.inner-page.portfolio-nine {
  background: #fff;
  position: relative;
}
.inner-page.portfolio-nine .banner-portfolio-nine {
  position: fixed;
  left: 140px;
  top: 280px;
  max-width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inner-page.portfolio-nine .banner-portfolio-nine {
    left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-page.portfolio-nine .banner-portfolio-nine {
    left: 50px;
    top: 156px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page.portfolio-nine .banner-portfolio-nine {
    top: 130px;
    position: relative;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-nine .banner-portfolio-nine {
    top: 130px;
    position: relative;
    left: 15px;
  }
}
.inner-page.portfolio-nine .portfolio-nine-wrapper-main span.pre {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
}
.inner-page.portfolio-nine .portfolio-nine-wrapper-main .title {
  color: #141414;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 58px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-nine .portfolio-nine-wrapper-main .title {
    font-size: 32px;
    line-height: 48px;
  }
}
.inner-page.portfolio-nine .portfolio-nine-wrapper-main p {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.inner-page.portfolio-nine .product-wrapper-9 {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page.portfolio-nine .product-wrapper-9 {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-nine .product-wrapper-9 {
    padding: 0 15px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .inner-page.portfolio-nine .product-wrapper-9 {
    flex-direction: column;
  }
}
.inner-page.portfolio-nine .product-wrapper-9 .product-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.inner-page.portfolio-nine .product-wrapper-9 .product-row .inner {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.inner-page.portfolio-nine .product-wrapper-9 .product-row .inner .single-product-9 {
  margin-bottom: 30px;
}
.inner-page.portfolio-nine .product-wrapper-9 .product-row .inner .single-product-9:last-child {
  margin-bottom: 0;
}
.inner-page.portfolio-nine .product-wrapper-9 .product-row.two .inner {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes VarticleSlide {
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes VarticleSlide-2 {
  100% {
    transform: translate3d(0, 50%, 0);
  }
}
.inner-page.portfolio-ten {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .inner-page.portfolio-ten {
    height: 120vh;
    position: relative;
    z-index: 1;
  }
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 55%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 40%;
    z-index: 5;
    flex-direction: column;
    align-items: flex-start;
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main {
    top: 100px;
  }
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main:hover {
  z-index: 50;
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title {
  margin: 0 15px;
  position: relative;
  float: right;
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title span {
  position: absolute;
  top: -80px;
  left: 0;
  color: #fff;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title span {
    top: -55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title span {
    top: -37px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title span {
    top: 5px;
    left: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title span {
    top: -25px;
  }
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
  color: #dddddd;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  text-transform: capitalize;
  transition: 0.3s;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title {
    font-size: 36px;
    line-height: 71px;
  }
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main .single-portfolio-tem-title .title:hover {
  color: #fff !important;
}
.inner-page.portfolio-ten .banner-10-swiper-wrapper-main.two {
  top: 75%;
  left: 5%;
}
@media only screen and (max-width: 767px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main.two {
    top: 39%;
    right: 5%;
    left: auto;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page.portfolio-ten .banner-10-swiper-wrapper-main.two {
    top: 51%;
    left: 15px;
  }
}
.inner-page.portfolio-ten .portfolio-main-10-wrapper {
  display: flex;
  flex-direction: column;
}
.inner-page.portfolio-ten .portfolio-main-10-wrapper:hover .single-portfolio-tem-title .title {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #ffffff;
}
.inner-page.portfolio-ten .hover-slider-main-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.inner-page.portfolio-ten .hover-slider-main-wrapper .rts-portfolio-wrapper-10 .rts-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition: all 0.4s ease-in-out;
}
.inner-page.portfolio-ten .hover-slider-main-wrapper .rts-portfolio-wrapper-10 .rts-img-hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.inner-page.portfolio-ten .hover-slider-main-wrapper .rts-portfolio-wrapper-10 .rts-img-hover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.inner-page.portfolio-ten::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(4, 4, 4, 0.3019607843);
  z-index: 5;
  opacity: 1;
  pointer-events: none;
}

.inner-page.portfolio-five {
  height: 100vh;
  overflow: hidden;
  display: block;
}

.sticky-column {
  position: sticky;
  top: 0;
}

.content {
  flex: 1;
}

.blog-details-breadcrumb .main-wrapper {
  height: 665px;
  width: 100%;
  overflow: hidden;
}
.blog-details-breadcrumb .main-wrapper .thumbnail-banner-large-iamge {
  background-image: url(../images/blog/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  transform: scaleX(1.4);
}

.hero-slider .mySwiper-7-varticle2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.portfolio-main-wrapper-portfolio-8 .mySwiper-7-varticle2 .banner-area-portfolio-eight .banner-main-wrapper {
  left: 200px;
  max-width: 650px;
}
@media (max-width: 1199px) {
  .portfolio-main-wrapper-portfolio-8 .mySwiper-7-varticle2 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 180px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .mySwiper-7-varticle2 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 150px;
    bottom: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-main-wrapper-portfolio-8 .mySwiper-7-varticle2 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 130px;
    bottom: 35px;
  }
}
@media (max-width: 575px) {
  .portfolio-main-wrapper-portfolio-8 .mySwiper-7-varticle2 .banner-area-portfolio-eight .banner-main-wrapper {
    left: 30px;
    bottom: 30px;
  }
}

body.coming-soon {
  height: 100vh;
  position: relative;
}

.banner-inner-7 .title {
  text-transform: uppercase;
  color: #FFF;
  font-size: 85px;
  font-style: normal;
  font-weight: 300;
  line-height: 100px; /* 111.111% */
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-7 .title {
    font-size: 65px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-7 .title {
    font-size: 54px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-7 .title {
    font-size: 44px;
    line-height: 69px;
  }
  .banner-inner-7 .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-7 .title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-inner-7 .title {
    font-size: 32px;
    line-height: 46px;
  }
}
.banner-inner-7 .title span {
  color: #FFF;
  font-size: 85px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .banner-inner-7 .title span {
    font-size: 65px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-7 .title span {
    font-size: 54px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-inner-7 .title span {
    font-size: 44px;
    line-height: 69px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-inner-7 .title span {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-inner-7 .title span {
    font-size: 32px;
    line-height: 46px;
  }
}

.rts-banner-area-7 {
  position: relative;
}
.rts-banner-area-7 .icon-area-small {
  position: absolute;
  top: 1%;
  left: 17%;
}

.rts-banner-area-7 .speen-shape {
  position: absolute;
  left: 45%;
  top: 70%;
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.1764705882);
  padding: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-banner-area-7 .speen-shape {
    left: 41%;
  }
}
@media only screen and (max-width: 767px) {
  .rts-banner-area-7 .speen-shape {
    left: 41%;
    display: none;
  }
}
.rts-banner-area-7 .speen-shape text textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.rts-banner-area-7 .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}
.rts-banner-area-7 .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.rts-banner-area-7 .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rts-banner-area-7 .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.rts-banner-area-7 {
  position: relative;
}

.social-text-start {
  position: absolute;
  bottom: 70px;
  left: 50px;
}
@media only screen and (max-width: 575px) {
  .social-text-start {
    left: 0;
  }
}
.social-text-start ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  list-style: none;
}
.social-text-start ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-text-start ul li a {
  color: #D9D9D9;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  position: relative;
}
.social-text-start ul li a svg {
  width: 16px;
  height: 16px;
  fill: #D9D9D9;
}
.social-text-start ul li a::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  content: "";
  transition: 0.3s;
}
.social-text-start ul li a:hover::after {
  width: 100%;
}

.right-text-area-start-7 {
  max-width: 30%;
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: 60px;
}
@media only screen and (max-width: 575px) {
  .right-text-area-start-7 {
    display: none;
  }
}
.right-text-area-start-7 p {
  text-align: right;
  max-width: 50%;
  margin-left: auto;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-text-area-start-7 p {
    max-width: 92%;
  }
}
@media only screen and (max-width: 767px) {
  .right-text-area-start-7 p {
    max-width: 92%;
  }
}

.inner-content-product-h6 {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-content-product-h6 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-content-product-h6 {
    padding-left: 10px;
  }
}
.inner-content-product-h6 .inner {
  padding-bottom: 75px;
}
.inner-content-product-h6 .inner span {
  color: #fff;
  text-transform: capitalize;
}
.inner-content-product-h6 .inner span a {
  color: #fff;
}
.inner-content-product-h6 .inner .title {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner-area.banner-style-one .speen-shape .circle-icon svg {
  width: 40px;
  fill: #fff;
}

.rts-banner-area-three-start .speen-shape .circle-icon svg {
  width: 29px;
  fill: #4D4D4D;
}

.banner-two-wrapper .speen-shape .circle-icon svg {
  width: 30px;
  fill: #919090;
}

.rts-banner-area-7 .circle-icon svg {
  width: 40px;
  fill: #fff;
}

.banner-area.banner-style-one .speen-shape .circle-icon svg, .rts-banner-area-three-start .speen-shape .circle-icon svg, .banner-two-wrapper .speen-shape .circle-icon svg, .rts-banner-area-7 .speen-shape .circle-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.accordion-faq-2 {
  margin-top: 50px;
}
.accordion-faq-2 .accordion-item {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 5px;
}
.accordion-faq-2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-faq-2 .accordion-item .accordion-header {
  border: none;
  box-shadow: none;
}
.accordion-faq-2 .accordion-item .accordion-header button {
  box-shadow: none;
  border: none;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #141414;
  padding: 25px 30px;
  transform: none !important;
}
@media only screen and (max-width: 479px) {
  .accordion-faq-2 .accordion-item .accordion-header button {
    padding: 15px;
  }
}
.accordion-faq-2 .accordion-item .accordion-header button::after {
  transform: none;
  background-image: none;
  content: "+";
  top: 0;
  pointer-events: all;
  position: absolute;
  right: 25px;
  top: 33%;
  font-family: "fontawesome";
}
.accordion-faq-2 .accordion-item .accordion-header button[aria-expanded=true]::after {
  content: "\f068";
}
.accordion-faq-2 .accordion-item .accordion-body {
  padding: 0 30px 25px 30px;
}

.four-accordion-area-faq .accordion-item {
  box-shadow: none;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item {
    padding: 20px 0;
  }
}
.four-accordion-area-faq .accordion-item::after {
  position: absolute;
  left: 150px;
  height: 100%;
  border: 1px solid #D9D9D9;
  content: "";
  top: 0;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item::after {
    display: none;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header {
  border: none;
  background: transparent;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-header {
    padding-left: 0;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header button {
  background-color: transparent;
  border: none;
  position: relative;
  color: #141414;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-header button {
    font-size: 22px;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header button::after {
  display: none;
}
.four-accordion-area-faq .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.four-accordion-area-faq .accordion-item .accordion-header button .accordion-icon-area {
  position: absolute;
  left: -8%;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .four-accordion-area-faq .accordion-item .accordion-header button .accordion-icon-area {
    left: -11%;
  }
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-header button .accordion-icon-area {
    left: -15%;
  }
}
.four-accordion-area-faq .accordion-item .accordion-header button .accordion-icon-area span {
  font-size: 22px !important;
  color: #141414;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid #141414;
  align-items: center;
  justify-content: center;
}
.four-accordion-area-faq .accordion-item .accordion-header button .accordion-icon-area span.accordion-icon {
  display: flex;
}
.four-accordion-area-faq .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon-active {
  display: flex !important;
}
.four-accordion-area-faq .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon {
  display: none !important;
}
.four-accordion-area-faq .accordion-item .accordion-collapse {
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .four-accordion-area-faq .accordion-item .accordion-collapse {
    padding-left: 0;
  }
}

.image-wrapper-main-about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mt-dec-135 {
  margin-top: -135px;
}

.rts-about-area-1 {
  position: relative;
  z-index: 52;
}

.grid-lines-wrapper {
  width: 67%;
  position: absolute;
  margin: auto;
  z-index: -1;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.grid-lines-wrapper .grid-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.grid-lines-wrapper .grid-lines .grid-line {
  height: 100%;
  width: 1px;
  background: #EEEEEE;
}

.rts-about-area-1 {
  position: relative;
  z-index: 10;
}

.text-split-wrap-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .text-split-wrap-about {
    margin-top: 100px;
  }
}
.text-split-wrap-about h2 {
  font-weight: 800;
  font-size: 100px;
  line-height: 110px;
  color: #141414;
  text-transform: uppercase;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .text-split-wrap-about h2 {
    font-size: 60px;
  }
}

.about-three-thumbnail-left img {
  filter: grayscale(1);
}

.parallax-about figure,
.parallax-case figure {
  position: relative;
  margin: 0;
}
.parallax-about .pli-image-hover-zoom,
.parallax-case .pli-image-hover-zoom {
  transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
}
.parallax-about img,
.parallax-case img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: scale(1.2);
  transform-origin: 50% 100%;
  width: 100%;
  height: auto;
  height: auto;
}

.thumbnail-about-4 {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .thumbnail-about-4 {
    padding-right: 0;
  }
}

.rts-about-area-4.parallax-about img {
  width: 100% !important;
}

.rts-about-area .pli-image {
  max-width: -moz-max-content;
  max-width: max-content;
}

.click-down-bottom {
  width: 40px;
  height: 80px;
  border-radius: 20px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.click-down-bottom svg {
  margin-top: -10px;
  position: relative;
  animation: jump-1 5s linear infinite;
}

@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.inner-page.about .title-faq-4 .title {
  color: #fff !important;
}
.inner-page.about .title-faq-4 .pre {
  color: #fff;
}
.inner-page.about .four-accordion-area-faq .accordion-item .accordion-header button {
  color: #fff;
}
.inner-page.about .four-accordion-area-faq {
  border-top: 1px solid #1D1D1D;
}
.inner-page.about .four-accordion-area-faq .accordion-item::after {
  background: #1D1D1D;
}
.inner-page.about .four-accordion-area-faq .accordion-item {
  border-bottom: 1px solid #1D1D1D;
}
.inner-page.about .accordion-body p {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.inner-page.about .four-accordion-area-faq .accordion-item .accordion-header button::before {
  border: 1px solid #2B2B2B;
  color: #2B2B2B;
}

.rts-video-area-about {
  background-image: url(../images/about/11.jpg);
  height: 700px;
  background-attachment: fixed;
}

.read-more-area-service-seven {
  transition: 0.3s;
}
.read-more-area-service-seven:hover {
  color: #fff;
}

.rts-reveal-one, .rts-reveal-two, .rts-reveal-three, .rts-reveal-to-bottom-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  right: 0;
  overflow: hidden;
}

.rts-reveal-one {
  width: 80%;
  height: 80%;
  margin-left: auto;
}

.credit {
  font-family: Termina, sans-serif;
  position: absolute;
  bottom: 10px;
}
.credit a {
  color: white;
}

.scrolltext-wrapper {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.scrolltext-wrapper h2.title {
  width: 500vw;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .scrolltext-wrapper h2.title {
    margin-bottom: 100px !important;
  }
}

.service-area-main-wrapper-style-one {
  display: block;
  margin-top: 80px;
}
.service-area-main-wrapper-style-one .single-service-start {
  display: flex;
  align-items: center;
  padding: 56px 0;
  border-bottom: 1px solid #F0F0F0;
}
.service-area-main-wrapper-style-one .single-service-start:first-child {
  border-top: 1px solid #F0F0F0;
}
.service-area-main-wrapper-style-one .single-service-start .left-area {
  flex-basis: 50%;
}
.service-area-main-wrapper-style-one .single-service-start .left-area a .title {
  color: #141414;
}
.service-area-main-wrapper-style-one .single-service-start .right-area {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-area-main-wrapper-style-one .single-service-start .right-area .button-arrow a {
  display: flex;
  display: flex;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #141414;
  justify-content: center;
  transition: 0.3s;
}
.service-area-main-wrapper-style-one .single-service-start .right-area .button-arrow a i {
  color: #141414;
}
.service-area-main-wrapper-style-one .single-service-start .right-area .button-arrow a:hover {
  background: #141414;
  border-color: #141414;
  transform: scale(1.2);
}
.service-area-main-wrapper-style-one .single-service-start .right-area .button-arrow a:hover i {
  color: #fff;
  transform: scale(0.9);
}
.service-area-main-wrapper-style-one .single-service-start .right-area p.disc {
  margin-bottom: 0;
  color: #141414;
}

.our-service-area-start .categories-wrapper {
  height: -moz-max-content;
  height: max-content;
}
.our-service-area-start .categories-wrapper .categories {
  width: 100%;
  height: auto;
}
.our-service-area-start .categories-wrapper .images {
  position: relative;
  z-index: 1;
}
.our-service-area-start .categories-wrapper .images img {
  position: absolute;
  height: 300px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  transform: scale(0.8);
}

.single-service-h2.invert- .icon {
  border: 1px solid #141414;
}
.single-service-h2.invert- .icon img {
  filter: invert(1);
}

.single-service-h2.invert-yes:hover {
  background: #fff;
}
.single-service-h2.invert-yes:hover .icon {
  border: 1px solid #141414;
}
.single-service-h2.invert-yes:hover .icon img {
  filter: invert(1);
}
.single-service-h2.invert-yes:hover .inner-content a .title {
  color: #141414;
}
.single-service-h2.invert-yes:hover .inner-content p.disc {
  color: #828282;
}
.single-service-h2.invert-yes:hover .inner-content a.btn-arrow-right {
  color: #141414;
}

.single-service-h2 {
  padding: 50px;
  background: linear-gradient(180deg, #383838 0%, rgba(56, 56, 56, 0) 100%);
  border: 1px solid #373737;
  filter: drop-shadow(0px 8px 53px rgba(13, 9, 54, 0.03));
  border-radius: 8px;
}
.single-service-h2 .icon {
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: 0.3s;
}
.single-service-h2 .icon img {
  transition: 0.3s;
}
.single-service-h2 .inner-content a .title {
  color: #fff;
  transition: 0.3s;
}
.single-service-h2 .inner-content p.disc {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
  color: #828282;
}
.single-service-h2 .inner-content a.btn-arrow-right {
  color: #fff;
  align-items: center;
  transition: 0.3s;
}
.single-service-h2 .inner-content a.btn-arrow-right i {
  margin-left: 5px;
}

.single-service-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  border-bottom: 1px solid #141414;
}
.single-service-area-start:first-child {
  border-top: 1px solid #141414;
}
@media only screen and (max-width: 767px) {
  .single-service-area-start:first-child {
    margin: 0;
    padding: 0;
  }
}
.single-service-area-start .number-area {
  flex-basis: 20%;
}
.single-service-area-start .number-area span {
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282828;
  color: #282828;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-service-area-start .title-area {
  flex-basis: 32%;
  z-index: 5;
  position: relative;
}
.single-service-area-start .title-area .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 0;
}
.single-service-area-start .discription-area {
  flex-basis: 45%;
  position: relative;
  z-index: 5;
}
.single-service-area-start .discription-area .disc {
  color: #74787C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.single-service-area-start .discription-area .sm-service-area-wrapper .sm-service {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 15px;
}
.single-service-area-start .discription-area .sm-service-area-wrapper .sm-service i {
  color: #fff;
}
.single-service-area-start .discription-area .sm-service-area-wrapper .sm-service p {
  margin-bottom: 0;
  color: #fff;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
.single-service-area-start .discription-area .sm-service-area-wrapper .sm-service:last-child {
  margin-bottom: 0;
}
.single-service-area-start .end-arrow {
  flex-basis: 3%;
}
.single-service-area-start .end-arrow a {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.single-service-area-start .end-arrow a i {
  color: #74787C;
  transition: 0.3s;
}
.single-service-area-start .end-arrow a:hover {
  border-color: #fff;
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
}
.single-service-area-start .end-arrow a:hover i {
  color: #000000;
}

.rts-service-area.three {
  position: relative;
}
.rts-service-area.three .shape {
  position: absolute;
  left: 0;
  top: 0;
}

.single-service-card-box-1 {
  background: #F6F6F6;
  padding: 50px;
  position: relative;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .single-service-card-box-1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-service-card-box-1 {
    padding: 25px;
  }
}
.single-service-card-box-1 .right-icon {
  color: rgba(20, 20, 20, 0.07);
  position: absolute;
  right: 54px;
  top: 34px;
  font-family: Hanken Grotesk;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4px;
}
.single-service-card-box-1 .icon {
  margin-bottom: 30px;
}
.single-service-card-box-1 .icon img {
  filter: invert(1);
}
.single-service-card-box-1 .title {
  color: #141414;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  max-width: 160px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .single-service-card-box-1 .title {
    font-size: 20px;
  }
}
.single-service-card-box-1 .check-area-wrapper .single-check-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}
.single-service-card-box-1 .check-area-wrapper .single-check-area p {
  margin-bottom: 0;
}
.single-service-card-box-1 .plus-btn {
  display: flex;
  align-items: center;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 45px;
  display: inline-block;
}
.single-service-card-box-1 .plus-btn i {
  margin-left: 10px;
}

.single-service-card-box-1.yes {
  transition: 0.3s;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 99%;
}
.single-service-card-box-1.yes .right-icon, .single-service-card-box-1.yes .title, .single-service-card-box-1.yes .single-check-area p, .single-service-card-box-1.yes .plus-btn, .single-service-card-box-1.yes .right-icon {
  transition: 0.3s;
}
.single-service-card-box-1.yes::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  background: #fff;
  height: 101%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.single-service-card-box-1.yes::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.single-service-card-box-1.yes:hover::after {
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.single-service-card-box-1.yes:hover .title, .single-service-card-box-1.yes:hover .single-check-area i, .single-service-card-box-1.yes:hover .single-check-area p, .single-service-card-box-1.yes:hover .plus-btn, .single-service-card-box-1.yes:hover .right-icon {
  color: #fff;
}
.single-service-card-box-1.yes:hover .icon {
  filter: invert(1);
}

.service-collups-area .accordion-item {
  background: transparent;
  padding-bottom: 70px;
  border-top: none;
  padding-top: 70px;
  position: relative;
  border-radius: 0 !important;
}
.service-collups-area .accordion-item:first-child {
  border-top: 1px solid rgba(205, 205, 205, 0.3019607843);
}
.service-collups-area .accordion-item:nth-child(2)::after {
  content: "02";
}
.service-collups-area .accordion-item:nth-child(3)::after {
  content: "03";
}
.service-collups-area .accordion-item .step_number {
  position: absolute;
  right: 0;
  font-size: 140px;
  color: rgba(205, 205, 205, 0.3019607843);
  top: 50%;
  transform: translateY(-50%);
  line-height: 140px;
  font-weight: 600;
}
.service-collups-area .accordion-item::before {
  position: absolute;
  content: "";
  left: 14%;
  height: 100%;
  top: 0;
  width: 1px;
  background: #2b2b2b;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-collups-area .accordion-item::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .service-collups-area .accordion-item::before {
    display: none;
  }
}
.service-collups-area .accordion-item .accordion-header {
  background: transparent;
}
.service-collups-area .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.service-collups-area .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.service-collups-area .accordion-item .accordion-header .accordion-button .left-icon {
  flex-basis: 18%;
}
@media (max-width: 1599px) {
  .service-collups-area .accordion-item .accordion-header .accordion-button .left-icon {
    flex-basis: 19%;
  }
}
.service-collups-area .accordion-item .accordion-header .accordion-button .left-icon i {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  border: 1px solid #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.service-collups-area .accordion-item .accordion-header .accordion-button .mid-title .title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
@media only screen and (max-width: 767px) {
  .service-collups-area .accordion-item .accordion-header .accordion-button .mid-title .title {
    font-size: 29px;
  }
}
@media only screen and (max-width: 479px) {
  .service-collups-area .accordion-item .accordion-header .accordion-button .mid-title .title {
    font-size: 20px;
    line-height: 26px;
    margin-left: 20px;
  }
}
.service-collups-area .accordion-item .accordion-header .accordion-button[aria-expanded=true] .left-icon i::before {
  content: "\f063";
}
.service-collups-area .accordion-item .accordion-body {
  display: flex;
  justify-content: center;
  margin-left: -515px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-collups-area .accordion-item .accordion-body {
    margin-left: -300px;
  }
}
@media (max-width: 1200px) {
  .service-collups-area .accordion-item .accordion-body {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.service-collups-area .accordion-item .accordion-body .img-area {
  left: -85px;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-collups-area .accordion-item .accordion-body .img-area {
    left: -100px;
  }
}
@media (max-width: 1300px) {
  .service-collups-area .accordion-item .accordion-body .img-area {
    left: -50px;
  }
}
@media (max-width: 1200px) {
  .service-collups-area .accordion-item .accordion-body .img-area {
    left: 0;
  }
}
.service-collups-area .accordion-item .accordion-body .img-area img {
  max-width: 350px;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .left-content-story-5 p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .left-content-story-5 p br {
    display: none;
  }
}

/*----------------------------------------*/
/*  17. SERVICE CSS START
/*----------------------------------------*/
.rts-service-1 {
  padding-top: 70px;
  position: relative;
}

.rts-service-item-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 50% 35% 15%;
  padding: 55px 0 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-service-item-1 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-service-item-1 {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.rts-service-item-1:hover .service__btn-3 .button-arrow a {
  border-color: #141414;
  background: #141414;
  transform: scale(1.3);
}
.rts-service-item-1:hover .service__btn-3 .button-arrow a i {
  color: #ffffff;
  transform: scale(0.5);
}
.rts-service-item-1 .service__btn-3 .button-arrow a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #141414;
  transition: 0.3s;
}
.rts-service-item-1 .service__btn-3 .button-arrow a i {
  color: #74787C;
  transition: 0.3s;
  font-size: 22px;
}

.service__title-2, .service__title-3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #141414;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

.service__content-3 {
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.service__content-3 p {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}

.service__content-3 ul {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.service__content-3 ul li {
  font-size: 18px;
  color: #000;
}

.service__btn-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.service__btn-3 #btn_wrapper, .service__btn-3 .btn_wrapper {
  width: 200px;
  height: 200px;
  margin-right: -15px;
}

.btn_wrapper, #btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 250px;
  width: 250px;
  border-radius: 100%;
  margin-left: -40px;
}

.btn-item {
  position: absolute;
}

.wc-btn-primary, .wc-btn-black, .wc-btn-light, .wc-btn-pink, .wc-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black-3);
  border: 1px solid var(--gray);
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.wc-btn-black span {
  background-color: var(--black-2);
}

.rts-service-hover-bg {
  width: 300px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
}

.rts-service-item-1:hover .rts-service-hover-bg {
  opacity: 1;
}

.service-area-one-main-wrapper .grid-item:first-of-type .single-item-service-one {
  border-top: none;
}
.service-area-one-main-wrapper .single-item-service-one {
  height: 10.75vw;
  display: inline-flex;
  width: 100%;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  border-top: solid 1px #e8e8e8;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-area-one-main-wrapper .single-item-service-one {
    height: auto !important;
    display: flex;
    width: 100%;
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area-one-main-wrapper .single-item-service-one {
    height: auto !important;
    display: flex;
    width: 100%;
    position: relative;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area-one-main-wrapper .single-item-service-one {
    align-items: center;
    display: flex;
    height: auto;
  }
}
.service-area-one-main-wrapper .single-item-service-one:hover a .rts-img-contaciner {
  width: 11.22vw !important;
}
.service-area-one-main-wrapper .single-item-service-one:hover a .list-title {
  transform: translateX(12.5vw);
}
.service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
  opacity: 0;
  transform: translateX(15%);
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 1 !important;
  }
}
.service-area-one-main-wrapper .single-item-service-one:hover a .button-area svg {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 575px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .rts-img-contaciner {
    width: 32.22vw !important;
  }
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-title {
    transform: translateX(38.5vw);
  }
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 0;
    transform: translateX(45%);
  }
}
@media only screen and (max-width: 575px) and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .list-info {
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 575px) {
  .service-area-one-main-wrapper .single-item-service-one:hover a .button-area {
    margin: auto 43vw auto auto;
  }
}
.service-area-one-main-wrapper .single-item-service-one a {
  display: flex;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .rts-img-contaciner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70%;
  width: 0;
  margin: auto 0;
  overflow: hidden;
  font-size: 0;
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .rts-img-contaciner .list-img {
  position: absolute;
  left: 50%;
  top: 11px;
  overflow: unset;
  transform: translateX(-50%) scale(1.4);
  height: 100%;
  width: auto;
  margin: auto;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .rts-img-contaciner .list-img .list-img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  backface-visibility: hidden;
  will-change: transform;
  transform: translateX(-50%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .list-title {
  height: 30%;
  margin: auto 0;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
  width: 30vw;
  padding-right: 0;
  font-size: 2vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
    font-size: 16px;
    width: 100%;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .list-info {
  height: 53%;
  margin: auto 0 auto 0;
  padding-top: 4pt;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-area-one-main-wrapper .single-item-service-one a .button-area {
  height: 0%;
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 767px) {
  .service-area-one-main-wrapper .single-item-service-one a .button-area {
    margin: 0;
  }
}
.service-area-one-main-wrapper .single-item-service-one a .button-area svg {
  display: block;
  width: 18px;
  transform: rotate(-90deg);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rts-service-area.list .title-top-service-varticle .title {
  color: #FFFFFF;
}
.rts-service-area.list .title-top-service-varticle .learn-more-btn {
  color: #FFFFFF;
}
.rts-service-area.list .title-top-service-varticle .learn-more-btn:hover i {
  background: #FFFFFF;
  border: transparent;
  color: #141414;
  transform: scale(1.2);
}
.rts-service-area.list .title-top-service-varticle .learn-more-btn i {
  border: 1px solid #FFFFFF;
}
.rts-service-area.list .service-area-one-main-wrapper .single-item-service-one:first-child a {
  border-top: none;
  padding-top: 0;
}
.rts-service-area.list .service-area-one-main-wrapper .single-item-service-one a {
  border-top: 1px solid #272727;
}
.rts-service-area.list .service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
  color: #FFFFFF;
}
.rts-service-area.list .service-area-one-main-wrapper .single-item-service-one a .button-area svg path {
  fill: #FFFFFF;
}

.mySwiper-testimonails-about-s {
  overflow: hidden;
  position: relative;
}
.mySwiper-testimonails-about-s .swiper-button-next,
.mySwiper-testimonails-about-s .swiper-button-prev {
  background-image: none;
  position: absolute;
}
.mySwiper-testimonails-about-s .swiper-button-next::after,
.mySwiper-testimonails-about-s .swiper-button-prev::after {
  font-family: var(--font-3);
  position: absolute;
  font-size: 20px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .mySwiper-testimonails-about-s .swiper-button-next::after,
  .mySwiper-testimonails-about-s .swiper-button-prev::after {
    height: 40px;
    width: 40px;
  }
}
.mySwiper-testimonails-about-s .swiper-button-next:hover::after,
.mySwiper-testimonails-about-s .swiper-button-prev:hover::after {
  background: #fff;
  color: #141414;
}
.mySwiper-testimonails-about-s .swiper-button-prev {
  right: 120px;
  left: auto;
  bottom: 40px;
  top: auto;
}
@media only screen and (max-width: 479px) {
  .mySwiper-testimonails-about-s .swiper-button-prev {
    bottom: 8px;
  }
}
.mySwiper-testimonails-about-s .swiper-button-prev::after {
  border: 1px solid #141414;
  content: "";
}
.mySwiper-testimonails-about-s .swiper-button-next {
  right: 60px;
  left: auto;
  bottom: 40px;
  top: auto;
}
@media only screen and (max-width: 479px) {
  .mySwiper-testimonails-about-s .swiper-button-next {
    bottom: 8px;
  }
}
.mySwiper-testimonails-about-s .swiper-button-next::after {
  border: 1px solid #141414;
  content: "";
}

.bg-dark-s {
  background: #0E0E0E;
}

.rts-header-area-two.header--sticky.six {
  background: #141414;
}

.main-page-title-service-left-area {
  position: relative;
}
.main-page-title-service-left-area .title-page {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
}
@media only screen and (max-width: 767px) {
  .main-page-title-service-left-area .title-page {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .main-page-title-service-left-area .title-page {
    font-size: 36px;
    line-height: 45px;
  }
}

.check-area-main-sd .single-check {
  display: flex;
  align-items: center;
  margin: 8px 0;
  gap: 12px;
}
.check-area-main-sd .single-check i {
  color: #9C9C9C;
}
.check-area-main-sd .single-check p {
  color: #fff;
}

.circle-speen.yes .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}

.circle-speen .speen-shape {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.1764705882);
  padding: 8px;
}
.circle-speen .speen-shape text textPath {
  color: var(--primaryColor);
  font-size: 9px;
  letter-spacing: 1px;
}
.circle-speen .speen-shape i, .circle-speen .speen-shape .circle-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-speen .speen-shape i {
  font-size: 30px;
  color: #919090;
}
.circle-speen .speen-shape .circle-icon svg {
  width: 30px;
  fill: #919090;
}
.circle-speen .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle-speen .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}

.fsm-opened body {
  overflow: hidden;
  height: 100vh !important;
}

.single-para-title-service-details .title {
  margin-bottom: 10px;
}
.single-para-title-service-details p.disc {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.single-para-title-service-details p.disc span {
  color: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .pl_lg--0 {
    padding-left: 10px !important;
  }
}

.service-details-accordion-area .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  text-transform: capitalize;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .service-details-accordion-area .title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .service-details-accordion-area .title {
    font-size: 26px;
    line-height: 38px;
  }
}
.service-details-accordion-area .accordion {
  margin-top: 40px;
}
.service-details-accordion-area .accordion .accordion-item {
  background-color: transparent;
  padding: 16px 0;
  border-top: 1px solid #333;
}
.service-details-accordion-area .accordion .accordion-item:last-child {
  border-bottom: 1px solid #333;
}
.service-details-accordion-area .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.service-details-accordion-area .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
}
.service-details-accordion-area .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  font-family: var(--font-3);
}
.service-details-accordion-area .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.service-details-accordion-area .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
.service-details-accordion-area .accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 15px;
}
.service-details-accordion-area .accordion .accordion-item .accordion-body p {
  text-transform: capitalize;
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.service-details-form input {
  width: 100%;
  height: 50px;
  background: #212121;
  margin-bottom: 15px;
}
.service-details-form textarea {
  height: 130px;
  background: #212121;
  padding: 15px 15px;
}
.service-details-form button {
  height: 50px;
  background: #fff;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  transition: 0.3s;
}
.service-details-form button:hover {
  background: #141414;
  color: #fff;
}

.download-area-service-details .left-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-area-service-details .left-download .icon-area {
  display: flex;
  align-items: center;
  gap: 24px;
}
.download-area-service-details .left-download .icon-area .info .title {
  margin-bottom: 5px;
}

.single-service-style-seven .icon {
  margin-bottom: 30px;
}
.single-service-style-seven .title-1 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.single-service-style-seven p.disc {
  max-width: 80%;
}

.mt_sm--30 {
  margin-top: 30px !important;
}

.bg-dark-1 .title {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .bg-dark-1 .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 575px) {
  .bg-dark-1 .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.bg-dark-1 .sub-title {
  border-color: #141414;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 16px;
}
.bg-dark-1 p.disc {
  color: #828282;
}
.bg-dark-1 a.learn-more-btn {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: 0.3s;
  min-width: -moz-max-content;
  min-width: max-content;
}
.bg-dark-1 a.learn-more-btn:hover i {
  transform: scale(1.2);
  background: #fff;
  color: #141414;
}
.bg-dark-1 a.learn-more-btn i {
  margin-left: 30px;
  font-size: 20px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.rt-pt-Style2:nth-child(even) {
  flex-direction: row-reverse;
  margin: 20px 0;
}

.use-case-area-start {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 575px) {
  .use-case-area-start {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper {
    min-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper {
    min-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .use-case-area-start .content-wrapper {
    width: 100%;
  }
}
.use-case-area-start .content-wrapper br {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper .sub-title {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .use-case-area-start .content-wrapper .title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper .title {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .use-case-area-start .content-wrapper .title {
    font-size: 26px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .use-case-area-start .content-wrapper br {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .use-case-area-start {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .carticle-slide-active .container-full-150 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .carticle-slide-active .container-full-150 {
    padding: 0 25px;
  }
}

.explore-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .explore-more-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.explore-more-wrapper p {
  margin-bottom: 0;
}

.large-image-option-start {
  position: relative;
}
.large-image-option-start .product-shape-left {
  position: absolute;
  left: 0;
  top: 24%;
}

.images-thumbnail-large-h1 {
  position: relative;
}
.images-thumbnail-large-h1 .top-center-image {
  position: absolute;
  left: 45%;
  top: -30px;
  animation: rotateIt 17s linear infinite;
}

.counter-up-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.counter-up-wrapper .counter-single {
  margin: 0;
  min-width: 319px;
  height: 260px;
  border-right: 1px dashed #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-up-wrapper .counter-single:first-child {
  border-left: 1px solid transparent;
}
.counter-up-wrapper .counter-single:last-child {
  border-right: 1px solid transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-up-wrapper .counter-single {
    min-width: 340px;
    height: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper .counter-single {
    min-width: 270px;
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper .counter-single {
    margin: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper .counter-single {
    margin: 0;
    border: none;
  }
}
.counter-up-wrapper .counter-single .inner {
  text-align: center;
}
.counter-up-wrapper .counter-single .inner .title {
  font-weight: 500;
  font-size: 60px;
  line-height: 90px;
  position: relative;
}
.counter-up-wrapper .counter-single .inner .title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  height: 1px;
  width: 50px;
  background: #282828;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 56px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-up-wrapper .counter-single .inner .title {
    font-size: 46px;
    line-height: 38px;
  }
}
.counter-up-wrapper .counter-single .inner .title span {
  margin-right: 5px;
  font-weight: 500;
  font-size: 80px;
  line-height: 90px;
  position: relative;
}
.counter-up-wrapper .counter-single .inner p {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: #74787C;
  margin-top: 30px;
}

.rts-case-studies-three .learn-more-btn {
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 100px;
  justify-content: center;
}
.rts-case-studies-three .learn-more-btn i {
  border-color: #fff;
}

.rts-signle-case_varticle {
  padding: 30px 0;
  border-bottom: 1px solid #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rts-signle-case_varticle {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.rts-signle-case_varticle:first-child {
  border-top: 1px solid #1D1D1D;
}
.rts-signle-case_varticle .left-area {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .rts-signle-case_varticle .left-area {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.rts-signle-case_varticle .left-area span.anim-skewinup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border: 1px solid #393939;
  border-radius: 50%;
  color: #fff;
}
.rts-signle-case_varticle .left-area a .title {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .rts-signle-case_varticle .left-area a .title {
    font-size: 26px;
  }
}

.case-three-bg {
  background: #0E0E0E;
}

.single-case-main-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.single-case-main-wrapper:last-child {
  margin-bottom: 0;
}
.single-case-main-wrapper .inner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.single-case-main-wrapper .inner-content span {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #141414;
  padding: 9px 22px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  transition: 0.3s;
  line-height: 14px;
  margin-left: 0px;
  opacity: 0;
}
.single-case-main-wrapper .inner-content a {
  color: #141414;
  background: #fff;
  padding: 12px 22px;
  display: block;
  color: #141414;
  font-weight: 700;
  transition: 0.3s;
  font-size: 20px;
  margin-left: 115px;
  margin-bottom: 65px;
  opacity: 0;
}
.single-case-main-wrapper:hover .inner-content span {
  margin-left: 65px;
  opacity: 1;
}
.single-case-main-wrapper:hover .inner-content a {
  margin-left: 65px;
  margin-bottom: 65px;
  opacity: 1;
}

figure {
  position: relative;
  margin: 0;
}

.single-case-main-wrapper figure {
  position: relative;
  margin: 0;
}
.single-case-main-wrapper .pli-image-hover-zoom {
  transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
}
.single-case-main-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: scale(1.2);
  transform-origin: 50% 100%;
  width: 100%;
  height: auto;
  height: auto;
}

.rt_portfolio_item .rts-team__item {
  display: block;
}
.rt_portfolio_item .inner-content2 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  left: -50px;
  transition: 0.8s;
}
.rt_portfolio_item .inner-content2 span.cat {
  display: block;
  padding: 11px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.rt_portfolio_item .inner-content2 a {
  padding: 18px 25px;
  background: #fff;
  display: block;
}
.rt_portfolio_item .inner-content2 a .name {
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.rt_portfolio_item:hover .inner-content2 {
  left: 40px;
  opacity: 1;
}

.rts-signle-case_varticle {
  position: relative;
}
.rts-signle-case_varticle .rts-hover-show-img {
  position: absolute;
  transform: rotate(-15deg) translateY(-58%) skewY(10deg);
  right: 220px;
  top: 50%;
  width: 260px;
  transition: 0.45s;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
}
@media (max-width: 991px) {
  .rts-signle-case_varticle .rts-hover-show-img {
    width: 190px;
    right: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-signle-case_varticle .rts-hover-show-img {
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-signle-case_varticle .rts-hover-show-img {
    right: 15px;
    max-width: 50%;
  }
}
.rts-signle-case_varticle .rts-hover-show-img img {
  width: 100%;
}
.rts-signle-case_varticle.active .rts-hover-show-img {
  opacity: 1;
  visibility: visible;
  transform: rotate(-15deg) translateY(-58%) skewY(0);
}
.rts-signle-case_varticle.active .rts-hover-show-img img {
  width: 100%;
}

main {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  overflow: hidden;
}

.scroller-wrapper {
  display: block;
  width: 100%;
  border-radius: 0.7vw;
  overflow: hidden;
}
.scroller-wrapper .scroller {
  display: block;
  white-space: nowrap;
}
.scroller-wrapper .scroller .slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: transparent;
  font-weight: 600;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .scroller-wrapper .scroller {
    white-space: unset;
  }
  .scroller-wrapper .scroller .slide {
    height: 40vh;
    font-size: 4rem;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 640px) and (max-width: 767px) {
  .scroller-wrapper .scroller .slide {
    height: auto;
    font-size: 5rem;
    margin-bottom: 0;
  }
}

.short-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .short-breadcrumb-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .short-breadcrumb-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .short-breadcrumb-wrapper {
    display: none;
  }
}
.short-breadcrumb-wrapper .title {
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .short-breadcrumb-wrapper .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .short-breadcrumb-wrapper .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .short-breadcrumb-wrapper .title br {
    display: none;
  }
}
.short-breadcrumb-wrapper .learn-more-btn {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .short-breadcrumb-wrapper .learn-more-btn {
    display: none;
  }
}
.short-breadcrumb-wrapper .learn-more-btn i {
  border-color: #fff;
}

.swiper-slider-main-main-wrapper-portfolio {
  cursor: url(../images/product/03.webp), auto;
  margin-bottom: 0;
  position: relative;
}
.swiper-slider-main-main-wrapper-portfolio .single-swiper-item img {
  width: 100%;
}
.swiper-slider-main-main-wrapper-portfolio .single-swiper-item img {
  cursor: url(../images/product/03.webp), auto;
}
.rt-portfolio-style6 {
  padding-bottom: 100px !important;
}
.rt-portfolio-style6 .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rt-portfolio-style6 .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: rgba(78, 78, 78, 0.5490196078);
}
.rt-portfolio-style6 .swiper-pagination .swiper-pagination-bullet-active {
  height: 25px;
  width: 25px;
  background: #1D1D1D;
}

.signle-portfolio-style-four-inner {
  position: relative;
  overflow: hidden;
}
.signle-portfolio-style-four-inner.last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.signle-portfolio-style-four-inner.last::after {
  display: none;
}
.signle-portfolio-style-four-inner.last .inner-content2 {
  left: 110px;
}
.signle-portfolio-style-four-inner .thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.signle-portfolio-style-four-inner .thumbnail img {
  transition: 0.8s;
  transform: scale(1.1) skew(-3deg);
}
.signle-portfolio-style-four-inner .thumbnail::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s;
}
.signle-portfolio-style-four-inner:hover .thumbnail img {
  transform: scale(1.2) skew(0deg);
}
.signle-portfolio-style-four-inner:hover .thumbnail::before {
  animation: shine 1.5s;
}
.signle-portfolio-style-four-inner:hover .inner-content2 {
  left: 40px;
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .signle-portfolio-style-four-inner:hover .inner-content2 {
    bottom: 50px;
  }
}
.signle-portfolio-style-four-inner:hover.last .inner-content2 {
  left: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .signle-portfolio-style-four-inner:hover.last .inner-content2 {
    left: 40px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .signle-portfolio-style-four-inner:hover.last .inner-content2 {
    left: 40px;
    bottom: 50px;
  }
}
.signle-portfolio-style-four-inner .inner-content2 {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
}
.signle-portfolio-style-four-inner .inner-content2 span.cat {
  display: block;
  padding: 11px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.signle-portfolio-style-four-inner .inner-content2 a {
  padding: 18px 25px;
  background: #fff;
  display: block;
}
.signle-portfolio-style-four-inner .inner-content2 a .name {
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.separetor-portfolio-bottom {
  position: relative;
}

.rt-portfolio-style3 {
  padding-bottom: 30px !important;
  padding-bottom: 100px !important;
}
.rt-portfolio-style3 .swiper-slide {
  opacity: 0.2;
  transition: all 0.4s;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 60vh;
}
@media (min-width: 768px) and (max-width: 991px) {
  .rt-portfolio-style3 .swiper-slide {
    height: 72vh;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .rt-portfolio-style3 .swiper-slide {
    height: 100%;
  }
}
@media (max-width: 649) {
  .rt-portfolio-style3 .swiper-slide {
    height: 60vh;
  }
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five {
  position: relative;
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five a {
  pointer-events: none;
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five a img {
  transform: scale(90%);
  width: 100%;
  transition: all 0.3s;
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 0;
  transition: 0.8s;
  transform: scale(1);
  transform: translateX(-50%);
  width: 100%;
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content a {
  padding: 18px 25px;
  display: block;
}
.rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content a .name {
  color: #141414;
  font-size: 47px;
  font-style: normal;
  margin-bottom: 0;
  color: var(--color-secondary);
  width: 100%;
  text-align: center;
  bottom: -57px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  transform: translateY(50%);
  font-stretch: 120%;
  font-variation-settings: "wght" 300;
  opacity: 0;
  transition-delay: 2s;
  transition: font-variation-settings 520ms, text-shadow 1.4s ease, opacity 1s;
}
@media (max-width: 1600px) {
  .rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 47px;
  }
}
@media (max-width: 1200px) {
  .rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .rt-portfolio-style3 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 26px;
  }
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five {
  cursor: url(../images/product/03.webp), auto;
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five a {
  pointer-events: all;
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five a img {
  transform: scale(100%);
  width: 100%;
  cursor: url(../images/product/03.webp), auto;
  transition: all 0.4s;
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
@media (max-width: 768px) {
  .rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }
}
@media (max-width: 450px) {
  .rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    width: 100%;
  }
}
.rt-portfolio-style3 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name {
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-variation-settings: "wght" 900;
  transition-delay: 2s;
  opacity: 1;
  font-stretch: 80%;
  transition: font-variation-settings 1s 0.8s, text-shadow 0.5s ease, opacity 1s 0.8s;
}
.rt-portfolio-style3 .swiper-button-next,
.rt-portfolio-style3 .swiper-button-prev {
  display: block !important;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: none;
  background: var(--secondarycolor);
  transition: 0.3s;
  transform: scale(1);
  text-align: center;
  line-height: 56px;
}
@media only screen and (max-width: 1199px) {
  .rt-portfolio-style3 .swiper-button-next,
  .rt-portfolio-style3 .swiper-button-prev {
    bottom: 20%;
  }
}
.rt-portfolio-style3 .swiper-button-next::after,
.rt-portfolio-style3 .swiper-button-prev::after {
  display: none;
}
.rt-portfolio-style3 .swiper-button-next i,
.rt-portfolio-style3 .swiper-button-prev i {
  width: 38px !important;
  height: 13.692px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  color: #fff;
  font-size: 24px;
}
.rt-portfolio-style3 .swiper-button-next:hover,
.rt-portfolio-style3 .swiper-button-prev:hover {
  border: 1px solid var(--color-body);
}
.rt-portfolio-style3 .swiper-button-next:hover {
  border: 1px solid var(--color-body);
  transform: translateX(30px) scale(1.2);
}
@media (max-width: 768px) {
  .rt-portfolio-style3 .swiper-button-next:hover {
    transform: translateX(0) scale(1.2);
  }
}
.rt-portfolio-style3 .swiper-button-prev {
  width: 38px !important;
}
.rt-portfolio-style3 .swiper-button-prev:hover {
  border: 1px solid var(--color-body);
  transform: translateX(-30px) scale(1.2);
}
@media (max-width: 768px) {
  .rt-portfolio-style3 .swiper-button-prev:hover {
    transform: translateX(0) scale(1.2);
  }
}
.rt-portfolio-style3 .portfolio_navigation {
  position: absolute;
  bottom: 50px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 70px;
}

.rt-portfolio-style2 {
  padding-bottom: 130px !important;
  margin-bottom: 30px !important;
}
.rt-portfolio-style2 .swiper-slide {
  opacity: 1;
  transition: all 0.4s;
  cursor: url(../images/product/03.webp), auto;
  display: flex;
  align-items: center;
  height: 55vh;
}
@media (max-width: 768px) {
  .rt-portfolio-style2 .swiper-slide {
    height: 60vh;
  }
}
@media (max-width: 736px) and (min-width: 524px) {
  .rt-portfolio-style2 .swiper-slide {
    height: 100vh;
  }
}
@media (max-width: 524px) {
  .rt-portfolio-style2 .swiper-slide {
    height: 50vh;
  }
}
.rt-portfolio-style2 .swiper-slide .single-portfolio-style-five a img {
  transform: scale(90%);
  width: 100%;
  transition: all 0.3s;
}
.rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content {
  position: absolute;
  bottom: 40px;
  opacity: 0;
  left: 30px;
  transition: 0.8s;
  transform: scale(1);
  width: 80%;
}
.rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a {
  padding: 18px 10px;
  display: block;
}
@media (max-width: 1200px) {
  .rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a {
    padding: 15px 5px;
  }
}
.rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a .name {
  font-size: 47px;
  font-style: normal;
  margin-bottom: 0;
  color: var(--color-secondary);
  width: 100%;
  text-align: center;
  bottom: -55px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  left: 50%;
  transform: translateX(-50%);
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-stretch: 120%;
  font-variation-settings: "wght" 300;
  opacity: 0;
  transition-delay: 2s;
  transition: font-variation-settings 520ms, text-shadow 1.4s ease, opacity 1s;
}
@media (max-width: 1600px) {
  .rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .rt-portfolio-style2 .swiper-slide .single-portfolio-style-five .inner-content a .name {
    font-size: 26px;
  }
}
.rt-portfolio-style2 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
  left: 50%;
  bottom: 25px;
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
  width: 80%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .rt-portfolio-style2 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }
}
@media (max-width: 450px) {
  .rt-portfolio-style2 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content {
    width: 100%;
  }
}
.rt-portfolio-style2 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name {
  backface-visibility: hidden;
  will-change: font-variation-settings;
  font-variation-settings: "wght" 900;
  transition-delay: 2s;
  opacity: 1;
  font-stretch: 80%;
  transition: font-variation-settings 1s 0.2s, text-shadow 0.5s ease, opacity 1s 0.2s;
}
.rt-portfolio-style2 .swiper-button-next,
.rt-portfolio-style2 .swiper-button-prev {
  display: block !important;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #787878;
  color: var(--color-body);
  background-image: none;
  background: var(--color-secondary);
  transition: 0.3s;
  transform: scale(1);
  text-align: center;
  line-height: 56px;
}
@media only screen and (max-width: 1199px) {
  .rt-portfolio-style2 .swiper-button-next,
  .rt-portfolio-style2 .swiper-button-prev {
    bottom: 20%;
  }
}
.rt-portfolio-style2 .swiper-button-next::after,
.rt-portfolio-style2 .swiper-button-prev::after {
  display: none;
}
.rt-portfolio-style2 .swiper-button-next i,
.rt-portfolio-style2 .swiper-button-prev i {
  width: 38px !important;
  height: 13.692px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  font-size: 22px;
  color: #fff;
}
.rt-portfolio-style2 .swiper-button-next:hover {
  transform: translateX(30px) scale(1.2);
}
.rt-portfolio-style2 .swiper-button-prev {
  width: 38px !important;
}
.rt-portfolio-style2 .swiper-button-prev:hover {
  transform: translateX(-30px) scale(1.2);
}
.rt-portfolio-style2 .portfolio_navigation {
  position: absolute;
  bottom: 20px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 70px;
}
@media (max-width: 1024) {
  .rt-portfolio-style2 .portfolio_navigation {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .rt-portfolio-style2 .portfolio_navigation {
    width: 90%;
  }
  .rt-portfolio-style2 .portfolio_navigation .swiper-button-next:hover {
    transform: translateX(0) scale(1.2);
  }
  .rt-portfolio-style2 .portfolio_navigation .swiper-button-prev:hover {
    transform: translateX(0) scale(1.2);
  }
}

.bg_image-1 {
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-center-scale-swiper-area .container-full {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .portfolio-center-scale-swiper-area .container-full {
    padding-top: 0;
  }
}

.portfolio-large-img-and-top-title {
  background-image: url(../images/banner/19.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.title-areas-wrapper-pd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-areas-wrapper-pd .left-area .title {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-areas-wrapper-pd .left-area .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .title-areas-wrapper-pd .left-area .title {
    font-size: 46px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .title-areas-wrapper-pd .left-area .title {
    font-size: 32px;
    line-height: 46px;
  }
}
.title-areas-wrapper-pd .left-area .bottom-area {
  display: flex;
  align-items: center;
  gap: 85px;
  margin-top: 40px;
  padding-top: 37px;
  border-top: 1px solid #232323;
}
@media only screen and (max-width: 767px) {
  .title-areas-wrapper-pd .left-area .bottom-area {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.title-areas-wrapper-pd .left-area .bottom-area .single-categoiry {
  position: relative;
}
.title-areas-wrapper-pd .left-area .bottom-area .single-categoiry:last-child::after {
  display: none;
}
.title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after {
  position: absolute;
  right: -35px;
  height: 45px;
  width: 1px;
  background: #232323;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after {
    display: none;
  }
}
.title-areas-wrapper-pd .left-area .bottom-area .single-categoiry .light {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.title-areas-wrapper-pd .left-area .bottom-area .single-categoiry span {
  color: #74787C;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.title-areas-wrapper-pd .right .speen-shape {
  border-radius: 50%;
  border: 1px solid rgba(94, 94, 94, 0.1764705882);
  padding: 8px;
  margin-top: 50px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .title-areas-wrapper-pd .right .speen-shape {
    display: none;
  }
}
.title-areas-wrapper-pd .right .speen-shape::before {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  position: absolute;
  transform: scale(0.5);
  left: 0;
  top: 0;
  transform: translate(20px, 20px);
  border-radius: 100%;
}
.title-areas-wrapper-pd .right .speen-shape .uni-circle-text-path {
  fill: currentColor;
  height: auto;
  max-width: 250px;
  right: 10%;
  transform-origin: center;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-areas-wrapper-pd .right .speen-shape .uni-circle-text-path textPath {
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
}
.title-areas-wrapper-pd .right .speen-shape .uni-animation-spin {
  display: inline-flex;
  animation: spin 10s linear 0s infinite;
}
.title-areas-wrapper-pd .right .speen-shape i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #919090;
}

.product-details-form .single-input label {
  color: #74787C;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.product-details-form .single-input input {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background: #212121;
  color: #fff;
}
.product-details-form .single-input textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background: #212121;
  color: #fff;
}
.product-details-form .submit-pd {
  width: 180px;
  height: 55px;
  border-radius: 5px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
  display: block;
}

.portfolio-six-single-swiper {
  height: 770px;
  display: flex;
  background: #0E0E0E;
}
@media (max-width: 1700px) {
  .portfolio-six-single-swiper {
    height: auto;
  }
}
.portfolio-six-single-swiper .left-content {
  top: 100px;
  position: absolute;
  z-index: 5;
  opacity: 0 !important;
  animation-delay: 0;
  transition: 0.3s;
  width: 55%;
}
@media only screen and (max-width: 575px) {
  .portfolio-six-single-swiper .left-content {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .portfolio-six-single-swiper .left-content {
    top: 50px;
  }
}
.portfolio-six-single-swiper .left-content .pre-tag {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.portfolio-six-single-swiper .left-content .title {
  color: #FFF;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .portfolio-six-single-swiper .left-content .title {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-six-single-swiper .left-content .title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }
}
.portfolio-six-single-swiper .left-content .title span {
  -webkit-text-stroke: 1px rgb(202, 202, 202);
  -webkit-text-fill-color: #000000;
}
.portfolio-six-single-swiper .right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: auto;
  margin-left: 20%;
}
@media (max-width: 1440px) {
  .portfolio-six-single-swiper .right-content {
    margin-left: 15%;
  }
}
@media (max-width: 1200px) {
  .portfolio-six-single-swiper .right-content {
    align-items: flex-start;
    margin-left: 13%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .portfolio-six-single-swiper .right-content {
    margin-left: 3%;
  }
}
.portfolio-six-single-swiper .right-content .thumbnail {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.portfolio-six-single-swiper .right-content .thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(94, 88, 88, 0.3411764706);
  z-index: 2;
}

.swiper-slide.swiper-slide-active .portfolio-six-single-swiper .left-content {
  transition: all 400ms;
  animation: slideInUp-2 1.8s linear;
  opacity: 1 !important;
}
@media only screen and (max-width: 1199px) {
  .portfolio-six-single-swiper .right-content .thumbnail img {
    height: 450px;
  }
}
@keyframes text-height {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 300px;
  }
}
.portfolio-six-swiper-wrapper {
  position: relative;
}
.portfolio-six-swiper-wrapper .rts-reveal-one {
  height: 100%;
  width: 100%;
  z-index: 0;
}

.rt-portfolio-style1 .portfolio_navigation .swiper-button-next::after,
.rt-portfolio-style1 .portfolio_navigation .swiper-button-prev::after {
  display: none;
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-next,
.rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
  position: absolute;
  right: 7%;
  bottom: 10%;
  top: auto;
  display: block !important;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  border: 1px solid transparent;
  background-image: none;
  background: var(--secondarycolor);
  transition: 0.3s;
  transform: scale(1);
}
@media only screen and (max-width: 1199px) {
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-next,
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
    bottom: 20%;
  }
}
@media (max-width: 991px) {
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-next,
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
    bottom: 10%;
    min-width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-next i,
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev i {
    font-size: 20px !important;
  }
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-next:hover,
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev:hover {
    transform: translateX(0) scale(1.2) !important;
  }
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-next i,
.rt-portfolio-style1 .portfolio_navigation .swiper-button-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  font-size: 24px;
  color: #fff;
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-next {
  line-height: 30px;
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-next:hover {
  transform: translateX(20px) scale(1.2);
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
  left: auto;
  width: 38px !important;
  right: 12%;
  top: auto;
  bottom: 10%;
  line-height: 30px;
}
@media only screen and (max-width: 1199px) {
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
    bottom: 20%;
    right: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
    right: 40%;
  }
}
@media (max-width: 991px) {
  .rt-portfolio-style1 .portfolio_navigation .swiper-button-prev {
    bottom: 10%;
    left: 10%;
  }
}
.rt-portfolio-style1 .portfolio_navigation .swiper-button-prev:hover {
  transform: translateX(-20px) scale(1.2);
}

.inner-page.portfolio-seven {
  height: 100vh;
}

.swiper-portfolio-main-wrapper-7 {
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.mySwiper-7-varticle.swiper-container-vertical .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .mySwiper-7-varticle.swiper-container-vertical .swiper-slide {
    height: 100vh !important;
  }
}
@media (max-width: 450px) {
  .mySwiper-7-varticle.swiper-container-vertical .swiper-slide {
    height: 100vh !important;
  }
}

.page-title-area-portfolio-7 {
  text-align: center;
  padding: 105px 0 0px 0;
}
.page-title-area-portfolio-7 .title-work {
  font-size: 170px;
  color: rgba(0, 0, 0, 0.7529411765);
  text-transform: uppercase;
  margin-left: -130px;
  line-height: 200px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .page-title-area-portfolio-7 .title-work {
    font-size: 120px;
    line-height: 140px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title-area-portfolio-7 .title-work {
    font-size: 80px;
    line-height: 100px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area-portfolio-7 .title-work {
    font-size: 44px;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
  }
  .page-title-area-portfolio-7 .title-work br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .page-title-area-portfolio-7 {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .page-title-area-portfolio-7 {
    padding: 100px 0 50px 0;
  }
}

.single-product-9 {
  position: relative;
  max-height: -moz-max-content;
  max-height: max-content;
}
.single-product-9.rts-team__item {
  padding: 0;
}
.single-product-9 .inner-content {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.single-product-9 .inner-content span {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #141414;
  padding: 9px 22px;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  transition: 0.3s;
  line-height: 14px;
  margin-left: 0px;
  opacity: 0;
}
.single-product-9 .inner-content a {
  color: #141414;
  background: #fff;
  padding: 12px 22px;
  display: block;
  color: #141414;
  font-weight: 700;
  transition: 0.3s;
  font-size: 20px;
  margin-left: 115px;
  margin-bottom: 30px;
  opacity: 0;
}
.single-product-9:hover .inner-content span {
  margin-left: 30px;
  opacity: 1;
}
.single-product-9:hover .inner-content a {
  margin-left: 30px;
  margin-bottom: 30px;
  opacity: 1;
}

.sticky-top {
  z-index: 10 !important;
  top: 25px;
}

.left-pd-image-bt-content.small-cn .stratagy-wrapper {
  gap: 50px !important;
}
.left-pd-image-bt-content .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.left-pd-image-bt-content p.dsic {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.left-pd-image-bt-content .bottom-content .title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.left-pd-image-bt-content .bottom-content .title::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  width: 124px;
  background: #323232;
  bottom: -13px;
}
.left-pd-image-bt-content .bottom-content .stratagy-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-pd-image-bt-content .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .left-pd-image-bt-content .bottom-content .stratagy-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.left-pd-image-bt-content .bottom-content .stratagy-wrapper .title {
  margin-bottom: 35px;
}

.single-product-pd-full img {
  width: 100%;
}

.accordion-style-pd-1 .accordion {
  background: transparent;
  background-color: transparent;
}
.accordion-style-pd-1 .accordion .accordion-item {
  background-color: transparent;
}
.accordion-style-pd-1 .accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  color: #FFF;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  padding-left: 30px;
}
.accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "+";
  transform: none;
  left: 0;
  right: auto;
  top: 10px;
  position: absolute;
  font-family: var(--font-3);
}
.accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}

.mySwiper-product-details-lm {
  position: relative;
  overflow: hidden;
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next,
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev {
  position: absolute;
  background-image: none;
  transition: 0.3s;
  opacity: 0;
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next:hover::after,
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev:hover::after {
  background: #fff;
  transform: scale(1.3);
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next:hover i,
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev:hover i {
  color: #141414;
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next::after,
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev::after {
  height: 60px;
  width: 60px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  content: "";
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next i,
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev i {
  color: #fff;
  font-size: 25px;
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-next {
  right: 150px;
}
.mySwiper-product-details-lm .portfolio_navigation .swiper-button-prev {
  left: 120px;
}
.mySwiper-product-details-lm:hover .swiper-button-next,
.mySwiper-product-details-lm:hover .swiper-button-prev {
  opacity: 1;
}
.mySwiper-product-details-lm:hover .swiper-button-next {
  right: 100px;
}
.mySwiper-product-details-lm:hover .swiper-button-prev {
  left: 70px;
}

.inner-h-w {
  display: flex;
  height: 100%;
}

.main-pd-wrapper {
  margin: -85px 0 0 0;
  padding: 10px;
  position: sticky;
  height: -moz-max-content;
  height: max-content;
  top: 80px;
}

.sticky-top {
  top: 25px;
}

.img-wrap-main-pd-varticle .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.inner-page.portfolio-grid {
  height: 100vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inner-page.portfolio-grid {
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-page.portfolio-grid {
    height: auto;
  }
}

.header-five.header--sticky.sticky {
  background: rgba(255, 255, 255, 0.1725490196);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

@media (max-width: 768px) {
  .banner-slider-portfolio-seven-area .one {
    order: 2;
  }
}

.vertical-split .header-five.header--sticky.sticky {
  position: absolute !important;
}

.rts-coming-soon .section-inner .countdown-time {
  color: #FFFFFF;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.rts-coming-soon .section-inner .countdown-time span {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  color: #141414;
  border: 1px solid #272727;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .rts-coming-soon .section-inner .countdown-time span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}

.mySwiper_portfolio-3 .single-swiper-item {
  position: relative;
  overflow: hidden;
}
.mySwiper_portfolio-3 .single-swiper-item .discrip-port {
  position: absolute;
  background: #fff;
  bottom: -130px;
  left: 50%;
  padding: 15px;
  transition: all 0.4s;
  opacity: 0;
  width: 85%;
  transform: translateX(-50%);
}
.mySwiper_portfolio-3 .single-swiper-item .discrip-port .title {
  color: #141414;
  margin-bottom: 0;
}
.mySwiper_portfolio-3 .single-swiper-item:hover .discrip-port {
  bottom: 30px;
  opacity: 1;
}
@media (max-width: 768px) {
  .mySwiper_portfolio-3 .single-swiper-item {
    margin: auto;
  }
}

.swiper-slide.style-6 {
  height: 65vh;
  display: flex;
  align-items: center;
}
@media (min-width: 1921px) {
  .swiper-slide.style-6 {
    display: block;
    height: 65vh;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .swiper-slide.style-6 {
    display: block;
    height: 100% !important;
  }
}
@media (max-width: 749px) {
  .swiper-slide.style-6 {
    display: block;
    height: 70vh;
  }
}

.rt-portfolio-style6 .swiper-pagination {
  bottom: 9%;
}

.single-portfolio-style-five.rts-light-mood {
  position: relative;
}

.grid-lines-wrapper {
  top: 0;
}

.btn--area-center {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.learn-more-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #141414;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.learn-more-btn:hover i {
  background: #141414;
  border: transparent;
  color: #fff;
  transform: scale(1.2);
}
.learn-more-btn i {
  margin-left: 30px;
  height: 100px;
  width: 100px;
  border: 1px solid #141414;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
}

.js-tilt-glare {
  z-index: -1;
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-price-table {
  padding: 50px;
  background: #F1F1F1;
  border-radius: 8px;
  transition: 0.5s;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-price-table:hover {
  will-change: transform;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-badges {
  position: absolute;
  right: 0;
  width: 120px;
  height: 30px;
  top: 16px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
  background: #141414;
  align-items: center;
  display: flex;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-badge {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  color: #fff;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-title {
  margin-bottom: 25px;
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #282828;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
  padding: 4px 14px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-header p {
  padding-bottom: 10px;
  color: #777;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag {
  margin-bottom: 23px;
  color: #0C0A0A;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
  font-weight: 700;
  margin-left: -10px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price .rt-pricing-table-period {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-price.display-inline .rt-pricing-table-period:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  position: absolute;
  left: 0;
  transform: rotate(20deg) translateY(-50%);
  top: 50%;
  background: #f2f2f2;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-secondary);
  margin: 0;
  max-width: 295px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list {
  margin: 0;
  padding: 30px 0 0 0;
  list-style: none;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.active i {
  font-size: 18px;
  color: var(--color-secondary);
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li.deactive {
  color: #5D666F;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-body .rt-pricing-table-features-list li i {
  color: var(--color-secondary);
  margin-right: 10px;
  min-width: 15px;
  font-size: 18px;
}
.elementor-widget-rt-price-table .elementor-widget-container .btn-part {
  text-align: center;
  margin-top: 50px;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-table-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  font-size: 16px;
  transition: all 0.3s;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon {
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricing-icon i {
  position: relative;
  transition: 1.3s;
  text-align: center;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 {
  position: relative;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price {
  background: #BB0B0B;
  display: inline-block;
  position: absolute;
  top: -10%;
  left: 0;
  padding: 18px 40px;
  text-align: right;
  animation: jump-1 5s linear infinite;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header {
  padding-top: 95px;
  border-bottom: 1px solid #EAE2E2;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-header p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price .rt-pricing-table-price-tag .rt-pricing-table-price-text {
  margin: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-price-tag {
  margin-bottom: 0;
}
.elementor-widget-rt-price-table .elementor-widget-container .rt-pricingt-style2 .rt-pricing-table-period {
  margin-top: 0;
}

.trusted-clients-area-start .scrollingText-three .title {
  color: #141414;
}
@media only screen and (max-width: 1199px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .trusted-clients-area-start .scrollingText-three .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.trusted-clients-area-start .scrollingText-three .title span {
  color: #fff;
}

.bg-dark-1 {
  background: #0E0E0E;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  p br {
    display: none;
  }
}

.our-approch-area-style-one {
  position: relative;
  z-index: 10;
}
.our-approch-area-style-one .grid-lines-wrapper {
  top: 0;
}
.our-approch-area-style-one .grid-lines-wrapper .grid-lines .grid-line {
  background: #0E0E0E;
}

.single-approach-area-start {
  padding: 32px;
  background-color: #111111;
  border-radius: 6px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  z-index: 2;
  width: 519px;
  border: 1px solid #242323;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-approach-area-start {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .single-approach-area-start {
    padding: 15px;
  }
}
.single-approach-area-start.two::after {
  content: "02" !important;
}
.single-approach-area-start.two::before {
  background-image: url(../images/banner/24.jpg);
}
.single-approach-area-start.three::after {
  content: "03" !important;
}
.single-approach-area-start.three::before {
  background-image: url(../images/banner/25.jpg);
}
.single-approach-area-start img {
  width: 0%;
  height: 100% !important;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.6s;
}
.single-approach-area-start:hover .title {
  font-style: italic;
}
.single-approach-area-start:hover .title::after {
  width: 100%;
  left: 0;
}
.single-approach-area-start:hover .title i {
  font-size: 22px;
  right: -35px;
  opacity: 1;
}
.single-approach-area-start:hover p.disc {
  color: #fff;
}
.single-approach-area-start:hover img {
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.single-approach-area-start:hover .number {
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #bdbdbd;
}
.single-approach-area-start .number {
  position: absolute;
  font-size: 80px;
  right: 20px;
  top: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(255, 255, 255, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #cccccc;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1;
}
.single-approach-area-start .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
  transition: all 0.1s;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-approach-area-start .title i {
  position: absolute;
  right: 0px;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  transition: all 0.5s;
  opacity: 0;
}
.single-approach-area-start .title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 0%;
  transition: 0.5s;
}
.single-approach-area-start p.disc {
  color: #74787C;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-approach-area-start p.disc br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-approach-area-start p.disc br {
    display: none;
  }
}

.main-wrapper-case-studies .title {
  font-weight: 800;
  font-size: 200px;
  line-height: 210px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-wrapper-case-studies .title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-wrapper-case-studies .title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .main-wrapper-case-studies .title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .main-wrapper-case-studies .title {
    font-size: 100px;
  }
}
.main-wrapper-case-studies .title span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #74787C;
  color: #0E0E0E;
}

.container-full-150 {
  padding: 0 150px;
}
@media only screen and (max-width: 767px) {
  .container-full-150 {
    padding: 0 15px;
  }
}

.flot-right-150 {
  width: 110%;
}
@media only screen and (max-width: 575px) {
  .flot-right-150 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .carticle-slide-active .title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 43px;
  }
}

.after-effect-testi-right-img {
  position: relative;
  z-index: 1;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .after-effect-testi-right-img {
    margin: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .after-effect-testi-right-img {
    margin: auto;
    margin-top: 50px;
  }
}
.after-effect-testi-right-img::after {
  position: absolute;
  left: -30px;
  top: -30px;
  border: 1px solid #E8E8E8;
  height: 100%;
  content: "";
  width: 100%;
  background: transparent;
  z-index: -1;
}

.single-testimonials-main-wrapper .star-area-start {
  margin-bottom: 25px;
}
.single-testimonials-main-wrapper .star-area-start i {
  color: #141414;
  margin: 0 1px;
}
.single-testimonials-main-wrapper .body {
  position: relative;
  z-index: 1;
}
.single-testimonials-main-wrapper .body .quote-img {
  position: absolute;
  top: 24%;
  left: 45%;
  z-index: -1;
}
.single-testimonials-main-wrapper .body p.disc {
  font-weight: 300;
  font-size: 30px;
  line-height: 44px;
  color: #141414;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 40px;
  margin-bottom: 45px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-testimonials-main-wrapper .body p.disc {
    font-size: 18px;
    line-height: 31px;
  }
}
.single-testimonials-main-wrapper .body p.disc::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 86%;
  background: #E8E8E8;
}
@media only screen and (max-width: 1199px) {
  .single-testimonials-main-wrapper .body p.disc br {
    display: none;
  }
}
.single-testimonials-main-wrapper .body .author-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.single-testimonials-main-wrapper .body .author-area .info-wrapper .title {
  margin-bottom: 5px;
  color: #141414;
}
.single-testimonials-main-wrapper .body .author-area .info-wrapper span {
  color: #74787C;
}

.trusted-clients-area-start {
  position: relative;
  z-index: 1;
}
.trusted-clients-area-start .right-shape-testi {
  position: absolute;
  right: 50px;
  left: auto;
  top: 50%;
  z-index: 0;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 16px;
  z-index: 111;
}

.swiper-testimonails-style-one-main-wrapper {
  position: relative;
  overflow: hidden;
}
.swiper-testimonails-style-one-main-wrapper .button-area-next-prev {
  margin-right: 110px;
}
@media only screen and (max-width: 575px) {
  .swiper-testimonails-style-one-main-wrapper .button-area-next-prev {
    display: none;
  }
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev {
  background-image: none;
  position: relative;
  height: 46px;
  width: 44px;
  display: flex;
  margin-top: -46px;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next::after,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 44px;
  width: 46px;
  display: block;
  background: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next:hover::after,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev:hover::after {
  background: #cacaca;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next:hover i,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev:hover i {
  color: #141414;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next i,
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev i {
  color: #fff;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-next, .swiper-testimonails-style-one-main-wrapper .swiper-button-prev {
  right: 0;
  left: auto;
  margin-left: auto;
}
.swiper-testimonails-style-one-main-wrapper .swiper-button-prev {
  right: 60px;
}

.swiper-testimonials-wrapper-main-2 {
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .swiper-testimonials-wrapper-main-2 {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-testimonials-wrapper-main-2 {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-testimonials-wrapper-main-2 {
    padding: 0;
  }
}
.swiper-testimonials-wrapper-main-2 .mySwiper-testimonials-two {
  overflow: hidden;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next,
.swiper-testimonials-wrapper-main-2 .swiper-button-prev {
  background-image: none;
  position: absolute;
  transition: 0.3s;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next::after,
.swiper-testimonials-wrapper-main-2 .swiper-button-prev::after {
  position: absolute;
  content: "\f061";
  font-family: var(--font-3);
  font-size: 0;
  height: 40px;
  width: 44px;
  border: 1px solid #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skew(-10deg);
  color: #141414;
  transition: 0.3s;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next:hover::after,
.swiper-testimonials-wrapper-main-2 .swiper-button-prev:hover::after {
  background: #141414;
  color: #fff;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next:hover i,
.swiper-testimonials-wrapper-main-2 .swiper-button-prev:hover i {
  color: #fff;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next i,
.swiper-testimonials-wrapper-main-2 .swiper-button-prev i {
  color: #141414;
}
.swiper-testimonials-wrapper-main-2 .swiper-button-next {
  right: 190px;
  left: auto;
  bottom: 25px;
  top: auto;
}
@media (max-width: 1200px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-next {
    right: 150px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-next {
    right: 67px;
    bottom: 50px;
  }
}
@media (max-width: 900px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-next {
    display: none;
  }
}
.swiper-testimonials-wrapper-main-2 .swiper-button-prev {
  right: 240px;
  bottom: 25px;
  left: auto;
  top: auto;
}
@media (max-width: 1200px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-prev {
    right: 200px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-prev {
    right: 128px;
    bottom: 50px;
  }
}
@media (max-width: 900px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-testimonials-wrapper-main-2 .swiper-button-prev {
    display: none;
  }
}
.swiper-testimonials-wrapper-main-2 .swiper-button-prev::after {
  content: "\f060";
}

.mySwiper-testimonials-two {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mySwiper-testimonials-two {
    padding: 0;
  }
}

.single-testimonial-2 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-testimonial-2 .testimonial-quote-icon {
  position: relative;
  top: 80px;
  left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-testimonial-2 .testimonial-quote-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-2 .testimonial-quote-icon {
    display: none;
  }
}
.single-testimonial-2 .left-area {
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}
.single-testimonial-2 .left-area img {
  min-width: -moz-max-content;
  min-width: max-content;
}
.single-testimonial-2 .content-area p.disc {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #141414;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 .content-area p.disc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-2 .content-area p.disc {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .single-testimonial-2 .content-area p.disc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-testimonial-2 .content-area p.disc br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .single-testimonial-2 .content-area p.disc br {
    display: none;
  }
}
.single-testimonial-2 .content-area .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-testimonial-2 .content-area .author p {
  margin: 0;
}
.single-testimonial-2 .content-area .author p.name {
  color: #141414;
}
.single-testimonial-2 .content-area .author p.designation {
  color: #74787C;
}

.marque-2 {
  background: #1B1B1B;
}
.marque-2 .text-split-wrap-about {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
  padding: 30px 0;
}
.marque-2 .text-split-wrap-about .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  color: #1B1B1B;
  text-transform: lowercase;
  font-family: var(--font-primary);
  font-size: 120px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .marque-2 .text-split-wrap-about .title {
    font-size: 60px;
    line-height: normal;
  }
}
.marque-2 .text-split-wrap-about .title span {
  -webkit-text-stroke-color: #393939;
  color: #1B1B1B;
}

.rts-marquree-area-start-bottom .text-split-wrap-about {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0;
  padding: 30px 0;
}
.rts-marquree-area-start-bottom .text-split-wrap-about .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #141414;
  color: #FFFFFF;
  text-transform: lowercase;
  font-family: var(--font-primary);
  font-size: 120px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .rts-marquree-area-start-bottom .text-split-wrap-about .title {
    font-size: 60px;
    line-height: normal;
  }
}
.rts-marquree-area-start-bottom .text-split-wrap-about .title span {
  -webkit-text-stroke-color: #141414;
  color: #FFFFFF;
}

.testimonials-main-wrapper-about {
  display: flex;
  align-items: center;
  border: 1px solid #1E1E1E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-main-wrapper-about {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonials-main-wrapper-about {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonials-main-wrapper-about .left-side {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-width: 479px) {
  .testimonials-main-wrapper-about .left-side {
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: auto;
  }
}
.testimonials-main-wrapper-about .left-side .title {
  color: #141414;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  max-width: 340px;
  width: 100%;
}
.testimonials-main-wrapper-about .right-side p {
  color: #141414;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-main-wrapper-about .right-side p {
    display: 26px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials-main-wrapper-about .right-side p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .testimonials-main-wrapper-about .right-side p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonials-main-wrapper-about .right-side p br {
    display: none;
  }
}
.testimonials-main-wrapper-about .right-side .bottom {
  display: flex;
  align-items: center;
}
.testimonials-main-wrapper-about .right-side .bottom p {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-right: 5px;
}

.rts-testimonials-area.bg-dark-1 .content-area p.disc {
  color: #fff;
}
.rts-testimonials-area.bg-dark-1 .content-area .author .name {
  color: #fff;
}
.rts-testimonials-area.bg-dark-1 .swiper-testimonials-wrapper-main-2 .swiper-button-next::after, .rts-testimonials-area.bg-dark-1 .swiper-testimonials-wrapper-main-2 .swiper-button-prev::after {
  color: #fff;
  border-color: #fff;
}
.rts-testimonials-area.bg-dark-1 .swiper-testimonials-wrapper-main-2 {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-left-wrapper-area-one .content-wrapper p.disc br {
    display: none;
  }
}

.brand-style-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-two {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }
}
.brand-style-two img {
  transition: 0.3s;
}
.brand-style-two img:hover {
  transform: scale(1.02) translateY(-5px);
}
@media only screen and (max-width: 575px) {
  .brand-style-two img {
    max-width: 120px;
  }
}

.brand-main-wrapper-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .brand-main-wrapper-about {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.brand-main-wrapper-about a {
  display: flex;
  align-items: center;
  height: 160px;
  justify-content: center;
  border-right: 1px solid #1E1E1E;
  width: 215px;
}
@media only screen and (max-width: 575px) {
  .brand-main-wrapper-about a {
    border: none;
    width: -moz-max-content;
    width: max-content;
    height: 60px;
  }
}
.brand-main-wrapper-about a img {
  max-width: 120px;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .brand-main-wrapper-about a img {
    max-width: 90px;
  }
}
.brand-main-wrapper-about a:last-child {
  border: none;
}
.brand-main-wrapper-about a:hover img {
  filter: invert(1);
}
.brand-main-wrapper-about::after {
  position: absolute;
  content: "";
  left: -15%;
  width: 130%;
  height: 1px;
  background: #1E1E1E;
  bottom: 0;
}
.brand-main-wrapper-about::before {
  position: absolute;
  content: "";
  left: -15%;
  width: 130%;
  height: 1px;
  background: #1E1E1E;
  top: 0;
}

.rts-progress-area .thumbnail {
  display: block;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
}
.rts-progress-area .thumbnail img {
  transition: 0.3s;
}
.rts-progress-area .thumbnail:hover img {
  transform: scale(0.95);
}

.single-progress-area-h4 {
  margin-top: 30px;
}
.single-progress-area-h4:first-child {
  margin-top: 0;
}
.single-progress-area-h4 .page-wrapper {
  width: calc(100% - 100px);
  margin: 100px auto 200px;
}
.single-progress-area-h4 .progress {
  height: 5px;
  position: relative;
  margin-top: 14px;
  border-radius: 0;
}
.single-progress-area-h4 .progress .bg--primary {
  background: var(--color-primary-m);
  border-radius: 0;
}
.single-progress-area-h4 .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.single-progress-area-h4 .progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-progress-area-h4 .progress-top p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: var(--font-primary);
}
.single-progress-area-h4 .progress-top span.parcent {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

/*For CodePen*/
svg.radial-progress {
  height: auto;
  max-width: 240px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 33, 0.08);
  transform: rotate(-90deg);
  width: 100%;
  background-image: none;
  border-radius: 50%;
  transition: 0.3s;
}
svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}
svg.radial-progress circle.bar-static {
  stroke: #1E1E1E;
  stroke-width: 2px;
  transition: 0.3s;
}
svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: #ffffff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 2px;
  transition: 0.3s;
}
svg.radial-progress text {
  fill: #fafafa;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-primary);
  fill: rgb(245, 245, 245);
  transition: 0.3s;
}

section.svg-container svg.radial-progress:nth-child(even) {
  margin: 0 15px;
}
section.svg-container:nth-last-of-type(1) svg.radial-progress {
  background: linear-gradient(260deg, #ff0300, #ffc900);
}
section.svg-container:nth-last-of-type(0) svg.radial-progress {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.devider {
  font-size: 50px;
  padding: 20px;
  min-height: 11vh;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-225deg, #FF057C 0%, #FF057C 40%, #321575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.devider:nth-last-of-type(2) {
  background-image: linear-gradient(260deg, #ff0300, #ffc900);
}

.single-progress-circle {
  display: flex;
  justify-content: center;
  position: relative;
}
.single-progress-circle .small-text {
  position: absolute;
  bottom: -30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-family: var(--font-primary);
  text-transform: uppercase;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.progress-ciurcle-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-ciurcle-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-ciurcle-wrapper-one {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}

.blog-single-main-wrapper .inner .head {
  padding: 40px 0 15px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.blog-single-main-wrapper .inner .head::after {
  position: absolute;
  content: "";
  left: 130px;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #fff;
}
.blog-single-main-wrapper .inner .head span.date {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.blog-single-main-wrapper .inner .head span.time {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #74787C;
}
.blog-single-main-wrapper .inner .body .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}
@media (max-width: 450px) {
  .blog-single-main-wrapper .inner .body .title br {
    display: none;
  }
}

.image-box-blog {
  position: relative;
  width: 100%;
  height: 485px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-box-blog {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .image-box-blog {
    height: 320px;
  }
}
.image-box-blog img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
}
.image-box-blog img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.image-box-blog:hover img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.image-box-blog:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.single-blog-area {
  position: relative;
  z-index: 2;
}
.single-blog-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.03) 0%, #141414 100%);
  z-index: 0;
  pointer-events: none;
}
.single-blog-area .inner-content {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 2;
  right: 20px;
}
@media only screen and (max-width: 479px) {
  .single-blog-area .inner-content {
    left: 15px;
    bottom: 10px;
    z-index: 2;
    right: 15px;
  }
}
.single-blog-area .inner-content .top {
  display: flex;
  align-items: center;
  gap: 25px;
}
.single-blog-area .inner-content .top .meta p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.single-blog-area .inner-content .top .time p {
  color: #74787C;
  font-size: 14px;
  margin: 0;
}
.single-blog-area .inner-content .title-text {
  margin-bottom: 0;
  margin-top: 15px;
  display: block;
}
.single-blog-area .inner-content .title-text .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
}
.single-blog-area:hover .inner-content .title {
  background-size: 100% 1px !important;
}

.bg-dark-1 {
  background-color: #0E0E0E;
}

.single-blog-area-4 {
  display: flex !important;
  flex-direction: column !important;
}
.single-blog-area-4 .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 5px;
}
.single-blog-area-4 .thumbnail img {
  transition: 0.5s;
}
.single-blog-area-4 .inner-content_b--4 {
  margin-top: 35px;
}
.single-blog-area-4 .inner-content_b--4 .top {
  display: flex;
  align-items: center;
  gap: 31px;
}
.single-blog-area-4 .inner-content_b--4 .top span.date {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single-blog-area-4 .inner-content_b--4 .top span {
  color: #74787C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-blog-area-4 .inner-content_b--4 .body .title {
  color: #141414;
  font-size: 24px;
  margin-top: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 1199px) {
  .single-blog-area-4 .inner-content_b--4 .body .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-blog-area-4 .inner-content_b--4 .body .title br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .single-blog-area-4 .inner-content_b--4 .body .title br {
    display: none;
  }
}
.single-blog-area-4 .inner-content_b--4 .body .read-more-arrow-btn {
  padding: 8px 22px;
  border-radius: 3px;
  background: rgba(2, 2, 2, 0.05);
  color: #141414;
  font-family: Hanken Grotesk;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.single-blog-area-4 .inner-content_b--4 .body .read-more-arrow-btn i {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.single-blog-area-4:hover .thumbnail img {
  transform: scale(1.2);
}

.single-blog-area-5 .thumbnail {
  display: block;
  overflow: hidden;
}
.single-blog-area-5 .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.single-blog-area-5 .inner-content .top .cat_list a {
  color: #74787C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.single-blog-area-5 .inner-content a .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  max-width: 88%;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-area-5 .inner-content a .title {
    max-width: 100%;
  }
  .single-blog-area-5 .inner-content a .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-blog-area-5 .inner-content a .title {
    max-width: 100%;
  }
  .single-blog-area-5 .inner-content a .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-area-5 .inner-content a .title {
    max-width: 100%;
    font-size: 26px;
    line-height: 38px;
  }
}
.single-blog-area-5 .inner-content p.disc {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 30px;
  line-height: 26px; /* 162.5% */
  max-width: 80%;
}
.single-blog-area-5 .inner-content .read-more-bb {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.single-blog-area-5 .inner-content .read-more-bb::after {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  left: 0;
}
.single-blog-area-5:hover .thumbnail img {
  transform: scale(1.2);
}

.left-content-story-5 .learn-more-btn {
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
}
.left-content-story-5 .learn-more-btn i {
  border-color: #fff;
}
.left-content-story-5 .learn-more-btn:hover i {
  background: #fff;
  color: #0E0E0E;
}

.history-nav {
  border: 1px solid #c9c9c9;
  padding: 50px;
}
@media only screen and (max-width: 479px) {
  .history-nav {
    padding: 20px;
  }
}
.history-nav .nav {
  border: none;
  box-shadow: none;
}
.history-nav .nav .single-tab-btn {
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9 !important;
  padding-top: 30px;
  cursor: pointer;
}
.history-nav .nav .single-tab-btn:first-child {
  padding-top: 0;
}
.history-nav .nav .single-tab-btn:last-child {
  padding-bottom: 0;
  border-bottom: none !important;
}
.history-nav .nav .single-tab-btn:last-child.nav-link.active {
  border-bottom: none !important;
}
.history-nav .nav:hover {
  border: none;
  box-shadow: none;
}
.history-nav .nav .nav-link {
  display: block;
  border: none;
}
.history-nav .nav .nav-link .title {
  margin-bottom: 5px;
}
.history-nav .nav .nav-link:hover {
  border: none;
}
.history-nav .nav .nav-link.active {
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #1E1E1E !important;
}

.history-conetent-5 .tab-pane.fade.show.active .thumbnail img {
  transform: scaleX(-1);
}
.history-conetent-5 .thumbnail img {
  transform: scaleX(0);
  transition: 0.3s;
}

.image-box-anim-blog-2 {
  height: 330px;
}

.image-box-anim-blog-2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  z-index: 5;
}
.image-box-anim-blog-2 img {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  transition: -webkit-clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out, -webkit-clip-path 0.4s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  overflow-clip-margin: content-box;
}
.image-box-anim-blog-2 img.masked {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.75s ease-out, filter 0.75s ease-out;
}
.image-box-anim-blog-2:hover img:not(.masked) {
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}
.image-box-anim-blog-2:hover img.masked {
  transform: translate(-50%, -50%) scale(1);
}

.single-blog-area-4:hover img:not(.masked) {
  -webkit-clip-path: inset(0% 100% 0% 0%);
  clip-path: inset(0% 100% 0% 0%);
}
.single-blog-area-4:hover img.masked {
  transform: translate(-50%, -50%) scale(1);
}

.blog-single-main-wrapper .thumbnail {
  display: block;
  overflow: hidden;
}
.blog-single-main-wrapper .thumbnail img {
  transition: 0.8s;
  width: 100%;
}
.blog-single-main-wrapper.style-one:hover .thumbnail .imgae-box img {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .blog-list-area .border-right-blog-inner {
    border: none;
  }
}

.reactheme-blog-grid.blog--style5 .grid-item:first-of-type .single-blog-list-one {
  padding-top: 0;
}
.reactheme-blog-grid.blog--style5 .grid-item:last-of-type .single-blog-list-one {
  border: none;
  padding-bottom: 0;
}

.single-blog-list-one {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
  .single-blog-list-one {
    display: block;
  }
  .single-blog-list-one img {
    width: 100%;
  }
}
.single-blog-list-one .blog-content-area {
  max-width: 700px;
}
@media (max-width: 991px) {
  .single-blog-list-one .blog-content-area {
    margin-top: 50px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.single-blog-list-one .blog-content-area span a {
  color: #74787C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.single-blog-list-one .blog-content-area .title {
  color: var(--color-primary);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-blog-list-one .blog-content-area .title br {
    display: none;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .single-blog-list-one .blog-content-area .title br {
    display: none;
  }
}
@media (max-width: 576px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .single-blog-list-one .blog-content-area .title {
    font-size: 24px;
    line-height: 34px;
  }
}
.single-blog-list-one .blog-content-area p.dsic {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1400px) and (min-width: 991px) {
  .single-blog-list-one .blog-content-area p.disc br {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-blog-list-one .blog-content-area p.disc br {
    display: none;
  }
}
.single-blog-list-one .blog-content-area .read-more-bb {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
.single-blog-list-one .blog-content-area .read-more-bb::after {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--color-primary);
  content: "";
  left: 0;
}

.border-right-blog-inner {
  border-right: 1px solid #272727;
}

.blog-details-breadcrumb {
  background-image: url(../images/banner/19.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #272727;
}

.blog-details-bd-wrapper p a {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-details-bd-wrapper p a span {
  color: #74787C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.blog-details-bd-wrapper .title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .blog-details-bd-wrapper .title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog-details-bd-wrapper .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 500px) {
  .blog-details-bd-wrapper .title {
    font-size: 28px;
    line-height: 40px;
  }
}
.blog-details-bd-wrapper .author-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.blog-details-bd-wrapper .author-area img {
  border-radius: 15px;
}
.blog-details-bd-wrapper .author-area .info span {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 5px;
}
.blog-details-bd-wrapper .author-area .info p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.blog-details-main-wrapper .main-wrapper {
  height: 665px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-details-main-wrapper .main-wrapper {
    height: 350px;
  }
}
.blog-details-main-wrapper .thumbnail-banner-large-iamge {
  background-image: url(../images/blog/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  transform: scaleX(1.4);
}
.blog-details-main-wrapper .quote-area {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 12px 0;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
@media (max-width: 576px) {
  .blog-details-main-wrapper .quote-area {
    display: block;
    text-align: center;
  }
}
.blog-details-main-wrapper .quote-area h6 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 141.667% */
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .blog-details-main-wrapper .quote-area h6 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-main-wrapper .quote-area h6 {
    font-size: 18px;
  }
}

.post-author-blog {
  display: flex;
  align-items: center;
  gap: 50px;
  background: rgba(11, 11, 11, 0.911);
  padding: 50px;
}
@media (max-width: 768px) {
  .post-author-blog {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .post-author-blog {
    padding: 15px;
  }
}
.post-author-blog .thumbnail {
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media only screen and (max-width: 767px) {
  .post-author-blog .thumbnail {
    min-width: auto;
  }
}
.post-author-blog .infor-wrapper {
  display: block;
}
.post-author-blog .infor-wrapper .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.post-author-blog .infor-wrapper p.dsic {
  color: #74787C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 25px;
}

.inner-page.blog-details .blog-single-main-wrapper .thumbnail img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .inner-page.blog-details .blog-single-main-wrapper .thumbnail img {
    width: 100%;
  }
}

.rts-comment-area .title-m {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rts-comment-area .sigle-comments-bd {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .rts-comment-area .sigle-comments-bd {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea .title {
  margin-bottom: 0;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rts-comment-area .sigle-comments-bd .inner-info .titlea-rea button {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  color: #d3d3d3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.rts-comment-area .sigle-comments-bd .inner-info .details-area p.disc {
  margin-bottom: 15px;
}
.rts-comment-area .sigle-comments-bd .inner-info .details-area span.date {
  color: #A7A7A7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.single-blog-area-5.with-sidebar {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #1E1E1E;
}

.rts-single-wized {
  background: transparent;
  border-radius: 0;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #1E1E1E;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-wized {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-wized {
    padding: 20px;
  }
}
.rts-single-wized:last-child {
  margin-bottom: 0 !important;
}

.rts-single-wized .wized-header .title {
  margin-bottom: 10px;
}

.rts-single-wized .wized-body {
  margin-top: 30px;
}

.rts-single-wized .wized-body .rts-search-wrapper {
  position: relative;
}

.rts-single-wized .wized-body .rts-search-wrapper input {
  background: transparent;
  height: 55px;
  border-radius: 0;
  padding-right: 70px;
  padding-left: 25px;
  border: 1px solid #1E1E1E;
}

.rts-single-wized .wized-body .rts-search-wrapper button {
  position: absolute;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 55px;
  width: 55px;
  border-radius: 0;
  background: var(--color-primary);
  display: inline-block;
  padding: 0 19px;
  right: 0;
}

.rts-single-wized .wized-body .rts-search-wrapper button i {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.rts-single-wized .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.rts-single-wized .single-categories a {
  transition: 0.3s;
}
.rts-single-wized .single-categories:hover a {
  background: #fff;
  color: #141414;
  transform: translateY(-3px);
}

.rts-single-wized .single-categories li {
  list-style: none;
}

.rts-single-wized .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 25px;
  background: transparent;
  color: #bbbbbb;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 0;
  border: 1px solid #1e1e1e;
}

.rts-single-wized .single-categories li a i {
  color: #383838;
  transition: 0.3s;
}

.rts-single-wized .recent-post-single {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rts-single-wized .recent-post-single .thumbnail {
  margin-right: 20px;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  border-radius: 0;
}
.rts-single-wized .recent-post-single .thumbnail:hover a img {
  transform: scale(1.2);
}

.rts-single-wized .recent-post-single .thumbnail img {
  min-width: 85px;
  height: auto;
  transition: 0.3s;
}

.rts-single-wized .recent-post-single .user {
  display: flex;
  align-items: center;
}

.rts-single-wized .recent-post-single .user span {
  margin-left: 9px;
}

.rts-single-wized .recent-post-single .post-title .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #b4b4b4;
  line-height: 26px;
  margin-top: 5px;
  transition: 0.3s;
}

.rts-single-wized .recent-post-single .post-title:hover .title {
  color: #fff;
}

.rts-single-wized .gallery-inner .single-row.row-1 {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .rts-single-wized .gallery-inner .single-row.row-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .rts-single-wized .gallery-inner .single-row.row-1 {
    margin-bottom: 10px;
  }
}

.rts-single-wized .gallery-inner .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .rts-single-wized .gallery-inner .single-row {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .rts-single-wized .gallery-inner .single-row {
    gap: 10px;
  }
}

.rts-single-wized .gallery-inner .single-row a {
  overflow: hidden;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .rts-single-wized .gallery-inner .single-row a {
    width: 100%;
  }
}

.rts-single-wized .gallery-inner .single-row a img {
  max-width: 97px;
  height: auto;
  transition: 0.6s;
}
@media (max-width: 1200px) {
  .rts-single-wized .gallery-inner .single-row a img {
    width: 100%;
    max-width: 100%;
  }
}

.rts-single-wized .gallery-inner .single-row a:hover img {
  transform: scale(1.2);
}

.rts-single-wized .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.rts-single-wized .tags-wrapper a {
  padding: 5px 16px;
  background: transparent;
  border-radius: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #bbbbbb;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  transition: 0.3s;
  border: 1px solid #1e1e1e;
}
.rts-single-wized .tags-wrapper a:hover {
  color: #fff;
}

.rts-mighty-pagination {
  margin-top: 40px;
}
.rts-mighty-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.rts-mighty-pagination ul li {
  margin: 0;
  margin-right: 10px;
}
.rts-mighty-pagination ul li button {
  width: 50px;
  height: 50px;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #1e1e1e;
  transition: 0.3s;
}
.rts-mighty-pagination ul li button:hover {
  background: #fff;
  color: #1e1e1e;
}
.rts-mighty-pagination ul li button.active {
  background: #fff;
  color: #1e1e1e;
}

.cta-main-wrapper-three .rts-btn.btn-primary {
  border: 1px solid #FFF;
  min-width: 204px;
  height: 65px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.cta-main-wrapper-three .rts-btn.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #141414;
}

@media only screen and (max-width: 1199px) {
  .blog-left-wrapper-area-one p.disc br {
    display: none;
  }
}

.rts-feature-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 312px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .rts-feature-area {
    width: 215px !important;
  }
}
.rts-feature-area .thumbnail img {
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.rts-feature-area:hover::after {
  height: 100%;
}
.rts-feature-area:hover .content-inner {
  bottom: 30px;
}
.rts-feature-area:hover .content-inner .number {
  right: 0;
}
.rts-feature-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.233);
  height: 0%;
  z-index: 0;
  pointer-events: none;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.rts-feature-area .content-inner {
  position: absolute;
  left: 30px;
  bottom: -150px;
  width: 80%;
  z-index: 5;
  transition: 0.8s;
}
.rts-feature-area .content-inner .number {
  margin-left: auto;
  margin-right: 0;
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 60px;
  transition: 0.5s;
}
.rts-feature-area .content-inner .body .tag {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  display: block;
}
.rts-feature-area .content-inner .body h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.feature-main-wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature-main-wrapper-1 {
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-main-wrapper-1 {
    justify-content: center;
    gap: 20px;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 1020px;
  height: 1020px;
  pointer-events: none;
  opacity: 0;
}

.cursor__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}

.cursor__media.active {
  opacity: 0.8;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
}

.nav__link {
  position: relative;
  color: #1e293b;
  font-size: 2.6rem;
  font-weight: 700;
  text-decoration: none;
}

.nav__link:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  width: 2rem;
  height: 2px;
  margin-inline: auto;
  background-color: #94a3b8;
}

.title-area-inner.large-image {
  display: flex;
  justify-content: space-between;
}
.title-area-inner.large-image .title {
  text-align: center;
  font-size: 90px;
  margin-bottom: -180px;
  z-index: 10;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-inner.large-image .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area-inner.large-image .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .title-area-inner.large-image .title {
    font-size: 21px;
  }
}
.title-area-inner.large-image .title span {
  font-size: 120px;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-area-inner.large-image .title span {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-area-inner.large-image .title span {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area-inner.large-image .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image .title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .title-area-inner.large-image .title span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .title-area-inner.large-image {
    max-width: 100%;
  }
}

.wrapper-video {
  --clip-path: circle(140px at left);
  --clip-path-hover: circle(160px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: .4s;
  --timing-function: ease;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999;
}
.wrapper-video .video-info {
  width: 300px;
  position: relative;
  left: 70%;
  top: -12%;
  height: 200px;
  bottom: auto;
  margin-top: -450px;
}
.wrapper-video .video-info #video-check {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 9999999;
}
.wrapper-video .video-info .intro-title {
  position: relative;
  left: 195px;
  top: 100px;
}
.wrapper-video .video-info .intro-title .video-title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.3;
}
.wrapper-video .video-info .intro-title .video-title.close-video-title {
  display: none;
}
.wrapper-video .video-info .intro-title .video-title span {
  display: block;
  font-size: 18px;
}
.wrapper-video .video-info .video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  position: relative;
  top: 55px;
  left: 100px;
}
.wrapper-video .video-info .video video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: auto;
  width: auto;
  height: auto;
}
.wrapper-video .video-info .video::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/video/play-icon.png);
  content: "";
  z-index: 999999999999;
  background-size: 100%;
}

.banner-style-one {
  overflow: hidden;
}

#video_check {
  width: 200px;
  height: 200px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 9999999;
}

#video_check:hover ~ .video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

#video_check:checked ~ .video {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  height: 250px;
  width: 1920px;
  left: 0;
}

.banner-jump-button {
  position: absolute;
  left: 17%;
  top: 60%;
}
@media only screen and (max-width: 767px) {
  .banner-jump-button {
    left: 60px;
    top: 55%;
  }
}
@media only screen and (max-width: 479px) {
  .banner-jump-button {
    left: 10%;
    top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-jump-button .btn_wrapper {
    margin-left: 0 !important;
  }
}
.banner-jump-button .explore-button {
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.banner-jump-button .explore-button:hover {
  min-width: 190px !important;
}

.title-wrap-cta-4 .title {
  line-height: 26px;
  margin: 0;
}

.large-image-option-start {
  position: relative;
}
.large-image-option-start .wrapper-video {
  position: absolute;
  left: -228px;
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  animation: waves 3s ease-in-out infinite;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 2px solid var(--color-primary);
  transition: all 200ms;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .vedio-icone .video-play-button::after {
    width: 60px;
    height: 60px;
  }
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-primary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.vedio-icone .video-play-button span.outer-text {
  border: none;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--color-primary);
  font-weight: 500;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.vedio-icone .video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
  display: block;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.wrap {
  width: 100%;
  height: auto;
  max-width: 768px;
  background-color: transparent;
  margin: 0 auto;
  padding: 20px;
  padding-top: 60px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote {
  overflow: hidden;
}

.quote-2 {
  overflow: hidden;
}

.split-line {
  overflow: hidden;
}

.split-parent {
  overflow: hidden;
}

.gsap-marker-end {
  display: none !important;
}

.gsap-marker-start {
  display: none !important;
}

.gsap-marker-scroller-end {
  display: none !important;
}

.gsap-marker-scroller-start {
  display: none !important;
}

.title-area-left-wrapper .title {
  text-align: left;
}

.team-title-4 {
  text-align: right;
  padding-top: 140px;
  padding-bottom: 80px;
  margin-right: 0;
}
.team-title-4 .title {
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Hanken Grotesk;
  font-size: 140px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .team-title-4 .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-title-4 .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .team-title-4 .title {
    font-size: 36px;
  }
}

.single-team-style-one {
  position: relative;
  overflow: hidden;
  z-index: 1 !important;
}
.single-team-style-one .thumbnail img {
  transform: scale(1);
  transition: 0.8s;
  width: 100%;
}
.single-team-style-one .inner-content {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
  left: -50px;
  transition: 0.8s;
}
.single-team-style-one .inner-content span {
  display: block;
  padding: 11px 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.single-team-style-one .inner-content .name {
  padding: 18px 25px;
  background: #fff;
  display: block;
  color: #141414;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.single-team-style-one:hover .thumbnail img {
  transform: scalex(-1);
}
.single-team-style-one:hover .inner-content {
  left: 40px;
  opacity: 1;
}

.progress-team-area.four .single-team-style-one {
  padding-bottom: 0;
}

.history-conetent-5 {
  height: 100%;
}
.history-conetent-5 .tab-pane {
  height: 100%;
}
.history-conetent-5 .tab-pane .thumbnail {
  height: 100%;
}
.history-conetent-5 .tab-pane .thumbnail img {
  height: 100%;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  mix-blend-mode: exclusion;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-3);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border: 0px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 0px solid var(--color-primary);
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-3);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
  mix-blend-mode: exclusion;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #ededed;
  mix-blend-mode: exclusion;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 0;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}
.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px rgba(7, 66, 233, 0.3215686275);
  color: var(--color-primary-2);
}

.section-separator {
  position: relative;
}
.section-separator::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1290px;
  height: 1px;
  background: #E8E8E8;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.section-separator-bg-dark {
  position: relative;
}
.section-separator-bg-dark::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 1290px;
  height: 1px;
  background: #272727;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.title-elements-parent {
  font-size: 70px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-elements-parent {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .title-elements-parent {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .title-elements-parent {
    font-size: 36px;
    line-height: 1.2;
  }
}

.bg-white .title-elements-parent {
  color: #141414;
  font-size: 70px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-white .title-elements-parent {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .bg-white .title-elements-parent {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .bg-white .title-elements-parent {
    font-size: 36px;
    line-height: 1.2;
  }
}

.title-area-main-elements .title {
  font-size: 80px;
  margin-bottom: 80px;
}

.b1.uppercase {
  text-transform: uppercase;
}

.b2.uppercase {
  text-transform: uppercase;
}

.b3.uppercase {
  text-transform: uppercase;
}

.b4.uppercase {
  text-transform: uppercase;
}

.inner-page.team-area-elements .team-title-4 {
  padding-top: 0;
}
.inner-page.team-area-elements .team-title-4 .title {
  line-height: 140px;
}

.buttons-main-wrapper-elements {
  display: flex;
  align-items: center;
  gap: 40px;
}
.buttons-main-wrapper-elements .plus-btn {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 12px;
}
.buttons-main-wrapper-elements .plus-btn.btn-md {
  font-size: 18px;
}
.buttons-main-wrapper-elements .plus-btn.btn-lg {
  font-size: 20px;
}
.buttons-main-wrapper-elements .plus-btn.btn-xl {
  font-size: 22px;
}

.modal-sidebar-scroll {
  position: fixed;
  top: 50%;
  transform: translateY(-65%);
  text-align: center;
  z-index: 10;
  right: 0;
  left: auto;
}
.modal-sidebar-scroll ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.modal-sidebar-scroll ul li {
  margin: 0;
  position: relative;
  font-size: 20px;
}
.modal-sidebar-scroll ul li.go-dark-w {
  z-index: 10;
  bottom: 0px;
}
.modal-sidebar-scroll ul li.go-light-w {
  z-index: 1;
}
.modal-sidebar-scroll ul li span {
  font-size: 14px;
  color: #fff;
  mix-blend-mode: exclusion;
}
.modal-sidebar-scroll ul li span::after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent var(--color-primary);
  border-width: 6px;
  position: absolute;
  top: 50%;
  right: -12px;
  -khtml-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal-sidebar-scroll ul li i {
  cursor: pointer;
  color: #ffffff;
  padding: 10px 10px;
  display: block;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 1px 0 0 1px;
  background: #000000;
  transition: 0.3s;
}

.rts-light-mood .modal-sidebar-scroll .go-light-w {
  display: none;
}

.rts-light-mood.rts-dark .modal-sidebar-scroll .go-light-w {
  display: block;
}
.rts-light-mood.rts-dark .modal-sidebar-scroll .go-dark-w {
  display: none;
}

.rts-dark .modal-sidebar-scroll .go-light-w {
  display: block;
}
.rts-dark .modal-sidebar-scroll .go-dark-w {
  display: none;
}

.rts-company-process.career .main-process-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  padding-top: 44px;
  border-top: 1px solid #D9D9D9;
}
.rts-company-process.career .single-working-process-three {
  position: relative;
  width: 22%;
}
@media (max-width: 991px) {
  .rts-company-process.career .single-working-process-three {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .rts-company-process.career .single-working-process-three {
    width: 100%;
    text-align: center;
  }
}
.rts-company-process.career .single-working-process-three::after {
  position: absolute;
  content: "";
  top: -50px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #D9D9D9;
}
@media (max-width: 991px) {
  .rts-company-process.career .single-working-process-three::after {
    display: none;
  }
}
.rts-company-process.career .single-working-process-three::before {
  position: absolute;
  content: "01";
  right: 30px;
  top: 48%;
  transform: translateY(-50%);
  font-size: 100px;
  font-weight: 700;
  font-family: var(--font-primary);
  color: rgba(0, 0, 0, 0.05);
}
.rts-company-process.career .single-working-process-three:nth-child(2)::before {
  content: "02";
}
.rts-company-process.career .single-working-process-three:nth-child(3)::before {
  content: "03";
}
.rts-company-process.career .single-working-process-three:nth-child(4)::before {
  content: "04";
}
.rts-company-process.career .single-working-process-three:nth-child(5)::before {
  content: "05";
}
.rts-company-process.career .single-working-process-three:nth-child(6)::before {
  content: "06";
}
.rts-company-process.career .single-working-process-three .icon {
  margin-bottom: 25px;
}
.rts-company-process.career .single-working-process-three .title {
  margin-bottom: 10px;
}

.rts-single-process-wrapper-eight {
  background: #fff;
  padding: 40px;
  position: relative;
  transition: 0.3s;
  border-right: 1px solid #F1F1F1;
  box-shadow: 0px 15px 62px rgba(0, 0, 0, 0.04);
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .rts-single-process-wrapper-eight {
    padding: 25px;
  }
}
.rts-single-process-wrapper-eight.border-none {
  border-right: none;
}
.rts-single-process-wrapper-eight .icon-1 {
  display: block;
  height: 108px;
  width: 108px;
  border: 2px dotted #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background: transparent;
}
.rts-single-process-wrapper-eight .icon-1::after {
  position: absolute;
  content: "";
  height: 88px;
  width: 88px;
  background: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.rts-single-process-wrapper-eight .title {
  margin-bottom: 10px;
  transition: 0.3s;
}
.rts-single-process-wrapper-eight p.disc {
  margin-bottom: 0;
  transition: 0.3s;
}
.rts-single-process-wrapper-eight .icon {
  position: absolute;
  bottom: -26px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-single-process-wrapper-eight .icon {
    position: relative;
    margin-top: 10px;
    display: flex;
    background: #f0f0f0;
  }
}
@media only screen and (max-width: 767px) {
  .rts-single-process-wrapper-eight .icon {
    position: relative;
    margin-top: 10px;
    display: flex;
    background: #f0f0f0;
  }
}
.rts-single-process-wrapper-eight .icon i {
  color: var(--color-primary);
}
.rts-single-process-wrapper-eight:hover {
  background: var(--color-primary);
}
.rts-single-process-wrapper-eight:hover .title {
  color: #fff;
}
.rts-single-process-wrapper-eight:hover p.disc {
  color: #fff;
}

.rts-working-process-area.home-seven {
  background-color: #E1E6E9;
}
.rts-working-process-area.home-seven .heading-title {
  margin-bottom: 80px;
}
.rts-working-process-area.home-seven .heading-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.rts-working-process-area.home-seven .heading-title .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .rts-working-process-area.home-seven .heading-title .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper {
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .rts-working-process-area.home-seven .working-process-inner .working-wrapper {
    margin-bottom: 50px;
  }
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper:hover .icon::before {
  right: -15px;
  bottom: -15px;
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper:hover .content .main-title {
  color: var(--color-primary);
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon {
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  background: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  box-shadow: 0px 17px 64px rgba(0, 0, 0, 0.07);
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon::before {
  content: url("../images/working-process/icon/01.svg");
  position: absolute;
  right: -35px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  line-height: 210px;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.two::before {
  content: url("../images/working-process/icon/02.svg");
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.three::before {
  content: url("../images/working-process/icon/03.svg");
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .icon.four::before {
  content: url("../images/working-process/icon/04.svg");
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .content {
  margin-top: 60px;
  transition: all 0.4s;
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .content .main-title {
  font-size: 24px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: all 0.4s;
}
.rts-working-process-area.home-seven .working-process-inner .working-wrapper .content .desc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-right: 50px;
}

@media only screen and (max-width: 575px) {
  .project-title-btn-wrapper-8.clients-feedback {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}

.working-step-nine {
  text-align: center;
  background: #fff;
  padding: 50px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .working-step-nine {
    padding: 23px;
  }
}
@media only screen and (max-width: 1199px) {
  .working-step-nine {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-step-nine {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .working-step-nine {
    padding: 20px;
  }
}
.working-step-nine::after {
  position: absolute;
  content: "";
  left: 0;
  top: -150px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #FF6600;
  filter: blur(50px);
  opacity: 0;
  transition: 0.6s;
}
.working-step-nine .icon {
  width: 120px;
  height: 120px;
  background: #F3F3F3;
  border-radius: 50%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .working-step-nine .icon {
    width: 80px;
    height: 80px;
  }
}
@media md-layout {
  .working-step-nine .icon {
    width: 80px;
    height: 80px;
  }
}
.working-step-nine .wrapper-inner span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.working-step-nine .wrapper-inner .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
  color: #0C0A0A;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  transition: 0.3s;
}
.working-step-nine:hover {
  background: #171717;
}
.working-step-nine:hover::after {
  opacity: 1;
  top: -50px;
}
.working-step-nine:hover .wrapper-inner .title {
  color: #fff !important;
}

.index-nine .main-wrapper-testimonials {
  padding: 0 60px;
  border: 1px solid #A7A7A7;
}

.feature-wrapper-full-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature-wrapper-full-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-wrapper-full-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-wrapper-full-wrap .single-wrapper {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  background: #fff;
  width: 312px;
  transition: 0.3s;
}
.feature-wrapper-full-wrap .single-wrapper svg {
  margin-right: 10px;
}
.feature-wrapper-full-wrap .single-wrapper svg path {
  transition: 0.3s;
}
.feature-wrapper-full-wrap .single-wrapper p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0C0A0A;
  text-transform: uppercase;
  transition: 0.3s;
}
.feature-wrapper-full-wrap .single-wrapper:hover {
  background: var(--color-primary);
  transform: scale(1.02) translateY(-7px);
}
.feature-wrapper-full-wrap .single-wrapper:hover svg path {
  fill: #fff;
}
.feature-wrapper-full-wrap .single-wrapper:hover p {
  color: #fff;
}

.feature-wrapper-three-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature-wrapper-three-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-wrapper-three-wrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-wrapper-three-wrap .single-wrapper {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  background: #fff;
  width: 312px;
  transition: 0.3s;
}
.feature-wrapper-three-wrap .single-wrapper svg {
  margin-right: 10px;
  transition: 0.3s;
}
.feature-wrapper-three-wrap .single-wrapper p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0C0A0A;
  text-transform: uppercase;
  transition: 0.3s;
}
.feature-wrapper-three-wrap .single-wrapper:hover {
  background: var(--color-primary);
  transform: scale(1.02) translateY(-7px);
}
.feature-wrapper-three-wrap .single-wrapper:hover svg path {
  fill: #fff;
}
.feature-wrapper-three-wrap .single-wrapper:hover p {
  color: #fff;
}

.rts-dark .rts-footer-area-one .footer-left-area .logo-footer .logo-1 {
  display: none;
}
.rts-dark .rts-footer-area-one .footer-left-area .logo-footer .logo-2 {
  display: block;
}
.rts-dark .shape-about-one {
  display: none;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1 .icon svg path {
  fill: #141414 !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1 .title {
  color: #141414;
}
.rts-dark .rts-about-area-1,
.rts-dark .rts-section-gap.rts-service-area,
.rts-dark .rts-pricing-area.rts-section-gap.position-relative,
.rts-dark .trusted-clients-area-start,
.rts-dark .rts-footer-area-one,
.rts-dark .rts-brand-area.home-2.rts-section-gap,
.rts-dark .rts-faq-style-two.rts-section-gapBottom,
.rts-dark .rts-testimonials-area.rts-section-gap,
.rts-dark .appoinmnet-area-two.rts-section-gapBottom,
.rts-dark .rts-marquree-area-start-bottom,
.rts-dark .rts-service-area.rts-section-gap,
.rts-dark .rts-about-area-4.parallax-about.rts-section-gapBottom,
.rts-dark .rts-case-studys-area.rts-section-gap.parallax-case,
.rts-dark .rts-features-area.rts-section-gapBottom.rts-feature-animation-active,
.rts-dark .rts-faq-section-area.rts-section-gapTop,
.rts-dark .rts-blog-area.rts-section-gap,
.rts-dark .copy-right-4-area,
.rts-dark body.inner-page.portfolio-nine.vertical-split {
  background: #090909 !important;
}
.rts-dark .grid-lines-wrapper .grid-lines .grid-line {
  background: #111111;
}
.rts-dark .about-area-right-start .inner-about-wrapper .title,
.rts-dark .text-split-wrap-about h2,
.rts-dark .single-progress-area-one .progress-bottom p.name,
.rts-dark .single-progress-area-one .progress-bottom span,
.rts-dark .learn-more-btn,
.rts-dark .sub-title,
.rts-dark .title-top-service-varticle .title,
.rts-dark .service-area-one-main-wrapper .single-item-service-one a .list-title h3,
.rts-dark .title-area .title,
.rts-dark .accordion-area-start-one .accordion .accordion-item .accordion-header .accordion-button,
.rts-dark .brad-pricing-area-start .pricing-wrapper-main p,
.rts-dark .single-testimonials-main-wrapper .body p.disc,
.rts-dark .single-testimonials-main-wrapper .star-area-start i,
.rts-dark .single-testimonials-main-wrapper .body .author-area .info-wrapper .title,
.rts-dark .footer-main-wrapper-one .footer-single-wized-start .title,
.rts-dark .footer-main-wrapper-one .footer-single-wized-start .mail-contact-area .single-con-info.mail a,
.rts-dark .brand-sm-title p,
.rts-dark h2.title.title-white.mt--20.quote,
.rts-dark .faq-right-wrapper-two .title-left-h2-wrapper span.pre-title,
.rts-dark .single-testimonial-2 .content-area p.disc,
.rts-dark .single-testimonial-2 .content-area .author p.name,
.rts-dark .swiper-testimonials-wrapper-main-2 .swiper-button-next::after,
.rts-dark .swiper-testimonials-wrapper-main-2 .swiper-button-prev::after,
.rts-dark .appoinment-area-two .title-area-appoinment .title,
.rts-dark .appoinment-area-two .title-area-appoinment span.pre,
.rts-dark .appoinment-h2 label,
.rts-dark .about-content-inner-4 .title,
.rts-dark .title-area-four-w .title,
.rts-dark .title-area-four-w .pre,
.rts-dark .title-faq-4 .title,
.rts-dark .four-accordion-area-faq .accordion-item .accordion-header button,
.rts-dark .blog-title-area-h4 .title,
.rts-dark .single-blog-area-4 .inner-content_b--4 .top span.date,
.rts-dark .single-blog-area-4 .inner-content_b--4 .body .title,
.rts-dark .single-blog-area-4 .inner-content_b--4 .body .read-more-arrow-btn,
.rts-dark .footer-four-wrapper-four .left-area .title,
.rts-dark .footer-four-wrapper-four .right-area .f-nav li a,
.rts-dark .copy-right-4-area .border-top p,
.rts-dark .footer-four-wrapper-four .left-area .title a,
.rts-dark .single-service-card-box-1 .title,
.rts-dark .single-service-card-box-1 .plus-btn,
.rts-dark .page-title-area-portfolio-7 .title-work,
.rts-dark .inner-page.portfolio-nine .portfolio-nine-wrapper-main .title,
.rts-dark .inner-page.portfolio-nine .portfolio-nine-wrapper-main span.pre {
  color: #fff !important;
}
.rts-dark .single-progress-area-one .progress .progress-bar {
  background: #fff;
}
.rts-dark .single-progress-area-one .progress {
  background: #363636;
}
.rts-dark .service-area-one-main-wrapper .single-item-service-one a .button-area svg path {
  fill: #fff;
}
.rts-dark .single-service-card-box-1 .plus-btn i {
  color: #000000;
}
.rts-dark .service-area-one-main-wrapper .single-item-service-one a,
.rts-dark .accordion-area-start-one .accordion .accordion-item,
.rts-dark .after-effect-testi-right-img::after,
.rts-dark .rts-footer-area-one .copyright-area,
.rts-dark .four-accordion-area-faq,
.rts-dark .four-accordion-area-faq .accordion-item,
.rts-dark .copy-right-4-area .border-top {
  border-color: #141414;
}
.rts-dark .single-testimonials-main-wrapper .body .quote-img {
  opacity: 0.03;
}
.rts-dark .single-testimonials-main-wrapper .body p.disc::after {
  background: #141414;
}
.rts-dark .faq-thumbnail-two .main,
.rts-dark .four-accordion-area-faq .accordion-item::after {
  background: #141414;
}
.rts-dark .appoinment-h2 input,
.rts-dark .appoinment-h2 select,
.rts-dark .appoinment-h2 .text-area textarea {
  background: transparent;
  border: 1px solid #111111;
  color: #fff;
}
.rts-dark .rts-footer-four-start.rts-section-gap.border-top {
  background: #141414;
  border-top: 1px solid #1f1f1f !important;
}
.rts-dark .copy-right-4-area .border-top {
  border: none !important;
}
.rts-dark .single-service-card-box-1 {
  background: #121212;
}
.rts-dark .single-service-card-box-1 .icon svg path {
  fill: #fff;
}
.rts-dark .index-six .large-image-option-start,
.rts-dark .index-six .about-area-7-start.rts-section-gapBottom,
.rts-dark .index-six .working-process-area.rts-section-gapTop,
.rts-dark .index-six .rts-pricing-area.rts-section-gapTop.position-relative {
  background: #090909;
}
.rts-dark .index-six .title-area-inner.large-image .title,
.rts-dark .index-six .title-area-four-w .title,
.rts-dark .index-six .single-working-process-three .title {
  color: #fff !important;
}
.rts-dark .index-six .title-area-inner.large-image .title span {
  color: #fff !important;
}
.rts-dark .index-six .single-working-process-three .icon {
  margin-bottom: 25px;
  mix-blend-mode: exclusion;
  background: #fff;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  padding: 12px;
  border-radius: 5px;
}
.rts-dark .index-six .single-working-process-three .icon img {
  max-width: 40px;
}
.rts-dark .index-three .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-close svg line {
  stroke: #fff;
}
.rts-dark .index-three .header-three .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #fff !important;
}
.rts-dark .index-three .header-three .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger svg line {
  stroke: #fff;
  fill: #000;
}
.rts-dark .index-three .header-three .inner .header-right .menu-btn {
  color: #fff !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1 .plus-btn {
  color: #141414 !important;
}
.rts-dark .inner-page.service-3:hover .title {
  color: #141414 !important;
}
.rts-dark .inner-page.service-3:hover svg path {
  fill: #fff !important;
}
.rts-dark .inner-page.service-3:hover .single-service-card-box-1 .plus-btn {
  color: #fff;
}
.rts-dark .index-two .rts-testimonials-area.rts-section-gapBottom {
  background: #141414;
}
.rts-dark .rts-breadcrumb-area .inner .title {
  color: #fff;
}
.rts-dark .inner-page .rts-breadcrumb-area .inner .title {
  color: #fff !important;
}
.rts-dark .inner-page .rts-breadcrumb-area .inner .title:hover {
  color: #fff !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1:hover .icon svg path {
  fill: #fff !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1:hover .title {
  color: #fff !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1:hover .plus-btn {
  color: #fff !important;
}
.rts-dark .inner-page.service-3 .single-service-card-box-1:hover .plus-btn i {
  color: #fff;
}

.rts-light-mood .index-five .rts-service-accordion-area.rts-section-gapTop,
.rts-light-mood .index-five .rts-storya-area.rts-section-gap {
  background: #fff;
}
.rts-light-mood .index-five .service-collups-area .accordion-item .accordion-header .accordion-button .mid-title .title,
.rts-light-mood .index-five .service-collups-area .accordion-item .accordion-header .accordion-button .left-icon i,
.rts-light-mood .index-five .history-nav .nav .nav-link .title,
.rts-light-mood .index-five .left-content-story-5 .learn-more-btn {
  color: #141414;
}
.rts-light-mood .index-five .service-collups-area .accordion-item {
  border-left: none;
}
.rts-light-mood .index-five .service-collups-area .accordion-item {
  border-right: none;
}
.rts-light-mood .index-five .service-collups-area .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
}
.rts-light-mood .index-five .history-nav .nav .nav-link,
.rts-light-mood .index-five .history-nav,
.rts-light-mood .index-five .left-content-story-5 .learn-more-btn i {
  border-color: #c9c9c9 !important;
}
.rts-light-mood .index-five .left-content-story-5 .learn-more-btn i {
  color: #141414;
}
.rts-light-mood .index-five .left-content-story-5 .learn-more-btn:hover {
  color: #141414;
  border-color: #141414 !important;
}
.rts-light-mood .index-five .service-collups-area .accordion-item::after {
  color: rgba(205, 205, 205, 0.3019607843);
}
.rts-light-mood .index-five .service-collups-area .accordion-item::before {
  background: rgba(205, 205, 205, 0.3019607843);
}
.rts-light-mood .index-five .service-collups-area .accordion-item {
  border-color: rgba(205, 205, 205, 0.3019607843);
}
.rts-light-mood .index-three .about-three-bg,
.rts-light-mood .index-three .rts-service-area.three.bg-dark-2 {
  background: #fff;
}
.rts-light-mood .index-three .title-area-left-three .title,
.rts-light-mood .index-three .skill-area-h3 .single p,
.rts-light-mood .index-three .skill-area-h3 .single i,
.rts-light-mood .index-three .about-three-right-content .learn-more-btn,
.rts-light-mood .index-three .rts-service-area.three .title-area-left-three-large .title {
  color: #141414;
}
.rts-light-mood .index-three .about-three-right-content .learn-more-btn i {
  border: 1px solid #1f1f1f;
}
.rts-light-mood .index-three .single-service-area-start .title-area .title,
.rts-light-mood .index-three .single-service-area-start .discription-area .sm-service-area-wrapper .sm-service p,
.rts-light-mood .index-three .single-service-area-start .discription-area .sm-service-area-wrapper .sm-service i {
  color: #141414;
}
.rts-light-mood .index-three .rts-service-item-1 {
  border-color: #eaeaea !important;
}
.rts-light-mood .index-three .title-area-left-three-large .left-m-para::after {
  background: #eaeaea !important;
}
.rts-light-mood .index-three .rts-case-studies-three .title-area-left-three-large .left-m-para::after {
  background: #2c2c2c !important;
}
.rts-light-mood .index-three .rts-news-area-three-start .title-area-left-three-large .left-m-para::after {
  background: #2c2c2c !important;
}
.rts-light-mood .rts-portfolio-grid-area,
.rts-light-mood .portfolio-six-single-swiper,
.rts-light-mood .slide-div.mt--150,
.rts-light-mood .inner-page.portfolio-five {
  background: #fff;
}
.rts-light-mood .portfolio-six-single-swiper .left-content .pre-tag,
.rts-light-mood .portfolio-six-single-swiper .left-content .title,
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name {
  color: rgba(129, 127, 127, 0.9607843137);
}
.rts-light-mood .portfolio-six-single-swiper .left-content .title span {
  -webkit-text-stroke: 1px #cacaca;
  -webkit-text-fill-color: #ffffff;
}
.rts-light-mood .inner-page.portfolio-five .burger svg line {
  stroke: #141414;
}
.rts-light-mood .inner-page.portfolio-five .header-three .inner .header-right .menu-btn {
  color: #141414;
}
.rts-light-mood .rts-fs-menu {
  background-color: #fff;
}
.rts-light-mood .rts-fs-menu * .menu-item > a {
  color: #141414 !important;
}
.rts-light-mood .rts-fs-container .sub-menu.active > .menu-item--back a,
.rts-light-mood .rts-fs--contacts .contact-inner .contact-information .heading-title,
.rts-light-mood .rts-fs--contacts .contact-inner .contact-information ul li p,
.rts-light-mood .rts-fs--contacts .contact-inner .contact-information ul li a,
.rts-light-mood .banner-wrapper-seven .title,
.rts-light-mood .banner-wrapper-seven .learn-more-btn,
.rts-light-mood .short-breadcrumb-wrapper .title {
  color: #141414;
}
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-next::after, .rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-prev::after {
  content: "CLICK";
}
.rts-light-mood .header-three .logo-area {
  display: none;
}
.rts-light-mood .header-three .logo-area-white {
  display: block;
}
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-next, .rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-button-prev,
.rts-light-mood .banner-wrapper-seven .learn-more-btn i {
  border: 1px solid #787878;
}
.rts-light-mood .inner-page.portfolio-seven,
.rts-light-mood .portfolio-short-breadcrumb,
.rts-light-mood .inner-page.portfolio-grid,
.rts-light-mood .bg-case_service,
.rts-light-mood .rts-section-gap.rts-service-area.list,
.rts-light-mood .rts-service-accordion-area.rts-section-gap,
.rts-light-mood .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: #fff;
}
.rts-light-mood .thumbnail-image-banner-7 img {
  padding: 80px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: rgba(255, 255, 255, 0.39);
  box-shadow: 0px 4px 113px 0px rgba(123, 123, 123, 0.17);
}
@media only screen and (min-width: 650px) and (max-width: 767px) {
  .rts-light-mood .thumbnail-image-banner-7 img {
    width: 65%;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .rts-light-mood .thumbnail-image-banner-7 {
    text-align: center;
  }
}
.rts-light-mood .swiper.mySwiper_portfolio-3.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet-active,
.rts-light-mood .short-breadcrumb-wrapper .learn-more-btn i {
  border: 1px solid #525252;
}
.rts-light-mood .header-three .inner .header-right .menu-btn,
.rts-light-mood .short-breadcrumb-wrapper .learn-more-btn,
.rts-light-mood .rts-signle-case_varticle .left-area a .title,
.rts-light-mood .rts-signle-case_varticle .left-area span,
.rts-light-mood .rts-service-area.list .service-area-one-main-wrapper .single-item-service-one a .list-title h3 {
  color: #141414;
}
.rts-light-mood .rts-case-service-area-h2 .rts-btn.btn-radious {
  color: #141414;
  border: 1px solid #787878;
}
.rts-light-mood .header-three .rts-offcanvas-wrapper .container-menu .action-menu .burger .icon-burger {
  color: #000;
}
.rts-light-mood .header-three .open-event.style-open .icon-close {
  color: #000;
}
.rts-light-mood .service-area-one-main-wrapper .single-item-service-one a .button-area svg path {
  fill: #141414 !important;
}
.rts-light-mood .rts-service-area.list .service-area-one-main-wrapper .single-item-service-one a,
.rts-light-mood .bg-dark-1 a.learn-more-btn i {
  border-color: #d4d3d3;
}
.rts-light-mood .service-collups-area .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
}
.rts-light-mood .service-collups-area .accordion-item .accordion-header .accordion-button .mid-title .title {
  color: #141414;
}
.rts-light-mood .service-collups-area .accordion-item .accordion-header .accordion-button .left-icon i {
  color: #141414;
}
.rts-light-mood .service-collups-area .accordion-item {
  border-left: none;
  border-right: none;
  border-color: rgba(205, 205, 205, 0.5215686275);
}
.rts-light-mood .service-collups-area .accordion-item::before {
  background: rgba(205, 205, 205, 0.5215686275);
}
.rts-light-mood .service-collups-area .accordion-item::after {
  color: rgba(205, 205, 205, 0.5215686275);
}
.rts-light-mood .rts-case-studys-area.rts-section-gap.parallax-case {
  background: #fff;
}
.rts-light-mood .approch-area-left .title-area-left-wrapper .pre-title,
.rts-light-mood .approch-area-left .title-area-left-wrapper .title:last-child,
.rts-light-mood .bg-dark-1 a.learn-more-btn,
.rts-light-mood .single-approach-area-start .title {
  color: #141414;
}
.rts-light-mood .single-approach-area-start:hover .title {
  color: #fff;
}
.rts-light-mood .our-approch-area-style-one .grid-lines-wrapper .grid-lines .grid-line {
  background: #dcdcdc;
}
.rts-light-mood .single-approach-area-start {
  background-color: #fff;
  border-color: #d8d8d8;
}
.rts-light-mood .single-approach-area-start::after {
  -webkit-text-stroke-color: #cccccc;
}
.rts-light-mood .inner-page.about .rts-testimonials-area.rts-section-gap.rts-slide-up-gsap,
.rts-light-mood .inner-page.about .rtes-brand-area.rts-section-gapBottom {
  background: #fff;
}
.rts-light-mood .inner-page.about .testimonials-main-wrapper-about .right-side p,
.rts-light-mood .inner-page.about .testimonials-main-wrapper-about .left-side .title,
.rts-light-mood .inner-page.about .rtes-brand-area .title-faq-4 .pre,
.rts-light-mood .inner-page.about .rtes-brand-area .title-faq-4 .title {
  color: #141414 !important;
}
.rts-light-mood .inner-page.about .mySwiper-testimonails-about-s .swiper-button-next::after,
.rts-light-mood .inner-page.about .mySwiper-testimonails-about-s .swiper-button-prev::after {
  border: 1px solid #141414;
  color: #141414;
}
.rts-light-mood .inner-page.about .testimonials-main-wrapper-about {
  border-color: #cecece;
}
.rts-light-mood .inner-page.about .brand-main-wrapper-about a {
  border-color: #f1f1f1;
}
.rts-light-mood .inner-page.about .brand-main-wrapper-about::before,
.rts-light-mood .inner-page.about .brand-main-wrapper-about::after {
  background: #f1f1f1;
}
.rts-light-mood .inner-page.service-1 .rts-service-area.three.rts-section-gap.service__area-3.rts-service-revel-pro,
.rts-light-mood .inner-page.service-1 .rts-brand-area.rts-section-gapBottom.bg-dark-1,
.rts-light-mood .inner-page.service-1 .cta-main-wrapper-three.rts-section-gapBottom {
  background: #fff;
}
.rts-light-mood .inner-page.service-1 .title-area-left-three-large .title,
.rts-light-mood .inner-page.service-1 .single-service-area-start .title-area .title,
.rts-light-mood .inner-page.service-1 .brand-style-one .title-brand,
.rts-light-mood .inner-page.service-1 .single-service-area-start .discription-area .sm-service-area-wrapper .sm-service p,
.rts-light-mood .inner-page.service-1 .single-service-area-start .discription-area .sm-service-area-wrapper .sm-service i {
  color: #141414;
}
.rts-light-mood .inner-page.service-3 .service-three-main {
  background: #fff;
}
.rts-light-mood .inner-page.service-3 .bg-dark-1,
.rts-light-mood .inner-page.service-3 .cta-main-wrapper-three {
  background: #fff;
}
.rts-light-mood .inner-page.service-3 .brand-style-one .title-brand {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon {
  background: #fff;
}
.rts-light-mood .inner-page.coming-soon .rts-coming-soon .section-inner .title-elements-parent {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon .rts-coming-soon .section-inner .countdown-time span {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon .social-area .title {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon .rts-coming-soon .section-inner .social-area .social-wrapper li a i {
  color: #141414;
}
.rts-light-mood .inner-page.coming-soon .rts-coming-soon .section-inner .title-elements-parent {
  border-bottom: 1px solid #eaeaea;
}
.rts-light-mood .inner-page .blog-list-area {
  background: #fff;
}
.rts-light-mood .inner-page .blog-list-area .single-blog-list-one .blog-content-area .title,
.rts-light-mood .inner-page .blog-list-area .single-blog-list-one .blog-content-area .read-more-bb {
  color: #141414;
}
.rts-light-mood .inner-page .blog-list-area .single-blog-list-one .blog-content-area .read-more-bb::after {
  background: #141414;
}
.rts-light-mood .inner-page .blog-list-area .single-blog-list-one {
  border-bottom: 1px solid #e8e8e8;
}
.rts-light-mood .inner-page.contact-page .appoinmnet-area-two.rts-section-gap {
  background: #fff;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two .title-area-appoinment span.pre,
.rts-light-mood .inner-page.contact-page .appoinment-area-two .title-area-appoinment .title {
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-h2 label {
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two input {
  background: #f4f4f4 !important;
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two select {
  background: #f4f4f4 !important;
}
.rts-light-mood .inner-page.contact-page .appoinment-area-two textarea {
  background: #f4f4f4 !important;
  color: #141414;
}
.rts-light-mood .inner-page.contact-page .appoinment-h2 .submit-pd {
  background: #141414;
  color: #fff;
}
.rts-light-mood .inner-page.blog-details .blog-details-main-wrapper.rts-section-gap {
  background: #fff;
}
.rts-light-mood .inner-page.blog-details .blog-details-main-wrapper .quote-area h6,
.rts-light-mood .inner-page.blog-details h3.title,
.rts-light-mood .inner-page.blog-details .rts-comment-area .sigle-comments-bd .inner-info .titlea-rea .title,
.rts-light-mood .inner-page.blog-details .quote {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .blog-details-main-wrapper .quote-area {
  border-color: rgba(20, 20, 20, 0.1294117647);
}
.rts-light-mood .inner-page.blog-details .post-author-blog .title {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .product-details-form .single-input input,
.rts-light-mood .inner-page.blog-details .product-details-form .single-input textarea {
  background: rgba(163, 163, 163, 0.2274509804);
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .product-details-form .submit-pd {
  background: #141414;
  color: #fff;
}
.rts-light-mood .inner-page.blog-details .blog-single-main-wrapper .inner .head span.date,
.rts-light-mood .inner-page.blog-details .blog-single-main-wrapper .inner .body .title {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .blog-single-main-wrapper.style-one .rts-btn {
  background: #141414;
  color: #fff;
}
.rts-light-mood .inner-page.blog-details .rts-single-wized .wized-header .title {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .rts-single-wized,
.rts-light-mood .inner-page.blog-details .rts-single-wized .single-categories li a,
.rts-light-mood .inner-page.blog-details .rts-single-wized .tags-wrapper a {
  border: 1px solid #e6e6e6;
}
.rts-light-mood .inner-page.blog-details .rts-single-wized .tags-wrapper a {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details .rts-single-wized .tags-wrapper a:hover {
  color: #141414;
}
.rts-light-mood .inner-page.blog-details.bd-two .blog-sidebar-content-area.rts-section-gap {
  background: #fff;
}
.rts-light-mood .inner-page.blog-details.bd-two .single-blog-area-5.with-sidebar {
  border: 1px solid #e6e6e6;
}
.rts-light-mood .inner-page.blog-details.bd-two .rts-mighty-pagination ul li button {
  color: #141414;
}
.rts-light-mood .mySwiper_portfolio-5 .swiper-slide.swiper-slide-active .single-portfolio-style-five .inner-content a .name {
  color: #141414;
}
.rts-light-mood .index-six .blog-area-start .learn-more-btn {
  color: #fff;
}
.rts-light-mood .index-one .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: #fafafa !important;
}
.rts-light-mood .index-two .rts-signle-case_varticle {
  border-color: #dadada;
}
.rts-light-mood .inner-page.project-details .rts-header-area-two {
  background: #141414;
}
.rts-light-mood .inner-page.project-details .portfolio-large-img-and-top-title,
.rts-light-mood .inner-page.project-details .rts-portfolio-details-img-bottom.rts-section-gapBottom {
  background: #fff;
}
.rts-light-mood .inner-page.project-details .title-areas-wrapper-pd .left-area .title,
.rts-light-mood .inner-page.project-details .title-areas-wrapper-pd .right .speen-shape .uni-circle-text-path textPath,
.rts-light-mood .inner-page.project-details .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry .light,
.rts-light-mood .inner-page.project-details .left-pd-image-bt-content .title,
.rts-light-mood .inner-page.project-details .accordion-style-pd-1 .accordion .accordion-item .accordion-header .accordion-button {
  color: #141414;
}
.rts-light-mood .inner-page.project-details .title-areas-wrapper-pd .left-area .bottom-area {
  border-color: #ecebeb;
}
.rts-light-mood .inner-page.project-details .title-areas-wrapper-pd .left-area .bottom-area .single-categoiry::after {
  background: #ecebeb;
}
.rts-light-mood .inner-page.project-details .accordion-style-pd-1 .accordion .accordion-item {
  border: none;
}
.rts-light-mood .inner-page.project-details .rts-portfolio-details-img-bottom .rts-btn.btn-white {
  background: #141414;
  color: #fff;
}
.rts-light-mood .inner-page.project-details .left-pd-image-bt-content .bottom-content .title::after {
  background: #ecebeb;
}
.rts-light-mood .rts-coming-soon.error .section-inner .title-elements-parent span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #141414;
}
.rts-light-mood .rts-coming-soon.error .section-inner .buttons-main-wrapper-elements .rts-btn {
  background: #141414;
  color: #fff;
}
.rts-light-mood .inner-page.showcase-interactive-reveal .rts-signle-case_varticle {
  border-color: #cecece !important;
}
.rts-light-mood .portfolio-six-single-swiper .left-content .title {
  color: #141414 !important;
}
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content {
  mix-blend-mode: normal;
}
.rts-light-mood .mySwiper_portfolio-5-scale-none .swiper-slide .single-portfolio-style-five .inner-content a .name {
  color: #141414 !important;
  mix-blend-mode: normal;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images {
  background: #f8f8f8;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images .single-service-h2 {
  background: #eeeeee;
  border-color: #dadada;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images .single-service-h2 .icon {
  border-color: #141414;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images .single-service-h2 .inner-content a .title {
  color: #141414;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images .single-service-h2 .inner-content a.btn-arrow-right {
  color: #141414;
}
.rts-light-mood .inner-page.service-2 .rts-case-service-area-h2.rts-section-gapBottom.pt--100.bg_images .single-service-h2 .icon svg path {
  fill: #141414;
}
.rts-light-mood .index-one .our-approch-area-style-one.rts-section-gap.bg-dark-1 {
  background: #0E0E0E !important;
}
.rts-light-mood .index-one .approch-area-left .title-area-left-wrapper .title {
  color: #fff;
}
.rts-light-mood .index-one .our-approch-area-style-one .grid-lines-wrapper .grid-lines .grid-line {
  background: #0E0E0E;
}
.rts-light-mood .index-one .our-approch-area-style-one a.learn-more-btn {
  color: #fff;
}
.rts-light-mood .index-one .our-approch-area-style-one .approch-area-left .title-area-left-wrapper .pre-title {
  color: #fff;
}
.rts-light-mood .index-one .our-approch-area-style-one .single-approach-area-start {
  background: #111111;
  border: 1px solid #242323;
}
.rts-light-mood .index-one .our-approch-area-style-one .single-approach-area-start:hover .title {
  color: #fafafa !important;
}
.rts-light-mood .index-one .our-approch-area-style-one .single-approach-area-start .title {
  color: #fff !important;
}
.rts-light-mood .index-one .rts-use-case-area-one a.learn-more-btn {
  color: #fff;
}
.rts-light-mood .index-one .blog-area-start a.learn-more-btn {
  color: #fff;
}

.portfolio-six-single-swiper .left-content .title {
  margin-top: 10px;
}

.inner-page.project-details .rts-header-area-two .main-header-two {
  padding: 6px 0 17px 0;
}

.rts-footer-area-one .footer-left-area .logo-footer .logo-1 {
  display: block;
}
.rts-footer-area-one .footer-left-area .logo-footer .logo-2 {
  display: none;
}

.header-three .logo-area {
  display: block;
}
.header-three .logo-area-white {
  display: none;
}

.rts-social-area-one ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .rts-social-area-one ul {
    justify-content: center;
  }
}
.rts-social-area-one ul li {
  margin: 0;
}
.rts-social-area-one ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.rts-social-area-one ul li a i {
  color: #fff;
}
.rts-social-area-one ul li:hover a {
  transform: scale(1.2) translateY(-3px);
}

.explore-button {
  border: 1px solid #282828;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 28px;
  height: 160px;
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.explore-button:hover {
  height: 190px;
  min-width: 190px;
}
.explore-button:hover p {
  color: #fff !important;
  line-height: 36px;
}
.explore-button:hover p i {
  color: #fff;
  margin-left: 18px !important;
}
.explore-button p {
  color: #74787C !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
}
.explore-button p i {
  margin-left: 5px;
  transition: 0.3s;
}
.explore-button.circle {
  border-radius: 50%;
}

.rts-btn {
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  border-radius: 3px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.3s;
}
.rts-btn.btn-primary {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.rts-btn.btn-primary:hover {
  background: #fff;
  color: #141414;
}
.rts-btn.btn-primary.btn-md {
  padding: 13px 26px;
  font-size: 16px;
}
.rts-btn.btn-primary.btn-lg {
  padding: 16px 30px;
  font-size: 18px;
}
.rts-btn.btn-primary.btn-xl {
  padding: 18px 34px;
  font-size: 20px;
}
.rts-btn.btn-primary-1 {
  background: #393939;
  border-radius: 100px;
  color: #fff;
}
.rts-btn.btn-primary-1.btn-md {
  padding: 13px 26px;
  font-size: 16px;
}
.rts-btn.btn-primary-1.btn-lg {
  padding: 16px 30px;
  font-size: 18px;
}
.rts-btn.btn-primary-1.btn-xl {
  padding: 18px 34px;
  font-size: 20px;
}
.rts-btn.btn-white {
  background: #fff;
  color: #141414;
  padding: 14px 44px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s;
}
.rts-btn.btn-white:hover {
  background: #141414;
  color: #fff !important;
}
.rts-btn.btn-white.btn-md {
  padding: 13px 26px;
  font-size: 16px;
}
.rts-btn.btn-white.btn-lg {
  padding: 16px 30px;
  font-size: 18px;
}
.rts-btn.btn-white.btn-xl {
  padding: 18px 34px;
  font-size: 20px;
}
.rts-btn.btn-white i {
  margin-left: 10px;
  font-weight: 500;
}
.rts-btn.btn-radious {
  border-radius: 100px;
}

.learn-more-btn.white {
  color: #fff;
}
.learn-more-btn.white i {
  color: #fff;
  border-color: #fff;
}
.learn-more-btn.white.btn-md i {
  height: 120px;
  width: 120px;
}
.learn-more-btn.white.btn-lg i {
  height: 130px;
  width: 130px;
}

.rts-mouse-move-button .btn-wrapper {
  position: relative;
  z-index: 1;
  min-width: 450px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-left: -98px !important;
  margin-right: auto;
}
.rts-mouse-move-button .rts-btn-mouse-move {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #74787C;
  border: 1px solid #282828 !important;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  min-width: 160px;
  min-height: 160px;
}
.rts-mouse-move-button .rts-btn-mouse-move i {
  color: #74787C;
  position: absolute;
  left: 120px;
  top: 87px;
}
.rts-mouse-move-button .rts-btn-mouse-move span {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 100%;
  transition: all 0.7s;
  transform: translate(-50%, -50%);
}
.rts-mouse-move-button .rts-btn-mouse-move:hover {
  color: #000000;
  border-color: #000;
}
.rts-mouse-move-button .rts-btn-mouse-move:hover i {
  color: #000000;
}
.rts-mouse-move-button .rts-btn-mouse-move:hover span {
  width: 300px;
  height: 300px;
}

.rts-team__item {
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  scale: 0.5;
  opacity: 0;
}

.rts-team__item:nth-child(even) {
  top: 50%;
}

.rts-team__item {
  transform: perspective(4000px) rotateX(90deg);
}

.rts-has-mask-fill > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(139, 139, 139, 0.137254902);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(270deg, #d8d8d8 0%, #1d1c1c 100%);
  background-size: 0% 100%;
}

.rts-has-mask-fill-2 > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(78, 78, 78, 0.1294117647);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(-90deg, #000059 20%, #ffffff 100%);
  background-size: 0% 100%;
}

.water-txt-top {
  background: linear-gradient(270deg, #373737 0%, rgba(55, 55, 55, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 160px;
  line-height: 208px;
  text-transform: uppercase;
  margin-top: -50px;
  margin-left: 15px;
}

@media only screen and (max-width: 1199px) {
  .water-txt-top {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .water-txt-top {
    font-size: 80px;
    line-height: 100px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .water-txt-top {
    font-size: 60px;
    line-height: 70px;
  }
}

/*--------------------------------------------------------------
Heading  css
--------------------------------------------------------------*/
.react-heading,
.rs-dual-heading {
  position: relative;
}
.react-heading > span,
.rs-dual-heading > span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: var(--primaryColor);
}
.react-heading .sub-text,
.rs-dual-heading .sub-text {
  margin: 0 0 16px;
  display: inline-block;
  color: var(--primaryColor);
  font-size: 16px;
  line-height: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  z-index: 1;
}
.react-heading .sub-text.title-upper,
.rs-dual-heading .sub-text.title-upper {
  text-transform: uppercase;
}
.react-heading.yes .title,
.rs-dual-heading.yes .title {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  color: #333;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}
.react-heading .title,
.rs-dual-heading .title {
  color: var(--secondarycolor);
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: 1.1;
  z-index: 1;
}
.react-heading .title.title-upper,
.rs-dual-heading .title.title-upper {
  text-transform: uppercase;
}
.react-heading .title span,
.rs-dual-heading .title span {
  font-weight: 100;
  position: relative;
  z-index: 1;
}
.react-heading span.watermark,
.rs-dual-heading span.watermark {
  font-size: 150px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
  opacity: 0.06;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 95px;
  display: flex;
  align-items: center;
  -webkit-text-stroke: 1px #000000;
}
.react-heading .rt-button a,
.rs-dual-heading .rt-button a {
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.react-heading .rt-button a:hover,
.rs-dual-heading .rt-button a:hover {
  color: var(--primaryColor);
}
.react-heading .rt-button a i,
.rs-dual-heading .rt-button a i {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  height: 27px;
  width: 27px;
  background: var(--primaryColor);
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.react-heading.big .title-inner h2,
.rs-dual-heading.big .title-inner h2 {
  font-size: 36px;
  line-height: 44px;
}
.react-heading.big .description p,
.rs-dual-heading.big .description p {
  font-size: 20px;
  line-height: 32px;
}
.react-heading.style4 .title-inner .title,
.rs-dual-heading.style4 .title-inner .title {
  margin-bottom: 8px;
}
.react-heading.style4 .title-inner .title-img,
.rs-dual-heading.style4 .title-inner .title-img {
  margin-bottom: 12px;
}
.react-heading.style5 .sub-text,
.rs-dual-heading.style5 .sub-text {
  display: inline-block;
}
.react-heading.style2,
.rs-dual-heading.style2 {
  position: relative;
  padding-bottom: 15px;
}
.react-heading.style2:after,
.rs-dual-heading.style2:after {
  content: "";
  position: absolute;
  background: #00224C;
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.react-heading.style2.center:after,
.rs-dual-heading.style2.center:after {
  transform: translateX(-50%);
  left: 50%;
}
.react-heading.style2.right:after,
.rs-dual-heading.style2.right:after {
  left: auto;
  right: 0;
}
.react-heading.style2 h2,
.rs-dual-heading.style2 h2 {
  margin-bottom: 12px;
}
.react-heading.style2 .description p,
.rs-dual-heading.style2 .description p {
  margin-bottom: 12px;
}
.react-heading.style2.Lite:after,
.rs-dual-heading.style2.Lite:after {
  background: #fff !important;
}
.react-heading.style3,
.rs-dual-heading.style3 {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style3 h2,
.rs-dual-heading.style3 h2 {
  margin-bottom: 12px;
}
.react-heading.style3 .description,
.rs-dual-heading.style3 .description {
  position: relative;
  padding-left: 80px;
}
.react-heading.style3 .description:after,
.rs-dual-heading.style3 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.react-heading.style3 .description p,
.rs-dual-heading.style3 .description p {
  margin-bottom: 12px;
}
.react-heading.style3.Lite .description:after,
.rs-dual-heading.style3.Lite .description:after {
  background: #fff !important;
}
.react-heading.style1,
.rs-dual-heading.style1 {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style1 h2,
.rs-dual-heading.style1 h2 {
  margin-bottom: 12px;
}
.react-heading.style1 .description,
.rs-dual-heading.style1 .description {
  position: relative;
  padding-right: 80px;
}
.react-heading.style1 .description:after,
.rs-dual-heading.style1 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 60px;
  height: 2px;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 14px;
}
.react-heading.style1 .description p,
.rs-dual-heading.style1 .description p {
  margin-bottom: 12px;
}
.react-heading.style1.Lite .description:after,
.rs-dual-heading.style1.Lite .description:after {
  background: #fff !important;
}
.react-heading.style8,
.rs-dual-heading.style8 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.react-heading.style8 .title-inner,
.rs-dual-heading.style8 .title-inner {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}
.react-heading.style8 .title-inner .sub-text,
.rs-dual-heading.style8 .title-inner .sub-text {
  margin-bottom: 5px;
}
.react-heading.style8 .title-inner:after,
.rs-dual-heading.style8 .title-inner:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.react-heading.style8 .description,
.rs-dual-heading.style8 .description {
  padding-left: 25px;
  position: relative;
}
.react-heading.style8 .description:after,
.rs-dual-heading.style8 .description:after {
  content: "";
  position: absolute;
  border: 0;
  width: 2px;
  height: 100%;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  left: 0;
  top: 0;
}
.react-heading.style8 h2,
.rs-dual-heading.style8 h2 {
  margin-bottom: 5px;
}
.react-heading.style8.text-center .description,
.rs-dual-heading.style8.text-center .description {
  padding-top: 15px;
  padding-left: 0px;
}
.react-heading.style8.text-center .description:after,
.rs-dual-heading.style8.text-center .description:after {
  display: none;
}
.react-heading.style8.Lite .title-inner:after,
.rs-dual-heading.style8.Lite .title-inner:after {
  background: #fff;
}
.react-heading.style8.Lite .description:after,
.rs-dual-heading.style8.Lite .description:after {
  background: #fff !important;
}
.react-heading.style6 .title-inner,
.rs-dual-heading.style6 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style6 .title-inner h2,
.rs-dual-heading.style6 .title-inner h2 {
  margin-bottom: 12px;
}
.react-heading.style6 .title-inner .sub-text,
.rs-dual-heading.style6 .title-inner .sub-text {
  position: relative;
  padding-left: 14px;
}
.react-heading.style6 .title-inner .sub-text:after,
.rs-dual-heading.style6 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  background: var(--primaryColor);
  width: 2px;
  height: 14px;
  left: 0;
  top: 1px;
  z-index: 1;
}
.react-heading.style6 .title-inner .sub-text p,
.rs-dual-heading.style6 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style6.text-center .title-inner .sub-text, .react-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-center .title-inner .sub-text,
.rs-dual-heading.style6.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style6.text-center .sub-text,
.rs-dual-heading.style6.text-center .sub-text {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
  color: #00224C;
}
.react-heading.style6.text-center .sub-text:after,
.rs-dual-heading.style6.text-center .sub-text:after {
  content: "";
  width: 77px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -1px;
  width: 2px;
  height: 50px;
}
.react-heading.style6.Lite .sub-text:after,
.rs-dual-heading.style6.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style6.dark .sub-text:after,
.rs-dual-heading.style6.dark .sub-text:after {
  background: #232023 !important;
}
.react-heading.style4.left .title-inner .sub-text,
.rs-dual-heading.style4.left .title-inner .sub-text {
  padding-left: 43px;
}
.react-heading.style4.left .title-inner .sub-text:before,
.rs-dual-heading.style4.left .title-inner .sub-text:before {
  left: 0;
}
.react-heading.style4.right .title-inner .sub-text,
.rs-dual-heading.style4.right .title-inner .sub-text {
  padding-right: 43px;
}
.react-heading.style4.right .title-inner .sub-text:after,
.rs-dual-heading.style4.right .title-inner .sub-text:after {
  right: 0;
}
.react-heading.style4 .title-inner,
.rs-dual-heading.style4 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style4 .title-inner h2,
.rs-dual-heading.style4 .title-inner h2 {
  margin-bottom: 12px;
  display: block;
}
.react-heading.style4 .title-inner .sub-text,
.rs-dual-heading.style4 .title-inner .sub-text {
  position: relative;
  color: #00224C;
  display: inline-block;
}
.react-heading.style4 .title-inner .sub-text:before, .react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 35px;
  height: 2px;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  left: -20px;
  top: 12px;
}
.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before {
  left: -40px;
}
.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
  left: auto;
  right: -40px;
}
.react-heading.style4 .title-inner .sub-text p,
.rs-dual-heading.style4 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style4.Lite .sub-text:before, .react-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style4.text-center .title-inner .sub-text, .react-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-center .title-inner .sub-text,
.rs-dual-heading.style4.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style7 .title-inner,
.rs-dual-heading.style7 .title-inner {
  position: relative;
  padding-bottom: 12px;
}
.react-heading.style7 .title-inner h2,
.rs-dual-heading.style7 .title-inner h2 {
  margin-bottom: 12px;
}
.react-heading.style7 .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner .sub-text {
  position: relative;
  padding-right: 65px;
  display: inline-block;
  color: #00224C;
}
.react-heading.style7 .title-inner .sub-text:after,
.rs-dual-heading.style7 .title-inner .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  right: 0;
  top: 12px;
}
.react-heading.style7 .title-inner .sub-text p,
.rs-dual-heading.style7 .title-inner .sub-text p {
  margin-bottom: 12px;
}
.react-heading.style7 .title-inner.Lite .sub-text:after,
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
  background: #fff !important;
}
.react-heading.style7 .title-inner.text-center .title-inner .sub-text, .react-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
  display: inline-block;
}
.react-heading.style9 .title-img img,
.rs-dual-heading.style9 .title-img img {
  position: relative;
}
.react-heading.style9 .title-img.top,
.rs-dual-heading.style9 .title-img.top {
  margin-bottom: 15px;
}
.react-heading.style9 .title-upper,
.rs-dual-heading.style9 .title-upper {
  margin-bottom: 5px;
}
.react-heading.style9 .bottom-line .title,
.rs-dual-heading.style9 .bottom-line .title {
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 20px;
}
.react-heading.style9 .bottom-line .title:after,
.rs-dual-heading.style9 .bottom-line .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 80px;
  height: 2px;
  background: var(--primaryColor);
  z-index: 9;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.react-heading.style9.text-center .bottom-line .title:after,
.rs-dual-heading.style9.text-center .bottom-line .title:after {
  transform: translateX(-50%);
  left: 50%;
}

.rs-animated-heading .title span,
.rs-dual-heading .title span {
  display: inline-block;
}

.title-no-margin h4.title {
  margin-bottom: 5px;
}

.title-no-margin h3.title {
  margin-bottom: 3px !important;
  font-size: 20px;
}

.list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-style li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 5px;
}
.list-style li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.no-padding {
  padding: 0 !important;
}

.rt-features-list.separator_yes {
  position: relative;
}

.rt-features-list.separator_yes:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #F36464;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.font-size-0 {
  font-size: 0;
}

.img-border-radius img {
  border-radius: 15px !important;
}

.rts-btn {
  padding: 10px 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: 0.3s;
}

.mfp-close {
  opacity: 0.9;
}

.mfp-iframe-holder .mfp-close {
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

/** Portfolio CSS ---------------------
--------------------------------------*/
.portfolio-filter {
  text-align: center;
  max-width: 1290px;
  margin: auto;
  margin-bottom: 20px;
}
.portfolio-filter button {
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
  margin-right: 7px;
}
.portfolio-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.portfolio-filter span.active {
  color: var(--primaryColor);
}
.portfolio-filter span:hover {
  color: var(--primaryColor);
}

.sticky_search i:before {
  font-weight: 700 !important;
}

/******* RS Tab CSS  **********
-----------------------------*/
.rsaddon_pro_box.default .pointer-events {
  pointer-events: none;
}

.elementor-invisible.elementor-widget-rs-timecounter {
  visibility: visible;
}

.rs-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.rs-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}

/* -----------------------
    Features List CSS
--------------------------*/
.rt-features-list-content ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.rt-features-list-content ul li {
  list-style: none;
  display: flex;
}
.rt-features-list-content ul li .icon i {
  color: #0C0A0A;
  font-size: 16px;
  display: inline-block;
}
.rt-features-list-content ul li .sub-text {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: -3px;
}
.rt-features-list-content ul li .text-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0C0A0A;
  font-family: "Titillium Web", sans-serif;
  transition: 0.3s;
}
.rt-features-list-content ul li .text-heading span {
  display: block;
}
.rt-features-list-content .separator_yes.rotate_yes:after {
  top: -7px;
  transform: skew(-10deg);
}

/* Product Filter CSS -----------------
-----------------------------*/
.product-filter {
  margin-bottom: 20px;
}
.product-filter span {
  color: #333;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
}
.product-filter span.active {
  color: var(--primaryColor);
}
.product-filter span:hover {
  color: var(--primaryColor);
}

.logo-border-radius .rs-grid-img {
  border-radius: 100%;
}

.react-heading .sub-text span {
  padding: 2px 8px;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

.menu-area .icon1 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e805";
  font-size: 12px;
}

.border-icon-list .elementor-icon-list-items li .elementor-icon-list-icon {
  position: relative;
  top: -11px;
}

.rts-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.rts-accordion .accordion-item {
  padding: 14px 0;
  border: 1px solid #E8E8E8;
  display: inline-block;
  width: 100%;
  border-right: 0;
  border-left: 0;
}
.rts-accordion .accordion-item .accordion-header button {
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondarycolor);
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.rts-accordion .accordion-item .accordion-header button span {
  color: var(--primaryColor);
}
.rts-accordion .accordion-item .accordion-header button .accordion-icon-active {
  display: none;
}
.rts-accordion .accordion-item .accordion-header button .accordion-icon,
.rts-accordion .accordion-item .accordion-header button .accordion-icon-active {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
}
.rts-accordion .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon {
  display: none;
}
.rts-accordion .accordion-item .accordion-header button[aria-expanded=true] .accordion-icon-active {
  display: block;
  font-size: 16px;
}
.rts-accordion .accordion-item .accordion-body {
  padding: 20px 0 0 0;
}

.rts-tab-advance {
  display: flex;
  gap: 30px;
}
.rts-tab-advance .nav-tabs {
  margin: 0;
  gap: 26px;
}
.rts-tab-advance .single-tab-btn {
  padding: 0;
}
.rts-tab-advance .single-tab-btn .title {
  text-align: left;
}
.rts-tab-advance .single-tab-btn .nav-link {
  padding: 0;
}
.rts-tab-advance .single-tab-btn .nav-link .des {
  margin: 0;
  text-align: left;
  color: var(--color-body);
}
.rts-tab-advance .history-nav {
  flex-basis: 525px;
}
.rts-tab-advance .history-nav .nav .nav-link.active {
  border: none !important;
}
.rts-tab-advance .tab-content .tab-pane .react-image img {
  transform: scaleX(0);
  transition: 0.3s;
}
.rts-tab-advance .tab-content .tab-pane.active.show .react-image img {
  transform: scaleX(-1) !important;
}

.react-button a {
  display: inline-block;
  color: #fff;
  padding: 17px 33px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--primaryColor);
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.react-button a:hover {
  background: #0C0A0A;
}
.react-button a svg {
  width: 20px;
  position: relative;
}
.react-button a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--secondarycolor);
  transform: translateY(110%);
  transition: 0.3s;
  z-index: -1;
}
.react-button a:hover::after {
  transform: translateY(0%);
}
.react-button.secondary_btn a {
  background: #0C0A0A;
}
.react-button.secondary_btn a:after {
  background: var(--primaryColor);
}

.counter-top-area.yes .rs-counter-list .count-text .rs-counter {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-top-area {
  position: relative;
}
.counter-top-area svg {
  width: 40px;
  height: 40px;
}
.counter-top-area svg path {
  fill: var(--primaryColor);
}
.counter-top-area .rts-counter-list .counter-icon {
  display: inline-block;
}
.counter-top-area .rts-counter-list .counter-icon i {
  font-size: 50px;
  color: #dcdcdc;
  line-height: 60px;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .rs-counter {
  font-size: 50px;
  color: var(--primaryColor);
  line-height: 60px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.counter-top-area .rts-counter-list .count-text .title {
  font-size: 18px;
  color: #666;
  line-height: 18px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.counter-top-area.style1 {
  text-align: center;
}
.counter-top-area.style1 .count-number span {
  padding: 10px 0px 10px 0px;
}
.counter-top-area.style2 {
  padding: 50px;
  border: 1px solid #E9E9E9;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
}
.counter-top-area.style2 .rts-counter-list {
  display: flex;
  align-items: center;
}
.counter-top-area.style2 .rts-counter-list .counter-icon {
  position: absolute;
}
.counter-top-area.style2 .rts-counter-list .count-text {
  width: 100%;
}
.counter-top-area.style2 .rts-counter-list .count-text .count-number {
  border-bottom: 1px solid #E9E9E9;
  transition: 0.3s;
}
.counter-top-area.style2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 250px;
  width: 250px;
  background: var(--primaryColor);
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
  top: -30%;
  left: -10%;
  transition: 0.3s;
  opacity: 0;
}
.counter-top-area.style2:hover {
  border-color: var(--primaryColor);
}
.counter-top-area.style2:hover .rts-counter-list .count-text .count-number {
  border-color: var(--primaryColor);
}
.counter-top-area.style2:hover:after {
  opacity: 0.5;
}
.counter-top-area.style3 .rts-counter-list .rts-counter-list-inner {
  display: flex;
  align-items: center;
}
.counter-top-area.style3 .rts-counter-list .rts-counter-list-inner .counter-icon img {
  width: 80px;
  height: 80px;
  padding: 20px;
  overflow: visible;
  border-radius: 50%;
}
.counter-top-area.style3 .rts-counter-list .text {
  font-weight: 400;
  line-height: 26px;
  margin-top: 17px;
}

.react-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.react-image.yes .veritcal {
  animation-name: veritcal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  position: absolute;
  right: 0;
  top: -150px;
}
@keyframes veritcal {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.react-image.yes .veritcal_two {
  animation-name: veritcal_two;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes veritcal_two {
  0% {
    transform: translateY(100px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.react-image.yes .horizontal {
  animation-name: horizontal;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.react-image.yes .rotated_style {
  animation: rotate1 30s linear infinite;
  -webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.image-rotate {
  animation: rotation infinite 14s linear;
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
rt-grid-figure .logo-img {
  text-align: center;
}
rt-grid-figure .logo-img a {
  transition: all 0.5s;
}
rt-grid-figure .logo-img img {
  margin: 0 auto;
  transition: all 0.5s;
  border-radius: 15px;
}
rt-grid-figure .logo-img:hover img {
  opacity: 1;
}
rt-grid-figure .logo-img:hover a.back {
  display: block;
}
rt-grid-figure .logo-img:hover a.back-exists {
  display: none;
}
rt-grid-figure .logo-img.logo-gray a:hover img {
  opacity: 80%;
}

.rs-skill-bar .skillbar {
  background: #eeeeee;
  display: inline-block;
  height: 6px;
  position: relative;
  width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
  background: var(--primaryColor);
  height: 8px;
  width: 0;
  margin-bottom: 0;
}
.rs-skill-bar .skillbar .skillbar-title,
.rs-skill-bar .skillbar .skill-bar-percent {
  position: absolute;
}
.rs-skill-bar .skillbar .skillbar-title {
  color: #212121;
  font-size: 20px;
  font-weight: 600;
}
.rs-skill-bar .skillbar .skill-bar-percent {
  font-size: 15px;
  font-weight: 700;
  color: #0C0A0A;
}
.rs-skill-bar.animation .skillbar .skillbar-bar, .rs-skill-bar.striped .skillbar .skillbar-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.rs-skill-bar.animation .skillbar .skillbar-bar {
  animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
  top: -20px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
  right: 0;
  top: -20px;
}
.rs-skill-bar.style2 .skillbar .skillbar-title {
  left: 0;
  padding: 2px 20px 0;
  top: 0;
  width: 160px;
  background: #83b614;
}
.rs-skill-bar.style2 .skillbar .skill-bar-percent {
  right: 10px;
  top: 0;
}

.gap-30 .services-icon {
  display: none;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.react-video {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: content !important;
  padding: 100px 20px;
}
.react-video.center .overly-border {
  margin: 0 auto;
}
.react-video.left .overly-border {
  margin-left: 0;
  margin-right: auto;
}
.react-video.right .overly-border {
  margin-left: auto;
  margin-right: 0;
}
.react-video.style1 .video-desc {
  top: 60px;
}
.react-video .video-desc {
  z-index: 1;
  font-size: 20px;
  position: relative;
}
.react-video .video-desc span {
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.react-video .overly-border {
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.react-video .video-content {
  z-index: 10;
}
.react-video .video-content h4 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.react-video:hover .popup-videos {
  animation-duration: 0.8s;
}
.react-video .popup-videos {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 90px;
  padding: 0;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  z-index: 9;
  text-align: center;
  background: var(--primaryColor);
}
.react-video .popup-videos:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.react-video .popup-videos:before {
  border: 1px solid #fff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.react-video .popup-videos i {
  text-indent: 5px;
  transition: 0.3s ease all;
  font-size: 28px;
  color: var(--primaryColor);
  position: relative;
  top: -4px;
}
.react-video .popup-videos i:before {
  color: #fff;
  top: -1px;
}
.react-video .popup-videos:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.react-video .popup-videos span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 27px solid #fff;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}
.react-video:hover .overly-border:before, .react-video:hover .overly-border:after {
  opacity: 1;
  transform: scale(1);
}
.react-video.style2 .overly-border {
  width: 60px;
  height: 60px;
}

.gsap-inner.sec1.rt_reveal_image .rts-reveal-one {
  width: 100%;
}

.logo-showcase .grid-item {
  text-align: center;
}

.logo-img.invert-yes img {
  transition: 0.3s;
}
.logo-img.invert-yes img:hover {
  filter: invert(1);
}

.blog-gird-item .rts-btn.btn-primary {
  padding: 10px 22px;
}

.react_button .learn-more-btn.left {
  margin-right: auto !important;
}
.react_button .learn-more-btn.right {
  margin-left: auto !important;
}
.react_button .learn-more-btn.center {
  margin: auto !important;
}

.rt-grid-figure .logo-img {
  text-align: center;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

.text-split-wrap-about .text-split .title p {
  margin: 0;
}

.react_button .learn-more-btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.single-item-service-one {
  padding: 0 !important;
}
.single-item-service-one .rts-img-contaciner .list-img {
  width: 100% !important;
}
.single-item-service-one .rts-img-contaciner .list-img img {
  height: 100% !important;
}

.text-stock {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #74787C;
  color: #0E0E0E;
}

.counter-top-area span.title {
  position: relative;
}
.counter-top-area span.title::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 1px;
  width: 50px;
  background: #282828;
  transform: translateX(-50%);
}

.use-case-area-start .content-wrapper {
  max-width: 500px;
  overflow-wrap: break-word;
  white-space: normal;
}
.use-case-area-start .content-wrapper p {
  padding-right: 70px;
}
.use-case-area-start .learn-more-btn {
  max-width: -moz-max-content;
  max-width: max-content;
}

.rts-case-studies-three.style3 .single-case-main-wrapper {
  overflow: hidden;
  margin-bottom: 25px;
}

.rts-service-area.style3 .single-service-area-start {
  border-top: 1px solid #eaeaea;
  border-bottom: none;
}
.rts-service-area.style3 .single-service-area-start .title {
  color: var(--secondarycolor);
  max-width: 300px;
}
.rts-service-area.style3 .single-service-area-start:last-child {
  border-bottom: 1px solid #eaeaea;
}
.rts-service-area.style3 .single-service-area-start .sm-service {
  max-width: -moz-max-content;
  max-width: max-content;
}
.rts-service-area.style3 .single-service-area-start .sm-service p,
.rts-service-area.style3 .single-service-area-start .sm-service i {
  color: var(--secondarycolor);
}
.rts-service-area.style3 .single-service-area-start .discription-area .disc {
  max-width: 300px;
}

.testimonials-review-main-wrapper.style-2 .single-testimonial-2 .testimonial-quote-icon {
  width: 206px;
}
.testimonials-review-main-wrapper.style-2 .single-testimonial-2 .content-area p.disc {
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonials-review-main-wrapper.style-2 .single-testimonial-2 .content-area p.disc {
    width: 100%;
  }
}

.c_agency_testimonial .content-area p.disc {
  width: 100% !important;
}

.scrolltext-wrapper.stroke-yes .title p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: var(--secondarycolor);
}
.scrolltext-wrapper.stroke-yes .title p span {
  -webkit-text-stroke-color: #393939;
  color: #1B1B1B;
}

.portfolio-style5 .title {
  margin-bottom: 0;
}
.portfolio-style5 .accordion-body p.disc {
  padding-left: 4rem;
  width: 30%;
  margin-bottom: 0;
  color: var(--color-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .portfolio-style5 .accordion-body p.disc {
    width: 40%;
  }
}
@media (max-width: 1300px) {
  .portfolio-style5 .accordion-body p.disc {
    padding-left: 5rem;
  }
}
@media (max-width: 1200px) {
  .portfolio-style5 .accordion-body p.disc {
    padding-left: 0;
    width: 100%;
  }
}

.rts_header__switch {
  position: fixed;
  top: 320px;
  right: 6px;
  z-index: 9999;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .rts_header__switch {
    top: 131px;
  }
}

.rts_header__switch .header__switch__label {
  position: relative;
  display: block;
  width: 20px;
  height: 100px;
}

.rts_header__switch .header__switch__tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 5px;
  background-color: var(--gray-slate-light-900);
  color: #fff;
  border-radius: 30px;
  white-space: nowrap;
  width: 40px;
  height: 70px;
  text-align: center;
  line-height: 56px;
  transition: opacity 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
}

.rts_header__switch .header__switch__tooltip.header__switch__tooltip--light {
  line-height: 60px;
}

.rts_header__switch .header__switch__tooltip--dark {
  transform-origin: 0% 100%;
}

.rts_header__switch .header__switch__tooltip--light {
  transform-origin: 100% 100%;
}

.rts_header__switch .header__switch__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.rts_header__switch .header__switch__input:checked ~ .header__switch__tooltip--light {
  display: block;
  opacity: 1;
}

.rts_header__switch .header__switch__input:not(:checked) ~ .header__switch__tooltip--dark {
  display: block;
  opacity: 1;
}

.rts_header__switch .header__switch__input:checked ~ .header__switch__tooltip--dark {
  opacity: 0;
}

.rts_header__switch .header__switch__input:not(:checked) ~ .header__switch__tooltip--light {
  opacity: 0;
}

.portfolio-5 .banner-wrapper-seven .title {
  font-size: 70px;
  line-height: 90px;
  margin-bottom: 12px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .portfolio-5 .banner-wrapper-seven .title {
    font-size: 55px;
    line-height: 65px;
  }
}

.portfolio_navigation .swiper-button-next::after,
.portfolio_navigation .swiper-button-prev::after {
  display: none;
}

.rts-portfolio-area .row.split_two_col {
  max-width: 80%;
}
@media (max-width: 768px) {
  .rts-portfolio-area .row.split_two_col {
    max-width: 100%;
  }
}
.rts-portfolio-area .row.split_two_col .even {
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .rts-portfolio-area .row.split_two_col .even {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .rts-portfolio-area .row.split_two_col .even {
    margin-top: 0px;
  }
}

.single-product-9 .inner-content a span {
  background: inherit;
  padding: 12px 0px;
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  transition: 0.3s;
  font-size: 20px;
  margin-left: 0 !important;
  text-transform: capitalize;
}

.elementor-accordion .elementor-accordion-item {
  transition: all 0.3s ease-in-out;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  animation: slide 0.3s ease-out;
}

#menu-services-menu li:hover {
  background: #141414;
}
#menu-services-menu li:hover a {
  color: #fff;
}/*# sourceMappingURL=elements.css.map */