/*---------------------------------
	1.2 Theme SCSS
---------------------------------*/

.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
        --green: green;
    --an: cubic-bezier(0.12, 0.7, 0.74, 0.71);
  /**  @font family declaration */
  --rs-ff-body: "Golos Text", sans-serif;
  --rs-ff-title: "Cal Sans", sans-serif;
  --rs-ff-p: "Golos Text", sans-serif;
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000;
  --rs-light: #eee;
  --rs-green: #54BD05;
  --rs-yellow: #F69C00;
  --rs-pink: #E033E0;
  --rs-red: #E80000;
  /* --rs-theme-primary: #FED403;
  --rs-theme-secondary: #313131; */
  --rs-theme-primary: #ff6631;
  --rs-theme-secondary: #05394e;
  --rs-text-primary: #59585D;
  --rs-text-secondary: #BEBEBE;
  --rs-title-primary: #1C1C1D;
  --rs-bg-primary: #313131;
  --rs-bg-secondary: #F6F6F6;
  --rs-bg-dark-blue: #2F3E4B;
  --rs-bg-black: #121213;
  --rs-border-primary: #E3E3E8;
  --rs-border-secondary: rgba(255, 255, 255, 0.15);
  --rs-border-tertiary: rgba(255, 255, 255, 0.1);
  --rs-rgba-1: rgba(255, 255, 255, 0.7);
  --rs-rgba-2: rgba(255, 255, 255, 0.8);
  --rs-rgba-3: rgba(255, 255, 255, 0.05);
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-gradient-primary: #00033D;
  --rs-gradient-secondary: #0349EF;
  --rs-rating: #F3B656;
  /** @font weight declaration */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 16px;
  --rs-fs-p: 16px;
  --rs-fs-h1: 66px;
  --rs-fs-h2: 52px;
  --rs-fs-h3: 36px;
  --rs-fs-h4: 30px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1310px;
  }
}
.row {
  --bs-gutter-x: 3rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20px;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10px;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}

