@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,.rs-brand-one .rs-brand-thumb img
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 {
  /**  @font family declaration */
  --rs-ff-body: "Poppins", sans-serif;
  --rs-ff-title: "Poppins", sans-serif;
  --rs-ff-p: "Poppins", sans-serif;
  --rs-ff-fontawesome: "Font Awesome 6 Pro";
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #1F1F1F;
  --rs-light: #eee;
  --rs-theme-orange: #3d7900;
  --rs-theme-red: #3aa401;
  --rs-theme-blue: #005EB8;
  --rs-theme-light-blue: #0D80CE;
  --rs-theme-green: #023B4A;
  --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-theme-medium-green: #4AAB3D;
  --rs-theme-bright-green: #41C575;
  --rs-text-primary: #333;
  --rs-text-secondary: #CBCCCD;
  --rs-text-tertiary: #142340;
  --rs-title-primary: #1F1F1F;
  --rs-title-secondary: #152A40;
  --rs-bg-primary: #F7F7F7;
  --rs-bg-dark-blue: #0D2A3C;
  --rs-bg-dark-green: #0C2318;
  --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: 600;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 16px;
  --rs-fs-p: 16px;
  --rs-fs-h1: 68px;
  --rs-fs-h2: 52px;
  --rs-fs-h3: 38px;
  --rs-fs-h4: 28px;
  --rs-fs-h5: 24px;
  --rs-fs-h6: 20px;
  --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;
}

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

@media (min-width: 1441px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 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;
}

