@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --rr-ff-body: 'Plus Jakarta Sans', sans-serif;
  --rr-ff-heading: 'Plus Jakarta Sans', serif;
  --rr-ff-p: 'Plus Jakarta Sans', sans-serif;
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  --rr-fs-body: 16px;
  --rr-fs-p: 16px;
  --rr-fs-h1: 60px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 24px;
  --rr-fs-h4: 20px;
  --rr-fs-h5: 16px;
  --rr-fs-h6: 14px;
  --rr-color-common-white: #ffffff;
  --rr-color-common-black: #000000;
  --rr-color-common-dark: #232323;
  --rr-color-heading-primary: #11151C;
  --rr-color-text-body: #B0B2B7;
  --rr-color-text-body-light: #74787C;
  --rr-color-theme-primary: #fa0b0b;
  --rr-color-theme-secondary: #ffc226;
  --rr-color-bg-1: #11151C;
  --rr-color-grey-1: #F8F8F8;
  --rr-color-grey-2: #2D343E;
  --rr-color-grey-light: #F2F3F4;
  --rr-color-border-1: #1E2228;
  --rr-color-border-light: #E4E4E4;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: #02050A;
  font-family: var(--rr-ff-body);
  font-size: 16px;
  line-height: 1.625;
  font-weight: normal;
  color: var(--rr-color-text-body);
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  margin-top: 0px;
  font-weight: var(--rr-fw-sbold);
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

h1 {
  font-size: var(--rr-fs-h1);
}

h2 {
  font-size: var(--rr-fs-h2);
}

h3 {
  font-size: var(--rr-fs-h3);
}

h4 {
  font-size: var(--rr-fs-h4);
}

h5 {
  font-size: var(--rr-fs-h5);
}

h6 {
  font-size: var(--rr-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--rr-ff-p);
  font-size: 16px;
  font-weight: var(--rr-fw-normal);
  color: var(--rr-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--rr-color-theme-primary);
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-color-common-black);
  color: var(--rr-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--rr-color-common-black);
  font-size: var(--rr-fs-body);
  opacity: 1;
}

.flip-word-container {
  display: inline;
  overflow: hidden;
  padding-top: 90px;
  font-weight: bold;
  color: #f44336; /* red like in React version */
  font-size: 2.5rem;
}

.flip-word {
  display: inline-block;
  animation: fadeInUp 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .flip-word-container {
    display: block;           /* 👈 Force line break */
    font-size: 5rem;          /* 👈 Tweak font size to fit */
    padding-top: 18px;        /* 👈 Reduce top padding */
    text-align: center;       /* Optional: center on mobile */
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/**
    Common Classes CSS
*/

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.bg-dark-1 {
  background-color: var(--rr-color-bg-1);
}

.container {
  max-width: 1405px;
}

@-webkit-keyframes line-anim {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes line-anim {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .sub-heading {
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-theme-primary);
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .section-heading .sub-heading {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 12px;
  }
}
.section-heading .sub-heading:after, .section-heading .sub-heading:before {
  background: linear-gradient(270deg, rgba(63, 90, 243, 0.4) 0%, transparent 100%);
  content: "";
  width: 37px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-heading .sub-heading:after {
  background: linear-gradient(90deg, rgba(63, 90, 243, 0.4) 0%, transparent 100%);
  left: auto;
  right: 10px;
}
.section-heading .sub-heading.active:before {
  left: 0;
  opacity: 1;
}
.section-heading .sub-heading.active:after {
  right: 0;
  opacity: 1;
}
.section-heading .sub-heading.after-none:after {
  display: none;
}
.section-heading .section-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: 40px;
  }
  .section-heading .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
  }
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 40px;
  }
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  overflow: hidden;
}
.reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

.anim-text {
  overflow: hidden;
}

