@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=Space+Grotesk:wght@300..700&amp;display=swap");
.offcanvas-overlay, a,.btn,button,span,sub,sup,p,input,select,textarea,img,svg,.transition-3,li,h1,h2,h3,h4,h5,h6,.body__overlay {-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 {
  --rs-ff-body:  'Poppins', sans-serif !important;
  --rs-ff-title:  'Poppins', sans-serif !important;
  --rs-ff-p:  'Poppins', sans-serif !important;
  --rs-ff-fontawesome: "Font Awesome 6 Pro";
  --rs-ff-remixicon: "remixicon";
  --rs-white: #FFFFFF;
  --rs-black: #1F1F1F;
  --rs-light: #eee;
  --rs-theme-orange: #EA5501;
  --rs-theme-red: #E30613;
  --rs-theme-blue: #005EB8;
  --rs-theme-light-blue: #0D80CE;
  --rs-theme-green: #002D54;
  --rs-theme-light-green: #507A7C;
  --rs-theme-yellow: #F7C600;
  --rs-theme-deep-blue: #3B37FD;
  --rs-theme-cyan: #00CAA4;
  --rs-theme-medium-blue: #1455AA;
  --rs-theme-medium-yellow: #FFCA3B;
  --rs-text-primary: #616161;
  --rs-text-white: #ffffff;
  --rs-text-secondary: #CBCCCD;
  --rs-text-tertiary: #142340;
  --rs-title-primary: #1F1F1F;
  --rs-title-secondary: #152A40;
  --rs-bg-primary: #F7F7F7;
  --rs-border-primary: rgba(0, 0, 0, 0.05);
  --rs-border-secondary:rgba(102, 102, 102, 0.2);
  --rs-border-tertiary: #152A40;
  --rs-placeholder: rgba(30, 30, 30, 0.4);
  --rs-rgba-1: rgba(255, 255, 255, 0.07);
  --rs-rgba-2: rgba(255, 255, 255, 0.05);
  --rs-rating-color: #FFC62D;
  /** @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: 400;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 14px;
  --rs-fs-p: 14px;
  --rs-fs-h1: 68px;
  --rs-fs-h2: 52px;
  --rs-fs-h3: 38px;
  --rs-fs-h4: 28px;
  --rs-fs-h5: 16px;
  --rs-fs-h6: 15px;
  --rs-fs-b1: 14px;
  --rs-fs-b2: 16px;
  --rs-fs-b3: 18px;
  --rs-fs-b4: 22px;
}

/*----------------------------------------
   Icomoon customize
-----------------------------------------*/
i[class^=icon-] {
  line-height: 1;
  position: relative;
}
.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: 1390px;}}
.row {--bs-gutter-x: 3rem;}
.g-0,.gx-0 {--bs-gutter-x: 0;}
.g-10,.gx-10 {--bs-gutter-x: 10px;}
.g-20,.gx-20 {--bs-gutter-x: 20px;}
.g-30,.gx-30 {--bs-gutter-x: 30px;}
.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 
-----------------------------------------*/
.body__overlay {
  background-color: var(--rs-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--rs-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

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

.image-overly {
  position: relative;
  z-index: 5;
}
.image-overly::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

/*----------------------------------------
   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: 0 90%;
  background-repeat: no-repeat;
   background-size: 100% 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.underline a:hover {
  color: var(--rs-theme-orange);
  background-size: 100% 1px;
}
.underline.has-white a {
  background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
  padding: 0 0 1% 0;
}
.underline.has-white a:hover {
  color: var(--rs-white);
}
.underline.has-theme-green a {
  background-image: linear-gradient(var(--rs-theme-green), var(--rs-theme-green)), linear-gradient(var(--rs-theme-green), var(--rs-theme-green));
}
.underline.has-theme-green a:hover {
  color: var(--rs-theme-green);
}
/*----------------------------------------
   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: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--rs-ff-fontawesome);
  font-size: 31px;
  font-weight: 200;
  right: -20px;
  margin-top: -25px;
}
@media only screen and (max-width: 575px), only screen and (max-width: 767px), 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-family: var(--rs-ff-body);
  font-size: var(--rs-fs-body);
  font-weight: normal;
  line-height: 1.5;
}

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;
  font-weight: var(--rs-fw-bold);
  word-break: break-word;
  font-family: var(--rs-ff-title);
}

h1,
.h1 {
  font-size: var(--rs-fs-h1);
  line-height: 1;
  font-weight: var(--rs-fw-bold);
  font-family: var(--rs-ff-title);
}

h2,
.h2 {
  font-size: var(--rs-fs-h2);
  line-height: 1.17;
  font-weight: var(--rs-fw-bold);
}
@media only screen and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: var(--rs-fs-h3);
  line-height: 1.25;
  font-weight: var(--rs-fw-bold);
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-size: var(--rs-fs-h4);
  line-height: 1.33;
  font-weight: var(--rs-fw-bold);
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}
h4.medium,
.h4.medium {
  font-size: 28px;
}

h5,
.h5 {
  font-size: var(--rs-fs-h5);
  line-height: 1.4;
  font-weight: var(--rs-fw-bold);
}
@media only screen and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

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

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

p {
  font-size: var(--rs-fs-p);
  font-family: var(--rs-ff-p);
  font-weight: var(--rs-fw-normal);
  color: var(--rs-text-primary);
  margin-bottom: 30px;
  line-height: 30px;
}
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: inherit;
  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: 16px;
  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-orange);
}

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

*::-moz-selection {
  background: #1f1f1f;
  color: var(--rs-white);
  text-shadow: none;
}

::selection {
  background: #1f1f1f;
  color: var(--rs-white);
  text-shadow: none;
}

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

*::placeholder {
  opacity: 1;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--rs-ff-title);
  color: var(--rs-placeholder);
}

/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 280px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-space-top {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
.section-title-space {
  margin-bottom: 45px;
}
/*----------------------------------------*/
/*  2.1 accordion
/*----------------------------------------*/
.rs-accordion-one .rs-accordion-item {
  border: 1px solid rgba(21, 42, 64, 0.05);
  border-radius: 4px 4px 4px 4px;
  background-color: var(--rs-bg-primary);
}
.rs-accordion-one .rs-accordion-item.active {
  border-color: var(--rs-theme-orange);
}
.rs-accordion-one .rs-accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-title{
font-size:13px;
font-weight: 500;
}
.rs-accordion-one .accordion-button {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  color: var(--rs-title-primary);
  padding: 18px 60px 18px 20px;
}
@media only screen and (max-width: 1199px) {
  .rs-accordion-one .accordion-button {
    font-size: 16px;
  }
}
.rs-accordion-one .accordion-button::after {
  content: none;
}
.rs-accordion-one .accordion-button:focus {
  border: none;
}
.rs-accordion-one .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rs-theme-orange);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}
.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-orange);
}
.rs-accordion-one .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.rs-accordion-one .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: var(--rs-black);
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all 0.3s ease-out 0s;
}
.rs-accordion-one .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--rs-black);
  border-radius: 2px;
}
.rs-accordion-one .accordion-button .accordion-btn:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.rs-accordion-one .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.rs-accordion-one .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.rs-accordion-one .accordion-button .accordion-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.rs-accordion-one .accordion-body {
  padding: 0;
  color: var(--rs-text-primary);
  padding: 20px 50px 20px 20px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  font-size: 16px;
}
 .accordion-body {
  padding: 23px;
 }
.rs-accordion-one.has-theme-orange .rs-accordion-item {
  background-color: #191A1A;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.rs-accordion-one.has-theme-orange .rs-accordion-item.active {
  border-color: var(--rs-theme-orange);
}
.rs-accordion-one.has-theme-orange .accordion-button {
  color: var(--rs-white);
  border-bottom: 1px solid transparent;
}
.rs-accordion-one.has-theme-orange .accordion-button:not(.collapsed) {
  color: var(--rs-theme-orange);
  border-color: rgba(255, 255, 255, 0.14);
}
.rs-accordion-one.has-theme-orange .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-orange);
}
.rs-accordion-one.has-theme-orange .accordion-button .accordion-btn::before, .rs-accordion-one.has-theme-orange .accordion-button .accordion-btn::after {
  background: var(--rs-white);
}
.rs-accordion-one.has-theme-orange .accordion-body {
  color: #E6E6E6;
  border-top: 1px solid transparent;
}
.rs-accordion-one.has-theme-green .accordion-button:not(.collapsed) {
  color: var(--rs-theme-green);
}
.rs-accordion-one.has-theme-green .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-green);
}
.rs-accordion-one.has-white .accordion-button {
  background: var(--rs-white);
}
.rs-accordion-one.has-white .accordion-body {
  background: var(--rs-white);
}
/*----------------------------------------*/
/*  2.3 Background
/*----------------------------------------*/
.primary-bg {
  background-color: var(--rs-bg-primary);
}

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.7 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--rs-white);
  /* background-color: var(--rs-theme-green); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 25px 35px;
  height: 60px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-btn.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(255, 92, 0);
  transition: all 0.5s ease;
  transform: translateX(-100%);
  border-radius: 2px;
  z-index: -1;
}

.rs-btn.has-theme-orange {
  background: var(--rs-theme-orange);
}
.rs-btn.has-theme-light-green {
  background: var(--rs-theme-green);
}
.rs-btn.has-theme-light-green.has-bg::before {
  background-color: var(--rs-theme-orange);
}
.rs-btn.has-theme-light-green.has-bg-white {
  color: var(--rs-theme-green);
  background: var(--rs-white);
}
.rs-btn.has-theme-light-green.has-bg-white.has-bg::before {
  background-color: var(--rs-theme-orange);
}
.rs-btn.has-theme-light-green.has-bg-white.has-bg .icon-box svg {
  fill: var(--rs-theme-green);
}
.rs-btn.has-theme-light-green.has-bg-white:hover {
  color: var(--rs-white);
}
.rs-btn.has-theme-light-green.has-bg-white:hover .icon-box svg {
  fill: var(--rs-white);
}
.rs-btn.has-white {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.has-white.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--rs-black);
  transition: all 0.5s ease;
  transform: translateX(-100%);
  border-radius: 2px;
  z-index: -1;
}
.rs-btn.has-white.has-icon .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-white:hover::before {
  transform: translateX(0);
}
.rs-btn.has-white:hover.has-icon .icon-box svg {
  fill: var(--rs-white);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
[dir=rtl] .rs-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--rs-white);
}
.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-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-icon:hover {
  color: var(--rs-white);
}
.rs-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-transparent-btn {
  width: unset;
  height: unset;
  padding: unset;
}
.rs-btn.has-transparent-btn .has-rotate {
  transform: rotate(-45deg);
}
.rs-btn-circle {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  padding: 0;
}
.rs-btn-circle svg {
  width: 17px;
  height: 17px;
  fill: var(--rs-white);
}
.rs-btn.has-circle {
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.rs-btn.has-circle.has-small-btn {
  width: 40px;
  height: 40px;
}
.rs-btn.has-black {
  background: var(--rs-black);
}
.rs-btn.has-black svg {
  width: 12px;
}
.rs-btn.has-black svg path {
  fill: #FFFFFF;
}
.rs-btn.has-underline {
  text-decoration: underline;
}
.rs-btn.is-uppercase {
  text-transform: uppercase;
}
.rs-btn.is-ff-secondary {
  font-family: "Oswald";
}
.rs-btn:hover.has-bg::before {
  transform: translateX(0);
}
.rs-btn:hover.has-bg-transparent.has-icon .icon-box svg {
  fill: var(--rs-white);
}
.rs-btn.hover-white:hover {
  background: var(--rs-white);
}
.rs-rotate-btn {
  width: 150px;
  height: 150px;
  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 {
  background: var(--rs-hover-primary);
}
.rs-rotate-btn .rs-circle-btn:hover svg {
  transform: rotate(45deg);
}
.rs-rotate-btn .rs-circle-btn svg {
  width: 30px;
  height: 30px;
}
.rs-rotate-btn .rs-circle-btn svg path {
  fill: var(--rs-white);
}
.rs-rotate-btn .rs-text-circle-wrapper {
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
}
.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: 15px;
  font-weight: 400;
  text-align: center;
  color:#142340;
}

.rs-circle-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--rs-bg-secondary);
  transition: 0.3s;
  border-radius: 50%;
}
.rs-circle-btn svg {
  width: 18px;
  fill: var(--rs-theme-primary);
}
.rs-circle-btn.has-bg {
  background: var(--rs-theme-tertiary);
}
.rs-circle-btn.has-bg svg {
  fill: var(--rs-white);
}
.rs-circle-btn.has-bg:hover {
  background: var(--rs-hover-tertiary);
}
.rs-circle-btn.has-bg:hover svg {
  fill: var(--rs-hover-secondary);
}
.rs-circle-btn:hover {
  background: var(--rs-theme-primary);
}
.rs-circle-btn:hover svg {
  fill: var(--rs-white);
}
.rs-circle-btn.has-rotate:hover {
  transform: rotate(45deg);
}
.rs-play-btn {
  width: 60px;
  height: 60px;
  font-size: 26px;
  background: var(--rs-theme-yellow);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.rs-play-btn.has-theme-orange {
  width: 80px;
  height: 80px;
  font-size: 25px;
  background: var(--rs-theme-orange);
}
.rs-play-btn.has-theme-orange::before {
  background: var(--rs-theme-orange);
  width: 80px;
  height: 80px;
}
.rs-play-btn.has-transparent-btn::before, .rs-play-btn.has-transparent-btn::after {
  content: none;
}
.rs-play-btn:hover {
  color: var(--rs-white);
}
.rs-play-btn::before {
  background: var(--rs-theme-orange);
  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-square-btn {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 9px;
  height: 30px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.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;
}
[dir=rtl] .rs-square-btn.has-icon .icon-box {
  transform: rotate(-180deg);
}
.rs-square-btn.has-icon .icon-box svg {
  width: 12px;
}
.rs-square-btn.has-icon .icon-box svg path {
  fill: #616161;
}
.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 {
  color: var(--rs-white);
}
.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-light-bg {
  background: #e6e6e9;
}
.rs-square-btn.has-light-bg:hover {
  background: var(--rs-theme-red);
}
.rs-square-btn.has-light-bg:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-square-btn.has-light-grey {
  background: #E4E4E4;
  height: 40px;
  padding: 15px 10px;
}
.rs-square-btn.has-light-grey .icon-box i {
  font-size: 20px;
}
.rs-square-btn.has-light-grey:hover {
  background: var(--rs-theme-red);
}
.rs-square-btn.has-light-grey:hover .icon-box i {
  color: var(--rs-white);
}
.rs-square-btn.has-theme-orange {
  padding: 15px 17px;
  height: 50px;
  background: var(--rs-theme-orange);
}
.rs-square-btn.has-theme-orange .icon-box svg {
  width: 16px;
}
.rs-square-btn.has-theme-orange .icon-box svg path {
  fill: var(--rs-white);
}
.rs-square-btn.has-theme-green {
  background: var(--rs-theme-green);
  color: white;
  height: 40px;
  padding: 15px 10px;
}
.rs-square-btn.has-theme-green:hover {
  background: var(--rs-theme-orange);
}
.rs-square-btn.has-theme-green:hover .icon-box i {
  color: var(--rs-white);
}
.rs-square-btn.has-black {
  background: #f57825;
}
.rs-square-btn.has-black:hover {
  background: var(--rs-black);
}
.rs-square-btn.has-black:hover .icon-box svg path {
  fill: var(--rs-white);
}
.rs-button-wrapper .rs-btn {
  height: 70px;
  padding: 15px 5px;
  border: 1px solid #666666;
  border-radius: 40px 40px 40px 40px;
  text-transform: uppercase;
  color: var(--rs-black);
}
.rs-button-wrapper .rs-btn.has-border-white {
  border-color: var(--rs-white);
  color: var(--rs-white);
}
.rs-button-wrapper .rs-btn.has-border-white:hover {
  color: var(--rs-white);
}
.rs-button-wrapper .rs-btn:hover {
  color: var(--rs-black);
}
.rs-button-wrapper .rs-btn:hover .rs-icon {
  inset-inline-start: calc(100% - 60px);
}
.rs-button-wrapper .rs-btn:hover .rs-btn-text {
  transform: translate3d(-60px, 0, 0) !important;
  transform-style: preserve-3d;
}
.rs-button-wrapper .rs-icon {
  background: var(--rs-theme-green);
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s, left 0.5s;
  position: relative;
  animation: 0.5s btnHoverEffectReverse;
  left: 0;
}
.rs-button-wrapper .rs-icon svg {
  width: 16px;
  height: 16px;
}
.rs-button-wrapper .rs-icon svg path {
  fill: var(--rs-white);
}
.rs-button-wrapper .rs-btn-text {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  padding: 0 35px 0 35px;
}

.rs-text-btn {
  font-weight: 500;
}

.rs-text-btn:hover {
  color: var(--rs-theme-red);
}
.rs-text-btn.rs-btn {
  padding: 0;
  height: unset;
  color: var(--rs-text-secondary);
  font-weight: 400;
}
.rs-text-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.rs-text-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
}
.rs-text-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--rs-text-secondary);
}
.rs-text-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-text-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-text-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-text-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-text-btn.has-icon:hover {
  color: var(--rs-theme-orange);
}
.rs-text-btn.has-icon:hover svg {
  fill: var(--rs-theme-orange);
}
.rs-text-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-text-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}

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

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

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

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

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

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

.rs-theme-deep-blue {
  color: var(--rs-theme-deep-blue);
}

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

.rs-theme-cyan {
  color: var(--rs-theme-cyan);
}
.rating-color {
  color: #FFB21D;
}

/*----------------------------------------*/
/*  2.9 counter
/*----------------------------------------*/
.rs-counter-one .rs-counter-shape {
  position: absolute;
  inset-inline-end: 0;
  bottom: -90px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .rs-counter-one .rs-counter-shape {
    display: none;
  }
}
.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
  font-size: 115px;
  position: relative;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(31, 31, 31, 0.6);
  stroke: rgba(31, 31, 31, 0.6);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 70px;
  }
}
.rs-counter-one .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.16);
}
.rs-counter-one .rs-counter-title {
  font-size: 20px;
}
.rs-counter-one.has-theme-green .rs-counter-number,
.rs-counter-one.has-theme-green .prefix {
  font-size: 115px;
  position: relative;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: rgba(2, 59, 74, 0.6);
  stroke: rgba(2, 59, 74, 0.6);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-one.has-theme-green .rs-counter-number,
  .rs-counter-one.has-theme-green .prefix {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-counter-one.has-theme-green .rs-counter-number,
  .rs-counter-one.has-theme-green .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one.has-theme-green .rs-counter-number,
  .rs-counter-one.has-theme-green .prefix {
    font-size: 70px;
  }
}
.rs-counter-one .rs-counter-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  z-index: -1;
}
.rs-counter-one.has-space {
  overflow-x: clip;
  padding-bottom: 250px;
}
@media only screen and (max-width: 575px) {
  .rs-counter-one.has-space .rs-counter-bg-thumb {
    display: none;
  }
}

.rs-elements-counter-area.rs-counter-one.has-bg-orange .rs-counter-number,
.rs-elements-counter-area.rs-counter-one.has-bg-orange .prefix {
  color: var(--rs-theme-orange);
  -webkit-text-fill-color: unset;
  stroke: var(--rs-theme-orange);
  -webkit-text-stroke-width: unset;
  stroke-width: unset;
}


/*----------------------------------------*/
/*  2.15 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-bg-primary) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 450px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area .offcanvas-top {
  background-color: var(--rs-theme-green);
  padding: 10px;
}
.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-orange);
}
.offcanvas-area .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .offcanvas-close {
  background: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li a:hover {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-orange .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-orange .offcanvas-contact-text a:hover {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-orange .offcanvas-social ul li a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
  border-color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-green .offcanvas-close {
  background: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a:hover {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-green .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-green);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-green .offcanvas-contact-text a:hover {
  color: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .offcanvas-social ul li a:hover {
  background: var(--rs-theme-green);
  border-color: var(--rs-theme-green);
}
.offcanvas-logo a img {
  width: 180px;
}
.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-search {
  position: relative;
}
.offcanvas-search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--rs-hover-primary);
}
.offcanvas-search button:hover {
  color: var(--rs-theme-primary);
}
.offcanvas-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  color: var(--rs-black);
}
.offcanvas-search input::placeholder {
  color: var(--rs-placeholder);
}
.offcanvas-search input:focus {
  border-radius: 0;
}
.offcanvas-title-meta {
  color: var(--rs-title-primary);
  margin-bottom: 20px;
  font-size: 24px;
}
.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;
  color: var(--rs-black);
  border: 1px solid var(--rs-border-secondary);
  font-size: 16px;
  -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-orange);
  color: var(--rs-white);
  border-color: var(--rs-theme-orange);
}
.offcanvas-notification-icon a {
  font-size: 14px;
  color: var(--rs-white);
  position: relative;
}
.offcanvas-notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  background-color: var(--rs-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--rs-white);
  text-align: center;
}
.offcanvas-notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--rs-white);
  font-size: 14px;
}
.offcanvas-notification-text p .notification-number {
  color: var(--rs-theme-primary);
}
.offcanvas-notification-text p a {
  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.png), 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-orange);
}
.offcanvas-contact ul li:hover svg path {
  fill: var(--rs-theme-orange);
}
.offcanvas-contact-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--rs-black);
  border: 1px solid var(--rs-border-secondary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas-contact-icon svg {
  width: 15px;
  height: 15px;
}
.offcanvas-contact-icon svg path {
  fill: var(--rs-theme-orange);
}
.offcanvas-btn .rs-btn {
  border: 1px solid var(--rs-border-secondary);
  padding: 0 12px;
}
.offcanvas-btn .rs-btn:hover {
  border-color: var(--rs-theme-primary);
}

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

.offcanvas-about p {
  max-width: 350px;
}

.offcanvas-close {
  width: 45px;
  height: 45px;
  background: var(--rs-theme-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .offcanvas-close {
    width: 40px;
    height: 40px;
  }
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rs-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 20px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-close-icon .offcanvas-m-lines {
    height: 14px;
    width: 18px;
  }
}
.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: currentColor;
  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.20 Section Title  
/*----------------------------------------*/
.rs-section-title {
  color: var(--rs-title-primary);
  font-weight: var(--rs-fw-bold);
  font-family: var(--rs-ff-title);
}