/*----------------------------------------
   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: 0 2px;
  -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% 2px;
}
.underline.has-theme-red a {
  background-image: linear-gradient(var(--rs-theme-red), var(--rs-theme-red)), linear-gradient(var(--rs-theme-red), var(--rs-theme-red));
}
.underline.has-theme-red a:hover {
  color: var(--rs-theme-red);
}
.underline.has-theme-blue a {
  background-image: linear-gradient(var(--rs-theme-blue), var(--rs-theme-blue)), linear-gradient(var(--rs-theme-blue), var(--rs-theme-blue));
}
.underline.has-theme-blue a:hover {
  color: var(--rs-theme-blue);
}
.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);
}
.underline.has-theme-yellow a {
  background-image: linear-gradient(var(--rs-theme-yellow), var(--rs-theme-yellow)), linear-gradient(var(--rs-theme-yellow), var(--rs-theme-yellow));
}
.underline.has-theme-yellow a:hover {
  color: var(--rs-theme-yellow);
}
.underline.has-theme-medium-green a {
  background-image: linear-gradient(var(--rs-theme-medium-green), var(--rs-theme-medium-green)), linear-gradient(var(--rs-theme-medium-green), var(--rs-theme-medium-green));
}
.underline.has-theme-medium-green a:hover {
  color: var(--rs-theme-medium-green);
}
.underline.has-black a {
  background-image: linear-gradient(var(--rs-title-primary), var(--rs-title-primary)), linear-gradient(var(--rs-title-primary), var(--rs-title-primary));
}
.underline.has-black a:hover {
  color: var(--rs-title-primary);
}

/*---------------------------------
	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;
}
@media only screen and (max-width: 1366px) {
  body{
    font-size: 15px;
    line-height: 24px;
  }
}
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: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

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

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

p {
  font-size: var(--rs-fs-p);
  font-family: var(--rs-ff-p);
  font-weight: var(--rs-fw-normal);
  color: var(--rs-text-primary);
  margin-bottom: 30px;
  line-height: 30px;
}
@media only screen and (max-width:767px) {
  p{
    font-size: 15px;
    line-height: 24px;
  }
}
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: 16px;
  color: var(--rs-placeholder);
}

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

/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 85px;
  padding-bottom: 85px;
}
@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;
  }
}

.section-space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-space-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-space-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-space-small-bottom {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
  .section-space-small-bottom {
    padding-bottom: 50px;
  }
}

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

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

/*----------------------------------------*/
/*  2.7 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  height: 60px;
  transition: all 0.3s linear;
  border-radius: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-btn.has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--rs-theme-red);
  transition: all 0.5s ease;
  transform: translateX(-100%);
  border-radius: 2px;
  z-index: -1;
}
.rs-btn.black-bg {
  background: var(--rs-black);
}
.rs-btn.black-bg:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.black-bg.has-bg-orange:hover {
  background: var(--rs-theme-orange);
}
.rs-btn.black-bg.has-theme-deep-blue:hover {
  background: var(--rs-black);
}
.rs-btn.white-bg {
  background: var(--rs-white);
  color: var(--rs-theme-orange);
}
.rs-btn.white-bg:hover {
  background: var(--rs-black);
  color: var(--rs-white);
}
.rs-btn.white-bg.has-theme-cyan {
  background: var(--rs-white);
  color: #142340;
}
.rs-btn.white-bg.has-theme-medium-yellow {
  background: var(--rs-white);
}
.rs-btn.white-bg.has-theme-medium-yellow.has-bg::before {
  background: var(--rs-theme-medium-yellow);
}
.rs-btn.white-bg.has-theme-medium-yellow.has-bg:hover {
  color: var(--rs-black);
}
.rs-btn.blue-bg {
  background: var(--rs-theme-blue);
}
.rs-btn.blue-bg:hover {
  background-color: rgba(4, 4, 35, 0.25);
}
.rs-btn.has-bg-transparent {
  background: transparent;
  color: var(--rs-title-primary);
  border: 1px solid #E1E1E1;
}
.rs-btn.has-bg-transparent.has-icon .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-bg-transparent:hover {
  border-color: var(--rs-theme-orange);
}
.rs-btn.has-bg-transparent.has-theme-medium-yellow {
  background: transparent;
  border-color: var(--rs-theme-medium-yellow);
}
.rs-btn.has-bg-transparent.has-theme-medium-yellow.has-bg::before {
  background: var(--rs-theme-medium-yellow);
}
.rs-btn.has-bg-transparent.has-theme-medium-yellow.has-bg:hover {
  color: var(--rs-black);
}
.rs-btn.has-bg-transparent.has-theme-medium-yellow.has-bg:hover .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-bg-transparent.has-theme-medium-green {
  background: transparent;
  border-color: rgba(225, 225, 225, 0.1215686275);
}
.rs-btn.has-bg-transparent.has-theme-medium-green.has-bg::before {
  background: var(--rs-theme-medium-green);
  border-color: var(--rs-theme-medium-green);
}
.rs-btn.has-bg-transparent.has-theme-medium-green.has-bg:hover {
  color: var(--rs-white);
}
.rs-btn.has-bg-transparent.has-theme-medium-green.has-bg:hover .icon-box svg {
  fill: var(--rs-white);
}
.rs-btn.has-color {
  background: var(--rs-theme-primary);
}
.rs-btn.has-color:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}
.rs-btn.has-theme-orange {
  background: var(--rs-theme-orange);
}
.rs-btn.has-theme-red {
  background: var(--rs-theme-red);
}
.rs-btn.has-theme-red:hover {
  filter: brightness(120%);
}
.rs-btn.has-theme-red.has-bg::before {
  content: "";
  background-color: #D40A06;
}
.rs-btn.has-theme-red.has-bg:hover {
  filter: unset;
}
.rs-btn.has-theme-red.has-skew {
  transform: skewX(-5deg);
}
.rs-btn.has-theme-blue {
  background: var(--rs-theme-blue);
}
.rs-btn.has-theme-blue.has-bg::before {
  background-color: rgba(4, 4, 35, 0.25);
}
.rs-btn.has-theme-yellow {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-btn.has-theme-yellow:hover {
  background: var(--rs-theme-red);
}
.rs-btn.has-theme-yellow.has-bg {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-btn.has-theme-yellow.has-bg::before {
  background: #EBB40E;
}
.rs-btn.has-theme-yellow.has-bg .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-theme-yellow.has-bg:hover {
  color: var(--rs-black);
}
.rs-btn.has-theme-light-blue {
  background: var(--rs-theme-light-blue);
}
.rs-btn.has-theme-light-blue.has-bg::before {
  background-color: #0C7BC7;
}
.rs-btn.has-theme-light-green {
  background: var(--rs-theme-light-green);
}
.rs-btn.has-theme-light-green.has-bg::before {
  background-color: #375B5D;
}
.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-green);
}
.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-theme-deep-blue {
  background: var(--rs-theme-deep-blue);
}
.rs-btn.has-theme-deep-blue.has-bg::before {
  background: #1F1CB9;
}
.rs-btn.has-theme-cyan {
  background: var(--rs-theme-cyan);
  color: var(--rs-white);
}
.rs-btn.has-theme-cyan.has-bg::before {
  background: var(--rs-theme-medium-blue);
}
.rs-btn.has-theme-cyan.has-bg .icon-box svg {
  fill: var(--rs-white);
  width: 15px;
}
.rs-btn.has-theme-cyan.has-bg .has-rotate {
  transform: rotate(-45deg);
}
.rs-btn.has-theme-cyan.has-bg:hover {
  color: var(--rs-white);
}
.rs-btn.has-theme-medium-yellow {
  background: var(--rs-theme-medium-yellow);
  color: var(--rs-black);
}
.rs-btn.has-theme-medium-yellow.has-bg::before {
  background: var(--rs-black);
}
.rs-btn.has-theme-medium-yellow.has-bg .icon-box svg {
  fill: var(--rs-black);
  width: 15px;
}
.rs-btn.has-theme-medium-yellow.has-bg .has-rotate {
  transform: rotate(-45deg);
}
.rs-btn.has-theme-medium-yellow.has-bg:hover .icon-box svg {
  fill: var(--rs-white);
}
.rs-btn.has-theme-medium-green {
  background: var(--rs-theme-medium-green);
  color: var(--rs-white);
  height: 58px;
}
.rs-btn.has-theme-medium-green.has-bg::before {
  background: var(--rs-black);
}
.rs-btn.has-theme-medium-green.has-bg .icon-box svg {
  fill: var(--rs-white);
  width: 15px;
}
.rs-btn.has-theme-medium-green.has-bg .has-rotate {
  transform: rotate(-45deg);
}
.rs-btn.has-theme-medium-green.has-bg:hover {
  color: var(--rs-white);
}
.rs-btn.has-theme-bright-green {
  background: var(--rs-theme-bright-green);
  color: var(--rs-white);
  height: 58px;
}
.rs-btn.has-theme-bright-green.has-bg::before {
  background: #37AB65;
}
.rs-btn.has-theme-bright-green.has-bg .icon-box svg {
  fill: var(--rs-white);
  width: 15px;
}
.rs-btn.has-theme-bright-green.has-bg .has-rotate {
  transform: rotate(-45deg);
}
.rs-btn.has-theme-bright-green.has-bg:hover {
  color: 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 i {
  fill: var(--rs-black);
}
.rs-btn.has-white:hover::before {
  transform: translateX(0);
}
.rs-btn.has-white:hover.has-icon .icon-box i {
  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 i {
    font-size: 14px;
    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-circle.has-theme-medium-yellow {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(97, 97, 97, 0.1);
  border-radius: unset;
  background: transparent;
}
.rs-btn.has-circle.has-theme-medium-yellow:hover {
  background: var(--rs-theme-medium-yellow);
}
.rs-btn.has-circle.has-theme-medium-yellow:hover .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-circle.has-theme-medium-yellow .icon-box svg {
  width: 20px;
  fill: var(--rs-theme-medium-yellow);
}
.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-text {
  color: var(--rs-black);
  text-decoration: underline;
  padding: 0;
  width: unset;
  height: unset;
}
.rs-btn.has-text:hover {
  color: var(--rs-theme-orange);
}
.rs-btn.has-text:hover .icon-box svg {
  fill: var(--rs-theme-orange);
}
.rs-btn.has-text .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-text.has-theme-green:hover {
  color: var(--rs-theme-green);
}
.rs-btn.has-text.has-theme-green:hover .icon-box svg {
  fill: var(--rs-theme-green);
}
.rs-btn.has-text.has-theme-cyan {
  background: transparent;
}
.rs-btn.has-text.has-theme-cyan:hover {
  color: var(--rs-theme-cyan);
}
.rs-btn.has-text.has-theme-cyan:hover .icon-box svg {
  fill: var(--rs-theme-cyan);
}
.rs-btn.has-large-radius {
  border-radius: 10px;
}
.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-btn.hover-white:hover {
  background: var(--rs-white);
  color: var(--rs-title-primary);
}
.rs-btn.hover-white.has-bg::before {
  background: var(--rs-white);
}
.rs-btn.hover-white.has-bg:hover {
  color: var(--rs-title-primary);
}
.rs-btn.hover-white.has-bg:hover .icon-box svg path {
  fill: var(--rs-black);
}

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

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

.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: 100px;
    position: relative;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: rgb(61 121 0);
    stroke: rgb(61 121 0);
    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;
  font-weight: 600;
  color: var(--rs-theme-orange);
}
.rs-counter-one.has-theme-red {
  background: #111111;
}
.rs-counter-one.has-theme-red .rs-counter-number,
.rs-counter-one.has-theme-red .prefix {
  -webkit-text-stroke-color: var(--rs-theme-red);
  stroke: var(--rs-theme-red);
}
.rs-counter-one.has-theme-red .rs-counter-title {
  color: var(--rs-white);
}
.rs-counter-one.has-theme-red .rs-counter-number-wrapper {
  border-color: rgba(255, 255, 255, 0.129);
}
.rs-counter-one.has-theme-blue .rs-counter-number,
.rs-counter-one.has-theme-blue .prefix {
  font-size: 115px;
  position: relative;
  -webkit-text-fill-color: rgba(64, 20, 20, 0);
  color: rgba(64, 20, 20, 0);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(20, 35, 64, 0.8);
  stroke: rgba(20, 35, 64, 0.8);
  font-weight: 500;
  line-height: 0.8;
}
@media only screen and (max-width: 1600px) {
  .rs-counter-one.has-theme-blue .rs-counter-number,
  .rs-counter-one.has-theme-blue .prefix {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-counter-one.has-theme-blue .rs-counter-number,
  .rs-counter-one.has-theme-blue .prefix {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-counter-one.has-theme-blue .rs-counter-number,
  .rs-counter-one.has-theme-blue .prefix {
    font-size: 70px;
  }
}
.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;
}
.rs-elements-counter-area.rs-about-ten .rs-about-counter-wrapper {
  position: unset;
  right: unset;
  bottom: 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:99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: all 0.5s ease-in-out;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-orange);
}
.offcanvas-area .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-orange);
}
.offcanvas-area.has-theme-red .offcanvas-close {
  background: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-red .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-red .offcanvas-contact-text a:hover {
  color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-red);
}
.offcanvas-area.has-theme-red .offcanvas-social ul li a:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
}
.offcanvas-area.has-theme-blue .offcanvas-close {
  background: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-blue .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-blue);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-blue .offcanvas-contact-text a:hover {
  color: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-blue);
}
.offcanvas-area.has-theme-blue .offcanvas-social ul li a:hover {
  background: var(--rs-theme-blue);
  border-color: var(--rs-theme-blue);
}
.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-green);
}
.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-area.has-theme-light-blue .offcanvas-close {
  background: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-light-blue .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-light-blue);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-light-blue .offcanvas-contact-text a:hover {
  color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-light-blue .offcanvas-social ul li a:hover {
  background: var(--rs-theme-light-blue);
  border-color: var(--rs-theme-light-blue);
}
.offcanvas-area.has-theme-yellow .offcanvas-close {
  background: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .offcanvas-close-icon {
  color: var(--rs-black);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-yellow .offcanvas-contact-text a:hover {
  color: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-yellow);
}
.offcanvas-area.has-theme-yellow .offcanvas-social ul li a:hover {
  background: var(--rs-theme-yellow);
  border-color: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.offcanvas-area.has-theme-deep-blue .offcanvas-close {
  background: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-deep-blue .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-deep-blue);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-deep-blue .offcanvas-contact-text a:hover {
  color: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-deep-blue);
}
.offcanvas-area.has-theme-deep-blue .offcanvas-social ul li a:hover {
  background: var(--rs-theme-deep-blue);
  border-color: var(--rs-theme-deep-blue);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-cyan .offcanvas-close {
  background: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-cyan .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-cyan);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-cyan .offcanvas-contact-text a:hover {
  color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-cyan .offcanvas-social ul li a:hover {
  background: var(--rs-theme-cyan);
  border-color: var(--rs-theme-cyan);
}
.offcanvas-area.has-theme-medium-green .offcanvas-close {
  background: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .offcanvas-close-icon {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li a:hover,
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-medium-green .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-medium-green);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-medium-green .offcanvas-contact-text a:hover {
  color: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-medium-green);
}
.offcanvas-area.has-theme-medium-green .offcanvas-social ul li a:hover {
  background: var(--rs-theme-medium-green);
  border-color: var(--rs-theme-medium-green);
}
.offcanvas-logo a img {
  width: 90px;
  height: auto;
}
.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;
    font-weight: bold;
}
.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 {
  width: 60px;
}
.sidebar-toggle a i{font-size: 24px;}
.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;
}
.contact_icon i{color: var(--rs-theme-orange);}
.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-blue {
  color: #0C3C61;
}
.rs-section-title.has-theme-light-blue {
  color: var(--rs-text-tertiary);
}
.rs-section-title.has-theme-green {
  color: var(--rs-theme-green);
}
.rs-section-title.elements-title {
  color: var(--rs-black) !important;
}
.rs-section-title.has-theme-bright-green {
  color: #0C2318;
}
.rs-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--rs-black);
  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) {
  .rs-section-subtitle {
    font-size: 15px;
  }
}
.rs-section-subtitle.has-theme-orange {
  color: var(--rs-theme-orange);
}
.rs-section-subtitle.has-theme-red {
  color: var(--rs-theme-red);
}
.rs-section-subtitle.has-theme-red svg path {
  fill: var(--rs-theme-red);
}
.rs-section-subtitle.has-theme-light-green {
  color: var(--rs-theme-light-green);
}
.rs-section-subtitle.has-theme-light-green svg path {
  fill: var(--rs-theme-light-green);
}
.rs-section-subtitle.has-theme-yellow {
  color: var(--rs-theme-yellow);
}
.rs-section-subtitle.has-theme-yellow svg path {
  fill: var(--rs-theme-yellow);
}
.rs-section-subtitle.has-bg-field {
  color: var(--rs-theme-red);
  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: 18px;
  margin-bottom: 20px;
}
.rs-section-subtitle.has-theme-blue {
  color: var(--rs-theme-blue);
}
.rs-section-subtitle.has-theme-light-blue {
  color: var(--rs-theme-light-blue);
}
.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-theme-deep-blue {
  color: var(--rs-theme-deep-blue);
}
.rs-section-subtitle.has-white {
  color: var(--rs-white);
}
.rs-section-subtitle.has-white svg path {
  fill: var(--rs-white);
}
.rs-section-subtitle.has-theme-cyan {
  color: var(--rs-theme-cyan);
}
.rs-section-subtitle.has-theme-medium-yellow {
  color: var(--rs-theme-medium-yellow);
}
.rs-section-subtitle.has-theme-medium-green {
  color: var(--rs-theme-medium-green);
}
.rs-section-subtitle.has-theme-medium-green svg {
  width: 20px;
}
.rs-section-subtitle.has-theme-medium-green svg path {
  fill: var(--rs-theme-medium-green);
}
.rs-section-subtitle.has-theme-bright-green {
  color: var(--rs-theme-bright-green);
}

.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: 70px;
  padding-bottom: 70px;
}
.rs-breadcrumb-bg{position: relative;}
.rs-breadcrumb-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #3d7900;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.9;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
.rs-breadcrumb-one {
    padding-top: 70px;
    padding-bottom: 70px;
}
}
@media only screen and (max-width: 767px) {
  .rs-breadcrumb-one {
    padding-top: 70px;
    padding-bottom: 70px;
}
}
.rs-breadcrumb-one .rs-breadcrumb-bg.bg-black {
  display: none;
}
.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;
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-bg {
    background-position: center left;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 55px;
  margin-bottom: 15px;
  color: var(--rs-white);
}
@media only screen and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 35px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
    display: inline-flex;
    gap: 15px 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
    list-style: none;
    position: relative;
    color: #fff;
}

.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-black);
}
.rs-about-thirteen {
  overflow-x: clip;
}
.rs-about-thirteen .rs-about-thumb-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-thirteen .rs-about-thumb-wrapper {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-thirteen .rs-about-thumb-wrapper {
    position: relative;
    z-index: 1;
    top: unset;
    margin-bottom: 0px;
  }
}
.rs-about-thirteen .rs-about-thumb img {
  width: 100%;
  transition: unset;
  border: 5px #3d7900 solid;
}
.rs-about-thirteen .rs-about-thumb.has-large {
  width: 470px;
  overflow: hidden;
  visibility: visible;
}
@media only screen and (max-width: 1600px) {
  .rs-about-thirteen .rs-about-thumb.has-large {
    width: 100%;
  }
}
.rs-about-thirteen .rs-about-thumb.has-small {
  position: absolute;
  bottom: -125px;
  inset-inline-end: 0;
  z-index: 2;
  width: 430px;
  overflow: hidden;
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .rs-about-thirteen .rs-about-thumb.has-small {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-thirteen .rs-about-thumb.has-small {
    bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-about-thirteen .rs-about-thumb.has-small {
    width: 180px;
  }
}
.rs-about-thirteen .rs-about-thumb.has-small img {
    width: 100%;
    border: 5px #3d7900 solid;
}
.rs-about-thirteen .rs-about-content-wrapper .descrip {
  margin: 20px 0 40px;
}
.rs-about-thirteen .rs-about-tab .nav-link {
  background: var(--rs-bg-primary);
  color: var(--rs-text-primary);
  font-weight: 500;
  padding: 10px 35px 10px 35px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .rs-about-thirteen .rs-about-tab .nav-link {
    width: 100%;
  }
}
.rs-about-thirteen .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-thirteen .rs-about-tab .nav-link.active {
  color: var(--rs-theme-orange);
}
.rs-about-thirteen .rs-about-tab .nav-link.active::after {
  transform: scaleX(1);
}
.rs-about-thirteen .rs-about-tab .nav-link:hover {
  color: var(--rs-theme-orange);
}
.rs-about-thirteen .rs-about-tab .nav-link:hover::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 480px) {
  .rs-about-thirteen .rs-about-tab .nav-item {
    width: 100%;
  }
}
.rs-about-thirteen .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%);
}
@media only screen and (max-width: 480px) {
  .rs-about-thirteen .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
    content: none;
  }
}
.rs-about-thirteen .rs-about-tab-content {
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 600px;
}
.rs-about-thirteen .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-thirteen .rs-about-author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.rs-about-thirteen .rs-about-author-sign-thumb img {
  width: 147px;
}
.rs-about-thirteen .rs-about-author-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 575px) {
  .rs-about-thirteen .rs-about-author-info {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start;
  }
}
.rs-about-thirteen .rs-about-author {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-about-thirteen .rs-about-feature-list ul {
  display: flex;
  gap: 20px 60px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-thirteen .rs-about-feature-list ul {
    gap: 20px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-thirteen .rs-about-feature-list ul {
    flex-wrap: wrap;
  }
}
.rs-about-thirteen .rs-about-feature-list ul li {
  margin: 0;
}
.rs-about-thirteen .rs-about-wrapper {
  margin-inline-start: 25px;
}
@media only screen and (max-width: 1600px) {
  .rs-about-thirteen .rs-about-wrapper {
    margin-inline-start: 0px;
  }
}
/*----------------------------------------
   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-red .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-red);
}
.rs-pagination.swiper-pagination.has-theme-red .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-red);
}
.rs-pagination.swiper-pagination.has-theme-deep-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-deep-blue);
}
.rs-pagination.swiper-pagination.has-theme-deep-blue .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-deep-blue);
}
.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);
}
.rs-pagination.swiper-pagination.has-theme-yellow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
}
.rs-pagination.swiper-pagination.has-theme-yellow .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-yellow);
}
.rs-pagination.swiper-pagination.has-theme-cyan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-cyan);
}
.rs-pagination.swiper-pagination.has-theme-cyan .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-cyan);
}
.rs-pagination.swiper-pagination.has-theme-medium-yellow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-medium-yellow);
}
.rs-pagination.swiper-pagination.has-theme-medium-yellow .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-medium-yellow);
}
.rs-pagination.swiper-pagination.has-theme-medium-green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-medium-green);
}
.rs-pagination.swiper-pagination.has-theme-medium-green .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-medium-green);
}
.rs-pagination.swiper-pagination.has-theme-dark-blue .swiper-pagination-bullet {
  background: rgba(97, 97, 97, 0.14);
}
.rs-pagination.swiper-pagination.has-theme-dark-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--rs-theme-bright-green);
}
.rs-pagination.swiper-pagination.has-theme-dark-blue .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--rs-theme-bright-green);
}

.common-pagination {
  text-align: center;
  margin-top: 45px;
}
.common-pagination ul {
  display: inline-flex;
  border: 1px solid #f2f2f2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.common-pagination ul li {
  list-style: none;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  line-height: 22px;
}
.common-pagination ul li:hover {
  color: var(--rs-theme-orange);
}
.common-pagination ul li .current {
  color: var(--rs-theme-orange);
}
.common-pagination ul li:not(:last-child) {
  border-right: 1px solid #E6E6E6;
}

/*----------------------------------------*/
/*  2.24 social
/*----------------------------------------*/
.rs-theme-social {
  display: inline-flex;
  gap: 12px;
}
.rs-theme-social a {
    color: rgb(61 121 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: rgb(255 255 255);
    transition: 0.3s;
}
.rs-theme-social a:hover {
  background: var(--rs-theme-orange);
  color: var(--rs-white);
}
.rs-theme-social.has-transparent a {
  background: transparent;
  color: #616161;
  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-transparent.has-theme-cyan a:hover {
  color: var(--rs-theme-cyan);
  background: transparent;
}
.rs-theme-social.has-transparent.has-theme-medium-green a:hover {
  color: var(--rs-theme-medium-green);
  background: transparent;
}
.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;
}
@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);
  }
}
/*----------------------------------------*/
/*  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.5 brand
/*----------------------------------------*/
.rs-brand-one {
  position: relative;
  z-index: 1;
}
.rs-brand-one .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;
}
.rs-brand-one .rs-brand-item {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 100%;
    box-shadow: 7px 7px 40px -3px rgba(16.98, 11.979, 45.91, 0.05);
    border: 1px #ddd solid;
    overflow: hidden;
}
.rs-brand-one .rs-brand-item.has-clip-path {
  clip-path: polygon(0% 0%, 80% 0, 100% 20%, 100% 100%, 0% 100%);
}
.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
  transform: scale(1.2);
}
.rs-brand-one .rs-brand-thumb img {
  width: 160px;
  transition: all 0.5s ease;
  height: auto;
}
.rs-brand-one.has-theme-blue .rs-section-subtitle {
  color: var(--rs-white);
}
.rs-brand-one.has-theme-blue .rs-section-title {
  color: var(--rs-white);
}
.rs-brand-one.has-theme-blue .rs-brand-item {
  background: rgba(255, 255, 255, 0.07);
}
.rs-brand-one.has-bg-light .rs-brand-item {
  background: var(--rs-bg-primary);
  box-shadow: unset;
}