.gy-24 {
  --bs-gutter-y: 24px;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 40px;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.position-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.position-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media only screen and (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
  padding-bottom: 0;
}
.underline a:hover {
  color: var(--rs-title-primary);
  background-size: 100% 1px;
}
.underline.is-white a {
  background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
}
.underline.is-white a:hover {
  color: var(--rs-white);
}
.underline.is-black a {
  background-image: linear-gradient(var(--rs-title-primary), var(--rs-title-primary)), linear-gradient(var(--rs-title-primary), var(--rs-title-primary));
}
.underline.is-black a:hover {
  color: var(--rs-title-primary);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1366px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

.mfp-close {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mfp-close:hover {
  color: var(--rs-white);
}
.mfp-close::after {
  position: absolute;
  content: "\eb98";
  height: 100%;
  width: 100%;
  font-family: var(--rs-ff-remixicon);
  font-size: 31px;
  
  right: -20px;
  margin-top: -25px;
}
@media only screen and (max-width: 991px) {
  .mfp-close::after {
    right: 15px;
    margin-top: -30px;
  }
}

/*---------------------------------
	1.3 Typography SCSS
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  color: var(--rs-text-primary);
  font-size: var(--rs-fs-body);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 1px;  
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h5,
h5, .h5,
h6, .h6 {
  color: var(--rs-title-primary);
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 0;
  
  word-break: break-word;
  
}

h1,
.h1 {
  font-size: var(--rs-fs-h1);
  line-height: 1;
  
}
@media only screen and (max-width: 1600px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: var(--rs-fs-h2);
  line-height: 1.19;
}
@media only screen and (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}

h3,
.h3 {
  font-size: var(--rs-fs-h3);
  line-height: 1.46;
}
@media only screen and (max-width: 1600px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: var(--rs-fs-h4);
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-size: var(--rs-fs-h5);
  line-height: 1.4;
}
@media only screen and (max-width: 1600px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--rs-fs-h6);
  line-height: 1.44;
}
h6.small,
.h6.small {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

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

p {
  font-size: var(--rs-fs-p);
  
  
  color: #222222;
  margin-bottom: 15px;
  line-height: 28px;
}
p.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}
p.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}
p.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}
p.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}
p:last-child {
  margin-bottom: 0;
}

.b1 {
  font-size: var(--rs-fs-b1);
  line-height: 1.714;
}

.b2 {
  font-size: var(--rs-fs-b2);
  line-height: 1.625;
}

.b3 {
  font-size: var(--rs-fs-b3);
  line-height: 1.55;
}

.b4 {
  font-size: var(--rs-fs-b4);
  line-height: 1.454;
}

a {
  text-decoration: none;
}

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

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

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

img {
  max-width: 100%;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  opacity: 1;
  border: none;
  height: 1px;
  background-color: #ececec;
}
[rs-theme=rs-theme-dark] hr:not([size]) {
  background-color: #2d2d27;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 17px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--rs-theme-primary);
}

textarea {
  padding: 14px 24px;
}
textarea:focus {
  border-color: var(--rs-theme-primary);
}

*::-moz-selection {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  text-shadow: none;
}

::selection {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 17px;
  color: var(--rs-placeholder);
}

*::placeholder {
  opacity: 1;
  font-size: 17px;
  
  
  color: var(--rs-placeholder);
}

/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/
.section-space , .section-padding{
  padding-top: 70px;
  padding-bottom: 70px;
}


.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

.section-title-space {
  margin-bottom: 45px;
}

/*----------------------------------------*/
/*  2.3 Background
/*----------------------------------------*/
.bg-primary {
  background-color: var(--rs-bg-primary);
}

.secondary-bg {
  background-color: var(--rs-bg-secondary);
}

.bg-grey {
  background-color: var(--rs-bg-grey);
}

.theme-secondary {
  background: var(--rs-theme-secondary);
}

.blue-bg {
  background: var(--rs-blue);
}

/*----------------------------------------*/
/*  2.6 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 17px;
  color: var(--rs-title-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  transition: all 0.4s ease-out 0s;
  border-radius: 5px;
  
  position: relative;
  z-index: 1;
  overflow: hidden;
  
  background: var(--rs-theme-primary);
}


.rs-btn:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-btn:hover.has-icon .icon-first {
  transform: translateX(150%);
}
.rs-btn:hover.has-icon .icon-second {
  transform: translateX(0%);
}
.rs-btn:hover.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-text {
  padding: 0;
  width: unset;
  height: unset;
  background: transparent;
}
.rs-btn.has-text:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text:hover.has-icon .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.has-icon {
  gap: 8px;
}
.rs-btn.has-text.has-icon .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-btn.has-text.has-icon.is-white {
  color: var(--rs-white);
}
.rs-btn.has-text.has-icon.is-white .icon-box svg path {
  fill: var(--rs-white);
  transition: 0.3s;
}
.rs-btn.has-text.has-icon.is-white:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.has-icon.is-white:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.has-text.is-text-white {
  color: var(--rs-white);
}
.rs-btn.has-text.is-text-white:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white:hover .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-white.has-icon svg path {
  fill: var(--rs-white);
}
.rs-btn.has-text.is-text-black {
  color: var(--rs-title-primary);
}
.rs-btn.has-text.is-text-black:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-black.has-icon svg path {
  fill: var(--rs-black);
}
.rs-btn.has-text.is-text-primary {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-text.is-text-primary.has-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
[dir=rtl] .rs-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 17px;
}
.rs-btn.has-icon .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-icon .icon-box.is-black svg path {
  fill: var(--rs-black);
}
.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-theme-secondary {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-btn.has-theme-secondary .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-theme-secondary:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-title-primary);
}
.rs-btn.has-theme-secondary:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.hover-white:hover .icon-box svg path {
  fill: var(--rs-black);
}
.rs-btn.hover-black:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.hover-black:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.hover-primary:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-btn.hover-secondary:hover {
  background: var(--rs-theme-secondary);
}
.rs-btn .border-hover-primary:hover {
  border-color: var(--rs-theme-primary);
}
.rs-btn.is-circle {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #f2f2f2;
}
.rs-btn.is-circle svg path {
  fill: var(--rs-primary);
}
.rs-btn.is-circle:hover {
  background: var(--rs-primary);
}
.rs-btn.is-circle:hover svg path {
  fill: var(--rs-white);
}
.rs-btn.has-radius {
  border-radius: 50px;
}
.rs-btn.is-small {
  height: 45px;
  padding: 15px 20px;
}
.rs-btn.is-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-primary);
}
.rs-btn.border-red {
  border: 1px solid var(--rs-theme-primary);
  color: var(--rs-theme-primary);
}
.rs-btn.border-red .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-btn.border-red:hover {
  color: var(--rs-white);
}
.rs-btn.border-red:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-bg-white {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-btn.has-bg-white .icon-box svg path {
  fill: var(--rs-theme-secondary);
}
.rs-btn.has-bg-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-btn.has-bg-white:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-btn.has-bg-white.has-bg-secondary:hover {
  background: var(--rs-theme-secondary);
}
.rs-btn.has-text-underline {
  text-decoration: underline;
  color: var(--rs-title-primary);
  overflow: visible;
}
.rs-btn.has-border {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: var(--rs-theme-primary);
  border-radius: 0;
}
.rs-btn.has-border.has-border-white {
  border-color: var(--rs-white);
}
.rs-btn.has-border.has-border-white:hover {
  border-color: var(--rs-theme-primary);
}
.rs-btn.hover-text-black:hover {
  color: var(--rs-title-primary);
}
.rs-btn.hover-text-black:hover .icon-box svg path {
  fill: var(--rs-title-primary);
}

.rs-rotate-btn {
  width: 180px;
  height: 180px;
  position: relative;
}
.rs-rotate-btn:hover .rs-text-circle {
  animation-play-state: paused;
}
.rs-rotate-btn .rs-circle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  transform: translate(-50%, -50%);
  background: var(--rs-theme-primary);
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  z-index: 1;
  transition: 0.3s;
}
.rs-rotate-btn .rs-circle-btn:hover svg {
  transform: rotate(45deg);
}
.rs-rotate-btn .rs-circle-btn svg {
  width: 27px;
  height: 27px;
}
.rs-rotate-btn .rs-circle-btn svg path {
  fill: var(--rs-theme-secondary);
}
.rs-rotate-btn .rs-text-circle-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.rs-rotate-btn .rs-text-circle {
  animation: rotate-infinite 30s infinite linear;
  width: 100%;
  height: 100%;
  position: relative;
}
.rs-rotate-btn .rs-text-circle span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: var(--rs-title-primary);
}
.rs-rotate-btn .rs-text-circle.is-text-white span {
  color: var(--rs-white);
}

.rs-play-btn {
  width: 70px;
  height: 70px;
  font-size: 20px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.rs-play-btn.is-large {
  width: 90px;
  height: 90px;
  font-size: 30px;
}
.rs-play-btn.is-large::before {
  width: 90px;
  height: 90px;
}
.rs-play-btn.is-medium {
  width: 80px;
  height: 80px;
  font-size: 30px;
}
.rs-play-btn.is-medium::before {
  width: 80px;
  height: 80px;
}
.rs-play-btn.is-small {
  width: 40px;
  height: 40px;
  font-size: 13px;
}
.rs-play-btn.is-small::before {
  width: 35px;
  height: 35px;
}
.rs-play-btn.is-white {
  background: var(--rs-white);
  color: var(--rs-theme-secondary);
}
.rs-play-btn.is-white::before {
  background: var(--rs-white);
}
.rs-play-btn.is-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-play-btn.is-black {
  color: var(--rs-theme-secondary);
}
.rs-play-btn.is-black::before {
  background: var(--rs-theme-primary);
}
.rs-play-btn.is-black:hover {
  background: var(--rs-theme-primary);
}
.rs-play-btn.has-transparent-btn::before {
  content: none;
}
.rs-play-btn.has-transparent-btn::after {
  content: none;
}
.rs-play-btn.has-blur {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(71, 74, 74, 0.12) 0%, rgba(226, 237, 237, 0.12) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(21px);
}
.rs-play-btn.hover-primary:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-play-btn:hover {
  color: var(--rs-black);
}
.rs-play-btn::before {
  background: var(--rs-theme-primary);
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
}
.rs-play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  transition: all 200ms;
}

.rs-btn-circle {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
  border-radius: 50%;
}
.rs-btn-circle:hover {
  background: var(--rs-white);
}
.rs-btn-circle:hover svg {
  transform: rotate(45deg);
}
.rs-btn-circle:hover i {
  color: var(--rs-black);
}
.rs-btn-circle svg {
  width: 14px;
  height: 14px;
}
.rs-btn-circle svg path {
  fill: var(--rs-white);
}
.rs-btn-circle i {
  font-size: 25px;
  color: var(--rs-black);
}

.rs-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #202021;
}
.rs-square-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-square-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: var(--rs-white);
}
.rs-square-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-square-btn.has-icon:hover {
  background: var(--rs-theme-primary);
}
.rs-square-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-square-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-square-btn.has-transparent {
  background: transparent;
  padding: unset;
}
.rs-square-btn.has-transparent:hover {
  background: transparent;
}

.rs-btn-two {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-inline-start: 10px;
  padding-inline-end: 4px;
  border-radius: 5px;
      color: #fff;  
  background: var(--rs-theme-primary);
  font-size: 17px;
  
  display: inline-flex;
  align-items: center;
}
.rs-btn-two .rs-icon {
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.6s ease 0s, left 0.6s;
  position: relative;
  animation: 0.5s btnHoverEffectReverse;
  inset-inline-start: 0;
  background: var(--rs-theme-secondary);
}
.rs-btn-two .rs-icon svg {
  width: 13px;
  height: 13px;
}
.rs-btn-two .rs-icon svg path {
  fill: var(--rs-white);
}
.rs-btn-two .rs-btn-text {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  padding-inline-end: 16px;
  padding-inline-start: 15px;
}
.rs-btn-two:hover {
  color: var(--rs-title-primary);
}
.rs-btn-two:hover .rs-icon {
  inset-inline-start: calc(100% - 43px);
}
.rs-btn-two:hover .rs-btn-text {
  transform: translate3d(-40px, 0, 0) !important;
  transform-style: preserve-3d;
}
[dir=rtl] .rs-btn-two:hover .rs-btn-text {
  transform: translate3d(40px, 0, 0) !important;
}

.rs-more-btn {
  font-size: 17px;
  color: var(--rs-title-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  transition: all 0.4s ease-out 0s;
  border-radius: 5px;
  
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--rs-theme-primary);
}
.rs-more-btn svg {
  width: 17px;
  height: 17px;
}
.rs-more-btn svg path {
  transition: all 0.4s ease-out 0s;
}
.rs-more-btn:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}
.rs-more-btn:hover svg {
  animation: rs-spin 5s linear infinite alternate;
}
.rs-more-btn:hover svg path {
  fill: var(--rs-white);
}

/*----------------------------------------*/
/*  2.7 Color Short Code
/*----------------------------------------*/
.rs-text-primary {
  color: var(--rs-primary);
}

.rs-white {
  color: var(--rs-white);
}

.rs-black {
  color: var(--rs-black);
}

.rs-light-purple {
  color: var(--rs-theme-purple-light);
}

.rs-red {
  color: var(--rs-red);
}

.rating-color {
  color: #FFB21D;
}

/*----------------------------------------*/
/*  2.15 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-white) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 400px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-primary);
}
.offcanvas-logo a img {
  width: 150px;
}
.offcanvas-logo .logo-white {
  display: none;
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 40px 40px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-title-meta {
  color: var(--rs-title-primary);
  margin-bottom: 20px;
  font-size: 20px;
}
.offcanvas-text p {
  margin-bottom: 25px;
}
.offcanvas-social {
  margin-bottom: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas-social ul li a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--rs-border-primary);
  color: #585B6F;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas-social ul li a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-black);
  border-color: var(--rs-theme-primary);
}
.offcanvas-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-overlay:hover {
  cursor: url(../images/shape/cross-out.webp), pointer;
}
.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}
.offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-contact ul li a:hover {
  color: var(--rs-theme-primary);
}
.offcanvas-contact ul li:hover svg {
  animation: rs-fold linear 0.5s;
}
.offcanvas-contact-icon {
  flex: 0 0 auto;
}
.offcanvas-contact-icon svg {
  width: 22px;
  height: 22px;
}
.offcanvas-contact-icon svg path {
  fill: var(--rs-theme-primary);
}

.offcanvas-gallery-thumb-wrapper {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.offcanvas-gallery-thumb-wrapper .offcanvas-popup-thumb img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}

.offcanvas-close {
  width: 35px;
  height: 35px;
  background: var(--rs-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rs-black);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 14px;
  width: 14px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  inset-inline-start: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.22 Section Title  
/*----------------------------------------*/
.section-title {
  color: var(--rs-title-primary);
}
.section-title.is-white {
  color: var(--rs-white);
}
.section-subtitle {
  font-size: 14px;
  
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  background: var(--rs-theme-primary);
  padding: 0 17px;
  color: #fff;
  border-right: 3px solid var(--rs-theme-secondary);
  border-left: 3px solid var(--rs-theme-secondary);
}
.section-subtitle.is-white {
  color: var(--rs-white);
}
.section-subtitle.has-border::before, .section-subtitle.has-border::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  top: 50%;
  transform: translateY(-50%);
}
.section-subtitle.has-border::before {
  inset-inline-start: 0;
}
.section-subtitle.has-border::after {
  inset-inline-end: 0;
}
.section-subtitle.has-space {
  padding-inline-start: 18px;
  padding-inline-end: 18px;
}
.section-subtitle.border-end-none {
  padding-inline-end: 0px;
}
.section-subtitle.border-end-none::after {
  content: none;
}
.section-desc.is-white  p{
  color:#fff;
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
    padding-top: 105px;
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, var(--rs-theme-secondary), #05394ea8), url(/asset/images/breadcrumb.jpg);
    background-size: cover;
    background-position-x: center;
    border-top: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: -1;
}

.rs-breadcrumb-one .rs-breadcrumb-wrapper {
  text-align: center;
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 45px;
  line-height: 1.12;
  color: var(--rs-white);
  margin-top: 15px;
  text-transform: capitalize;
}

.rs-breadcrumb-one .rs-breadcrumb-line {
  width: 482px;
  position: relative;
  display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;

  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-line {
    width: 100%;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-line::after {
  position: absolute;
  content: "";
  width: 100px;
  background: var(--rs-theme-primary);
  left: 50%;
  height: 3px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: flex;
  align-items: center;
  gap: 8px 35px;
  justify-content: center;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  text-transform: capitalize;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
  color: white;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a {
  color:rgb(255 255 255);
  
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover svg path {
  fill: var(--rs-theme-primary);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li a svg path {
  transition: 0.3s;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span {
  position: relative;
  display: inline-block;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
  position: absolute;
  content: "\f2e5";
  font-family: remixicon;
  font-size: 19px;
  top: 50%;
  color: var(--rs-white);
  transform: translateY(-50%);
  inset-inline-end: -25px;
  text-align: center;
}
[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
  transform: translateY(-50%) rotateY(180deg);
}
.rs-breadcrumb-one .rs-breadcrumb-desc {
  color: rgba(255, 255, 255, 0.85);
}


/*----------------------------------------*/
/*  2.11 forms
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label::after {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-inline-start: 25px;
  color: var(--rs-white);
  font-size: 17px;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 4px;
  inset-inline-start: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all 0.2s linear;
  border-radius: 2px;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\eb7a";
  top: 3px;
  inset-inline-start: 1px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rs-white);
  transition: all 0.2s linear;
  font-family: remixicon !important;
  font-size: 10px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.25 social
/*----------------------------------------*/
.theme-social {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.theme-social a {
  color: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  background-color: var(--rs-theme-primary);
  transition: 0.5s;
  border-radius: 50%;
}
.theme-social a:hover {
  background: var(--rs-theme-secondary);
}
.theme-social svg {
  width: 16px;
  height: 16px;
}
.theme-social.has-transparent a {
  background: transparent;
  color: #fff;
  width: unset;
  height: unset;
  border-radius: 0;
}
.theme-social.has-transparent a:hover {
  color: var(--rs-theme-primary);
}
.theme-social.has-border a {
  border: 1px solid var(--rs-border-primary);
}
.theme-social.rs-social-links a {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}
.theme-social.rs-social-links a:hover {
  background: 0.5;
}
.theme-social.rs-social-links a.is-facebook {
  background: #1559C2;
}
.theme-social.rs-social-links a.is-instagram {
  background: #E1306C;
}
.theme-social.rs-social-links a.is-twitter {
  background: #202021;
}
.theme-social.rs-social-links a.is-linkedin {
  background: #0077B5;
}
.theme-social.has-transform a:hover {
  transform: translate(0, -10%);
}

/*----------------------------------------*/
/*  2.4 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.backtotop-wrap:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 575px) {
  .backtotop-wrap {
    bottom: 20px;
    inset-inline-end: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes rs-scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@-webkit-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rs-left-right {
  0% {
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
  }
  0% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
  }
}
@keyframes rs-pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes rs-fold {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes marquee_rev {
  100% {
    transform: translateX(0);
  }
  0% {
    transform: translateX(-50%);
  }
}
/* marquee left */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rs-scale-two {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@keyframes rs-scale-three {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
  }
}
@-webkit-keyframes rs-scale-three {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.popup-circle:before {
  content: "";
  position: relative;
  display: block;
  top: -14px;
  inset-inline-start: -14px;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #E40101;
  animation: rs-pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.popup-circle:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E40101;
  border-radius: 50%;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes rs-pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes popup-circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes textRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0;
  }
}
@keyframes textRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes rs-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rs-slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rs-skew {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/*----------------------------------------*/
/*  2. 8 Short codes
/*----------------------------------------*/
.container.has-large {
  max-width: 1720px;
}

.is-stroke-text {
  -webkit-text-stroke: 2px var(--rs-primary);
  -webkit-text-fill-color: var(--rs-white);
}

.h-55 {
  height: 55px;
}

.height-50 {
  height: 50px;
}

/* display flex */
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.has-separator {
  position: relative;
}
.has-separator::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(101, 101, 103, 0.3);
  transform: translateY(-50%);
  inset-inline-end: 0px;
  top: 50%;
}

.image-link {
  width: 100%;
  height: 100%;
}

/* gap */
.gap-05 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.mb-0 {
  margin-bottom: 0;
}

/* List Style None */
.list-none ul {
  list-style: none;
}

.gap-20 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}



.rs-section-border-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rs-section-border-wrapper .section-border {
  width: 100%;
  display: flex;
  align-items: center;
}
.rs-section-border-wrapper .section-border {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-section-border-wrapper .section-border {
    padding-inline-end: 0px;
  }
}
.rs-section-border-wrapper .rs-section-dot {
  width: 7px;
  height: 7px;
  background-color: var(--rs-theme-primary);
  display: inline-block;
  transform: rotate(45deg);
  margin-inline-end: 5px;
  margin-inline-start: 5px;
}
.rs-section-border-wrapper .rs-section-line {
  border: 1px solid var(--rs-border-primary);
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
}

.radius-6 {
  border-radius: 6px;
}

.timeline-divider {
  position: absolute;
  width: 10px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-divider::before {
  content: "";
  border: 1px solid var(--rs-theme-primary);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--rs-border-tertiary);
}
.timeline-divider .divider-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--rs-theme-primary);
  z-index: 1;
  border-radius: 10px;
}
.timeline-divider .divider-circle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--rs-white);
  border: 3px solid var(--rs-theme-primary);
}

.fs-24 {
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 1600px) {
  .fs-24 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .fs-24 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .fs-24 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-20 {
  font-size: 20px;
  line-height: 1.44;
}
@media only screen and (max-width: 575px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-30 {
  font-size: 30px;
  line-height: 1.33;
}
@media only screen and (max-width: 1600px) {
  .fs-30 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .fs-30 {
    font-size: 22px;
  }
}

/*----------------------------------------*/
/*  2.10 cursor
/*----------------------------------------*/
#rs-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease-in-out 0.5s;
}

#rs-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(156, 156, 156, 0.5);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

#rs-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--rs-theme-primary);
  transform: translate(-50%);
}

@media only screen and (max-width: 991px) {
  #rs-mouse {
    display: none;
  }
}
/*----------------------------------------*/
/*  2.21 Swiper scrollbar 
/*----------------------------------------*/
.rs-swiper-scrollbar.swiper-scrollbar {
  height: 5px;
  background: var(--rs-bg-secondary);
}
.rs-swiper-scrollbar .swiper-scrollbar-drag {
  width: 220px !important;
  background: var(--rs-theme-primary);
}

/*----------------------------------------*/
/* 2.12 lenis
/*----------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-scrolling {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/
.rs-swiper-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rs-swiper-btn {
  width: 40px;
  height: 40px;
  background: var(--rs-theme-secondary);
  color: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.3s 0s ease-out;
  cursor: pointer;
}
[dir=rtl] .rs-swiper-btn {
  transform: rotateY(-180deg);
}
.rs-swiper-btn.is-large {
  width: 50px;
  height: 50px;
  background: var(--rs-theme-primary);
  font-size: 24px;
  color: var(--rs-theme-secondary);
}
.rs-swiper-btn.is-large:hover {
  background: var(--rs-white);
  color: var(--rs-theme-primary);
}
.rs-swiper-btn.has-radius-small {
  border-radius: 3px;
}
.rs-swiper-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-theme-secondary);
}
.rs-swiper-btn.has-transparent {
  background: transparent;
  width: unset;
  height: unset;
}

.rs-swiper .swiper-button-prev,
.rs-swiper .swiper-button-next {
  position: unset;
  margin-top: 0;
}
.rs-swiper .swiper-button-prev::after,
.rs-swiper .swiper-button-next::after {
  content: none;
}

/*----------------------------------------*/
/*  2.13 list
/*----------------------------------------*/
.rs-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-list-item ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-list-item ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--rs-title-primary);
}
.rs-list-item ul li svg {
  width: 20px;
  height: 20px;
}
.rs-list-item ul li svg path {
  fill: var(--rs-theme-primary);
}
.rs-list-item ul li i {
  border: 2px solid var(--rs-theme-blue);
  color: var(--rs-theme-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-list-item.is-list-block ul {
  display: block;
}
.rs-list-item.is-list-block ul li:not(:last-child) {
  margin-bottom: 13px;
}
.rs-list-item.is-large ul li svg {
  width: 22px;
  height: 22px;
}
.rs-list-item.is-large ul li svg path {
  fill: var(--rs-primary);
}

/*----------------------------------------*/
/*  2.18 post tag
/*----------------------------------------*/
.rs-post-tag .post-tag {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  padding: 5px 10px 5px 10px;
  height: 21px;
  border-radius: 0 100px 100px 70px;
  
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
}
.rs-post-tag .post-tag.is-yellow {
  background-color: var(--rs-yellow);
}
.rs-post-tag .post-tag.is-green {
  background-color: var(--rs-green);
}
.rs-post-tag .post-tag.is-pink {
  background-color: var(--rs-pink);
}
.rs-post-tag .post-tag.is-red {
  background: #FF3A3A;
}
.rs-post-tag-two .post-tag {
  position: relative;
  font-size: 12px;
  
  text-transform: uppercase;
  color: var(--rs-text-primary);
  padding-inline-start: 16px;
}
.rs-post-tag-two .post-tag:hover {
  color: var(--rs-theme-primary);
}
.rs-post-tag-two .post-tag::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(246, 156, 0, 0.5);
  border-radius: 50%;
}
.rs-post-tag-two .post-tag.is-white {
  color: var(--rs-white);
}
.rs-post-tag-two .post-tag.is-white:hover {
  color: var(--rs-theme-primary);
}


/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.rs-header-one {
  overflow-x: clip;
}
.rs-header-one .header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  justify-content: space-between;
  background: var(--rs-theme-secondary);
  padding-inline-start: 60px;
  padding-inline-end: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .header-wrapper {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.rs-header-one .header-wrapper.has-bg-gradient {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, #2F3E4B 0%, rgba(47, 62, 75, 0.06) 100%);
  backdrop-filter: blur(21px) !important;
}
.rs-header-one .header-wrapper.has-space {
  margin-top: 30px;
  margin-inline-start: 50px;
  margin-inline-end: 50px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  width: unset;
  border-radius: 5px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .header-wrapper.has-space {
    margin-top: 20px;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-wrapper.has-space {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-header-one .header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-one .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
}
.rs-header-one .header-menu {
  display: flex;
  align-items: center;
}
.rs-header-one .header-search-icon {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border: 1px solid rgb(255 255 255 / 68%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .rs-header-one .header-search-icon {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .header-btn {
    display: none;
  }
}
.header-btn .rs-btn-two:hover{
  color:#fff
}

.rs-header-one.has-bg-white .header-wrapper {
  background: var(--rs-white);
}
.rs-header-one.has-bg-white .header-search-icon {
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .header-search-icon i {
  color: var(--rs-theme-secondary);
}
.rs-header-one.has-bg-white .header-search-icon:hover .has-search {
  color: var(--rs-theme-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle {
  background: transparent;
  border-color: var(--rs-border-primary);
}
.rs-header-one.has-bg-white .sidebar-toggle .header-bar-icon span {
  background: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  3.5.4 Header Top Style
/*----------------------------------------*/
.rs-header-top.rs-header-top-one {
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  padding-bottom: 7px;
  padding-top: 7px;
  background: var(--rs-theme-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-one {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-one {
    padding-bottom: 10px;
    padding-top: 8px;
  }
}
.rs-header-top.rs-header-top-one .header-top-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.rs-header-top.rs-header-top-one .header-top-icon {
  width: 17px;
  min-width: 17px;
  flex-wrap: wrap;
  background: #ffffff;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color:var(--rs-theme-primary);
}
.rs-header-top.rs-header-top-one .header-top-icon svg {
  width: 9px;
  fill:var(--rs-theme-primary);
}
.rs-header-top.rs-header-top-one .header-top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-left {
    display: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-right {
  display: flex;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-right {
    flex-wrap: wrap;
    gap: 5px 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-right:last-child .header-top-meta .header-top-meta-icon {
    display: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-content p {
  color: #ffffff;
}
.rs-header-top.rs-header-top-one .header-top-content p a {
  text-decoration: underline;
}
.rs-header-top.rs-header-top-one .header-top-content p a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.rs-header-top.rs-header-top-one .header-top-description {
  font-size: 14px;
  
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-one .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-one .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-one .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-item h6 {
  font-size: 15px;
  
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-one .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-one .header-top-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(89, 88, 93, 0.38);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
    padding-inline-end: 0;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-one .header-top-meta-icon {
  position: relative;
  top: -2px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-header-top.rs-header-top-one .header-top-meta-icon svg path {
  fill: #ffffff;
}
.rs-header-top.rs-header-top-one .header-top-meta-content span {
  color: #ffffff;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a {
  color: #ffffff;
}
.rs-header-top.rs-header-top-one .header-top-meta-content a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.rs-header-top.rs-header-top-one .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-one .header-top-title {
  font-size: 14px;
  
  color: #E40101;
  text-transform: uppercase;
  line-height: 20px;
}
.rs-header-top.rs-header-top-one .header-top-social a {
  font-size: 14px;
}
.rs-header-top.rs-header-top-one .header-top-social-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-header-top.rs-header-top-one .header-top-social-title {
  font-size: 14px;
  
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two {
  padding-inline-start: 170px;
  padding-inline-end: 170px;
  padding-bottom: 12px;
  padding-top: 12px;
  background: var(--rs-black);
}
@media only screen and (max-width: 1600px) {
  .rs-header-top.rs-header-top-two {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-top.rs-header-top-two {
    justify-content: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-left {
    gap: 5px 30px;
    flex-wrap: wrap;
  }
}
.rs-header-top.rs-header-top-two .header-top-content {
  overflow: hidden;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-description {
  font-size: 14px;
  
  color: var(--rs-white);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 350px;
}
@media only screen and (max-width: 480px) {
  .rs-header-top.rs-header-top-two .header-top-description {
    text-align: center;
  }
}
.rs-header-top.rs-header-top-two .header-top-description.is-active {
  position: relative;
  opacity: 1;
  animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-description:not(.is-active) {
  animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
.rs-header-top.rs-header-top-two .header-top-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-header-top.rs-header-top-two .header-top-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  inset-inline-end: 0;
}
@media only screen and (max-width: 575px) {
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child) {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
  }
  .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child)::before {
    content: none;
  }
}
.rs-header-top.rs-header-top-two .header-top-item h6 {
  font-size: 15px;
  
  color: var(--rs-white);
}
.rs-header-top.rs-header-top-two .header-top-item h6 a:hover {
  color: rgba(255, 255, 255, 0.72);
}
.rs-header-top.rs-header-top-two .popup-circle {
  width: 8px;
  height: 8px;
  position: relative;
}
.rs-header-top.rs-header-top-two .header-top-title {
  font-size: 14px;
  
  color: #E40101;
  text-transform: uppercase;
  line-height: 20px;
}
.rs-header-top.rs-header-top-two .header-top-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  justify-content: end;
  margin-inline-start: auto;
}
@media only screen and (max-width: 767px) {
  .rs-header-top.rs-header-top-two .header-top-right {
    justify-content: unset;
    margin-inline-start: unset;
    margin: 0 auto;
  }
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide {
  width: auto !important;
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 12px);
  background: var(--rs-border-secondary);
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-header-top.rs-header-top-two .header-top-right .swiper-wrapper .swiper-slide:last-child {
  padding-right: 0;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li {
  list-style: none;
  position: relative;
  text-align: center;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.rs-header-top.rs-header-top-two .header-top-tag ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-top.rs-header-top-two .header-navigation {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rs-header-top.rs-header-top-two .header-navigation button {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
[dir=rtl] .rs-header-top.rs-header-top-two .header-navigation button {
  transform: rotateY(180deg);
}
.rs-header-top.rs-header-top-two .header-navigation button i {
  
}
.rs-header-top.rs-header-top-two .header-navigation button:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.5.3 Header Common Style 
/*----------------------------------------*/
.header-logo {
  width: 135px;
}
@media only screen and (max-width: 575px) {
  .header-logo {
    width: 120px;
  }
}
.header-search-wrapper {
  position: relative;
}
.header-search-inner {
  display: none;
  position: absolute;
  width: 290px;
  top: 74px;
  z-index: 2;
  inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .header-search-inner {
    top: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .header-search-inner {
    width: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .header-search-inner {
    top: 60px;
    width: 220px;
  }
}
.header-search-icon {
  cursor: pointer;
}
.header-search-icon:hover .has-search {
  color: var(--rs-theme-primary);
}
.header-search-icon:hover .has-close {
  color: var(--rs-theme-primary);
}
.header-search-icon i {
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .header-search-icon i {
    font-size: 17px;
  }
}
.header-search-icon .has-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.header-search-icon.icon-close .has-search {
  opacity: 0;
  visibility: hidden;
}
.header-search-icon.icon-close .has-close {
  opacity: 1;
  visibility: visible;
}
.header-search input {
  color: var(--rs-white);
  padding-inline-end: 40px;
  padding-inline-start: 15px;
  width: 100%;
  background: var(--rs-bg-primary);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 48px;
}
[dir=rtl] .header-search input {
  padding-inline-end: 40px;
}
.header-search input::placeholder {
  color: var(--rs-text-secondary);
  
}
.header-search button {
  position: absolute;
  right: 5px;
  font-size: 20px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #BEBEBE;
}
[dir=rtl] .header-search button {
  left: 20px;
}
.header-search button:hover {
  color: var(--rs-theme-primary);
}
.header-content {
  display: flex;
  align-items: center;
  position: relative;
  gap: 18px;
}
.header-inner.rs-sticky .header-menu > nav > ul > li > a {
  padding: 32px 0;
}
.header-inner.rs-sticky .header-search-inner {
  top: 56px;
}
@media only screen and (max-width: 1199px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 51px;
  }
}
@media only screen and (max-width: 480px) {
  .header-inner.rs-sticky .header-search-inner {
    top: 48px;
  }
}

.sidebar-toggle {
  cursor: pointer;
  padding: 12px 12px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 68%);
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .sidebar-toggle {
    height: 48px;
    width: 48px;
  }
}
.sidebar-toggle.is-transparent {
  background: transparent;
}

.header-bar-icon {
  width: 20px;
  height: 16px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.header-bar-icon span {
  width: 28px;
  height: 2px;
  background: var(--rs-white);
  display: inline-block;
  transition: color 0.2s ease-out;
  margin: 0 auto;
  margin-right: auto;
  margin-right: 0;
}
.header-bar-icon span:nth-child(1) {
  width: 20px;
  transition: all 0.3s linear;
}
.header-bar-icon span:nth-child(2) {
  width: 15px;
  transition: all 0.3s linear;
}
.header-bar-icon span:nth-child(3) {
  width: 20px;
  transition: all 0.3s linear;
}
.header-bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.header-bar-icon:hover span:nth-child(2) {
  animation-delay: 0.1s;
}
.header-bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}

.rs-sticky-header {
  position: fixed !important;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  z-index: 999;
  background: var(--rs-white);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
.rs-sticky-header.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

/* Menu index */
.main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.main-menu ul li ul.submenu li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu > ul {
  display: inline-flex;
  gap: 0 40px;
}
@media only screen and (max-width: 1366px) {
  .main-menu > ul {
    gap: 0 30px;
  }
}
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.main-menu > ul > li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 17px;
  
  line-height: 1;
  color: var(--rs-white);
  padding: 40px 0px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}
.main-menu .submenu {
    background-color: var(--rs-theme-secondary);
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    top: 100%;
    transform: scaleY(0);
    transition: all 0.5s ease;
    visibility: hidden;
    transform-origin: top center;
    /* padding-top: 12px; */
        border-top: 3px solid var(--rs-theme-primary);
    padding-bottom: 5px;
}
.main-menu .submenu ul {
  background-color: var(--rs-theme-secondary);
  width: 300px;
  position: absolute;
  inset-inline-start: 100%;
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu .submenu li {
  position: relative;
}
.main-menu .submenu li:last-child {
  padding-bottom: 0;
}
.main-menu .submenu li:first-child {
  padding-top: 0;
}
.main-menu .submenu li:hover > a {
  color: var(--rs-theme-primary);
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
font-size: 15px;
    color: #ffffff;
    display: block;
    transition: all 0.5s;
    text-align: start;
    cursor: pointer;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border-bottom: 1px dashed #fff8;
}
.main-menu .mega-menu {
  background-color: #2C2C2C;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  width: 1200px;
  margin: 0 auto;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  top: 100%;
  transform: scaleY(0);
  transition: all 0.5s ease;
  visibility: hidden;
  transform-origin: top center;
  padding: 30px 30px 30px 30px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 99;
}
@media only screen and (max-width: 1600px) {
  .main-menu .mega-menu {
    width: 1150px;
  }
}
.main-menu .mega-menu li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0;
}
.main-menu .mega-menu li a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .mega-menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-menu .mega-menu ul li:last-child {
  padding-bottom: 0;
}
.main-menu .mega-menu .active > a {
  color: var(--rs-theme-primary);
}
.main-menu .mega-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 50px;
  display: grid;
  width: 1010px;
}
.main-menu .mega-grid > li {
  position: relative;
}
.main-menu .mega-grid > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-inline-end: 1px solid #414D57;
  inset-inline-end: 0;
}
.main-menu .mega-grid > li:last-child::before {
  content: none;
}
.main-menu .rs-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .mega-menu-title a {
  display: inline-block;
  border-radius: 6px;
  font-size: 22px;
  margin-bottom: 0px;
  color: var(--rs-title-primary);
  
}
.main-menu .mega-menu-title a:hover {
  color: var(--rs-theme-primary);
}
.main-menu .rs-mega-menu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
.main-menu .mega-menu .title {
  pointer-events: none;
  
  color: var(--rs-white) !important;
  margin-bottom: 20px;
}
.main-menu .mega-grid-two {
  background-color: var(--rs-white);
  grid-template-columns: repeat(4, 1fr) 410px;
  display: grid;
  width: 1300px;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two {
    width: 1150px;
    grid-template-columns: repeat(4, 1fr) 300px;
  }
}
.main-menu .mega-grid-two > li {
  position: relative;
}
.main-menu .mega-grid-two > li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-inline-end: 1px solid var(--rs-border-primary);
  inset-inline-end: 0;
  top: 0;
}
.main-menu .mega-grid-two > li:nth-child(4)::before {
  content: none;
}
.main-menu .mega-grid-two > li:last-child::before {
  content: none;
}
.main-menu .mega-grid-two .title {
  color: var(--rs-title-primary) !important;
}
.main-menu .mega-grid-two li a {
  color: var(--rs-text-primary);
}
.main-menu .rs-mega-menu-left {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.main-menu .rs-mega-menu-right {
  background: var(--rs-bg-secondary);
  padding: 20px;
}
.main-menu .rs-mega-menu-right:hover .rs-mega-menu-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.main-menu .rs-mega-menu-right .mega-menu-title a {
  font-size: 20px;
  
  color: var(--rs-title-primary);
  padding: 0;
}
.main-menu .rs-mega-menu-desc {
  margin: 10px 0 10px 0;
}
.main-menu .rs-mega-menu-thumb {
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.main-menu .rs-mega-menu-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
  object-fit: cover;
  object-position: top center;
  height: 150px;
}
@media only screen and (max-width: 1366px) {
  .main-menu .rs-mega-menu-thumb img {
    height: 100%;
  }
}
.main-menu .rs-menu-item {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
.main-menu .rs-mega-menu-btn .rs-btn {
  font-size: 14px;
}
.main-menu .rs-mega-menu-btn .rs-btn .icon-box svg {
  width: 14px;
  height: 14px;
}

.main-menu li .has-arrow > a::after {
  position: absolute;
  inset-inline-end: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}
.main-menu li .has-arrow:hover a::after {
  transform: rotate(-90deg);
}
[dir=rtl] .main-menu li .has-arrow:hover a::after {
  transform: rotate(90deg);
}

.main-menu > ul > li:hover > a::after {
  transform: rotate(180deg);
  color: var(--rs-theme-primary);
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
}
.main-menu > ul > li.menu-item-has-children > a::after {
  
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  content: "\ea4e";
  font-family: var(--rs-ff-remixicon);
}
.main-menu ul li.rs-mega-menu.is-text-white.active > a {
  color: var(--rs-white);
}
.main-menu ul li.rs-mega-menu.is-text-white.active > a:hover {
  color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li:hover > a {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li a {
  color: rgba(255, 255, 255, 0.6);
}
.rs-header-area.has-bg-white .main-menu .submenu li a:hover {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .submenu li a.active {
  color: var(--rs-theme-primary);
}
.rs-header-area.has-bg-white .main-menu .mega-menu li a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-bg-white .main-menu > ul > li a {
  color: var(--rs-title-primary);
}
.rs-header-area.has-bg-white .main-menu > ul > li a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.6.2 Mobile Menu css
/*----------------------------------------*/
.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  margin-bottom: 30px;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--rs-white);
  text-decoration: none;
  font-size: 17px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  
  display: none !important;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--rs-white);
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  transition: none;
  padding-inline-start: 20px;
}
[dir=rtl] .mean-container .mean-nav ul.mega-menu {
  padding-inline-start: 22px;
  padding-inline-end: 0;
}

.mean-container .mean-nav .submenu {
  padding-inline-start: 20px;
}
.mean-container .mean-nav .submenu a {
  font-size: 17px;
}
.mean-container .mean-nav .mega-menu ul {
  padding-inline-start: 20px;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: start;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--rs-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 17px;
  line-height: 1.5;
  
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-primary);
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 2;
  background: transparent;
  border: none !important;
  font-size: 14px !important;
  margin-top: 8px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  color: var(--rs-black);
  line-height: 30px;
  
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-black);
}
.mean-container .mean-nav ul li a.mean-expand i,
.mean-container .mean-nav ul li span.mean-expand i {
  transition: all 0.3s ease-out 0s;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-primary);
  color: var(--rs-black);
  border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: #fff;
  transform: rotate(45deg);
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mobile-menu.mean-container .menu-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(43, 77, 255, 0.1215686275);
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.mobile-menu.mean-container .menu-item:hover {
  background: rgba(43, 77, 255, 0.0392156863);
}
.mobile-menu.mean-container .menu-item:hover .title {
  color: var(--rs-theme-primary);
}
.mobile-menu.mean-container .menu-item-has-children.dropdown-opened {
  border-bottom: 0;
}
.mobile-menu.mean-container .rs-mega-menu-btn {
  margin-bottom: 20px;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn {
  border-radius: 0;
  display: inline-flex;
  float: unset;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  height: unset;
  padding: unset;
  width: unset;
}
.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn .icon-box {
  width: unset;
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-thumb .image-link {
  padding: 0;
}
.mobile-menu.mean-container .rs-mega-menu-desc {
  margin-bottom: 10px;
}
.mobile-menu.mean-container .rs-mega-menu-right {
  padding: 10px 0 0;
}

@media only screen and (max-width: 1199px) {
  #mobile-menu-two {
    display: none;
  }
}

.mobile-menu.mean-container .onepage-menu li a.active {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.rs-sidebar-sticky {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-sidebar-sticky {
    position: relative;
    top: unset;
  }
}

.sidebar-widget {
  position: relative;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  padding: 30px 30px 38px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1600px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-widget {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sidebar-widget {
    padding: 10px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories ul li {
  list-style: none;
}
.sidebar-widget.widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-widget.widget-categories ul li a {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}
.sidebar-widget.widget-categories ul li a:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget.widget-categories-two {
  padding: 30px 30px 40px 30px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-categories-two {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget.widget-categories-two.has-content-none::before {
  content: none;
}
.sidebar-widget.widget-categories-two ul li {
  list-style: none;
}
.sidebar-widget.widget-categories-two ul li:not(:last-child) {
  margin-bottom: 12px;
}
.sidebar-widget.widget-categories-two ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(2, 1, 1, 0.09);
  padding: 12px 20px;
  background: var(--rs-white);
  border-radius: 6px;
  font-size: 17px;
}
.sidebar-widget.widget-categories-two ul li a:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-title-primary);
}
.sidebar-widget.widget-categories-two ul li i {
  font-size: 20px;
}
.sidebar-widget.widget-price-filter {
  overflow-x: clip;
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  padding-inline-end: 50px;
  background: var(--rs-white);
  border: 1px solid #ddd;
  height: 55px;
}
.sidebar-search-input input::placeholder {
  
}
.sidebar-search-input button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 17px;
  transform: translateY(-50%);
}
.sidebar-search-input button:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  padding-bottom: 12px;
}
.sidebar-widget-title::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  inset-inline-start: 0px;
  bottom: 0;
  background: #2B3944;
}
.sidebar-widget-title::after {
  content: "";
  width: 65px;
  height: 2px;
  position: absolute;
  inset-inline-start: 30px;
  bottom: 0;
  background: var(--rs-theme-primary);
}
.sidebar-widget-title.has-large {
  font-size: 36px;
}
@media only screen and (max-width: 575px) {
  .sidebar-widget-title.has-large {
    font-size: 30px;
  }
}
.sidebar-widget-title.has-border {
  position: relative;
  margin-bottom: 40px;
  border-inline-start: 2px solid var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.sidebar-blog-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-item {
    display: grid;
    grid-template-columns: auto;
  }
}
.sidebar-blog-item:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
}
.sidebar-blog-item:hover .sidebar-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-blog-thumb {
  overflow: hidden;
  flex: 0 0 auto;
  width: 85px;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-thumb {
    width: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.sidebar-blog-title {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 17px;
  }
}
.sidebar-blog-title a:hover {
  color: var(--rs-theme-primary);
}
.sidebar-blog-meta {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.sidebar-blog-meta i {
  color: var(--rs-theme-primary);
}
.sidebar-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(116, 116, 117, 0.141);
  background: transparent;
}
.sidebar-social a:hover {
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.2.4 Sidebar css
/*----------------------------------------*/
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tagcloud.has-bg-transparent {
  background: transparent;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 8px;
  padding: 30px;
}
.tagcloud.has-bg-transparent a {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--rs-white);
  background: var(--rs-bg-primary);
}
.tagcloud.has-bg-white a {
  background: var(--rs-white);
}
.tagcloud a {
  font-size: 17px;
  border: 1px solid var(--rs-border-primary);
  padding: 7px 15px;
  position: relative;
  transition: 0.3s;
  
  background: var(--rs-white);
  border-radius: 6px;
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 480px) {
  .tagcloud a {
    font-size: 14px;
    padding: 6px 13px;
  }
}
.tagcloud a:hover {
  color: var(--rs-title-primary);
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.4.1 Footer Style
/*----------------------------------------*/
.rs-footer-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-footer-one .rs-footer-top {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 30px;
  padding-top: 90px;
  padding-bottom: 60px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-top {
    grid-template-columns: 1fr;
  }
}
.rs-footer-one .rs-footer-logo {
  width: 180px;
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-logo {
    width: 140px;
  }
}
.rs-footer-one .rs-footer-content {
  display: grid;
  grid-template-columns: 550px auto ;
  border-top: 1px solid rgba(255, 255, 255, 0.082);
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-content {
    grid-template-columns: 550px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-content {
    grid-template-columns: auto;
  }
}
.rs-footer-one .rs-footer-widget-desc p{
  color:#fff;
  margin-bottom: 0px;
}
.rs-footer-one .rs-footer-widget-contact-info {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-widget-contact-info {
    margin-top: 25px;
  }
}
.rs-footer-one .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 20px;
  
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.rs-footer-one .rs-footer-widget-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  bottom: 0px;
}
.rs-footer-one .rs-footer-content-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-footer-one .rs-footer-social {
  gap: 20px;
}
.rs-footer-one .rs-footer-social a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}
.rs-footer-one .rs-footer-social a svg path {
  transition: 0.3s;
}
.rs-footer-one .rs-footer-social a:hover svg path {
  fill: var(--rs-theme-primary);
}
.rs-footer-one .rs-footer-content-item span,
.rs-footer-one .rs-footer-content-item a {
  font-size: 17px;
  color: #fff;
}
.rs-footer-one .rs-footer-content-item a:hover {
  color: var(--rs-theme-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: 330px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: auto;
    gap: 30px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-wrapper {
    padding-bottom: 55px;
  }
}
.rs-footer-one .rs-footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* align-items: center; */
  gap: 20px;
}

.rs-footer-one .rs-footer-left {
  padding-top: 70px;
  padding-bottom: 85px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  padding-inline-end: 70px;
  margin-inline-end: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 40px;
    margin-inline-end: 70px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 50px;
    margin-inline-end: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-left {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
    border-inline-end: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-left {
    padding: 70px 0;
  }
}
.rs-footer-one .rs-footer-right {
  padding: 70px 0;
}

.rs-footer-one .rs-footer-widget-link ul li {
  list-style: none;
  
  color: rgba(255, 255, 255, 0.7803921569);
}
.rs-footer-one .rs-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 25px;
}
.rs-footer-one .rs-footer-widget-link ul li a {
  position: relative;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover {
  color: var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.rs-footer-one .rs-footer-widget-link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-one .rs-footer-widget-link ul li a::before {
  content: "\f2e5";
  color: var(--rs-theme-primary);
  font-size: 18px;
  margin: 0;
  
  display: inline-block;
  font-family: var(--rs-ff-remixicon);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-one .rs-footer-subscribe-from {
  border-radius: 5px;
}
.rs-footer-one .rs-footer-subscribe-title {
  color: var(--rs-white);
  
}
.rs-footer-one .rs-cta-input {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-cta-input {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-cta-input {
    width: 100%;
  }
}
.rs-footer-one .rs-cta-input input {
  background: rgba(255, 255, 255, 0.0392156863);
  border-color: var(--rs-theme-secondary);
  height: 65px;
  padding-inline-end: 135px;
  color: var(--rs-white);
}
.rs-footer-one .rs-cta-input input::placeholder {
  color: var(--rs-white);
}
.rs-footer-one .rs-cta-input button {
  padding: 15px 20px;
  font-size: 17px;
  position: absolute;
  inset-inline-end: 6px;
  top: 6px;
  
}
@media only screen and (max-width: 480px) {
  .rs-footer-one .rs-cta-input button {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}
.rs-footer-one .rs-cta-input button .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-footer-one .rs-footer-brand {
  display: flex;
  justify-content: center;
  gap: 30px 55px;
  margin-top: 42px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-brand {
    flex-wrap: wrap;
    gap: 30px 30px;
  }
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb {
  cursor: pointer;
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb img {
  opacity: 0.5;
}
.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb:hover img {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .footer-1-col-3 {
    margin-inline-start: 0px;
  }
}
.rs-footer-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-footer-two .rs-footer-widget-desc {
  color: rgba(255, 255, 255, 0.43);
  margin-bottom: 0px;
  margin-top: 30px;
}
.rs-footer-two .rs-footer-widget-contact-info {
  margin-bottom: 45px;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-widget-contact-info {
    margin-bottom: 35px;
    margin-top: 25px;
  }
}
.rs-footer-two .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 20px;
  
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.rs-footer-two .rs-footer-widget-title::before {
  position: absolute;
  content: "";
  width: 148px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
}
.rs-footer-two .rs-footer-widget-title::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  background: var(--rs-white);
  inset-inline-start: 0;
  bottom: 0px;
}
.rs-footer-two .rs-footer-content-item:not(:last-child) {
  margin-bottom: 18px;
}
.rs-footer-two .rs-footer-social a {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.06);
}
.rs-footer-two .rs-footer-social a svg path {
  transition: 0.3s;
}
.rs-footer-two .rs-footer-social a:hover {
  background: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-social a:hover svg path {
  fill: var(--rs-theme-secondary);
}
.rs-footer-two .rs-footer-content-item span,
.rs-footer-two .rs-footer-content-item a {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4392156863);
}
.rs-footer-two .rs-footer-content-item a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-wrapper {
  display: grid;
  grid-template-columns: 500px auto;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-two .rs-footer-wrapper {
    grid-template-columns: 400px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-footer-wrapper {
    grid-template-columns: 330px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-wrapper {
    grid-template-columns: auto;
    gap: 30px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-wrapper {
    padding-bottom: 55px;
  }
}
.rs-footer-two .rs-footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-widget-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-footer-two .rs-footer-widget-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-footer-two .rs-footer-left {
  padding-top: 100px;
  padding-bottom: 200px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  padding-inline-end: 100px;
  margin-inline-end: 115px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-two .rs-footer-left {
    padding-inline-end: 70px;
    margin-inline-end: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-footer-left {
    padding-inline-end: 40px;
    margin-inline-end: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-left {
    padding-inline-end: 0px;
    margin-inline-end: 0px;
    border-inline-end: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-left {
    padding-top: 60px;
  }
}
.rs-footer-two .rs-footer-right {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-footer-right {
    padding-top: 0;
  }
}
.rs-footer-two .rs-footer-widget-link ul li {
  list-style: none;
  
  color: rgba(255, 255, 255, 0.43);
}
.rs-footer-two .rs-footer-widget-link ul li:not(:last-child) {
  margin-bottom: 20px;
}
.rs-footer-two .rs-footer-widget-link ul li a {
  position: relative;
  transition: 0.5s;
}
.rs-footer-two .rs-footer-widget-link ul li a:hover {
  color: var(--rs-theme-primary);
  padding-inline-start: 20px;
}
.rs-footer-two .rs-footer-widget-link ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-two .rs-footer-widget-link ul li a::before {
  content: "\f2e5";
  color: var(--rs-theme-primary);
  font-size: 18px;
  margin: 0;
  
  display: inline-block;
  font-family: var(--rs-ff-remixicon);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-two .rs-footer-subscribe-from {
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 70px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-subscribe-from {
    margin-top: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-footer-two .rs-footer-subscribe-from {
    padding-bottom: 24px;
  }
}
.rs-footer-two .rs-footer-subscribe-title {
  color: var(--rs-white);
  
}
.rs-footer-two .rs-cta-input {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-cta-input {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-two .rs-cta-input {
    width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-cta-input {
    width: 100%;
  }
}
.rs-footer-two .rs-cta-input input {
  background: var(--rs-theme-secondary);
  border-color: var(--rs-theme-secondary);
  height: 54px;
  padding-inline-end: 140px;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-footer-two .rs-cta-input input {
    padding-inline-end: 25px;
  }
}
.rs-footer-two .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}
.rs-footer-two .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-footer-two .rs-cta-input button {
    position: static;
    margin-top: 10px;
    width: 100%;
    padding: 10px 16px;
  }
}
.rs-footer-two .rs-cta-input button .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-footer-two .rs-footer-widget-logo {
  width: 180px;
}
@media only screen and (max-width: 575px) {
  .rs-footer-two .rs-footer-widget-logo {
    width: 140px;
  }
}
.rs-footer-two .rs-footer-brand {
  display: flex;
  justify-content: center;
  gap: 30px 55px;
  margin-top: 42px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-footer-two .rs-footer-brand {
    flex-wrap: wrap;
    gap: 30px 30px;
  }
}
.rs-footer-two .rs-footer-brand .rs-footer-brand-thumb {
  cursor: pointer;
}
.rs-footer-two .rs-footer-brand .rs-footer-brand-thumb img {
  opacity: 0.5;
}
.rs-footer-two .rs-footer-brand .rs-footer-brand-thumb:hover img {
  opacity: 1;
}

/*----------------------------------------*/
/*  3.4.2 Copyright Style
/*----------------------------------------*/
.rs-copyright-one {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.082);
}
.rs-copyright-one .rs-footer-copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .rs-copyright-one .rs-footer-copyright-wrapper {
    justify-content: center;
  }
}
.rs-copyright-one .rs-footer-copyright a {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright p {
  color: #fff;
  text-align: center;
}
.rs-copyright-one .rs-footer-copyright-left {
  display: flex;
  align-items: center;
  gap: 28px;
}
.rs-copyright-two {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.082);
}
.rs-copyright-two .rs-footer-copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .rs-copyright-two .rs-footer-copyright-wrapper {
    justify-content: center;
  }
}
.rs-copyright-two .rs-footer-copyright a {
  color: var(--rs-theme-primary);
}
.rs-copyright-two .rs-footer-copyright a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-two .rs-footer-copyright p {
  color: #BFC4C7;
  text-align: center;
}
.rs-copyright-two .rs-footer-copyright-link a {
  font-size: 17px;
  color: #BFC4C7;
}
.rs-copyright-two .rs-footer-copyright-link a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-two .rs-footer-copyright-left {
  display: flex;
  align-items: center;
  gap: 10px 28px;
  flex-wrap: wrap;
}

.rs-about-five {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.rs-about-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 340px);
  bottom: 0;
  left: 0;
  background: var(--rs-theme-secondary);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five::before {
    content: none;
  }
}
.rs-about-five .rs-about-list-desc {
  font-size: 17px;
  
  color: var(--rs-white);
}
.rs-about-five .rs-about-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-list-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.rs-about-five .rs-about-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-about-five .rs-about-list-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-five .rs-about-list-icon svg {
  width: 12px;
  height: 12px;
}
.rs-about-five .rs-about-list-icon svg path {
  fill: var(--rs-white);
}
.rs-about-five .rs-about-thumb {
  position: relative;
  z-index: 1;
  margin: 17px;
}
.rs-about-five .rs-about-thumb::before {
  position: absolute;
  content: "";
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  background: var(--rs-theme-secondary);
  top: -17px;
  left: -17px;
  border-radius: 6px;
  z-index: -1;
}
.rs-about-five .rs-about-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-thumb img {
    height: auto;
  }
}
.rs-about-five .rs-about-wrapper {
display: grid;
    grid-template-columns: 550px auto;
    gap: 30px;
    position: relative;
    z-index: 1;
    background: url(/asset/images/blackbg.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 40px 30px;
    border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: 450px auto;
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-about-five .rs-about-meta-wrapper {
  background: var(--rs-theme-primary);
  width: 432px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px 0px 6px 0px;
  position: absolute;
  bottom: 0px;
  inset-inline-end: 0px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-about-five .rs-about-meta-wrapper {
    width: 350px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-meta-wrapper {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-meta-wrapper {
    position: relative;
    bottom: unset;
    inset-inline-end: unset;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-meta-wrapper {
    padding-top: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
[dir=rtl] .rs-about-five .rs-about-meta-wrapper {
  border-radius: 0px 6px 0px 6px;
}
.rs-about-five .rs-about-meta-title {
  font-size: 22px;
  text-decoration: underline;
}
@media only screen and (max-width: 575px) {
  .rs-about-five .rs-about-meta-title {
    font-size: 20px;
  }
}
.rs-about-five .rs-about-meta-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}


/*----------------------------------------*/
/*  4.7 call to action css
/*----------------------------------------*/
.rs-cta-one {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.rs-cta-one .rs-cta-icon {
  background-color: var(--rs-theme-primary);
  width: 17px;
  min-width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .rs-cta-one .rs-cta-icon {
    display: none;
  }
}
.rs-cta-one .rs-cta-icon svg path {
  fill: var(--rs-black);
}
.rs-cta-one .rs-cta-content {
  font-size: 14px;
  
}
.rs-cta-one .rs-cta-content p {
  font-size: 14px;
  
}
@media only screen and (max-width: 575px) {
  .rs-cta-one .rs-cta-content p {
    text-align: center;
  }
}
.rs-cta-one .rs-cta-content p a {
  text-decoration: underline;
  display: inline-block;
  color: var(--rs-title-primary);
}
.rs-cta-one .rs-cta-content p a:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-one .rs-cta-content-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.rs-cta-two {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.rs-cta-two .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-cta-two .rs-cta-wrapper {
  border-radius: 6px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 65px;
  padding-inline-end: 65px;
  background: var(--rs-bg-primary);
  display: grid;
  grid-template-columns: 1fr 365px;
  gap: 30px 230px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two .rs-cta-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two .rs-cta-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-cta-two .rs-cta-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-cta-two .rs-cta-title {
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-cta-two .rs-cta-input input {
  background: rgba(2, 1, 1, 0.16);
  border: 0;
  height: 66px;
  padding-inline-start: 50px;
  padding-inline-end: 150px;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input input {
    padding-inline-end: 20px;
  }
}
.rs-cta-two .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rs-cta-two .rs-cta-input {
  position: relative;
}
.rs-cta-two .rs-cta-input button {
  padding: 7px 16px;
  font-size: 14px;
  
  position: absolute;
  inset-inline-end: 15px;
  top: 15px;
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input button {
    position: relative;
    top: unset;
    inset-inline-end: unset;
    margin-top: 10px;
    width: 100%;
    padding: 12px 26px;
  }
}
.rs-cta-two .rs-cta-input .icon-box svg {
  width: 12px;
  height: 12px;
}
.rs-cta-two .rs-cta-input .icon-box svg path {
  fill: var(--rs-title-primary);
}
.rs-cta-two .rs-cta-icon {
  position: absolute;
}
.rs-cta-two .rs-cta-icon svg {
  width: 16px;
}
.rs-cta-two .rs-cta-icon {
  position: absolute;
  top: 30px;
  inset-inline-start: 15px;
  transform: translateY(-50%);
}
.rs-cta-two .rs-cta-meta-title {
  color: var(--rs-white);
  font-size: 22px;
}
@media only screen and (max-width: 575px) {
  .rs-cta-two .rs-cta-meta-title {
    font-size: 20px;
  }
}
.rs-cta-two .rs-cta-desc {
  color: rgba(255, 255, 255, 0.9);
}
.rs-cta-two .rs-cta-content-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.rs-cta-three {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .rs-cta-three {
    margin-top: 0;
  }
}
.rs-cta-three .rs-cta-wrapper {
  background: var(--rs-theme-primary);
  display: grid;
  grid-template-columns: 347px auto;
  align-items: center;
  padding-inline-start: 80px;
  padding-inline-end: 80px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-three .rs-cta-wrapper {
    grid-template-columns: 320px auto;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-cta-three .rs-cta-wrapper {
    grid-template-columns: 280px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 30px;
    gap: 30px;
  }
}
.rs-cta-three .rs-cta-thumb {
  margin-top: -80px;
}
[dir=rtl] .rs-cta-three .rs-cta-thumb {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-thumb {
    margin-top: 0;
  }
}
.rs-cta-three .rs-cta-shape {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
[dir=rtl] .rs-cta-three .rs-cta-shape {
  transform: rotateY(180deg);
}
.rs-cta-three .rs-cta-rotate-btn {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-rotate-btn {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .section-title-wrapper {
    text-align: center;
  }
}
.rs-cta-three .rs-rotate-btn {
  width: 186px;
  height: 186px;
  position: relative;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
  background: var(--rs-white);
  border-radius: 50%;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 50% 110px;
  display: inline-block;
}
.rs-cta-three .rs-rotate-btn:hover .rs-circle-btn svg {
  transform: rotate(45deg);
}
.rs-cta-three .rs-meta-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
}
.rs-cta-three .rs-text-circle {
  animation: unset;
  transform: rotate(-90deg);
}
.rs-cta-three .rs-text-circle span {
  font-size: 14px;
}
.rs-cta-three .rs-cta-content-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 40px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-three .rs-cta-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-three .rs-cta-content-wrapper {
    grid-template-columns: auto;
    gap: 20px 30px;
  }
}
.rs-cta-three .rs-circle-btn {
  padding: unset;
  width: unset;
  height: unset;
  background: transparent;
}
.rs-cta-three .rs-circle-btn svg {
  width: 40px;
  height: 40px;
}
.rs-cta-four {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.rs-cta-four .rs-cta-icon {
  background-color: var(--rs-theme-primary);
  width: 17px;
  min-width: 17px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .rs-cta-four .rs-cta-icon {
    display: none;
  }
}
.rs-cta-four .rs-cta-content {
  font-size: 14px;
  
}
.rs-cta-four .rs-cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  
}
@media only screen and (max-width: 575px) {
  .rs-cta-four .rs-cta-content p {
    text-align: center;
  }
}
.rs-cta-four .rs-cta-content p a {
  text-decoration: underline;
  display: inline-block;
}
.rs-cta-four .rs-cta-content p a:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-four .rs-cta-content-wrapper {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
  backdrop-filter: blur(21px);
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-inline: 15px;
}
.rs-cta-five {
  padding-top: 70px;
  padding-bottom: 70px;
  background: var(--rs-theme-primary);
}
@media only screen and (max-width: 991px) {
  .rs-cta-five {
    padding-top: 60px;
  }
}
.rs-cta-five .rs-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}



.rs-contact-four {
  position: relative;
  z-index: 1;
}
.rs-contact-four .rs-contact-meta-icon svg {
  width: 16px;
  height: 16px;
}
.rs-contact-four .rs-contact-meta-icon svg path {
  fill: var(--rs-white);
}
.rs-contact-four .rs-contact-meta-content {
  color: var(--rs-white);
}
.rs-contact-four .rs-contact-meta-content a:hover {
  color: var(--rs-title-primary);
}
.rs-contact-four .rs-contact-wrapper {
  display: grid;
  grid-template-columns: 800px auto;
  gap: 30px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: 680px auto;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-four .rs-contact-wrapper {
    grid-template-columns: auto;
  }
}
.rs-contact-four .rs-contact-form {
  padding-inline-end: 40px;
  padding-inline-start: 40px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: var(--rs-bg-secondary);
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 40px;
    padding-inline-start: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-form {
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.rs-contact-four .rs-contact-input-box {
  margin-bottom: 20px;
}
.rs-contact-four .rs-contact-form-title {
  margin-bottom: 17px;
}
.rs-contact-four .rs-contact-input input,
.rs-contact-four .rs-contact-input select {
  height: 50px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input input::placeholder {
  color: var(--rs-title-primary);
  
}
.rs-contact-four .rs-contact-input textarea {
  height: 174px;
  border-radius: 3px;
  padding: 15px 20px;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input textarea::placeholder {
  color: var(--rs-title-primary);
  
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-contact-input textarea {
    margin-top: 20px;
  }
}
.rs-contact-four .rs-contact-input .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  background: var(--rs-white);
}
.rs-contact-four .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-four .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-four .rs-contact-list {
  padding: 40px;
  border-radius: 6px;
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-four .rs-contact-list {
    padding: 30px;
  }
}
.rs-contact-four .rs-contact-list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  /* flex-wrap: wrap; */
}
.rs-contact-four .rs-contact-list li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-contact-four .rs-contact-list-content .label {
  font-size: 24px;
  display: block;
  color: var(--rs-title-primary);
  
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-four .rs-contact-list-content .label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-four .rs-contact-list-content .label {
    font-size: 20px;
  }
}
.rs-contact-four .rs-contact-list-content a {
  font-size: 17px;
  color: #000 !important;
}
.rs-contact-four .rs-contact-list-content a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-four .rs-contact-icon {
  width: 75px;
  min-width: 75px;
  height: 75px;
  padding: 20px;
  background: var(--rs-theme-secondary);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-contact-four .rs-contact-icon svg {
  width: 32px;
  height: 32px;
}
.rs-contact-four .rs-contact-icon svg path {
  fill: var(--rs-theme-primary);
}

.rs-map-one {
  line-height: 0;
}
.rs-map-one .rs-google-map iframe {
  width: 100%;
  height: 575px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 1600px) {
  .rs-map-one .rs-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-map-one .rs-google-map iframe {
    height: 250px;
  }
}


/*----------------------------------------*/
/*   4.10 feature css
/*----------------------------------------*/
.rs-feature-one {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.rs-feature-one .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-one .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-one .rs-feature-item {
  background: url(/asset/images/blackbg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 5px;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-black);
}
.rs-feature-one .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.rs-feature-one .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-one .rs-feature-desc {
  color: rgb(255 255 255);
}
.rs-feature-one .rs-feature-icon {
  background: rgba(255, 255, 255, 0.0509803922);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.rs-feature-one .rs-feature-icon img {
  width: 50px;
  transition: all linear 0.3s;
}
.rs-feature-one .rs-feature-icon img{
  fill: var(--rs-theme-primary);
  transition: all 0.5s ease-in-out;
}
.rs-feature-one .rs-feature-line {
  width: 300px;
  position: relative;
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 20px;
  border-color:rgb(255 255 255);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-line {
    width: 100%;
  }
}
.rs-feature-one .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 5px;
  bottom: -1px;
}
.rs-feature-two {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-feature-two {
    border-bottom: 0;
  }
}
.rs-feature-two .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-two .rs-feature-shape {
  position: absolute;
  inset-inline-end: 40px;
  top: 40px;
}
.rs-feature-two .rs-feature-item {
  padding-top: 40px;
  padding-bottom: 33px;
  padding-inline-start: 35px;
  padding-inline-end: 35px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .rs-feature-two .rs-feature-item {
    padding-top: 30px;
    padding-bottom: 28px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-two .rs-feature-item {
    border-bottom: 1px solid var(--rs-border-primary);
  }
  .rs-feature-two .rs-feature-item:last-child {
    border-top: 1px solid var(--rs-border-primary);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-two .rs-feature-item:nth-child(2) {
    border-top: 1px solid var(--rs-border-primary);
  }
}
.rs-feature-two .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-two .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-two .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-feature-two .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-theme-secondary);
  transition: 0.5s;
  border-radius: 3px;
}
.rs-feature-two .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-two .rs-feature-icon svg path {
  fill: var(--rs-theme-primary);
  transition: 0.5s;
}
.rs-feature-two .rs-feature-title {
  margin-bottom: 15px;
}
.rs-feature-two .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 22px;
}
.rs-feature-three .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 486px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-three .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-three .rs-feature-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-three .rs-feature-wrapper {
    grid-template-columns: auto;
  }
}
.rs-feature-three .rs-feature-more-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-three .rs-feature-more-btn {
    margin-top: 30px;
  }
}
.rs-feature-three .rs-feature-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-three .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-secondary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-three .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-three .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-item:first-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.rs-feature-three .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
.rs-feature-three .rs-feature-item:nth-child(5) {
  margin-bottom: 0px;
}
.rs-feature-three .rs-feature-item:nth-child(6) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-three .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
.rs-feature-three .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-feature-three .rs-feature-thumb {
  width: 90px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 5px;
}
.rs-feature-three .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-three .rs-feature-title {
  color: var(--rs-white);
  transition: unset;
}
.rs-feature-three .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-three .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-three .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
.rs-feature-three .rs-feature-btn .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-feature-three .section-desc {
  color: var(--rs-white);
  font-size: 17px;
}
.rs-feature-four {
  position: relative;
  z-index: 1;
}
.rs-feature-four .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-four .rs-feature-wrapper {
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(42, 45, 45, 0.3) 0%, rgba(42, 45, 45, 0.3) 100%);
  backdrop-filter: blur(21px);
  border-radius: 0px 0px 0px 6px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-feature-four .rs-feature-title {
  color: var(--rs-white);
  letter-spacing: 0.01em;
}
.rs-feature-four .rs-feature-desc {
  color: rgba(255, 255, 255, 0.8);
}
.rs-feature-four .rs-feature-icon {
  background: var(--rs-white);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.rs-feature-four .rs-feature-icon svg {
  width: 44px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-four .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
  transition: all 0.5s ease-in-out;
}
.rs-feature-four .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 19px;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-line {
    width: 100%;
  }
}
.rs-feature-four .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-four .rs-feature-number {
  font-size: 17px;
  
  color: var(--rs-white);
}
.rs-feature-four .rs-feature-icon-info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.rs-feature-four .rs-feature-item {
  padding-top: 50px;
  padding-inline-start: 45px;
  padding-bottom: 43px;
  padding-inline-end: 45px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-item {
    padding-top: 30px;
    padding-inline-start: 30px;
    padding-bottom: 25px;
    padding-inline-end: 30px;
  }
}
.rs-feature-four .rs-feature-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-secondary);
  top: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item:not(:last-child)::before {
    content: none;
  }
}
.rs-feature-four .rs-feature-item:nth-child(2) {
  padding-inline-start: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-item:nth-child(2) {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:nth-child(2)::before {
    content: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-item:nth-child(2) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item:nth-child(2) {
    padding-top: 0;
  }
}
.rs-feature-four .rs-feature-item:nth-child(3) {
  padding-inline-start: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-four .rs-feature-item:nth-child(3) {
    padding-top: 0;
  }
}
.rs-feature-five .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 486px auto;
  gap: 30px 70px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-five .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-five .rs-feature-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-wrapper {
    grid-template-columns: auto;
  }
}
.rs-feature-five .rs-feature-more-btn {
  margin-top: 42px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-more-btn {
    margin-top: 30px;
  }
}
.rs-feature-five .rs-feature-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-five .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-secondary);
  margin-bottom: 15px;
  padding-bottom: 15px;
  gap: 15px;
}
.rs-feature-five .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-five .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-five .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-five .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-item:first-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.rs-feature-five .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-secondary);
  padding-top: 15px;
}
.rs-feature-five .rs-feature-item:nth-child(5) {
  margin-bottom: 0px;
}
.rs-feature-five .rs-feature-item:nth-child(6) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .rs-feature-five .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
.rs-feature-five .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-feature-five .rs-feature-thumb {
  width: 90px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 5px;
}
.rs-feature-five .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-five .rs-feature-title {
  
  color: var(--rs-white);
  transition: unset;
}
.rs-feature-five .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-five .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-five .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}
.rs-feature-five .rs-feature-btn .rs-btn .icon-box svg path {
  fill: var(--rs-white);
}
.rs-feature-five .section-desc {
  color: var(--rs-white);
  font-size: 17px;
}
.rs-feature-six {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-secondary);
}
.rs-feature-six .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.082);
  border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}
@media only screen and (max-width: 1366px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-six .rs-feature-item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 20px;
  padding-inline-end: 30px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-item {
    padding-inline-end: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item {
    border-inline-end: 0;
  }
}
.rs-feature-six .rs-feature-item:last-child {
  border-inline-end: 0;
  padding-inline-start: 40px;
  padding-inline-end: 0px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-item:last-child {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.082);
  }
}
.rs-feature-six .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-six .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-number {
  color: var(--rs-theme-primary);
}
.rs-feature-six .rs-feature-item:nth-child(1) {
  padding-inline-start: 0px;
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:nth-child(1) {
    padding-inline-end: 0;
  }
}
.rs-feature-six .rs-feature-item:nth-child(2) {
  padding-inline-end: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-item:nth-child(2) {
    padding-inline-end: 0px;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:nth-child(2) {
    padding-inline-end: 0px;
    padding-inline-start: 0;
  }
}
.rs-feature-six .rs-feature-item:nth-child(3) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-item:nth-child(3) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-item:nth-child(3) {
    padding-inline-end: 0;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-item:nth-child(3) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:nth-child(3) {
    padding-inline-end: 0px;
    border-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-six .rs-feature-item:nth-child(4) {
  padding-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-six .rs-feature-item:nth-child(4) {
    padding-inline-end: 0px;
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-item:nth-child(4) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-item:nth-child(4) {
    padding-inline-start: 25px;
    padding-inline-end: 0px;
    border-inline-end: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:nth-child(4) {
    padding-inline-start: 0px;
    padding-inline-end: 0;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-feature-six .rs-feature-item:nth-child(5) {
    padding-inline-start: 0px;
    padding-inline-end: 25px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-item:nth-child(5) {
    padding-inline-start: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-six .rs-feature-item:nth-child(5) {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-feature-six .rs-feature-item:nth-child(5) {
    border-inline-end: 0;
    padding-inline-end: 0;
    padding-top: 30px;
  }
}
.rs-feature-six .rs-feature-line {
  width: 145px;
  position: relative;
  display: inline-block;
  margin-top: 23px;
  margin-bottom: 13px;
  border-color: rgb(255 255 255 / 48%);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.rs-feature-six .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-six .rs-feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.0705882353);
  transition: 0.5s;
  padding: 6px;
  border-radius: 3px;
}
.rs-feature-six .rs-feature-icon svg {
  width: 44px;
  height: 44px;
}
.rs-feature-six .rs-feature-icon svg path {
  fill: var(--rs-theme-primary);
  transition: 0.5s;
}
.rs-feature-six .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-six .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 22px;
}
.rs-feature-six .rs-feature-desc,
.rs-feature-six .rs-feature-desc p{
  color: #fff;
}
.rs-feature-six .rs-feature-number {
font-size: 50px;
    
    display: inline-block;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 26%);
    stroke: rgb(255 255 255 / 24%);
    color: rgb(0 0 0 / 0%);
    position: absolute;
    top: 10px;
    inset-inline-end: 20px;
    line-height: 0.9;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .rs-feature-six .rs-feature-number {
    font-size: 40px;
  }
}
.rs-feature-seven {
  overflow-x: clip;
}
.rs-feature-seven .rs-feature-wrapper {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 30px 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-seven .rs-feature-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: 1fr 450px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-wrapper {
    grid-template-columns: 1fr;
  }
}
.rs-feature-seven .rs-feature-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rs-feature-seven .rs-feature-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-feature-seven .rs-feature-thumb img {
  width: 100%;
  transition: unset;
}
.rs-feature-seven .rs-section-desc {
  max-width: 590px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-section-desc {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.rs-feature-seven .rs-feature-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rs-feature-seven .rs-feature-list-item {
  display: flex;
  gap: 25px;
  position: relative;
  background: var(--rs-bg-secondary);
  padding-top: 30px;
  padding-bottom: 25px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-seven .rs-feature-list-item {
    flex-wrap: wrap;
  }
}
.rs-feature-seven .rs-feature-list-item:hover .rs-feature-list-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-seven .rs-feature-list-item:hover .rs-feature-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-seven .rs-feature-list-item:hover .rs-feature-list-icon svg path {
  fill: var(--rs-black);
}
.rs-feature-seven .rs-feature-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-theme-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: 0.5s;
}
.rs-feature-seven .rs-feature-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-seven .rs-feature-list-icon svg path {
  fill: var(--rs-theme-primary);
  transition: 0.3s;
}
.rs-feature-seven .rs-feature-list-title {
  margin-bottom: 12px;
}
.rs-feature-eight {
  position: relative;
  z-index: 1;
}
.rs-feature-eight .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--rs-bg-secondary);
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-eight .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-eight .rs-feature-item {
  background: var(--rs-bg-secondary);
  padding-top: 35px;
  padding-bottom: 30px;
  padding-inline-start: 45px;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-eight .rs-feature-item {
    padding-inline-start: 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight .rs-feature-item {
    border-inline-end: 1px solid var(--rs-border-primary);
    border-top: 1px solid var(--rs-border-primary);
  }
}
@media only screen and (max-width: 480px) {
  .rs-feature-eight .rs-feature-item {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-primary);
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-skew 0.6s;
}
.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-black);
}
.rs-feature-eight .rs-feature-item:not(:last-child) {
  border-inline-end: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .rs-feature-eight .rs-feature-item:nth-child(2) {
    border-inline-end: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-eight .rs-feature-item:first-child {
    border-inline-end: 0;
    border-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-eight .rs-feature-item:last-child {
    border-inline-end: 0;
  }
}
.rs-feature-eight .rs-feature-icon {
  background: var(--rs-bg-primary);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.rs-feature-eight .rs-feature-icon svg {
  width: 44px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-feature-eight .rs-feature-icon svg path {
  fill: var(--rs-theme-primary);
  transition: all 0.5s ease-in-out;
}
.rs-feature-eight .rs-feature-line {
  width: 200px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  border-color: rgba(0, 0, 0, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-eight .rs-feature-line {
    width: 100%;
  }
}
.rs-feature-eight .rs-feature-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-primary);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-feature-eight .rs-feature-desc {
  max-width: 330px;
}
.rs-feature-eight .rs-feature-number {
  
  color: rgba(89, 88, 93, 0.27);
  text-transform: uppercase;
}
.rs-feature-eight .rs-feature-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-feature-nine {
  position: relative;
  z-index: 1;
}
.rs-feature-nine .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  align-items: center;
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-nine .rs-feature-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .rs-feature-nine .rs-feature-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-feature-nine .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 470px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.rs-feature-nine .rs-feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 10px;
  padding-bottom: 10px;
  gap: 15px;
}
.rs-feature-nine .rs-feature-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-feature-nine .rs-feature-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-feature-nine .rs-feature-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-primary);
}
.rs-feature-nine .rs-feature-item:hover .rs-feature-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-feature-nine .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-theme-primary);
}
.rs-feature-nine .rs-feature-item:first-child {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:first-child {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
}
.rs-feature-nine .rs-feature-item:nth-child(2) {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-item:nth-child(2) {
    border-bottom: 0;
  }
}
.rs-feature-nine .rs-feature-item:nth-child(3) {
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-item:nth-child(5) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-item:nth-child(6) {
    padding-top: 15px;
  }
}
.rs-feature-nine .rs-feature-item:nth-child(7) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:nth-child(7) {
    padding-top: 15px;
  }
}
.rs-feature-nine .rs-feature-item:nth-child(8) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:nth-child(8) {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-feature-nine .rs-feature-item:nth-child(8) {
    padding-top: 0px;
  }
}
.rs-feature-nine .rs-feature-item:nth-child(9) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-feature-nine .rs-feature-item:nth-child(9) {
    margin-bottom: 15px;
  }
}
.rs-feature-nine .rs-feature-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-feature-nine .rs-feature-thumb {
  width: 90px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
  border-radius: 5px;
}
.rs-feature-nine .rs-feature-thumb img {
  width: 100%;
  transition: all 0.8s ease;
  transform: scale(1.02);
}
.rs-feature-nine .rs-feature-title {
  
  transition: unset;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-nine .rs-feature-title {
    font-size: 18px;
  }
}
.rs-feature-nine .rs-feature-title:hover {
  color: var(--rs-theme-primary);
}
.rs-feature-nine .rs-feature-btn {
  display: flex;
  align-items: center;
}
.rs-feature-nine .rs-feature-btn .rs-btn .icon-box svg {
  width: 18px;
  height: 18px;
}

/*----------------------------------------*/
/*  4.30 work
/*----------------------------------------*/
.rs-working-one .rs-working-sec-wrapper {
  display: grid;
  grid-template-columns: 580px 450px;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-sec-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-one .rs-working-sec-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-one .rs-working-sec-cta {
  margin-top: 0;
}
.rs-working-one .rs-working-sec-cta .rs-cta-content-wrapper {
  justify-content: start;
}
.rs-working-one .rs-working-sec-thumb {
  margin-bottom: 20px;
}
.rs-working-one .rs-working-sec-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rs-working-one .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .rs-working-one .rs-working-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-one .rs-working-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-one .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-one .rs-working-item {
  background: var(--rs-bg-primary);
  padding-top: 40px;
  padding-bottom: 33px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 5px;
}
.rs-working-one .rs-working-item:hover .rs-working-icon {
  background: var(--rs-theme-primary);
}
.rs-working-one .rs-working-item:hover .rs-working-icon svg {
  animation: rs-skew 0.6s;
}
.rs-working-one .rs-working-item:hover .rs-working-icon svg path {
  fill: var(--rs-black);
}
.rs-working-one .rs-working-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.rs-working-one .rs-working-icon {
  background: rgba(255, 255, 255, 0.0509803922);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}
.rs-working-one .rs-working-icon svg {
  width: 35px;
  height: 35px;
  transition: all linear 0.3s;
}
.rs-working-one .rs-working-icon svg path {
  fill: var(--rs-theme-primary);
  transition: all 0.5s ease-in-out;
}
.rs-working-one .rs-working-title {
  color: var(--rs-white);
  font-size: 22px;
  margin-bottom: 15px;
}
.rs-working-one .rs-working-number {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-theme-primary);
  stroke: var(--rs-theme-primary);
  font-size: 70px;
  
  color: rgba(2, 1, 1, 0);
  opacity: 0.2;
  display: inline-block;
  line-height: 0.85;
}
@media only screen and (max-width: 575px) {
  .rs-working-one .rs-working-number {
    font-size: 60px;
  }
}
.rs-working-one .rs-working-desc {
  color: rgba(255, 255, 255, 0.78);
}
.rs-working-one .rs-working-line {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.14);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-one .rs-working-line {
    width: 100%;
  }
}
.rs-working-one .rs-working-line::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-white);
  inset-inline-start: 0;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.rs-working-two {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-working-two .rs-working-shape {
  position: absolute;
  top: 0;
  inset-inline-end: 40px;
  animation: rs-left-right 2s alternate infinite;
}
@media only screen and (max-width: 767px) {
  .rs-working-two .rs-working-shape {
    display: none;
  }
}
.rs-working-two .rs-working-list-desc {
  font-size: 17px;
  
  color: var(--rs-theme-secondary);
}
.rs-working-two .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .rs-working-two .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    margin-bottom: 40px;
  }
}
.rs-working-two .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-two .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-two .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-two .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-two .rs-progress-sec-title {
  position: relative;
  display: inline-flex;
  margin-bottom: 35px;
  padding-bottom: 10px;
  font-size: 24px;
}
.rs-working-two .rs-progress-sec-title::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--rs-border-primary);
  bottom: 0;
  height: 1px;
}
.rs-working-two .rs-progress-sec-title::after {
  position: absolute;
  content: "";
  width: 70px;
  background: var(--rs-theme-secondary);
  inset-inline-start: 0;
  height: 2px;
  bottom: 0;
  transition: 0.6s;
}
.rs-working-two .rs-working-thumb {
  position: relative;
  z-index: 1;
}
.rs-working-two .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
}
.rs-working-two .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--rs-bg-secondary);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-inline-start: 60px;
  padding-inline-end: 60px;
  gap: 30px 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-two .rs-working-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-two .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-two .single-progress:not(:last-child) {
  margin-bottom: 18px;
}
.rs-working-two .progress-title {
  font-size: 14px;
  
}
.rs-working-two .progress-top {
  margin-bottom: 13px;
}
.rs-working-two .progress-number {
  font-size: 14px;
}
.rs-working-two .rs-progress-wrapper {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
  background: var(--rs-white);
  padding-top: 40px;
  padding-bottom: 50px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-two .rs-progress-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-working-two .rs-progress-wrapper {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-working-two .rs-working-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .rs-working-two .rs-working-thumb-wrapper {
    margin-bottom: 0;
  }
}
.rs-working-two .rs-working-progress-wrapper {
  position: absolute;
  width: 485px;
  bottom: -95px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .rs-working-two .rs-working-progress-wrapper {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-two .rs-working-progress-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-two .rs-working-progress-wrapper {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    margin-top: 30px;
  }
}
.rs-working-three {
  overflow-x: clip;
}
.rs-working-three .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .rs-working-three .rs-working-wrapper {
    grid-template-columns: 500px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-three .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-three .rs-working-thumb {
  overflow: hidden;
  visibility: hidden;
  border-radius: 5px;
}
.rs-working-three .rs-working-thumb img {
  width: 100%;
  transition: unset;
}
.rs-working-three .rs-working-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .rs-working-three .rs-working-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-working-three .rs-section-desc {
    max-width: 100%;
  }
}
.rs-working-four .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-four .rs-working-item {
  padding: 12px 12px 18px 12px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  border-radius: 90px 6px 6px 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rs-working-four .rs-working-item {
    border-radius: 150px 6px 6px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-working-four .rs-working-item {
    border-radius: 90px 6px 6px 6px;
  }
}
.rs-working-four .rs-working-item:hover .rs-working-number {
  background: var(--rs-theme-primary);
}
.rs-working-four .rs-working-item:hover .rs-working-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-working-four .rs-working-thumb {
  overflow: hidden;
  border-radius: 500px 0px 0px 500px;
}
.rs-working-four .rs-working-thumb.has-radius {
  border-radius: 500px;
}
.rs-working-four .rs-working-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-working-four .rs-working-number {
  width: 62px;
  height: 62px;
  background: var(--rs-white);
  font-size: 20px;
  color: var(--rs-theme-secondary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin: -30px auto 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.rs-working-four .rs-working-title {
  margin-bottom: 10px;
}
.rs-working-five {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-working-five .rs-working-wrapper {
  display: grid;
  grid-template-columns: 1fr 522px;
  background: var(--rs-bg-secondary);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 30px;
  gap: 30px 90px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-five .rs-working-wrapper {
    padding-inline-start: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-five .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-five .rs-working-list-desc {
  font-size: 17px;
  
  color: var(--rs-theme-secondary);
}
.rs-working-five .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
  width: 515px;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-five .rs-working-list-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-five .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-five .rs-working-list-wrapper {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    width: 515px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-five .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.rs-working-five .rs-working-list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.rs-working-five .rs-working-list-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-working-five .rs-working-list-icon svg {
  width: 14px;
  height: 14px;
}
.rs-working-five .rs-working-list-icon svg path {
  fill: var(--rs-theme-secondary);
}
.rs-working-five .rs-working-thumb {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}
.rs-working-five .rs-working-thumb img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: unset;
}
.rs-working-six .rs-working-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-six .rs-working-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-working-six .rs-working-item {
  padding: 12px 12px 18px 12px;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  border-radius: 90px 6px 6px 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rs-working-six .rs-working-item {
    border-radius: 150px 6px 6px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-working-six .rs-working-item {
    border-radius: 90px 6px 6px 6px;
  }
}
.rs-working-six .rs-working-item:hover .rs-working-number {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-working-six .rs-working-item:hover .rs-working-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-working-six .rs-working-thumb {
  overflow: hidden;
  border-radius: 500px 0px 0px 500px;
}
.rs-working-six .rs-working-thumb.has-radius {
  border-radius: 500px;
}
.rs-working-six .rs-working-thumb img {
  width: 100%;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-working-six .rs-working-number {
  width: 62px;
  height: 62px;
  background: var(--rs-white);
  font-size: 20px;
  color: var(--rs-theme-primary);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  margin: -30px auto 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.rs-working-six .rs-working-title {
  margin-bottom: 10px;
}
.rs-working-seven .rs-working-wrapper {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-working-seven .rs-working-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-wrapper {
    padding-inline-start: 30px;
  }
  [dir=rtl] .rs-working-seven .rs-working-wrapper {
    padding-inline-start: 0;
    padding-inline-end: 30px;
  }
}
.rs-working-seven .rs-working-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 1366px) {
  .rs-working-seven .rs-working-item-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-seven .rs-working-item-wrapper {
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-item-wrapper {
    gap: 30px;
  }
}
.rs-working-seven .rs-working-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 260px;
  opacity: 0.25;
  transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
  .rs-working-seven .rs-working-item {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-item {
    gap: 0px;
    flex-wrap: wrap;
    display: flex;
  }
  .rs-working-seven .rs-working-item:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.rs-working-seven .rs-working-item.item-visible {
  opacity: 1;
}
.rs-working-seven .rs-working-item.item-visible .rs-working-number {
  color: var(--rs-theme-primary);
}
.rs-working-seven .rs-working-content {
  background: var(--rs-bg-primary);
  padding-top: 33px;
  padding-bottom: 32px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-seven .rs-working-content {
    padding-top: 23px;
    padding-bottom: 22px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-content {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-working-seven .rs-working-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-working-seven .rs-working-title {
  color: var(--rs-white);
  
  font-size: 28px;
  margin-top: 43px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
  .rs-working-seven .rs-working-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-working-seven .rs-working-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-working-seven .rs-working-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-working-seven .rs-working-title {
    font-size: 20px;
  }
}
.rs-working-seven .rs-working-desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .rs-working-seven .rs-working-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-working-seven .rs-working-desc {
    font-size: 17px;
  }
}
.rs-working-seven .rs-working-content-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .rs-working-seven .rs-working-content-info {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.rs-working-seven .rs-working-meta {
  letter-spacing: 0.02em;
  display: inline-block;
  color: var(--rs-theme-primary);
  
  text-transform: uppercase;
  text-decoration: underline;
}
.rs-working-seven .rs-working-number {
  color: rgba(254, 212, 3, 0.0784);
  letter-spacing: 1.2px;
  font-size: 40px;
  
  line-height: 0.95;
}
@media only screen and (max-width: 575px) {
  .rs-working-seven .rs-working-number {
    font-size: 35px;
  }
}
.rs-working-seven .rs-working-thumb {
  min-width: 437px;
}
@media only screen and (max-width: 1199px) {
  .rs-working-seven .rs-working-thumb {
    min-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-thumb {
    min-width: 100%;
  }
}
.rs-working-seven .rs-working-thumb img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .rs-working-thumb img {
    border-radius: 0;
  }
}
.rs-working-seven .timeline-divider::before {
  border-color: var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .rs-working-seven .timeline-divider {
    left: 0;
  }
}
.rs-working-seven .timeline-divider .divider-circle {
  background-color: var(--rs-theme-secondary);
}



.rs-services-six .rs-services-item {
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  padding-top: 12px;
  padding-bottom: 26px;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
  border-radius: 6px;
}
.rs-services-six .rs-services-item:hover .rs-services-thumb img {
  transform: scale3d(1.1, 1.1, 1);
  aspect-ratio: 3/3;
  object-fit: cover;
}
.rs-services-six .rs-services-item:hover .rs-services-icon {
  background: var(--rs-theme-primary);
}
.rs-services-six .rs-services-item:hover .rs-services-icon img {
  width:40px;
  animation: rs-skew 0.6s;
}
/* .rs-services-six .rs-services-item:hover .rs-services-icon svg path {
  fill: var(--rs-black);
} */
.rs-services-six .rs-services-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
}
.rs-services-six .rs-services-thumb img {
  width: 100%;
    aspect-ratio: 3/3;
  object-fit: cover;
  transform: scale(1.02);
  transition: all 0.8s ease;
}
.rs-services-six .rs-services-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(21px);
  position: absolute;
  bottom: 25px;
  inset-inline-start: 25px;
  transition: 0.5s;
}
.rs-services-six .rs-services-icon svg {
  width: 36px;
  height: 36px;
}
.rs-services-six .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-six .rs-services-content {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media only screen and (max-width: 480px) {
  .rs-services-six .rs-services-content {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
.rs-services-six .rs-services-title {
margin-top: 25px;
    margin-bottom: 10px;
}
.rs-services-six .rs-services-title a{
  color: var(--rs-theme-primary);
  font-size: 20px;
    font-weight: 600;
}
.rs-services-six .rs-services-title a:hover {
  color: #000;
}
.rs-services-six .rs-services-desc {
  margin-bottom: 15px;
}
.rs-services-six .rs-services-pagination {
  margin-top: 40px;
}

.rs-services-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-services-details-title {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-details-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-details-title {
    font-size: 27px;
  }
}
.rs-services-details-desc.desc-two {
  
  font-style: italic;
  color: var(--rs-title-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-desc.desc-two {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-desc.desc-two {
    font-size: 17px;
  }
}
.rs-services-details-working-list .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-working-list .rs-working-list-wrapper {
    gap: 30px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-details-working-list .rs-working-list-item {
  display: flex;
  gap: 30px;
  position: relative;
  padding-bottom: 33px;
}
@media only screen and (max-width: 991px) {
  .rs-services-details-working-list .rs-working-list-item {
    flex-wrap: wrap;
  }
}
.rs-services-details-working-list .rs-working-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-services-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-services-details-working-list .rs-working-list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--rs-border-primary);
  bottom: 0;
  inset-inline-end: 0;
}
.rs-services-details-working-list .rs-working-list-item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--rs-theme-primary);
  bottom: 0;
  inset-inline-end: 0;
  transition: all 0.5s ease-in-out;
}
.rs-services-details-working-list .rs-working-list-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.rs-services-details-working-list .rs-working-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-services-details-working-list .rs-working-list-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-services-details-working-list .rs-working-list-title {
  margin-bottom: 10px;
}
.rs-services-details-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-details-content-wrapper {
    gap: 30px 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-content-wrapper {
    margin-top: 50px;
  }
}
.rs-services-details-content-wrapper h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-content-wrapper h3 {
    margin-top: 30px;
  }
}
.rs-services-details-content-list p {
  position: relative;
  padding-inline-start: 15px;
  font-size: 17px;
}
.rs-services-details-content-list p:not(:last-child) {
  margin-bottom: 15px;
}
.rs-services-details-content-list p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #616c74;
  top: 10px;
  inset-inline-start: 0;
  border-radius: 50%;
}
.rs-services-details .rs-services-details-thumb {
  margin-bottom: 50px;
}

/*----------------------------------------*/
/*  4.25 text slide css
/*----------------------------------------*/
.rs-text-slide-one {
  padding-bottom: 26px;
  overflow-x: clip;
  background: var(--rs-theme-primary);
  padding-top: 26px;
  position: relative;
  z-index: 1;
}
.rs-text-slide-one .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-one .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-one .rs-text-slide-item {
  display: inline-flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-one .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  font-size: 24px;
  color:#fff
}
@media only screen and (max-width: 1600px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-text-slide-one .rs-text-slide-title {
    font-size: 20px;
  }
}
.rs-text-slide-one .rs-text-slide-thumb img {
  width: 24px;
}
.rs-text-slide-two {
  padding-bottom: 26px;
  overflow-x: clip;
  background: var(--rs-bg-secondary);
  padding-top: 26px;
  position: relative;
  z-index: 1;
}
.rs-text-slide-two .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-two .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-two .rs-text-slide-item {
  display: inline-flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-two .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--rs-title-primary);
  
}
.rs-text-slide-two .rs-text-slide-thumb img {
  width: 24px;
}
.rs-text-slide-three .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
}
.rs-text-slide-three .rs-text-slide-inner {
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
.rs-text-slide-three .rs-text-slide-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(2, 1, 1, 0);
  
  font-size: 120px;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #DADADA;
  stroke: #DADADA;
  
  text-transform: uppercase;
  line-height: 0.9;
}
@media only screen and (max-width: 1600px) {
  .rs-text-slide-three .rs-text-slide-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-text-slide-three .rs-text-slide-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-text-slide-three .rs-text-slide-title {
    font-size: 60px;
  }
}


.rs-testimonial-four {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-testimonial-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 337px);
  background: var(--rs-theme-secondary);
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-testimonial-four .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 513px;
  bottom: -315px;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-four .rs-testimonial-bg-thumb {
    bottom: -240px;
  }
}
.rs-testimonial-four .section-desc {
  color: var(--rs-white);
}
.rs-testimonial-four .rs-counter-number,
.rs-testimonial-four .prefix {
  font-size: 100px;
  color: var(--rs-theme-primary);
  
  line-height: 0.8;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-four .rs-counter-number,
  .rs-testimonial-four .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-testimonial-four .rs-counter-number,
  .rs-testimonial-four .prefix {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-testimonial-four .rs-counter-number,
  .rs-testimonial-four .prefix {
    font-size: 60px;
  }
}
.rs-testimonial-four .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.rs-testimonial-four .rs-counter-title {
  font-size: 20px;
  color: var(--rs-white);
}
.rs-testimonial-four .rs-testimonial-counter {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-four .rs-testimonial-counter {
    justify-content: start;
  }
}
.rs-testimonial-four .rs-testimonial-slider-wrapper {
  position: relative;
  z-index: 1;
}
.rs-testimonial-four .rs-testimonial-wrapper {
  background: var(--rs-bg-secondary);
  padding: 20px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 500px 644px;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-four .rs-testimonial-wrapper {
    grid-template-columns: 400px 630px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-four .rs-testimonial-wrapper {
    grid-template-columns: auto 480px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-four .rs-testimonial-wrapper {
    display: block;
  }
}
.rs-testimonial-four .rs-testimonial-thumb {
  overflow: hidden;
  visibility: hidden;
}
.rs-testimonial-four .rs-testimonial-thumb img {
  width: 100%;
  border-radius: 6px;
  transition: unset;
}
.rs-testimonial-four .rs-testimonial-rating-icon i {
  color: #FF8E2B;
}
.rs-testimonial-four .rs-testimonial-title-info {
  position: relative;
}
.rs-testimonial-four .rs-testimonial-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rs-testimonial-four .rs-testimonial-icon svg {
  opacity: 0.1;
}
.rs-testimonial-four .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 23px;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-four .rs-testimonial-top {
    margin-top: 35px;
  }
}
.rs-testimonial-four .rs-testimonial-desc {
    font-size: 17px;
    font-style: italic;
    color: var(--rs-title-primary);
    line-height: 1.7; 
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-four .rs-testimonial-desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-four .rs-testimonial-desc {
    font-size: 17px;
  }
}
.rs-testimonial-four .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.rs-testimonial-four .rs-testimonial-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-testimonial-four .rs-testimonial-avater-designation {
  font-size: 15px;
  
}
.rs-testimonial-four .rs-testimonial-avater-title {
  margin-bottom: 2px;
}
.rs-testimonial-four .rs-testimonial-navigation {
  width: 82px;
  border-radius: 100px;
  border: 1px solid var(--rs-border-primary);
  padding-inline-end: 10px;
  padding-inline-start: 10px;
  gap: unset;
  justify-content: space-between;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-four .rs-testimonial-navigation {
    position: relative;
    margin: 20px auto 0;
  }
}
.rs-testimonial-four .rs-testimonial-navigation::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: var(--rs-border-primary);
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.rs-testimonial-four .rs-testimonial-navigation .rs-swiper-btn {
  font-size: 18px;
  color: #2B3944;
}
.rs-testimonial-four .rs-testimonial-navigation .rs-swiper-btn:hover {
  color: var(--rs-theme-primary);
}

.rs-portfolio-six .rs-portfolio-item:hover .rs-portfolio-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}
.rs-portfolio-six .rs-portfolio-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-six .rs-portfolio-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-six .rs-portfolio-item:hover .rs-portfolio-line {
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-portfolio-six .rs-portfolio-item:hover .rs-portfolio-line:after {
  background: var(--rs-white);
  width: 100%;
}

.rs-portfolio-item{
    border: 1px solid #e6e6e6;
    border-radius: 7px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* .rs-portfolio-item .rs-portfolio-thumb{
   border: 1px solid #000;
} */

.rs-portfolio-item::after, 
.rs-portfolio-item::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 150%;
    width: 40%;
}

.rs-portfolio-item::after{
  background: linear-gradient(90deg, transparent, var(--rs-theme-primary), var(--rs-theme-primary), var(--rs-theme-primary), transparent);
  transform: translate(-50%,-50%);
  animation: rnd_anim_aftr 3s infinite ease;
}
/* 
.rs-portfolio-item::before{
  background: linear-gradient(90deg, transparent, var(--rs-theme-secondary), var(--rs-theme-secondary), transparent);
  transform: translate(-50%,-50%);
  animation: rnd_anim_befr 3s infinite ease-in-out;
} */

@keyframes rnd_anim_aftr {
  from{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

/* @keyframes rnd_anim_befr {
  from{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to{
    transform: translate(-50%,-50%) rotate(360deg);
  }
} */

.rs-portfolio-six .rs-portfolio-content {
  position: absolute;
  bottom: 0;
  padding-bottom: 30px;
  padding-top: 32px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgb(42 45 45 / 48%) 0%, rgb(42 45 45 / 47%) 100%);
  backdrop-filter: blur(21px);
  width: 100%;
  border-radius: 0 0 3px 3px;
  z-index: 2;
}

/* .rs-portfolio-six .rs-portfolio-content{} */

@media only screen and (max-width: 1600px) {
  .rs-portfolio-six .rs-portfolio-content {
    padding-top: 22px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-six .rs-portfolio-content {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
.rs-portfolio-six .rs-portfolio-thumb {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.rs-portfolio-six .rs-portfolio-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.4;
  /* background: #1C1C1D; */
  transition: 0.3s;
  z-index: 1;
}
.rs-portfolio-six .rs-portfolio-thumb img {
  width: 100%;
  transform: scale(1.02);
  object-fit: cover;
}
/* .rs-portfolio-six .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
} */
.rs-portfolio-six .rs-portfolio-line {
  width: 146px;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  border-color: var(--rs-border-primary);
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-six .rs-portfolio-line {
    width: 100%;
  }
}
.rs-portfolio-six .rs-portfolio-line::after {
  position: absolute;
  content: "";
  width: 73px;
  background: #2B3944;
  inset-inline-start: 0;
  height: 1px;
  top: 50%;
  transition: 0.5s;
}
.rs-portfolio-six .is-item-active.active .rs-desc-height {
  scale: 1;
  opacity: 1;
  height: var(--desc-height) !important;
  margin-bottom: 20px;
  color: #fff;
}
.rs-portfolio-six .is-item-active.active .rs-portfolio-title {
  color: var(--rs-white);
}
.rs-portfolio-six .is-item-active.active .rs-portfolio-content {
  visibility: visible;
  opacity: 1;
}
.rs-portfolio-six .is-item-active.active .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-portfolio-six .is-item-active.active .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-portfolio-six .is-item-active.active .rs-portfolio-line {
  border-color: var(--rs-border-secondary);
}
.rs-portfolio-six .is-item-active.active .rs-portfolio-line::after {
  background: var(--rs-theme-primary);
}
.rs-portfolio-details-thumb img {
  width: 100%;
  border-radius: 6px;
}
.rs-portfolio-details-title {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-details-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-details-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-details-title {
    font-size: 27px;
  }
}
.rs-portfolio-details-desc.desc-two {
  
  font-style: italic;
  color: var(--rs-title-primary);
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.rs-portfolio-details-working-list .rs-working-list-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 45px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 6px;
  padding: 30px;
  background: var(--rs-bg-secondary);
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .rs-portfolio-details-working-list .rs-working-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-portfolio-details-working-list .rs-working-list-item {
  display: flex;
  gap: 23px;
  position: relative;
  border: 1px solid var(--rs-border-primary);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-inline-start: 30px;
  padding-inline-end: 30px;
  border-radius: 6px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
  .rs-portfolio-details-working-list .rs-working-list-item {
    padding-top: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-portfolio-details-working-list .rs-working-list-item:hover::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-portfolio-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
  animation: rs-skew 0.6s;
}
.rs-portfolio-details-working-list .rs-working-list-icon svg {
  width: 40px;
  height: 40px;
  transition: all linear 0.3s;
}
.rs-portfolio-details-working-list .rs-working-list-icon svg path {
  fill: var(--rs-bg-primary);
}
.rs-portfolio-details-working-list .rs-working-list-title {
  margin-bottom: 5px;
}
.rs-portfolio-details-working-list .rs-working-list-content p a {
  color: var(--rs-theme-primary);
}
.rs-portfolio-details-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-details-content-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-details-content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-portfolio-details-content-wrapper h5 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.rs-portfolio-details-content-list p {
  position: relative;
  padding-inline-start: 15px;
  font-size: 17px;
}
.rs-portfolio-details-content-list p:not(:last-child) {
  margin-bottom: 15px;
}
.rs-portfolio-details-content-list p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #616c74;
  top: 10px;
  inset-inline-start: 0;
  border-radius: 50%;
}
.rs-portfolio-details-pagination .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.rs-portfolio-details-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.rs-portfolio-details-pagination .swiper-pagination .swiper-pagination-bullet::before {
  content: none;
}

/*----------------------------------------
   2.16 Basic pagination
-----------------------------------------*/
.rs-pagination.swiper-pagination {
  position: unset;
  overflow: visible;
  font-size: unset;
  transform: unset !important;
  width: 100% !important;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DBDEE1;
  position: relative;
  transform: unset;
  opacity: unset;
  margin: 3px 8px;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-primary);
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-primary);
  transform: translate(-50%, -50%) scale(1);
}

.common-pagination {
  margin-top: 45px;
}
.common-pagination ul {
  display: inline-flex;
  gap: 10px;
}
.common-pagination ul li {
  list-style: none;
}
.common-pagination ul li.current {
  background: var(--rs-theme-primary);
}
.common-pagination ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  border-radius: 50%;
  position: relative;
  background: var(--rs-bg-secondary);
}
.common-pagination ul li a:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-title-primary);
}
.common-pagination ul li a.current {
  background: var(--rs-theme-primary);
  color: var(--rs-title-primary);
  border: none;
}
.common-pagination ul li a.is-next::before {
  position: absolute;
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  content: "\ea6b";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[dir=rtl] .common-pagination ul li a.is-next::before {
  transform: translate(-50%, -50%) rotateY(180deg);
}

/*----------------------------------------*/
/*  4.24 Text clip css
/*----------------------------------------*/
.rs-text-clip-one .rs-text-clip {
  text-align: center;
}
.rs-text-clip-one .rs-text-clip-title {
  font-size: 140px;
  
  text-transform: uppercase;
  line-height: 0.8;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1600px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-text-clip-one .rs-text-clip-title {
    font-size: 60px;
  }
}




/*----------------------------------------*/
/*  4.15 pricing cta css
/*----------------------------------------*/
.rs-pricing-cta-wrapper {
  display: grid;
  grid-template-columns: 530px auto;
}
@media only screen and (max-width: 1600px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: 560px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: 350px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper {
    grid-template-columns: auto;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab-content-wrapper {
  padding-inline: 15px;
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab-content-wrapper {
    padding-inline: 0px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-item {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px;
  border: 1px solid var(--rs-border-secondary);
  transition: all 0.5s ease-out 0s;
  background: #1C1C1D;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-pricing-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-pricing-item {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-item {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-title {
  color: var(--rs-white);
  font-size: 13px;
  text-transform: uppercase;
  
  letter-spacing: 0.15em;
  border-bottom: 1px solid var(--rs-border-secondary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-pricing-cta-wrapper .rs-pricing-amount {
  font-size: 40px;
  
  line-height: 1.1;
  color: var(--rs-theme-primary);
}
.rs-pricing-cta-wrapper .rs-pricing-amount-wrapper {
  display: flex;
  align-items: end;
  gap: 6px;
}
.rs-pricing-cta-wrapper .rs-pricing-duration {
  font-size: 20px;
  
  color: var(--rs-theme-primary);
}
.rs-pricing-cta-wrapper .rs-pricing-desc {
  margin-top: 17px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.rs-pricing-cta-wrapper .rs-pricing-btn {
  margin-bottom: 35px;
}
.rs-pricing-cta-wrapper .rs-pricing-btn .rs-btn {
  justify-content: space-between;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-feature ul li {
    font-size: 14px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li:not(:last-child) {
  margin-bottom: 18px;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg {
  width: 14px;
  height: 14px;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg path {
  opacity: 0.6;
}
.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-feature-title {
  opacity: 0.6;
}
.rs-pricing-cta-wrapper .rs-pricing-feature-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid var(--rs-border-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-pricing-cta-wrapper .rs-pricing-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-tab {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
    gap: 20px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
  background: transparent;
  
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0px;
  border-bottom: 1px solid var(--rs-border-tertiary);
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
    width: 100%;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link.active {
  color: var(--rs-white);
  border-color: var(--rs-white);
}
.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link:hover {
  color: var(--rs-white);
  border-color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-pricing-cta-wrapper .rs-pricing-tab .nav-item {
    width: 100%;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-pricing-tab-content::after {
  width: 100%;
  inset-inline-start: 0;
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-first {
  transform: translateX(150%);
}
.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-second {
  transform: translateX(0%);
}
.rs-pricing-cta-wrapper .rs-pricing-wrapper {
  background: var(--rs-theme-secondary);
  padding-top: 35px;
  padding-bottom: 50px;
  padding-inline-start: 40px;
  padding-inline-end: 40px;
  border-radius: 6px 0px 0px 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-pricing-wrapper {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-pricing-cta-wrapper .rs-pricing-tab-anim .tab-pane.active .rs-pricing-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
  border-radius: 0 6px 0px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
    border-radius: 0;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
  position: absolute;
  top: 30px;
  inset-inline-end: 30px;
}
@media only screen and (max-width: 767px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
    display: none;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
    font-size: 27px;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
  background: var(--rs-bg-secondary);
  padding-top: 55px;
  padding-bottom: 50px;
  padding-inline-start: 50px;
  padding-inline-end: 50px;
  border-radius: 0 0px 6px 0px;
}
@media only screen and (max-width: 1199px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input input {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input textarea {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input .nice-select {
  border-radius: 6px;
}
.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-btn .rs-btn {
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-two {
    padding-bottom: 0;
  }
}

/*----------------------------------------*/
/*  4.26 time line css
/*----------------------------------------*/
.rs-time-line-one {
  overflow-x: clip;
}
.rs-time-line-one .rs-time-line-wrapper {
  position: relative;
}
.rs-time-line-one .rs-time-line-wrapper::before, .rs-time-line-one .rs-time-line-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  width: 15%;
  background: linear-gradient(90deg, var(--rs-bg-primary) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
[dir=rtl] .rs-time-line-one .rs-time-line-wrapper::before, [dir=rtl] .rs-time-line-one .rs-time-line-wrapper::after {
  transform: rotateY(180deg);
}
.rs-time-line-one .rs-time-line-wrapper:after {
  inset-inline-start: unset;
  inset-inline-end: 0;
  scale: -1;
}
.rs-time-line-one .rs-time-line-item {
  border-radius: 6px;
  background: var(--rs-bg-secondary);
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  text-align: center;
  position: relative;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .rs-time-line-one .rs-time-line-item {
    max-width: 175px;
    width: 100%;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    margin: 0 auto;
  }
}
.rs-time-line-one .rs-time-line-item::after {
  position: absolute;
  content: "";
  transition: 0.4s;
  left: 50%;
  translate: -50% 0;
  width: 18px;
  height: 18px;
  rotate: 45deg;
  background: var(--rs-bg-secondary);
  border: 1px solid var(--rs-border-primary);
  top: -9px;
  z-index: -1;
}
.rs-time-line-one .empty-box {
  height: 99px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.rs-time-line-one .rs-time-line-year {
  color: var(--rs-title-primary);
  margin-bottom: 5px;
}
.rs-time-line-one .swiper::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
  height: 1px;
  background: var(--rs-border-tertiary);
  pointer-events: none;
}
.rs-time-line-one .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 140px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rs-time-line-one .swiper-slide {
    gap: 100px;
  }
}
.rs-time-line-one .swiper-slide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rs-theme-secondary);
  border: 3px solid var(--rs-theme-primary);
}
.rs-time-line-one .swiper-slide.t-odd {
  flex-direction: column-reverse;
}
.rs-time-line-one .swiper-slide.t-odd .rs-time-line-item::after {
  top: unset;
  bottom: -9px;
}
.rs-time-line-one .swiper-slide-active .rs-time-line-item {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
.rs-time-line-one .swiper-slide-active .rs-time-line-item::after {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}



/*----------------------------------------*/
/*  4.14 price range CSS
/*----------------------------------------*/
.sidebar-widget-range .noUi-horizontal {
  height: 8px;
}
.sidebar-widget-range .noUi-target {
  background: #ddd;
  border: none;
  box-shadow: none;
}
.sidebar-widget-range .noUi-connect {
  background: var(--rs-theme-primary);
}
.sidebar-widget-range .noUi-handle {
  border: none;
  background: var(--rs-theme-primary);
  cursor: default;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-widget-range .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  inset-inline-end: -15px;
  top: 4px;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sidebar-widget-range .noUi-handle::after, .sidebar-widget-range .noUi-handle::before {
  display: none;
}
.sidebar-widget-range .price-filter input {
  border: none;
  height: unset;
  padding: 0;
  color: var(--rs-text-primary);
  font-size: 17px;
  text-align: end;
}
.sidebar-widget-range .noUi-base .noUi-connects {
  border-radius: 0;
}
.sidebar-widget-range-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-widget-range-amount .rs-btn {
  background: var(--rs-theme-primary);
  height: 44px;
  font-size: 14px;
  color: var(--rs-title-primary);
}
.sidebar-widget-range-amount .rs-btn:hover {
  background: var(--rs-theme-secondary);
  color: var(--rs-white);
}



/*----------------------------------------*/
/*  4.5 cart css
/*----------------------------------------*/
.table.table-bordered {
  border: 1px solid var(--rs-border-primary);
}
@media only screen and (max-width: 991px) {
  .table.table-bordered {
    width: 900px;
  }
}
.table.table-bordered thead tr th {
  border: none;
}


/*----------------------------------------*/
/*  3.3.2 Shop Style
/*----------------------------------------*/
.rs-shop-meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.rs-shorting-select .nice-select {
  height: 52px;
  display: flex;
  align-items: center;
  background: transparent;
  min-width: 220px;
}
.rs-shorting-select .nice-select::after {
  font-size: 18px;
}
.rs-shorting-select .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-shorting-select .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}

.rs-product-item:hover .rs-product-thumb img {
  transform: scale(1.1);
}
.rs-product-item:hover .rs-product-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.rs-product-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}
.rs-product-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.rs-product-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  transition: 0.5s;
  transform: translateY(40px);
  width: 100%;
  z-index: 1;
}
.rs-product-btn .product-btn {
  background: var(--rs-black);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-inline-end: 30px;
  padding-inline-start: 30px;
  
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  color: var(--rs-white);
  z-index: 1;
}
.rs-product-btn .product-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-black);
}
.rs-product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.rs-product-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-product-price .rs-current-price {
  font-size: 17px;
  color: var(--rs-title-primary);
  
}
.rs-product-price .rs-product-discount-price {
  color: #5d5d5d;
  opacity: 0.5;
}
.rs-product-badge {
  position: absolute;
  inset-inline-end: 10px;
  top: 10px;
  z-index: 1;
}
.rs-product-badge .rs-circle-badge {
  width: 47px;
  height: 47px;
  background: var(--rs-theme-primary);
  display: flex;
  border-radius: 50%;
  font-size: 14px;
  color: var(--rs-title-primary);
  align-items: center;
  justify-content: center;
  
}

.product-details-reviews-wrapper {
  margin-bottom: 50px;
}
.product-details-wrapper {
  margin-inline-start: 50px;
}
@media only screen and (max-width: 1199px) {
  .product-details-wrapper {
    margin-inline-start: 0px;
  }
}
.product-details-active {
  overflow: hidden;
}
.product-details-thumb {
  position: relative;
  width: 186px;
  flex: 0 0 auto;
  border-radius: 4px;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .product-details-thumb {
    margin: 0 auto 20px;
  }
}
.product-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.product-details-nav .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.product-details-nav .swiper-wrapper .custom-button {
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  width: 115px;
  height: 115px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: transparent;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.product-details-nav .swiper-wrapper .custom-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.product-details-nav .swiper-slide-thumb-active .custom-button {
  background: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.product-details-rating-count span {
  font-size: 14px;
}
.product-details-price {
  display: flex;
  align-items: end;
  gap: 5px;
}
.product-details-old-price {
  font-size: 17px;
  color: var(--rs-text-primary);
  text-decoration-line: line-through;
}
.product-details-current-price {
  font-size: 24px;
}
.product-details-count-wrap {
  border-bottom: 1px solid rgba(62, 62, 62, 0.1);
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.product-details-action .rs-btn {
  background: var(--rs-theme-primary);
  display: flex;
  gap: 10px;
  height: 48px;
}
.product-details-action .rs-btn:hover {
  background: var(--rs-theme-secondary);
}
.product-details-more a {
  font-size: 17px;
}
.product-details-more a:hover {
  color: var(--rs-theme-primary);
}
.product-details-tags a {
  font-size: 17px;
}
.product-details-tags a:hover {
  color: var(--rs-theme-primary);
}
@media only screen and (max-width: 991px) {
  .product-details-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .product-details-title {
    font-size: 26px;
  }
}

.product-rating {
  position: relative;
  padding-inline-end: 10px;
  margin-inline-end: 10px;
}
.product-rating::before {
  position: absolute;
  content: "";
  inset-inline-end: 0;
  top: 0px;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-rating i {
  font-size: 14px;
}

.product-information-tab .nav-link {
  background: #fbfbfb;
  color: var(--rs-text-primary);
  padding: 0 40px;
  text-align: left;
  
  font-size: 18px;
  border-radius: 0px;
  height: 60px;
  transition: 0.3s;
}
.product-information-tab .nav-link:hover {
  background-color: var(--rs-theme-primary);
  color: var(--rs-title-primary);
}
@media only screen and (max-width: 575px) {
  .product-information-tab .nav-link {
    padding: 0 20px;
    height: 50px;
    font-size: 17px;
  }
}
.product-information-tab .nav-link.active {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-title-primary);
}
.product-information-tab .has-border {
  border-bottom: 1px solid var(--rs-border-primary);
}

.product-review-avater {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-review-avater-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-review-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.product-review-input input {
  height: 60px;
}
.product-review-input.is-textarea textarea {
  height: 180px;
}
.product-review-btn .rs-btn:hover {
  background: var(--rs-theme-secondary);
}

/*----------------------------------------*/
/*  3.3.1 Checkout Style
/*----------------------------------------*/


.coupon-info .rs-btn:hover {
  background: rgb(255, 92, 0);
}

.checkout-verify-reveal {
  margin-bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  gap: 10px;
  border-top: 3px solid var(--rs-theme-primary);
  color: #515151;
  padding-top: 16px;
  padding-inline-start: 50px;
  padding-bottom: 16px;
  padding-inline-end: 16px;
  position: relative;
  flex-wrap: wrap;
}
.checkout-verify-reveal .checkout-login-form-reveal-btn:hover {
  color: var(--rs-theme-primary);
}
.checkout-verify-reveal::before {
  content: "\ed53";
  inset-inline-start: 15px;
  top: 13px;
  position: absolute;
  color: var(--rs-theme-primary);
  font-family: var(--rs-ff-remixicon);
  
}

.coupon-content {
  display: none;
  margin-top: 14px;
  padding: 30px 30px;
  background-color: var(--rs-white);
  border: 1px solid rgba(54, 54, 54, 0.1);
  border-radius: 5px;
}

.coupon-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.checkout-coupon-form input {
  margin-bottom: 20px;
  height: 60px;
  border-radius: 2px;
}

.checkout-form {
  margin-bottom: 20px;
}
.checkout-form input {
  height: 60px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-form label {
  
  margin-bottom: 5px;
}
.checkout-form .required {
  color: var(--rs-theme-primary);
}

.checkout-bill-area {
  margin-top: 35px;
}

.checkout-bill-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .checkout-bill-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-bill-title {
    font-size: 26px;
  }
}

.checkout-bill-inner .checkout-input {
  margin-bottom: 20px;
}
.checkout-bill-inner .checkout-input input {
  height: 55px;
  border-radius: 0;
  border-radius: 2px;
}
.checkout-bill-inner .checkout-input label {
  margin-bottom: 5px;
}
.checkout-bill-inner .checkout-input span {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner .checkout-input .nice-select {
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  border: 1px solid var(--rs-border-primary);
  color: var(--rs-black);
  float: none;
  padding: 0 26px;
}
.checkout-bill-inner .checkout-input .nice-select .current {
  color: var(--rs-text-primary);
}
.checkout-bill-inner .checkout-input .nice-select .list {
  width: 100%;
}
.checkout-bill-inner .checkout-input .nice-select .list li:hover {
  color: var(--rs-theme-primary);
}
.checkout-bill-inner textarea {
  height: 70px;
  background: var(--rs-white);
  border: 1px solid var(--rs-border-primary);
  border-radius: 2px;
}
.checkout-bill-inner textarea::placeholder {
  
}

.checkout-place-total ul {
  border: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li {
  list-style: none;
  color: var(--rs-black);
  padding: 10px 30px;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title{
  font-size: 40px !important;
  font-weight: 400 !important;  
  margin-bottom: 1rem;
  font-weight:"Outfit", sans-serif;
}

.btn-brdr{
  border: 2px solid var(--rs-theme-primary);
}

.page-content{
  float: left;
  margin: 0 25px 25px 0;
  position: relative;
  z-index: 1;
  width: 38%;
}

.offcanvas-contact-text a{
  color:#000;
}

.table>:not(caption)>*>* {
    padding: 10px;
}

.market-area .rs-btn .icon-box svg path,
.sitemap .rs-btn .icon-box svg path,
.rs-about-btn .rs-btn .icon-box svg path,
.rs-working-btn .rs-btn .icon-box svg path,
.rs-about-content-wrapper .rs-btn .icon-box svg path{
  fill: #fff;
}

.market-area .rs-btn,
.rs-about-btn .rs-btn,
.sitemap .rs-btn,
.rs-about-content-wrapper .rs-btn , 
.rs-working-btn .rs-btn{
  color:#fff
}

.parent .meet-business{
  background: transparent !important;
  color: #000;
}

.parent .rs-btn.meet-business .icon-box svg path{
  fill: #fff !important;
}

.child .meet-business{
  background-color: var(--rs-theme-secondary);
}

.meet-business{
  display: flex !important;
}


.wtsp-btn {
  background: linear-gradient(115deg, #25d366, #009b3a );
  width: 100%;
  display: block;
  margin: 2rem auto 0;
  padding:1rem 2rem;
  font-weight: 600;
  font-size: 22px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  animation: 2s bomp infinite ease;
  transition:0.9s;
  width: 50%;
}

.wtsp-btn img{
  width: 35px;
}

.wtsp-btn span{
  font-weight: 100;
}

@keyframes bomp{
    0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}

100% {
    transform: scale(0.9);
}
}

.wtsp-btn:active,
.wtsp-btn:hover{
    margin: 2rem auto 0;
    background:linear-gradient(115deg, #25d366 80%, #25d366 20%);
    border-radius: 50px;
    color: #ffffff;
    transition:0.9s;
}

.p-specification{
    padding: 13px;
    font-size: 20px;
    color: #fff;
    background: var(--rs-theme-secondary);
    margin: 20px 0 0 0;
}
.namecol{
      margin: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 6px 0;
    background: var(--rs-theme-secondary);
    /* border-right: 2px solid #fff; */
}

.showing-case{
  position: relative;
  overflow: hidden;
  transition: .5s;
}

.showing-case:hover img{
  transform: scale(1.1);
  transition: .5s;
}

.innerifvideo{
  height: 340px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  padding: 5px;
  background-color: #fff;
}

.innerifvideo iframe{
  height: 100%;
  width: 100%;
}




/* .icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
} */


.ftr_menu{
    display: none;
    position: fixed;
    bottom:-1px;
    z-index: 9999;
    /* overflow-x: hidden; */
    width: 100%;
    background-color: #fff;
    padding: 12px 0 7px;
        border-top: 2px solid var(--rs-theme-primary);
}


.ftr_menu .col{
    width:20% !important;
    padding: 0 !important;
}

.ftr_click_box{
    text-align: center;
}

.ftr_click_box a{
    text-decoration: none;
}

.ftr_click_box img{
    width: 28px;
}

.b_txt{
    padding-top: 4px;
    color: #292828;
    font-weight: 600;
    font-size: 13px;
}

/* .topicon{
    position: relative;
}

.topicon i{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    background: #ffffff;
    padding: 9px;
    z-index: -1;
    border-radius: 100%;
    border-top: 4px solid var(--rs-theme-primary);
    
} */

@media only screen and (max-width: 767px) {
  .checkout-place-total ul li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li {
    padding: 10px 15px;
  }
}
.checkout-place-total ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.checkout-place-total ul li:nth-child(2) {
  padding: 20px 30px;
  color: var(--rs-text-primary);
}
@media only screen and (max-width: 767px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-place-total ul li:nth-child(2) {
    padding: 10px 15px;
  }
}
.checkout-place-total .rs-btn:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.checkout-place-total .rs-btn:hover {
  background: var(--rs-theme-secondary);
}
@media only screen and (max-width: 1199px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .checkout-place-total .checkout-place-order-title {
    font-size: 26px;
  }
}

*{
  font-weight: 300;
font-family: "Cal Sans", sans-serif;
}

* b, * strong{
  font-weight: 600 !important;
}

.phone {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: fixed;
  bottom:90px;
  left:25px;
      transition: all 0.4s ease-in-out;
  z-index:17;
  border:none !important;
}

.img-fluid{
  max-width: 100%;
    height: auto;
}


.circle1,.circle2 {
height: 50px;
    width: 50px;
        transition: all 0.4s ease-in-out;
  border-radius: 50%;
  position: fixed;
  animation: scaling 2s var(--an) infinite;
 bottom:90px;
  left:25px;
  z-index: 16;
}
@keyframes scaling {
  0% {
    transform: scale(1);
    background-color:var(--green);
  }
  100% {
    transform: scale(2);
    background-color: rgba(245, 0, 182, 0);
  }
}

@keyframes phone {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.circle1 {
  animation-delay: 0s;
}
.circle2 {
  animation-delay: 1s;
}


@media(max-width:767px){
  .section-title {
    line-height: 40px;
    font-size: 30px !important;
  }
  .rs-about-five{
    padding-bottom: 0;
  }

  .rs-contact-four .rs-contact-list li{
    align-items: flex-start;
  }

  .page-content {
    float: none;
    margin: 0 0 25px 0;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .ftr_menu{
    display: block;
  }
  .rs-copyright-one .rs-footer-copyright-wrapper{
    padding-bottom: 90px;
  }
}

@media(max-width:575px){
  .rs-cta-five .row .col-lg-3{
    width: 50%;
  }
}