.rs-section-title.has-theme-green {
  color: var(--rs-theme-green);
}
.rs-section-title.elements-title {
  color: var(--rs-black) !important;
}
.rs-section-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--rs-theme-orange);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  justify-content: center;
}
.rs-section-subtitle img {
  width: 30px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rs-section-subtitle img {
    width: 25px;
  }
}
.rs-section-subtitle img.has-thumb {
  width: 24px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rs-section-subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.rs-section-subtitle.has-theme-green {
  color: var(--rs-theme-green);
}
.rs-section-subtitle.has-theme-light-green {
  color: var(--rs-theme-orange);
}
.rs-section-subtitle.has-theme-light-green svg path {
  fill: var(--rs-theme-orange);
}
.rs-section-subtitle.has-theme-orange {
  color: var(--rs-theme-orange);
}
.rs-section-subtitle.has-theme-orange svg path {
  fill: var(--rs-theme-orange);
}
.rs-section-subtitle.has-bg-field {
  color: var(--rs-theme-orange);
  background: rgba(238, 13, 8, 0.07);
  padding: 8px 14px 8px 14px;
  border-radius: 2px 2px 2px 2px;
  display: inline-flex;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 20px;
}
.rs-section-subtitle.has-stroke {
  -webkit-text-stroke-color: rgba(234, 85, 1, 0.65);
  stroke: rgba(234, 85, 1, 0.65);
  letter-spacing: 4.6px;
  color: rgba(2, 1, 1, 0);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
}
.rs-section-subtitle.has-white {
  color: var(--rs-white);
}
.rs-section-subtitle.has-white svg path {
  fill: var(--rs-white);
}
.rs-section-subtitle-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
}
.rs-section-subtitle-wrapper .rs-section-subtitle {
  position: relative;
  padding-inline-end: 12px;
  flex: 0 0 auto;
  margin-bottom: 0;
}
.rs-section-subtitle-wrapper .rs-section-border-line {
  position: relative;
  background: rgba(20, 35, 64, 0.2);
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
  padding-top: 200px;
  padding-bottom: 280px;
}
@media only screen and (max-width: 1199px) {
  .rs-breadcrumb-one {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-bg.bg-black {
  display: none;
}
.rs-breadcrumb-one .rs-breadcrumb-bg img{
   margin-top: 47px;
}
.rs-breadcrumb-one .rs-breadcrumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 0 0 30px 30px;

  /* Ensure image always renders properly */
  background-attachment: scroll; 
  object-fit: cover;
}

/* Mobile fix – prevents image cut and aligns better */
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-bg {
    background-size: cover;
    background-position: center top;  
    /* Or use center center if your main content should remain centered */
  }
}

.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 26px;
  margin-bottom: 15px;
  color: var(--rs-white);
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 20px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: inline-flex;
  gap: 15px 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  position: relative;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
  content: "\ea6e";
  position: absolute;
  font-family: remixicon !important;
  font-size: 20px;
  inset-inline-end: -28px;
  opacity: 1;
  color: var(--rs-white);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span {
  color: var(--rs-white);
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span a:hover {
  color: var(--rs-theme-orange);
}

/*----------------------------------------
   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: 10px;
  height: 10px;
  background: #e1e6f9;
  position: relative;
  transform: unset;
  opacity: unset;
  margin: 0 13px;
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  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-light-blue);
}
.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-light-blue);
  transform: translate(-50%, -50%) scale(1);
}
.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-orange);
}
.rs-pagination.swiper-pagination.has-theme-orange .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-orange);
}
.rs-pagination.swiper-pagination.has-theme-green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-light-green);
}
.rs-pagination.swiper-pagination.has-theme-green .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-light-green);
}
/*----------------------------------------*/
/*  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: 30px;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.2s linear;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rs-white);
  transition: all 0.2s linear;
  font-family: var(--rs-ff-fontawesome);
  font-size: 14px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.24 social
/*----------------------------------------*/
.rs-theme-social {
  display: inline-flex;
  gap: 12px;
}
.rs-theme-social a {
  color: rgba(255, 255, 255, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.09);
  transition: 0.3s;
}
.rs-theme-social a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-theme-social.has-bg a {
  background: #E6E6E9;
  color: #737373;
}
.rs-theme-social.has-bg a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-theme-social.has-border a {
  border: 1px solid #D9E2DF;
  background: transparent;
  color: #666;
}
.rs-theme-social.has-border a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-theme-social.has-white a {
  background: var(--rs-white);
}
.rs-theme-social.has-white a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-theme-social.has-theme-green a {
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.54);
}
.rs-theme-social.has-theme-green a:hover {
  background: var(--rs-theme-light-green);
  color: var(--rs-white);
}
.rs-theme-social.has-transparent a {
  background: transparent;
  color: #ffffff;
  width: unset;
  height: unset;
}
.rs-theme-social.has-transparent.has-orange a:hover {
  color: var(--rs-theme-orange);
}
.rs-theme-social.has-transparent.has-deep-blue a:hover {
  color: var(--rs-theme-deep-blue);
}
.rs-theme-social.has-transparent.has-theme-light-green a:hover {
  color: var(--rs-theme-light-green);
}