/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/
.rs-swiper-btn {
  background: var(--rs-theme-orange);
  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-bg-primary);
  color: #616161;
}
.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-white);
  color: #616161;
  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-red:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
  color: var(--rs-white);
}
.rs-swiper-btn.has-bg-white.hover-black:hover {
  background: var(--rs-black);
  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-theme-red {
  background: var(--rs-theme-red);
  width: 60px;
  height: 60px;
}
.rs-swiper-btn.has-theme-red:hover {
  background: var(--rs-theme-red);
  color: var(--rs-white);
  border-color: var(--rs-theme-red);
}
.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-light-blue {
  background: var(--rs-theme-light-blue);
  width: 60px;
  height: 60px;
}
.rs-swiper-btn.has-theme-light-blue:hover {
  background: #3674a9;
}
.rs-swiper-btn.has-theme-yellow {
  background: #FAF0C9;
  color: #616161;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.rs-swiper-btn.has-theme-yellow:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.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-deep-blue {
  background: var(--rs-theme-deep-blue);
}
.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-btn.has-theme-medium-yellow {
  background: var(--rs-theme-medium-yellow);
  color: var(--rs-black);
}
.rs-swiper-btn.has-theme-medium-yellow:hover {
  background: var(--rs-white);
}

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


/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.rs-header-one .rs-header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  padding-inline-end: 45px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .rs-header-inner {
    padding-inline-end: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-header-one .rs-header-inner {
    padding-inline-end: 15px;
  }
}
.rs-header-one .rs-header-logo {
  position: relative;
  z-index: 1;
}
.rs-header-one .rs-header-logo-wrapper {
  width: 295px;
  height: 98px;
  /*background-color: var(--rs-bg-primary);*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-header-logo	img {
			max-width:90px;
      height: auto;
		}	
	
@media only screen and (max-width: 1600px) {
  .rs-header-one .rs-header-logo-wrapper {
    width: 230px;
  }
}
@media only screen and (max-width: 480px) {
  .rs-header-one .rs-header-logo-wrapper {
    width: 210px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .rs-header-logo-wrapper {
    height: 90px;
  }
  .rs-header-logo	img {
			max-width:75px;
		}	
}
@media only screen and (max-width: 991px) {
 .rs-header-one .rs-header-logo-wrapper {
    height: 80px;
    justify-content: start;
    padding-left: 20px;
}
}
.rs-header-one .rs-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 30px;
}
.rs-header-one .rs-header-left .rs-theme-social {
  padding-inline-start: 75px;
  gap: 15px;
}
.rs-header-one .rs-header-left .rs-theme-social a {
  font-size: 18px;
}
.rs-header-one .rs-header-menu {
  display: flex;
  align-items: center;
  margin-inline-end: auto;
  padding-inline-start: 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .rs-header-menu {
    padding-inline-start: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-header-one .rs-theme-social {
    display: none;
  }
}
.rs-header-one .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: 1600px) {
  .rs-header-one .main-menu {
    padding-inline-start: 0px;
    margin-inline-start: 20px;
  }
}
.rs-header-one .rs-header-right {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .rs-header-right {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-header-one .rs-header-right {
    gap: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-header-one .rs-header-btn {
    display: block;
  }
}
@media only screen and (max-width: 1600px) {
  .rs-header-one .rs-header-btn .rs-btn {
    padding: 15px 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-deep-blue .bar-icon:hover svg path {
  fill: var(--rs-theme-deep-blue);
}
.rs-header-hamburger.has-theme-light-green .bar-icon:hover svg path {
  fill: var(--rs-theme-light-green);
}
.rs-header-hamburger.has-theme-red .bar-icon:hover svg path {
  fill: var(--rs-theme-red);
}
.rs-header-hamburger.has-theme-blue .bar-icon:hover svg path {
  fill: var(--rs-theme-blue);
}
.rs-header-hamburger.has-theme-light-blue .bar-icon:hover svg path {
  fill: var(--rs-theme-light-blue);
}
.rs-header-hamburger.has-theme-light-green .bar-icon:hover svg path {
  fill: var(--rs-theme-light-green);
}
.rs-header-hamburger.has-theme-yellow .bar-icon:hover svg path {
  fill: var(--rs-theme-yellow);
}
.rs-header-hamburger.has-theme-cyan .bar-icon:hover svg path {
  fill: var(--rs-theme-cyan);
}
.rs-header-hamburger.has-theme-medium-green .bar-icon:hover svg path {
  fill: var(--rs-theme-medium-green);
}

.rs-sticky-header {
  position: static !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: 1;
  visibility: visible;
  /* transform: translateY(-100%); */
  transition: all 0.6s ease;
  padding: 5px 0px;
}
.rs-sticky-header.active {
  
  transform: translateY(0);
  position: fixed !important;
}

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

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1.1 banner Style 1
/*----------------------------------------*/
.rs-banner-one {
  overflow-x: clip;
}
.rs-banner-one .rs-banner-shape {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-shape {
    display: none;
  }
}
.rs-banner-one .rs-banner-meta-wrapper {
  display: flex;
  position: absolute;
  inset-inline-start: 50px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 2;
}
[dir=rtl] .rs-banner-one .rs-banner-meta-wrapper {
  transform: translate(50%, -50%) rotate(-90deg);
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-meta-wrapper {
    display: none;
  }
}
.rs-banner-one .rs-banner-contact-item {
  display: flex;
  align-items: center;
  border-inline-end: 1px solid rgba(31, 31, 31, 0.15);
  margin-inline-end: 15px;
  padding-inline-end: 15px;
}
.rs-banner-one .rs-banner-contact-item:last-child {
  border: none;
}
.rs-banner-one .rs-banner-contact-item span {
  color: var(--rs-black);
}
.rs-banner-one .rs-banner-contact-item h6 {
  font-size: 16px;
  color: var(--rs-text-primary);
}
.rs-banner-one .rs-banner-contact-item h6:hover {
  color: var(--rs-theme-orange);
}
.rs-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;
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-bg-thumb {
    width: 100%;
  }
}
.rs-banner-one .rs-banner-bg-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 50%);
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.rs-banner-one .rs-banner-item-wrapper {
  padding: 200px 0 190px 0;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-item-wrapper {
    padding: 150px 0 150px 0px;
    padding-inline-start: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-item-wrapper {
    padding: 130px 0 130px 0px;
    padding-inline-start: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-item-wrapper {
    padding: 90px 0 120px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-item-wrapper {
    padding: 70px 0 120px 0px;
  }
}
.rs-banner-one .rs-banner-content {
  position: relative;
  z-index: 2;
}
.rs-banner-one .rs-banner-title {
  color: var(--rs-white);
  font-size: 36px;
  line-height: 1.15;
  text-transform: capitalize;
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1366px) {
  .rs-banner-one .rs-banner-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-title br {
    display: none;
  }
}
.rs-banner-one .rs-banner-descrip {
  max-width: 620px;
  margin: 20px 0 40px;
}
.rs-banner-one .rs-banner-descrip p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-descrip p {
    font-size: 18px;
  }
}
.rs-banner-one .rs-banner-info-btn {
  display: flex;
  gap: 30px 35px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .rs-banner-one .rs-banner-info-btn {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.rs-banner-one .rs-banner-navigation {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  inset-inline-end: 250px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1366px) {
  .rs-banner-one .rs-banner-navigation {
    inset-inline-end: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-navigation {
    inset-inline-end: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-navigation {
    display: none;
  }
}
.rs-banner-one .rs-banner-navigation .rs-swiper-btn:hover {
  background: rgba(234, 85, 1, 0.4);
}
.rs-banner-one .rs-pagination.swiper-pagination {
  position: absolute;
  bottom: 40px;
}

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

/* 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;
    align-items: center;
}
.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: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--rs-text-primary);
  padding: 40px 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: 16px;
  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: 600;
  text-transform: uppercase;
  pointer-events: none;
  font-size: 15px;
}
.main-menu .mega-menu {
  background-color: var(--rs-white);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  width: 1000px;
  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 30px 35px 30px;
  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: 16px;
  color: var(--rs-text-primary);
}
.main-menu .mega-menu li a:hover {
  color: var(--rs-theme-orange);
  letter-spacing: 0.5px;
}
.main-menu .mega-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  display: grid;
}
.main-menu .mega-grid-two {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 50px;
  display: grid;
}
.get_in_touch {
    padding: 15px 8px !important;
    color: #fff !important;
    height: auto !important;
}
@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two {
    gap: 0 30px;
  }
}
.main-menu .mega-grid-two.mega-menu {
  width: 1200px;
}
@media only screen and (max-width: 1366px) {
  .main-menu .mega-grid-two.mega-menu {
    width: 1150px;
  }
}
.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-red.rs-sticky-header {
  background: rgba(31, 31, 31, 0.9);
}
.rs-header-area.has-theme-red .main-menu ul li.active > a {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-red .main-menu ul li a.active {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-red .main-menu .submenu {
  background: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu .submenu li:hover > a {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-red .main-menu .submenu li a:hover {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-red .main-menu .submenu li a.active {
  color: rgba(255, 255, 255, 0.76);
}
.rs-header-area.has-theme-red .main-menu > ul > li:hover > a {
  color: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .main-menu > ul > li a {
  color: var(--rs-white);
}
.rs-header-area.has-theme-red .bar-icon span {
  background: var(--rs-theme-tertiary);
}
.rs-header-area.has-theme-red .mega-menu {
  background: var(--rs-theme-red);
}
.rs-header-area.has-theme-red .mega-menu li a {
  border-color: rgba(255, 255, 255, 0.21);
}
.rs-header-area.has-theme-red .mega-menu li a:hover {
  color: rgba(255, 255, 255, 0.76);
}

/*----------------------------------------*/
/*  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.4.2 Footer Style
/*----------------------------------------*/
.rs-footer-widget-links ul {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; */
}
.rs-footer-widget-links ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.rs-footer-widget-links ul li a {
  color: var(--rs-white);
  font-weight: 500;
  transition: 0.5s;
  position: relative;
}
.rs-footer-widget-links ul li a::before {
  content: "\f061";
  color: var(--rs-white);
  font-size: 18px;
  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-red ul li a::before {
  color: var(--rs-theme-red);
}
.rs-footer-widget-links.has-theme-red ul li a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-widget-links.has-theme-blue ul li a::before {
  color: var(--rs-white);
}
.rs-footer-widget-links.has-theme-blue ul li a:hover {
  color: var(--rs-white);
}
.rs-footer-widget-links.has-theme-light-blue ul li a::before {
  color: var(--rs-theme-light-blue);
}
.rs-footer-widget-links.has-theme-light-blue ul li a:hover {
  color: var(--rs-theme-light-blue);
}
.rs-footer-widget-links.has-theme-yellow ul li a::before {
  color: var(--rs-white);
}
.rs-footer-widget-links.has-theme-yellow ul li a:hover {
  color: var(--rs-white);
}
.rs-footer-widget-links.has-theme-deep-blue ul li a::before {
  color: var(--rs-theme-deep-blue);
}
.rs-footer-widget-links.has-theme-deep-blue ul li a:hover {
  color: var(--rs-theme-deep-blue);
}
.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-widget-links.has-theme-cyan ul li a::before {
  color: var(--rs-theme-cyan);
}
.rs-footer-widget-links.has-theme-cyan ul li a:hover {
  color: var(--rs-theme-cyan);
}
.rs-footer-widget-links.has-theme-medium-green ul li a::before {
  color: var(--rs-theme-medium-green);
}
.rs-footer-widget-links.has-theme-medium-green ul li a:hover {
  color: var(--rs-theme-medium-green);
}
.rs-footer-widget-links.has-theme-bright-green ul li a::before {
  color: var(--rs-theme-bright-green);
}
.rs-footer-widget-links.has-theme-bright-green ul li a:hover {
  color: var(--rs-theme-bright-green);
}
.rs-footer-one {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.rs-footer-one .rs-footer-item {
  padding-top: 80px;
  padding-bottom: 90px;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .rs-footer-one .rs-footer-item {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .rs-footer-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.rs-footer-one .rs-footer-item:not(:last-child) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-item:not(:last-child) {
    border-inline-end: none;
  }
}
.rs-footer-one .rs-footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer-one .rs-footer-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-footer-one .rs-footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.rs-footer-one .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;
}

.rs-footer-one .rs-footer-widget-logo img {
  max-width: 180px;
}
.rs-footer-one .rs-footer-copyright a {
  color: var(--rs-theme-orange);
}
.rs-footer-one .rs-footer-widget-description {
  color: var(--rs-text-secondary);
  margin: 35px 0 30px;
}
.rs-footer-one .descrip {
  color: var(--rs-text-secondary);
  margin: 0px 0 40px;
}
.rs-footer-one .rs-footer-stroke-text {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-theme-orange);
  stroke: var(--rs-theme-orange);
  margin-bottom: 30px;
}
.rs-footer-one .rs-footer-copyright P {
  line-height: 30px;
  color: var(--rs-text-secondary);
}
.rs-footer-one .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-footer-one .rs-footer-subscribe-input input {
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: var(--rs-white);
  margin-bottom: 25px;
}
.rs-footer-one .rs-footer-subscribe-input input::placeholder {
  color: var(--rs-text-secondary);
  font-size: 16px;
  font-weight: 500;
}
.rs-footer-one .rs-footer-subscribe-input input:focus {
  border-color: var(--rs-theme-orange);
}
.rs-footer-one .footer-1-col-1 {
  padding-inline-end: 50px;
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .footer-1-col-1 {
    padding-inline-end: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-footer-one .footer-1-col-1 {
    padding-inline-end: 0px;
  }
}
.rs-footer-one .footer-1-col-2 {
  padding-inline-start: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .footer-1-col-2 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .footer-1-col-2 {
    padding-inline-start: 0px;
  }
}
.rs-footer-one .footer-1-col-3 {
  padding-inline-start: 70px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-one .footer-1-col-3 {
    padding-inline-start: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-one .footer-1-col-3 {
    padding-inline-start: 0px;
  }
}
.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;
}
.rs-footer-bg-thumb-wrapper.has-theme-yellow .rs-footer-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #3d7900;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.9;
    z-index: 1;
}
.rs-subscribe-one {
  position: relative;
  z-index: 1;
}
.rs-subscribe-one .rs-subscribe-logo img {
  width: 100px;
}
.rs-subscribe-one .rs-subscribe-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding-bottom: 70px;
  padding-top: 70px;
}
.rs-subscribe-one .rs-subscribe-content {
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 30px 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-subscribe-one .rs-subscribe-content {
    grid-template-columns: 1fr;
  }
}
.rs-subscribe-one .rs-subscribe-text p {
  color: #CBCCCD;
}
.rs-subscribe-one .rs-subscribe-input {
  position: relative;
}
.rs-subscribe-one .rs-subscribe-input input {
  background: #0C3C61;
  height: 70px;
  border-radius: 50px;
  color: var(--rs-white);
  width: 100%;
  padding-inline-end: 215px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 480px) {
  .rs-subscribe-one .rs-subscribe-input input {
    padding-inline-end: 30px;
  }
}
.rs-subscribe-one .rs-subscribe-input input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.rs-subscribe-one .rs-subscribe-input .rs-btn {
  position: absolute;
  inset-inline-end: 7px;
  top: 7px;
  border-radius: 50px;
  height: 55px;
}
@media only screen and (max-width: 480px) {
  .rs-subscribe-one .rs-subscribe-input .rs-btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    inset-inline-end: 0px;
  }
}
.rs-subscribe-one.has-theme-orange .rs-subscribe-input input {
  background: #3E3E3E;
}
.rs-subscribe-one.has-theme-orange .rs-btn:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-subscribe-one.has-theme-yellow .rs-subscribe-input input {
  background: #fff;
  color: #000;
}
.rs-subscribe-one.has-theme-medium-green .rs-subscribe-input input {
  background: rgba(255, 255, 255, 0.0392);
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .rs-subscribe-one.has-theme-medium-green .rs-subscribe-input input {
    height: 60px;
  }
}
.rs-subscribe-one.has-theme-medium-green .rs-btn {
  border-radius: 5px;
}
.rs-subscribe-one.has-theme-medium-green .rs-btn:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.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-red a {
  color: var(--rs-theme-red);
}
.rs-copyright-one .rs-footer-copyright.has-theme-red p {
  color: var(--rs-white);
}
.rs-copyright-one .rs-footer-copyright.has-theme-blue a {
  color: var(--rs-white);
  background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
}
.rs-copyright-one .rs-footer-copyright.has-theme-blue p {
  color: var(--rs-white);
}
.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-yellow a {
  color: var(--rs-white);
  background-image: linear-gradient(var(--rs-theme-yellow), var(--rs-theme-yellow)), linear-gradient(var(--rs-theme-yellow), var(--rs-theme-yellow));
}
.rs-copyright-one .rs-footer-copyright.has-theme-yellow p {
  color: var(--rs-white);
}
.rs-copyright-one .rs-footer-copyright.has-theme-deep-blue a {
  color: var(--rs-theme-deep-blue);
  background-image: linear-gradient(var(--rs-theme-deep-blue), var(--rs-theme-deep-blue)), linear-gradient(var(--rs-theme-deep-blue), var(--rs-theme-deep-blue));
}
.rs-copyright-one .rs-footer-copyright.has-theme-deep-blue p {
  color: var(--rs-white);
}
.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);
}
.rs-copyright-one .rs-footer-copyright.has-theme-cyan a {
  color: var(--rs-theme-cyan);
  background-image: linear-gradient(var(--rs-theme-cyan), var(--rs-theme-cyan)), linear-gradient(var(--rs-theme-cyan), var(--rs-theme-cyan));
}
.rs-copyright-one .rs-footer-copyright.has-theme-cyan p {
  color: var(--rs-white);
}
.rs-copyright-one .rs-footer-copyright.has-theme-medium-green a {
  color: var(--rs-theme-medium-green);
  background-image: linear-gradient(var(--rs-theme-medium-green), var(--rs-theme-medium-green)), linear-gradient(var(--rs-theme-medium-green), var(--rs-theme-medium-green));
}
.rs-copyright-one .rs-footer-copyright.has-theme-medium-green p {
  color: var(--rs-text-secondary);
}
.rs-copyright-one .rs-footer-copyright.has-theme-bright-green a {
  color: var(--rs-theme-bright-green);
}
.rs-copyright-one .rs-footer-copyright.has-theme-bright-green p {
  color: var(--rs-text-secondary);
}
.rs-copyright-one.has-theme-light-blue {
  position: relative;
  z-index: 1;
  background: var(--rs-theme-light-blue);
  border: 0;
}
.rs-copyright-one.has-theme-light-blue .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;
}
.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;
}
.rs-copyright-one.has-theme-deep-blue {
  background: #060636;
  border-top: none;
}
.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 90px;
}
@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: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .rs-footer-two .rs-footer-top {
    padding: 40px 0 10px;
  }
}
.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-white);
    margin-bottom: 15px;
    text-align: justify;
}
.rs-footer-two .descrip {
  color: var(--rs-white);
  margin: 0px 0 40px;
}
.rs-footer-two .rs-footer-stroke-text {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-theme-orange);
  stroke: var(--rs-theme-orange);
  font-size: 45px;
}
@media only screen and (max-width: 1600px) {
  .rs-footer-two .rs-footer-stroke-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-footer-two .rs-footer-stroke-text {
    font-size: 35px;
  }
}
.rs-footer-two .rs-footer-stroke-text.has-theme-red {
  -webkit-text-stroke-color: var(--rs-theme-red);
  stroke: var(--rs-theme-red);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-blue {
  -webkit-text-stroke: 1px var(--rs-theme-blue);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-yellow {
  -webkit-text-stroke: 1px var(--rs-theme-yellow);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-deep-blue {
  -webkit-text-stroke: 1px var(--rs-theme-deep-blue);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-green {
  -webkit-text-stroke: 1px var(--rs-theme-light-green);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-cyan {
  -webkit-text-stroke: 1px var(--rs-theme-cyan);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-medium-green {
  -webkit-text-stroke: 1px var(--rs-theme-medium-green);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-stroke-text.has-theme-bright-green {
  -webkit-text-stroke: 1px var(--rs-theme-bright-green);
  -webkit-text-fill-color: rgba(168, 17, 17, 0);
}
.rs-footer-two .rs-footer-widget-title {
  color: var(--rs-white);
  margin-bottom: 10px;
}
.rs-footer-widget-email {
    margin-bottom: 10px;
}
.rs-footer-two .rs-footer-widget-meta p {
  color: var(--rs-white);
  margin: 0;
}
.rs-footer-two .rs-footer-widget-meta.has-theme-yellow a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-two .rs-footer-widget-address {
  margin-bottom: 15px;
}
.rs-footer-two .rs-footer-widget-address a {
  color: var(--rs-white);
}
.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-white);
}
.rs-footer-two .rs-footer-widget-email a:hover {
  color: var(--rs-theme-red);
}
.rs-footer-two .rs-footer-widget-number {
  margin-bottom: 15px;
}
.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-white);
}
.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: 30px;
}
.rs-subscribe-logo img{width: 100px;height: auto;}
.rs-subscribe-logo {
    text-align: center;
    margin-bottom: 10px;
}
@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;
}
@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-blue .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-two.has-theme-blue .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-blue .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-blue .rs-footer-widget-address a:hover {
  color: var(--rs-white);
}
.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-light-blue {
  position: relative;
  padding-top: 120px;
}
.rs-footer-two.has-theme-light-blue .rs-footer-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;
}
.rs-footer-two.has-theme-light-blue .rs-footer-bg-thumb::before {
  content: none;
}
.rs-footer-two.has-theme-light-blue .rs-footer-widget-address a:hover,
.rs-footer-two.has-theme-light-blue .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-light-blue .rs-footer-widget-email a:hover {
  color: var(--rs-theme-light-blue);
}
.rs-footer-two.has-theme-yellow .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;
}
.rs-footer-two.has-theme-yellow .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-yellow .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-yellow .rs-footer-widget-address a:hover {
  color: var(--rs-white);
}
.rs-footer-two.has-theme-yellow.has-bg-thumb .rs-footer-bg-thumb {
  background-position: top center;
}
.rs-footer-two.has-theme-yellow.has-bg-thumb .rs-footer-bg-thumb::before {
  content: none;
}
.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-deep-blue .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-deep-blue .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-deep-blue .rs-footer-widget-address a:hover {
  color: var(--rs-theme-deep-blue);
}
.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-two.has-theme-cyan {
  position: relative;
  padding-top: 200px;
}
.rs-footer-two.has-theme-cyan .rs-footer-bg-thumb {
  background-position: bottom center;
}
.rs-footer-two.has-theme-cyan .rs-footer-bg-thumb::before {
  background: var(--rs-theme-medium-blue);
  opacity: 0.4;
}
.rs-footer-two.has-theme-cyan .rs-footer-widget-address a:hover,
.rs-footer-two.has-theme-cyan .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-cyan .rs-footer-widget-email a:hover {
  color: var(--rs-theme-cyan);
}
.rs-footer-two.has-theme-medium-green .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-medium-green .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-medium-green .rs-footer-widget-address a:hover {
  color: var(--rs-theme-medium-green);
}
.rs-footer-two.has-theme-medium-green .rs-theme-social a:hover {
  background: var(--rs-theme-medium-green);
}
.rs-footer-two.has-theme-bright-green.has-space {
  padding-top: 200px;
  background: var(--rs-bg-dark-green);
}
.rs-footer-two.has-theme-bright-green .rs-footer-bg-thumb {
  opacity: 0.1;
}
.rs-footer-two.has-theme-bright-green .rs-footer-widget-email a:hover,
.rs-footer-two.has-theme-bright-green .rs-footer-widget-number a:hover,
.rs-footer-two.has-theme-bright-green .rs-footer-widget-address a:hover {
  color: var(--rs-theme-bright-green);
}
/*----------------------------------------*/
/*  4.1 About css
/*----------------------------------------*/
.rs-about-one .rs-about-description .descrip-1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-title-primary);
  margin-bottom: 20px;
}
.rs-about-one .rs-about-thumb {
  margin-top: 35px;
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 1366px) {
  .rs-about-one .rs-about-thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-thumb {
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-thumb {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-about-one .rs-about-thumb {
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-about-one .rs-about-thumb {
    margin-top: 45px;
  }
}
.rs-about-one .rs-about-thumb .rs-about-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  clip-path: polygon(0% 0%, 96% 0, 100% 11%, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.why_choose_us ul{
  list-style: none;
}
.why_choose_us ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 15px;
}
.why_choose_us ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
    color: var(--rs-theme-orange);
}
.about_icon {
    color: var(--rs-theme-orange);
    font-size: 15px;
}
.rs-about-one .rs-about-content {
  /* margin-inline-start: 30px; */
}
@media only screen and (max-width: 1199px) {
  .rs-about-one .rs-about-content {
    margin-inline-start: 0px;
  }
}
.rs-about-one .rs-about-btn {
  margin-top: 40px;
}

/*----------------------------------------*/
/*  4.6 call to action css
/*----------------------------------------*/
.rs-cta-one {
  position: relative;
  margin-top: -80px;
}
.rs-cta-one .rs-cta-wrapper {
    padding: 135px 85px 75px 85px;
    position: relative;
}
.rs-cta-bg{position: relative;}
.rs-cta-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #3d7900;
    top: 0;
    inset-inline-start: 0;
    opacity: 0.8;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
  .rs-cta-one .rs-cta-wrapper {
    padding: 160px 80px 80px 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-cta-one .rs-cta-wrapper {
    padding: 150px 30px 70px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-wrapper {
    padding: 145px 30px 70px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-cta-one .rs-cta-wrapper {
    padding: 115px 30px 40px 30px;
  }
}
.rs-cta-one .rs-cta-bg {
  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-one .rs-cta-item-wrapper {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 20px 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-one .rs-cta-item-wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-cta-one .rs-cta-item-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-cta-one .rs-cta-item-wrapper {
    grid-template-columns: auto;
  }
}
.rs-cta-one .rs-cta-number {
  font-size: 80px;
  position: relative;
  font-weight: 700;
  line-height: 0.8;
  color: var(--rs-white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .rs-cta-one .rs-cta-number {
    font-size: 60px;
  }
}
.rs-cta-one .rs-cta-descrip p {
  color: var(--rs-white);
}
.rs-cta-one .rs-cta-title {
  color: var(--rs-white);
  font-size: 20px;
}
.rs-cta-one .rs-cta-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .rs-cta-one .rs-cta-btn {
    justify-content: start;
  }
}
@media only screen and (max-width: 480px) {
  .rs-cta-one .rs-cta-btn .rs-btn {
    padding: 15px 15px;
  }
}
.rs-cta-one.has-theme-medium-green .rs-cta-wrapper {
  background: var(--rs-bg-dark-blue);
}

/*----------------------------------------*/
/*  4.9 Feature css
/*----------------------------------------*/
.rs-feature-one .rs-feature-item {
  background: var(--rs-theme-orange);
  clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
  padding: 40px 30px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1600px) {
  .rs-feature-one .rs-feature-item {
    padding: 25px 20px 25px 20px;
  }
}
.rs-feature-one .rs-feature-item .number_count {
  position: absolute;
  color: rgba(31, 31, 31, 0.1);
  /* counter-increment: count;
  content: "0" counter(count); */
  z-index: -1;
  inset-inline-end: -10px;
  font-size: 170px;
  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: 100px;
    bottom: -25px;
  }
}
.rs-feature-one .rs-feature-item:hover {
  background: var(--rs-theme-red);
}
.rs-feature-one .rs-feature-item img{
  width: 50px;
  height: auto;
}
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
  fill: var(--rs-white);
}
.rs-feature-one .rs-feature-item .rs-feature-title {
  color: var(--rs-white);
}
.rs-feature-one .rs-feature-item .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: 10px 0 5px;
}



/*----------------------------------------*/
/*  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.23 Testimonial css
/*----------------------------------------*/
.rs-testimonial-one .rs-section-title-wrapper {
  position: relative;
  z-index: 2;
}
.rs-testimonial-one .rs-testimonial-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-testimonial-one .rs-testimonial-item {
  background: var(--rs-white);
  padding: 30px 30px;
  border-radius: 2px;
}

.rs-testimonial-one .swiper-wrapper {
  display: flex;
  align-items: stretch; 
}

.rs-testimonial-one .swiper-slide {
  height: auto;
  display: flex;
}

.rs-testimonial-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rs-testimonial-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.rs-testimonial-description {
  flex: 1;
}
@media only screen and (max-width: 1600px) {
  .rs-testimonial-one .rs-testimonial-item {
    padding: 20px 20px;
  }
}
.rs-testimonial-one .rs-testimonial-item.has-clip-path {
  clip-path: polygon(0% 0%, 90% 0, 100% 12%, 100% 100%, 0% 100%);
}
.rs-testimonial-one .rs-testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .rs-testimonial-one .rs-testimonial-top {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-testimonial-one .rs-testimonial-avater-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-testimonial-one .rs-testimonial-avater-thumb img {
  width: 130px;
  height: 130px;
}
.rs-testimonial-one .rs-testimonial-avater-title {
  font-size: 18px;
}
.rs-testimonial-one .rs-testimonial-avater-designation {
  font-size: 16px;
}
.rs-testimonial-one .rs-testimonial-icon img {
  width: 100px;
}
.rs-testimonial-one .rs-rating i {
  color: var(--rs-theme-orange);
  font-size: 16px;
}
.rs-testimonial-one .rs-testimonial-rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(221, 221, 221, 0.6);
  margin-top: 30px;
  padding-top: 20px;
}
.rs-testimonial-one .rs-testimonial-quote svg path {
  fill: #DDDDDD;
}
.rs-testimonial-one .rs-testimonial-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-testimonial-one .rs-testimonial-btn {
    justify-content: start;
  }
}
.rs-testimonial-one.has-theme-blue .rs-section-subtitle {
  color: var(--rs-white);
}
.rs-testimonial-one.has-theme-blue .rs-section-title {
  color: var(--rs-white);
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-item {
  background: #065AAC;
  clip-path: unset;
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-description p {
  color: rgba(252, 248, 248, 0.69);
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-avater-title {
  color: var(--rs-white);
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-avater-designation {
  color: rgba(255, 255, 255, 0.83);
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-quote svg path {
  fill: rgba(255, 255, 255, 0.27);
}
.rs-testimonial-one.has-theme-blue .rs-testimonial-rating-wrapper {
  border-color: rgba(255, 255, 255, 0.27);
}
.rs-testimonial-one.has-theme-blue .rs-rating i {
  color: rgba(192, 176, 33, 0.9882352941);
}
.rs-testimonial-one.has-theme-medium-green .rs-rating i {
  color: var(--rs-theme-medium-green);
}


/*----------------------------------------*/
/*  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: 600;
  padding: 10px 30px 10px 30px;
  color: var(--rs-text-primary);
  border: 1px solid #EFEBEB;
  transition: all 0.5s ease;
  text-align: left;
}
@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 i {
  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 i {
  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 i {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-services-one .rs-services-tab .nav-link.active i {
  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 i {
  transform: translate(0px, -50%);
  visibility: visible;
  opacity: 1;
}
[dir=rtl] .rs-services-one .rs-services-tab .nav-link:hover i {
  transform: translate(20px, -50%);
}
.rs-services-one .rs-services-tab-content p {
    margin: 0px 0 15px;
}
.rs-services-one .rs-services-tab-title {
  font-size: 36px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-one .rs-services-tab-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-one .rs-services-tab-title {
    font-size: 25px;
  }
}
.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: 14px;
}
.rs-services-one .rs-services-tab-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rs-services-one .rs-services-tab-list ul li i {
  content: "\eb7b";
  color: var(--rs-theme-orange);
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  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: 480px;
  object-fit: cover;
}
.rs-services-tab-btn a.rs-btn.has-text.has-icon {
    background: #3d7900;
    color: #fff;
    padding: 6px 8px;
    font-size: 14px;
    text-decoration: none;
}
@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-portfolio-one {
  overflow-x: clip;
}
.rs-portfolio-one .rs-portfolio-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.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;
    height: auto;
}
.rs-portfolio-content img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #ffff;
}
.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;
    bottom: -60px;
}
.certificate.rs-portfolio-one .rs-portfolio-content {
    bottom: 15px;
}
.certificate.rs-portfolio-one .rs-portfolio-content img {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: revert-layer;
    border-radius: 50%;
    background: #ffff;
}
.rs-portfolio-slider-wrapper {
    overflow: hidden;
}
@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: 22px;
    color: var(--rs-white);
    margin: 15px 0 25px;
    font-weight: 500;
}
@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: 500;
  padding: 6px 14px;
  border-radius: 55px;
  background: var(--rs-theme-orange);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.rs-portfolio-one .rs-portfolio-tag a:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.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;
  }
}
/*----------------------------------------*/
/*  4.5 Contact css
/*----------------------------------------*/
#contact-form.contact_form textarea{
  height: 84px;
}
.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: 20px 20px 20px 20px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3d7900;
    border-bottom: 4px #3d7900 solid;
}
.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-red);
}
.rs-contact-nine .rs-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: var(--rs-theme-orange);
  transition: all 0.5s;
}
.rs-contact-nine .rs-contact-icon i {
    color: #fff;
    font-size: 30px;
}
.rs-contact-nine .rs-contact-icon i path {
  fill: #616161;
}
.rs-contact-nine .rs-contact-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.rs-contact-ten .rs-contact-form {
  padding-top: 76px;
  padding-bottom: 80px;
  padding-inline-start: 240px;
  padding-inline-end: 240px;
  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-area {
    background: linear-gradient(135deg, #b1dc08 0%, #3d7900 50%, #2c9701 100%);
}
.rs-work-step-one .rs-work-step-section-title {
    font-size: 70px;
    color: #ECECEC;
    letter-spacing: 4px;
    line-height: 0.8;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    -webkit-text-stroke-color: rgb(253 255 252);
    stroke: rgb(61 121 0);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    stroke: rgb(255 255 255);
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size:50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-work-step-one .rs-work-step-section-title {
    font-size: 30px;
  }
}
@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: 50px;
}
@media only screen and (max-width: 1600px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-work-step-one .rs-work-step-wrapper {
    margin-top: 50px;
  }
}
@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: 10px 10px 10px 10px;
  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;
  height: 100%;
  text-align: center;
}
.rs-work-step-one  .rs-work-step-title {
    font-size: 16px;
}
.rs-work-step-descrip p {
    font-size: 14px;
    text-align: justify;
}
@media only screen and (max-width: 1600px) {
 .rs-work-step-one .rs-work-step-item {
    padding: 10px 10px 10px 10px;
}
}
.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 {
    position: relative;
    background-color: var(--rs-theme-orange);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.rs-work-step-one .rs-work-step-icon img {
    width: 35px;
    height: 35px;
    fill: var(--rs-theme-orange);
}

@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);
}