.running-text {
  background-color: var(--rr-color-theme-primary);
  background-repeat: repeat;
  background-size: 20px;
  padding: 20px 0;
  overflow: hidden;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
}
.running-text ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 24px;
  color: var(--rr-color-common-white);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.running-text ul li:before {
font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.running-text.running-1 {
  background-color: var(--rr-color-bg-1);
}
.running-text.testi {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
}
.running-text.testi ul {
  gap: 20px;
}
.running-text.testi ul li {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .running-text.testi ul li {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .running-text.testi ul li {
    font-size: 40px;
  }
}
.running-text.testi ul li:before {
  display: none;
}
.running-text.testi ul li:nth-child(2) {
  color: var(--rr-color-theme-primary);
}

/* Site Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #02050A;
  z-index: 999;
  
}

.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-family: var(--rr-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}
@media only screen and (max-width: 767px) {
  .loading {
    font-size: 40px;
  }
}
.loading:before {
  color: #333;
  content: attr(data-loading-text);
  
}
.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--rr-color-common-white);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--rr-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/

/*-- Margin Bottom --*/

.mb-20 {
  margin-bottom: 20px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

.pt-130 {
  padding-top: 130px;
}

/*-- Padding Bottom --*/

.pb-130 {
  padding-bottom: 130px;
}

/*-- Padding Left --*/

/*-- Padding Right --*/

.mb-20 {
  margin-bottom: 20px;
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-theme-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.light-img {
  display: none;
}

.switcher-button {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 50;
  transform: translateY(-50%) rotate(90deg);
}

.switcher-button-inner-left:before,
.switcher-button-inner-left:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  outline: none;
}

.switcher-button .switcher-button-inner,
.switcher-button .switcher-button-inner-left {
  position: relative;
  cursor: pointer;
}

.switcher-button .switcher-button-inner-left:before {
  content: "\f186";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: block;
  color: #fff;
  position: absolute;
  z-index: 1;
  margin: 0;
  right: 26px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.switcher-button .switcher-button-inner-left:after {
  content: "";
  display: inline-block;
  color: #fff;
  background: var(--rr-color-bg-1);
  border: 1px solid rgba(235, 235, 235, 0.2);
  width: 3.5em;
  height: 1.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
}

.switcher-button .switcher-button-inner-left {
  color: rgba(250, 250, 250, 0.51);
}

[data-theme=light] .switcher-button .switcher-button-inner-left:before {
  right: 10px;
  content: "\f185";
font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: var(--rr-color-heading-primary);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-theme=light] .switcher-button .switcher-button-inner-left:after {
  background: #fff;
  border: 1px solid rgba(235, 235, 235, 0.2);
}
[data-theme=light] .switcher-button .switcher-button-inner-left {
  color: rgba(149, 149, 149, 0.51);
}
[data-theme=light] .switcher-button .switcher-button-inner-left + .switcher-button-inner {
  color: rgba(250, 250, 250, 0.51);
}

/** Buttons CSS */
.rr-primary-btn {
  background-color: var(--rr-color-theme-primary);
  font-family: var(--rr-ff-heading);
  color: var(--rr-color-common-white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.rr-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.rr-primary-btn i {
  margin-left: 10px;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.rr-primary-btn:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rr-primary-btn:hover i {
  transform: rotate(0deg);
}
.rr-primary-btn:focus {
  color: var(--rr-color-common-white);
}
.rr-primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--rr-color-theme-primary);
  color: var(--rr-color-heading-primary);
}
.rr-primary-btn.transparent:hover {
  color: var(--rr-color-common-white);
}
.rr-primary-btn.transparent:before {
  background-color: var(--rr-color-theme-primary);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header {
    position: relative;
    top: 0;
    height: auto !important;
  }
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 20px;
  }
}
.header .primary-header-inner .header-logo img {
  max-width: 170px;
}
.header .primary-header-inner .header-logo .logo-light {
  display: none;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  font-family: "Hind Madurai", sans-serif;
  color: var(--rr-color-common-white);
  display: block;
  font-size: 14px;
  padding: 35px 0;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap ul li.active a {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a:hover {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li.active.menu-item-has-children:after {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--rr-color-common-white);
  display: block;
  width: 220px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 93px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li:not(:last-of-type) {
  border-bottom: 1px solid var(--rr-color-border-1);
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  background-color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--rr-color-common-black);
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--rr-color-bg-1);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--rr-color-common-white);
  font-weight: 600;
  font-size: 13px;
  padding: 20px 0;
  padding-left: 30px;
  letter-spacing: 1px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li li a {
    padding: 17px 0;
    padding-left: 20px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li li a:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover:before {
  width: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li.active {
  background-color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li.active a {
  color: var(--rr-color-common-white) !important;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--rr-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--rr-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--rr-color-common-white);
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu {
    position: static;
    display: inline-flex;
  }
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu:after {
    display: inline-flex;
    position: inherit;
    transform: translateY(36px) translateX(-10px);
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu:after {
    transform: translateY(38px) translateX(-10px);
  }
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul {
    background-color: var(--rr-color-bg-1);
    width: 30%;
    left: 37% !important;
    grid-template-columns: 1fr 1fr;
    display: grid;
    padding: 10px;
    padding-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1600px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul {
    left: 24% !important;
  }
}
@media (min-width: 993px) and (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul {
    width: 40%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul {
    width: 50%;
  }
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li {
    border: none;
  }
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li a {
    border: none;
  }
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li a:hover {
    color: var(--rr-color-theme-primary);
  }
  .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li a:before {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 17px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
    padding-right: 13px;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li {
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  background-image: none;
font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 700;
  content: "\f078";
  color: var(--rr-color-common-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  column-gap: 120px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
    height: 60px;
    width: 60px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover {
  border: 1px solid var(--rr-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger svg {
  color: var(--rr-color-common-white);
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}
.header.fixed {
  background-color: var(--rr-color-bg-1);
  top: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .header .primary-header.fixed .primary-header-inner {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--rr-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--rr-color-bg-1);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
.primary-header.fixed .primary-header-inner {
  padding: 20px 60px;
}
@media (max-width: 1199px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}

@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: var(--rr-color-bg-1);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--rr-color-common-white);
    margin-bottom: 50px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--rr-color-common-white);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--rr-color-common-white);
    margin-left: 10px;
    font-size: 16px;
  }
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--rr-color-common-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 14px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--rr-color-heading-primary);
  color: var(--rr-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

#popup-search-box {
  background-color: var(--rr-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .hero-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-section .hero-shape {
  position: absolute;
  bottom: 23%;
  left: 0;
}
.hero-section .hero-img {
  position: absolute;
  bottom: -22.5px;
  right: 0;
}
@media (max-width: 1399px) {
  .hero-section .hero-img {
    right: -20%;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section .hero-img {
    max-width: 610px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-img {
    display: none;
  }
}
.hero-section .hero-images {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 510px;
}
@media (max-width: 1700px) {
  .hero-section .hero-images {
    left: -75px;
  }
}
@media (max-width: 1199px) {
  .hero-section .hero-images {
    display: none;
  }
}
.hero-section .hero-images img {
  margin-right: auto;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.hero-section .hero-images img:nth-child(2) {
  margin: -30px 0 12px auto;
}
@media (max-width: 1399px) {
  .hero-section .hero-images img:nth-child(2) {
    margin-right: 40px;
  }
}
.hero-section .hero-images img:nth-child(3) {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .hero-section .hero-images img:nth-child(3) {
    margin-left: 0;
  }
}

.hero-content {
  padding: 300px 0 50px 0;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 100px 0 100px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    padding-left: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
      padding: 120px 20px 60px 20px;
    text-align: center;
  }
}
.hero-content .title {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hero-content .titles {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: rgb(0, 0, 0) ;
}

.hero-content .titless {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.25;
  display:inline-block;
  position: relative;
  z-index: 1;
  color: rgb(0, 0, 0) ;
}


@media only screen and (max-width: 992px) {
  .hero-content .title {
    font-size: 80px;
    padding-top: 20px;
  }

   .hero-content .titles {
    font-size: 60px;
  }

  .hero-content .titless {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    text-align: center;
  }

  .hero-content .title {
    font-size: 50px;
    padding-top: 20px;
  }

  .hero-content .titles {
    font-size: 35px;
    color: rgb(0, 0, 0);
      line-height: 1.25;
  display: inline-block;
  padding-top: 18px

  }
 
  .hero-content .titless {
    font-size: 40px;
    color: rgb(0, 0, 0);
    display: inline-block;


  }
}
.hero-content .title:before {
  background: linear-gradient(270deg, #3F5AF3 0%, transparent 100%);
  content: "";
  width: 100%;
  height: 76%;
  position: absolute;
  top: 15%;
  right: 0;
  z-index: -1;
  opacity: 0.95;
}

.hero-content .titles:before {
  background: linear-gradient(270deg, #f33f3f 0%, transparent 100%);
  content: "";
  width: 100%;
  height: 76%;
  position: absolute;
  top: 25%;
  right: 0;
  z-index: -1;
  opacity: 0.95;
}
.hero-content .titless:before {
  background: linear-gradient(270deg, #f33f3f 0%, transparent 100%);
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 15%;
  right: 50;
  z-index: -1;
  opacity: 0.95;
}

.hero-content .bottom-title {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .hero-content .bottom-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .bottom-title {
    font-size: 60px;
  }
}
.hero-content .hero-btn {
  background-image: url(../img/bg-img/hero-btn-bg.webp);
  color: var(--rr-color-common-white);
  font-size: 60px;
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-content .hero-btn {
    height: 120px;
    width: 120px;
    font-size: 40px;
  }
}
.hero-content .hero-btn i {
  transform: rotate(-45deg) scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-content .hero-btn:before {
  background-color: #3F5AF3;
  mix-blend-mode: multiply;
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.9;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .hero-content .hero-btn:before {
    height: 110px;
    width: 110px;
  }
}
.hero-content .hero-btn:hover:before {
  width: 100%;
  height: 100%;
}
.hero-content .hero-btn:hover i {
  transform: rotate(-45deg) scale(1.05);
}

@-webkit-keyframes hero-anim-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@keyframes hero-anim-2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

/* !END: Theme Hero CSS */
/**----------------------------------------
START: Process CSS
----------------------------------------*/
.process-section {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .process-section {
    padding-top: 0;
  }
}
.process-section .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .process-item {
    text-align: center;
  }
}
.process-item .process-icon {
  background-color: var(--rr-color-bg-1);
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .process-item .process-icon {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.process-item .process-icon:before {
  background-color: transparent;
  content: "";
  height: 140px;
  width: 140px;
  position: absolute;
  top: 0;
  left: -20px;
  border: 1px solid var(--rr-color-theme-primary);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .process-item .process-icon:before {
    left: -10px;
  }
}
.process-item .process-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}
.process-item .process-content .title {
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .process-item .process-content .title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .process-item .process-content p br {
    display: none;
  }
}
.process-item .process-content p:last-child {
  margin-bottom: 0;
}
.process-item:hover .process-icon:before {
  top: 5px;
  left: 10px;
}
.process-item:hover .process-icon img {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.process-text {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .process-text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .process-text {
    padding-top: 40px;
  }
}

.process-3 {
  position: relative;
  z-index: 1;
}
.process-3 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.process-4 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .process-4 {
    padding-top: 70px;
  }
}

/* !END: Theme Process CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.about-section {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-section {
    padding-top: 70px;
  }
}
.about-section .round-shape {
  position: absolute;
  bottom: -10%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-section .round-shape {
    display: none;
  }
}

.about-wrap {
  background-color: var(--rr-color-bg-1);
  max-width: 1710px;
  width: 100%;
  padding: 0 115px 0 150px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media (max-width: 1199px) {
  .about-wrap {
    padding: 0 80px 0 80px;
  }
}
@media only screen and (max-width: 992px) {
  .about-wrap {
    padding: 0 20px;
  }
}
.about-wrap .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about-wrap .about-content {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .about-wrap .about-content {
    padding: 60px 0;
  }
}
.about-wrap .about-content .section-heading .section-title {
  margin-bottom: 30px;
}
.about-wrap .about-content p {
  max-width: 740px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrap .about-content p {
    max-width: 450px;
  }
}
.about-wrap .about-img-wrap {
  text-align: right;
  position: relative;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .about-wrap .about-img-wrap {
    margin-left: 0;
    margin: 0 auto;
  }
}
.about-wrap .about-img-wrap .about-img {
  transform: translateY(-120px);
  position: relative;
  max-width: 507px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .about-wrap .about-img-wrap .about-img {
    margin: 0 auto;
    transform: translateY(0px);
  }
}
.about-wrap .about-img-wrap .about-img .img-shape {
  background-color: #3F5AF3;
  mix-blend-mode: multiply;
  content: "";
  width: 90px;
  height: 160px;
  position: absolute;
  top: 55%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0.9;
  z-index: 1;
}
.about-wrap .about-img-wrap .about-img .img-shape img {
  transform-origin: inherit;
}
.about-wrap .about-img-wrap .about-img-2 {
  max-width: 325px;
  width: 100%;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: -30px;
}
.about-wrap .about-img-wrap .about-img-2 img {
  border-right: 10px solid #0B0F15;
  border-top: 10px solid #0B0F15;
  width: 100%;
  height: 100%;
}
.about-wrap .about-text {
  max-width: 660px;
  width: 100%;
  position: absolute;
  left: 18%;
  bottom: 20px;
  z-index: -1;
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Service CSS
----------------------------------------*/
.service-section {
  position: relative;
  z-index: 1;
}
.service-section .bg-color {
  background-color: var(--rr-color-bg-1);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .service-section .bg-color {
    height: 60%;
  }
}
.service-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-item .service-text {
  text-align: center;
}
.service-item .service-text a {
  font-size: 30px;
  font-weight: 700;
  color: var(--rr-color-grey-2);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1399px) {
  .service-item .service-text a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .service-item .service-text a {
    font-size: 20px;
  }
}
.service-item .service-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-item .service-thumb img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  position: relative;
}
.service-item .service-thumb .overlay-color {
  background: #001695;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.service-item .service-thumb .transparent-shape {
  width: 255px;
  height: 255px;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.service-item .service-thumb .service-icon {
  background-color: var(--rr-color-common-white);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.service-item .service-thumb .service-icon svg {
  color: var(--rr-color-theme-primary);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-item .service-thumb .service-icon:hover {
  background-color: var(--rr-color-theme-primary);
}
.service-item .service-thumb .service-icon:hover svg {
  color: var(--rr-color-common-white);
}
.service-item .service-thumb .service-btn {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  padding: 14.5px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.service-item .service-thumb .service-btn i {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .service-item.item-3 {
    padding-bottom: 30px;
  }
}
.service-item:hover .service-text a {
  color: var(--rr-color-common-white);
}
.service-item:hover .transparent-shape {
  visibility: visible;
  opacity: 1;
}
.service-item:hover .service-thumb .service-icon {
  left: 30px;
  visibility: visible;
  opacity: 1;
}
.service-item:hover .service-thumb .service-btn {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.service-top {
  position: relative;
}
.service-top .swiper-pagination {
  color: var(--rr-color-common-white);
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: auto;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .service-top .swiper-pagination {
    display: none;
  }
}

.service-2 {
  position: relative;
  z-index: 1;
}

.service-section-8 {
  overflow: hidden;
}
.service-section-8 .section-heading .section-title br {
  display: block;
}

.service-carousel-2 {
  overflow: visible;
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Faq CSS
----------------------------------------*/
.faq-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.faq-section .faq-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.faq-section .faq-top-shape {
  background-color: #1F252F;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -185px;
  right: 145px;
  border-radius: 50%;
}
@media only screen and (max-width: 992px) {
  .faq-section .faq-top-shape {
    right: 0px;
  }
}
.faq-section .faq-top-shape:before {
  background-color: transparent;
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  top: 10px;
  left: -30px;
  border-radius: 50%;
  border: 1px solid var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .faq-section .faq-top-shape:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .faq-content .section-heading .sub-heading {
    font-size: 13px;
  }
}
.faq-content .section-heading .section-title {
  font-size: 45px;
}
@media (max-width: 1199px) {
  .faq-content .section-heading .section-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .faq-content .section-heading .section-title {
    margin-left: 0;
    max-width: 600px;
    width: 100%;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-content .section-heading .section-title {
    font-size: 32px;
  }
}
.faq-content .accordion .accordion-item {
  background-color: transparent;
  border: none;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rr-color-border-1);
  border-radius: 0;
}
.faq-content .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.faq-content .accordion .accordion-item:first-child {
  padding-top: 30px;
  border-top: 1px solid var(--rr-color-border-1);
}
.faq-content .accordion .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--rr-color-common-white);
  font-size: 24px;
  font-weight: 600;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .faq-content .accordion .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 1.5;
  }
}
.faq-content .accordion .accordion-item .accordion-button:after {
  background-image: none;
font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 700;
  content: "+";
  color: var(--rr-color-common-white);
  height: 45px;
  width: 45px;
  border: 1px solid var(--rr-color-border-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .faq-content .accordion .accordion-item .accordion-button:after {
    margin-left: 20px;
  }
}
.faq-content .accordion .accordion-item .accordion-button:not(.collapsed):after {
  background-color: var(--rr-color-theme-primary);
  content: "\f068";
  transform: rotate(0);
}
.faq-content .accordion .accordion-item .accordion-body {
  font-size: 16px;
  color: var(--rr-color-text-body);
  padding: 0;
  padding-top: 25px;
}

.faq-img {
  padding-left: 25px;
  max-width: 665px;
  width: 100%;
  height: 555px;
}
.faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .faq-img {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-img {
    padding-left: 0;
    height: auto;
  }
}

/* !END: Theme Faq CSS */
/**----------------------------------------
START: Testi CSS
----------------------------------------*/
.testi-carousel {
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 80px;
}
.testi-carousel .swiper-pagination {
  bottom: 0;
}

.testi-item {
  background-color: var(--rr-color-bg-1);
  padding: 100px 40px 40px 40px;
  position: relative;
}
.testi-item .testi-thumb {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #02050a;
  border-radius: 50%;
}
.testi-item .testi-thumb img {
  object-fit: cover;
}
.testi-item .testi-content .author {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.testi-item .testi-content .author span {
  color: var(--rr-color-theme-primary);
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .testi-item.item-3 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item.item-3 {
    margin-bottom: 80px;
  }
}

.testi-top {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.testi-top:before {
  background-color: var(--rr-color-border-1);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.testi-carousel-wrap-2 {
  position: relative;
}
.testi-carousel-wrap-2 .testi-carousel-4 {
  height: 305px;
}
@media only screen and (max-width: 767px) {
  .testi-carousel-wrap-2 .testi-carousel-4 {
    height: 470px;
  }
}
.testi-carousel-wrap-2 .swiper-pagination {
  position: absolute;
  top: 0;
  left: -130px;
  transform: translate(0);
}
@media only screen and (max-width: 992px) {
  .testi-carousel-wrap-2 .swiper-pagination {
    display: none;
  }
}

.testi-carousel-5 {
  overflow: visible;
}

.testi-slide-15 {
  margin: 0 -80px;
}
@media only screen and (max-width: 767px) {
  .testi-slide-15 {
    margin: 0 10px;
  }
}

/* !END: Theme Testi CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
.project-item {
  background-color: transparent;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.project-item .project-content {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: start;
  grid-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content {
    grid-template-columns: 1fr;
  }
}
.project-item .project-content .number {
  background-color: #11151c;
  color: var(--rr-color-common-white);
  font-size: 20px;
  font-weight: 700;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--rr-color-border-1);
}
.project-item .project-content .project-right {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content .project-right .category {
  font-size: 14px;
  color: var(--rr-color-theme-primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.project-item .project-content .project-right .title {
  color: var(--rr-color-common-white);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .project-right .title {
    font-size: 24px;
  }
}
.project-item .project-content .project-right .hover-content p {
  margin-bottom: 25px;
  width: 100%;
}

.project-accordion .accordion-item {
  position: relative;
  border: none;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid var(--rr-color-border-1);
}
.project-accordion .accordion-item:first-of-type {
  border-top: 1px solid var(--rr-color-border-1);
}
.project-accordion .accordion-item .accordion-header {
  background-color: transparent;
}
.project-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.project-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.project-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .project-content .number {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.project-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-top: 35px;
  padding-left: 80px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 992px) {
  .project-accordion .accordion-item .accordion-body {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .project-accordion .accordion-item .accordion-body {
    padding-left: 0;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.project-accordion .accordion-item .accordion-body .hover-content .content-left p {
  max-width: 560px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-left p {
    max-width: 500px;
  }
}
.project-accordion .accordion-item .accordion-body .hover-content .content-right .project-thumb {
  max-width: 600px;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 0;
}
@media (max-width: 1199px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-thumb {
    max-width: 370px;
  }
}
@media only screen and (max-width: 992px) {
  .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-thumb {
    position: inherit;
    max-width: 100%;
  }
}
.project-accordion .accordion-item .show .accordion-body .content-right {
  margin-top: -100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .project-accordion .accordion-item .show .accordion-body .content-right {
    margin-top: 20px;
  }
}
.project-accordion .accordion-item .show .accordion-body .content-right .project-thumb {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project-top {
  position: relative;
}
.project-top .swiper-pagination {
  color: var(--rr-color-common-white);
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: auto;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .project-top .swiper-pagination {
    display: none;
  }
}

.project-carousel {
  overflow: visible;
}

.project-carousel-2 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.project-carousel-3 {
  height: 400px;
  max-width: 1146px;
  width: 100%;
  overflow: visible;
  overflow-y: clip;
  margin-left: 0;
}
@media only screen and (max-width: 992px) {
  .project-carousel-3 {
    max-width: 500px;
    height: auto;
  }
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card-wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.post-card {
  background-color: var(--rr-color-bg-1);
  display: grid;
  align-items: center;
  grid-template-columns: 570px 1fr;
  grid-gap: 40px;
  padding: 30px;
  border: 1px solid var(--rr-color-border-1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .post-card {
    grid-template-columns: 470px 1fr;
  }
}
@media only screen and (max-width: 992px) {
  .post-card {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .post-card {
    padding: 30px 20px;
  }
}
.post-card .post-thumb {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.post-card .post-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .title {
    font-size: 18px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--rr-color-theme-primary) 0%, var(--rr-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--rr-color-common-white);
  background-size: 100% 2px;
}
.post-card .post-content .rr-primary-btn {
  background-color: transparent;
  border: 1px solid var(--rr-color-border-1);
  padding: 14.5px 30px;
}
.post-card .post-content .rr-primary-btn:before {
  background-color: var(--rr-color-theme-primary);
}
.post-card:hover {
  border: 1px solid var(--rr-color-theme-primary);
}
.post-card:hover .post-thumb img {
  transform: scale(1.02);
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}
.post-meta li {
  font-family: var(--rr-ff-body);
  color: #B0B2B7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-meta li i {
  font-size: 14px;
}
.post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-meta li a:hover {
  color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}

.post-content-wrap .post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 20px;
}
.post-content-wrap .post-meta li {
  font-family: var(--rr-ff-body);
  color: #B0B2B7;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.post-content-wrap .post-meta li i {
  font-size: 14px;
}
.post-content-wrap .post-meta li:not(:last-of-type) {
  margin-right: 20px;
}
.post-content-wrap .post-meta li a:hover {
  color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-content-wrap .post-meta li {
    font-size: 12px;
  }
}

.post-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .post-content .title {
    font-size: 18px;
  }
}
.post-content .title a {
  background: linear-gradient(var(--rr-color-theme-primary) 0%, var(--rr-color-theme-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-content .title a:hover {
  color: var(--rr-color-common-white);
  background-size: 100% 2px;
}
.post-content .blog-btn {
  background-color: transparent;
  border: 1px solid var(--rr-color-border-1);
  padding: 14.5px 30px;
}
.post-content .blog-btn:before {
  background-color: var(--rr-color-theme-primary);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Sponsor CSS
----------------------------------------*/
.sponsor-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--rr-color-bg-1);
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap {
    grid-template-columns: 1fr;
  }
}
.sponsor-wrap .sponsor-item {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sponsor-wrap .sponsor-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .sponsor-wrap .sponsor-item .title {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .sponsor-wrap .sponsor-item .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item .title {
    padding-left: 0;
  }
}
.sponsor-wrap .sponsor-item.item-1 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item.item-1 {
    text-align: center;
  }
}
.sponsor-wrap .sponsor-item:not(:last-of-type) {
  border-right: 1px solid var(--rr-color-bg-1);
}
@media only screen and (max-width: 767px) {
  .sponsor-wrap .sponsor-item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid var(--rr-color-bg-1);
  }
}
@media only screen and (max-width: 992px) {
  .sponsor-wrap .sponsor-item img {
    max-width: 75px;
  }
}

.sponsor-carousel-2 .sponsor-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* !END: Theme Sponsor CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Reward CSS
----------------------------------------*/

/* !END: Reward CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/

/* !END: Team CSS */
/**----------------------------------------
START: Counter CSS
----------------------------------------*/

/* !END: Counter CSS */
/**----------------------------------------
START: Newsletter CSS
----------------------------------------*/

/* !END: Newsletter CSS */
/**----------------------------------------
START: Brand CSS
----------------------------------------*/

/* !END: Brand CSS */
/**----------------------------------------
START: Cta CSS
----------------------------------------*/

/* !END: Cta CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/

/* !END: Pricing CSS */
/**----------------------------------------
    START: Appointment CSS
----------------------------------------*/

/* !END: Appointment CSS */
/**----------------------------------------
    START: Case Study CSS
----------------------------------------*/

/* !END: Case Study CSS */
/**----------------------------------------
    START: Grow CSS
----------------------------------------*/

/* !END: Grow CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--rr-color-bg-1);
  border-left: 1px solid var(--rr-color-border-1);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 63px;
  color: var(--grey-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--rr-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
}
.side-menu-logo {
  max-width: 150px;
}

.side-menu-about {
  margin: 50px 0 50px 0;
}
@media only screen and (max-width: 992px) {
  .side-menu-about {
    display: none;
  }
}

.side-menu-about p {
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--rr-color-theme-primary);
  font-size: 12px;
  color: var(--rr-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--rr-color-border-1);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--rr-color-theme-primary);
  color: #fff;
}

.side-menu-list li p {
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 16px;
  color: var(--rr-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--rr-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 10px;
}
.side-menu-social li a {
  background-color: var(--rr-color-border-1);
  font-size: 17px;
  color: var(--rr-color-common-white);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rr-color-border-1);
}
.side-menu-social li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
    START: Service Details CSS
----------------------------------------*/

/* !END: Service Details CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/

/* !END: Theme Blog Details CSS */
/**----------------------------------------
    START: Team Details CSS
----------------------------------------*/

/* !END: Team Details CSS */
/**----------------------------------------
    START: Project Details CSS
----------------------------------------*/

/* !END: Project Details CSS */
/**----------------------------------------
    START: Shop CSS
----------------------------------------*/

/*** 7.2 - Tab Description ***/

/*** 7.3 - Tab Additional Information ***/

/*** 7.4 - Tab Review ***/

/* !END: Shop CSS */
/**----------------------------------------
    START: Cart CSS
----------------------------------------*/

/* !END: Cart CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/

/* !END: Page Header CSS */
/**----------------------------------------
    START: Error CSS
----------------------------------------*/

/* !END: Error CSS */
/**----------------------------------------
    START: Accordion CSS
----------------------------------------*/

/* !END: Accordion CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/

.runok-slider {
  position: relative;
  z-index: 2;
}

.runok-swiper-pagination {
  height: 100%;
  width: auto !important;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50px !important;
  z-index: 2;
}
@media (max-width: 1399px) {
  .runok-swiper-pagination {
    left: 25px !important;
  }
}
@media (max-width: 1250px) {
  .runok-swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .runok-slider-2 .slider-arrow {
    display: none;
  }
}
.runok-slider-3 .runok-swiper-pagination-2 {
  width: 45px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .runok-slider-3 .runok-swiper-pagination-2 {
    left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .runok-slider-3 .runok-swiper-pagination-2 {
    top: 40%;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .runok-slider-3 .runok-swiper-pagination-2 {
    display: none;
  }
}

/* Text Animation */
.runok-animation,
.runok-animation span {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.runok-animation span {
  display: inline-block;
}

/* Fade Effect */

@keyframes asFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes asFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
  }
}

@keyframes asFadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
  }
}

@keyframes asFadeInTop {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
  }
}

@keyframes asFadeInBottom {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
  }
}
/* Move From Effect */

@keyframes asMoveFromLeft {
  from {
    visibility: hidden;
    transform: translateX(-50px);
  }
  to {
    visibility: visible;
  }
}

@keyframes asMoveFromRight {
  from {
    visibility: hidden;
    transform: translateX(50px);
  }
  to {
    visibility: visible;
  }
}

@keyframes asMoveFromTop {
  from {
    visibility: hidden;
    transform: translateY(-50px);
  }
  to {
    visibility: visible;
  }
}

@keyframes asMoveFromBottom {
  from {
    visibility: hidden;
    transform: translateY(50px);
  }
  to {
    visibility: visible;
  }
}
/* Blur Effect */

@keyframes asBlurIn {
  from {
    filter: blur(20px);
    opacity: 0;
  }
}

@keyframes asBlurInLeft {
  from {
    transform: translateX(50px);
    filter: blur(20px);
    opacity: 0;
  }
}

@keyframes asBlurInRight {
  from {
    transform: translateX(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}

@keyframes asBlurInTop {
  from {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
  }
}

@keyframes asBlurInBottom {
  from {
    transform: translateY(-50px);
    filter: blur(20px);
    opacity: 0;
  }
}
/* Zoom Effect */

@keyframes asZoomIn {
  from {
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes asZoomInLeft {
  from {
    transform: scale(5) translateX(-50%);
    opacity: 0;
  }
}

@keyframes asZoomInRight {
  from {
    transform: scale(5) translateX(50%);
    opacity: 0;
  }
}

@keyframes asZoomInTop {
  from {
    transform: scale(10) translateY(-50%);
    opacity: 0;
  }
}

@keyframes asZoomInBottom {
  from {
    transform: scale(10) translateY(50%);
    opacity: 0;
  }
}
/* Flip Effect */

@keyframes asFlipInTop {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: 0 0;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}

@keyframes asFlipInBottom {
  from {
    transform: perspective(600px);
    opacity: 0;
  }
  30% {
    transform: perspective(600px) rotateX(180deg);
    transform-origin: bottom;
    animation-timing-function: ease-out;
  }
  to {
    transform: perspective(600px);
  }
}
/* Roll Effect */

@keyframes asRollFromLeft {
  from {
    transform: translateX(-60px) perspective(600px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes asRollFromRight {
  from {
    transform: translateX(60px) perspective(600px) rotateY(-180deg);
    opacity: 0;
  }
}

@keyframes asRollFromTop {
  from {
    transform: translateY(-60px) perspective(600px) rotateX(180deg);
    opacity: 0;
  }
}

@keyframes asRollFromBottom {
  from {
    transform: translateY(60px) perspective(600px) rotateX(-180deg);
    opacity: 0;
  }
}
/* Rotate Skate Effect */

@keyframes asRotateSkateInRight {
  from {
    transform: scaleX(0.2) translateX(100px);
    opacity: 0;
  }
}

@keyframes asRotateSkateInLeft {
  from {
    transform: scaleX(0.2) translateX(-100px);
    opacity: 0;
  }
}

@keyframes asRotateSkateInTop {
  from {
    transform: scaleY(0.2) translateY(-100px);
    opacity: 0;
  }
}

@keyframes asRotateSkateInBottom {
  from {
    transform: scaleY(0.2) translateY(100px);
    opacity: 0;
  }
}
/* PopUp Effect */

@keyframes asPopUp {
  0% {
    visibility: hidden;
  }
  50% {
    transform: scale(1.1);
    visibility: visible;
  }
}

@keyframes asPopUpLeft {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(-20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}

@keyframes asPopUpRight {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    transform: translateX(20px) scale(1.1);
    animation-timing-function: ease-in;
  }
}
/* Kenburns Top */

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.08) translateY(-15px);
    transform: scale(1.08) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
    START: Exp CSS
----------------------------------------*/

/* !END: Exp CSS */
/**----------------------------------------
    START: Content CSS
----------------------------------------*/

/* !END: Content CSS */
/**----------------------------------------
    START: Request CSS
----------------------------------------*/

/* !END: Request CSS */
/**----------------------------------------
    START: Award CSS
----------------------------------------*/

/* !END: Award CSS */
/**----------------------------------------
    START: Choose Us CSS
----------------------------------------*/

/* !END: Choose Us CSS */
/**----------------------------------------
    START: Shop Details CSS
----------------------------------------*/

/* !END: Shop Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-section {
  position: relative;
  z-index: 1;
}
.footer-section .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-wrap {
  padding: 130px 0;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 45px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: var(--rr-color-common-white);
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.footer-widget .widget-header .widget-title:before {
  background-color: var(--rr-color-theme-primary);
  content: "";
  height: 5px;
  width: 80px;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--rr-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-list li a {
  font-family: var(--rr-ff-body);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.footer-widget .footer-list li a:hover {
  color: var(--rr-color-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: var(--rr-color-border-1);
  padding: 15px 104px 15px 15px;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
  border-radius: 4px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widget .footer-form .submit {
  background-color: var(--rr-color-theme-primary);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  border-radius: 4px;
}
.footer-widget .address-list {
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget .address-list li {
  font-family: var(--rr-ff-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  column-gap: 10px;
}
.footer-widget .address-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .address-list li i {
  color: var(--rr-color-theme-primary);
  line-height: 1;
  margin-top: 6px;
}
.footer-widget .address-list li a {
  border-bottom: 1px solid transparent;
}
.footer-widget .address-list li a:hover {
  color: var(--rr-color-theme-primary);
  border-bottom: 1px solid var(--rr-color-theme-primary);
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-widget .social-list li a {
  background-color: transparent;
  color: var(--rr-color-common-white);
  font-size: 14px;
  height: 40px;
  width: 40px;
  border-radius: 0;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.footer-widget .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.footer-widget .form-check {
  margin-top: 30px;
}
.footer-widget .form-check .form-check-input {
  background-color: var(--rr-color-border-1);
  border: none;
  box-shadow: none;
  height: 17px;
  width: 17px;
}
.footer-widget .form-check .form-check-input:checked[type=checkbox] {
  box-shadow: none;
}
.footer-widget .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.footer-widget.footer-col-2 {
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  position: relative;
  padding-left: 30px;
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f061";
  color: var(--rr-color-text-body);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: var(--rr-color-theme-primary);
  left: 5px;
}

.copyright-area {
  border-top: 1px solid var(--rr-color-border-1);
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .copyright-area {
    padding: 40px 0;
  }
}

.copyright-content {
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
  }
}
.copyright-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: var(--rr-ff-body);
  margin: 0;
}
.copyright-content p span {
  color: var(--rr-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}
.copyright-content .social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .social-list {
    justify-content: center;
  }
}
.copyright-content .social-list li a {
  background-color: var(--rr-color-border-1);
  color: var(--rr-color-common-white);
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-content .social-list li a:hover {
  background-color: var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
.copyright-content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}

/* !END: Theme Footer CSS */
/* Common Colors */
[data-theme=light] body {
  background-color: var(--rr-color-common-white);
  color: #74787C;
}

[data-theme=light] h1,
[data-theme=light] h2,
[data-theme=light] h3,
[data-theme=light] h4,
[data-theme=light] h5,
[data-theme=light] h6 {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] p {
  color: #74787C;
}

[data-theme=light] .section-heading .section-title {
  color: var(--rr-color-heading-primary);
}

[data-theme=light] .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
  color: var(--rr-color-theme-primary);
  border: 1px solid var(--rr-color-grey-light);
}
[data-theme=light] .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger svg {
  color: var(--rr-color-theme-primary);
}
[data-theme=light] .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover {
  border: 1px solid var(--rr-color-theme-primary) !important;
}

[data-theme=light] .dark-img {
  display: none;
}
[data-theme=light] .light-img {
  display: block;
}

[data-theme=light] .header.fixed {
  background-color: var(--rr-color-common-white);
  border-bottom: 1px solid #efefef;
}
[data-theme=light] .header .primary-header-inner .header-logo .logo-dark {
  display: none;
}
[data-theme=light] .header .primary-header-inner .header-logo .logo-light {
  display: block;
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--rr-color-theme-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li ul li a {
  background-color: var(--rr-color-common-white);
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li ul li a:hover {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li ul li a:before {
  bottom: -1px;
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.active a {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.active a:hover {
  color: var(--rr-color-theme-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.active ul li a {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.active ul li a:hover {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  color: var(--rr-color-heading-primary);
}

[data-theme=light] .primary-header.fixed .primary-header-inner {
  background-color: var(--rr-color-common-white);
}

[data-theme=light] .hero-section .hero-bg-shape {
  opacity: 0.1;
}

[data-theme=light] .hero-content .bottom-title {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .hero-content .title {
  color: var(--rr-color-theme-primary);
}
[data-theme=light] .hero-content .titles {
  color: var(--rr-color-common-black);
}
[data-theme=light] .hero-content .titless {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .hero-content .title:before {
  display: none;
}
[data-theme=light] .hero-content .titles:before {
  display: none;
}
[data-theme=light] .hero-content .titless:before {
  display: none;
}

[data-theme=light] .process-section .bg-shape {
  opacity: 0.03;
}
[data-theme=light] .process-item .process-icon {
  background-color: #F2F3F4;
}
[data-theme=light] .process-item .process-content .title {
  color: var(--rr-color-heading-primary);
}

[data-theme=light] .about-section .round-shape {
  opacity: 0.05;
}
[data-theme=light] .about-wrap {
  background-color: var(--rr-color-grey-light);
}
[data-theme=light] .about-wrap .shape {
  opacity: 0.05;
}
[data-theme=light] .about-wrap .about-text {
  bottom: 50px;
}
[data-theme=light] .about-wrap .about-img-wrap .about-img-2 .img-2 {
  border-right: 10px solid var(--rr-color-grey-light);
  border-top: 10px solid var(--rr-color-grey-light);
}

[data-theme=light] .service-section .shape {
  opacity: 0.05;
}
[data-theme=light] .service-section .bg-color {
  background-color: var(--rr-color-grey-light);
}
[data-theme=light] .service-item:hover .service-text a {
  color: var(--rr-color-theme-primary);
}

[data-theme=light] .faq-section .faq-top-shape {
  background-color: rgba(63, 90, 243, 0.18);
}
[data-theme=light] .faq-section .faq-shape {
  opacity: 0.05;
}
[data-theme=light] .faq-content .accordion .accordion-item {
  border-bottom: 1px solid var(--rr-color-border-light);
}
[data-theme=light] .faq-content .accordion .accordion-item:first-child {
  border-top: 1px solid var(--rr-color-border-light);
}
[data-theme=light] .faq-content .accordion .accordion-item .accordion-button {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .faq-content .accordion .accordion-item .accordion-button:after {
  border: 1px solid var(--rr-color-border-light);
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .faq-content .accordion .accordion-item .accordion-button:not(.collapsed):after {
  border: 1px solid var(--rr-color-theme-primary);
  color: var(--rr-color-common-white);
}
[data-theme=light] .faq-content .accordion .accordion-item .accordion-body {
  color: #74787C;
}

[data-theme=light] .running-text.testi ul li {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .running-text.testi ul li:nth-child(2) {
  color: var(--rr-color-theme-primary);
}

[data-theme=light] .testi-item {
  background-color: var(--rr-color-grey-light);
}
[data-theme=light] .testi-item .testi-thumb {
  border: 10px solid var(--rr-color-common-white);
}

[data-theme=light] .project-item .project-content .project-right .title {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .project-accordion .accordion-item {
  border-bottom: 1px solid var(--rr-color-border-light);
}
[data-theme=light] .project-accordion .accordion-item:first-child {
  border-top: 1px solid var(--rr-color-border-light);
}
[data-theme=light] .project-accordion .accordion-item .accordion-button {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .project-accordion .accordion-item .accordion-button .project-content .number {
  background-color: var(--rr-color-grey-light);
  color: var(--rr-color-heading-primary);
  border: 1px solid var(--rr-color-border-light);
}
[data-theme=light] .project-accordion .accordion-item .accordion-button:not(.collapsed) .project-content .number {
  border: 1px solid var(--rr-color-theme-primary);
}
[data-theme=light] .project-accordion .accordion-item .accordion-body {
  color: #74787C;
}

[data-theme=light] .running-text.running-1 {
  background-color: var(--rr-color-grey-light);
}
[data-theme=light] .running-text.running-1 ul li {
  color: var(--rr-color-theme-primary);
}

[data-theme=light] .mobile-side-menu {
  background-color: var(--rr-color-common-white);
}
[data-theme=light] .mobile-side-menu .side-menu-list li a,
[data-theme=light] .mobile-side-menu .side-menu-list li span,
[data-theme=light] .mobile-side-menu .side-menu-list li {
  color: var(--rr-color-heading-primary);
}

[data-theme=light] .sidebar-area {
  border-left: 1px solid var(--rr-color-border-light);
}

[data-theme=light] .post-card {
  background-color: var(--rr-color-grey-light);
  border: 1px solid var(--rr-color-grey-light);
}
[data-theme=light] .post-card .post-content .title a:hover {
  color: var(--rr-color-theme-primary);
}
[data-theme=light] .post-card .post-content .rr-primary-btn {
  border: 1px solid #1E2228;
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .post-card .post-content .rr-primary-btn:hover {
  color: var(--rr-color-common-white);
  border: 1px solid var(--rr-color-theme-primary);
}

[data-theme=light] .service-top .swiper-pagination {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .project-top .swiper-pagination {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .testi-top:before {
  background-color: var(--rr-color-border-light);
}

[data-theme=light] .post-meta li {
  color: var(--rr-color-text-body-light);
}

[data-theme=light] .sidebar-area {
  background-color: var(--rr-color-common-white);
}
[data-theme=light] .side-menu-list li i {
  border: 1px solid var(--rr-color-theme-primary);
}

[data-theme=light] .mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--rr-color-heading-primary);
}
[data-theme=light] .mean-bar .mean-nav.mean-nav > ul li {
  border-color: var(--rr-color-border-light);
}
[data-theme=light] .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  color: var(--rr-color-common-white);
}
[data-theme=light] .footer-widget .title {
  color: var(--rr-color-common-white);
}
[data-theme=light] .footer-widget .title span {
  color: var(--rr-color-text-body);
}
[data-theme=light] .footer-widget p {
  color: var(--rr-color-text-body);
}
[data-theme=light] .footer-widget .form-check .form-check-label {
  color: var(--rr-color-text-body);
}
[data-theme=light] .copyright-content p {
  color: var(--rr-color-text-body);
}
@media (min-width: 993px) {
  [data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul {
    background-color: var(--rr-color-common-white);
  }
  [data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li {
    border: none;
  }
  [data-theme=light] .header .primary-header-inner .header-menu-wrap ul li.mega-menu ul li a:hover {
    color: var(--rr-color-theme-primary);
  }
}
[data-theme=light] .sponsor-wrap {
  border: 1px solid #e5e5e5;
}
[data-theme=light] .sponsor-wrap .sponsor-item:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}

/**----------------------------------------
    START: RTL CSS
----------------------------------------*/
.rtl {
  direction: rtl;
}

.rtl .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
}

.rtl .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  right: auto;
  left: 0;
}

.rtl .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 20px;
}

.rtl .header .primary-header-inner .header-menu-wrap ul li.mega-menu:after {
  transform: translateY(36px) translateX(10px);
}

.rtl .header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin: 0 25px;
}
.rtl .header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin: 0 25px;
  margin-left: 0;
}
.rtl .header .primary-header-inner .header-menu-wrap ul li ul li:first-child {
  margin: 0;
}
.rtl .header .primary-header-inner .header-menu-wrap ul li ul li:last-child {
  margin: 0;
}

.rtl .rr-primary-btn i {
  margin-right: 10px;
  font-size: 14px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.rtl .faq-content .accordion .accordion-item .accordion-button:after {
  margin-right: auto;
  margin-left: 0;
}

.rtl .project-accordion .accordion-item .accordion-body .hover-content .content-right .project-thumb {
  right: auto;
  left: 0;
}

.rtl .project-item .project-content .project-right {
  text-align: right;
}

.rtl .footer-widget .widget-header .widget-title:before {
  display: none;
}

.rtl .footer-widget .footer-form .submit {
  right: auto;
  left: 0;
}

.rtl .footer-widget .footer-form .form-control {
  padding: 15px 15px 15px 104px;
}

.rtl .footer-widget.footer-col-2 {
  padding-left: 0;
  padding-right: 70px;
}
@media only screen and (max-width: 992px) {
  .rtl .footer-widget.footer-col-2 {
    padding-right: 0;
  }
}

/* !END: RTL CSS */