.rs-theme-social.has-bg-black {
  flex-direction: column;
}
.rs-theme-social.has-bg-black a {
  background-color: #000;
  color: #fff;
}
.rs-theme-social.has-bg-black a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  2.4 Back to top
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  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-orange);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.backtotop-wrap:hover {
  background: #ea3e00;
}
.backtotop-wrap.has-theme-green {
  background: var(--rs-theme-green);
}
@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);
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--rs-ff-fontawesome);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: var(--rs-white);
  inset-inline-start: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnMarqueeTextX {
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@keyframes btnMarqueeTextY {
  100% {
    transform: translateY(-200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 45px rgba(7, 161, 105, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
    box-shadow: 0 0 0 0 rgba(7, 161, 105, 0);
  }
}
@keyframes pulse-secondary {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 45px rgba(251, 140, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0);
  }
}
.pulse-white {
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.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 popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rs-scale {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@keyframes rs-scale-two {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes iconBounce {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateY(-25px);
  }
  24% {
    opacity: 1;
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateY(-24px);
  }
  65% {
    animation-timing-function: ease-in;
    transform: translateY(-12px);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translateY(-6px);
  }
  93% {
    animation-timing-function: ease-in;
    transform: translateY(-4px);
  }
  25%, 55%, 75%, 87% {
    animation-timing-function: ease-out;
    transform: translateY(0px);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0px);
  }
}
.line-dash {
  stroke-dasharray: 4;
  stroke-dashoffset: 350;
  -webkit-animation: line-dash 30s linear backwards alternate-reverse infinite;
  animation: line-dash 30s linear backwards alternate-reverse infinite;
}

@keyframes line-dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes planeRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
@keyframes cameraScale {
  0% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes stoneSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
@-moz-keyframes badgeSpin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes badgeSpin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rsSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rs-spin-reverse {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes plane3Scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-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);
  }
}
/* Right To Left */
@keyframes right-2-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.upDown {
  animation: upDown 1.3S infinite alternate;
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes animation-upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@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);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    -moz-transform: rotate(0deg) translateX(-50px);
    -ms-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    -moz-transform: rotate(360deg) translateY(100px);
    -ms-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes rs-leftright {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateX(0);
  }
  40%, 60% {
    transform: translateX(-15px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes pulse-blur {
  from, to {
    scale: 1;
    filter: blur(0px);
  }
  50% {
    scale: 1.05;
    filter: blur(2px);
  }
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: inherit;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

@keyframes line1 {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-moz-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-ms-keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
  }
}
@-webkit-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes about-text {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes bounceSlide {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes rs-hand-move {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes rs-vibrate {
  0% {
    transform: translateX(-2px) rotate(0);
  }
  25% {
    transform: translateX(2px) rotate(-2deg);
  }
  50% {
    transform: translateX(-2px) rotate(2deg);
  }
  75% {
    transform: translateX(2px) rotate(-2deg);
  }
  100% {
    transform: translateX(-2px) rotate(0);
  }
}
@keyframes rs-vertical {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
@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 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);
  }
}
@keyframes rs-head-move {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rs-animation-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rs-translate {
  0% {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(-130px);
    -moz-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    -o-transform: translateX(-130px);
    transform: translateX(-130px);
  }
}
@keyframes rs-tab-line {
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  2.22 Short codes
/*----------------------------------------*/
.container.has-large {
  max-width: 1720px;
}

/* 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%;
}

.img-hover:hover img {
  transform: scale3d(1.07, 1.07, 1.07);
}

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

/* Border Radius Short Code */
.radius-0 {
  border-radius: 0px;
}

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

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

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

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

.radius-24 {
  border-radius: 16px;
}

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

code {
  font-size: 16px;
  color: var(--rs-text-primary);
  word-wrap: break-word;
}

.text-border-highlights {
  position: relative;
  z-index: 1;
}
.text-border-highlights span {
  position: absolute;
  inset-inline-start: 0;
  display: inline-block;
  z-index: -1;
  width: calc(100% - 3px);
}

/* Height Short code */
.h-2px {
  height: 2px;
}

.h-3px {
  height: 3px;
}

.h-4px {
  height: 4px;
}

.h-5px {
  height: 5px;
}

.h-6px {
  height: 6px;
}

.h-7px {
  height: 7px;
}

.h-8px {
  height: 8px;
}

.h-9px {
  height: 9px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-40px {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-55 {
  height: 55px;
}

/* Bottom Short Code */
.bottom-0 {
  inset-block-end: 0;
}

.bottom-5 {
  inset-block-end: 5px;
}

.bottom-6 {
  inset-block-end: 6px;
}

.bottom-7 {
  inset-block-end: 7px;
}

.bottom-8 {
  inset-block-end: 8px;
}

.bottom-9 {
  inset-block-end: 9px;
}

.bottom-10 {
  inset-block-end: 10px;
}

.bottom-15 {
  inset-block-end: 15px;
}

.bottom-20 {
  inset-block-end: 20px;
}

.bottom-25 {
  inset-block-end: 25px;
}

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

/* Font Weight */
.fw-1 {
  font-weight: var(--rs-fw-thin);
}

.fw-2 {
  font-weight: var(--rs-fw-elight);
}

.fw-3 {
  font-weight: var(--rs-fw-light);
}

.fw-4 {
  font-weight: var(--rs-fw-regular);
}

.fw-5 {
  font-weight: var(--rs-fw-medium);
}

.fw-6 {
  font-weight: var(--rs-fw-sbold);
}

.fw-7 {
  font-weight: var(--rs-fw-bold);
}

.fw-8 {
  font-weight: var(--rs-fw-ebold);
}

.fw-9 {
  font-weight: var(--rs-fw-black);
}

/*----------------------------------------*/
/*  2.17 Preloader
/*----------------------------------------*/
#pre-load {
  background-color: var(--rs-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container.has-theme-green::before {
  border-color: var(--rs-theme-light-green);
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--rs-theme-orange);
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*----------------------------------------*/
/*  2.18 Progress Bar
/*----------------------------------------*/
.single-progress {
  position: relative;
  overflow: hidden;
}

.single-progress .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--rs-title-primary);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
.single-progress:not(:last-child) {
  margin-bottom: 30px;
}

.progress {
  height: 6px;
  overflow: visible;
  background-color: var(--rs-light);
  border-radius: 10px;
}

.progress-bar {
  border-radius: 10px;
  width: 0;
  height: 100%;
  background-color: var(--rs-theme-orange);
  transition: width 0.5s ease;
  overflow: visible;
}
.progress-bar.bar-bg-2 {
  background-color: var(--rs-hover-primary);
}
.progress-bar.bar-bg-3 {
  background-color: var(--rs-success);
}
.progress-bar.bar-bg-4 {
  background-color: var(--rs-info);
}
.progress-bar.bar-bg-5 {
  background-color: var(--rs-warning);
}
.progress-bar.bar-bg-6 {
  background-color: var(--rs-danger);
}

.progress-number {
  position: absolute;
  font-size: 14px;
  top: 0;
  inset-inline-end: 0;
  z-index: 1;
}

.progress-style-2 .progress {
  height: 15px;
  border-radius: 10px;
}
.progress-style-2 .progress-number {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-title-primary);
}

/*----------------------------------------*/
/*  2.5 brand
/*----------------------------------------*/

.rs-brand-two {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.rs-brand-two .rs-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
}
@media only screen and (max-width: 1600px) {
  .rs-brand-two .rs-brand-wrapper {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-brand-two .rs-brand-wrapper {
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-two .rs-brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-brand-two .rs-brand-shape-thumb {
  position: absolute;
  inset-inline-start: -30px;
  overflow: hidden;
  visibility: hidden;
  bottom: 0;
  z-index: -1;
}
[dir=rtl] .rs-brand-two .rs-brand-shape-thumb {
  inset-inline-end: -30px;
  inset-inline-start: auto;
}
@media only screen and (max-width: 991px) {
  .rs-brand-two .rs-brand-shape-thumb {
    display: none;
  }
}
.rs-brand-two .rs-brand-shape-thumb img {
  transition: unset;
}
.rs-brand-two .rs-brand-circle-shape {
  position: absolute;
  bottom: 70px;
  inset-inline-start: 27%;
  width: 150px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .rs-brand-two .rs-brand-circle-shape {
    display: none;
  }
}
.rs-brand-two .rs-brand-circle-shape img {
  animation: rs-scale-two 1s alternate infinite;
  -webkit-animation: rs-scale-two 1s alternate infinite;
}
.rs-brand-two .rs-brand-item-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-brand-two .rs-brand-item-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-brand-two .rs-brand-item-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-two .rs-brand-item-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.rs-brand-two .rs-brand-item {
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 1600px) {
  .rs-brand-two .rs-brand-item {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-two .rs-brand-item {
    width: 130px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-brand-two .rs-brand-item {
    width: 100%;
  }
}
.rs-brand-two .rs-brand-item:hover .rs-brand-thumb img {
  transform: scale(1.2);
}
.rs-brand-two .rs-brand-thumb img {
  width: 70px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .rs-brand-two .rs-section-title-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-brand-two .rs-section-title-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-brand-two.has-theme-light-blue .rs-brand-item {
  width: 220px;
}
@media only screen and (max-width: 1600px) {
  .rs-brand-two.has-theme-light-blue .rs-brand-item {
    width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-brand-two.has-theme-light-blue .rs-brand-item {
    width: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-brand-two.has-theme-light-blue .rs-brand-item {
    width: 100%;
  }
}
.rs-brand-two.has-theme-light-blue .descrip {
  max-width: 600px;
}
.rs-brand-two.has-theme-light-blue .rs-brand-shape-thumb {
  inset-inline-start: -230px;
}
[dir=rtl] .rs-brand-two.has-theme-light-blue .rs-brand-shape-thumb {
  inset-inline-end: -30px;
  inset-inline-start: auto;
}
.rs-brand-two.has-theme-light-blue .rs-section-subtitle-wrapper {
  margin-bottom: 40px;
}
.rs-brand-two.has-theme-orange .rs-brand-wrapper {
  align-items: center;
}
.rs-brand-two.has-theme-orange .rs-brand-shape {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}
@media only screen and (max-width: 767px) {
  .rs-brand-two.has-theme-orange .rs-brand-shape {
    display: none;
  }
}
.rs-brand-two.has-theme-orange .rs-brand-slider-wrapper .rs-brand-item {
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}
.rs-brand-four .rs-brand-item {
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  transition: all 0.3s linear;
}
.rs-brand-four .rs-brand-item:hover {
  background: var(--rs-theme-light-green);
}
.rs-brand-four .rs-brand-item:hover .rs-brand-thumb img.hover-thumb {
  visibility: visible;
  opacity: 1;
}
.rs-brand-four .rs-brand-item:hover .rs-brand-thumb img.main-thumb {
  visibility: hidden;
  opacity: 0;
}
.rs-brand-four .rs-brand-thumb {
  position: relative;
  overflow: hidden;
}
.rs-brand-four .rs-brand-thumb .hover-thumb {
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.rs-brand-four .rs-brand-thumb img {
  width: 90px;
}
.rs-brand-thumb-wrapper {
  position: relative;
}
.rs-brand-thumb-wrapper .rs-brand-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

/*----------------------------------------*/
/*  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(34, 34, 34, 0.1);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

#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), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  #rs-mouse {
    display: none;
  }
}
/*----------------------------------------*/
/*  2.19 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.21 cursor
/*----------------------------------------*/
.rs-theme-settings-area {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 240px;
  background-color: var(--rs-white);
  transform: translateY(-50%) translateX(100%);
  z-index: 991;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s 0s ease-out;
}
.rs-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-gear {
  opacity: 0;
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-close {
  opacity: 1;
}
.rs-theme-settings-open {
  position: absolute;
  top: -1px;
  right: 100%;
}
.rs-theme-settings-open button {
  background-color: var(--rs-white);
  border-inline-end: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  color: var(--rs-black);
  position: relative;
  border-start-start-radius: 2px;
  border-bottom-left-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.15);
}
.rs-theme-settings-gear {
  display: inline-block;
  color: var(--rs-black);
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rs-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
[dir=rtl] .rs-theme-settings-close {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}
.rs-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--rs-black);
}
.rs-theme-wrapper {
  padding: 20px 30px 30px;
}
.rs-theme-toggle {
  text-align: center;
}
.rs-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-theme-primary);
  padding: 4px;
  border-radius: 20px;
}
.rs-theme-toggle-light, .rs-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rs-theme-toggle input {
  display: none;
}
.rs-theme-toggle:hover {
  cursor: pointer;
}
.rs-theme-toggle label {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-toggle label:hover {
  cursor: pointer;
}
.rs-theme-toggle #rs-theme-toggler {
  display: none;
}
.rs-theme-toggle #rs-theme-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-toggle-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  background-color: var(--rs-black);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/
.rs-swiper-btn {
  background: var(--rs-theme-green);
  color: var(--rs-white);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.rs-swiper-btn.has-bg-light {
  background: var(--rs-theme-light-green);
  color: #ffffff;
}
.rs-swiper-btn.has-bg-light:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white {
  background: var(--rs-theme-green);
  color: #ffffff;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.rs-swiper-btn.has-bg-white.has-small {
  width: 40px;
  height: 40px;
}
.rs-swiper-btn.has-bg-white.hover-yellow:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.hover-black:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.hover-orange:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.hover-orange:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.hover-blue:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.has-bg-black {
  gap: 15px;
}
.rs-swiper-btn.has-bg-white.has-bg-black button:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-swiper-btn.has-small {
  width: 40px;
  height: 40px;
}
.rs-swiper-btn.has-small.hover-light-orange:hover {
  background: rgba(234, 85, 1, 0.2117647059);
}

.rs-swiper-btn.has-light-red {
  display: flex;
  gap: 15px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1019607843);
  color: var(--rs-theme-red);
  font-size: 15px;
  border-radius: 2px;
}
.rs-swiper-btn.has-light-red:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-swiper-btn.has-theme-black {
  background: var(--rs-black);
  color: var(--rs-white);
  width: 50px;
  height: 50px;
}
.rs-swiper-btn.has-theme-black:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-swiper-btn.has-light-orange {
  background: rgba(238, 92, 3, 0.53);
  width: 60px;
  height: 60px;
  font-size: 20px;
}
.rs-swiper-btn.has-light-orange:hover {
  background: var(--rs-theme-orange);
}
.rs-swiper-btn.has-theme-light-green {
  background: var(--rs-theme-light-green);
}
.rs-swiper-btn.has-theme-light-green:hover {
  background: var(--rs-theme-green);
  color: var(--rs-white);
  border-color: var(--rs-theme-green);
}

.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 li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-list-item ul li:not(:last-child) {
  margin-bottom: 15px;
}
.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.has-theme-green ul li i {
  border: 2px solid var(--rs-theme-light-green);
  color: var(--rs-theme-light-green);
}

.rs-list-item.has-theme-orange ul li i {
  border: 2px solid var(--rs-theme-orange);
  color: var(--rs-theme-orange);
}
/*----------------------------------------*/
/*  3.5.4 Header Style 4
/*----------------------------------------*/
.rs-header-four .rs-header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  justify-content: center;
  gap: 10px;
  background: var(--rs-theme-green);
}
@media only screen and (max-width: 1199px) {
  .rs-header-four .rs-header-inner {
    justify-content: space-between;
  }
}
.rs-header-four .rs-header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-four .rs-header-logo .rs-header-logo-bg {
  position: absolute;
  content: "";
  width: 295px;
  height: 90px;
  background-color: var(--rs-bg-primary);
  top: -30px;
  inset-inline-start: -60px;
  z-index: -1;
  border-radius: 10px;
}
.rs-header-four .rs-header-logo-wrapper {
  width: 295px;
  height: 55px;
  /* background-color: var(--rs-bg-primary); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .rs-header-four .rs-header-logo-wrapper {
    width: 210px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-four .rs-header-logo-wrapper {
    width: 100%;
    background: transparent;
    height: 70px;
    justify-content: start;
  }
}
.rs-header-four .rs-header-left .rs-theme-social {
  padding-inline-start: 75px;
  gap: 15px;
}
.rs-header-four .rs-header-left .rs-theme-social a {
  font-size: 18px;
}
.rs-header-four .rs-header-menu {
  display: flex;
  align-items: center;
  background: var(--rs-bg-green);
  padding: 0 90px 0 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 1800px) {
  .rs-header-four .rs-header-menu {
    padding: 0 20px 0px 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-header-four .rs-header-menu {
    padding: 0 0px 0px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-four .rs-header-menu {
    padding: 15px 20px 16px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-header-four .rs-header-menu {
    display: none;
  }
}
.rs-header-four .rs-header-right {
  display: flex;
  gap: 30px;
  align-items: center;
  background: var(--rs-bg-green);
  color:var(--rs-white);
  padding: 15px 45px 15px 45px;
  border-radius: 10px;
}
@media only screen and (max-width: 1800px) {
  .rs-header-four .rs-header-right {
    padding: 0px 25px 0px 25px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-header-four .rs-header-right {
    padding: 6px 35px 6px 35px;
  }
} 
@media only screen and (max-width: 1366px) {
  .rs-header-four .rs-header-right {
    padding: 10px 20px 8px 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-four .rs-header-right {
    padding:0px 15px 0px 15px;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-four .rs-header-right {
    background: transparent;
    padding: 0;
  }
}
.rs-header-four .main-menu {
  border-inline-start: 1px solid rgba(31, 31, 31, 0.07);
  padding-inline-start: 30px;
  margin-inline-start: 50px;
}
@media only screen and (max-width: 1700px) {
  .rs-header-four .main-menu {
    margin-inline-start: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-header-four .main-menu {
    padding-inline-start: 0px;
  }
}
.rs-header-four .main-menu li a {
  /* padding: 36px 20px; */
  color: var(--rs-text-white);
}
.rs-header-four .rs-header-search-inner {
  top: 64px;
}
@media only screen and (max-width: 575px) {
  .rs-header-four .rs-header-search-inner {
    top: 54px;
  }
}
.rs-header-four .rs-header-search-inner input:focus {
  border-color: var(--rs-theme-light-blue);
}
.rs-header-four .rs-header-search-inner.has-theme-green input:focus {
  border-color: var(--rs-theme-light-green);
}
@media only screen and (max-width: 1600px) {
  .rs-header-four .rs-header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-four .rs-header-btn {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-four .rs-header-btn {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .rs-header-four .rs-header-btn .rs-btn {
    padding: 15px 25px;
  }
}
/*----------------------------------------*/
/*  3.5.8 Header Common Style 
/*----------------------------------------*/
.rs-header-logo img {
  max-width: 180px;
}
.rs-header-search-wrapper {
  position: relative;
}
.rs-header-search-inner {
  display: none;
  position: absolute;
  width: 290px;
  top: 68px;
  z-index: 2;
  inset-inline-end: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-header-search-inner {
    top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-header-search-inner {
    top: 59px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-search-inner {
    width: 250px;
  }
}
.rs-header-search input {
  color: #444;
  padding-inline-end: 50px;
  padding-inline-start: 15px;
  width: 100%;
  background: var(--rs-white);
  border-radius: 5px;
  border: 1px solid rgba(62, 62, 62, 0.1);
  font-size: 14px;
  height: 50px;
}
[dir=rtl] .rs-header-search input {
  padding-inline-end: 40px;
}
.rs-header-search input:focus {
  border-color: rgba(31, 31, 31, 0.5);
}
.rs-header-search button {
  position: absolute;
  right: 10px;
  font-size: 22px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #00204A;
}
[dir=rtl] .rs-header-search button {
  left: 20px;
}
.rs-header-hamburger .bar-icon svg path {
  transition: all 0.3s ease-out 0s;
}
.rs-header-hamburger .bar-icon:hover svg path {
  fill: var(--rs-theme-orange);
}
.rs-header-hamburger.has-theme-light-green .bar-icon:hover svg path {
  fill: var(--rs-theme-light-green);
}

.rs-header-hamburger.has-theme-light-green .bar-icon:hover svg path {
  fill: var(--rs-theme-light-green);
}
.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);
  border-radius: 0px 0px 20px 20px;
}

.header-transparent {
  position: absolute;
  inset-inline-start: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
      background-color: #002D54;
    border-radius: 0px 0px 20px 20px;

}
/*----------------------------------------*/
/*  3.1.7 Banner
/*----------------------------------------*/
.rs-banner-seven {
  position: relative;
  z-index: 1;
}
.rs-banner-seven .rs-banner-wrapper {
  padding: 150px 0 150px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding: 120px 0 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-wrapper {
    padding: 88px 0 22px;
  }
}
.rs-banner-seven .rs-banner-bg-thumb {
  position: absolute;
  top: -150px;
  /* bottom: 180px; */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 1267px) {
    .rs-banner-seven .rs-banner-bg-thumb {
        height: 100%;
         /* bottom: 180px; */
    }
}
@media only screen and (max-width: 767px) {
    .rs-banner-seven .rs-banner-bg-thumb {
        height: 80%;
        top: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-seven .rs-banner-bg-thumb {
        height: 78%;
        top: 0px;
    }
}
.rs-banner-seven .rs-banner-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-theme-orange);
  margin-top:10px;
  margin-bottom: 20px;
  display: inline-block;
}
.rs-banner-seven .rs-banner-title-wrapper {
  position: relative;
  z-index: 1;
}
.rs-banner-seven .rs-banner-title {
  font-size: 113px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--rs-theme-green);
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 55px;
  }
}
.rs-banner-seven .rs-banner-title.has-stroke {
  color: var(--rs-theme-green);
  -webkit-text-stroke: 1px var(--rs-theme-green);
  -webkit-text-fill-color: var(--rs-white);
  margin-top: -276px;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 1800px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -121px;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -96px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -196px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -152px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -109px;
  }
}


@media only screen and (max-width: 480px) {
  .rs-banner-seven .rs-banner-title.has-stroke {
    margin-top: -120px;
  }
}
 /* Slider container */
.mySlider {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
}

/* Slide structure */
.mySlider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-text {
  position:absolute;
  left:5%;
  bottom:68%;
  max-width:100%;
  color:#fff !important;
}
.slide-text h3,
.slide-text h5 {
  color: #fff !important;
}


/* Custom Controls Position */
.custom-controls {
  position:absolute;
  right:50px;
  bottom:60px;
  display:flex;
  align-items:center;
  gap:22px;
  z-index:50;
}

/* Arrows */
.custom-arrow {
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;

  /* Only arrow visible, no circle */
  background: transparent;
  color:#1b1a52;
  transition:0.3s ease;
}

/* Add Swiper default arrow icon */
.custom-arrow:after {
  font-size:18px;
  font-weight:600;
}

/* Hover effect → circle appears */
.custom-arrow:hover {
  background: rgba(252, 104, 6, 0.849);
  backdrop-filter: blur(5px);
}
/* Hide arrows on small screens */
@media (max-width: 768px) {
  .custom-arrow {
    display: none !important;
  }

  .divider-line {
    display: none !important; /* optional: hide divider too */
  }

  .custom-controls {
    gap: 0; /* optional: remove gap since arrows are gone */
  }
}

/* Divider Line */
.divider-line {
  width:1px;
  height:24px;
  background: #1b1a52;
  display:block;
}

/* Vertical Pagination Right Side (fixed) */
.custom-pagination {
  position:absolute !important;
  right:50px !important;
  top:50% !important;
  transform:translateY(-50%);
  display:flex !important;
  flex-direction:column !important;
  gap:12px;
  width:auto !important;
  left:auto !important;    /* fixes the left side problem */
  z-index:50;
}

/* Bullets */
.custom-pagination .custom-bullet {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  opacity:0.35;
  transition:0.3s ease;
}

/* Active Bullet */
.custom-pagination .custom-bullet-active {
  opacity:1;
  transform:scale(1.35);
}


.rs-banner-seven .rs-banner-btn {
  text-align: start;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .rs-banner-seven .rs-banner-btn {
    margin-top: 0px;
  }
}
.rs-banner-seven .rs-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rs-banner-seven .rs-play-btn.has-transparent-btn {
  border: 2px solid var(--rs-theme-yellow);
  background: #ECF0EF;
  color: var(--rs-theme-green);
  font-size: 18px;
}
.rs-banner-seven .rs-play-btn.has-transparent-btn:hover {
  background: var(--rs-theme-light-green);
  color: var(--rs-white);
}

/*----------------------------------------*/
/*  3.1.8 Banner Style 8
/*----------------------------------------*/
.rs-banner-eight {
  position: relative;
  z-index: 1;
}
.rs-banner-eight .rs-banner-slider-wrapper {
  position: relative;
}
.rs-banner-eight .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.rs-banner-bg-thumb iframe.rs-bg-video {
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  z-index: -1;
}
.rs-banner-eight .rs-banner-item-wrapper {
  padding: 50px 0 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-eight .rs-banner-item-wrapper {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-item-wrapper {
    padding: 500px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-eight .rs-banner-item-wrapper {
    padding: 80px 0 100px;
  }
}
.rs-banner-eight .rs-banner-title {
  color: var(--rs-white);
  font-size: 20px;
  text-transform: uppercase;
  max-width: 720px;
  line-height: 1.07;
}
@media only screen and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 20px;
  }
}
.rs-banner-eight .rs-banner-subtitle {
  color: var(--rs-white);
  position: relative;
  padding-inline-start: 135px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.rs-banner-eight .rs-banner-subtitle::before {
  position: absolute;
  color: var(--rs-white);
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  inset-inline-start: 105px;
  font-weight: 500;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-banner-eight .rs-banner-subtitle .rs-border-line {
  position: absolute;
  content: "";
  width: 84px;
  height: 2px;
  background: var(--rs-theme-orange);
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
}
.rs-banner-eight .rs-banner-descrip {
  max-width: 500px;
  margin: 25px 0 40px;
}
.rs-banner-eight .rs-banner-descrip p {
  color: var(--rs-white);
}
.rs-banner-eight .rs-banner-navigation {
  position: absolute;
  inset-inline-end: 110px;
  z-index: 55;
  bottom: 80px;
  display: flex;
  gap: 15px;
}
.rs-banner-eight .rs-banner-navigation .has-theme-black:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-black);
}
@media only screen and (max-width: 767px) {
  .rs-banner-eight .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-eight .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}

.rs-banner-eight.rs-swiper .swiper-slide-active .rs-banner-subtitle,
.rs-banner-eight.rs-swiper .swiper-slide-active .rs-banner-title,
.rs-banner-eight.rs-swiper .swiper-slide-active .rs-banner-descrip,
.rs-banner-eight.rs-swiper .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.rs-banner-eight .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-descrip {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.rs-banner-eight .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}

/*----------------------------------------*/
/*  3.1.13 Banner Style 13
/*----------------------------------------*/
.rs-banner-thirteen {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,165,0,0.22), rgba(0,200,255,0.22));
}


.rs-banner-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.rs-banner-content {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.banner-image {
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner-image img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}

/* Responsive Fix */
@media(max-width: 991px) {
  .banner-image img {
    max-width: 300px;
    margin: auto;
  }
}

.creative-list {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}

.creative-list li {
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.creative-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: orange;
  font-size: 18px;
  font-weight: bold;
}

.callout-box {
  margin-top: 20px;
  background: rgba(255, 165, 0, 0.15);
  border-left: 4px solid orange;
  padding: 15px;
  border-radius: 6px;
  font-weight: 600;
}

/* Menu index */
.main-menu ul li.active > a {
  color: var(--rs-theme-orange);
}
.main-menu ul li a.active {
  color: var(--rs-theme-orange);
}
.main-menu > ul {
  display: inline-flex;
}
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-orange);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.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 > ul > li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu li {
  /* position: relative; */
  list-style: none;
}
.main-menu li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--rs-text-primary);
  padding: 20px 20px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  transition: all 0.3s linear;
}
.main-menu li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: var(--rs-ff-fontawesome);
  margin-inline-start: 5px;
  font-weight: 500;
  font-size: 15px;
}
.main-menu .submenu {
  background-color: var(--rs-white);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 260px;
  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;
}
.main-menu .submenu ul {
  background-color: var(--rs-white);
  width: 260px;
  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:not(:last-child) {
  border-bottom: 1px solid rgba(200, 192, 226, 0.18);
}
.main-menu .submenu li:hover > a {
  color: var(--rs-theme-orange);
  letter-spacing: 0.5px;
}
.main-menu .submenu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu .submenu li a {
  font-size: 13px;
  color: var(--rs-text-primary);
  display: block;
  transition: all 0.5s;
  text-align: start;
  cursor: pointer;
  padding: 15px 20px 15px 20px;
}
.main-menu .has-mega-menu {
  position: static;
  transition: all 15s ease-in-out;
}
.main-menu .has-mega-menu .title {
  font-weight: 400;
  text-transform: uppercase;
  /* pointer-events: none; */
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--rs-white);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 1100px;
  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: 20px 42px 35px 0px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.main-menu .mega-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(200, 192, 226, 0.15);
  font-size: 14px;
  color: var(--rs-text-primary);
  font-weight: 300;
}
.main-menu .mega-menu li a:hover {
  color: var(--rs-theme-orange);
  letter-spacing: 0.1px;
}
.main-menu .mega-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0px;
  display: grid;
}
.main-menu .mega-grid-two {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0px;
  display: grid;
}
@media only screen and (max-width: 1166px) {
  .main-menu .mega-grid-two {
    gap: 0 0px;
  }
}
.main-menu .mega-grid-two.mega-menu {
  width: 1200px;
}


@media only screen and (max-width: 1700px) {
  .main-menu .mega-grid-two.mega-menu {
    width: 1300px;
  }
}
@media only screen and (max-width: 1500px) {
  .main-menu .mega-grid-two.mega-menu {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-menu .mega-grid-two.mega-menu {
    width: 997px;
    
  }
}
.main-menu .mega-grid-two.has-space {
  inset-inline-start: -480px;
}
@media only screen and (max-width: 1700px) {
  .main-menu .mega-grid-two.has-space {
    inset-inline-start: -270px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-menu .mega-grid-two.has-space {
    inset-inline-start: -100px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two.has-space {
    inset-inline-start: 0px;
  }
}

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

.rs-header-area.has-theme-orange.rs-sticky-header {
  background: rgba(31, 31, 31, 0.9);
}
.rs-header-area.has-theme-orange .main-menu ul li.active > a {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu ul li a.active {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu .mega-menu {
  background: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu .mega-menu li.active > a {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-orange .main-menu .mega-menu li a.active {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-orange .main-menu li a {
  color: var(--rs-white);
}
.rs-header-area.has-theme-orange .main-menu li a:hover {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-orange .main-menu .mega-menu {
  background: var(--rs-theme-orange);
}
.rs-header-area.has-bg-blue {
  background: rgba(20, 35, 64, 0.4);
}
.rs-header-area.has-bg-blue.rs-sticky-header {
  background: rgba(20, 35, 64, 0.9);
}
.rs-header-area.has-bg-blue .main-menu ul li.active > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu ul li a.active {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu .submenu {
  background: #172542;
}
.rs-header-area.has-bg-blue .main-menu .submenu li:hover > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu .submenu li a:hover {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu .submenu li a.active {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu > ul > li:hover > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-blue .main-menu > ul > li a {
  color: var(--rs-white);
}
.rs-header-area.has-bg-blue .bar-icon span {
  background: var(--rs-theme-tertiary);
}
.rs-header-area.has-bg-blue .mega-menu {
  background: #172542;
}
.rs-header-area.has-bg-blue .mega-menu li a {
  border-color: rgba(196, 196, 196, 0.07);
}
.rs-header-area.has-bg-blue .mega-menu li a:hover {
  color: var(--rs-theme-red);
}
.rs-header-area.has-bg-black .rs-sticky-header {
  background: #1E2023;
  padding-inline-end: 100px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-area.has-bg-black .rs-sticky-header {
    padding-inline-end: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-area.has-bg-black .rs-sticky-header {
    padding-inline-end: 20px;
  }
}
.rs-header-area.has-bg-black .rs-sticky-header .rs-header-logo {
  margin-top: 0;
}
.rs-header-area.has-bg-black .rs-sticky-header .rs-header-logo .rs-header-logo-bg {
  height: 131px;
}
@media only screen and (max-width: 480px) {
  .rs-header-area.has-bg-black .rs-sticky-header .rs-header-left {
    margin-inline-start: -23px;
  }
}
.rs-header-area.has-bg-black .rs-sticky-header .rs-header-search-inner {
  top: 69px;
}
@media only screen and (max-width: 991px) {
  .rs-header-area.has-bg-black .rs-sticky-header .rs-header-search-inner {
    top: 59px;
  }
}
.rs-header-area.has-theme-light-green .main-menu ul li.active > a {
  color: var(--rs-theme-light-green);
}
.rs-header-area.has-theme-light-green .main-menu ul li a.active {
  color: var(--rs-theme-light-green);
}
.rs-header-area.has-theme-light-green .main-menu .submenu li:hover > a {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-light-green .main-menu > ul > li:hover > a {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-light-green .main-menu .mega-menu li a:hover {
  color: var(--rs-theme-green);
}

/*----------------------------------------*/
/*  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: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  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;
}

.mean-container .mean-nav .submenu {
  padding-inline-start: 20px;
}
.mean-container .mean-nav .submenu a {
  font-size: 15px;
}
.mean-container .mean-nav .mega-menu a {
  font-size: 15px;
}
.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;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--rs-black);
  border-top: 1px solid rgba(255, 255, 255, 0.079);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-orange);
}

.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-orange);
}

.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;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px !important;
  margin-top: 5px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  color: var(--rs-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.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-orange);
  color: var(--rs-white);
  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: var(--rs-white);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1199px) {
  #mobile-menu-two {
    display: none;
  }
}
/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.sidebar-widget {
  position: relative;
  padding: 40px 30px 40px 30px;
  background: var(--rs-bg-primary);
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget {
    padding: 30px 25px 30px 25px;
  }
}
.sidebar-widget::before {
  content: "";
  width: 4px;
  height: 15px;
  position: absolute;
  inset-inline-start: 30px;
  top: 0;
  background: var(--rs-theme-orange);
}
.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-orange);
}
.sidebar-widget.widget-categories-two {
  padding: 40px 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: 10px;
}
.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: 10px 20px;
  background: var(--rs-white);
  font-weight: 500;
  border-radius: 2px;
  font-size: 17px;
}
.sidebar-widget.widget-categories-two ul li a:hover {
  background: var(--rs-theme-orange);
  border-color: var(--rs-theme-orange);
  color: var(--rs-white);
}
.sidebar-widget.widget-categories-two ul li i {
  font-size: 20px;
}
.sidebar-widget.widget-cta {
  position: relative;
  z-index: 1;
  height: 600px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-cta {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-widget.widget-cta {
    height: 400px;
  }
}
.sidebar-widget.widget-cta::before {
  content: none;
}
.sidebar-widget-cta-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.sidebar-widget.widget-download {
  background: var(--rs-bg-primary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-download {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget.widget-download::before {
  content: none;
}
.sidebar-widget.widget-download ul li {
  list-style: none;
}
.sidebar-widget.widget-download ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-widget.widget-download ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(2, 1, 1, 0.09);
  padding: 0 15px;
  height: 50px;
  background: var(--rs-white);
  border-radius: 2px;
}
.sidebar-widget.widget-download ul li a:hover {
  color: var(--rs-theme-orange);
}
.sidebar-widget.widget-download ul li a .left {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}
.sidebar-widget.widget-project::before {
  content: none;
}
.sidebar-widget.widget-project .sidebar-widget-icon {
  width: 60px;
  height: 60px;
  background: #E1E1E5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
}
.sidebar-widget.widget-project .sidebar-widget-icon svg {
  width: 22px;
  height: 22px;
}
.sidebar-widget.widget-project .sidebar-widget-icon svg path {
  fill: var(--rs-black);
}
.sidebar-widget.widget-project .sidebar-widget-title {
  font-size: 30px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-project .sidebar-widget-title {
    font-size: 26px;
  }
}
.sidebar-widget.widget-project .sidebar-widget-info span {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
}
.sidebar-widget.widget-project .sidebar-widget-info h6 {
  font-weight: 500;
}
.sidebar-widget.widget-project .sidebar-widget-client-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar-widget.widget-project .sidebar-widget-client-item:not(:last-child) {
  border-bottom: 1px solid rgba(97, 97, 97, 0.18);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-widget.widget-project .sidebar-widget-client-item:first-child {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(97, 97, 97, 0.18);
}
.sidebar-widget.widget-project .sidebar-widget-client-item:hover .sidebar-widget-icon svg {
  animation: rs-fold linear 0.5s;
}
.sidebar-widget.widget-social::before {
  content: none;
}
.sidebar-widget.widget-social .sidebar-widget-title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget.widget-social .sidebar-widget-title {
    font-size: 26px;
  }
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  padding-inline-end: 50px;
  background: var(--rs-white);
  border: 1px solid #ddd;
  height: 60px;
}
.sidebar-search-input button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  color: var(--rs-black);
  font-size: 16px;
  transform: translateY(-50%);
}
.sidebar-search-input button:hover {
  color: var(--rs-theme-primary);
}
.sidebar-widget-title {
  margin-bottom: 20px;
}
.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-orange);
  padding-inline-start: 20px;
}
/*----------------------------------------*/
/*  3.4.2 category Style
/*----------------------------------------*/
.rs-category-one {
  position: relative;
  z-index: 1;
}
.rs-category-one .rs-category-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.rs-category-one .rs-category-item {
  background: var(--rs-white);
  padding: 25px 25px 40px;
  display: flex;
  gap: 15px 25px;
  position: relative;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .rs-category-one .rs-category-item {
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-category-one .rs-category-item {
    padding: 20px 20px 20px;
    flex-wrap: wrap;
  }
}
.rs-category-one .rs-category-item:hover .rs-category-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-category-one {
    counter-reset: count;
}

.rs-category-one .rs-category-item::before {
  position: absolute;
  color: #E7E9EC;
  counter-increment: count;
  content: "0" counter(count);
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  bottom: 35px;
  inset-inline-start: 35px;
  line-height: 1;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 480px) {
  .rs-category-one .rs-category-item::before {
    bottom: unset;
    top: 35px;
    inset-inline-end: 35px;
    transform: rotate(0deg);
    inset-inline-start: auto;
  }
}
.rs-category-one .rs-category-icon {
  width: 60px;
  height: 60px;
  background: var(--rs-bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 4px;
}
.rs-category-one .rs-category-icon svg {
  width: 40px;
}
.rs-category-one .rs-category-icon svg path {
  fill: var(--rs-theme-orange);
}
.rs-category-one .rs-category-title {
  margin-bottom: 10px;
}
.rs-category-one .rs-category-content {
  margin-top: 10px;
}
.rs-category-one.has-theme-orange .rs-category-bg-thumb {
  background-position: top center;
  top: 0;
  inset-inline-start: 0;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .rs-category-one.has-theme-orange .rs-category-bg-thumb {
    background-position: center left;
  }
}
.rs-category-one.has-theme-orange .rs-section-title {
  color: var(--rs-white);
}
.rs-category-one.has-theme-orange .rs-category-icon svg {
  width: 40px;
}
.rs-category-one.has-theme-orange .rs-category-icon svg path {
  fill: var(--rs-theme-orange);
}

/*----------------------------------------*/
/*  3.4.2 Footer Style
/*----------------------------------------*/
.rs-footer-widget-links ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.rs-footer-widget-links ul li {
  list-style: none;
  position: relative;
}
.rs-footer-widget-links ul li a {
  color: var(--rs-text-secondary);
  /* font-weight: 500; */
  transition: 0.5s;
  position: relative;
}
.rs-footer-widget-links ul li a::before {
  content: "\f061";
  color: var(--rs-theme-orange);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: var(--rs-ff-fontawesome);
  position: absolute;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.rs-footer-widget-links ul li a:hover {
  color: var(--rs-theme-orange);
  padding-inline-start: 25px;
}
.rs-footer-widget-links ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.rs-footer-widget-links.has-theme-green ul li a::before {
  color: var(--rs-theme-light-green);
}
.rs-footer-widget-links.has-theme-green ul li a:hover {
  color: var(--rs-theme-light-green);
}
.rs-footer-two {
  position: relative;
  z-index: 2;
}
.rs-footer-two.has-space {
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two.has-space {
    padding-top: 205px;
  }
}
.rs-footer-two.has-space > .rs-footer-top {
  padding: 0px 0 40px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two.has-space > .rs-footer-top {
    padding: 0 0 70px;
  }
}
.rs-footer-two .rs-footer-top {
  padding: 70px 0 80px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-top {
    padding: 60px 0 70px;
  }
}
.rs-footer-two .rs-footer-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  top: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}
.rs-footer-two .rs-footer-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #111111;
  top: 0;
  inset-inline-start: 0;
  opacity: 0.6;
  z-index: 1;
}
.rs-footer-two .rs-footer-bg-thumb.has-bg-none::before {
  position: unset;
  content: none;
}
.rs-footer-two .rs-footer-widget-logo img {
  max-width: 180px;
}
.rs-footer-two .rs-footer-copyright a {
  color: var(--rs-theme-orange);
}
.rs-footer-two .rs-footer-widget-description {
  color: var(--rs-text-secondary);
  margin-bottom: 0px;
}
.rs-footer-two .descrip {
  color: var(--rs-text-secondary);
  margin: 0px 0 40px;
}
.rs-footer-two .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-footer-two .rs-footer-widget-meta p {
  color: var(--rs-text-secondary);
  margin: 0;
}
.rs-footer-two .rs-footer-widget-address {
  margin-bottom: 30px;
}
.rs-footer-two .rs-footer-widget-address a {
  color: var(--rs-text-secondary);
}
.rs-footer-two .rs-footer-widget-address a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-two .rs-footer-widget-email a {
  color: var(--rs-text-secondary);
}
.rs-footer-two .rs-footer-widget-email a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-two .rs-footer-widget-number {
  margin-bottom: 5px;
}
.rs-footer-two .rs-footer-widget-number.has-theme-green a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-two .rs-footer-widget-number span {
  display: block;
}
.rs-footer-two .rs-footer-widget-number span a {
  color: var(--rs-text-secondary);
}
.rs-footer-two .rs-footer-widget-number span a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-two .rs-footer-widget-number span:not(:last-child) {
  margin-bottom: 5px;
}
.rs-footer-two .footer-2-col-1 {
  margin-inline-end: 6px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-1 {
    margin-inline-end: 0px;
  }
}
.rs-footer-two .footer-2-col-3 {
  /* padding-inline-start: 40px; */
  margin-top: 55px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-3 {
    padding-inline-start: 0px;
  }
}
.rs-footer-two .footer-2-col-4 {
  padding-inline-start: 80px;
}
@media only screen and (max-width: 1366px) {
  .rs-footer-two .footer-2-col-4 {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-4 {
    padding-inline-start: 0px;
  }
}

.rs-footer-two.has-theme-orange .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-orange .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-orange .rs-footer-widget-address a:hover {
  color: var(--rs-theme-orange);
}
.rs-footer-two.has-theme-orange.has-bg-thumb .rs-footer-bg-thumb {
  background-position: top center;
}
.rs-footer-two.has-theme-orange.has-bg-thumb .rs-footer-bg-thumb::before {
  content: none;
}
.rs-footer-two.has-theme-green .rs-footer-bg-thumb {
  background-position: top center;
}
.rs-footer-two.has-theme-green .rs-footer-bg-thumb::before {
  content: none;
}
.rs-footer-two.has-theme-green .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-green .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-green .rs-footer-widget-address a:hover {
  color: var(--rs-theme-light-green);
}
.rs-footer-bg-thumb-wrapper {
  position: relative;
}
.rs-footer-bg-thumb-wrapper .rs-footer-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  top: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-footer-bg-thumb-wrapper .rs-footer-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--rs-theme-blue);
  top: 0;
  inset-inline-start: 0;
  opacity: 0.6;
  z-index: 1;
}
.rs-footer-bg-thumb-wrapper.has-theme-orange .rs-footer-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--rs-black);
  top: 0;
  inset-inline-start: 0;
  opacity: 0.6;
  z-index: 1;
}


/*----------------------------------------*/
/* 3.4.1 Copyright Style
/*----------------------------------------*/
.rs-copyright-one {
  padding: 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.rs-copyright-one .rs-footer-copyright a:hover {
  color: var(--rs-theme-orange);
}
.rs-copyright-one .rs-footer-copyright.has-theme-orange a {
  color: var(--rs-theme-orange);
  background-image: linear-gradient(var(--rs-theme-orange), var(--rs-theme-orange)), linear-gradient(var(--rs-theme-orange), var(--rs-theme-orange));
}
.rs-copyright-one .rs-footer-copyright.has-theme-orange p {
  color: var(--rs-text-secondary);
}

.rs-copyright-one .rs-footer-copyright.has-theme-green a {
  color: var(--rs-theme-green);
  background-image: linear-gradient(var(--rs-theme-green), var(--rs-theme-green)), linear-gradient(var(--rs-theme-green), var(--rs-theme-green));
}
.rs-copyright-one .rs-footer-copyright.has-theme-green p {
  color: var(--rs-white);
    
}
.copyright-text{
font-weight: 200 !important;
}
.rs-copyright-one.has-theme-green {
  position: relative;
  z-index: 1;
}
.rs-copyright-one.has-theme-green .rs-copyright-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/

.rs-about-one .rs-about-item {
  position: relative;
}
.rs-about-one .rs-about-item .rs-about-btn-wrapper:hover + .rs-about-content {
  opacity: 0;
}
.rs-about-one .rs-about-item:hover .rs-about-content {
  opacity: 1;
}
.rs-about-one .rs-about-item:hover .rs-about-text-btn {
  translate: -140% 0;
}
[dir=rtl] .rs-about-one .rs-about-item:hover .rs-about-text-btn {
  translate: 140% 0;
}
.rs-about-one .rs-about-thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rs-about-one .rs-about-thumb img {
  width: 100%;
}
.rs-about-one .rs-about-content {
  background: var(--rs-white);
  padding: 20px 20px;
  width: 350px;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-content {
    width: 300px;
  }
}
.rs-about-one .rs-about-title {
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-title {
    font-size: 14px;
  }
}
.rs-about-one .rs-about-category {
  font-size: 16px;
  font-weight: 500;
}
.rs-about-one .rs-about-btn-wrapper {
  display: flex;
  position: absolute;
  inset-inline-end: -125px;
  bottom: 0;
  z-index: 2;
}
.rs-about-one .rs-about-btn-wrapper:hover .rs-square-btn,
.rs-about-one .rs-about-btn-wrapper:hover .rs-btn {
  background: #1E2023;
  color: var(--rs-white);
}
.rs-about-one .rs-square-btn {
  border-radius: 0;
}
.rs-about-one .rs-about-text-btn {
  transform-origin: center right;
  translate: 0;
  transition: translate 0.7s ease, color 0.3s ease;
}
[dir=rtl] .rs-about-one .rs-about-text-btn {
  transform-origin: center left;
}
.rs-about-one .rs-about-text-btn .rs-btn {
  height: 50px;
  padding: 10px 0px 10px 15px;
  border-radius: 0;
}
[dir=rtl] .rs-about-one .rs-about-text-btn .rs-btn {
  padding: 10px 15px 10px 0px;
}
.rs-about-one .rs-about-navigation {
  display: flex;
  justify-content: end;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-navigation {
    justify-content: start;
  }
}
.rs-about-two .rs-about-tab-item {
  position: relative;
  z-index: 1;
  height: 404px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-two .rs-about-tab-item {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-two .rs-about-tab-item {
    height: 300px;
  }
}
.rs-about-two .rs-about-tab-content {
  position: absolute;
  inset-inline-end: 0;
  z-index: 2;
  bottom: 0;
  text-align: end;
  padding: 100px;
}
.rs-about-two .rs-about-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.rs-about-two .rs-about-descrip {
  max-width: 450px;
  margin-inline-end: 45px;
  margin-bottom: 45px;
  margin-inline-start: 30px;
}
@media only screen and (max-width: 480px) {
  .rs-about-two .rs-about-descrip {
    margin-inline-end: 30px;
  }
}
.rs-about-two .rs-about-descrip p {
  color: #040423;
}
[dir=rtl] .rs-about-two .rs-about-icon {
  transform: rotate(-180deg);
}
.rs-about-two .rs-about-tab .nav-pills {
  display: block;
}
.rs-about-two .rs-about-tab .nav-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-about-two .rs-about-tab .nav-link {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 25px;
  font-weight: 400;
  color: var(--rs-text-primary);
  transition: all 0.5s ease;
  font-size: 15px;
  line-height: 1.1;
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .rs-about-two .rs-about-tab .nav-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-two .rs-about-tab .nav-link {
    font-size: 25px;
  }
}
.rs-about-two .rs-about-tab .nav-link svg {
  position: absolute;
  top: 52%;
  transform: translate(-24px, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .rs-about-two .rs-about-tab .nav-link svg {
  transform: translate(24px, -50%);
}
.rs-about-two .rs-about-tab .nav-link svg path {
  fill: var(--rs-theme-orange);
}
.rs-about-two .rs-about-tab .nav-link.active {
  color: var(--rs-theme-orange);
  background: transparent;
}
.rs-about-two .rs-about-tab .nav-link.active svg {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-about-two .rs-about-tab .nav-link.active svg {
  transform: translate(55px, -50%);
}
.rs-about-two .rs-about-tab .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--rs-theme-orange);
  left: 0;
  transition: all 0.5s;
  height: 2px;
  bottom: 0px;
  animation-duration: 5000ms;
}
.rs-about-two .rs-about-tab .nav-link.active::before {
  animation-name: rs-tab-line;
  animation-timing-function: linear;
}
.rs-about-two .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-orange);
}
.rs-about-two .rs-about-tab .nav-link:hover svg {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-about-two .rs-about-tab .nav-link:hover svg {
  transform: translate(55px, -50%);
}
.rs-about-two .rs-about-tab-anim .tab-pane.active .rs-about-tab-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-about-two .rs-about-tab-number {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
 
.rs-about-four {
  overflow-x: clip;
}
.rs-about-four .rs-about-thumb-wrapper {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-thumb-wrapper {
    position: relative;
    top: unset;
  }
}
.rs-about-four .rs-about-thumb img {
  width: 100%;
}
.rs-about-four .rs-about-thumb.has-large-thumb {
  margin-inline-start: -90px;
  margin-top: 20px;
  overflow: hidden;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .rs-about-four .rs-about-thumb.has-large-thumb {
    margin-inline-start: 0px;
  }
}
.rs-about-four .rs-about-thumb.has-large-thumb img {
  transition: unset;
}
.rs-about-four .rs-about-video-btn .rs-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.rs-about-four .rs-about-counter {
  text-align: center;
}
.rs-about-four .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-about-four .rs-counter-number,
.rs-about-four .prefix {
  font-size: 52px;
  font-weight: 700;
  color: var(--rs-theme-orange);
  line-height: 1;
}
.rs-about-four .rs-counter-title {
  font-weight: 400;
  color: #616161;
}
.rs-about-four .rs-about-video-btn {
  margin-inline-start: 30px;
}
  @keyframes vibrate {
    0% { transform: translate(0); }
    20% { transform: translate(-1px, 1px); }
    40% { transform: translate(-1px, -1px); }
    60% { transform: translate(1px, 1px); }
    80% { transform: translate(1px, -1px); }
    100% { transform: translate(0); }
  }
  .vibrate-icon {
    animation: vibrate 0.15s infinite;
  }
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-video-btn {
    margin-inline-start: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-four .rs-about-video-btn {
    margin-inline-start: 18px;
  }
}
.rs-about-four .rs-about-content-wrapper .descrip {
  margin: 20px 0 40px;
}
.rs-about-four .rs-about-tab .nav-link {
  background: var(--rs-bg-primary);
  color: var(--rs-text-primary);
  font-weight: 400;
  padding: 10px 50px 10px 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-tab .nav-link {
    padding: 10px 30px 10px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-four .rs-about-tab .nav-link {
    width: 100%;
  }
}
.rs-about-four .rs-about-tab .nav-link::after {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  content: "";
  inset-inline-start: -1px;
  top: 0;
  background-color: var(--rs-theme-orange);
  border-radius: 2px 2px 0 0;
}
.rs-about-four .rs-about-tab .nav-link.active {
  color: var(--rs-theme-orange);
}
.rs-about-four .rs-about-tab .nav-link.active::after {
  transform: scaleX(1);
}
.rs-about-four .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-orange);
}
.rs-about-four .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-four .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-four .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  inset-inline-end: 0;
  top: 50%;
  background: #DDDDE0;
  display: block;
  transform: translate(-50%, -50%);
}
.rs-about-four .rs-about-tab-content {
  margin-top: 40px;
  margin-bottom: 70px;
  max-width: 600px;
}
.rs-about-four .rs-about-tab-anim .tab-pane.active .rs-about-tab-content {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-about-four .rs-about-author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-about-four .rs-about-author-sign-thumb img {
  width: 147px;
}
.rs-about-four .rs-about-author-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .rs-about-four .rs-about-author-info {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start;
  }
}
.rs-about-four .rs-about-author {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-about-four .rs-about-feature-list ul {
  display: flex;
  gap: 20px 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-feature-list ul {
    gap: 20px 30px;
    flex-wrap: wrap;
  }
}
.rs-about-four .rs-about-feature-list ul li {
  margin: 0;
}
.rs-about-four .rs-about-wrapper {
  margin-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-four .rs-about-wrapper {
    margin-inline-start: 0px;
  }
}
.rs-about-four .rs-section-title {
  color: #142340;
}

.rs-about-five .rs-about-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-five .rs-about-wrapper-left {
  margin: 0 0px 35px 0;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-wrapper-left {
    margin: 0px;
  }
}
.rs-about-five .rs-about-content-wrapper {
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-content-wrapper {
    margin-top: 30px;
  }
}
.rs-about-five .rs-about-thumb {
  position: relative;
}
.rs-about-five .rs-about-thumb img {
  width: 100%;
  border-radius: 5px;
}
.rs-about-five .rs-about-thumb.has-large img {
  width: 520px;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-thumb.has-large img {
    width: 100%;
  }
}
.rs-about-five .rs-about-thumb.has-small img {
  width: 610px;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-thumb.has-small img {
    width: 100%;
  }
}
.rs-about-five .rs-about-counter-wrapper {
  background: var(--rs-theme-orange);
  padding-inline-end: 70px;
  padding-inline-start: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  z-index: 1;
  position: absolute;
  inset-inline-end: 50px;
  bottom: -35px;
}
@media only screen and (max-width: 991px) {
  .rs-about-five .rs-about-counter-wrapper {
    inset-inline-end: 0px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-counter-wrapper {
    padding-inline-end: 20px;
    padding-inline-start: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.rs-about-five .rs-about-counter-wrapper .rs-counter-item:not(:last-child) {
  margin-bottom: 38px;
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-counter-wrapper .rs-counter-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.rs-about-five .rs-counter-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.rs-about-five .rs-counter-number-wrapper {
  display: flex;
  align-items: center;
}
.rs-about-five .rs-counter-number,
.rs-about-five .prefix {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: var(--rs-white);
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-counter-number,
  .rs-about-five .prefix {
    font-size: 35px;
  }
}
.rs-about-five .rs-counter-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-white);
}
.rs-about-five .rs-list-item ul li i {
  border-color: var(--rs-theme-orange);
  color: var(--rs-theme-orange);
}
.rs-about-five .rs-about-tab .nav-link {
  background: var(--rs-bg-primary);
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 10px 40px 10px 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rs-about-five .rs-about-tab .nav-link {
    padding: 10px 20px 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-tab .nav-link {
    width: 100%;
  }
}
.rs-about-five .rs-about-tab .nav-link::after {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  content: "";
  inset-inline-start: -1px;
  top: 0;
  background-color: var(--rs-theme-orange);
  border-radius: 2px 2px 0 0;
}
.rs-about-five .rs-about-tab .nav-link.active {
  color: var(--rs-theme-orange);
}
.rs-about-five .rs-about-tab .nav-link.active::after {
  transform: scaleX(1);
}
.rs-about-five .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-orange);
}
.rs-about-five .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-five .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-five .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  inset-inline-end: 0;
  top: 50%;
  background: #DDDDE0;
  display: block;
  transform: translate(-50%, -50%);
}
.rs-about-five .rs-about-tab-content {
  margin-top: 0px;
  margin-bottom: 100px;
  max-width: 600px;
}
.rs-about-five .rs-about-tab-content p {
  margin-bottom: 100px;
  align-items: center;
}
.rs-about-five .rs-about-tab-anim .tab-pane.active .rs-about-tab-content {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-about-twelve .rs-about-wrapper {
  position: relative;
  z-index: 1;
}
.rs-about-twelve .rs-about-shape {
  position: absolute;
  inset-inline-end: 140px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-twelve .rs-about-shape {
    inset-inline-end: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-twelve .rs-about-shape {
    display: none;
  }
}
.rs-about-twelve .rs-about-thumb {
  width: 310px;
  height: 230px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .rs-about-twelve .rs-about-thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
}
.rs-about-twelve .rs-about-thumb img {
  width: 100%;
}
.rs-about-twelve .rs-about-content {
  padding: 40px 50px 40px 40px;
  background: var(--rs-bg-primary);
  border-bottom: 4px solid var(--rs-theme-orange);
  border-radius: 4px;
  margin-inline-start: 190px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-about-twelve .rs-about-content {
    padding: 30px 40px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-twelve .rs-about-content {
    margin-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-twelve .rs-about-content {
    margin-inline-start: 0px;
    margin-top: 0px;
  }
}
.rs-about-twelve .rs-about-title {
  margin-bottom: 15px;
}

.rs-cta-two {
  position: relative;
  z-index: 3;
  margin-bottom: -140px;
}
.rs-cta-two .rs-cta-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-cta-two .rs-cta-thumb {
  margin-top: -130px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .rs-cta-two .rs-cta-thumb {
    display: none;
  }
}
.rs-cta-two .rs-cta-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-inline-end: 110px;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-cta-two .rs-cta-wrapper {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-wrapper {
    padding-top: 25px;
    padding-bottom: 37px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-cta-two .rs-cta-input {
  position: relative;
}
.rs-cta-two .rs-cta-input input {
  background: var(--rs-white);
  border-radius: 83px 83px 83px 83px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-inline-end: 245px;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input input {
    padding-inline-end: 30px;
  }
}
.rs-cta-two .rs-cta-input button {
  position: absolute;
  inset-inline-end: 7px;
  border-radius: 40px 40px 40px 40px;
  top: 5px;
  background: #142340;
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-input button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    inset-inline-end: 0px;
  }
}
.rs-cta-two .rs-cta-title {
  font-size: 20px;
  color: var(--rs-white);
  margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-cta-two .rs-cta-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-cta-two .rs-cta-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-cta-two .rs-cta-title {
    font-size: 20px;
  }
}
.rs-cta-two.has-theme-green .rs-cta-thumb {
  margin-top: -60px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two.has-theme-green .rs-cta-thumb {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-green .rs-cta-thumb {
    display: none;
  }
}
.rs-cta-two.has-theme-green .rs-cta-thumb img {
  width: 100%;
}
.rs-cta-two.has-theme-green .rs-cta-wrapper {
  padding-top: 0px;
  padding-inline-end: 110px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two.has-theme-green .rs-cta-wrapper {
    padding-inline-end: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-green .rs-cta-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-cta-two.has-theme-green .rs-cta-wrapper {
    padding-top: 25px;
    padding-bottom: 37px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-cta-two.has-theme-green .rs-cta-content-wrapper {
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-green .rs-cta-content-wrapper {
    margin-top: 0px;
    text-align: center;
  }
}
.rs-cta-two.has-theme-green .rs-cta-input input:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-cta-two.has-theme-orange .rs-cta-thumb {
  margin-top: -60px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two.has-theme-orange .rs-cta-thumb {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-orange .rs-cta-thumb {
    display: none;
  }
}
.rs-cta-two.has-theme-orange .rs-cta-wrapper {
  padding-top: 60px;
  padding-inline-end: 110px;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two.has-theme-orange .rs-cta-wrapper {
    padding-top: 0px;
    padding-inline-end: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-orange .rs-cta-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-cta-two.has-theme-orange .rs-cta-wrapper {
    padding-top: 25px;
    padding-bottom: 37px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.rs-cta-two.has-theme-orange .rs-cta-content-wrapper {
  margin-top: -67px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-two.has-theme-orange .rs-cta-content-wrapper {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-two.has-theme-orange .rs-cta-content-wrapper {
    margin-top: 0px;
    text-align: center;
  }
}
.rs-cta-two.has-theme-orange .rs-cta-input input:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-cta-two.has-theme-orange .rs-cta-input button {
  background: var(--rs-black);
}
.rs-cta-two.has-theme-orange-two .rs-btn {
  background: var(--rs-black);
}

/*----------------------------------------*/
/*  4.8 FAq css
/*----------------------------------------*/
.rs-faq-one {
  position: relative;
}
.rs-faq-one .rs-faq-wrapper {
  margin-inline-end: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-faq-one .rs-faq-wrapper {
    margin-inline-end: 0px;
  }
}
.rs-faq-one .rs-faq-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
[dir=rtl] .rs-faq-one .rs-faq-bg-thumb {
  transform: rotateY(180deg);
}
.rs-faq-one .rs-section-title {
  color: var(--rs-white);
}
/*----------------------------------------*/
/*  4.23 Testimonial css
/*----------------------------------------*/

.rs-testimonial-two {
  margin-inline-start: 90px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-two {
    margin-inline-start: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-two {
    margin-inline-start: 0px;
  }
}
.rs-testimonial-two .rs-testimonial-item {
  display: flex;
  gap: 20px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-testimonial-two .rs-testimonial-item {
    flex-wrap: wrap;
  }
}
.rs-testimonial-two .rs-section-subtitle {
  color: var(--rs-theme-orange);
}
.rs-testimonial-two .rs-section-subtitle svg path {
  fill: var(--rs-theme-orange);
}
.rs-testimonial-two .rs-testimonial-avater-thumb {
  text-align: center;
}
.rs-testimonial-two .rs-testimonial-title {
  color: var(--rs-theme-green);
  margin-bottom: 15px;
}
.rs-testimonial-two .rs-testimonial-description {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.rs-testimonial-two .rs-testimonial-description p {
  font-size: 15px;
  /* font-weight: 300; */
  /* color: #000000; */
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-two .rs-testimonial-description p {
    font-size: 16px;
  }
}
.rs-testimonial-two .rs-testimonial-thumb {
  margin-bottom: 20px;
}
.rs-testimonial-two .rs-testimonial-thumb img {
  min-width: 80px;
  width: 80px;
  border-radius: 100%;
}
.rs-testimonial-two .rs-testimonial-avater-title {
  color: var(--rs-theme-green);
  margin-bottom: 3px;
}
.rs-testimonial-two .rs-testimonial-avater-designation {
  color: #131647;
}
.rs-testimonial-two .rs-testimonial-navigation {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}
     
/*----------------------------------------*/
/*  4.12 history css
/*----------------------------------------*/
.rs-history-one {
  position: relative;
  z-index: 1;
}
.rs-history-one .rs-history-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-history-one .rs-history-tab {
  display: flex;
  justify-content: center;
}
.rs-history-one .rs-history-tab-item {
  display: flex;
  gap: 30px 50px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .rs-history-one .rs-history-tab-item {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .rs-history-one .rs-history-tab-thumb {
    margin-bottom: 30px;
  }
}
.rs-history-one .rs-history-tab-thumb img {
  width: 100%;
}
.rs-history-one .rs-history-tab .nav-link {
  background: var(--rs-white);
  color: var(--rs-text-primary);
  font-weight: 400;
  padding: 10px 25px 10px 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .rs-history-one .rs-history-tab .nav-link {
    width: 100%;
  }
}
.rs-history-one .rs-history-tab .nav-link::after {
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  content: "";
  inset-inline-start: -1px;
  top: 0;
  background-color: var(--rs-theme-orange);
  border-radius: 2px 2px 0 0;
}
.rs-history-one .rs-history-tab .nav-link.active {
  color: var(--rs-theme-orange);
}
.rs-history-one .rs-history-tab .nav-link.active::after {
  transform: scaleX(1);
}
.rs-history-one .rs-history-tab .nav-link:hover {
  color: var(--rs-theme-orange);
}
.rs-history-one .rs-history-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-history-one .rs-history-tab .nav-item {
    width: 100%;
  }
}
.rs-history-one .rs-history-tab .nav-item:not(:last-child) .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  inset-inline-end: 0;
  top: 50%;
  background: #DDDDE0;
  display: block;
  transform: translate(-50%, -50%);
}
.rs-history-tab-content{
  padding: 0px 30px 0px 30px;
}
.rs-history-one .rs-history-tab-content-wrapper {
  margin-top: 50px;
}
.rs-history-one .rs-history-tab-content p {
  margin-bottom: 20px;
  margin-top: 15px;
  max-width: 450px;
  
}
.rs-history-one .rs-history-tab-anim .tab-pane.active .rs-history-tab-item {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
.rs-history-one .rs-list-item li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-inline-start: 40px;
}
.rs-history-one .rs-list-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 25px;
  height: 2px;
  background: var(--rs-theme-orange);
  opacity: 0.68;
  inset-inline-start: 0;
}
/*----------------------------------------*/
/*  4.19 services css
/*----------------------------------------*/

.rs-services-one .rs-services-shape {
  position: absolute;
  top: 0;
  inset-inline-end: 220px;
  z-index: 1;
}
.rs-services-one .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-services-one .rs-services-btn {
    justify-content: start;
  }
}
.rs-services-one .rs-services-tab .nav-pills {
  display: block;
}
.rs-services-one .rs-services-tab .nav-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-services-one .rs-services-tab .nav-link {
  width: calc(100% - 15px);
  height: 55px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 10px;
  border-radius: 2px;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
  color: var(--rs-text-primary);
  border: 1px solid #EFEBEB;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .rs-services-one .rs-services-tab .nav-link {
    width: 100%;
  }
}
.rs-services-one .rs-services-tab .nav-link svg {
  position: absolute;
  top: 52%;
  transform: translate(-24px, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .rs-services-one .rs-services-tab .nav-link svg {
  transform: translate(-10px, -50%);
}
.rs-services-one .rs-services-tab .nav-link.active {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-services-one .rs-services-tab .nav-link.active svg {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-services-one .rs-services-tab .nav-link.active svg {
  transform: translate(20px, -50%);
}
.rs-services-one .rs-services-tab .nav-link:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-services-one .rs-services-tab .nav-link:hover svg {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-services-one .rs-services-tab .nav-link:hover svg {
  transform: translate(20px, -50%);
}
.rs-services-one .rs-services-tab-content p {
  margin: 15px 0 40px;
}
.rs-services-one .rs-services-tab-title {
  font-size: 17px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-one .rs-services-tab-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-one .rs-services-tab-title {
    font-size: 17px;
  }
}
.rs-services-one .rs-services-tab-title.has-theme-green {
  color: var(--rs-theme-green);
}
.rs-services-one .rs-services-tab-list {
  margin-bottom: 20px;
}
.rs-services-one .rs-services-tab-list ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 30px;
  display: flex;
  align-items: center;
  color: var(--rs-title-primary);
  font-weight: 500;
  font-size: 16px;
}
.rs-services-one .rs-services-tab-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.rs-services-one .rs-services-tab-list ul li::before {
  content: "\eb7b";
  color: var(--rs-theme-orange);
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  font-family: "remixicon";
  position: absolute;
  inset-inline-start: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--rs-theme-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-services-one .rs-services-tab-content-thumb {
  margin: 0 0 0 10px;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .rs-services-one .rs-services-tab-content-thumb {
    margin: 0 0 0 0px;
  }
}
.rs-services-one .rs-services-tab-content-thumb img {
  width: 100%;
  height: 405px;
  object-fit: cover;
}
@media only screen and (max-width: 575px) {
  .rs-services-one .rs-services-tab-content-thumb img {
    height: 100%;
  }
}
.rs-services-one .rs-services-tab-content-thumb.has-clip img {
  clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%);
}
.rs-services-one .rs-services-tab-content {
  margin-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-one .rs-services-tab-content {
    margin-inline-start: 10px;
  }
}
.rs-services-one .rs-services-tab-anim .tab-pane.active .rs-services-tab-content-wrapper {
  -webkit-animation: slide-down 5s ease-out;
  animation: slide-down 5s ease-out;
}
[dir=rtl] .rs-services-one .rs-services-icon {
  transform: rotate(-180deg);
}
.rs-services-one.has-theme-green .rs-services-tab .nav-pills {
  display: block;
}
.rs-services-one.has-theme-green .rs-services-tab .nav-item:not(:last-child) {
  margin-bottom: 15px;
}
.rs-services-one.has-theme-green .rs-services-tab .nav-link.active {
  background: var(--rs-theme-light-green);
}
.rs-services-one.has-theme-green .rs-services-tab .nav-link:hover {
  background: var(--rs-theme-light-green);
}
.rs-services-one.has-theme-green .rs-services-tab-list {
  margin-bottom: 20px;
}
.rs-services-one.has-theme-green .rs-services-tab-list ul li::before {
  color: var(--rs-theme-light-green);
  border: 2px solid var(--rs-theme-light-green);
}

.rs-services-five .rs-services-item {
  background: var(--rs-white);
  padding: 30px 25px 30px 25px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-five .rs-services-item {
    padding: 25px 20px 25px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-five .rs-services-item {
    flex-wrap: wrap;
  }
}
.rs-services-five .rs-services-item:hover .rs-services-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-services-five .rs-services-item:hover .rs-services-icon::before {
  background: var(--rs-theme-orange);
}
.rs-services-five .rs-services-item:hover .rs-services-title {
  color: var(--rs-theme-orange);
}
.rs-services-five .rs-services-item:hover .rs-btn {
  color: var(--rs-theme-orange);
}
.rs-services-five .rs-services-item:hover .rs-btn svg {
  fill: var(--rs-theme-orange);
}
.rs-services-five .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 5px;
}
.rs-services-five .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-services-five .rs-services-btn {
    justify-content: start;
  }
}
.rs-services-five .rs-services-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.rs-services-five .rs-services-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 84px;
  background: rgba(255, 255, 255, 0.1);
  bottom: -100px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .rs-services-five .rs-services-icon::before {
    content: none;
  }
}
.rs-services-five .rs-services-icon svg {
  width: 40px;
  fill: var(--rs-theme-orange);
}
.rs-services-five .rs-services-title {
  color: var(--rs-white);
  margin-bottom: 20px;
}
.rs-services-five .rs-services-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-five .descrip {
  color: var(--rs-text-secondary);
  margin-bottom: 20px;
}
.rs-services-six .rs-services-item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 40px;
  border-radius: 5px;
  background: var(--rs-bg-primary);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .rs-services-six .rs-services-item {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-services-six .rs-services-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-six .rs-services-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
  }
}
.rs-services-six .rs-services-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--rs-theme-orange);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 0 0 5px 5px;
}
.rs-services-six .rs-services-item:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.rs-services-six .rs-services-item:hover .rs-services-thumb img {
  border-radius: 100px 0 0 100px;
}
.rs-services-six .rs-services-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-orange);
}
.rs-services-six .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.rs-services-title {
  position: relative;
  display: inline-block;
}

.rs-services-title a {
  position: relative;
  text-decoration: none;
}
.rs-services-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30%;     
  height: 1px;    
  background-color: var(--rs-theme-black);
  transition: width 0.3s ease, background-color 0.3s ease;
}
.rs-services-title a:hover::after {
  width: 100%;     
  background-color: var(--rs-theme-orange);
}

.rs-services-six .rs-services-title {
  font-size: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .rs-services-six .rs-services-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-six .rs-services-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-services-six .rs-services-title {
    font-size:15px;
  }
}
.rs-services-six .descrip {
  max-width: 300px;
  margin-bottom: 20px;
}
.rs-services-six .rs-services-icon {
  margin-bottom: 25px;
}
.rs-services-six .rs-services-icon .rs-btn:hover .icon-box svg path {
  fill: var(--rs-theme-orange);
}
.rs-services-six .rs-services-icon .icon-box svg {
  width: 26px;
}
.rs-services-six .rs-services-thumb img {
  width: 100%;
  transition: all 1.5s ease;
  border-radius: 5px 0 0 0;
}
.rs-services-six .rs-services-number {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.rs-services-six .process-counts {
  counter-reset: count;
}
.rs-services-six .rs-services-number::before {
  position: absolute;
  color: var(--rs-theme-orange);
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  inset-inline-start: 0;
  font-weight: 500;
  top: -10px;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-services-six .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .rs-services-six .rs-services-btn {
    justify-content: start;
  }
}
.rs-video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 60.25%;
  overflow: hidden;
  border-radius: 10px;
}

.rs-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.list-grid-development-solution {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px 20px;
    margin-top: 20px;
}
.list-grid-development-solution ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-grid-development-solution ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.list-grid-development-solution img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 10px;
    background: #ffffff;
    padding: 8px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    transition: transform .3s ease;
}

.list-grid-development-solution img:hover {
    transform: translateY(-5px);
}

.list-grid-development-solution span {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .list-grid-development-solution {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

.rs-services-two {
  position: relative;
  z-index: 1;
}
.rs-services-two .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30% auto;
  z-index: -1;
}
.rs-services-two .rs-services-content-wrapper .descrip {
  margin: 20px 0 25px;
}
.rs-services-two .rs-services-slide-wrapper {
  margin-inline-start: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-two .rs-services-slide-wrapper {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 1200px) {
    .rs-services-area .swiper {
        touch-action: none;    
    }
    .rs-services-area .swiper .swiper-wrapper {
        transform: translate3d(0, 0, 0) !important;
        cursor: default !important;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-services-area .swiper {
        touch-action: pan-y pan-x;
    }
}
.rs-services-two .rs-services-content {
  position: relative;
  transition: all 0.5s ease;
  padding: 30px 30px;
  background: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-services-two .rs-services-content {
    padding: 20px 20px;
  }
}
.rs-services-two .rs-services-item .descrip {
  margin-bottom: 20px;
}
.rs-services-two .rs-services-item:hover .rs-services-thumb img {
  transform: scale(1.05);
}
.rs-services-two .rs-services-item:hover .rs-text-btn {
  color: var(--rs-theme-orange);
}
.rs-services-two .rs-services-item:hover .rs-square-btn {
  background: var(--rs-theme-orange);
}
.rs-services-two .rs-services-item:hover .rs-square-btn svg path {
  fill: var(--rs-white);
}
.rs-services-two .rs-services-text-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.rs-services-two .rs-services-text-link a {
  color: var(--rs-text-primary);
  position: relative;
}
.rs-services-two .rs-services-text-link a::before {
  content: "";
  position: absolute;
  background: var(--rs-text-primary);
  width: 50px;
  height: 1px;
  bottom: 1px;
  inset-inline-start: 0;
  transition: all 0.5s ease;
}
.rs-services-two .rs-services-text-link a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-two .rs-services-text-link a:hover::before {
  width: 100%;
  background: var(--rs-theme-orange);
}
.rs-services-two .rs-services-thumb {
  position: relative;
  overflow: hidden;
}
.rs-services-two .rs-services-thumb img {
  width: 100%;
  transition: all 0.5s ease;
}
.rs-services-two .rs-services-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-services-two .rs-services-title {
    margin-bottom: 12px;
    position: relative; 
}
.rs-services-two .rs-services-title a {
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
.rs-services-two .rs-services-title a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 35%;
    height: 1px;
    background-color: var(--rs-theme-green);
    transition: width 0.3s ease, background-color 0.3s ease;
}

.rs-services-two .rs-services-title a:hover {
    color: var(--rs-theme-orange);
}

.rs-services-two .rs-services-title a:hover::after {
    width: 100%;
    background-color: var(--rs-theme-orange);
}

.rs-services-two .rs-services-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-two .rs-services-navigation {
    margin-top: 30px;
  }
}
/* Force hide navigation buttons on desktop */
@media only screen and (min-width: 1025px) {
  .rs-services-two .rs-services-navigation,
  .rs-services-two .rs-services-navigation button,
  .rs-services-two .rs-services-navigation .swiper-button-prev,
  .rs-services-two .rs-services-navigation .swiper-button-next {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.rs-services-two.has-theme-orange {
  padding-bottom: 350px;
}
.rs-services-two.has-theme-orange .rs-services-text-link a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-two.has-theme-orange .rs-services-text-link a:hover::before {
  background: var(--rs-theme-orange);
}
.rs-services-two.has-theme-orange .rs-services-title {
  margin-bottom: 12px;
}
.rs-services-two.has-theme-orange .rs-services-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-two.has-theme-orange .rs-services-item:hover .rs-text-btn {
  color: var(--rs-theme-orange);
}
.rs-services-two.has-theme-orange .rs-services-item:hover .rs-square-btn {
  background: var(--rs-theme-orange);
}

.rs-services-three {
  position: relative;
  z-index: 1;
}
.rs-services-three .rs-services-content-wrapper .descrip {
  margin: 20px 0 25px;
}
.rs-services-three .rs-services-slide-wrapper {
  margin-inline-start: 10px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-three .rs-services-slide-wrapper {
    margin-inline-start: 0px;
  }
}
.rs-services-three .rs-services-content {
  position: relative;
  transition: all 0.5s ease;
  padding: 30px 30px;
  background: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-services-three .rs-services-content {
    padding: 20px 20px;
  }
}
.rs-services-three .rs-services-number {
  position: relative;
  margin-bottom: 10px;
  height: 60px;
}
.rs-services-three .rs-services-number::before {
  position: absolute;
  width: calc(100% - 70px);
  height: 1px;
  z-index: 2;
  inset-inline-end: 0px;
  background: #f5f5f6;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.rs-services-three {
    counter-reset: count;
}

.rs-services-three .rs-services-number::after {
  position: absolute;
  color: #f5f5f6;
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  inset-inline-start: 0;
  font-size: 52px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 1366px) {
  .rs-services-three .rs-services-number::after {
    font-size: 40px;
  }
}
.rs-services-three .rs-services-item {
  position: relative;
}
.rs-services-three .rs-services-item .descrip {
  margin-bottom: 20px;
}
.rs-services-three .rs-services-item:hover .rs-services-thumb img {
  transform: scale(1.05);
}
.rs-services-three .rs-services-item:hover .rs-square-btn {
  background: var(--rs-theme-blue);
}
.rs-services-three .rs-services-item:hover .rs-square-btn svg path {
  fill: var(--rs-white);
}
.rs-services-three .rs-services-item:hover .rs-text-btn {
  color: var(--rs-theme-blue);
}
.rs-services-three .rs-services-item:hover .rs-services-number::before {
  background: var(--rs-theme-blue);
}
.rs-services-three .rs-services-item:hover .rs-services-number::after {
  color: var(--rs-theme-blue);
}
.rs-services-three .rs-services-thumb {
  position: relative;
  overflow: hidden;
}
.rs-services-three .rs-services-thumb img {
  width: 100%;
  transition: all 0.5s ease;
}
.rs-services-three .rs-services-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-services-three .rs-services-title {
  margin-bottom: 12px;
}
.rs-services-three .rs-services-title {
  margin-bottom: 12px;
  position: relative;
}

.rs-services-three .rs-services-title a {
  position: relative;
  display: inline-block;
}
.rs-services-three .rs-services-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30%;   
  height: 1px;
  background-color: var(--rs-theme-orange);
  transition: width 0.3s ease, background-color 0.3s ease;
}

.rs-services-three .rs-services-title a:hover::after {
  width: 100%;  
}

.rs-services-three .rs-services-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-three .rs-services-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .rs-services-three .rs-services-navigation {
    margin-top: 0;
  }
}
.rs-services-three.has-theme-blue .rs-services-title {
  color: #0C3C61;
}
.rs-services-three.has-theme-orange .rs-services-item:hover .rs-square-btn {
  background: var(--rs-theme-orange);
}
.rs-services-three.has-theme-orange .rs-services-item:hover .rs-square-btn svg path {
  fill: var(--rs-white);
}
.rs-services-three.has-theme-orange .rs-services-item:hover .rs-text-btn {
  color: var(--rs-theme-orange);
}
.rs-services-three.has-theme-orange .rs-services-item:hover .rs-services-number::before {
  background: var(--rs-theme-orange);
}
.rs-services-three.has-theme-orange .rs-services-item:hover .rs-services-number::after {
  color: var(--rs-theme-orange);
}
.rs-services-three.has-theme-orange .rs-services-content {
  background: var(--rs-bg-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-services-three.has-theme-orange .rs-services-content {
    padding: 20px 20px;
  }
}
.rs-services-three.has-theme-orange .rs-services-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-three.has-theme-orange .rs-services-number::before {
  background: #EDEDEF;
}
.rs-services-three.has-theme-orange .rs-services-number::after {
  color: #EDEDEF;
}
.rs-services-three.has-theme-orange .rs-services-content-wrapper {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .rs-services-three.has-theme-orange .rs-services-content-wrapper {
    height: unset;
  }
}
.rs-services-three.has-theme-orange .rs-section-title-wrapper {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .rs-services-three.has-theme-orange .rs-section-title-wrapper {
    height: unset;
  }
}
.rs-services-three.has-theme-orange .rs-services-navigation {
  margin-top: -50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-services-three.has-theme-orange .rs-services-navigation {
    margin-top: 0px;
  }
}
.rs-services-three.has-theme-orange .rs-services-navigation button {
  background: #EDEDEF;
  color: var(--rs-black);
}
.rs-services-three.has-theme-orange .rs-services-navigation button:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}

.rs-services-seven {
  position: relative;
  z-index: 2;
}
.rs-services-seven.has-space {
  padding-bottom: 270px;
}
.rs-services-seven .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 0px 0px 100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .rs-services-seven .rs-services-bg-thumb {
    border-radius: 50px 0px 0px 50px;
  }
}
.rs-services-seven .rs-services-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.rs-services-seven .rs-section-title {
  color: var(--rs-white);
}
.rs-services-seven .rs-section-title.rs-black {
  color: var(--rs-black);
}
.rs-services-seven .descrip {
  max-width: 355px;
  margin: 0;
  color: var(--rs-white);
}
@media only screen and (max-width: 1366px) {
  .rs-services-seven .descrip {
    max-width: 100%;
  }
}
.rs-services-seven .rs-services-item {
  padding: 40px 30px;
  background: var(--rs-theme-green);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 2px;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .rs-services-seven .rs-services-item {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-seven .rs-services-item {
    padding: 30px 30px;
  }
}
.rs-services-seven .rs-services-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  inset-inline-start: 0;
  background: var(--rs-theme-yellow);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 2px 2px;
  z-index: 1;
}
.rs-services-seven .rs-services-item:hover .rs-services-icon-btn {
  opacity: 1;
  visibility: visible;
}
.rs-services-seven .rs-services-item:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.rs-services-seven .rs-services-item:hover .rs-services-title {
  color: var(--rs-theme-yellow);
}
.rs-services-seven .rs-services-title {
  color: var(--rs-white);
}
.rs-services-seven .rs-services-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-services-seven .rs-services-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.rs-services-seven .rs-services-icon-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  line-height: 1;
}
.rs-services-seven .rs-services-icon-btn .icon-box svg {
  width: 20px;
  height: 20px;
}
.rs-services-seven .rs-services-icon {
  margin-bottom: 45px;
}
.rs-services-seven .rs-services-icon svg {
  width: 80px;
  height: 80px;
}
.rs-services-seven .descrip-text {
  color: #D4D4D4;
}
.sd_service .rs-services-item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline-start: 40px;
  border-radius: 5px;
  background: var(--rs-bg-primary);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .sd_service .rs-services-item {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .sd_service .rs-services-item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sd_service .rs-services-item {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 25px;
  }
}
.sd_service .rs-services-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--rs-theme-orange);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  border-radius: 0 0 5px 5px;
}
.sd_service .rs-services-item:hover::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.sd_service .rs-services-item:hover .rs-services-thumb img {
  border-radius: 100px 0 0 100px;
}
.sd_service .rs-services-item:hover .rs-btn .icon-box svg path {
  fill: var(--rs-theme-orange);
}
.sd_service .rs-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
.sd_service .rs-services-title {
  font-size: 14x;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .sd_service .rs-services-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .sd_service .rs-services-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .sd_service .rs-services-title {
    font-size: 22px;
  }
}
.sd_service .descrip {
  /* max-width: 300px; */
  margin-bottom: 20px;
}
.sd_service .rs-services-icon {
  margin-bottom: 25px;
}
.sd_service .rs-services-icon .rs-btn:hover .icon-box svg path {
  fill: var(--rs-theme-green);
}
.sd_service .rs-services-icon .icon-box svg {
  width: 26px;
}
.sd_service .rs-services-thumb img {
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 5px 0 0 0;
}
.sd_service .rs-services-number {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.sd_service .rs-services-number::before {
  position: absolute;
  color: var(--rs-theme-orange);
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  inset-inline-start: 0;
  font-weight: 500;
  top: -10px;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  background: var(--rs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd_service .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .sd_service .rs-services-btn {
    justify-content: start;
  }
}
   
.sd-services-one{
    background: linear-gradient(135deg, rgba(255,165,0,0.22), rgba(0,200,255,0.22));
}
.sd-services-one .sd-services-item {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease;
  
}
@media only screen and (max-width: 480px) {
  .sd-services-one .sd-services-item {
    flex-wrap: wrap;
  }
}
.sd-services-one .sd-services-item:not(:last-child) {
  margin-bottom: 25px;
}
.sd-services-one .sd-services-item:hover .sd-services-icon svg {
  animation: rs-fold linear 0.3s;
}
.sd-services-one .sd-services-icon {
  width: 80px;
  height: 80px;
  background:#eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.sd-services-one .sd-services-icon svg {
  width: 45px;
}
.sd-services-one .sd-services-icon.has-white svg path {
  fill: var(--rs-white);
}
.sd-services-one .sd-services-title {
  color: var(--rs-theme-green);
  font-size: 16px;
  margin-bottom: 5px;
}

.sd-services-one .sd-services-thumb-wrapper {
  position: relative;
  margin-bottom: 30px;
  margin-inline-start: 70px;
  transform: translateX(-120px);
}
@media only screen and (max-width: 1600px) {
  .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(-20px);
  }
}
@media only screen and (max-width: 1366px) {
  .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(-30px);
    margin-bottom: 0px;
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(-10px);
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(0px);
    position: relative;
    top: unset;
    margin-bottom: 30px;
    margin-inline-start: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .sd-services-one .sd-services-thumb-wrapper {
    margin-bottom: 0px;
    margin-inline-start: 0px;
  }
}
[dir=rtl] .sd-services-one .sd-services-thumb-wrapper {
  transform: translateX(120px);
}
@media only screen and (max-width: 1600px) {
  [dir=rtl] .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(20px);
  }
}
@media only screen and (max-width: 1366px) {
  [dir=rtl] .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(30px);
  }
}
@media only screen and (max-width: 1199px) {
  [dir=rtl] .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(10px);
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .sd-services-one .sd-services-thumb-wrapper {
    transform: translateX(0px);
  }
}
.sd-services-one .sd-services-thumb {
  width: 600px;
}
@media only screen and (max-width: 1600px) {
  .sd-services-one .sd-services-thumb {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .sd-services-one .sd-services-thumb {
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .sd-services-one .sd-services-thumb {
    width: 100%;
  }
}
.sd-services-one .sd-services-thumb img {
  width: 100%;
}
.sd-services-one .sd-services-small-thumb {
  position: absolute;
  bottom: -30px;
  width: 245px;
  inset-inline-start: -70px;
}
@media only screen and (max-width: 1366px) {
  .sd-services-one .sd-services-small-thumb {
    inset-inline-start: 0px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .sd-services-one .sd-services-small-thumb {
    inset-inline-start: -70px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .sd-services-one .sd-services-small-thumb {
    inset-inline-start: 0px;
    bottom: 0px;
    width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .sd-services-one .sd-services-small-thumb {
    width: 170px;
  }
}
.sd-services-one .rs-play-btn {
  position: absolute;
  bottom: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.sd-services-one.has-theme-orange .sd-services-icon {
  background: var(--rs-theme-orange);
}
.sd-services-one.has-theme-orange .sd-services-title {
  color: var(--rs-title-primary);
}
.sd-services-one.has-theme-orange .progress-top .progress-title,
.sd-services-one.has-theme-orange .progress-top .progress-number {
  color: var(--rs-title-primary);
}
.sd-services-one.has-theme-orange .sd-services-thumb img,
.sd-services-one.has-theme-orange .sd-services-small-thumb img {
  border-radius: 5px;
}
.sd-services-one.has-theme-green {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .sd-services-one.has-theme-green {
    padding-top: 0px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sd-services-one.has-theme-green {
    padding-bottom: 70px;
  }
}
.sd-services-one.has-theme-green .sd-services-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
[dir=rtl] .sd-services-one.has-theme-green .sd-services-bg-thumb {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .sd-services-one.has-theme-green .sd-services-bg-thumb {
    display: none;
  }
}
.sd-services-one.has-theme-green .sd-services-shape-one {
  position: absolute;
  bottom: -250px;
  inset-inline-start: -100px;
}
.sd-services-one.has-theme-green .sd-services-icon {
  background: var(--rs-bg-primary);
}
.sd-services-one.has-theme-green .sd-services-icon svg {
  width: 45px;
}
.sd-services-one.has-theme-green .sd-services-title {
  color: var(--rs-title-primary);
}
.sd-services-one.has-theme-green .sd-services-thumb img,
.sd-services-one.has-theme-green .sd-services-small-thumb img {
  border-radius: 5px;
}
.sd-services-one.has-theme-green .sd-services-btn {
  margin-top: 40px;
}
.sd-services-one.has-theme-green .sd-services-title {
  color: var(--rs-theme-green);
}

.sd-banner-one {
  overflow-x: clip;
}
.sd-banner-one .rs-banner-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.sd-banner-one .rs-banner-slider-wrapper {
  position: relative;
}
.sd-banner-one .rs-banner-slider-wrapper:hover .rs-banner-navigation button {
  visibility: visible;
  opacity: 1;
  inset-inline-start: 50px;
}
.sd-banner-one .rs-banner-slider-wrapper:hover .rs-banner-navigation button.swiper-button-next {
  inset-inline-start: auto;
  inset-inline-end: 50px;
}
.sd-banner-one .rs-banner-item-wrapper {
  padding: 50px 0 50px 0px;
}
@media only screen and (max-width: 1600px) {
  .sd-banner-one .rs-banner-item-wrapper {
    padding: 50px 0 50px 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .sd-banner-one .rs-banner-item-wrapper {
    padding: 5px 0 5px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .sd-banner-one .rs-banner-item-wrapper {
    padding: 7px 0 7px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .sd-banner-one .rs-banner-item-wrapper {
    padding: 5px 0 5px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sd-banner-one .rs-banner-item-wrapper {
    padding: 5px 0 5px 0px;
  }
}
.sd-banner-one .rs-banner-item {
  background: rgba(30, 32, 35, 0.91);
  position: relative;
  z-index: 2;
  padding: 40px 90px 50px 30px;
  border-inline-start: 10px solid var(--rs-theme-orange);
}
@media only screen and (max-width: 1199px) {
  .sd-banner-one .rs-banner-item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .sd-banner-one .rs-banner-item {
    padding: 20px 20px 20px 20px;
  }
}
.sd-banner-one .rs-banner-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-orange);
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.sd-banner-one .rs-banner-title {
  color: var(--rs-white);
  font-size: 54px;
  line-height: 1.15;
  text-transform: capitalize;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .sd-banner-one .rs-banner-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .sd-banner-one .rs-banner-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .sd-banner-one .rs-banner-title {
    font-size: 35px;
  }
}
.sd-banner-one .rs-banner-descrip {
  max-width: 630px;
  margin: 25px 0 40px;
}
.sd-banner-one .rs-banner-descrip p {
  color: rgba(255, 255, 255, 0.85);
}
.sd-banner-one .rs-banner-navigation {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media only screen and (max-width: 1600px) {
  .sd-banner-one .rs-banner-navigation {
    display: none;
  }
}
.sd-banner-one .rs-banner-navigation button {
  background-color: rgba(238, 92, 3, 0.53);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 40px;
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sd-banner-one .rs-banner-navigation button.swiper-button-next {
  inset-inline-start: auto;
  inset-inline-end: 40px;
}
.sd-banner-one .rs-banner-navigation button:hover {
  background: var(--rs-theme-orange);
}
.sd-banner-one .rs-banner-pagination {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .sd-banner-one .rs-banner-pagination {
    display: block;
  }
}
.sd-banner-one .rs-banner-pagination .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.sd-banner-one .rs-banner-pagination .rs-pagination.swiper-pagination .swiper-pagination-bullet {
  background: var(--rs-theme-orange);
}

.sd-banner-one .swiper-slide-active .rs-banner-subtitle,
.sd-banner-one .swiper-slide-active .rs-banner-title,
.sd-banner-one .swiper-slide-active .rs-banner-descrip,
.sd-banner-one .swiper-slide-active .rs-banner-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.sd-banner-one .swiper-slide-active .rs-banner-subtitle {
  animation-delay: 0.3s;
  animation-duration: 0.7s;
}
.sd-banner-one .swiper-slide-active .rs-banner-title {
  animation-delay: 0.5s;
  animation-duration: 0.9s;
}
.sd-banner-one .swiper-slide-active .rs-banner-descrip {
  animation-delay: 0.7s;
  animation-duration: 1.1s;
}
.sd-banner-one .swiper-slide-active .rs-banner-btn {
  animation-delay: 0.9s;
  animation-duration: 1.3s;
}


/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.rs-blog-one .rs-blog-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-btn {
    justify-content: start;
  }
}
.rs-blog-one .rs-blog-item {
  position: relative;
  height: 100%;
  z-index: 1;
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-item.has-thumb-height {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-item.has-thumb-height {
    height: 400px;
  }
}
.rs-blog-one .rs-blog-item.has-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-item.has-grid {
    grid-template-columns: 1fr 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-blog-one .rs-blog-item.has-grid {
    grid-template-columns: 1fr 170px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-item.has-grid {
    grid-template-columns: 1fr 320px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-blog-one .rs-blog-item.has-grid {
    grid-template-columns: 1fr 200px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-one .rs-blog-item.has-grid {
    grid-template-columns: 1fr;
  }
}
.rs-blog-one .rs-blog-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
}
.rs-blog-one .rs-blog-bg-thumb.has-bg::before {
  position: absolute;
  opacity: 0.9;
  background: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  content: "";
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rs-blog-one .rs-blog-bg-thumb.has-clip-path {
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%);
}
.rs-blog-one .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-blog-one .rs-blog-thumb img {
  width: 100%;
  transition: all 0.5s ease;
  height: 100%;
  object-fit: cover;
}
.rs-blog-one .rs-blog-thumb.has-clip-path {
  clip-path: polygon(0% 0%, 92% 0, 100% 11%, 100% 100%, 0% 100%);
}
.rs-blog-one .rs-blog-content.has-position {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  padding: 40px 70px 40px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-content.has-position {
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-blog-one .rs-blog-content.has-position {
    padding: 30px 30px 35px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-blog-one .rs-blog-content.has-position {
    padding: 20px 20px 25px 20px;
  }
}
.rs-blog-one .rs-blog-content.has-padding {
  padding: 25px 35px 25px 30px;
  background: var(--rs-bg-primary);
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-content.has-padding {
    padding: 25px 25px 25px 25px;
  }
}
.rs-blog-one .rs-blog-title {
  margin: 10px 0 10px;
}
.rs-blog-one .rs-blog-title.has-white {
  color: var(--rs-white);
  margin: 15px 0 15px;
}
.rs-blog-one .rs-blog-title.has-big {
  font-size: 36px;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one .rs-blog-title.has-big {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-one .rs-blog-title.has-big {
    font-size: 17px;
  }
}
.rs-blog-one .rs-blog-meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
.rs-blog-one .rs-blog-meta-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  inset-inline-start: -15px;
  top: 50%;
  background: #616161;
  transform: translate(-50%, -50%);
}
.rs-blog-one .rs-blog-meta-item.has-white::before {
  background: var(--rs-white);
}
.rs-blog-one .rs-blog-meta-item:not(:last-child)::before {
  content: none;
}
.rs-blog-one .rs-blog-meta-item span {
  font-size: 16px;
}
.rs-blog-one .rs-blog-meta-item.has-white span {
  color: var(--rs-white);
}
.rs-blog-one .rs-blog-meta {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
.rs-blog-one .rs-blog-meta-author {
  font-weight: 700;
}
.rs-blog-one .rs-blog-meta-author:hover {
  color: var(--rs-theme-orange);
}
.rs-blog-one .rs-blog-description {
  margin-bottom: 28px;
}
.rs-blog-one .rs-blog-description.has-white {
  color: var(--rs-white);
}
.rs-blog-one .rs-blog-tag.has-white a:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-blog-one.has-theme-blue .rs-blog-meta-author:hover {
  color: var(--rs-theme-blue);
}
.rs-blog-one.has-theme-blue .rs-blog-bg-thumb.has-bg::before {
  background: linear-gradient(transparent, #005EB8), linear-gradient(transparent, #000000);
}
.rs-blog-one.has-theme-blue .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-blog-one.has-theme-blue .rs-blog-title {
  color: #0C3C61;
}
.rs-blog-one.has-theme-blue .rs-blog-title.has-white {
  color: var(--rs-white);
}
.rs-blog-one.has-theme-light-blue .rs-blog-content.has-padding {
  padding: 80px 40px 80px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-content.has-padding {
    padding: 30px 30px 30px 30px;
  }
}
.rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
  grid-template-columns: 1fr 400px;
}
@media only screen and (max-width: 1600px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
    grid-template-columns: 1fr 300px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
    grid-template-columns: 1fr 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
    grid-template-columns: 1fr 200px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
    grid-template-columns: 1fr 260px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-item.has-grid {
    grid-template-columns: 1fr;
  }
}
.rs-blog-one.has-theme-light-blue .rs-blog-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-blog-one.has-theme-light-blue .rs-blog-btn {
    justify-content: start;
  }
}
.rs-blog-one.has-theme-light-blue .rs-blog-meta-author:hover {
  color: var(--rs-theme-light-blue);
}
.rs-blog-one.has-theme-cyan .rs-blog-meta-author:hover {
  color: var(--rs-theme-cyan);
}
.rs-blog-one.has-theme-cyan .rs-blog-bg-thumb.has-bg::before {
  background: linear-gradient(transparent, #1455AA), linear-gradient(transparent, #000000);
}
.rs-blog-one.has-theme-cyan .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.rs-blog-one.has-theme-cyan .rs-blog-title {
  color: var(--rs-text-tertiary);
}
.rs-blog-one.has-theme-cyan .rs-blog-title.has-white {
  color: var(--rs-white);
}
.rs-blog-two .rs-blog-item {
  position: relative;
}
.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale(1.1);
}
.rs-blog-two .rs-blog-item:hover .rs-square-btn {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-blog-two .rs-blog-content {
  position: relative;
  background: var(--rs-bg-primary);
  padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-blog-two .rs-blog-content {
    padding: 20px 20px 20px 20px;
  }
}
.rs-blog-two .rs-blog-thumb {
  position: relative;
  overflow: hidden;
}
.rs-blog-two .rs-blog-thumb img {
  width: 100%;
  transition: all 0.5s ease;
}
.rs-blog-two .rs-blog-title {
  margin: 5px 0 15px;
}
@media only screen and (max-width: 1199px) {
  .rs-blog-two .rs-blog-title {
    margin: 15px 0 15px;
  }
}
.rs-blog-two .rs-blog-meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
.rs-blog-two .rs-blog-meta-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  inset-inline-start: -15px;
  top: 50%;
  background: #616161;
  transform: translate(-50%, -50%);
}
.rs-blog-two .rs-blog-meta-item:not(:last-child) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
}
.rs-blog-two .rs-blog-meta-item:not(:last-child)::before {
  content: none;
}
.rs-blog-two .rs-blog-meta-item span {
  font-size: 16px;
}
.rs-blog-two .rs-blog-meta {
  display: flex;
  align-items: center;
}
.rs-blog-two .rs-blog-meta-author {
  font-weight: 700;
}
.rs-blog-two .rs-blog-meta-author:hover {
  color: var(--rs-theme-orange);
}
.rs-blog-two .rs-blog-description {
  margin-bottom: 28px;
}
.rs-blog-two .rs-blog-description.has-white {
  color: var(--rs-white);
}
.rs-blog-two .rs-blog-tag {
  position: absolute;
  top: -15px;
}
.rs-blog-two .rs-blog-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 25px;
  margin-top: 30px;
}
.rs-blog-two.has-theme-orange {
  position: relative;
  z-index: 1;
}
.rs-blog-two.has-theme-orange.has-pos-none::before {
  content: none;
}
.rs-blog-two.has-theme-orange::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 550px;
  background: var(--rs-bg-primary);
  z-index: -1;
  top: 0;
  inset-inline-start: 0;
}
.rs-blog-two.has-theme-orange .rs-blog-item:hover .rs-square-btn {
  background: var(--rs-theme-orange);
}
.rs-blog-two.has-theme-orange .rs-blog-meta-author:hover {
  color: var(--rs-theme-orange);
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.rs-blog-tag a {
  color: var(--rs-white);
  font-size: 15px;
  padding: 6px 15px 6px 15px;
  border-radius: 2px;
  background: var(--rs-theme-orange);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.rs-blog-tag a:hover {
  background: var(--rs-black);
}
.rs-blog-tag.has-theme-red a {
  background: var(--rs-theme-red);
}
.rs-blog-tag.has-theme-red a:hover {
  background: var(--rs-black);
}
.rs-blog-tag.has-theme-blue a {
  background: var(--rs-theme-blue);
}
.rs-blog-tag.has-theme-blue a:hover {
  background: var(--rs-black);
}
.rs-blog-tag.has-theme-green a {
  background: var(--rs-theme-light-green);
}
.rs-blog-tag.has-theme-green a:hover {
  background: var(--rs-theme-green);
}
.rs-blog-tag.has-theme-yellow a {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-blog-tag.has-theme-yellow a:hover {
  background: #EBB40E;
}
.rs-blog-tag.has-theme-deep-blue a {
  background: var(--rs-theme-deep-blue);
  color: var(--rs-white);
}
.rs-blog-tag.has-theme-deep-blue a:hover {
  background: #1F1CB9;
}
.rs-blog-tag.has-theme-orange a {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-blog-tag.has-theme-orange a:hover {
  background: rgb(255, 92, 0);
}
.rs-blog-tag.has-theme-cyan a {
  background: var(--rs-theme-cyan);
  color: var(--rs-white);
}
.rs-blog-tag.has-theme-cyan a:hover {
  background: var(--rs-theme-medium-blue);
}


/*----------------------------------------*/
/*  3.2.3 Postbox css
/*----------------------------------------*/
.rs-postbox-more-navigation {
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rs-border-primary);
  padding-top: 70px;
  margin-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rs-postbox-more-navigation {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .rs-postbox-more-navigation {
    display: none;
  }
}
.rs-postbox-more-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-postbox-more-right {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: right;
}
.rs-postbox-more-content a:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-more-content p {
  margin-bottom: 10px;
}
.rs-postbox-more-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(87, 119, 255, 0.15);
}
.rs-postbox-more-menu a:hover {
  background: var(--rs-theme-primary);
}
.rs-postbox-more-menu a:hover svg path {
  fill: var(--rs-white);
}
.rs-postbox-more-menu a svg path {
  fill: var(--rs-black);
}
.rs-postbox-more-icon .rs-circle-btn {
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-postbox-more-icon .rs-circle-btn:hover {
  background: var(--rs-hover-primary);
}

.rs-postbox-item:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.rs-postbox-content {
  padding-top: 30px;
}
.rs-postbox-thumb {
  position: relative;
  overflow: hidden;
}
.rs-postbox-thumb:hover img {
  transform: scale(1.1);
}
.rs-postbox-thumb img {
  width: 100%;
  border-radius: 4px;
  transition: 0.9s;
}
.rs-postbox-tag {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
}
.rs-postbox-tag a {
  color: var(--rs-white);
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  background: var(--rs-theme-orange);
  transition: 0.3s;
}
.rs-postbox-tag a:hover {
  background: #ff5c00;
}
.rs-postbox-meta-list {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}
.rs-postbox-title {
  margin: 15px 0 15px;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-title {
    font-size: 26px;
  }
}
.rs-postbox-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-postbox-meta-item {
  position: relative;
  display: flex;
  align-items: center;
}
.rs-postbox-meta-item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  inset-inline-start: -15px;
  top: 50%;
  background: #616161;
  transform: translate(-50%, -50%);
}
.rs-postbox-meta-item:not(:last-child)::before {
  content: none;
}
.rs-postbox-meta-item span {
  font-size: 16px;
}
.rs-postbox-meta-item .meta-author {
  font-weight: 700;
}
.rs-postbox-meta-item .meta-author:hover {
  color: var(--rs-theme-orange);
}
.rs-postbox-btn {
  margin-top: 30px;
}
.rs-postbox-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-postbox-details-title {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .rs-postbox-details-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-title {
    font-size: 30px;
  }
}
.rs-postbox-details-video {
  position: relative;
  z-index: 1;
  height: 380px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-video {
    height: 300px;
  }
}
.rs-postbox-details-video .rs-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.rs-postbox-details-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
}
.rs-postbox-details-tags {
  margin-bottom: 40px;
  display: flex;
  gap: 15px 8px;
  flex-wrap: wrap;
}
.rs-postbox-details-tags span {
  font-weight: 700;
  padding-inline-end: 10px;
}
.rs-postbox-details-tags.tagcloud a {
  padding: 5px 15px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  background: var(--rs-bg-primary);
  border: none;
  border-radius: 5px;
}
.rs-postbox-details-comment-title {
  margin-bottom: 20px;
  margin-top: 40px;
}
.rs-postbox-details-comment-inner ul li {
  list-style: none;
}
.rs-postbox-details-comment-inner ul.children {
  margin-inline-start: 77px;
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-comment-inner ul.children {
    margin-inline-start: 0px;
  }
}
.rs-postbox-details-comment-inner ul.children li {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-comment-inner ul.children li:first-child {
  border-top: 1px solid var(--rs-border-primary);
}
.rs-postbox-details-avater-meta {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
}
.rs-postbox-details-comment-content P {
  margin-bottom: 20px;
}
.rs-postbox-details-comment-box {
  margin-bottom: 30px;
  padding-top: 30px;
  gap: 20px 30px;
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 575px) {
  .rs-postbox-details-comment-box {
    flex-wrap: wrap;
  }
}
.rs-postbox-details-comment-reply a {
  padding: 6px 20px;
  background: var(--rs-theme-orange);
  color: var(--rs-white);
  font-size: 14px;
  border-radius: 5px;
}
.rs-postbox-details-comment-reply a:hover {
  background: rgb(255, 92, 0);
}
.rs-postbox-details-comment-thumb img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.rs-postbox-quote {
  margin-bottom: 40px;
}
.rs-postbox-quote blockquote {
  padding: 30px 40px;
  background: var(--rs-bg-primary);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  border-left: 4px solid var(--rs-theme-orange);
}
@media only screen and (max-width: 480px) {
  .rs-postbox-quote blockquote {
    padding: 20px 30px;
  }
}
.rs-postbox-quote blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.rs-postbox-quote blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  color: var(--rs-black);
  font-weight: 500;
}
.rs-postbox-quote blockquote cite::before {
  content: "";
  font-size: 28px;
  padding-bottom: 0px;
  display: inline-block;
  background: var(--rs-black);
  height: 1px;
  width: 20px;
  font-weight: 400;
  text-align: center;
  top: -5px;
  position: relative;
  left: 0;
  margin-inline-end: 10px;
}
.rs-postbox-quote blockquote .quote-shape {
  position: absolute;
  inset-inline-end: 30px;
  bottom: 0;
}
.rs-postbox-quote.quote-two blockquote {
  position: relative;
  overflow: hidden;
}
.rs-postbox-quote.quote-two blockquote:before {
  content: "\ec51" !important;
  font-family: remixicon !important;
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 100px;
  font-size: 183px;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  display: block;
  border-radius: 50%;
  height: 0;
  line-height: 1;
}
.rs-postbox-quote.quote-two blockquote p {
  font-size: 18px;
}
.rs-postbox-details-feature {
  margin-bottom: 40px;
}
.rs-postbox-details-feature ul {
  display: flex;
  align-items: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.rs-postbox-details-feature ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 40px;
  display: flex;
  align-items: center;
  color: var(--rs-black);
}
.rs-postbox-details-feature ul li::before {
  content: "\eb7b";
  font-family: remixicon;
  position: absolute;
  font-size: 18px;
  color: var(--rs-theme-orange);
  width: 22px;
  height: 22px;
  border: 2px solid var(--rs-theme-orange);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  inset-inline-start: 0;
}
.rs-postbox-details-feature-title {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1600px) {
  .rs-postbox-details-feature-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-postbox-details-feature-title {
    font-size: 26px;
  }
}
.rs-postbox-comment-form .input-box input {
  width: 100%;
  height: 50px;
  outline: 0;
  padding: 0 25px;
  background: var(--rs-white);
}
.rs-postbox-comment-form .input-box textarea {
  background: var(--rs-white);
  height: 160px;
}
.rs-postbox-comment-btn button:hover {
  background: rgb(255, 92, 0);
}


/*----------------------------------------*/
/*  4.9 Feature css
/*----------------------------------------*/
.rs-feature-one .rs-feature-item {
  background: var(--rs-bg-primary);
  clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
  padding: 40px 30px;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one .rs-feature-item {
    padding: 25px 20px 25px 20px;
  }
}
.rs-feature-one .rs-feature-item::before {
  position: absolute;
  color: rgba(31, 31, 31, 0.05);
  counter-increment: count;
  content: "0" counter(count);
  z-index: -1;
  inset-inline-end: -10px;
  font-size: 238px;
  font-weight: 700;
  bottom: -45px;
  line-height: 0.75;
}
@media only screen and (max-width: 1199px) {
  .rs-feature-one .rs-feature-item::before {
    font-size: 150px;
    bottom: -25px;
  }
}
.rs-feature-one .rs-feature-item:hover {
  background: #341b0c;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-one .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-one .rs-feature-item:hover .rs-feature-descrip p {
  color: rgba(255, 255, 255, 0.85);
}
.rs-feature-one .rs-feature-icon svg {
  width: 60px;
  height: 60px;
}
.rs-feature-one .rs-feature-icon svg path {
  transition: all 0.5s ease;
}
.rs-feature-one .rs-feature-title {
  margin: 40px 0 15px;
}

.rs-feature-five .rs-feature-item {
  position: relative;
  background: var(--rs-bg-primary);
  border-radius: 6px;
  padding: 40px 40px;
  z-index: 1;
  transition: all 0.5s ease;
  margin-top: 40px;
}
@media only screen and (max-width: 1700px) {
  .rs-feature-five .rs-feature-item {
    padding: 25px 25px;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-feature-five .rs-feature-item {
    padding: 30px 30px;
    margin-top: 50px;
  }
}
.rs-feature-five .rs-feature-item:hover {
  background: var(--rs-theme-orange);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-bg-thumb {
  visibility: visible;
  opacity: 1;
}
.rs-feature-five .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-white);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-orange);
}
.rs-feature-five .rs-feature-item:hover .rs-feature-descrip p {
  color: #E6E6E6;
}
.rs-feature-five .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: -1;
}
.rs-feature-five .rs-feature-icon {
  width: 85px;
  height: 80px;
  background: var(--rs-theme-orange);
  box-shadow: 0px 8px 32px -8px rgba(206, 68, 13, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px;
  border-radius: 5px;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}
.rs-feature-five .rs-feature-icon svg {
  width: 45px;
  height: 45px;
}
.rs-feature-five .rs-feature-title {
  color: var(--rs-text-tertiary);
  margin-bottom: 15px;
}
.rs-feature-five.has-theme-cyan .rs-feature-item:hover {
  background: var(--rs-theme-cyan);
}
.rs-feature-five.has-theme-cyan .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-theme-cyan);
}
.rs-feature-five.has-theme-cyan .rs-feature-icon {
  background: var(--rs-theme-cyan);
}

.rs-feature-six .rs-feature-item {
  background: var(--rs-bg-primary);
  padding: 40px 40px 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-feature-six .rs-feature-item {
    padding: 25px 25px 25px 25px;
  }
}
.rs-feature-six .rs-feature-item:hover .rs-feature-bg-thumb {
  opacity: 1;
  visibility: visible;
}
.rs-feature-six .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-text p {
  color: #E6E6E6;
}
.rs-feature-six .rs-feature-item:hover .rs-feature-icon {
  background: var(--rs-theme-orange);
}
.rs-feature-six .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-six .rs-feature-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s ease;
}
.rs-feature-six .rs-feature-title {
  margin-bottom: 30px;
  margin-inline-end: 50px;
}
.rs-feature-six .rs-feature-icon {
  width: 85px;
  height: 80px;
  background: rgba(233, 233, 233, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-end: 5px;
  top: 5px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-icon {
    width: 65px;
    height: 60px;
  }
}
.rs-feature-six .rs-feature-icon svg {
  width: 60px;
  height: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-six .rs-feature-icon svg {
    width: 40px;
    height: 30px;
  }
}
/*----------------------------------------*/
/*  4.13 portfolio css
/*----------------------------------------*/
.rs-portfolio-one {
  overflow-x: clip;
}
.rs-portfolio-one .rs-portfolio-item {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-one .rs-portfolio-item:hover .rs-portfolio-content {
  bottom: 0px;
}
.rs-portfolio-one .rs-portfolio-thumb {
  position: relative;
}
.rs-portfolio-one .rs-portfolio-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, rgba(4, 4, 35, 0.8392156863) 0%, rgba(4, 4, 35, 0) 63%);
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-portfolio-one .rs-portfolio-thumb img {
  width: 100%;
  border-radius: 2px;
}
.rs-portfolio-one .rs-portfolio-thumb.has-clip-path {
  clip-path: polygon(0% 0%, 88% 0, 100% 10%, 100% 100%, 0% 100%);
}
.rs-portfolio-one .rs-portfolio-content {
  position: absolute;
  transition: all 0.5s ease;
  z-index: 2;
  padding: 40px 40px 40px 40px;
  bottom: -90px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-one .rs-portfolio-content {
    padding: 30px 30px 40px 30px;
  }
}
.rs-portfolio-one .rs-portfolio-title {
  font-size: 20px;
  color: var(--rs-white);
  margin: 15px 0 25px;
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-one .rs-portfolio-title {
    font-size: 20px;
  }
}
.rs-portfolio-one .rs-portfolio-tag a {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 400;
  padding: 6px 14px;
  border-radius: 55px;
  background: var(--rs-theme-green);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.rs-portfolio-one .rs-portfolio-tag a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-portfolio-one .rs-portfolio-slider-wrapper .has-space {
  margin-inline-start: -462px;
}
@media only screen and (max-width: 1366px) {
  .rs-portfolio-one .rs-portfolio-slider-wrapper .has-space {
    margin-inline-start: -380px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-one .rs-portfolio-slider-wrapper .has-space {
    margin-inline-start: -300px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-one .rs-portfolio-slider-wrapper .has-space {
    margin-inline-start: 0px;
  }
}
.rs-portfolio-one .rs-portfolio-navigation {
  display: flex;
  justify-content: end;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-one .rs-portfolio-navigation {
    justify-content: start;
  }
}
.rs-portfolio-two .rs-portfolio-item {
  position: relative;
}
.rs-portfolio-two .rs-portfolio-item:hover .rs-portfolio-content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
.rs-portfolio-two .rs-portfolio-item:hover .rs-portfolio-thumb img {
  transform: scale(1.1);
}
.rs-portfolio-two .rs-portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.rs-portfolio-two .rs-portfolio-thumb img {
  width: 100%;
  transition: all 0.5s ease;
}
.rs-portfolio-two .rs-portfolio-tag {
  margin-bottom: 8px;
}
.rs-portfolio-two .rs-portfolio-tag a {
  color: var(--rs-white);
  font-size: 14px;
  padding: 6px 17px;
  background: var(--rs-theme-orange);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  height: 30px;
}
.rs-portfolio-two .rs-portfolio-tag a:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-portfolio-two .rs-portfolio-content {
  width: 100%;
  position: absolute;
  padding: 0px 80px 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-portfolio-two .rs-portfolio-content {
    padding: 0px 20px 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-portfolio-two .rs-portfolio-content {
    padding: 0px 80px 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-portfolio-two .rs-portfolio-content {
    padding: 0px 20px 0 20px;
  }
}
.rs-portfolio-two .rs-portfolio-title-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--rs-white);
  padding: 10px 10px 10px 18px;
  gap: 20px;
}
.rs-portfolio-two .rs-portfolio-title {
  color: #0C3C61;
}
.rs-portfolio-two .rs-portfolio-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-portfolio-two .rs-btn.has-small-btn {
  background: #f2f2f2;
  color: var(--rs-theme-orange);
}
.rs-portfolio-two .rs-btn.has-small-btn:hover {
  background: var(--rs-theme-orange);
}
.rs-portfolio-two .rs-btn.has-small-btn:hover svg path {
  fill: var(--rs-white);
}

/*----------------------------------------*/
/*  4.22 Team css
/*----------------------------------------*/
.rs-team-one .rs-team-item {
  position: relative;
}
.rs-team-one .rs-team-item:hover .rs-team-content-box::before {
  width: 100%;
}
.rs-team-one .rs-team-item:hover .rs-team-social {
  inset-inline-end: 0px;
}
.rs-team-one .rs-team-item:hover .rs-team-thumb img {
  transform: scale(1.1);
}
.rs-team-one .rs-team-thumb {
  position: relative;
  overflow: hidden;
}
.rs-team-one .rs-team-thumb.has-clip {
  clip-path: polygon(0% 0%, 88% 0, 100% 10%, 100% 100%, 0% 100%);
}
.rs-team-one .rs-team-thumb img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.rs-team-one .rs-team-content-wrapper {
  width: 100%;
  padding: 0 55px;
  margin-top: -35px;
}
.rs-team-one .rs-team-content-box {
  box-shadow: 0px 6px 25px 0px rgba(2.044, 59.02, 74, 0.06);
  background: var(--rs-white);
  padding: 20px 20px 25px;
  text-align: center;
  border-radius: 2px;
  position: relative;
}
.rs-team-one .rs-team-content-box::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0;
  background-color: var(--rs-theme-orange);
  height: 2px;
  width: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  border-radius: 0px 0px 2px 2px;
}
.rs-team-one .rs-team-title {
  margin-bottom: 6px;
}
.rs-team-one .rs-team-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-team-one .rs-team-designation {
  font-size: 16px;
}
.rs-team-one .rs-team-social {
  background: var(--rs-theme-orange);
  position: absolute;
  inset-inline-end: -100px;
  height: 40px;
  padding: 0 15px;
  border-radius: 2px;
  gap: 15px;
  top: 65px;
  transition: 0.3s all ease;
}
.rs-team-one .rs-team-social a {
  font-size: 15px;
  color: var(--rs-white);
}
.rs-team-one .rs-team-social a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.rs-team-one.has-theme-blue .rs-team-content-box::before {
  background-color: var(--rs-theme-blue);
}
.rs-team-one.has-theme-blue .rs-team-title {
  color: #0C3C61;
}
.rs-team-one.has-theme-blue .rs-team-title a:hover {
  color: var(--rs-theme-blue);
}
.rs-team-one.has-theme-blue .rs-team-social {
  background: var(--rs-theme-blue);
}
.rs-team-one.has-theme-blue .rs-team-thumb.has-clip {
  clip-path: unset;
}
.rs-team-one.has-theme-light-blue .rs-team-item:hover .rs-team-social {
  bottom: 36px;
  inset-inline-end: unset;
}
.rs-team-one.has-theme-light-blue .rs-team-social {
  background: var(--rs-theme-light-blue);
  position: absolute;
  height: 40px;
  padding: 0 18px;
  border-radius: 2px;
  gap: 15px;
  transition: 0.3s all ease;
  bottom: -3px;
  transform: translate(-50%, 0px);
  left: 50%;
  inset-inline-end: unset;
  top: unset;
}
.rs-team-one.has-theme-light-blue .rs-team-content-box::before {
  background-color: var(--rs-theme-light-blue);
}
.rs-team-one.has-theme-light-blue .rs-team-title a:hover {
  color: var(--rs-theme-light-blue);
}
.rs-team-one.has-theme-light-blue .rs-team-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-light-blue .rs-team-btn {
    justify-content: start;
  }
}
.rs-team-one.has-theme-green .rs-team-content-box::before {
  background-color: var(--rs-theme-light-green);
}
.rs-team-one.has-theme-green .rs-team-title a:hover {
  color: var(--rs-theme-light-green);
}
.rs-team-one.has-theme-green .rs-team-social {
  background: var(--rs-theme-light-green);
}
.rs-team-one.has-theme-green .rs-team-thumb.has-clip {
  clip-path: unset;
}
.rs-team-one.has-theme-green .rs-team-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-green .rs-team-btn {
    justify-content: start;
  }
}
.rs-team-one.has-theme-green .rs-team-title {
  color: var(--rs-theme-green);
}
.rs-team-one.has-theme-cyan .rs-team-content-box::before {
  background: var(--rs-theme-cyan);
}
.rs-team-one.has-theme-cyan .rs-team-item:hover .rs-team-social {
  bottom: 36px;
  inset-inline-end: unset;
}
.rs-team-one.has-theme-cyan .rs-team-social {
  background: var(--rs-theme-cyan);
  position: absolute;
  height: 40px;
  padding: 0 18px;
  border-radius: 2px;
  gap: 15px;
  transition: 0.3s all ease;
  bottom: -3px;
  transform: translate(-50%, 0px);
  left: 50%;
  inset-inline-end: unset;
  top: unset;
}
.rs-team-one.has-theme-cyan .rs-team-title a:hover {
  color: var(--rs-theme-cyan);
}
.rs-team-one.has-theme-cyan .rs-team-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-team-one.has-theme-cyan .rs-team-btn {
    justify-content: start;
  }
}
/*----------------------------------------*/
/*  4.5 Contact css
/*----------------------------------------*/
.rs-contact-one .rs-contact-wrapper {
  position: relative;
  z-index: 3;
}
.rs-contact-one .rs-section-title {
  color: var(--rs-white);
}
.rs-contact-one .rs-section-title-wrapper .descrip {
  color: #CBCCCD;
  max-width: 95%;
}
.rs-contact-one .rs-contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
}
.rs-contact-one .rs-contact-form-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-contact-one .rs-contact-list {
  gap: 30px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 45px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one .rs-contact-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-one .rs-contact-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.rs-contact-one .rs-contact-list-item:hover .rs-contact-icon svg {
  animation: rs-vibrate 0.4s;
}
.rs-contact-one .rs-contact-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 90px;
  background: var(--rs-theme-orange);
  clip-path: polygon(0% 0%, 78% 0, 100% 18%, 100% 100%, 0% 100%);
}
.rs-contact-one .rs-contact-icon span svg {
  width: 30px;
  height: 35px;
}
.rs-contact-one .rs-contact-icon span svg path {
  fill: var(--rs-white);
}
.rs-contact-one .rs-contact-list-content span {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  display: inline-block;
  color: var(--rs-white);
}
.rs-contact-one .rs-contact-list-content a:hover {
  color: var(--rs-theme-orange);
}
.rs-contact-one .rs-contact-list-content h6 {
  font-size: 17px;
  font-weight: 500;
  color: #CBCCCD;
}
.rs-contact-one .rs-contact-list-content p {
  margin: 0;
  color: #CBCCCD;
}
.rs-contact-one .rs-contact-form {
  position: relative;
  z-index: 3;
  background: var(--rs-theme-orange);
  padding: 40px 50px 50px 50px;
  border-radius: 4px;
  margin-inline-start: 50px;
  clip-path: polygon(20% 0%, 90% 0, 100% 7%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0 0);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one .rs-contact-form {
    padding: 30px 30px 30px 30px;
    margin-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 0px;
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-one .rs-contact-form {
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one .rs-contact-form {
    padding: 25px 25px 25px 25px;
  }
}
.rs-contact-one .rs-contact-form .descrip {
  color: var(--rs-white);
  margin: 10px 0 30px;
}
.rs-contact-one .rs-contact-form-title {
  font-size: 17px;
  color: var(--rs-white);
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one .rs-contact-form-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-contact-one .rs-contact-form-title {
    font-size: 17px;
  }
}
.rs-contact-one .rs-contact-input input {
  width: 100%;
  height: 52px;
  outline: 0;
  padding: 0 25px;
  color: var(--rs-white);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.rs-contact-one .rs-contact-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.rs-contact-one .rs-contact-input textarea {
  height: 115px;
  padding: 15px 15px;
  resize: none;
  background: rgba(255, 255, 255, 0.1);
  color: var(--rs-white);
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.rs-contact-one .rs-contact-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.rs-contact-one.has-theme-orange {
  position: relative;
  z-index: 2;
}
.rs-contact-one.has-theme-orange .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  inset-inline-start: 0;
}
.rs-contact-one.has-theme-orange .rs-contact-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.85;
  z-index: 1;
}
.rs-contact-one.has-theme-orange .rs-contact-form-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-contact-one.has-theme-orange .rs-contact-list-item {
  align-items: start;
}
.rs-contact-one.has-theme-orange .rs-contact-icon span {
  width: unset;
  height: unset;
  background: none;
  display: unset;
  clip-path: unset;
}
.rs-contact-one.has-theme-orange .rs-contact-icon svg {
  width: 44px;
  height: 44px;
}
.rs-contact-one.has-theme-orange .rs-contact-icon svg path {
  fill: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-contact-list-content a:hover {
  color: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-contact-form {
  clip-path: unset;
}
.rs-contact-one.has-theme-green {
  position: relative;
  z-index: 2;
  padding: 40px 50px 50px 50px;
  border-top: 4px solid var(--rs-theme-yellow);
  border-radius: 3px 3px 3px 3px;
  background: var(--rs-theme-light-green);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-green {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one.has-theme-green {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-theme-green {
    padding: 20px 25px 25px 25px;
  }
}
.rs-contact-one.has-theme-green .rs-contact-thumb {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
}
.rs-contact-one.has-theme-green .rs-contact-form-title {
  color: var(--rs-white);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-green .rs-contact-form-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-theme-green .rs-contact-form-title {
    font-size: 17px;
  }
}
.rs-contact-one.has-theme-green .rs-contact-input input,
.rs-contact-one.has-theme-green .rs-contact-input textarea {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid #A1B7B8;
  color: var(--rs-white);
}
.rs-contact-one.has-theme-green .rs-contact-input input::placeholder,
.rs-contact-one.has-theme-green .rs-contact-input textarea::placeholder {
  color: var(--rs-white);
}
.rs-contact-one.has-theme-green .rs-contact-input input:focus,
.rs-contact-one.has-theme-green .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-contact-one.has-theme-green .descrip {
  color: var(--rs-white);
}
.rs-contact-one.has-white {
  position: relative;
  z-index: 2;
  padding: 40px 50px 50px 50px;
  border-top: 4px solid var(--rs-theme-orange);
  border-radius: 3px 3px 3px 3px;
  background: var(--rs-white);
  margin-inline-start: 30px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-white {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one.has-white {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-white {
    padding: 20px 25px 25px 25px;
  }
}
.rs-contact-one.has-white .rs-contact-form-title {
  color: var(--rs-black);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-white .rs-contact-form-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-white .rs-contact-form-title {
    font-size: 25px;
  }
}
.rs-contact-one.has-white .rs-contact-input input,
.rs-contact-one.has-white .rs-contact-input textarea {
  background-color: var(--rs-bg-primary);
  border: 1px solid rgba(31, 31, 31, 0.1019607843);
  color: var(--rs-black);
}
.rs-contact-one.has-white .rs-contact-input input::placeholder,
.rs-contact-one.has-white .rs-contact-input textarea::placeholder {
  color: rgba(68, 68, 68, 0.478);
}
.rs-contact-one.has-white .rs-contact-input input:focus,
.rs-contact-one.has-white .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-one.has-white .rs-btn:hover {
  background: var(--rs-black);
}
.rs-contact-one.has-black {
  background: var(--rs-black);
  position: relative;
  z-index: 2;
  padding: 40px 50px 50px 50px;
  border-top: 4px solid var(--rs-theme-orange);
  border-radius: 3px 3px 3px 3px;
  margin-inline-start: 20px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-black {
    padding: 20px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-contact-one.has-black {
    margin-inline-start: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-black {
    padding: 20px 25px 25px 25px;
  }
}
.rs-contact-one.has-black .rs-contact-form-title {
  color: var(--rs-white);
}
.rs-contact-one.has-black .descrip {
  color: var(--rs-white);
}
.rs-contact-one.has-black .rs-contact-input input,
.rs-contact-one.has-black .rs-contact-input textarea {
  background-color: rgba(255, 247, 247, 0.0509803922);
  border: 1px solid rgba(182, 182, 182, 0.2509803922);
  color: var(--rs-white);
}
.rs-contact-one.has-black .rs-contact-input input:focus,
.rs-contact-one.has-black .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-one.has-black .rs-btn:hover {
  background: rgb(255, 92, 0);
}
.rs-contact-one.has-theme-orange-two {
  position: relative;
  z-index: 2;
  padding: 40px 50px 50px 50px;
  border-top: 4px solid var(--rs-theme-orange);
  border-radius: 3px 3px 3px 3px;
}
@media only screen and (max-width: 1600px) {
  .rs-contact-one.has-theme-orange-two {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-contact-one.has-theme-orange-two {
    padding: 25px 25px 25px 25px;
  }
}
.rs-contact-one.has-theme-orange-two .rs-contact-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-contact-one.has-theme-orange-two .rs-contact-form-title {
  color: var(--rs-title-primary);
}
.rs-contact-one.has-theme-orange-two .rs-contact-input input,
.rs-contact-one.has-theme-orange-two .rs-contact-input textarea {
  background: var(--rs-white);
  border: 1px solid #D2D2D2;
  color: var(--rs-black);
}
.rs-contact-one.has-theme-orange-two .rs-contact-input input::placeholder,
.rs-contact-one.has-theme-orange-two .rs-contact-input textarea::placeholder {
  color: #616161;
}
.rs-contact-one.has-theme-orange-two .rs-contact-input input:focus,
.rs-contact-one.has-theme-orange-two .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange-two .rs-btn:hover {
  background: rgb(255, 92, 0);
}


.rs-contact-nine .rs-contact-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-contact-nine .rs-contact-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-nine .rs-contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-nine .rs-contact-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-contact-nine .rs-contact-item {
  padding: 10px 30px 10px 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E9E9E9;
}
.rs-contact-nine .rs-contact-item:hover .rs-contact-icon {
  background: var(--rs-theme-orange);
}
.rs-contact-nine .rs-contact-item:hover .rs-contact-icon svg path {
  fill: var(--rs-white);
}
.rs-contact-nine .rs-contact-content a {
  display: block;
}
.rs-contact-nine .rs-contact-content a:not(:last-child) {
  margin-bottom: 3px;
}
.rs-contact-nine .rs-contact-content a:hover {
  color: var(--rs-theme-green);
}
.rs-contact-nine .rs-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--rs-white);
  transition: all 0.5s;
}

.rs-contact-nine .rs-contact-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.rs-contact-ten .rs-contact-form {
  padding-top: 76px;
  padding-bottom: 80px;
  padding-inline-start: 140px;
  padding-inline-end: 140px;
  background: #F7F7F7;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #FFF;
  border-top: 4px solid var(--rs-theme-orange);
}
@media only screen and (max-width: 1600px) {
  .rs-contact-ten .rs-contact-form {
    padding-inline-start: 150px;
    padding-inline-end: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-contact-ten .rs-contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-contact-ten .rs-contact-form {
    margin-bottom: 0px;
  }
}
.rs-contact-ten .rs-contact-form .descrip {
  margin: 15px auto 30px;
  max-width: 630px;
}
.rs-contact-ten .rs-contact-title {
  font-size: 40px;
}
.rs-contact-ten .rs-contact-input input {
  background: var(--rs-white);
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
.rs-contact-ten .rs-contact-input input:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-ten .rs-contact-input textarea {
  height: 150px;
  background: var(--rs-white);
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
.rs-contact-ten .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-ten .rs-contact-btn .rs-btn:hover {
  background: rgb(255, 92, 0);
}

/*----------------------------------------*/
/*  4.26 work step css
/*----------------------------------------*/
.rs-work-step-one .rs-work-step-section-title {
  font-size: 200px;
  color: #ECECEC;
  letter-spacing: 4px;
  line-height: 0.8;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.rs-work-step-descrip
{
  font-size: 16px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 35px;
  }
}
.rs-work-step-one .rs-work-step-wrapper {
  margin-top: -100px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: -35px;
  }
}
.rs-work-step-one .rs-work-step-item {
  background: var(--rs-white);
  padding: 40px 60px 40px 40px;
  border-radius: 2px;
  clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-one .rs-work-step-item {
    padding: 30px 30px 30px 30px;
  }
}
.rs-work-step-one .rs-work-step-item:hover {
  border-color: var(--rs-theme-orange);
}
.rs-work-step-one .rs-work-step-item:hover .rs-work-step-icon::before {
  opacity: 1;
  color: var(--rs-theme-orange);
}
.rs-work-step-one .rs-work-step-icon {
  margin: 30px 0 30px;
  position: relative;
}
.rs-work-step-one .rs-work-step-icon svg {
  width: 65px;
  height: 65px;
  fill: var(--rs-theme-orange);
}
.rs-work-step-one .rs-work-step-icon::before {
  position: absolute;
  color: var(--rs-text-primary);
  counter-increment: count;
  content: "0" counter(count);
  z-index: 1;
  inset-inline-end: 0;
  font-size: 90px;
  font-weight: 700;
  top: 50%;
  opacity: 0.08;
  transform: translateY(-50%);
  line-height: 0.8;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-one .rs-work-step-icon::before {
    font-size: 70px;
  }
}
.rs-work-step-one.has-different-style .rs-work-step-wrapper {
  margin-top: 0;
}
.rs-work-step-one.has-different-style .rs-work-step-item {
  background: var(--rs-bg-primary);
}
.rs-work-step-two {
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
.rs-work-step-two .rs-work-step-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
[dir=rtl] .rs-work-step-two .rs-work-step-bg-thumb {
  transform: rotateY(180deg);
}
.rs-work-step-two .rs-work-process-content-wrapper {
  position: relative;
  z-index: 2;
  padding-inline-end: 30px;
}
@media only screen and (max-width: 1366px) {
  .rs-work-step-two .rs-work-process-content-wrapper {
    padding-inline-end: 0px;
  }
}
.rs-work-step-two .rs-work-step-wrapper :not(:last-child) .rs-work-step-number::before {
  content: "";
  position: absolute;
  height: 60%;
  border-left: 1px dashed #616161;
  top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-work-step-two .rs-work-step-wrapper :not(:last-child) .rs-work-step-number::before {
    top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-step-two .rs-work-step-wrapper :not(:last-child) .rs-work-step-number::before {
    top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-step-two .rs-work-step-wrapper :not(:last-child) .rs-work-step-number::before {
    top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-two .rs-work-step-wrapper:last-child .rs-work-step-number::before {
    content: "";
    position: absolute;
    height: 60%;
    border-left: 1px dashed #616161;
    top: 70px;
  }
}
.rs-work-step-two .rs-work-step-item {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-work-step-two .rs-work-step-item {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.rs-work-step-two .rs-work-step-item:not(:last-child) {
  margin-bottom: 35px;
}
.rs-work-step-two .rs-work-step-item:hover .rs-work-step-number {
  background: var(--rs-theme-orange);
}
.rs-work-step-two .rs-work-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  background:#283147;
  color: var(--rs-white);
  font-size: 17px;
  transition: all 0.3s ease;
  position: relative;
}
.rs-work-step-two .rs-work-step-title {
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-two .rs-work-step-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-two .rs-work-step-title {
    margin-top: 50px;
  }
}
.rs-work-step-two.has-theme-orange .rs-work-step-shape {
  position: absolute;
  inset-inline-start: -80px;
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-two.has-theme-orange .rs-work-step-shape {
    display: none;
  }
}
.rs-work-step-two.has-theme-orange .rs-work-step-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .rs-work-step-two.has-theme-orange .rs-work-step-bg-thumb {
    display: none;
  }
}
.rs-work-step-two.has-theme-orange .rs-work-step-item:hover .rs-work-step-number {
  background: transparent;
  color: var(--rs-white);
}
.rs-work-step-two.has-theme-orange .rs-work-step-item:hover .rs-work-step-thumb.has-orange {
  opacity: 1;
  visibility: visible;
}
.rs-work-step-two.has-theme-orange .rs-work-step-number {
  background: transparent;
  z-index: 1;
  color: var(--rs-text-primary);
  transition: all 0.3s ease;
}
.rs-work-step-two.has-theme-orange .rs-work-step-thumb {
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.rs-work-step-two.has-theme-orange .rs-work-step-thumb.has-orange {
  opacity: 0;
  visibility: hidden;
}

.rs-work-step-five {
  position: relative;
  z-index: 1;
}
.rs-work-step-five .rs-stroke-text {
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: 6px;
  color: rgba(31, 31, 31, 0.031372549);
  position: absolute;
  left: 170px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-stroke-text {
    display: none;
  }
}
.rs-work-step-five .rs-work-step-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-work-step-five .rs-work-step-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-wrapper {
    grid-template-columns: auto;
    gap: 30px;
  }
}
.rs-work-step-five .rs-work-step-item {
  padding-inline-end: 80px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.12);
  border-right: 1px solid rgba(31, 31, 31, 0.12);
  padding-bottom: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-work-step-item {
    padding-bottom: 50px;
    padding-inline-end: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-item {
    padding-bottom: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-item {
    border: 0;
    padding: 0;
  }
}/* STEP 2 */
.rs-work-step-five .rs-work-step-item:nth-child(2) {
  border-right: 0;
  padding-inline-start: 80px;
  padding-inline-end: 0px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-work-step-item:nth-child(2) {
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-item:nth-child(2) {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-item:nth-child(2) {
    padding: 0;
  }
}

/* STEP 3 */
.rs-work-step-five .rs-work-step-item:nth-child(3) {
  border-bottom: 0;
  padding-inline-start: 0px;
  padding-bottom: 0;
  padding-top: 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-work-step-item:nth-child(3) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-item:nth-child(3) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-item:nth-child(3) {
    padding: 0;
  }
}

/* STEP 4 */
.rs-work-step-five .rs-work-step-item:nth-child(4) {
  border-right: 0;
  border-bottom: 0;
  padding-inline-start: 80px;
  padding-inline-end: 0px;
  padding-bottom: 0;
  padding-top: 75px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-work-step-item:nth-child(4) {
    padding-top: 50px;
    padding-inline-start: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-item:nth-child(4) {
    padding-top: 30px;
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-item:nth-child(4) {
    padding: 0;
  }
}

/* STEP 5 (NEW — ADJUSTED CLEANLY) */
.rs-work-step-five .rs-work-step-item:nth-child(5) {
  padding-inline-end: 80px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.12);
  border-right: 1px solid rgba(31, 31, 31, 0.12);
  padding-bottom: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-five .rs-work-step-item:nth-child(5) {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-item:nth-child(5) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-five .rs-work-step-item:nth-child(5) {
    padding: 0;
  }
}

.rs-work-step-five .rs-work-step-number-wrapper {
  display: flex;
  gap: 10px;
}
.rs-work-step-five .rs-work-step-number {
  position: relative;
}
.rs-work-step-wrapper {
    counter-reset: count;
}

.rs-work-step-five .rs-work-step-number::before {
  position: absolute;
  color: var(--rs-white);
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  font-weight: 400;
  transition: 0.3s;
  width: 42px;
  height: 42px;
  background: var(--rs-theme-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 20px;
  top: 2px;
  inset-inline-start: 0;
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-number::before {
    top: -2px;
  }
}
.rs-work-step-five .rs-work-step-text {
  position: relative;
  padding-inline-start: 40px;
  font-size: 36px;
  text-transform: uppercase;
  color: #e7e9ec;
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-five .rs-work-step-text {
    font-size: 30px;
  }
}
.rs-work-step-five .rs-work-step-title {
  color: var(--rs-text-tertiary);
  margin: 15px 0 20px 0;
}

/*----------------------------------------*/
/* 3.4.1 Cookies Style
/*----------------------------------------*/

/* --------------------------
   COOKIE BANNER
--------------------------- */
.cookie-banner{
  position:fixed;
  bottom:20px;
  left:20px;
  right:20px;
  background:#fff;
  border-left:5px solid var(--rs-theme-green);
  padding:18px;
  border-radius:var(--radius);
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  box-shadow:var(--shadow);
  opacity:0;
  transform:translateY(20px);
  transition:.3s;
  z-index:99999;
  max-width:1100px;
  margin:0 auto;
}
.cookie-banner.show{opacity:1;transform:translateY(0)}

.cookie-left{
  display:flex;
  gap:12px;
  flex:1;
  min-width:250px;
}
.cookie-left img{
  width:55px;height:55px;border-radius:8px;object-fit:cover;
}

.cookie-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  min-width:200px;
}

.btn-cookie{
  padding:10px 16px;
  border-radius:8px;
  border:1px solid transparent;
  font-weight:600;
  cursor:pointer;
  font-size:14px;
}

.btn-accept{background:var(--rs-theme-orange);color:#fff;}
.btn-manage{background:#fff;color:var(--blue);border:1px solid var(--blue);}

/* MOBILE FIX */
@media (max-width:576px){
  .cookie-banner{
    padding:14px;
    flex-direction:column;
    text-align:center;
  }
  .cookie-left{
    justify-content:center;
  }
  .cookie-actions{
    justify-content:center;
  }
}

/* --------------------------
   COOKIE MODAL
--------------------------- */
.cookie-modal{
  position:fixed;
  top:0;left:0;
  width:100%;height:100%;
  background:rgba(0,0,0,.55);
  display:none;
  z-index:999999;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.cookie-modal-content{
  width:70%;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  padding-bottom:0;
  max-height:90vh;
  display:flex;
  flex-direction:column;
}

/* CLOSE BTN */
.cookie-close{
  position:absolute;
  right:20px;
  top:18px;
  font-size:28px;
  cursor:pointer;
}

.cookie-modal-header{
  padding:20px;
  border-bottom:1px solid #eee;
}
.cookie-sub{
  font-size:14px;
  color:#555;
  margin-top:6px;
}

/* BODY SPLIT */
.cookie-modal-body{
  display:flex;
  height:360px;
}

/* SIDEBAR */
.cookie-sidebar{
  width:30%;
  background:#f6f6f6;
  border-right:1px solid #ddd;
  height:100%;
  overflow-y:auto;
}
.cookie-sidebar button{
  display:block;width:100%;
  padding:15px;border:0;background:transparent;
  cursor:pointer;text-align:left;font-weight:600;
  border-bottom:1px solid #e6e6e6;
}
.cookie-sidebar button.active{
  background:var(--rs-theme-green);
  color:#fff;
}
.cookie-content{
  width:70%;
  padding:25px 30px;
  overflow-y:auto;
}
.cookie-tab-content{display:none;}
.cookie-tab-content.active{display:block;}
.always-active{
  color:rgb(236, 115, 15);font-size:13px;margin-left:6px;font-weight:600;
}
.radio-group label{
  display:block;margin:10px 0;font-size:15px;
}
.disabled{opacity:.7;pointer-events:none;}

.cookie-modal-footer{
  padding:18px;text-align:right;border-top:1px solid #ddd;
}
.save-btn{
  background:var(--rs-theme-green);
  color:#fff;
  padding:10px 22px;
  border-radius:6px;
  border:none;
  font-weight:600;
}

/* --------------------------
   RESPONSIVE MODAL
--------------------------- */

/* Tablets */
@media (max-width:992px){
  .cookie-modal-content{
    width:90%;
  }
}

/* MOBILE BREAKPOINT */
@media (max-width:768px){
  .cookie-modal-body{
    flex-direction:column;
    height:auto;
  }

  .cookie-sidebar{
    width:100%;
    height:auto;
    display:flex;
    overflow-x:auto;
    border-right:0;
    border-bottom:1px solid #ddd;
  }
  .cookie-sidebar button{
    flex:1;
    text-align:center;
    border-right:1px solid #ddd;
    border-bottom:0;
    white-space:nowrap;
  }

  .cookie-content{
    width:100%;
    padding:20px;
    max-height:50vh;
  }
}

/* SMALL MOBILE */
@media (max-width:480px){
  .cookie-modal-content{
    width:100%;
    border-radius:0;
  }
}

/* --------------------------
   FLOATING BUTTON
--------------------------- */
.cookie-floating-btn{
  position:fixed;
  bottom:25px;
  left:25px;
  background:var(--rs-theme-orange);
  color:white;
  width:55px;
  height:55px;
  border-radius:50%;
  display:none;
  justify-content:center;
  align-items:center;
  font-size:26px;
  cursor:pointer;
  box-shadow:0 4px 14px rgba(0,0,0,0.25);
  z-index:999999;
  transition:transform .25s ease, background .25s ease;
}
.cookie-floating-btn:hover{
  transform:scale(1.1);
}

/* --------------------------
   STATUS MODAL
--------------------------- */
.cookie-status-box{
  width:40%;
}
.cookie-status-body{
  font-size:15px;line-height:1.5;
}
.cookie-status-list{
  margin-top:10px;padding-left:18px;
}
.cookie-status-list li{
  margin-bottom:8px;
}

/* MOBILE STATUS MODAL */
@media (max-width:768px){
  .cookie-status-box{
    width:90%;
  }
}
.card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 150%;
    height: 150%;
    background: rgba(238, 117, 36, 0.15); 
    transform: rotate(45deg) scale(0);
    transform-origin: center;
    transition: transform 0.5s ease;
    pointer-events: none;
}
.card:hover::before {
    transform: rotate(45deg) scale(1);
}
.card h6, .card p {
    transition: color 0.3s ease;
}
.card:hover h6 {
    color: #ff6600;
    border-bottom: 1px solid #ff6600;
}

/* Video Section */
.video-bg-section {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Floating Sound Icon */
.sound-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 14px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;

    /* Smooth fade animation */
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.3s ease;
}
.sound-icon:hover {
    transform: scale(1.1);
}
.error { color:red; font-size:13px; margin-top:5px; display:block; }
input.error-border, textarea.error-border { border:2px solid red !important; }
input.success-border, textarea.success-border { border:2px solid green !important; }
  .input-error {
    border: 1px solid red;
  }

  .input-success {
    border: 1px solid green;
  }

  .error-text {
    color: red;
    font-size: 13px;
  }