/*----------------------------------------*/
/*  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: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-blog-one .rs-blog-title.has-big {
    font-size: 25px;
  }
}
.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-one.has-theme-medium-green .rs-blog-meta-author:hover {
  color: var(--rs-theme-medium-green);
}

.fixd-btn {
    animation: MoveUpDown 1s linear infinite;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    background: #fff;
    padding: 0px 4px;
    border-radius: 8px;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
}
.fixd-btn i {
    color: #3fbb50;
    font-size: 55px;
}

/* sidebar */
.floating-contact {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.floating-contact a,
.floating-contact button {
    padding: 8px 6px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s;

    /* Vertical text ke liye rotate + transform-origin */
    transform: rotate(-90deg) translateX(0);
    transform-origin: right bottom;

    /* Rotate hone ke baad sahi jagah set karne ke liye margin adjust */
    margin-right: -1px;
    margin-top: 45px; /* button ki width ke hisaab se adjust karein */

    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.call-btn {
    background: #c6e856;
    color: #000 !important;
}

.contact-btn {
    background: var(--rs-theme-medium-green, #2e7d32); /* fallback color */
    color: #fff;
}

.call-btn:hover,
.contact-btn:hover {
    background: var(--rs-theme-orange, #ff7a00);
}

/* Overlay */

.overlay{

position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.45);
visibility:hidden;
opacity:0;
transition:.4s;
z-index:999;
}

.overlay.active{
visibility:visible;
opacity:1;
}

/* Sidebar */

.contact-sidebar {
    position: fixed;
    top: 0;
    right: -101%;
    width: 400px;
    height: 100%;
    background: #d3d7cf;
    padding: 30px;
    box-shadow: -8px 0 25px rgba(0,0,0,.15);
    transition: .5s ease;
    z-index: 9999;
    overflow: auto;
}

.contact-sidebar.active{
right:0;
}

.sidebar-header{

display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}

.sidebar-header h3{

font-size:28px;
color:#222;
}

.sidebar-header span{

font-size:35px;
cursor:pointer;
color:#555;
}

.contact_form input, .contact_form select, .contact_form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    background: #fff;
    color: #333333;
}
.contact_form input::placeholder, .contact_form select::placeholder, .contact_form textarea::placeholder{
  color: #333333;
}
.contact_form input:focus, .contact_form select:focus, .contact_form textarea:focus{
border-color:var(--rs-theme-orange);
}
/* Responsive */

@media(max-width:480px){

.contact-sidebar{

width:100%;
}
}
section.rs-services-area.section-space {
    padding-top: 45px;
}
.rs-services-details-wrapper .rs-services-details-thumb {
  margin-bottom: 35px;
}
.rs-services-details-wrapper .rs-services-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-services-details-wrapper .rs-services-details-title {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-details-wrapper .rs-services-details-title {
    font-size: 26px;
  }
}
.rs-services-details-wrapper .rs-list-item ul {
  display: grid;
  grid-template-columns: 300px auto;
  align-items: center;
  gap: 8px 0px;
}
@media only screen and (max-width: 575px) {
  .rs-services-details-wrapper .rs-list-item ul {
    grid-template-columns: auto;
  }
}
.rs-services-details-wrapper .rs-list-item ul li {
  font-size: 16px;
}
.rs-services-details-wrapper .rs-list-item ul li svg {
  width: 20px;
  height: 20px;
  fill: var(--rs-theme-orange);
}
.rs-services-details-wrapper .rs-list-item ul li:not(:last-child) {
  margin-bottom: 0;
}
.rs-services-details-wrapper .rs-services-details-video {
  min-height: 400px;
  margin-top: 35px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-video {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-wrapper .rs-services-details-video {
    min-height: 300px;
  }
}
.rs-services-details-wrapper .rs-services-details-video .rs-video-bg-thumb {
  background-position: top center;
}
.rs-services-details-wrapper .rs-services-details-video .rs-video-bg-thumb::before {
  content: none;
}
.rs-services-details-wrapper .rs-services-details-video .rs-play-btn {
  width: 80px;
  height: 80px;
  font-size: 20px;
}
.rs-services-details-wrapper .rs-services-details-video .rs-play-btn::before {
  width: 80px;
  height: 80px;
}
.rs-services-details-wrapper .rs-services-details-chart-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 30px 40px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-details-wrapper .rs-services-details-chart-wrapper {
    gap: 30px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-chart-wrapper {
    grid-template-columns: auto;
  }
}
.rs-services-details-wrapper .rs-services-details-chart {
  margin-top: -195px;
}
@media only screen and (max-width: 1600px) {
  .rs-services-details-wrapper .rs-services-details-chart {
    margin-top: -145px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-chart {
    margin-top: -95px;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-details-wrapper .rs-services-details-chart {
    margin-top: -75px;
  }
}
.rs-services-details-wrapper .rs-services-details-chart canvas {
  width: 440px !important;
  height: 440px !important;
}
@media only screen and (max-width: 1600px) {
  .rs-services-details-wrapper .rs-services-details-chart canvas {
    width: 350px !important;
    height: 350px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-chart canvas {
    width: 440px !important;
    height: 440px !important;
  }
}
@media only screen and (max-width: 575px) {
  .rs-services-details-wrapper .rs-services-details-chart canvas {
    width: 300px !important;
    height: 300px !important;
  }
}
.rs-services-details-wrapper .has-border-line {
  border-top: 1px solid rgba(31, 31, 31, 0.07);
  padding-bottom: 45px;
  margin-top: -35px;
}
.rs-services-details-wrapper .rs-services-details-cta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  padding: 40px 40px 40px 40px;
  align-items: center;
  gap: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .rs-services-details-wrapper .rs-services-details-cta {
    padding: 30px 30px 30px 30px;
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-services-details-wrapper .rs-services-details-cta {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-services-details-wrapper .rs-services-details-cta-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-services-details-wrapper .rs-services-details-cta-thumb {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .rs-services-details-wrapper .rs-services-details-cta-thumb img {
    width: 100%;
  }
}
.rs-sidebar-sticky {
    position: sticky;
    top: 110px;
}
/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.rs-sidebar-sticky {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 991px) {
  .rs-sidebar-sticky {
    position: relative;
    top: unset;
  }
}

.sidebar-widget {
  position: relative;
  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: 16px;
}
.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: 13px;
}

.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;
}
.sidebar-blog-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-item {
    display: grid;
    grid-template-columns: auto;
  }
}
.sidebar-blog-item:not(:last-child) {
  margin-bottom: 25px;
}
.sidebar-blog-item:hover .sidebar-blog-thumb img {
  transform: scale3d(1.07, 1.07, 1.07);
}
.sidebar-blog-thumb {
  overflow: hidden;
  flex: 0 0 auto;
  width: 85px;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .sidebar-blog-thumb {
    width: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 18px;
  }
}
.sidebar-blog-title a:hover {
  color: var(--rs-theme-orange);
}
.sidebar-blog-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.sidebar-blog-meta i {
  color: var(--rs-theme-primary);
}
/*----------------------------------------*/
/*  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;
}
.rs-accordion-one .accordion-button {
  font-size: 20px;
  font-weight: 600;
  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: 18px;
  }
}
.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);
}
.rs-accordion-one.has-theme-red .rs-accordion-item {
  background-color: #191A1A;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.rs-accordion-one.has-theme-red .rs-accordion-item.active {
  border-color: var(--rs-theme-red);
}
.rs-accordion-one.has-theme-red .accordion-button {
  color: var(--rs-white);
  border-bottom: 1px solid transparent;
}
.rs-accordion-one.has-theme-red .accordion-button:not(.collapsed) {
  color: var(--rs-theme-red);
  border-color: rgba(255, 255, 255, 0.14);
}
.rs-accordion-one.has-theme-red .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-red);
}
.rs-accordion-one.has-theme-red .accordion-button .accordion-btn::before, .rs-accordion-one.has-theme-red .accordion-button .accordion-btn::after {
  background: var(--rs-white);
}
.rs-accordion-one.has-theme-red .accordion-body {
  color: #E6E6E6;
  border-top: 1px solid transparent;
}
.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-blue .rs-accordion-item {
  background-color: var(--rs-bg-primary);
  border: 1px solid transparent;
}
.rs-accordion-one.has-theme-blue .accordion-button {
  color: var(--rs-black);
  padding: 20px 50px 20px 30px;
}
@media only screen and (max-width: 575px) {
  .rs-accordion-one.has-theme-blue .accordion-button {
    padding: 20px 30px 20px 30px;
  }
}
.rs-accordion-one.has-theme-blue .accordion-button:not(.collapsed) {
  color: var(--rs-theme-blue);
}
.rs-accordion-one.has-theme-blue .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-blue);
}
.rs-accordion-one.has-theme-blue .accordion-button .accordion-btn::before, .rs-accordion-one.has-theme-blue .accordion-button .accordion-btn::after {
  background: var(--rs-black);
}
.rs-accordion-one.has-theme-blue .accordion-body {
  padding: 20px 50px 20px 30px;
}
@media only screen and (max-width: 575px) {
  .rs-accordion-one.has-theme-blue .accordion-body {
    padding: 20px 30px 20px 30px;
  }
}
.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-theme-bright-green .accordion-button:not(.collapsed) {
  color: var(--rs-bg-dark-green);
}
.rs-accordion-one.has-theme-bright-green .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-bg-dark-green);
}
.rs-accordion-one.has-white .accordion-button {
  background: var(--rs-white);
}
.rs-accordion-one.has-white .accordion-body {
  background: var(--rs-white);
}
.rs-services-wrapper .rs-services-item {
    position: relative;
}
.rs-services-wrapper .rs-services-thumb {
    position: relative;
    overflow: hidden;
}
.rs-services-wrapper .rs-services-thumb img {
    width: 100%;
    transition: all 0.5s ease;
}
.rs-services-wrapper .rs-services-content {
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 20px;
}
.rs-services-wrapper .rs-services-title {
    margin-bottom: 12px;
    font-size: 16px;
}
.product_column{margin-bottom: 30px;}
.rs-services-wrapper {
    border: 1px #ddd solid;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 8px #3333334d;
    height: 100%;
    background: #edf2fa;
}
.rs-services-text-btn a{color: var(--rs-theme-orange);}
.photo-gallery{border-radius: 20px;overflow: hidden;}

.sidecut img{
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%);
    height: auto;
}
.image_header img{
  width: 100%;
}
.photo-gallery img {
    height: 270px;
    object-fit: cover;
    width:100%;
}
.faq_section.section-space {
    background: #d0ebcc;
}
.image_header {
    position: relative;
}
.image_header::before {
    content: "";
    position: absolute;
    left: 0;
    background: #22222261;
    top: 0;
    width: 100%;
    height: 100%;
}
.breadcrumb-menu-product {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-0%, -50%);
    text-align: center;
    z-index: 9;
    width: 100%;
    padding:10px 0px;
}
.breadcrumb-menu-product h1{
  font-size: 40px;
  color: #fff;
}
.breadcrumb-menu-product ul {
    list-style: none;
    color: #fff;
    display: flex;
    grid-gap: 10px;
    margin-top: 15px;
    justify-content: center;
}
.breadcrumb-menu-product ul li a{
  color: #fff;
}
.rs-services-details-wrapper h3{
  font-size: 22px;
  margin: 10px 0px;
}
.rs-services-details-wrapper p{
  margin-bottom: 15px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    padding: 8px;
}
.ub-tbl tr>th {
    color: #ffffff!important;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #619BC4;
    width: 1%;
}
.ub-tbl tr>th>p {
    color: #ffffff!important;
    font-weight: 600;
    text-transform: uppercase;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.ub-tbl td{
    background: #ADC5D6;
    text-align: center;
}
.rs-services-details-wrapper ul{
  padding-left: 20px;
  margin-bottom: 20px;
}
.prodtc_img img{
  width: 100%;
  margin: 15px 0px;
}

@media (max-width:1366px){
  .rs-header-one .rs-header-logo-wrapper {
    width: 150px;
}
.main-menu li a {
    padding: 40px 12px;
}
}
@media (max-width:1200px){
.get_in_touch span.icon-box {
    width: auto !important;
    float: none !important;
    height: auto;
    color: #fff !important;
    border-top: 0px !important;
}
a.rs-btn.has-theme-orange.has-icon.has-bg.get_in_touch {
    display: inline-block !important;
    height: auto;
}
}

@media (max-width:767px){
  .rs-sticky-header {
    padding: 10px 0px;
  }
  .rs-btn {
      font-size: 16px;
      padding: 15px 20px;
      height: 44px;
  }
  .rs-counter-one .rs-counter-number, .rs-counter-one .prefix {
      font-size: 30px;
  }
  .rs-footer-widget-links ul {
      gap: 5px;
  }
  .rs-footer-two .rs-footer-widget-title {
      margin-bottom: 0px;
  }
  .rs-footer-two .rs-footer-widget-address {
      margin-bottom: 10px;
  }
  .col-xxl-3.col-xl-3.col-lg-3.col-md-4.col-sm-6.footer_phone {
      margin-top: 10px;
  }
  .rs-footer-two .rs-footer-widget-description {
      margin-bottom: 0px;
  }
  .rs-header-one .rs-header-logo-wrapper {
      width: 105px;
  }
  .image_header img {
      height: 250px;
      object-fit: cover;
  }
  .breadcrumb-menu-product h1 {
      font-size: 22px;
  }
  .breadcrumb-menu-product ul li{
    font-size: 14px;
  }
}