/*---------------------------------
	1.1 Theme SCSS
---------------------------------*/


/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME SCSS
	-----------------
		1.1 spacing
		1.2 theme
		1.3 typography
		1.4 index

	-----------------
    01. utils SCSS
	-----------------
		1.1 breakpoints
		1.2 extends
		1.3 mixins
		1.4 root
		1.5 index
		1.6 main

	-----------------
    02. COMPONENTS SCSS
	-----------------
		2.1 accordion
		2.2 animation
		2.3 background
		2.4 backtotop
		2.5 brand
		2.6 breadcrumb
		2.7 buttons
		2.8 carousel
		2.9 color
		2.10 forms
		2.11 lenis
		2.12 offcanvas
		2.13 pagination
		2.14 preloader
		2.15 progress-bar
		2.16 scrollbar
		2.17 section-title
		2.18 shortcodes
		2.19 smooth-scroll
		2.20 social
		2.21 index

	-----------------
    03. layout
	-----------------
		-----------------
		3.1.1 banner SCSS
		-----------------
			3.1.1 banner-1
			3.1.2 banner-2
			3.1.3 banner-3
			3.1.4 banner-4
			3.1.5 banner-5
			3.1.6 banner-6
			3.1.6 banner-7
			3.1.6 banner-8
			3.1.6 banner-9
			3.1.6 banner-10
			3.1.6 banner-11
			3.1.6 banner-12
			3.1.6 index

		-----------------
		3.1.2 blog SCSS
		-----------------
			3.2.1 blog-tag
			3.2.2 blog
			3.2.3 postbox
			3.2.4 sidebar
			3.2.5 index

		-----------------
		3.1.3 footer SCSS
		-----------------
			3.3.1 footer
			3.3.2 copyright
			3.3.3 index

		-----------------
		3.1.4 header SCSS
		-----------------
			3.5.1 header-1
			3.5.2 header-common
			3.5.3 index
		-----------------
		3.1.5 menu SCSS
		-----------------
			3.6.1 memu
			3.6.2 mobile-menu
			3.5.3 index

	-----------------
    04. Page SCSS
	-----------------
		4.1 about
		4.2 award
		4.3 contact
		4.4 cta
		4.5 experience
		4.6 faq
		4.7 feature
		4.8 gallery
		4.9 portfolio
		4.10 pricing
		4.11 qualification
		4.12 resume
		4.13 services
		4.14 skill
		4.15 slide-text
		4.16 team
		4.17 testimonial
		4.18 why-choose
		4.19 work-step
		4.20 index

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&amp;display=swap");
.offcanvas-overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
h1,
h2,
h3,
h4,
h5,
h6, .body__overlay {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

:root {
  /**  @font family declaration */
  --rs-ff-body: "Urbanist", sans-serif;
  --rs-ff-title: "Urbanist", sans-serif;
  --rs-ff-p: "Urbanist", sans-serif;
  --rs-ff-fontawesome: "Font Awesome 6 Pro";
  --rs-ff-remixicon: "remixicon";
  /** @color declaration */
  --rs-white: #FFFFFF;
  --rs-black: #000000;
  --rs-light: #eee;
  --rs-theme-primary: #5777FF;
  --rs-theme-secondary: #F3DABA;
  --rs-theme-tertiary: #152A40;
  --rs-theme-quaternary: #B69D64;
  --rs-theme-dark-blue: #101B30;
  --rs-theme-green: #008D84;
  --rs-theme-orange: #FF7140;
  --rs-theme-yellow: #FdAF40;
  --rs-hover-primary: #05100B;
  --rs-hover-secondary: #152A40;
  --rs-hover-tertiary: #F3DABA;
  --rs-hover-quaternary: #B69D64;
  --rs-hover-green: #008D84;
  --rs-text-primary: #666666;
  --rs-text-secondary: #52526C;
  --rs-text-tertiary: #B69D64;
  --rs-title-primary: #05100B;
  --rs-title-secondary: #152A40;
  --rs-bg-primary: #F2F4FF;
  --rs-bg-secondary: #F9FAFF;
  --rs-bg-tertiary: #F5F3EF;
  --rs-bg-quaternary: #152A40;
  --rs-bg-light:#FFFAF1;
  --rs-bg-light-grey:#F4F2F2;
  --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: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /** @font size declaration */
  --rs-fs-body: 18px;
  --rs-fs-p: 18px;
  --rs-fs-h1: 68px;
  --rs-fs-h2: 50px;
  --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: 1320px;
  }
}
.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 (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

/*----------------------------------------
   Text Underline
-----------------------------------------*/
.underline a {
  display: inline;
  background-image: linear-gradient(var(--rs-theme-primary), var(--rs-theme-primary)), linear-gradient(var(--rs-theme-primary), var(--rs-theme-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 0 0 2% 0;
}
.underline a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--rs-theme-primary);
}

.underline-two a {
  display: inline;
  background-image: linear-gradient(var(--rs-hover-primary), var(--rs-hover-primary)), linear-gradient(var(--rs-hover-primary), var(--rs-hover-primary));
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 83%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  line-height: 1.4;
  padding: 0 0 2% 0;
}
.underline-two a:hover {
  background-size: 0 1px, 100% 1px;
  color: var(--rs-hover-primary);
}

/*----------------------------------------
   Mfp customize
-----------------------------------------*/
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

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

/*---------------------------------
	1.2 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;
  background: var(--rs-body-primary);
}

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.18;
  font-weight: var(--rs-fw-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width:450px) {
  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 (min-width: 576px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (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 (min-width: 576px) and (max-width: 767px), (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 (min-width: 1200px) and (max-width: 1399px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (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 (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;
}
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%;
  object-fit: cover;
}

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

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

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

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

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

*::-moz-placeholder {
  opacity: 1;
  font-size: 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.3 Default Spacing SCSS
---------------------------------*/
.section-space {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

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

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

.section-space-top {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

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

/*----------------------------------------*/
/*  2.3 accordion
/*----------------------------------------*/
.accordion-style-one .accordion-item {
  padding: 35px 35px 35px 35px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 4px;
  background-color: var(--rs-white);
}
.accordion-style-one .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-style-one .accordion-button {
  font-size: 28px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
}
.accordion-style-one .accordion-button::after {
  position: absolute;
  content: "\f107";
  font-family: var(--rs-ff-fontawesome);
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  width: 50px;
  text-align: center;
  color: var(--rs-white);
  border-radius: 50%;
  background: var(--rs-theme-primary);
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-style-one .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-style-one .accordion-button:not(.collapsed) {
  color: var(--rs-black);
}
.accordion-style-one .accordion-button:not(.collapsed)::after {
  content: "\f106";
  font-family: var(--rs-ff-fontawesome);
}
.accordion-style-one .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.accordion-style-one .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.accordion-style-one .accordion-button .accordion-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.accordion-style-one .accordion-body {
  padding: 20px 70px 0px 70px;
  color: var(--rs-text-primary);
}
.accordion-style-one .accordion-body a {
  font-weight: 500;
  color: var(--rs-black);
}
.accordion-style-one .accordion-body a:hover {
  color: var(--rs-theme-primary);
}
.accordion-style-two .accordion-item {
  border: 1px solid var(--rs-border-primary);
  border-radius: 4px;
  border: 0;
  background: transparent;
}
.accordion-style-two .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
}
.accordion-style-two .accordion-button {
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-style-two .accordion-button.has-large-font {
  font-size: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-style-two .accordion-button.has-large-font {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-style-two .accordion-button.has-large-font {
    font-size: 20px;
  }
}
.accordion-style-two .accordion-button::after {
  content: none;
}
.accordion-style-two .accordion-button:not(.collapsed) {
  color: var(--rs-theme-primary);
}
.accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}
.accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-primary);
}
.accordion-style-two .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.accordion-style-two .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;
}
.accordion-style-two .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;
}
.accordion-style-two .accordion-button .accordion-btn:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-style-two .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.accordion-style-two .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.accordion-style-two .accordion-button .accordion-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.accordion-style-two .accordion-body {
  padding: 0;
  color: var(--rs-text-primary);
  padding: 0 25px 20px 0;
}
.accordion-style-two .accordion-body a {
  font-weight: 500;
  color: var(--rs-black);
}
.accordion-style-two .accordion-body a:hover {
  color: var(--rs-theme-primary);
}
.accordion-style-two.has-theme-yellow .accordion-button {
  padding-inline-end: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-style-two.has-theme-yellow .accordion-button {
    padding-inline-end: 30px;
  }
}
.accordion-style-two.has-theme-yellow .accordion-button:not(.collapsed) {
  color: var(--rs-theme-yellow);
}
.accordion-style-two.has-theme-yellow .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-yellow);
}
.accordion-style-three .accordion-item {
  border: 1px solid rgba(21, 42, 64, 0.05);
  border-radius: 4px 4px 4px 4px;
  background-color: var(--rs-bg-tertiary);
  padding: 20px 20px 20px 20px;
}
.accordion-style-three .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-style-three .accordion-button {
  font-size: 20px;
  font-weight: 600;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  padding-right: 50px;
  color: var(--rs-title-secondary);
  padding: 0px 60px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-style-three .accordion-button {
    font-size: 18px;
  }
}
.accordion-style-three .accordion-button::after {
  content: none;
}
.accordion-style-three .accordion-button:focus {
  border-color: rgba(21, 42, 64, 0.05);
}
.accordion-style-three .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(21, 42, 64, 0.05);
  box-shadow: none;
  padding: 0px 60px 20px 0px;
}
.accordion-style-three .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}
.accordion-style-three .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-tertiary);
}
.accordion-style-three .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.accordion-style-three .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;
}
.accordion-style-three .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;
}
.accordion-style-three .accordion-button .accordion-btn:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-style-three .accordion-button .accordion-icon {
  margin-inline-end: 20px;
}
.accordion-style-three .accordion-button .accordion-icon svg {
  width: 40px;
  height: 40px;
}
.accordion-style-three .accordion-button .accordion-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.accordion-style-three .accordion-body {
  padding: 0;
  color: var(--rs-text-secondary);
  padding: 20px 20px 0px 0px;
}
.accordion-style-three .accordion-body a {
  font-weight: 500;
  color: var(--rs-black);
}
.accordion-style-three .accordion-body a:hover {
  color: var(--rs-theme-primary);
}

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.2 Buttons
/*----------------------------------------*/
.rs-btn {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--rs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  height: 60px;
  transition: all 0.3s linear;
  border-radius: 30px 30px 30px 30px;
  font-weight: 500;
  position: relative;
}
.rs-btn.has-radius {
  border-radius: 4px 4px 4px 4px;
}
.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-green {
  background: var(--rs-theme-green);
}
.rs-btn.has-theme-green:hover {
  background: var(--rs-black);
}
.rs-btn.has-theme-tertiary {
  background: var(--rs-theme-tertiary);
}
.rs-btn.has-theme-tertiary:hover {
  background: transparent;
  color: var(--rs-theme-tertiary);
}
.rs-btn.has-theme-orange {
  background: var(--rs-theme-orange);
}
.rs-btn.has-theme-orange:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}
.rs-btn.has-theme-yellow {
  background: var(--rs-theme-yellow);
  color: var(--rs-theme-tertiary);
}
.rs-btn.has-theme-yellow:hover {
  background: var(--rs-white);
}
.rs-btn.has-theme-yellow.has-hover-black:hover {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
}
.rs-btn.has-white {
  background: var(--rs-white);
  color: var(--rs-theme-primary);
}
.rs-btn.has-white:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}
.rs-btn.has-bg-light {
  background: var(--rs-theme-quaternary);
}
.rs-btn.has-bg-light:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-btn.has-theme-tertiary {
  background: var(--rs-bg-quaternary);
  border: 1px solid transparent;
}
.rs-btn.has-theme-tertiary:hover {
  background: transparent;
  border-color: var(--rs-border-tertiary);
  color: var(--rs-title-secondary);
}
.rs-btn.has-theme-secondary {
  background: var(--rs-theme-secondary);
  border: 1px solid transparent;
  color: var(--rs-theme-tertiary);
}
.rs-btn.has-theme-secondary:hover {
  background: transparent;
  border-color: var(--rs-border-tertiary);
  color: var(--rs-title-secondary);
}
.rs-btn.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  height: auto;
}
.rs-btn.has-icon .icon-box {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  transition: all 0.3s ease-out 0s;
  transform: rotate(-45deg);
}
.rs-btn.has-icon .icon-box svg {
  width: 17px;
  fill: var(--rs-white);
}
.rs-btn.has-icon .icon-box:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon .icon-box:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-icon .icon-first {
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
  position: absolute;
  transform: translateX(-150%);
  transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon:hover {
  color: var(--rs-white);
}
.rs-btn.has-icon:hover .icon-first {
  transform: translateX(150%);
}
.rs-btn.has-icon:hover .icon-second {
  transform: translateX(0%);
}
.rs-btn.has-transparent {
  color: var(--rs-black);
  font-weight: 600;
  padding: 0;
}
.rs-btn.has-transparent .icon-box {
  transform: rotate(0);
}
.rs-btn.has-transparent .icon-box svg {
  fill: var(--rs-black);
}
.rs-btn.has-transparent:hover {
  color: var(--rs-theme-primary);
}
.rs-btn.has-transparent:hover .icon-box svg {
  fill: var(--rs-theme-primary);
}
.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-black {
  background: var(--rs-hover-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
}
.rs-btn.has-black svg {
  width: 12px;
}
.rs-btn.has-black svg path {
  fill: #FFFFFF;
}
.rs-btn.has-black:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}

.rs-btn-group {
  display: flex;
  width: fit-content;
}
.rs-btn-group .rs-btn {
  background: var(--rs-theme-primary);
  color: white;
}
.rs-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-end: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-btn-group > *:nth-child(1) {
    margin-inline-end: -50px;
  }
}
.rs-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.rs-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
}
.rs-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
}
.rs-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.rs-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-inline-start: -70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-btn-group:hover > *:nth-child(3) {
    margin-inline-start: -50px;
  }
}
.rs-btn-group .rs-btn-primary {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rs-btn-group .rs-btn-circle {
  position: relative;
  z-index: 1;
}

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

.rs-circle-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--rs-bg-secondary);
  transition: 0.3s;
  border-radius: 50%;
}
.rs-circle-btn svg {
  width: 18px;
  fill: var(--rs-theme-primary);
}
.rs-circle-btn.has-bg {
  background: var(--rs-theme-tertiary);
}
.rs-circle-btn.has-bg svg {
  fill: var(--rs-white);
}
.rs-circle-btn.has-bg:hover {
  background: var(--rs-hover-tertiary);
}
.rs-circle-btn.has-bg:hover svg {
  fill: var(--rs-hover-secondary);
}
.rs-circle-btn:hover {
  background: var(--rs-theme-primary);
}
.rs-circle-btn:hover svg {
  fill: var(--rs-white);
}
.rs-circle-btn.has-dark-blue {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
  width: 60px;
  height: 60px;
  font-size: 25px;
}
.rs-circle-btn.has-dark-blue:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-circle-btn.has-rotate:hover {
  transform: rotate(45deg);
}

.rs-play-btn {
  width: 60px;
  height: 60px;
  font-size: 26px;
  background: var(--rs-theme-primary);
  display: inline-flex;
  border-radius: 50%;
  color: var(--rs-white);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.rs-play-btn:hover {
  color: var(--rs-white);
}
.rs-play-btn::before {
  background: var(--rs-theme-primary);
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
  animation: rs-pulse-border 1500ms ease-out infinite;
}
.rs-play-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  border-radius: 50%;
  transition: all 200ms;
}

.rs-button-wrapper .rs-btn {
  height: 70px;
  padding: 15px 5px;
  border: 1px solid #666666;
  border-radius: 40px 40px 40px 40px;
  text-transform: uppercase;
  color: var(--rs-black);
}
.rs-button-wrapper .rs-btn.has-border-white {
  border-color: var(--rs-white);
  color: var(--rs-white);
}
.rs-button-wrapper .rs-btn.has-border-white:hover {
  color: var(--rs-white);
}
.rs-button-wrapper .rs-btn:hover {
  color: var(--rs-black);
}
.rs-button-wrapper .rs-btn:hover .rs-icon {
  inset-inline-start: calc(100% - 60px);
}
.rs-button-wrapper .rs-btn:hover .rs-btn-text {
  transform: translate3d(-60px, 0, 0) !important;
  transform-style: preserve-3d;
}
.rs-button-wrapper .rs-icon {
  background: var(--rs-theme-green);
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s, left 0.5s;
  position: relative;
  animation: 0.5s btnHoverEffectReverse;
  left: 0;
}
.rs-button-wrapper .rs-icon svg {
  width: 16px;
  height: 16px;
}
.rs-button-wrapper .rs-icon svg path {
  fill: var(--rs-white);
}
.rs-button-wrapper .rs-btn-text {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  padding: 0 35px 0 35px;
}

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

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

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

/*----------------------------------------*/
/*  2.2 counter
/*----------------------------------------*/
.rs-counter-one {
  background-color: var(--rs-bg-primary);
  padding: 110px 0 110px 0;
  margin-top: -290px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-counter-one {
    margin-top: 0;
    padding: 80px 0 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-one {
    margin-top: 0;
    padding: 70px 0 70px 0;
  }
}
.rs-counter-one .counter-text-title {
  font-size: 80px;
  background-color: transparent;
  background-image: linear-gradient(0deg, var(--rs-theme-primary) 65%, var(--rs-theme-primary) 80%);
  -webkit-text-fill-color: #F2F4FF;
  color: var(--rs-white);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-counter-one .counter-text-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-counter-one .counter-text-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .rs-counter-one .counter-text-title {
    font-size: 50px;
  }
}
.rs-counter-one .counter-title {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px;
  display: inline-block;
  color: var(--rs-title-primary);
}
.rs-counter-one .counter-content-inner {
  text-align: center;
  max-width: 345px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-one .counter-content-inner {
    max-width: 370px;
  }
}
@media (max-width:450px) {
  .rs-counter-one .counter-content-inner {
    max-width: 100%;
  }
}
.rs-counter-one .counter-content-inner p {
  line-height: 30px;
}
.rs-counter-two .rs-counter-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: auto auto;
  }
}
@media (max-width:450px) {
  .rs-counter-two .rs-counter-wrapper {
    grid-template-columns: auto;
  }
}
.rs-counter-two .rs-counter-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-counter-two .rs-counter-content h2 {
  color: var(--rs-theme-primary);
}
.rs-counter-two .rs-counter-content P {
  font-size: 20px;
  font-weight: 600;
  color: var(--rs-black);
}
@media (max-width:450px) {
  .rs-counter-two .rs-counter-content P {
    font-size: 18px;
  }
}
.rs-counter-three .row [class*=col-]:last-child .rs-counter-item::before {
  content: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-counter-three .row [class*=col-]:nth-child(3) .rs-counter-item::before {
    content: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-counter-three .row [class*=col-]:nth-child(2) .rs-counter-item::before {
    content: none;
  }
}
.rs-counter-three .rs-counter-wrapper {
  background: var(--rs-theme-tertiary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-three .rs-counter-wrapper {
    padding: 30px 30px 30px 30px;
  }
}
.rs-counter-three .rs-counter-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.rs-counter-three .rs-counter-item::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--rs-rgba-1);
  inset-inline-end: -20px;
}
@media (max-width: 575px) {
  .rs-counter-three .rs-counter-item::before {
    content: none;
  }
}
.rs-counter-three .counter-text-title {
  color: var(--rs-theme-secondary);
  margin-bottom: 5px;
}
.rs-counter-three .counter-text p {
  color: var(--rs-white);
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-three .counter-text p {
    font-size: 18px;
  }
}
.rs-counter-four {
  background: var(--rs-bg-primary);
  position: relative;
  z-index: 1;
}
.rs-counter-four .rs-cta-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;
}
.rs-counter-four .rs-counter-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.rs-counter-four .counter-text-title {
  color: var(--rs-black);
  margin-bottom: 5px;
}
.rs-counter-four .counter-text p {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-counter-four .counter-text p {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  2.9 Offcanvas
/*----------------------------------------*/
.offcanvas-area {
  background: var(--rs-bg-primary) none repeat scroll 0 0;
  position: fixed;
  inset-inline-end: -100%;
  top: 0;
  width: 500px;
  height: 100%;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  transition: 0.6s;
}
.offcanvas-area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .offcanvas-area {
    width: 100%;
  }
}
.offcanvas-area.info-open {
  inset-inline-end: 0%;
}
.offcanvas-area .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-primary);
}
.offcanvas-area .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-primary);
}
.offcanvas-area.has-theme-yellow {
  background: #252D3D none repeat scroll 0 0;
}
.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 .offcanvas-title-meta {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-yellow .offcanvas-about p {
  color: rgba(255, 255, 255, 0.7);
}
.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 {
  color: var(--rs-white);
}
.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 {
  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);
  color: var(--rs-black);
}
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
.offcanvas-area.has-theme-yellow .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rs-black);
}
.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-black);
}
.offcanvas-area.has-theme-yellow .offcanvas-contact-text a {
  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 {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-yellow .offcanvas-social ul li a:hover {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
  border-color: var(--rs-theme-yellow);
}
.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 {
  background: #10332F none repeat scroll 0 0;
}
.offcanvas-area.has-theme-green .offcanvas-close {
  background: var(--rs-theme-green);
}
.offcanvas-area.has-theme-green .offcanvas-title-meta {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-green .offcanvas-about p {
  color: rgba(255, 255, 255, 0.7);
}
.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 {
  color: var(--rs-white);
}
.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.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 {
  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-white);
}
.offcanvas-area.has-theme-green .offcanvas-social ul li a {
  color: var(--rs-white);
}
.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-quaternary {
  background: #101B30 none repeat scroll 0 0;
}
.offcanvas-area.has-theme-quaternary .offcanvas-close {
  background: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .offcanvas-title-meta {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-quaternary .offcanvas-about p {
  color: rgba(255, 255, 255, 0.7);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li a {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li a:hover {
  color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-quaternary .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-quaternary);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-quaternary .offcanvas-contact-text a {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-quaternary .offcanvas-contact-text a:hover {
  color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-quaternary .offcanvas-social ul li a {
  color: var(--rs-white);
}
.offcanvas-area.has-theme-quaternary .offcanvas-social ul li a:hover {
  background: var(--rs-theme-quaternary);
  border-color: var(--rs-theme-quaternary);
}
.offcanvas-area.has-theme-tertiary {
  background: #F3DABA none repeat scroll 0 0;
}
.offcanvas-area.has-theme-tertiary .offcanvas-close {
  background: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-title-meta {
  color: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-about p {
  color: var(--rs-text-primary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.active > a {
  color: var(--rs-text-primary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a.active {
  color: var(--rs-text-primary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a:hover {
  color: var(--rs-text-primary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
}
.offcanvas-area.has-theme-tertiary .offcanvas-contact-text a {
  color: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-contact-text a:hover {
  color: var(--rs-text-primary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-social ul li a {
  color: var(--rs-theme-tertiary);
}
.offcanvas-area.has-theme-tertiary .offcanvas-social ul li a:hover {
  background: var(--rs-theme-tertiary);
  border-color: var(--rs-theme-tertiary);
  color: var(--rs-white);
}
.offcanvas-logo a img {
  width: 110px;
}
.offcanvas-content {
  padding-bottom: 45px;
}
.offcanvas-wrapper {
  position: relative;
  height: 100%;
  padding: 45px 45px;
}
@media (max-width: 575px) {
  .offcanvas-wrapper {
    padding: 30px 30px;
  }
}
.offcanvas-top {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rs-border-primary);
}
.offcanvas-color {
  margin-bottom: 40px;
}
.offcanvas-color h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas-color input {
  display: none;
}
.offcanvas-color label {
  width: 100%;
  height: 60px;
  background-color: var(--rs-theme-primary);
}
.offcanvas-color label:hover {
  cursor: pointer;
}
.offcanvas-color-2 label {
  background-color: var(--rs-theme-2);
}
.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;
}
.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-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.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;
  backdrop-filter: blur(5px);
}
.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-primary);
}
.offcanvas-contact ul li a:hover i {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.offcanvas-contact-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  color: var(--rs-black);
  border: 1px solid var(--rs-border-secondary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas-contact-icon svg {
  width: 15px;
  height: 15px;
}
.offcanvas-contact-icon svg path {
  fill: var(--rs-theme-primary);
}
.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);
}

.sidebar-toggle {
  cursor: pointer;
  background: var(--rs-theme-primary);
  padding: 12px 12px;
  border-radius: 4px;
}

.offcanvas-close {
  width: 50px;
  height: 50px;
  background: var(--rs-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (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: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas-close-icon .offcanvas-m-lines {
    width: 20px;
  }
}
.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.0 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-title-secondary {
  color: var(--rs-title-secondary);
}
.rs-section-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  justify-content: center;
}
.rs-section-subtitle img {
  width: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-section-subtitle img {
    width: 25px;
  }
}
.rs-section-subtitle img.has-thumb {
  width: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-section-subtitle {
    font-size: 17px;
    line-height: 27px;
  }
}
.rs-section-subtitle.has-text-style {
  text-transform: capitalize;
}
.rs-section-subtitle.has-light-color {
  color: var(--rs-text-secondary);
  font-size: 18px;
  margin-bottom: 10px;
}
.rs-section-subtitle.has-light-text {
  color: var(--rs-text-tertiary);
}
.rs-section-subtitle.has-theme-green {
  color: var(--rs-theme-green);
}
.rs-section-subtitle.has-theme-orange {
  color: var(--rs-theme-orange);
}
.rs-section-subtitle.has-theme-yellow {
  color: var(--rs-theme-yellow);
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.rs-breadcrumb-one {
  padding-top: 200px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 140px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-breadcrumb-one {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-breadcrumb-one {
    padding-top: 140px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .rs-breadcrumb-one {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
.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: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-breadcrumb-one .rs-breadcrumb-title {
  font-size: 60px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 45px;
  }
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul {
  display: inline-flex;
  gap: 20px 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
  list-style: none;
  position: relative;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li:not(:last-child)::before {
  content: "\ea6e";
  position: absolute;
  font-family: remixicon !important;
  font-size: 20px;
  inset-inline-end: -28px;
  opacity: 1;
}
.rs-breadcrumb-one .rs-breadcrumb-menu ul li span a:hover {
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  2.5 Carousel
/*----------------------------------------*/
.rs-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #CDCDCD;
  opacity: 1;
  border-radius: 50%;
  position: relative;
  margin: 0 6px !important;
}
.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rs-theme-primary);
}

/*----------------------------------------
   Basic pagination
-----------------------------------------*/
.rs-pagination {
  display: flex;
  gap: 10px;
}
.rs-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 4px;
  margin: 0 !important;
  background-color: rgba(87, 119, 255, 0.2);
  opacity: 1;
}
.rs-pagination .swiper-pagination-bullet-active {
  background: var(--rs-theme-primary);
}
.rs-pagination.has-theme-secondary .swiper-pagination-bullet {
  background: rgba(243, 218, 186, 0.4);
}
.rs-pagination.has-theme-secondary .swiper-pagination-bullet-active {
  background: var(--rs-theme-secondary);
}
.rs-pagination.has-theme-quaternary .swiper-pagination-bullet {
  background: rgba(182, 157, 116, 0.2784313725);
}
.rs-pagination.has-theme-quaternary .swiper-pagination-bullet-active {
  background: var(--rs-theme-quaternary);
}
.rs-pagination.rs-theme-green .swiper-pagination-bullet {
  background: rgba(0, 141, 132, 0.4);
}
.rs-pagination.rs-theme-green .swiper-pagination-bullet-active {
  background: var(--rs-theme-green);
}
.rs-pagination.rs-theme-orange .swiper-pagination-bullet {
  background: #FFF6E6;
}
.rs-pagination.rs-theme-orange .swiper-pagination-bullet-active {
  background: var(--rs-theme-orange);
}
.rs-pagination.rs-theme-yellow .swiper-pagination-bullet {
  background: rgba(253, 175, 64, 0.25);
}
.rs-pagination.rs-theme-yellow .swiper-pagination-bullet-active {
  background: var(--rs-theme-yellow);
}

.rs-basic-pagination.has-border-none ul li span a {
  border: 0;
  background: transparent;
}
.rs-basic-pagination.has-border-none ul li span a:hover {
  color: var(--rs-black);
}
.rs-basic-pagination ul {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rs-basic-pagination ul li {
  list-style: none;
}
.rs-basic-pagination ul li .current {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
  top: 50%;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--rs-theme-primary);
  color: var(--rs-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.rs-basic-pagination ul li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
  top: 50%;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50%;
  transition: 0.3s;
}
.rs-basic-pagination ul li a:hover {
  background-color: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  forms
/*----------------------------------------*/
/* Custom checkbox button */
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox]:checked ~ label::after {
  background-color: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
}
input[type=checkbox]:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-inline-start: 30px;
}
input[type=checkbox] ~ label::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  transition: all 0.2s linear;
}
input[type=checkbox] ~ label::before {
  position: absolute;
  content: "\f00c";
  top: 3px;
  left: 0px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--rs-white);
  transition: all 0.2s linear;
  font-family: var(--rs-ff-fontawesome);
  font-size: 14px;
}
input[type=checkbox] ~ label:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.6 social
/*----------------------------------------*/
.rs-theme-social {
  display: flex;
  gap: 20px;
}
.rs-theme-social a {
  color: var(--rs-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background-color: #EAEEFF;
  border-radius: 50%;
  transition: 0.3s;
}
.rs-theme-social a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-theme-social.has-border a {
  border: 1px solid #D9E2DF;
  background: transparent;
  color: #666;
}
.rs-theme-social.has-border a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  border-color: var(--rs-theme-primary);
}
.rs-theme-social.has-white a {
  background: var(--rs-white);
}
.rs-theme-social.has-white a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}

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

@keyframes pulse-white {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.animate-play {
  position: relative;
  z-index: 5;
}
.animate-play::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
.animate-play::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  border: 1px solid rgb(134, 134, 134);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

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

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

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

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

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

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

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes rs-hand-move {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes rs-vibrate {
  0% {
    transform: translateX(-2px) rotate(0);
  }
  25% {
    transform: translateX(2px) rotate(-2deg);
  }
  50% {
    transform: translateX(-2px) rotate(2deg);
  }
  75% {
    transform: translateX(2px) rotate(-2deg);
  }
  100% {
    transform: translateX(-2px) rotate(0);
  }
}
@keyframes rs-vertical {
  0% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
@keyframes rs-pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes rs-fold {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes btnHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnHoverEffect {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rs-head-move {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  75% {
    transform: translate3d(5px, 0, 0) rotate(4deg);
    -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/*----------------------------------------*/
/*  2.12 Short codes
/*----------------------------------------*/
/* 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);
}

.has-position {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

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

/* 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.10 Preloader
/*----------------------------------------*/
#pre-load {
  background-color: var(--rs-bg-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--rs-theme-primary);
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

.progress-style-3 .single-progress .title {
  margin-bottom: 0;
  position: absolute;
  left: 20px;
  bottom: 8px;
  z-index: 5;
  color: var(--rs-white);
  line-height: 1;
}
.progress-style-3 .progress {
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(to right, var(--rs-theme-primary) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .progress-bar {
  border-radius: 50px;
  background-color: transparent;
}
.progress-style-3 .progress-number {
  font-size: 16px;
  top: auto;
  right: 20px;
  bottom: 4px;
  font-weight: 500;
  color: var(--rs-theme-primary);
}
.progress-style-3 .bg-gradient-2 .progress {
  background: linear-gradient(to right, var(--rs-hover-primary) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-gradient-2 .progress-number {
  color: var(--rs-hover-primary);
}
.progress-style-3 .bg-gradient-3 .progress {
  background: linear-gradient(to right, var(--rs-success) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-gradient-3 .progress-number {
  color: var(--rs-success);
}
.progress-style-3 .bg-gradient-4 .progress {
  background: linear-gradient(to right, var(--rs-warning) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-gradient-4 .progress-number {
  color: var(--rs-warning);
}
.progress-style-3 .bg-gradient-4 .progress {
  background: linear-gradient(to right, var(--rs-info) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-gradient-4 .progress-number {
  color: var(--rs-info);
}
.progress-style-3 .bg-gradient-5 .progress {
  background: linear-gradient(to right, var(--rs-danger) 10%, rgba(255, 255, 255, 0) 95%);
}
.progress-style-3 .bg-gradient-5 .progress-number {
  color: var(--rs-danger);
}

.progress-style-4 .progress-number {
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: var(--rs-theme-black);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px 0px 6px;
  color: var(--rs-white);
}
.progress-style-4 .progress-number::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 9;
  margin-left: -5px;
  pointer-events: none;
  border: 5px solid transparent;
  border-top-color: var(--rs-theme-black);
}

.radial-progress {
  position: relative;
}
.radial-progress-single {
  text-align: center;
  padding: 0 20px;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
.radial-progress-single .circle-info .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}
.radial-progress-single .circle-info .subtitle {
  font-style: italic;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--color-body);
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.radial-progress .circle-text .count {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--rs-title-primary);
  position: relative;
  margin-left: -14px;
}
.radial-progress .circle-text .count::after {
  position: absolute;
  content: "%";
  left: 100%;
  color: var(--rs-title-primary);
}

/*----------------------------------------*/
/*  brand
/*----------------------------------------*/
.rs-brand-one .rs-brand-item {
  transition: all 0.3s ease-in-out;
}
.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
  opacity: 1;
}
.rs-brand-one .rs-brand-thumb img {
  width: 180px;
  opacity: 0.4;
}
.rs-brand-one .rs-brand-thumb img.has-black {
  display: none;
}
.rs-brand-two .swiper-wrapper {
  display: flex;
  align-items: center;
}
.rs-brand-two .rs-brand-thumb img {
  width: 180px;
}
.rs-brand-three .rs-brand-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:450px) {
  .rs-brand-three .rs-brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-brand-three .rs-brand-item {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rs-brand-three .rs-brand-item:nth-child(6n) {
  border-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-brand-three .rs-brand-item:nth-child(6n) {
    border-right: unset;
  }
}
.rs-brand-three .rs-brand-item:nth-child(13), .rs-brand-three .rs-brand-item:nth-child(14), .rs-brand-three .rs-brand-item:nth-child(15), .rs-brand-three .rs-brand-item:nth-child(16), .rs-brand-three .rs-brand-item:nth-child(17), .rs-brand-three .rs-brand-item:nth-child(18) {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-brand-three .rs-brand-item:nth-child(5n) {
    border-right: 0;
  }
  .rs-brand-three .rs-brand-item:nth-child(6) {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
  .rs-brand-three .rs-brand-item:nth-child(12) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
  .rs-brand-three .rs-brand-item:nth-child(13), .rs-brand-three .rs-brand-item:nth-child(14), .rs-brand-three .rs-brand-item:nth-child(15) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .rs-brand-three .rs-brand-item:nth-child(18) {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-brand-three .rs-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .rs-brand-three .rs-brand-item:nth-child(6) {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
  .rs-brand-three .rs-brand-item:nth-child(13), .rs-brand-three .rs-brand-item:nth-child(14), .rs-brand-three .rs-brand-item:nth-child(15), .rs-brand-three .rs-brand-item:nth-child(16) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .rs-brand-three .rs-brand-item:nth-child(18) {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-brand-three .rs-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .rs-brand-three .rs-brand-item:nth-child(13), .rs-brand-three .rs-brand-item:nth-child(14), .rs-brand-three .rs-brand-item:nth-child(15) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 575px) {
  .rs-brand-three .rs-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .rs-brand-three .rs-brand-item:nth-child(13), .rs-brand-three .rs-brand-item:nth-child(14), .rs-brand-three .rs-brand-item:nth-child(15), .rs-brand-three .rs-brand-item:nth-child(16) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media (max-width:450px) {
  .rs-brand-three .rs-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .rs-brand-three .rs-brand-item:nth-child(17) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
}
.rs-brand-three .rs-brand-thumb img {
  width: 135px;
}
.rs-brand-four .rs-brand-item {
  background: var(--rs-bg-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  border-radius: 4px;
}
.rs-brand-four .rs-brand-thumb img {
  height: 50px;
}

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  DARK LIGHT CSS START
/*----------------------------------------*/
[rs-theme=rs-theme-dark] {
  --rs-title-primary: var(--rs-white);
  --rs-bg-primary: #171E24;
  --rs-bg-secondary: #10171E;
  --rs-text-primary: #BEBEBE;
  --rs-theme-secondary: #F3DABA;
  --rs-theme-tertiary: #152A40;
}

[rs-theme=rs-theme-dark] .logo-black {
  display: none;
}
[rs-theme=rs-theme-dark] .logo-white {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-banner-one .rs-banner-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-one .rs-banner-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-banner-one .rs-theme-social a {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-one .rs-theme-social a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .main-menu .submenu {
  background: #18222A;
}
[rs-theme=rs-theme-dark] .main-menu .submenu li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .main-menu li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-sticky {
  background: #18222A;
}
[rs-theme=rs-theme-dark] .rs-counter-one .counter-text-title {
  -webkit-text-fill-color: #171E24;
}
[rs-theme=rs-theme-dark] .rs-skill-one .rs-skill-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-skill-one.has-bg-dark .rs-skill-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-one .rs-services-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-one .rs-services-item::before {
  color: rgba(255, 255, 255, 0.9);
}
[rs-theme=rs-theme-dark] .rs-experience-one .rs-experience-top {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-experience-one .rs-experience-brand-thumb img.has-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-experience-one .rs-experience-brand-thumb img.has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
  -webkit-text-stroke-color: rgba(87, 119, 255, 0.29);
}
[rs-theme=rs-theme-dark] .rs-testimonial-one .rs-testimonial-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-testimonial-one.has-bg-dark .rs-testimonial-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-cta-one .rs-cta-bg {
  opacity: 0.5;
}
[rs-theme=rs-theme-dark] .rs-cta-one.has-theme-green {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-blog-one {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-blog-one .rs-blog-content {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-blog-one .rs-blog-content.has-bg {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-bg {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-bg .rs-blog-content {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-quaternary {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-quaternary .rs-blog-content {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-quaternary .rs-blog-title {
  border-color: rgba(255, 255, 255, 0.05);
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-green {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-green .rs-blog-content {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-orange .rs-blog-content {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-yellow {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-blog-one.has-theme-yellow .rs-blog-content {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-primary-bg {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input textarea {
  background: #10171E;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input .nice-select {
  color: #CECECE;
  background: #10171E;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-bg .rs-contact-form .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-footer-one .rs-footer-widget-logo .logo-black {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-footer-one .rs-footer-widget-logo .logo-white {
  display: block;
}
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li a,
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li span {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li a:hover,
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li span:hover {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li a.mean-expand,
[rs-theme=rs-theme-dark] .mean-container .mean-nav ul li span.mean-expand {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input textarea {
  background: #171E24;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input .nice-select {
  color: #CECECE;
  background: #171E24;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input textarea {
  background: #171E24;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input .nice-select {
  color: #CECECE;
  background: #171E24;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-one .rs-contact-form.has-bg .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea {
  background: #141F34;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input .nice-select {
  color: #CECECE;
  background: #141F34;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input textarea {
  background: #0F2F2B;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input .nice-select {
  color: #CECECE;
  background: #0F2F2B;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-form .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-green);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-green .rs-contact-btn .rs-btn:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-orange {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-orange .rs-contact-form .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-orange);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-orange .rs-contact-btn .rs-btn:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input textarea {
  background: #141F34;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input .nice-select {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input .nice-select .list {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-form .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-yellow);
}
[rs-theme=rs-theme-dark] .rs-contact-one.has-theme-yellow .rs-contact-btn .rs-btn:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-footer-one {
  border-color: rgba(255, 255, 255, 0.05);
}
[rs-theme=rs-theme-dark] .rs-btn.has-color:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-btn:hover.has-icon .icon-box svg {
  fill: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-brand-thumb img.has-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-brand-thumb img.has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-header-area .main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-header-area .main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-dark {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-header-area.has-dark.rs-sticky {
  background: #18222A;
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary.rs-sticky {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .main-menu ul li.active > a {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .main-menu ul li a.active {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .main-menu .submenu {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .main-menu li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .main-menu li a:hover {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-tertiary .sidebar-toggle {
  background: var(--rs-theme-tertiary);
}
[rs-theme=rs-theme-dark] .rs-header-area.has-theme-quaternary.rs-sticky {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-banner-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-text-slide-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-text-slide-two .rs-text-slider-item .rs-text-slider-inner {
  background: #10171E;
  border-color: #242E37;
}
[rs-theme=rs-theme-dark] .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
  -webkit-text-stroke-color: rgba(87, 119, 255, 0.25);
}
[rs-theme=rs-theme-dark] .rs-banner-two .rs-banner-social-wrapper::before {
  background: rgba(87, 119, 255, 0.14);
}
[rs-theme=rs-theme-dark] .rs-rotate-btn {
  border-color: #242E37;
}
[rs-theme=rs-theme-dark] .rs-rotate-btn .rs-circle-btn:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-rotate-btn .rs-circle-btn:hover svg path {
  fill: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-skill-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-two .rs-skill-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-skill-two .progress-number {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-skill-two .rs-skill-tab .nav {
  border-color: #242E37;
}
[rs-theme=rs-theme-dark] .rs-skill-two.has-theme-yellow {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-skill-two.has-theme-yellow .rs-skill-item {
  background: #182236;
  border-color: rgba(255, 113, 64, 0.09);
}
[rs-theme=rs-theme-dark] .rs-about-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-two .rs-services-item {
  border-color: rgba(255, 255, 255, 0.039);
}
[rs-theme=rs-theme-dark] .rs-services-two .rs-services-item:hover {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-circle-btn.has-rotate {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-text-slide-three {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
  -webkit-text-stroke-color: rgba(87, 119, 255, 0.25);
}
[rs-theme=rs-theme-dark] .rs-portfolio-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-portfolio-two .rs-portfolio-tab button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-portfolio-two .rs-portfolio-title.has-black {
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-experience-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-experience-two.has-bg {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-experience-two .rs-experience-top {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-experience-two .rs-experience-brand-thumb img.has-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-experience-two .rs-experience-brand-thumb img.has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-testimonial-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-testimonial-two .rs-testimonial-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-theme-social.has-border a {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-banner-three {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-banner-three .rs-banner-bg {
  opacity: 0.6;
}
[rs-theme=rs-theme-dark] .rs-counter-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-counter-two .rs-counter-content p {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-three {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .accordion-style-one .accordion-item {
  background: #10171E;
  border-color: rgba(255, 255, 255, 0.0705882353);
}
[rs-theme=rs-theme-dark] .accordion-style-one .accordion-button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-one .accordion-body a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-one .accordion-body a:hover {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-portfolio-three {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-portfolio-three .rs-portfolio-btn .rs-circle-btn {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-portfolio-three .rs-portfolio-btn .rs-circle-btn:hover {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-qualification-one {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-qualification-one .rs-qualification-content {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-three {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-three .rs-skill-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-skill-three .progress-bar {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-three .progress {
  background: #21262B;
}
[rs-theme=rs-theme-dark] .rs-skill-three.has-black {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-skill-three.has-black .rs-skill-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-three.has-black .progress-bar {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-testimonial-three {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-four {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-banner-four .description {
  background: #171E24;
  color: var(--rs-text-primary);
}
[rs-theme=rs-theme-dark] .rs-banner-four .rs-banner-shape {
  opacity: 0.1;
}
[rs-theme=rs-theme-dark] .rs-banner-four .rs-theme-social.has-white a {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-four .rs-theme-social.has-white a:hover {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-about-three {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-about-three .rs-counter-content p {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-four {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-portfolio-four {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-experience-three .rs-meta {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-pricing-one {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-top::before {
  background: rgba(255, 255, 255, 0.05);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-feature::before {
  background: rgba(255, 255, 255, 0.05);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-feature ul li {
  color: var(--rs-text-primary);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-btn.has-black {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-btn.has-black:hover {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-item.item-active .rs-pricing-tag {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-pricing-one .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black:hover svg path {
  fill: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-pricing-one.has-theme-green {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-pricing-one.has-theme-green .rs-pricing-item {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-pricing-one.has-theme-green .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-pricing-one.has-theme-green .rs-pricing-btn .rs-btn {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-testimonial-four {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-blog-two .rs-blog-content {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-five {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-banner-five .rs-client-meta-text p {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-banner-five .rs-theme-social a {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-five .rs-theme-social a:hover {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-feature-one {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-about-four {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-services-five {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-services-five .rs-btn.has-transparent {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-five .rs-btn.has-transparent svg path {
  fill: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-five .rs-btn.has-transparent:hover {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .rs-services-five .rs-btn.has-transparent:hover svg path {
  fill: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .accordion-style-two .accordion-button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-two .accordion-button:not(.collapsed) {
  color: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::before, [rs-theme=rs-theme-dark] .accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-primary);
}
[rs-theme=rs-theme-dark] .accordion-style-two .accordion-button .accordion-btn::before, [rs-theme=rs-theme-dark] .accordion-style-two .accordion-button .accordion-btn::after {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-two .accordion-item:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.039);
}
[rs-theme=rs-theme-dark] .rs-testimonial-five {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-quaternary {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-quaternary .rs-testimonial-item {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-green {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-green .rs-testimonial-item {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-orange {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-orange .rs-testimonial-item {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-yellow {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-testimonial-five.has-theme-yellow .rs-testimonial-item {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-brand-two {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-brand-two.has-theme-yellow {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-banner-six .rs-banner-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-six .rs-banner-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-brand-three .rs-brand-item {
  border-right-color: rgba(255, 255, 255, 0.04);
  border-bottom-color: rgba(255, 255, 255, 0.04);
}
[rs-theme=rs-theme-dark] .rs-services-six {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-six .rs-services-item {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-cta-two .rs-cta-bg {
  opacity: 0.5;
}
[rs-theme=rs-theme-dark] .rs-faq-one.has-bg {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-small-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-section-subtitle {
  color: var(--rs-white);
  border-color: rgba(255, 255, 255, 0.07);
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-section-subtitle img.has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-section-subtitle img.has-dark {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-stroke-title {
  -webkit-text-stroke-color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-banner-seven .rs-banner-description p {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-tertiary {
  background: #F3DABA;
  color: var(--rs-title-secondary);
  border: transparent;
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-tertiary:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-green:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-orange:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .offcanvas-area .rs-offcanvas-logo .logo-black {
  display: none;
}
[rs-theme=rs-theme-dark] .offcanvas-area .rs-offcanvas-logo .logo-white {
  display: block;
}
[rs-theme=rs-theme-dark] .offcanvas-area .offcanvas-title-meta {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary {
  background: #182236 none repeat scroll 0 0;
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .offcanvas-contact-text a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .offcanvas-contact-text a:hover {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .offcanvas-contact-icon svg path {
  fill: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .offcanvas-social ul li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .offcanvas-social ul li a:hover {
  background: var(--rs-theme-secondary);
  color: #05100B;
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a:hover {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a.mean-expand:hover,
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rs-theme-secondary);
  color: #05100B;
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > a,
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: #05100B;
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li.active > a {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-area.has-theme-tertiary .mean-container .mean-nav ul li a.active {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .offcanvas-social ul li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-feature-two.tertiary-bg {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-feature-two .rs-feature-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-feature-two .rs-feature-description p {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-feature-two .rs-feature-icon svg path {
  fill: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-feature-two .rs-feature-shape {
  opacity: 0.1;
}
[rs-theme=rs-theme-dark] .rs-about-six {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-about-six .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-about-six .rs-section-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-about-six .rs-section-paragraph {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-about-six .rs-about-info-list ul li {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-about-six .rs-about-info-list ul li i {
  background: var(--rs-theme-secondary);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-secondary {
  background: #F3DABA;
  color: var(--rs-title-secondary);
  border: transparent;
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-secondary:hover {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-counter-three {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-counter-three .rs-counter-wrapper {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-services-seven {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-services-item {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-services-number {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-services-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-services-description P {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-services-seven .rs-services-btn .rs-circle-btn.has-bg {
  background: var(--rs-theme-tertiary);
}
[rs-theme=rs-theme-dark] .rs-contact-two {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-section-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-section-paragraph {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-call p a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-icon {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-icon i {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input textarea {
  background: #101B30;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input .nice-select {
  color: #CECECE;
  background: #101B30;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-two .rs-contact-form .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-portfolio-six {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-portfolio-six .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-question-area {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-question-area .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-question-area .rs-section-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-question-area .rs-testimonial-six .rs-testimonial-item {
  background: transparent;
}
[rs-theme=rs-theme-dark] .rs-question-area .rs-testimonial-six .rs-testimonial-description p {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-item {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-button:not(.collapsed) {
  color: var(--rs-theme-secondary);
  border-color: rgba(255, 255, 255, 0.06);
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-button:not(.collapsed) .accordion-btn::before, [rs-theme=rs-theme-dark] .accordion-style-three .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-button .accordion-btn::before, [rs-theme=rs-theme-dark] .accordion-style-three .accordion-button .accordion-btn::after {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .accordion-style-three .accordion-body {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-brand-four {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-brand-four .rs-brand-item {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-blog-three {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-blog-three .rs-section-subtitle {
  color: var(--rs-theme-secondary);
}
[rs-theme=rs-theme-dark] .rs-blog-three .rs-blog-content {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-blog-three .rs-blog-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-cta-three {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-footer-one.theme-tertiary-bg {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-banner-eight .rs-banner-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-eight .rs-banner-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-banner-eight .rs-theme-social a {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-banner-eight .rs-theme-social a:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-feature-three {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-about-eight {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-eight {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-services-eight .rs-services-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-eight.has-theme-yellow {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-services-eight.has-theme-yellow .rs-services-item {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-contact-three {
  background: #171E25;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input textarea {
  background: #171E24;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input .nice-select {
  color: #CECECE;
  background: #171E24;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input .nice-select::after {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-white .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input input, [rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input textarea {
  background: #10171E;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input input::placeholder, [rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input textarea::placeholder {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input .nice-select {
  color: #CECECE;
  background: #10171E;
  border: 1px solid transparent;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input .nice-select::after {
  color: #CECECE;
}
[rs-theme=rs-theme-dark] .rs-contact-three.has-bg-black .rs-contact-input .nice-select .list {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-btn.has-white {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-btn.has-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-resume-one {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-resume-one .rs-resume-tab-content {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-resume-one .rs-resume-tab .nav {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-experience-four .rs-experience-top {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-experience-four .rs-experience-item {
  border-color: rgba(255, 255, 255, 0.0509803922);
}
[rs-theme=rs-theme-dark] .rs-experience-four .rs-experience-bottom {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-experience-four .rs-experience-brand-thumb img.has-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-experience-four .rs-experience-brand-thumb img.has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-qualification-two .rs-qualification-content {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-award-one .rs-award-item {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-award-one .rs-award-date {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-nine {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-services-nine .rs-services-item {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-services-nine .rs-services-item:hover {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-services-nine .rs-services-btn .rs-btn.has-transparent {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-nine .rs-services-btn .rs-btn.has-transparent:hover .icon-box svg {
  fill: var(--rs-hover-quaternary);
}
[rs-theme=rs-theme-dark] .rs-services-nine .rs-services-btn .rs-btn.has-transparent .icon-box svg {
  fill: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-portfolio-seven {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-portfolio-seven .rs-portfolio-content {
  background: #101B30;
}
[rs-theme=rs-theme-dark] .rs-portfolio-seven .rs-portfolio-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-about-ten {
  background: #0F2B2D;
}
[rs-theme=rs-theme-dark] .rs-button-wrapper .rs-btn-text {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-skill-five {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-skill-five .progress-number {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-services-ten {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-services-ten .rs-services-item {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-counter-four {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-counter-four .counter-text-title {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-brand-one.rs-theme-green {
  background: #0F2B28;
}
[rs-theme=rs-theme-dark] .rs-footer-one.has-theme-green {
  background: #0F2F2B;
}
[rs-theme=rs-theme-dark] .rs-footer-one.has-theme-green .rs-footer-copyright a:hover {
  color: var(--rs-theme-green);
}
[rs-theme=rs-theme-dark] .rs-footer-one.has-theme-orange {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-footer-one.has-theme-yellow {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-banner-eleven .rs-banner-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-banner-eleven .rs-banner-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-skill-six {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-skill-six .rs-skill-item {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-services-eleven {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-services-eleven .rs-services-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-services-eleven .rs-services-item::before {
  color: var(--rs-white);
  opacity: 0.1;
}
[rs-theme=rs-theme-dark] .rs-about-eleven {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-portfolio-eight {
  background: #171E24;
}
[rs-theme=rs-theme-dark] .rs-about-twelve {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-about-twelve .rs-section-paragraph {
  color: #BEBEBE;
}
[rs-theme=rs-theme-dark] .rs-btn.has-theme-yellow:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-gallery-one {
  background: #141F34;
}
[rs-theme=rs-theme-dark] .rs-why-choose-one {
  background: #182236;
}
[rs-theme=rs-theme-dark] .rs-why-choose-one .accordion-style-two .accordion-button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-why-choose-one .accordion-style-two .accordion-button:not(.collapsed) {
  color: var(--rs-theme-yellow);
}
[rs-theme=rs-theme-dark] .rs-why-choose-one .accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::before, [rs-theme=rs-theme-dark] .rs-why-choose-one .accordion-style-two .accordion-button:not(.collapsed) .accordion-btn::after {
  background: var(--rs-theme-yellow);
}
[rs-theme=rs-theme-dark] .rs-breadcrumb-one .rs-breadcrumb-bg.bg-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-breadcrumb-one .rs-breadcrumb-bg.bg-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-cta-four .rs-cta-bg {
  opacity: 0.5;
}
[rs-theme=rs-theme-dark] .rs-pricing-two {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-pricing-two .rs-pricing-feature ul li {
  color: var(--rs-text-primary);
}
[rs-theme=rs-theme-dark] .rs-pricing-two .rs-pricing-btn .rs-btn.has-white {
  background: var(--rs-white);
  color: var(--rs-black);
}
[rs-theme=rs-theme-dark] .rs-pricing-two .rs-pricing-btn .rs-btn.has-white:hover {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-work-step-one .rs-work-step-wrapper {
  border-color: rgba(255, 255, 255, 0.0588235294);
}
[rs-theme=rs-theme-dark] .rs-work-step-one .rs-work-step-item {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-work-step-one .rs-work-step-shape .has-black {
  display: block;
}
[rs-theme=rs-theme-dark] .rs-work-step-one .rs-work-step-shape .has-white {
  display: none;
}
[rs-theme=rs-theme-dark] .rs-portfolio-details-case-info-wrapper {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-portfolio-details-case-info-wrapper ul li strong {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-postbox-more-navigation {
  border-color: rgba(255, 255, 255, 0.058);
}
[rs-theme=rs-theme-dark] .rs-postbox-content {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-postbox-meta-item .meta-author {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .sidebar-widget {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-theme-social.has-border a {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
[rs-theme=rs-theme-dark] .rs-basic-pagination ul li a {
  border-color: rgba(255, 255, 255, 0.15);
}
[rs-theme=rs-theme-dark] .rs-basic-pagination.has-border-none ul li span a:hover {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .sidebar-search-input input {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .sidebar-search-input input::placeholder {
  color: #bebebe;
}
[rs-theme=rs-theme-dark] .sidebar-search-input button {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .sidebar-widget-content ul li a {
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .sidebar-widget-content ul li a::before {
  border-left: 6px solid white;
  border-right: unset;
}
[rs-theme=rs-theme-dark] .sidebar-widget-content ul li a::after {
  background: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-postbox-quote blockquote {
  background: #10171E;
}
[rs-theme=rs-theme-dark] .rs-postbox-quote blockquote::before {
  opacity: 0.1;
}
[rs-theme=rs-theme-dark] .rs-postbox-quote blockquote cite::before {
  background: rgba(255, 255, 255, 0.2);
}
[rs-theme=rs-theme-dark] .rs-postbox-comment-form .input-box input,
[rs-theme=rs-theme-dark] .rs-postbox-comment-form .input-box textarea {
  background: #10171e;
  color: var(--rs-white);
}
[rs-theme=rs-theme-dark] .rs-postbox-comment-form .input-box input::placeholder,
[rs-theme=rs-theme-dark] .rs-postbox-comment-form .input-box textarea::placeholder {
  color: #BEBEBE;
}

/*----------------------------------------*/
/*  2.2 cursor
/*----------------------------------------*/
.rs-theme-settings-area {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 240px;
  background-color: var(--rs-white);
  transform: translateY(-50%) translateX(100%);
  z-index: 991;
  border-bottom-right-radius: 4px;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s 0s ease-out;
}
.rs-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-gear {
  opacity: 0;
}
.rs-theme-settings-area.settings-opened .rs-theme-settings-close {
  opacity: 1;
}
.rs-theme-settings-open {
  position: absolute;
  top: -1px;
  right: 100%;
}
.rs-theme-settings-open button {
  background-color: var(--rs-theme-primary);
  border: 1px solid var(--rs-theme-primary);
  border-inline-end: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  color: var(--rs-white);
  position: relative;
  border-start-start-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
}
.rs-theme-settings-gear {
  display: inline-block;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rs-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
[dir=rtl] .rs-theme-settings-close {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}
.rs-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--rs-black);
}
.rs-theme-wrapper {
  padding: 20px 30px 30px;
}
.rs-theme-toggle {
  text-align: center;
}
.rs-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-theme-primary);
  padding: 4px;
  border-radius: 20px;
}
.rs-theme-toggle-light, .rs-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rs-theme-toggle input {
  display: none;
}
.rs-theme-toggle:hover {
  cursor: pointer;
}
.rs-theme-toggle label {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-toggle label:hover {
  cursor: pointer;
}
.rs-theme-toggle #rs-theme-toggler {
  display: none;
}
.rs-theme-toggle #rs-theme-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-toggle-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  background-color: var(--rs-black);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}
.rs-theme-dir {
  text-align: center;
}
.rs-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: var(--rs-theme-primary);
  padding: 4px;
  border-radius: 20px;
}
.rs-theme-dir-ltr, .rs-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}
.rs-theme-dir input {
  display: none;
}
.rs-theme-dir:hover {
  cursor: pointer;
}
.rs-theme-dir label {
  color: var(--rs-white);
  font-size: 14px;
  font-weight: 500;
}
.rs-theme-dir label:hover {
  cursor: pointer;
}
.rs-theme-dir #rs-dir-toggler {
  display: none;
}
.rs-theme-dir #rs-dir-toggler:checked + i {
  inset-inline-end: calc(50% - 4px);
}
.rs-theme-dir-slide {
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  background-color: var(--rs-black);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.5.1 Header Style 1
/*----------------------------------------*/
.rs-header-logo img {
  max-width: 110px;
}

.logo-white {
  display: none;
}

.rs-header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-header-left {
    gap: 0 10px;
  }
}

.rs-header-right {
  display: flex;
  align-items: center;
  gap: 0 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-header-right {
    gap: 0 20px;
  }
}

.rs-header-shop {
  display: flex;
  align-items: center;
}
.rs-header-shop-icon {
  color: var(--rs-theme-primary);
  font-size: 20px;
  position: relative;
}
.rs-header-shop-icon:first-child {
  padding-inline-end: 20px;
  margin-inline-end: 20px;
}
.rs-header-shop-icon:first-child::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0px;
  background-color: var(--rs-border-primary);
}
.rs-header-shop .item-number {
  position: absolute;
  right: -10px;
  top: -9px;
  width: 20px;
  height: 20px;
  background-color: var(--rs-theme-primary);
  color: var(--rs-white);
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 14px;
}

/*----------------------------------------*/
/*  3.5.4 Header Common Style 
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-header-area {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-header-area {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-header-area {
    padding: 12px 0;
  }
}
@media (max-width: 575px) {
  .rs-header-area {
    padding: 18px 0 18px;
  }
}
.rs-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.rs-header-menu {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-header-menu {
    display: none;
  }
}
.rs-header-menu ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
.rs-header-category {
  position: relative;
}
.rs-header-category:hover .rs-category-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.rs-category-btn {
  padding: 28px 0px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--rs-theme-black);
  cursor: pointer;
  transition: all linear 0.3s;
}
.rs-category-btn:hover {
  color: var(--rs-theme-primary);
}
.rs-category-dropdown {
  min-width: 250px;
  background-color: var(--rs-bg-primary);
  padding: 10px 0;
  transition: 0.3s;
  border-radius: 3px;
  z-index: 1001;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
}
.rs-category-dropdown ul li {
  position: relative;
  list-style: none;
}
.rs-category-dropdown ul li a {
  display: block;
  padding: 15px 20px;
  position: relative;
  color: var(--rs-theme-black);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.rs-category-dropdown ul li:hover .rs-category-submenu {
  opacity: 1;
  visibility: visible;
}
.rs-category-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 250px;
  min-height: 100%;
  background: var(--rs-bg-primary);
  opacity: 0;
  padding: 5px 0;
  visibility: hidden;
  border-radius: 6px;
  transition: all 0.3s linear;
}
.rs-category-children {
  position: relative;
}
.rs-category-children::after {
  position: absolute;
  content: "\f105";
  right: 20px;
  top: 12px;
  font-family: var(--rs-ff-fontawesome);
}

.rs-sticky {
  position: fixed !important;
  top: 0;
  z-index: 55;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--rs-white);
  border-top: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.rs-header-hamburger {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-header-hamburger {
    display: block;
  }
}

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

.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 {
  padding-top: 250px;
  padding-bottom: 130px;
}
.rs-banner-one .rs-banner-bg.bg-black {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-one {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-one {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-one {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-one {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
.rs-banner-one .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rs-banner-one .rs-banner-content {
  position: relative;
  z-index: 3;
}
.rs-banner-one .rs-banner-title {
  font-size: 90px;
  line-height: 1.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-one .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-one .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-one .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-one .rs-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-one .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-one .rs-banner-description {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  margin: 20px 0 50px 0;
}
@media (max-width: 575px) {
  .rs-banner-one .rs-banner-description {
    font-size: 18px;
  }
}
.rs-banner-one .rs-banner-shape {
  position: absolute;
  top: 35px;
  inset-inline-end: 370px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-one .rs-banner-shape {
    top: 25px;
    inset-inline-end: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-one .rs-banner-shape {
    top: 20px;
    inset-inline-end: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-one .rs-banner-shape {
    top: 10px;
    inset-inline-end: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-one .rs-banner-shape {
    top: 7px;
    inset-inline-end: 30px;
  }
}
@media (max-width: 575px) {
  .rs-banner-one .rs-banner-shape {
    display: none;
  }
}
.rs-banner-one .rs-banner-shape img {
  animation: leftright 2s alternate infinite;
  -webkit-animation: leftright 2s alternate infinite;
}
.rs-banner-one .rs-banner-shape-two {
  width: 150px;
  inset-inline-start: 39%;
  position: absolute;
  bottom: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-one .rs-banner-shape-two {
    inset-inline-start: 50%;
    bottom: 90px;
  }
}
@media (max-width: 575px) {
  .rs-banner-one .rs-banner-shape-two {
    inset-inline-start: 60%;
  }
}
@media (max-width:450px) {
  .rs-banner-one .rs-banner-shape-two {
    display: none;
  }
}
.rs-banner-one .rs-banner-shape-three {
  position: absolute;
  inset-inline-end: 220px;
  width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-one .rs-banner-shape-three {
    inset-inline-end: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-one .rs-banner-shape-three {
    display: none;
  }
}
.rs-banner-one .rs-banner-thumb {
  margin-top: -360px;
  margin-inline-end: -140px;
  position: relative;
  display: flex;
  justify-content: end;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-banner-one .rs-banner-thumb {
    margin-inline-end: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-one .rs-banner-thumb {
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-one .rs-banner-thumb {
    margin-inline-end: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-one .rs-banner-thumb {
    margin-top: 0;
    margin-inline-end: 0px;
    margin-inline-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-one .rs-banner-thumb {
    margin-top: 0;
    margin-inline-end: 0px;
    margin-inline-start: 70px;
  }
}
@media (max-width:450px) {
  .rs-banner-one .rs-banner-thumb {
    margin-inline-start: 0px;
  }
}
.rs-banner-one .rs-banner-thumb img {
  width: 517px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-one .rs-banner-thumb img {
    width: 100%;
  }
}
.rs-banner-one .rs-banner-thumb .rs-banner-exp {
  background: var(--rs-theme-primary);
  position: absolute;
  inset-inline-end: 450px;
  top: 50%;
  border-radius: 100px 100px 100px 100px;
  height: 180px;
  width: 140px;
  padding: 32px 26px 35px 26px;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 6px 6px 8px 0px rgba(10, 50, 32, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-one .rs-banner-thumb .rs-banner-exp {
    inset-inline-end: auto;
    inset-inline-start: -70px;
  }
}
@media (max-width:450px) {
  .rs-banner-one .rs-banner-thumb .rs-banner-exp {
    display: none;
  }
}
.rs-banner-one .rs-banner-thumb .rs-banner-exp p {
  color: var(--rs-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.rs-banner-one .rs-banner-thumb .rs-banner-exp-title {
  font-size: 48px;
  color: var(--rs-white);
  margin-bottom: 5px;
}
.rs-banner-one .rs-theme-social {
  margin-top: 60px;
}

.cd-headline.slide {
  background-color: var(--rs-theme-primary);
  border-radius: 50px 50px 50px 50px;
  color: var(--rs-white);
  padding: 12px 35px 12px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .cd-headline.slide {
    padding: 10px 20px 10px 20px;
  }
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

.cd-words-wrapper {
  position: relative;
  text-align: left;
  line-height: 0.9;
  overflow: hidden;
  display: inline-block;
  width: 100% !important;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
/*----------------------------------------*/
/*  3.1.2 banner Style 2
/*----------------------------------------*/
.rs-banner-two {
  overflow-x: clip;
  padding-top: 70px;
}
.rs-banner-two .banner-shape-two {
  width: 50px;
  position: absolute;
  top: 60px;
  left: 120px;
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-two .banner-shape-two {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-two .banner-shape-two {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .banner-shape-two {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-banner-two {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-two {
    padding-top: 60px;
  }
}
.rs-banner-two .rs-banner-top {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-top {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-two .rs-banner-top {
    padding-bottom: 35px;
  }
}
.rs-banner-two .rs-banner-content {
  margin-inline-start: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-content {
    margin-inline-start: 0;
  }
}
.rs-banner-two .banner-shape-one {
  position: absolute;
  z-index: -1;
  top: 40px;
  inset-inline-end: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-two .banner-shape-one {
    top: 20px;
    width: 450px;
    inset-inline-end: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-two .banner-shape-one {
    top: 10px;
    width: 370px;
    inset-inline-end: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-two .banner-shape-one {
    top: 15px;
    width: 280px;
    inset-inline-end: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-two .banner-shape-one {
    top: 5px;
    width: 210px;
    inset-inline-end: 25px;
  }
}
@media (max-width: 575px) {
  .rs-banner-two .banner-shape-one {
    top: 5px;
    width: 150px;
    inset-inline-end: unset;
  }
}
@media (max-width:450px) {
  .rs-banner-two .banner-shape-one {
    top: 5px;
    width: 120px;
  }
}
.rs-banner-two .rs-banner-title {
  font-size: 200px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-two .rs-banner-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-two .rs-banner-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-two .rs-banner-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-two .rs-banner-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .rs-banner-two .rs-banner-title {
    font-size: 50px;
  }
}
@media (max-width:450px) {
  .rs-banner-two .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-two .rs-banner-thumb {
  transform: rotate(-13deg);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-thumb {
    transform: rotate(0);
  }
}
.rs-banner-two .rs-banner-thumb img {
  width: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-thumb img {
    width: 100%;
  }
}
.rs-banner-two .rs-banner-thumb:hover {
  transform: rotate(0);
}
.rs-banner-two .rs-banner-small-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-small-title {
    font-size: 35px;
  }
}
@media (max-width:450px) {
  .rs-banner-two .rs-banner-small-title {
    font-size: 25px;
  }
}
.rs-banner-two .rs-banner-small-title .cd-headline.slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-primary);
  padding: 0;
}
.rs-banner-two .rs-banner-description {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-two .rs-banner-description {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .rs-banner-two .rs-banner-description {
    font-size: 18px;
  }
}
.rs-banner-two .rs-banner-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.rs-banner-two .rs-banner-social-wrapper {
  position: relative;
  padding-inline-start: 30px;
  padding-top: 5px;
}
.rs-banner-two .rs-banner-social-wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 75px;
  background: var(--rs-border-primary);
  top: 0;
  inset-inline-start: 0;
}
.rs-banner-two .rs-banner-social-title {
  color: var(--rs-text-primary);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}
.rs-banner-two .rs-theme-social a {
  color: var(--rs-text-primary);
  font-size: 18px;
  background-color: transparent;
  transition: all 0.3s ease 0s;
  display: unset;
  width: unset;
  height: unset;
}
.rs-banner-two .rs-theme-social a:hover {
  transform: translate(0, -5%);
  color: var(--rs-theme-primary);
}

/*----------------------------------------*/
/*  3.1.3 banner Style 3
/*----------------------------------------*/
.rs-banner-three {
  z-index: 1;
  padding-top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-three {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-three {
    padding-top: 130px;
  }
}
.rs-banner-three .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rs-banner-three .rs-banner-title {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-three .rs-banner-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-three .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-three .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-three .rs-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-three .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-three .rs-banner-content {
  text-align: center;
}
.rs-banner-three .thumb-first {
  width: 90px;
  margin: -20px 20px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-three .thumb-first {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-three .thumb-first {
    width: 45px;
    margin: -10px 20px 0px 0px;
  }
}
.rs-banner-three .thumb-second {
  border-radius: 100px 100px 100px 100px;
  margin: -20px 20px 0 -5px;
  width: 230px;
  height: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-three .thumb-second {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-three .thumb-second {
    margin: -10px 10px 0 0px;
    height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-three .thumb-second {
    margin: -10px 10px 0 0px;
    height: 45px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .rs-banner-three .thumb-second {
    margin: -10px 10px 0 0px;
    height: 40px;
    width: 150px;
  }
}
.rs-banner-three .rs-banner-video-inner {
  padding-top: 30px;
}
.rs-banner-three .rs-banner-video-inner video {
  width: 100%;
  border-radius: 30px 30px 30px 30px;
  height: 630px;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-three .rs-banner-video-inner video {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-three .rs-banner-video-inner video {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-three .rs-banner-video-inner video {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .rs-banner-three .rs-banner-video-inner video {
    height: 250px;
  }
}

/*----------------------------------------*/
/*  3.1.4 Banner Style 4
/*----------------------------------------*/
.rs-banner-four {
  min-height: 960px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four {
    min-height: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-four {
    min-height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four {
    min-height: 750px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-four {
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .rs-banner-four {
    min-height: 630px;
  }
}
.rs-banner-four .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.rs-banner-four .rs-banner-shape {
  position: absolute;
  z-index: 1;
  top: 38%;
  left: -23%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .rs-banner-shape {
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .rs-banner-shape .shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .rs-banner-shape .shape-2 {
    display: none;
  }
}
.rs-banner-four .rs-banner-shape .shape-3 {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .rs-banner-shape .shape-3 {
    display: none;
  }
}
.rs-banner-four .rs-banner-shape-two {
  position: absolute;
  top: 170px;
  left: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-four .rs-banner-shape-two {
    top: 120px;
    left: 55px;
  }
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-shape-two {
    display: none;
  }
}
.rs-banner-four .rs-banner-shape-two img {
  width: 20px;
  animation: rs-vertical 3s alternate infinite;
  -webkit-animation: rs-vertical 3s alternate infinite;
}
.rs-banner-four .rs-banner-shape-three {
  position: absolute;
  bottom: 125px;
  right: 60px;
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-shape-three {
    display: none;
  }
}
.rs-banner-four .rs-banner-shape-three img {
  width: 20px;
  animation: rs-vertical 3s alternate infinite;
  -webkit-animation: rs-vertical 3s alternate infinite;
}
.rs-banner-four .rs-banner-thumb {
  position: absolute;
  inset-inline-start: 33%;
  bottom: -20px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four .rs-banner-thumb {
    inset-inline-start: 27%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .rs-banner-thumb {
    inset-inline-start: 50%;
  }
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-thumb {
    inset-inline-start: 15%;
  }
}
@media (max-width:450px) {
  .rs-banner-four .rs-banner-thumb {
    inset-inline-start: 3%;
  }
}
.rs-banner-four .rs-banner-thumb img {
  width: 570px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four .rs-banner-thumb img {
    width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-four .rs-banner-thumb img {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-four .rs-banner-thumb img {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-thumb img {
    width: 350px;
  }
}
.rs-banner-four .rs-banner-content {
  padding: 170px 0 10px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four .rs-banner-content {
    padding: 140px 0 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .rs-banner-content {
    padding: 130px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .rs-banner-content {
    padding: 120px 0 10px 0;
  }
}
.rs-banner-four .rs-banner-content-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.rs-banner-four .rs-stroke-text {
  display: block;
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-four .rs-stroke-text {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .rs-stroke-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-four .rs-stroke-text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-four .rs-stroke-text {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width:450px) {
  .rs-banner-four .rs-stroke-text {
    font-size: 25px;
  }
}
.rs-banner-four .rs-banner-title {
  font-size: 153px;
  text-transform: uppercase;
  letter-spacing: 3.7px;
  font-weight: 800;
  line-height: 1.17;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four .rs-banner-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-four .rs-banner-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-four .rs-banner-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-title {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .rs-banner-four .rs-banner-title {
    font-size: 30px;
  }
}
.rs-banner-four .description {
  padding: 20px 30px 20px 30px;
  background: var(--rs-white);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 21px 32px 0px rgba(113, 76, 76, 0.05);
  color: var(--rs-title-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .description {
    display: none;
  }
}
.rs-banner-four .description.one {
  max-width: 345px;
}
.rs-banner-four .description.two {
  max-width: 305px;
}
.rs-banner-four .description.three {
  max-width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-four .description.three {
    display: none;
  }
}
.rs-banner-four .rs-banner-social {
  margin-top: 60px;
}
@media (max-width: 575px) {
  .rs-banner-four .rs-banner-social {
    display: none;
  }
}
.rs-banner-four .rs-banner-right {
  margin-top: 45px;
}
.rs-banner-four .rs-banner-btn {
  margin-top: 90px;
  margin-inline-start: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-four .rs-banner-btn {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-four .rs-banner-btn {
    margin-inline-start: 0px;
  }
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 5
/*----------------------------------------*/
.rs-banner-five {
  padding-top: 210px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-five {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.rs-banner-five .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-five .rs-banner-shape-one {
  position: absolute;
  right: 45%;
  top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape-one {
    right: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five .rs-banner-shape-one {
    display: none;
  }
}
.rs-banner-five .rs-banner-shape-one img {
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
}
.rs-banner-five .rs-banner-shape-two {
  position: absolute;
  right: 100px;
  top: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape-two {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-banner-shape-two {
    display: none;
  }
}
.rs-banner-five .rs-banner-shape-two img {
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
}
.rs-banner-five .rs-banner-shape-three {
  position: absolute;
  position: absolute;
  bottom: 190px;
  right: 47%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-five .rs-banner-shape-three {
    right: 41%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape-three {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five .rs-banner-shape-three {
    display: none;
  }
}
.rs-banner-five .rs-banner-shape-three img {
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
}
.rs-banner-five .rs-banner-shape-four {
  position: absolute;
  right: 210px;
  bottom: 170px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-banner-five .rs-banner-shape-four {
    right: 80px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-five .rs-banner-shape-four {
    right: 50px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape-four {
    right: 60px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-shape-four {
    right: 60px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five .rs-banner-shape-four {
    display: none;
  }
}
.rs-banner-five .rs-banner-shape-four img {
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
}
.rs-banner-five .rs-banner-title {
  font-size: 72px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-five .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-five .rs-banner-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-five .rs-banner-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-banner-title {
    font-size: 30px;
  }
}
.rs-banner-five .rs-mark-text {
  display: inline-flex;
  font-size: 90px;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-five .rs-mark-text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-mark-text {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-five .rs-mark-text {
    font-size: 60px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-five .rs-mark-text {
    font-size: 50px;
    display: block;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-mark-text {
    font-size: 40px;
    display: block;
  }
}
.rs-banner-five .rs-title-slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-primary);
  padding: 0;
  font-size: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-five .rs-title-slide {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-title-slide {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-five .rs-title-slide {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-five .rs-title-slide {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-title-slide {
    font-size: 40px;
  }
}
.rs-banner-five .rs-title-slide b {
  line-height: 1.2;
}
.rs-banner-five .rs-banner-description p {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-five .rs-banner-description p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-banner-description p {
    font-size: 18px;
  }
}
.rs-banner-five .rs-banner-info-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0 50px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-five .rs-banner-info-btn {
    margin: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five .rs-banner-info-btn {
    margin: 30px 0 30px 0;
  }
}
.rs-banner-five .rs-client-meta {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-five .rs-client-meta br {
    display: none;
  }
}
@media (max-width: 575px) {
  .rs-banner-five .rs-client-meta {
    flex-wrap: wrap;
  }
}
.rs-banner-five .rs-client-meta-text p {
  font-weight: 600;
  color: var(--rs-black);
}
.rs-banner-five .rs-banner-thumb {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-five .rs-banner-thumb {
    margin-left: 0;
  }
}
.rs-banner-five .rs-banner-thumb img {
  width: 100%;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 6
/*----------------------------------------*/
.rs-banner-six {
  padding-top: 250px;
  padding-bottom: 130px;
}
.rs-banner-six .rs-banner-bg.bg-black {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-six {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-six {
    padding-top: 180px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-six {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-six {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.rs-banner-six .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-six .rs-banner-shape-two {
  position: absolute;
  left: 50%;
  bottom: -20px;
}
.rs-banner-six .rs-banner-shape-two img {
  animation: rs-vertical 3s alternate infinite;
  -webkit-animation: rs-vertical 3s alternate infinite;
}
.rs-banner-six .rs-banner-shape {
  max-width: 110px;
  position: absolute;
  inset-inline-start: 220px;
  bottom: 120px;
}
.rs-banner-six .rs-section-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--rs-theme-primary);
  padding: 10px 19px;
  background-color: rgba(87, 119, 255, 0.07);
  border-radius: 30px 30px 30px 30px;
  display: inline-flex;
  align-items: center;
  text-transform: unset;
  letter-spacing: unset;
  justify-content: unset;
  height: 40px;
}
.rs-banner-six .rs-section-subtitle img {
  width: 18px;
}
.rs-banner-six .rs-banner-title {
  font-size: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-six .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-six .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-six .rs-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-six .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-six .rs-title-slide {
  font-size: 70px;
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-primary);
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-six .rs-title-slide {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-six .rs-title-slide {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rs-banner-six .rs-title-slide {
    font-size: 30px;
  }
}
.rs-banner-six .rs-title-slide b {
  line-height: 1.28;
}
.rs-banner-six .rs-banner-description {
  margin: 20px 0 40px 0;
  max-width: 600px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-six .rs-banner-description {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-six .rs-banner-description {
    max-width: 100%;
  }
}
.rs-banner-six .rs-banner-description p {
  font-size: 20px;
  line-height: 1.5;
}
.rs-banner-six .rs-banner-thumb {
  position: relative;
  width: 600px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-six .rs-banner-thumb {
    width: 100%;
  }
}
.rs-banner-six .rs-banner-thumb img {
  width: 100%;
  border-radius: 100% 100% 100% 100%;
}
.rs-banner-six .rs-banner-exp {
  background: var(--rs-theme-primary);
  position: absolute;
  inset-inline-end: 340px;
  bottom: -140px;
  border-radius: 100px 100px 100px 100px;
  height: 180px;
  width: 180px;
  padding: 32px 26px 35px 26px;
  text-align: center;
  transform: translateY(-50%);
  box-shadow: 6px 6px 8px 0px rgba(10, 50, 32, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-six .rs-banner-exp {
    inset-inline-end: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-six .rs-banner-exp {
    inset-inline-end: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-six .rs-banner-exp {
    inset-inline-end: 450px;
  }
}
@media (max-width: 575px) {
  .rs-banner-six .rs-banner-exp {
    inset-inline-end: 250px;
  }
}
@media (max-width:450px) {
  .rs-banner-six .rs-banner-exp {
    inset-inline-end: 140px;
    height: 150px;
    width: 150px;
    padding: 22px 26px 35px 26px;
    bottom: -100px;
  }
}
.rs-banner-six .rs-banner-exp p {
  color: var(--rs-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.rs-banner-six .rs-banner-exp-title {
  font-size: 48px;
  color: var(--rs-white);
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .rs-banner-six .rs-banner-exp-title {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 7
/*----------------------------------------*/
.rs-banner-seven {
  padding-top: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-seven {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-seven {
    padding-top: 145px;
  }
}
.rs-banner-seven .rs-banner-bg.bg-black {
  display: none;
}
.rs-banner-seven .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-seven .rs-banner-content {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-seven .rs-banner-content {
    padding-top: 0px;
  }
}
.rs-banner-seven .rs-section-subtitle {
  display: inline-flex;
  border: 1px solid rgba(21, 42, 64, 0.7);
  padding: 5px 20px 5px 20px;
  border-radius: 100px;
  height: 36px;
  color: var(--rs-title-secondary);
  margin: 0;
}
.rs-banner-seven .rs-section-subtitle img {
  width: 24px;
  height: 24px;
  object-fit: unset;
}
.rs-banner-seven .rs-section-subtitle img.has-dark {
  display: none;
}
.rs-banner-seven .rs-banner-title-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.rs-banner-seven .rs-banner-title {
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--rs-title-secondary);
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .rs-banner-seven .rs-banner-title {
    font-size: 45px;
  }
}
.rs-banner-seven .rs-banner-small-title {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--rs-title-secondary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-seven .rs-banner-small-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rs-banner-seven .rs-banner-small-title {
    font-size: 30px;
  }
}
@media (max-width:450px) {
  .rs-banner-seven .rs-banner-small-title {
    font-size: 25px;
  }
}
.rs-banner-seven .rs-banner-stroke-title {
  font-size: 100px;
  font-weight: 500;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-title-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-seven .rs-banner-stroke-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-stroke-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-seven .rs-banner-stroke-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-seven .rs-banner-stroke-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .rs-banner-seven .rs-banner-stroke-title {
    font-size: 45px;
  }
}
.rs-banner-seven .rs-banner-description {
  margin: 15px 0 40px 0;
}
.rs-banner-seven .rs-banner-description p {
  font-size: 20px;
  font-weight: 500;
  color: var(--rs-title-secondary);
}
.rs-banner-seven .rs-banner-thumb {
  position: relative;
  z-index: 1;
}
.rs-banner-seven .rs-banner-thumb img {
  width: 640px;
  height: 780px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-seven .rs-banner-thumb img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-seven .rs-banner-thumb img {
    height: 100%;
    width: 100%;
  }
}
.rs-banner-seven .rs-banner-shape {
  position: absolute;
  bottom: 50px;
  z-index: -1;
  inset-inline-start: 105px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-seven .rs-banner-shape {
    inset-inline-start: 10px;
  }
}
@media (max-width: 575px) {
  .rs-banner-seven .rs-banner-shape {
    inset-inline-start: -20px;
  }
}
.rs-banner-seven .rs-banner-shape img {
  width: 480px;
  height: auto;
  animation: rs-scale-two 1s alternate infinite;
  -webkit-animation: rs-scale-two 1s alternate infinite;
  animation-duration: 2.1s;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 8
/*----------------------------------------*/
.rs-banner-eight {
  padding-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-content-wrapper {
    padding-top: 30px;
  }
}
.rs-banner-eight .rs-banner-bg.bg-black {
  display: none;
}
.rs-banner-eight .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-eight .rs-banner-subtitle {
  font-size: 18px;
  color: var(--rs-theme-primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block;
}
.rs-banner-eight .rs-banner-title {
  font-size: 72px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eight .rs-banner-title {
    font-size: 30px;
  }
}
.rs-banner-eight .rs-mark-text {
  display: inline-flex;
  font-size: 90px;
  gap: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 60px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 50px;
    display: block;
  }
}
@media (max-width: 575px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 40px;
    display: block;
  }
}
@media (max-width:450px) {
  .rs-banner-eight .rs-mark-text {
    font-size: 30px;
    display: block;
  }
}
.rs-banner-eight .rs-title-slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-primary);
  padding: 0;
  font-size: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .rs-banner-eight .rs-title-slide {
    font-size: 30px;
  }
}
.rs-banner-eight .rs-title-slide b {
  line-height: 1.2;
}
.rs-banner-eight .rs-banner-description p {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eight .rs-banner-description p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eight .rs-banner-description p {
    font-size: 18px;
  }
}
.rs-banner-eight .rs-banner-info-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0 50px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eight .rs-banner-info-btn {
    margin: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-eight .rs-banner-info-btn {
    margin: 30px 0 30px 0;
  }
}
.rs-banner-eight .rs-client-meta {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eight .rs-client-meta br {
    display: none;
  }
}
@media (max-width: 575px) {
  .rs-banner-eight .rs-client-meta {
    flex-wrap: wrap;
  }
}
.rs-banner-eight .rs-client-meta-text p {
  font-weight: 600;
  color: var(--rs-black);
}
.rs-banner-eight .rs-banner-thumb {
  width: 580px;
  margin-inline-start: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-eight .rs-banner-thumb {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-eight .rs-banner-thumb {
    width: 100%;
  }
}
.rs-banner-eight .rs-banner-thumb img {
  width: 100%;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 8
/*----------------------------------------*/
.rs-banner-nine {
  padding: 110px 0 0;
  overflow-x: clip;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-nine {
    padding: 140px 0 0;
  }
}
@media (max-width: 575px) {
  .rs-banner-nine {
    padding: 130px 0 0;
  }
}
.rs-banner-nine .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-nine .rs-banner-subtitle {
  font-size: 30px;
  color: var(--rs-text-tertiary);
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-nine .rs-banner-subtitle {
    font-size: 25px;
  }
}
.rs-banner-nine .rs-banner-title {
  font-size: 90px;
  color: var(--rs-white);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-banner-nine .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-nine .rs-banner-description {
  margin: 30px 0 40px;
  max-width: 570px;
}
.rs-banner-nine .rs-banner-description p {
  color: rgba(255, 255, 255, 0.78);
}
.rs-banner-nine .rs-banner-thumb {
  width: 744px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-nine .rs-banner-thumb {
    width: 600px;
    transform: translateX(-15%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-nine .rs-banner-thumb {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-nine .rs-banner-thumb {
    width: 100%;
  }
}
.rs-banner-nine .rs-banner-thumb img {
  width: 100%;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 10
/*----------------------------------------*/
.rs-banner-ten .rs-banner-content {
  padding-top: 300px;
  padding-bottom: 220px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-ten .rs-banner-content {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-ten .rs-banner-content {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-ten .rs-banner-content {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-ten .rs-banner-content {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .rs-banner-ten .rs-banner-content {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
.rs-banner-ten .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-ten .rs-banner-subtitle {
  font-size: 30px;
  color: var(--rs-theme-green);
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-inline-start: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-ten .rs-banner-subtitle {
    margin-inline-start: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-ten .rs-banner-subtitle {
    font-size: 25px;
    margin-bottom: 15px;
    margin-inline-start: 10px;
  }
}
.rs-banner-ten .rs-banner-title {
  font-size: 120px;
  line-height: 0.85;
  color: var(--rs-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media (max-width:450px) {
  .rs-banner-ten .rs-banner-title {
    font-size: 45px;
  }
}
.rs-banner-ten .rs-title-slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-white);
  padding: 0;
  font-size: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-ten .rs-title-slide {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-ten .rs-title-slide {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-ten .rs-title-slide {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rs-banner-ten .rs-title-slide {
    font-size: 30px;
  }
}
.rs-banner-ten .rs-title-slide b {
  line-height: 1.2;
}
.rs-banner-ten .rs-banner-description {
  margin: 40px 0 40px;
  max-width: 700px;
}
.rs-banner-ten .rs-banner-description p {
  color: rgba(255, 255, 255, 0.83);
  font-size: 20px;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 11
/*----------------------------------------*/
.rs-banner-eleven {
  overflow-x: clip;
}
.rs-banner-eleven .rs-banner-bg.bg-black {
  display: none;
}
.rs-banner-eleven .rs-banner-wrapper {
  padding-top: 180px;
  padding-bottom: 190px;
  padding-left: 120px;
  padding-right: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eleven .rs-banner-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eleven .rs-banner-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eleven .rs-banner-wrapper {
    padding-top: 140px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-banner-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-banner-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.rs-banner-eleven .rs-banner-content {
  position: relative;
  z-index: 2;
}
.rs-banner-eleven .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-eleven .rs-banner-title {
  font-size: 65px;
  line-height: 1.4;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-banner-eleven .rs-banner-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eleven .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-banner-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-eleven .rs-banner-border {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--rs-theme-orange);
  border-radius: 30px 30px 30px 30px;
  padding-block-start: 25px;
  padding-block-end: 25px;
  display: inline-flex;
  width: 240px;
  align-items: center;
  transform: translateY(4px);
  margin-left: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eleven .rs-banner-border {
    width: 190px;
    transform: translateY(9px);
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eleven .rs-banner-border {
    width: 150px;
    transform: translateY(11px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eleven .rs-banner-border {
    transform: translateY(9px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-banner-border {
    transform: translateY(10px);
    width: 150px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-banner-border {
    display: none;
  }
}
.rs-banner-eleven .rs-title-slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-orange);
  padding: 0;
}
.rs-banner-eleven .rs-title-slide b {
  line-height: 1.2;
}
.rs-banner-eleven .rs-banner-description {
  max-width: 600px;
  margin: 10px 0 40px;
}
.rs-banner-eleven .rs-banner-description p {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-banner-description p {
    font-size: 18px;
  }
}
.rs-banner-eleven .rs-banner-thumb {
  width: 830px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-banner-eleven .rs-banner-thumb {
    width: 750px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eleven .rs-banner-thumb {
    width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eleven .rs-banner-thumb {
    width: 500px;
    transform: translateX(-10%) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-eleven .rs-banner-thumb {
    width: 100%;
  }
}
.rs-banner-eleven .rs-banner-thumb img {
  width: 100%;
}
.rs-banner-eleven .rs-shape-one {
  width: 150px;
  position: absolute !important;
  top: 35px !important;
  left: 180px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-banner-eleven .rs-shape-one {
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-eleven .rs-shape-one {
    width: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eleven .rs-shape-one {
    width: 80px;
    left: 120px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eleven .rs-shape-one {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-shape-one {
    width: 80px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-shape-one {
    width: 60px;
    top: 35px !important;
    left: 80px !important;
  }
}
.rs-banner-eleven .rs-shape-one img {
  animation: rs-scale-two 1s alternate infinite;
}
.rs-banner-eleven .rs-shape-two {
  position: absolute;
  right: 0;
  bottom: 260px;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-banner-eleven .rs-shape-two {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-shape-two {
    bottom: 120px;
  }
}
.rs-banner-eleven .rs-shape-two img {
  animation: rs-vertical 1s alternate infinite;
}
.rs-banner-eleven .rs-shape-three {
  position: absolute;
  right: 250px;
  bottom: 80px;
  width: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-eleven .rs-shape-three {
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-eleven .rs-shape-three {
    right: 450px;
    bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-eleven .rs-shape-three {
    bottom: 40px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .rs-banner-eleven .rs-shape-three {
    right: 120px;
    bottom: 40px;
    width: 70px;
  }
}
.rs-banner-eleven .rs-shape-three img {
  animation: rs-scale 1s alternate infinite;
}
.rs-banner-eleven .rs-shape-four {
  position: absolute;
  left: 570px;
  bottom: 0px;
  width: 165px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-eleven .rs-shape-four {
    display: none;
  }
}
.rs-banner-eleven .rs-shape-four img {
  animation-name: rs-head-move;
  -webkit-animation-name: rs-head-move;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-direction: linear;
  -webkit-animation-direction: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

/*----------------------------------------*/
/*  3.1.5 Banner Style 5
/*----------------------------------------*/
.rs-banner-twelve {
  padding-top: 180px;
  overflow-x: clip;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-twelve {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-twelve {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-twelve {
    padding-top: 160px;
  }
}
@media (max-width: 575px) {
  .rs-banner-twelve {
    padding-top: 130px;
  }
}
.rs-banner-twelve .rs-banner-content {
  margin-inline-end: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-twelve .rs-banner-content {
    margin-inline-end: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-twelve .rs-banner-content {
    margin-inline-end: 0px;
  }
}
.rs-banner-twelve .rs-banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner-twelve .rs-banner-subtitle {
  font-size: 18px;
  color: var(--rs-theme-yellow);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 3px;
  display: inline-block;
}
.rs-banner-twelve .rs-banner-title {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: var(--rs-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-twelve .rs-banner-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-twelve .rs-banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-twelve .rs-banner-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .rs-banner-twelve .rs-banner-title {
    font-size: 40px;
  }
}
.rs-banner-twelve .rs-title-slide {
  background-color: unset;
  border-radius: unset;
  color: var(--rs-theme-yellow);
  padding: 0;
  font-size: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-twelve .rs-title-slide {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-twelve .rs-title-slide {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-twelve .rs-title-slide {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .rs-banner-twelve .rs-title-slide {
    font-size: 30px;
  }
}
.rs-banner-twelve .rs-title-slide b {
  line-height: 1.2;
}
.rs-banner-twelve .rs-banner-description {
  max-width: 90%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-twelve .rs-banner-description {
    max-width: 100%;
  }
}
.rs-banner-twelve .rs-banner-description p {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-banner-twelve .rs-banner-description p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .rs-banner-twelve .rs-banner-description p {
    font-size: 18px;
  }
}
.rs-banner-twelve .rs-banner-info-btn {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0 50px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-banner-twelve .rs-banner-info-btn {
    margin: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-twelve .rs-banner-info-btn {
    margin: 30px 0 30px 0;
  }
}
.rs-banner-twelve .rs-banner-thumb {
  margin-inline-start: -80px;
  width: 640px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-banner-twelve .rs-banner-thumb {
    width: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-banner-twelve .rs-banner-thumb {
    width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-banner-twelve .rs-banner-thumb {
    width: 100%;
    margin-inline-start: 0px;
  }
}
.rs-banner-twelve .rs-banner-thumb img {
  width: 100%;
}
.rs-banner-twelve .rs-banner-social a {
  color: var(--rs-white);
  background: #252D3D;
}
.rs-banner-twelve .rs-banner-social a:hover {
  background: var(--rs-theme-yellow);
  color: #252D3D;
}

/* Menu index */
.main-menu ul li.active > a {
  color: var(--rs-theme-primary);
}
.main-menu ul li a.active {
  color: var(--rs-theme-primary);
}
.main-menu > ul {
  display: inline-flex;
}
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-primary);
}
.main-menu > ul > li:hover > a::before {
  opacity: 1;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
  visibility: visible;
}
.main-menu > ul > li:hover > ul.submenu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: var(--rs-black);
  padding: 42px 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-primary);
  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 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);
}

.home-menu-item {
  position: relative;
}
.home-menu-item:hover .home-menu-thumb::before {
  opacity: 0.5;
}
.home-menu-item:hover .home-menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home-menu-thumb {
  position: relative;
  border: 1px solid blue;
  border-radius: 6px;
}
.home-menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--rs-theme-secondary);
  opacity: 0;
  transition: all 0.3s linear;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}
.home-menu-thumb img {
  width: 100%;
  border-radius: 6px;
}

.rs-header-area.has-theme-yellow.rs-sticky {
  background: rgba(37, 45, 61, 0.7411764706);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.rs-header-area.has-theme-yellow .main-menu ul li.active > a {
  color: var(--rs-theme-yellow);
}
.rs-header-area.has-theme-yellow .main-menu ul li a.active {
  color: var(--rs-theme-yellow);
}
.rs-header-area.has-theme-yellow .main-menu .submenu {
  background: var(--rs-theme-tertiary);
}
.rs-header-area.has-theme-yellow .main-menu li a {
  color: var(--rs-white);
}
.rs-header-area.has-theme-yellow .main-menu li a:hover {
  color: var(--rs-theme-yellow);
}
.rs-header-area.has-theme-yellow .sidebar-toggle {
  background: var(--rs-theme-yellow);
}
.rs-header-area.has-theme-yellow .bar-icon span {
  background: var(--rs-theme-tertiary);
}
.rs-header-area.has-theme-orange {
  padding: 0 135px 0 135px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-header-area.has-theme-orange {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .rs-header-area.has-theme-orange {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) and (min-width: 768px) and (max-width: 991px) {
  .rs-header-area.has-theme-orange {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) and (min-width: 576px) and (max-width: 767px) {
  .rs-header-area.has-theme-orange {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .rs-header-area.has-theme-orange {
    padding: 18px 0 18px;
  }
}
.rs-header-area.has-theme-orange .sidebar-toggle {
  background: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu ul li.active > a {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu ul li a.active {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-orange .main-menu ul li a:hover {
  color: var(--rs-theme-orange);
}
.rs-header-area.has-theme-green.rs-sticky {
  background: #10332F;
}
.rs-header-area.has-theme-green .main-menu ul li.active > a {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu ul li a.active {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .main-menu .submenu {
  background: #10332F;
}
.rs-header-area.has-theme-green .main-menu li a {
  color: var(--rs-white);
}
.rs-header-area.has-theme-green .main-menu li a:hover {
  color: var(--rs-theme-green);
}
.rs-header-area.has-theme-green .sidebar-toggle {
  background: var(--rs-theme-green);
}
.rs-header-area.has-theme-quaternary.rs-sticky {
  background: #101B30;
}
.rs-header-area.has-theme-quaternary .main-menu ul li.active > a {
  color: var(--rs-theme-quaternary);
}
.rs-header-area.has-theme-quaternary .main-menu ul li a.active {
  color: var(--rs-theme-quaternary);
}
.rs-header-area.has-theme-quaternary .main-menu .submenu {
  background: #101B30;
}
.rs-header-area.has-theme-quaternary .main-menu li a {
  color: var(--rs-white);
}
.rs-header-area.has-theme-quaternary .main-menu li a:hover {
  color: var(--rs-theme-quaternary);
}
.rs-header-area.has-theme-quaternary .sidebar-toggle {
  background: var(--rs-theme-quaternary);
}
.rs-header-area.has-theme-tertiary.rs-sticky {
  background: #F3DABA;
}
.rs-header-area.has-theme-tertiary .main-menu ul li.active > a {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-tertiary .main-menu ul li a.active {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-tertiary .main-menu .submenu {
  background: #F3DABA;
}
.rs-header-area.has-theme-tertiary .main-menu li a {
  color: var(--rs-theme-tertiary);
}
.rs-header-area.has-theme-tertiary .main-menu li a:hover {
  color: var(--rs-text-primary);
}
.rs-header-area.has-theme-tertiary .sidebar-toggle {
  background: var(--rs-theme-tertiary);
}

/*----------------------------------------*/
/*  3.6.1 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;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul.mega-menu {
  position: static;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 3;
  display: block;
  padding: 0 0;
  opacity: 1;
  visibility: visible;
  margin-right: 35px;
  transition: none;
}

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

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

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

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 16px !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-primary);
  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-primary);
  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);
}

/*----------------------------------------*/
/*  3.2.2 Blog css
/*----------------------------------------*/
.rs-blog-one .rs-theme-quaternary .rs-blog-content {
  background: var(--rs-bg-light);
}
.rs-blog-one .rs-theme-quaternary .rs-blog-title {
  border-bottom: 1px solid #e6e8ea;
  padding-bottom: 15px;
}
.rs-blog-one .rs-theme-quaternary .rs-blog-title a:hover {
  color: var(--rs-hover-quaternary);
}
.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale(1.05);
}
.rs-blog-one .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0px 0;
}
.rs-blog-one .rs-blog-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-blog-one .rs-blog-tag {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
}
.rs-blog-one .rs-blog-content {
  background: var(--rs-white);
  padding: 30px 40px 30px 40px;
  border-radius: 0px 0px 4px 4px;
}
.rs-blog-one .rs-blog-content.has-bg {
  background: var(--rs-bg-secondary);
}
.rs-blog-one .rs-blog-title {
  margin-bottom: 15px;
}
.rs-blog-one .rs-blog-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-blog-one .rs-blog-meta-list {
  display: flex;
  gap: 0 10px;
}
.rs-blog-one .rs-blog-meta-item.has-separator {
  margin-inline-end: 10px;
  padding-inline-end: 20px;
}
.rs-blog-one .rs-blog-meta-item span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.rs-blog-one.has-theme-green .rs-blog-tag a {
  background: var(--rs-theme-green);
}
.rs-blog-one.has-theme-green .rs-blog-tag a:hover {
  background: var(--rs-black);
}
.rs-blog-one.has-theme-green .rs-blog-title a:hover {
  color: var(--rs-theme-green);
}
.rs-blog-one.has-theme-yellow .rs-blog-tag a {
  background: var(--rs-theme-yellow);
  color: var(--rs-black);
}
.rs-blog-one.has-theme-yellow .rs-blog-tag a:hover {
  background: var(--rs-theme-tertiary);
  color: var(--rs-white);
}
.rs-blog-one.has-theme-yellow .rs-blog-content {
  background: var(--rs-white);
}
.rs-blog-one.has-theme-yellow .rs-blog-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-blog-one.has-theme-orange .rs-blog-content {
  background: var(--rs-bg-light);
}
.rs-blog-one.has-theme-orange .rs-blog-tag a {
  background: var(--rs-theme-orange);
}
.rs-blog-one.has-theme-orange .rs-blog-tag a:hover {
  background: var(--rs-black);
}
.rs-blog-one.has-theme-orange .rs-blog-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale(1.05);
}
.rs-blog-two .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 15px 15px;
}
.rs-blog-two .rs-blog-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-blog-two .rs-blog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
}
.rs-blog-two .rs-blog-content {
  background: var(--rs-white);
  padding: 30px 40px 30px 40px;
  border-radius: 15px 15px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-blog-two .rs-blog-content {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width:450px) {
  .rs-blog-two .rs-blog-content {
    padding: 20px 20px 20px 20px;
  }
}
.rs-blog-two .rs-blog-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-blog-two .rs-blog-meta-list {
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}
.rs-blog-two .rs-blog-meta-item.has-separator {
  margin-inline-end: 10px;
  padding-inline-end: 20px;
}
.rs-blog-two .rs-blog-meta-item .meta-author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rs-blog-two .rs-blog-meta-item .rs-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rs-blog-two .rs-blog-meta-item span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.rs-blog-three .rs-blog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-blog-three .rs-blog-item:hover .rs-blog-thumb img {
  transform: scale(1.05);
}
.rs-blog-three .rs-blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0px 0;
}
.rs-blog-three .rs-blog-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-blog-three .rs-blog-tag {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
}
.rs-blog-three .rs-blog-content {
  background: var(--rs-white);
  padding: 30px 40px 30px 40px;
  border-radius: 0px 0px 4px 4px;
}
.rs-blog-three .rs-blog-content.has-bg {
  background: var(--rs-bg-secondary);
}
.rs-blog-three .rs-blog-title {
  margin-bottom: 15px;
  color: var(--rs-title-secondary);
}
.rs-blog-three .rs-blog-title a:hover {
  color: var(--rs-theme-secondary);
}
.rs-blog-three .rs-blog-meta-list {
  display: flex;
  gap: 0 10px;
}
.rs-blog-three .rs-blog-meta-item.has-separator {
  margin-right: 10px;
  padding-right: 20px;
}
.rs-blog-three .rs-blog-meta-item span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  3.2.1 Blog tag css
/*----------------------------------------*/
.rs-blog-tag a {
  color: var(--rs-white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  background: var(--rs-theme-primary);
  transition: 0.3s;
}
.rs-blog-tag a:hover {
  background: var(--rs-hover-primary);
}
.rs-blog-tag.has-bg-secondary a {
  background: var(--rs-theme-secondary);
  color: var(--rs-title-secondary);
}
.rs-blog-tag.has-bg-secondary a:hover {
  background: var(--rs-white);
}

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

.rs-postbox-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-postbox-content {
  padding: 40px 40px;
  background: var(--rs-white);
  border-radius: 0px 0px 4px 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-postbox-content {
    padding: 30px 30px;
  }
}
@media (max-width:450px) {
  .rs-postbox-content {
    padding: 20px 20px;
  }
}
.rs-postbox-thumb {
  position: relative;
}
.rs-postbox-thumb img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.rs-postbox-tag {
  position: absolute;
  top: 20px;
  inset-inline-start: 20px;
}
.rs-postbox-tag a {
  color: var(--rs-white);
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  background: var(--rs-theme-primary);
  transition: 0.3s;
}
.rs-postbox-tag a:hover {
  background: var(--rs-hover-primary);
}
.rs-postbox-meta-list {
  display: flex;
  gap: 0 10px;
}
.rs-postbox-title {
  margin: 15px 0 15px;
}
.rs-postbox-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-meta-item.has-separator {
  margin-inline-end: 10px;
  padding-inline-end: 20px;
}
.rs-postbox-meta-item .meta-author {
  color: var(--rs-black);
}
.rs-postbox-meta-item .meta-author:hover {
  color: var(--rs-theme-primary);
}
.rs-postbox-btn {
  margin-top: 30px;
}
.rs-postbox-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-postbox-quote {
  margin-bottom: 40px;
}
.rs-postbox-quote blockquote {
  padding: 30px 40px;
  background: var(--rs-white);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  border-left: 4px solid var(--rs-theme-primary);
}
@media (max-width:450px) {
  .rs-postbox-quote blockquote {
    padding: 20px 30px;
  }
}
.rs-postbox-quote blockquote:before {
  content: "\ec52" !important;
  font-family: remixicon !important;
  position: absolute;
  inset-inline-start: 0;
  top: -50px;
  font-size: 183px;
  color: #f3f5ff;
  z-index: -1;
}
.rs-postbox-quote blockquote p {
  font-size: 22px;
  font-weight: 700;
  color: var(--rs-title-primary);
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-postbox-quote blockquote p {
    font-size: 20px;
  }
}
.rs-postbox-quote blockquote cite {
  font-size: 16px;
}
.rs-postbox-quote blockquote cite::before {
  content: "";
  font-size: 28px;
  padding-bottom: 0px;
  display: inline-block;
  background: var(--rs-black);
  height: 1px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -5px;
  position: relative;
  left: 0;
  margin-inline-end: 10px;
}
.rs-postbox-details-feature {
  margin-bottom: 40px;
}
.rs-postbox-details-feature ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 50px;
  display: flex;
  align-items: center;
}
.rs-postbox-details-feature ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-postbox-details-feature ul li::before {
  content: "\eb7b";
  font-family: remixicon;
  position: absolute;
  font-size: 18px;
  color: var(--rs-theme-primary);
  width: 30px;
  height: 30px;
  border: 1px solid rgba(26, 115, 233, 0.14);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  inset-inline-start: 0;
}
.rs-postbox-comment-form .input-box input {
  width: 100%;
  height: 50px;
  outline: 0;
  padding: 0 25px;
  background: var(--rs-white);
}
.rs-postbox-comment-form .input-box textarea {
  background: var(--rs-white);
  height: 160px;
}

/*----------------------------------------*/
/*  3.2.5 Sidebar css
/*----------------------------------------*/
.rs-sidebar-sticky {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  position: relative;
  padding: 30px 30px 30px 30px;
  background: var(--rs-white);
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .sidebar-widget {
    padding: 20px 20px 20px 20px;
  }
}
.sidebar-widget::before {
  content: "";
  width: 4px;
  height: 15px;
  position: absolute;
  inset-inline-start: 30px;
  top: 0;
  background: var(--rs-theme-primary);
}
.sidebar-search-input {
  position: relative;
}
.sidebar-search-input input {
  padding-inline-end: 50px;
  background: var(--rs-bg-primary);
}
.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-content ul li {
  list-style: none;
}
.sidebar-widget-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-widget-content ul li a {
  border: 1px solid rgba(62, 62, 62, 0.1);
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: block;
  position: relative;
  font-weight: 500;
  background: var(--rs-bg-primary);
}
.sidebar-widget-content ul li a::before {
  position: absolute;
  content: "";
  inset-inline-end: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid #606060;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
[dir=rtl] .sidebar-widget-content ul li a::before {
  border-right: 6px solid #606060;
  border-left: unset;
}
.sidebar-widget-content ul li a::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 7px;
  inset-inline-end: 26px;
  top: 50%;
  transform: translateY(-50%);
  background: #606060;
}
.sidebar-widget-content ul li a:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: var(--rs-white);
}
.sidebar-widget-content ul li a:hover::before {
  border-left-color: var(--rs-white);
}
[dir=rtl] .sidebar-widget-content ul li a:hover::before {
  border-right-color: var(--rs-white);
}
.sidebar-widget-content ul li a:hover::after {
  background: var(--rs-white);
}
.sidebar-blog-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:450px) {
  .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 (max-width:450px) {
  .sidebar-blog-thumb {
    width: 100%;
  }
}
.sidebar-blog-thumb img {
  width: 100%;
  transition: all 1.1s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-blog-title {
    font-size: 18px;
  }
}
.sidebar-blog-title a:hover {
  color: var(--rs-theme-primary);
}
.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);
}

/*----------------------------------------*/
/*  Footer Style
/*----------------------------------------*/
.rs-footer-one {
  border-top: 1px solid var(--rs-border-primary);
  padding: 60px 0 50px;
}
.rs-footer-one.has-white .rs-footer-list li {
  color: #BBBBBB;
}
.rs-footer-one.has-white .rs-footer-list li a:hover {
  color: var(--rs-hover-quaternary);
}
.rs-footer-one.has-white .rs-footer-copyright p {
  color: #BBBBBB;
}
.rs-footer-one.has-white .rs-footer-copyright p a {
  color: var(--rs-white);
}
.rs-footer-one.has-white .rs-footer-copyright p a:hover {
  color: var(--rs-hover-quaternary);
}
@media (max-width: 575px) {
  .rs-footer-one {
    padding: 50px 0 40px;
  }
}
.rs-footer-one .rs-footer-widget-logo {
  margin-bottom: 30px;
}
.rs-footer-one .rs-footer-widget-logo .logo-white {
  display: none;
}
.rs-footer-one .rs-footer-widget-logo img {
  max-width: 110px;
}
.rs-footer-one .rs-footer-list {
  display: flex;
  gap: 20px 50px;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-footer-one .rs-footer-list {
    gap: 20px 30px;
  }
}
@media (max-width: 575px) {
  .rs-footer-one .rs-footer-list {
    flex-wrap: wrap;
    gap: 15px 25px;
  }
}
.rs-footer-one .rs-footer-list li {
  list-style: none;
}
.rs-footer-one .rs-footer-list li a {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .rs-footer-one .rs-footer-list li a {
    font-size: 18px;
  }
}
.rs-footer-one .rs-footer-list li a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-one .rs-footer-list.has-theme-tertiary li a {
  color: var(--rs-white);
}
.rs-footer-one .rs-footer-list.has-theme-tertiary li a:hover {
  color: var(--rs-hover-tertiary);
}
.rs-footer-one .rs-footer-list-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .rs-footer-one .rs-footer-list-wrapper {
    margin-bottom: 15px;
  }
}
.rs-footer-one.has-theme-green .rs-footer-list li a:hover {
  color: var(--rs-theme-green);
}
.rs-footer-one.has-theme-orange .rs-footer-list li a:hover {
  color: var(--rs-theme-orange);
}
.rs-footer-one.has-theme-yellow .rs-footer-list li a:hover {
  color: var(--rs-theme-yellow);
}
.rs-footer-two {
  padding: 90px 0 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-footer-two {
    padding: 70px 0 70px;
  }
}
@media (max-width: 575px) {
  .rs-footer-two {
    padding: 50px 0 50px;
  }
}
.rs-footer-two .rs-footer-widget-logo {
  margin-bottom: 30px;
}
.rs-footer-two .rs-footer-widget-logo img {
  max-width: 110px;
}
.rs-footer-two .rs-footer-copyright a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-copyright P {
  line-height: 30px;
}
.rs-footer-two .rs-footer-widget-links ul li {
  list-style: none;
}
.rs-footer-two .rs-footer-widget-links ul li:not(:last-child) {
  margin-bottom: 20px;
}
.rs-footer-two .rs-footer-widget-links ul li a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-contact-item a:hover {
  color: var(--rs-theme-primary);
}
.rs-footer-two .rs-footer-contact-item:not(:last-child) {
  margin-bottom: 20px;
}
.rs-footer-two .footer-2-col-2 {
  margin-inline-start: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-2 {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer-two .footer-2-col-2 {
    margin-inline-start: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-footer-two .footer-2-col-2 {
    margin-inline-start: 0px;
  }
}
.rs-footer-two .footer-2-col-3 {
  margin-inline-start: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-3 {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer-two .footer-2-col-3 {
    margin-inline-start: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-footer-two .footer-2-col-3 {
    margin-inline-start: 0px;
  }
}
.rs-footer-two .footer-2-col-4 {
  margin-inline-start: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-footer-two .footer-2-col-4 {
    margin-inline-start: 0px;
  }
}
.rs-footer-two .footer-2-col-5 {
  margin-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-footer-two .footer-2-col-5 {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer-two .footer-2-col-5 .rs-theme-social {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  Copyright Style
/*----------------------------------------*/
.rs-copyright-one .rs-footer-copyright a:hover {
  color: var(--rs-theme-primary);
}
.rs-copyright-one .rs-footer-copyright p {
  font-size: 17px;
}
.rs-copyright-one .rs-footer-copyright.has-theme-tertiary a:hover {
  color: var(--rs-hover-tertiary);
}
.rs-copyright-one .rs-footer-copyright.has-theme-tertiary p {
  color: var(--rs-white);
}
.rs-copyright-one .rs-footer-copyright.has-theme-orange a:hover {
  color: var(--rs-theme-orange);
}
.rs-copyright-one .rs-footer-copyright.has-theme-yellow a:hover {
  color: var(--rs-theme-yellow);
}

/*----------------------------------------*/
/*  About css
/*----------------------------------------*/
.rs-about-one .rs-about-description {
  text-align: center;
  max-width: 912px;
  margin: 0 auto;
}
.rs-about-one .rs-about-description P {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-one .rs-about-description P {
    font-size: 20px;
  }
}
.rs-about-two {
  overflow-x: clip;
}
.rs-about-two .rs-about-bottom {
  display: flex;
  align-items: center;
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-two .rs-about-bottom {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-two .rs-about-bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.rs-about-two .rs-about-counter-wrapper {
  display: flex;
  gap: 20px 50px;
  position: relative;
  padding-inline-start: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-two .rs-about-counter-wrapper {
    gap: 20px 30px;
  }
}
@media (max-width: 575px) {
  .rs-about-two .rs-about-counter-wrapper {
    gap: 20px 30px;
    flex-wrap: wrap;
  }
}
.rs-about-two .rs-about-counter-wrapper::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--rs-theme-primary);
  top: 0;
  inset-inline-start: 0;
}
.rs-about-two .counter-text p {
  font-size: 16px;
}
.rs-about-two .rs-about-thumb {
  transition: 0.3s;
  transform: rotate(13deg);
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-two .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-two .rs-about-thumb {
    transform: rotate(0deg);
  }
}
.rs-about-two .rs-about-thumb img {
  width: 490px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-two .rs-about-thumb img {
    width: 100%;
  }
}
.rs-about-two .rs-about-thumb:hover {
  transform: rotate(0deg);
}
.rs-about-three .rs-about-title {
  font-size: 136px;
  line-height: 0.92;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-three .rs-about-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-three .rs-about-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-about-three .rs-about-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-about-three .rs-about-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .rs-about-three .rs-about-title {
    font-size: 40px;
  }
}
@media (max-width:450px) {
  .rs-about-three .rs-about-title {
    font-size: 35px;
  }
}
.rs-about-three .rs-about-description {
  max-width: 95%;
  margin-top: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-three .rs-about-description {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-three .rs-about-description {
    margin-top: 30px;
  }
}
.rs-about-three .rs-about-content {
  position: relative;
}
.rs-about-three .rs-about-thumb {
  position: relative;
}
.rs-about-three .rs-about-thumb img {
  border-radius: 15px 15px 15px 15px;
}
.rs-about-three .rs-about-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  background: #000;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 15px 15px 15px 15px;
}
.rs-about-three .rs-about-thumb .rs-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rs-about-three .rs-about-description-two {
  margin-top: 35px;
}
.rs-about-three .rs-about-counter-wrapper {
  display: flex;
  gap: 20px 35px;
}
@media (max-width:450px) {
  .rs-about-three .rs-about-counter-wrapper {
    flex-wrap: wrap;
  }
}
.rs-about-three .rs-counter-content h2 {
  font-size: 36px;
  color: var(--rs-theme-primary);
  line-height: 1;
  margin-bottom: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-three .rs-counter-content h2 {
    font-size: 30px;
  }
}
.rs-about-three .rs-counter-content p {
  font-size: 16px;
  color: var(--rs-black);
  font-weight: 600;
}
.rs-about-four .rs-about-thumb {
  margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-four .rs-about-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-four .rs-about-thumb {
    position: sticky;
    top: 110px;
    margin-right: 0;
  }
}
.rs-about-four .rs-about-thumb img {
  width: 100%;
}
.rs-about-four .rs-about-bottom {
  display: flex;
  align-items: center;
  gap: 30px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-four .rs-about-bottom {
    gap: 15px 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-four .rs-about-bottom {
    gap: 20px 30px;
    flex-wrap: wrap;
  }
}
.rs-about-five .rs-about-thumb {
  position: relative;
}
.rs-about-five .rs-about-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-about-five .rs-about-shape {
  position: absolute;
  width: 220px;
  bottom: 40px;
  right: -55px;
}
.rs-about-six .rs-about-thumb {
  position: relative;
  margin-inline-end: 56px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-six .rs-about-thumb {
    margin-inline-end: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-six .rs-about-thumb {
    margin-inline-end: 26px;
    position: sticky;
    top: 110px;
  }
}
@media (max-width: 575px) {
  .rs-about-six .rs-about-thumb {
    margin-inline-end: 0px;
  }
}
.rs-about-six .rs-about-thumb img {
  border-radius: 4px;
  width: 100%;
}
.rs-about-six .rs-about-shape {
  position: absolute;
  width: 220px;
  inset-inline-end: -55px;
  bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-six .rs-about-shape {
    inset-inline-end: -25px;
  }
}
@media (max-width: 575px) {
  .rs-about-six .rs-about-shape {
    inset-inline-end: 0;
    width: 150px;
    bottom: 0;
  }
}
.rs-about-six .rs-about-content {
  margin-inline-start: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-six .rs-about-content {
    margin-inline-start: 0;
  }
}
.rs-about-six .rs-section-title {
  color: var(--rs-title-secondary);
}
.rs-about-six .rs-section-paragraph {
  color: var(--rs-text-secondary);
}
.rs-about-six .rs-about-info-list {
  margin: 30px 0 45px 0;
}
.rs-about-six .rs-about-info-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-six .rs-about-info-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-six .rs-about-info-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--rs-text-secondary);
}
.rs-about-six .rs-about-info-list ul li i {
  color: var(--rs-white);
  background: var(--rs-theme-tertiary);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}
.rs-about-eight .rs-about-thumb {
  margin-inline-end: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-eight .rs-about-thumb {
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-eight .rs-about-thumb {
    position: sticky;
    top: 110px;
    margin-inline-end: 0;
  }
}
.rs-about-eight .rs-about-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-about-eight .rs-about-bottom {
  display: flex;
  align-items: center;
  gap: 30px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-eight .rs-about-bottom {
    gap: 15px 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-eight .rs-about-bottom {
    gap: 20px 30px;
    flex-wrap: wrap;
  }
}
.rs-about-nine {
  padding: 60px 40px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-nine .rs-section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-nine .rs-section-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-nine {
    padding: 30px 30px 30px;
  }
}
@media (max-width:450px) {
  .rs-about-nine {
    padding: 20px 20px 20px;
  }
}
.rs-about-nine .rs-about-bottom {
  display: flex;
  align-items: center;
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-nine .rs-about-bottom {
    gap: 30px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-nine .rs-about-bottom {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-nine .rs-about-bottom {
    flex-wrap: wrap;
    gap: 30px 30px;
  }
}
.rs-about-nine .rs-about-thumb img {
  width: 100%;
}
.rs-about-nine .rs-about-content {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-nine .rs-about-content {
    margin-inline-start: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-nine .rs-about-content {
    margin-inline-start: -30px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-nine .counter-text-title {
    font-size: 30px;
  }
}
.rs-about-nine .has-bg-light:hover {
  background: var(--rs-theme-dark-blue);
  color: var(--rs-white);
}
.rs-about-ten {
  overflow-x: clip;
}
.rs-about-ten .rs-about-shape {
  position: absolute;
  right: -230px;
  top: 390px;
  width: 666px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-ten .rs-about-shape {
    right: -300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-ten .rs-about-shape {
    display: none;
  }
}
.rs-about-ten .rs-about-thumb {
  margin-inline-end: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-ten .rs-about-thumb {
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-ten .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
.rs-about-ten .rs-about-thumb img {
  width: 100%;
  border-radius: 30px 30px 30px 30px;
}
.rs-about-ten .rs-section-paragraph {
  font-size: 20px;
  font-weight: 500;
}
.rs-about-eleven .rs-about-counter-wrapper {
  display: flex;
  gap: 20px 50px;
  position: relative;
  padding-inline-start: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.rs-about-eleven .rs-about-counter-wrapper::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: var(--rs-theme-orange);
  top: 0;
  inset-inline-start: 0;
}
.rs-about-eleven .counter-text p {
  font-size: 16px;
}
.rs-about-eleven .rs-about-thumb {
  margin-inline-start: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-eleven .rs-about-thumb {
    margin-inline-start: 0px;
  }
}
.rs-about-eleven .rs-about-thumb img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-about-twelve .rs-about-thumb {
    position: sticky;
    top: 110px;
  }
}
.rs-about-twelve .rs-about-thumb img {
  width: 100%;
}
.rs-about-twelve .rs-about-content {
  margin-inline-start: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-twelve .rs-about-content {
    margin-inline-start: 0px;
  }
}
.rs-about-twelve .rs-section-paragraph {
  color: var(--rs-text-secondary);
  font-weight: 500;
}
.rs-about-twelve .rs-about-feature-list {
  margin: 25px 0 40px;
}
.rs-about-twelve .rs-about-feature-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 575px) {
  .rs-about-twelve .rs-about-feature-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-about-twelve .rs-about-feature-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rs-about-twelve .rs-about-feature-list ul li i {
  color: var(--rs-theme-yellow);
}
.rs-about-fourteen .rs-about-thumb {
  position: relative;
}
.rs-about-fourteen .rs-about-thumb img {
  width: 400px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-fourteen .rs-about-thumb img {
    width: 100%;
  }
}
.rs-about-fourteen .rs-about-thumb .rs-about-exp-title {
  font-size: 48px;
  color: var(--rs-white);
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-fourteen .rs-about-thumb .rs-about-exp-title {
    font-size: 40px;
  }
}
.rs-about-fourteen .rs-about-thumb .rs-about-exp {
  background: var(--rs-theme-primary);
  position: absolute;
  border-radius: 100px 100px 100px 100px;
  height: 180px;
  width: 140px;
  padding: 32px 26px 35px 26px;
  text-align: center;
  box-shadow: 6px 6px 8px 0px rgba(10, 50, 32, 0.2);
  inset-inline-end: 75px;
  bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-about-fourteen .rs-about-thumb .rs-about-exp {
    inset-inline-end: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-fourteen .rs-about-thumb .rs-about-exp {
    inset-inline-end: 0px;
  }
}
.rs-about-fourteen .rs-about-thumb .rs-about-exp P {
  color: var(--rs-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.rs-about-fourteen .rs-about-content-wrapper {
  max-width: 640px;
}
.rs-about-fourteen .rs-about-designation {
  font-size: 20px;
  font-weight: 500;
}
.rs-about-fourteen .rs-about-bio {
  margin-top: 40px;
}
.rs-about-fourteen .rs-about-bio ul {
  display: flex;
  gap: 20px 45px;
  flex-wrap: wrap;
}
.rs-about-fourteen .rs-about-bio ul li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rs-title-primary);
}
.rs-about-fourteen .rs-about-bio ul li span {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--rs-text-primary);
  margin-top: 8px;
}
.rs-about-fourteen .rs-about-bio ul li span a {
  text-transform: lowercase;
}
.rs-about-fourteen .rs-about-bio ul li span a:hover {
  color: var(--rs-theme-primary);
}
.rs-about-fifteen .rs-about-thumb img {
  width: 585px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-about-fifteen .rs-about-thumb img {
    width: 100%;
  }
}
.rs-about-fifteen .rs-about-counter-wrapper {
  display: inline-flex;
  position: relative;
}
@media (max-width:450px) {
  .rs-about-fifteen .rs-about-counter-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }
}
.rs-about-fifteen .rs-about-feature-list {
  margin: 25px 0 35px;
}
.rs-about-fifteen .rs-about-feature-list ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 35px;
  display: flex;
  align-items: center;
}
.rs-about-fifteen .rs-about-feature-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-about-fifteen .rs-about-feature-list ul li::before {
  content: "\eb79";
  color: var(--rs-theme-primary);
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "remixicon";
  position: absolute;
  inset-inline-start: 0;
}
.rs-about-fifteen .counter-text {
  position: relative;
}
.rs-about-fifteen .counter-text:not(:last-child) {
  padding-inline-end: 60px;
  margin-inline-end: 60px;
}
@media (max-width:450px) {
  .rs-about-fifteen .counter-text:not(:last-child) {
    padding-inline-end: 30px;
    margin-inline-end: 30px;
  }
}
.rs-about-fifteen .counter-text:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--rs-border-secondary);
  top: 0;
  inset-inline-end: 0;
}
@media (max-width:450px) {
  .rs-about-fifteen .counter-text:not(:last-child)::before {
    display: none;
  }
}
.rs-about-fifteen .counter-text p {
  font-size: 16px;
}

/*----------------------------------------*/
/*  call to action css
/*----------------------------------------*/
.rs-cta-one .rs-cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.rs-cta-one .rs-cta-thumb {
  position: relative;
  z-index: 3;
}
.rs-cta-one .rs-cta-thumb img {
  width: 100%;
  border-radius: 50%;
}
.rs-cta-one .rs-cta-content {
  position: relative;
  z-index: 2;
  margin-inline-start: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-one .rs-cta-content {
    margin-inline-start: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-one .rs-cta-content {
    margin-inline-start: 0px;
  }
}
.rs-cta-one .rs-cta-large-text {
  position: absolute;
  inset-inline-start: -140px;
  top: -120px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-one .rs-cta-large-text {
    top: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-one .rs-cta-large-text {
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-one .rs-cta-large-text {
    top: -80px;
    inset-inline-start: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-cta-one .rs-cta-large-text {
    inset-inline-start: -50px;
    top: -70px;
  }
}
@media (max-width: 575px) {
  .rs-cta-one .rs-cta-large-text {
    inset-inline-start: 0px;
    top: -20px;
  }
}
.rs-cta-one .rs-cta-large-title {
  color: rgba(87, 119, 255, 0.05);
  font-size: 200px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-one .rs-cta-large-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-one .rs-cta-large-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-one .rs-cta-large-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-cta-one .rs-cta-large-title {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .rs-cta-one .rs-cta-large-title {
    font-size: 80px;
  }
}
.rs-cta-one .rs-cta-shape {
  margin-bottom: 20px;
}
.rs-cta-one .rs-cta-shape img {
  width: 60px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-name: rs-hand-move;
  -webkit-animation-name: rs-hand-move;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-direction: linear;
  -webkit-animation-direction: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.rs-cta-one .rs-cta-title {
  margin-bottom: 30px;
}
.rs-cta-one .rs-cta-meta {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-one .rs-cta-meta {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-one .rs-cta-meta {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-one .rs-cta-meta {
    font-size: 25px;
  }
}
@media (max-width:450px) {
  .rs-cta-one .rs-cta-meta {
    font-size: 22px;
  }
}
.rs-cta-one .rs-cta-meta a:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-one .rs-cta-meta a {
  color: var(--rs-text-primary);
}
.rs-cta-one .rs-cta-btn {
  margin-bottom: 30px;
}
.rs-cta-one.has-theme-green .rs-cta-large-title {
  color: rgba(0, 141, 132, 0.05);
}
.rs-cta-one.has-theme-green .rs-cta-description {
  font-size: 20px;
}
.rs-cta-one.has-theme-green .rs-cta-content {
  max-width: 650px;
}
.rs-cta-two .rs-cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.rs-cta-two .rs-cta-thumb {
  position: relative;
  z-index: 3;
}
.rs-cta-two .rs-cta-thumb img {
  width: 100%;
  border-radius: 50%;
}
.rs-cta-two .rs-cta-content {
  position: relative;
  z-index: 2;
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-two .rs-cta-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-two .rs-cta-content {
    margin-left: 0px;
  }
}
.rs-cta-two .rs-cta-large-text {
  position: absolute;
  inset-inline-start: -140px;
  top: -120px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-two .rs-cta-large-text {
    top: -80px;
    inset-inline-start: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-two .rs-cta-large-text {
    inset-inline-start: -110px;
    top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-two .rs-cta-large-text {
    inset-inline-start: -30px;
    top: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-two .rs-cta-large-text {
    inset-inline-start: -30px;
    top: -40px;
  }
}
.rs-cta-two .rs-cta-large-title {
  color: rgba(87, 119, 255, 0.05);
  font-size: 200px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-two .rs-cta-large-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-two .rs-cta-large-title {
    font-size: 100px;
  }
}
.rs-cta-two .rs-cta-shape {
  margin-bottom: 20px;
}
.rs-cta-two .rs-cta-shape img {
  width: 60px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-name: rs-hand-move;
  -webkit-animation-name: rs-hand-move;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-direction: linear;
  -webkit-animation-direction: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.rs-cta-two .rs-cta-title {
  margin-bottom: 25px;
}
.rs-cta-two .rs-cta-description {
  margin-bottom: 30px;
}
.rs-cta-two .rs-cta-description P {
  font-size: 25px;
  line-height: 1.4;
}
.rs-cta-two .rs-cta-description P strong {
  color: var(--rs-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-two .rs-cta-description P {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-two .rs-cta-description P {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .rs-cta-two .rs-cta-description P {
    font-size: 18px;
  }
}
.rs-cta-two .rs-cta-btn {
  margin-bottom: 30px;
}
.rs-cta-three {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-three {
    padding: 60px 0;
  }
}
.rs-cta-three .rs-theme-content {
  display: flex;
  gap: 35px;
}
.rs-cta-three .rs-cta-content {
  display: flex;
  gap: 35px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-three .rs-cta-content {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-three .rs-cta-content {
    display: block;
    text-align: center;
  }
}
.rs-cta-three .rs-section-title {
  color: var(--rs-white);
  margin-bottom: 10px;
}
.rs-cta-three .rs-cta-description {
  color: var(--rs-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-three .rs-cta-icon {
    margin-bottom: 20px;
  }
}
.rs-cta-three .rs-cta-icon img {
  width: 80px;
  height: auto;
}
.rs-cta-three .rs-cta-input {
  position: relative;
}
.rs-cta-three .rs-cta-input input {
  width: 100%;
  height: 70px;
  padding-inline-start: 30px;
  padding-inline-end: 170px;
  background-color: rgba(255, 255, 255, 0.09);
  color: var(--rs-white);
}
@media (max-width:450px) {
  .rs-cta-three .rs-cta-input input {
    padding-inline-end: 30px;
  }
}
.rs-cta-three .rs-cta-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.rs-cta-three .rs-cta-input input:focus {
  border-color: var(--rs-theme-secondary);
}
.rs-cta-three .rs-btn {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  height: 70px;
  border-radius: 0 4px 4px 0px;
  border: transparent;
}
@media (max-width:450px) {
  .rs-cta-three .rs-btn {
    position: unset;
    margin-top: 10px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
  }
}
[dir=rtl] .rs-cta-three .rs-btn {
  border-radius: 4px 0px 0px 4px;
}
.rs-cta-three .rs-btn.has-theme-secondary:hover {
  background: var(--rs-white);
}
.rs-cta-three .rs-cta-form {
  margin-inline-start: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-three .rs-cta-form {
    margin-inline-start: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-three .rs-cta-form {
    margin-inline-start: 0px;
  }
}
.rs-cta-four .rs-cta-content {
  text-align: center;
}
.rs-cta-four .rs-cta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.rs-cta-four .rs-cta-content {
  position: relative;
  z-index: 2;
  margin-inline-start: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-four .rs-cta-content {
    margin-inline-start: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-four .rs-cta-content {
    margin-inline-start: 0px;
  }
}
.rs-cta-four .rs-cta-large-text {
  position: absolute;
  left: 150px;
  z-index: -1;
  top: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-four .rs-cta-large-text {
    top: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-four .rs-cta-large-text {
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-four .rs-cta-large-text {
    top: -80px;
    left: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-cta-four .rs-cta-large-text {
    left: 90px;
    top: -70px;
  }
}
@media (max-width: 575px) {
  .rs-cta-four .rs-cta-large-text {
    left: 60px;
    top: -20px;
  }
}
.rs-cta-four .rs-cta-large-title {
  color: rgba(87, 119, 255, 0.05);
  font-size: 200px;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-four .rs-cta-large-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-cta-four .rs-cta-large-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-four .rs-cta-large-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-cta-four .rs-cta-large-title {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .rs-cta-four .rs-cta-large-title {
    font-size: 80px;
  }
}
.rs-cta-four .rs-cta-shape {
  margin-bottom: 20px;
}
.rs-cta-four .rs-cta-shape img {
  width: 60px;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-name: rs-hand-move;
  -webkit-animation-name: rs-hand-move;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-direction: linear;
  -webkit-animation-direction: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.rs-cta-four .rs-cta-title {
  margin-bottom: 30px;
}
.rs-cta-four .rs-cta-meta {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-cta-four .rs-cta-meta {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-cta-four .rs-cta-meta {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-cta-four .rs-cta-meta {
    font-size: 25px;
  }
}
@media (max-width:450px) {
  .rs-cta-four .rs-cta-meta {
    font-size: 22px;
  }
}
.rs-cta-four .rs-cta-meta a:hover {
  color: var(--rs-theme-primary);
}
.rs-cta-four .rs-cta-meta a {
  color: var(--rs-text-primary);
}
.rs-cta-four .rs-cta-btn {
  display: flex;
  justify-content: center;
}

/*----------------------------------------*/
/*  Feature css
/*----------------------------------------*/
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-one .rs-feature-icon {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-one .rs-feature-icon {
    margin-bottom: 20px;
  }
}
.rs-feature-one .rs-feature-icon svg {
  width: 70px;
  height: 70px;
}
.rs-feature-one .rs-feature-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.rs-feature-one .rs-feature-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-one .rs-feature-title {
    margin-bottom: 15px;
  }
}
.rs-feature-two .rs-feature-shape-two {
  position: absolute;
  inset-inline-start: 180px;
  bottom: -30px;
}
.rs-feature-two .rs-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-two .rs-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-feature-two .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-two .rs-feature-icon svg {
  width: 80px;
}
.rs-feature-two .rs-feature-title {
  margin: 30px 0 10px 0;
  color: var(--rs-title-secondary);
}
.rs-feature-two .rs-feature-description p {
  font-size: 16px;
  color: var(--rs-text-secondary);
}
.rs-feature-two .rs-feature-thumb {
  position: relative;
  width: 320px;
  z-index: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-two .rs-feature-thumb {
    width: 100%;
  }
}
.rs-feature-two .rs-feature-thumb img {
  width: 100%;
  border-radius: 4px;
  height: 250px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-two .rs-feature-thumb img {
    height: 100%;
  }
}
.rs-feature-two .rs-feature-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.rs-feature-two .rs-feature-video .rs-play-btn {
  width: 80px;
  height: 80px;
  background: var(--rs-theme-secondary);
  font-size: 40px;
  color: var(--rs-theme-tertiary);
}
.rs-feature-two .rs-feature-video .rs-play-btn::before {
  background: var(--rs-theme-secondary);
  width: 80px;
  height: 80px;
}
.rs-feature-two .rs-feature-shape {
  position: absolute;
  inset-inline-end: -80px;
  bottom: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-feature-two .rs-feature-shape {
    inset-inline-end: -20px;
  }
}
@media (max-width: 575px) {
  .rs-feature-two .rs-feature-shape {
    inset-inline-end: 0px;
  }
}
.rs-feature-two .rs-feature-shape img {
  width: 158px;
  height: 158px;
}
.rs-feature-three {
  padding: 80px 0 70px;
}
.rs-feature-three .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-feature-three .rs-feature-icon {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-three .rs-feature-icon {
    margin-bottom: 20px;
  }
}
.rs-feature-three .rs-feature-icon svg {
  width: 70px;
  height: 70px;
}
.rs-feature-three .rs-feature-icon svg path {
  fill: var(--rs-white) !important;
}
.rs-feature-three .rs-feature-title {
  margin-bottom: 20px;
  color: var(--rs-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-feature-three .rs-feature-title {
    margin-bottom: 15px;
  }
}
.rs-feature-three .rs-feature-description p {
  color: rgba(255, 255, 255, 0.8);
}

/*----------------------------------------*/
/*  FAq css
/*----------------------------------------*/
.rs-faq-one {
  padding-top: 50px;
}
.rs-faq-one .rs-faq-thumb {
  margin-left: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-faq-one .rs-faq-thumb {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-faq-one .rs-faq-thumb {
    margin-left: 10px;
    position: sticky;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-faq-one .rs-faq-thumb {
    margin-left: 0px;
  }
}
.rs-faq-one .rs-faq-thumb img {
  width: 100%;
}
.rs-faq-two {
  margin-inline-end: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-faq-two {
    margin-inline-end: 0;
  }
}

/*----------------------------------------*/
/*  Team css
/*----------------------------------------*/
.rs-team-one {
  position: relative;
  min-height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-team-one {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-team-one {
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .rs-team-one {
    min-height: 300px;
  }
}
.rs-team-one .rs-team-bg-thumb {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*----------------------------------------*/
/*  Testimonial css
/*----------------------------------------*/
.rs-testimonial-one {
  overflow-x: clip;
  position: relative;
  z-index: 2;
}
.rs-testimonial-one .rs-testimonial-bg {
  position: absolute;
  width: 1400px;
  height: 100%;
  top: -20px;
  left: 250px;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rs-testimonial-one .rs-testimonial-item {
  position: relative;
  z-index: 2;
  background: var(--rs-white);
  padding: 30px 30px 30px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width:450px) {
  .rs-testimonial-one .rs-testimonial-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-testimonial-one .rs-testimonial-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-testimonial-one .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:450px) {
  .rs-testimonial-one .rs-testimonial-top {
    gap: 15px;
  }
}
.rs-testimonial-one .rs-rating span i {
  color: var(--rs-rating-color);
}
.rs-testimonial-one .rs-testimonial-description {
  margin: 25px 0 25px 0;
}
.rs-testimonial-one .rs-testimonial-description p {
  line-height: 32px;
}
.rs-testimonial-one .rs-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-one .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-one .rs-testimonial-icon img {
  width: 45px;
}
.rs-testimonial-two .rs-testimonial-item {
  position: relative;
  z-index: 2;
  background: var(--rs-bg-secondary);
  padding: 30px 30px 30px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.rs-testimonial-two .rs-testimonial-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-testimonial-two .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-testimonial-two .rs-rating span i {
  color: var(--rs-rating-color);
}
.rs-testimonial-two .rs-testimonial-description {
  margin: 25px 0 25px 0;
}
.rs-testimonial-two .rs-testimonial-description p {
  line-height: 32px;
}
.rs-testimonial-two .rs-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-two .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-two .rs-testimonial-icon img {
  width: 45px;
}
.rs-testimonial-three .rs-testimonial-user img {
  width: 95px;
  animation: rs-scale 1s alternate infinite;
  -webkit-animation: rs-scale 1s alternate infinite;
  animation-duration: 3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .rs-testimonial-user img {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-testimonial-three .rs-testimonial-user img {
    display: none;
  }
}
.rs-testimonial-three .user-1 {
  position: absolute;
  border-radius: 50%;
  left: 230px;
  top: 90px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-testimonial-three .user-1 {
    left: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .user-1 {
    left: 100px;
  }
}
.rs-testimonial-three .user-2 {
  position: absolute;
  border-radius: 50%;
  top: 310px;
  left: 20px;
  z-index: 1;
}
.rs-testimonial-three .user-3 {
  position: absolute;
  border-radius: 50%;
  bottom: 110px;
  left: 305px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-testimonial-three .user-3 {
    left: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .user-3 {
    left: 100px;
    bottom: 60px;
  }
}
.rs-testimonial-three .user-4 {
  position: absolute;
  border-radius: 50%;
  right: 470px;
  top: 80px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-testimonial-three .user-4 {
    right: 200px;
    top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .user-4 {
    right: 70px;
    top: 40px;
  }
}
.rs-testimonial-three .user-5 {
  position: absolute;
  border-radius: 50%;
  right: 40px;
  top: 165px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .user-5 {
    top: 230px;
  }
}
.rs-testimonial-three .user-6 {
  position: absolute;
  border-radius: 50%;
  right: 285px;
  bottom: 150px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-testimonial-three .user-6 {
    right: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-testimonial-three .user-6 {
    right: 100px;
  }
}
.rs-testimonial-three .shape-1 {
  position: absolute;
  opacity: 0.4;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  top: 80px;
  left: 0;
  z-index: 0;
}
.rs-testimonial-three .shape-2 {
  position: absolute;
  opacity: 0.4;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  right: 120px;
  bottom: 0;
  z-index: 0;
}
.rs-testimonial-three .rs-testimonial-icon {
  margin-bottom: 25px;
  text-align: center;
}
.rs-testimonial-three .rs-testimonial-icon img {
  height: 55px;
}
.rs-testimonial-three .rs-testimonial-description {
  text-align: center;
  margin-bottom: 30px;
}
.rs-testimonial-three .rs-testimonial-description p {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-testimonial-three .rs-testimonial-description p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-testimonial-three .rs-testimonial-description p {
    font-size: 20px;
  }
}
.rs-testimonial-three .rs-testimonial-avater-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.rs-testimonial-three .rs-testimonial-avater {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.rs-testimonial-four .rs-testimonial-item {
  position: relative;
  z-index: 2;
  background: var(--rs-bg-secondary);
  padding: 30px 30px 30px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media (max-width:450px) {
  .rs-testimonial-four .rs-testimonial-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-testimonial-four .rs-testimonial-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-testimonial-four .rs-testimonial-item:hover .rs-testimonial-icon svg g {
  opacity: 1;
  transition: 0.5s;
}
.rs-testimonial-four .rs-testimonial-top {
  display: flex;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.rs-testimonial-four .rs-testimonial-title {
  margin-bottom: 3px;
}
.rs-testimonial-four .rs-rating span i {
  color: var(--rs-rating-color);
}
.rs-testimonial-four .rs-testimonial-description {
  margin: 25px 0 25px 0;
}
.rs-testimonial-four .rs-testimonial-description p {
  line-height: 32px;
}
.rs-testimonial-four .rs-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-four .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-four .rs-testimonial-icon svg {
  width: 45px;
}
.rs-testimonial-four .rs-testimonial-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-testimonial-five {
  overflow-x: clip;
}
.rs-testimonial-five .rs-testimonial-bg {
  position: absolute;
  width: 1400px;
  height: 100%;
  top: -20px;
  left: 250px;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rs-testimonial-five .has-theme-quaternary .rs-testimonial-item {
  background: var(--rs-white);
}
.rs-testimonial-five .has-theme-quaternary .rs-testimonial-item:hover {
  border-color: var(--rs-hover-quaternary);
}
.rs-testimonial-five .rs-testimonial-item {
  position: relative;
  z-index: 2;
  background: var(--rs-bg-secondary);
  padding: 30px 30px 30px 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media (max-width:450px) {
  .rs-testimonial-five .rs-testimonial-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-testimonial-five .rs-testimonial-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-testimonial-five .rs-testimonial-item.has-theme-green:hover {
  border-color: var(--rs-theme-green);
}
.rs-testimonial-five .rs-testimonial-item.has-theme-orange {
  background: var(--rs-bg-light);
}
.rs-testimonial-five .rs-testimonial-item.has-theme-orange:hover {
  border-color: var(--rs-theme-orange);
}
.rs-testimonial-five .rs-testimonial-item.has-theme-yellow {
  background: var(--rs-bg-light-grey);
}
.rs-testimonial-five .rs-testimonial-item.has-theme-yellow:hover {
  border-color: var(--rs-theme-yellow);
}
.rs-testimonial-five .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-testimonial-five .rs-testimonial-top {
    gap: 15px;
  }
}
.rs-testimonial-five .rs-rating span i {
  color: var(--rs-rating-color);
}
.rs-testimonial-five .rs-testimonial-description {
  margin: 25px 0 25px 0;
}
.rs-testimonial-five .rs-testimonial-description p {
  line-height: 32px;
}
.rs-testimonial-five .rs-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-five .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-five .rs-testimonial-icon img {
  width: 45px;
}
.rs-testimonial-six .rs-testimonial-item {
  position: relative;
  z-index: 2;
  background: var(--rs-white);
  padding: 40px 40px 40px 40px;
  border: 1px solid var(--rs-border-secondary);
  transition: all 0.3s ease;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-testimonial-six .rs-testimonial-item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width:450px) {
  .rs-testimonial-six .rs-testimonial-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-testimonial-six .rs-testimonial-item:hover {
  border-color: var(--rs-theme-secondary);
}
.rs-testimonial-six .rs-testimonial-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:450px) {
  .rs-testimonial-six .rs-testimonial-top {
    gap: 15px;
  }
}
.rs-testimonial-six .rs-rating span i {
  color: var(--rs-rating-color);
}
.rs-testimonial-six .rs-testimonial-description {
  margin: 20px 0 40px 0;
}
.rs-testimonial-six .rs-testimonial-description p {
  line-height: 40px;
  font-size: 22px;
  color: var(--rs-text-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-testimonial-six .rs-testimonial-description p {
    font-size: 20px;
  }
}
.rs-testimonial-six .rs-testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-testimonial-six .rs-testimonial-avater-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.rs-testimonial-six .rs-testimonial-avater-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-testimonial-six .rs-testimonial-avater-title {
  margin-bottom: 3px;
}
.rs-testimonial-six .rs-testimonial-icon img {
  width: 45px;
}

/*----------------------------------------*/
/*  Why Choose css
/*----------------------------------------*/
.rs-why-choose-one .rs-why-choose-video-wrapper {
  margin-inline-start: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-why-choose-one .rs-why-choose-video-wrapper {
    margin-inline-start: 0px;
  }
}
.rs-why-choose-one .rs-why-choose-video-inner video {
  width: 100%;
  border-radius: 4px;
  height: 610px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-why-choose-one .rs-why-choose-video-inner video {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-why-choose-one .rs-why-choose-video-inner video {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  skill css
/*----------------------------------------*/
.rs-skill-one {
  padding-top: 70px;
}
.rs-skill-one.has-space-none {
  padding-top: 0;
}
.rs-skill-one .rs-skill-item {
  background: var(--rs-white);
  padding: 40px 40px 40px 40px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-skill-one .rs-skill-item {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-skill-one .rs-skill-item {
    padding: 30px 30px 30px 30px;
  }
}
.rs-skill-one .rs-skill-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-skill-one .rs-skill-top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.rs-skill-one .rs-skill-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rs-theme-primary);
  border-radius: 50%;
}
.rs-skill-one .rs-skill-icon img {
  height: 34px;
  width: auto;
}
.rs-skill-one .rs-skill-description {
  margin-bottom: 48px;
}
.rs-skill-one .rs-skill-progress {
  margin-top: 20px;
}
.rs-skill-one .single-progress {
  overflow: visible;
}
.rs-skill-one .progress-number {
  position: absolute;
  top: -28px;
  inset-inline-end: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: var(--rs-title-primary);
}
.rs-skill-two {
  padding-top: 40px;
}
.rs-skill-two .rs-skill-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width:450px) {
  .rs-skill-two .rs-skill-shape {
    display: none;
  }
}
.rs-skill-two .rs-skill-shape img {
  opacity: 0.4;
}
.rs-skill-two .rs-skill-item {
  background: var(--rs-bg-secondary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px 4px 4px 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-skill-two .rs-skill-item {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-skill-two .rs-skill-item {
    padding: 30px 30px 30px 30px;
  }
}
.rs-skill-two .rs-skill-top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 75px;
}
.rs-skill-two .rs-skill-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(87, 119, 255, 0.07);
  border-radius: 50%;
}
.rs-skill-two .rs-skill-icon img {
  height: 34px;
  width: auto;
}
.rs-skill-two .rs-skill-description {
  margin-bottom: 48px;
}
.rs-skill-two .rs-skill-progress {
  margin-top: 20px;
}
.rs-skill-two .single-progress {
  overflow: visible;
}
.rs-skill-two .progress-number {
  position: absolute;
  top: -28px;
  inset-inline-end: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 16px;
  color: var(--rs-black);
}
.rs-skill-two .rs-skill-tab .nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  border: 1px solid var(--rs-border-primary);
  border-radius: 50px;
  padding: 5px;
}
.rs-skill-two .rs-skill-tab a {
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  font-size: 16px;
  font-weight: 600;
}
.rs-skill-two .rs-skill-tab a.active {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-skill-two.has-theme-yellow {
  padding-top: 0;
}
.rs-skill-two.has-theme-yellow .rs-skill-item {
  background: transparent;
  padding: 30px 30px 30px 30px;
  border: 1px solid rgba(21, 42, 64, 0.65);
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-skill-two.has-theme-yellow .rs-skill-item {
    padding: 15px 15px 15px 15px;
  }
}
.rs-skill-two.has-theme-yellow .rs-skill-item:hover {
  border-color: var(--rs-theme-yellow);
}
.rs-skill-two.has-theme-yellow .rs-skill-icon {
  background: none;
  background: none;
  border-radius: unset;
}
.rs-skill-two.has-theme-yellow .rs-skill-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-skill-two.has-theme-yellow .progress-bar {
  background-color: var(--rs-theme-yellow);
}
.rs-skill-three .rs-skill-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-skill-three .rs-skill-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-skill-three .rs-skill-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .rs-skill-three .rs-skill-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:450px) {
  .rs-skill-three .rs-skill-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-three .rs-skill-item {
  background: var(--rs-bg-secondary);
  text-align: center;
  padding: 50px 20px 30px 20px;
  border-radius: 15px;
  border: 1px solid var(--rs-border-primary);
}
.rs-skill-three .rs-skill-icon {
  margin-bottom: 20px;
}
.rs-skill-three .rs-skill-icon img {
  width: 50px;
}
.rs-skill-three .rs-skill-title {
  margin-bottom: 30px;
}
.rs-skill-three .progress {
  height: 40px;
  border-radius: 70px;
  background: #f2f4ff;
}
.rs-skill-three .progress-bar {
  border-radius: 70px;
  background-color: var(--rs-white);
}
.rs-skill-three .progress-number {
  position: absolute;
  font-size: 16px;
  right: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-weight: 700;
  color: var(--rs-text-primary);
}
.rs-skill-four {
  padding-bottom: 45px;
}
.rs-skill-four .rs-skill-content {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-four .rs-skill-content {
    margin-left: 0;
  }
}
.rs-skill-four .rs-skill-progress {
  max-width: 525px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-four .rs-skill-progress {
    max-width: 100%;
  }
}
.rs-skill-four .rs-skill-progress .single-progress {
  overflow: visible;
}
.rs-skill-four .rs-skill-progress .single-progress:not(:last-child) {
  margin-bottom: 20px;
}
.rs-skill-four .rs-skill-progress .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rs-skill-four .rs-skill-progress .progress-title {
  font-weight: 600;
}
.rs-skill-four .rs-skill-progress .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  border-radius: 0;
}
.rs-skill-four .rs-skill-progress .progress-number {
  font-weight: 700;
  font-size: 16px;
  color: var(--rs-black);
  position: static;
}
.rs-skill-four .rs-skill-progress .progress {
  height: 7px;
  background-color: #eee;
}
.rs-skill-five {
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-skill-five {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-skill-five {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-skill-five {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-five {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.rs-skill-five .rs-skill-shape {
  position: absolute;
  left: 33%;
  bottom: 50px;
  transform: rotateZ(-15deg) !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-five .rs-skill-shape {
    display: none;
  }
}
.rs-skill-five .rs-skill-shape img {
  width: 300px;
}
.rs-skill-five .rs-section-paragraph {
  font-size: 20px;
  font-weight: 500;
}
.rs-skill-five .rs-skill-content {
  margin-inline-start: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-five .rs-skill-content {
    margin-inline-start: 0px;
  }
}
.rs-skill-five .rs-skill-progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .rs-skill-five .rs-skill-progress {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-five .single-progress:not(:last-child) {
  margin-bottom: 5px;
}
.rs-skill-five .progress-title {
  margin-bottom: 6px;
}
.rs-skill-five .progress-number {
  font-size: 16px;
  color: var(--rs-black);
  font-weight: 700;
}
.rs-skill-five .progress-bar {
  background: var(--rs-theme-green);
}
.rs-skill-six .rs-skill-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-inline-end: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-skill-six .rs-skill-wrapper {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-skill-six .rs-skill-wrapper {
    margin-inline-end: 0px;
  }
}
@media (max-width: 575px) {
  .rs-skill-six .rs-skill-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-skill-six .rs-skill-item {
  background: var(--rs-bg-light);
  text-align: center;
  padding: 50px 20px 30px 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.rs-skill-six .rs-skill-icon {
  margin-bottom: 20px;
}
.rs-skill-six .rs-skill-icon svg {
  width: 60px;
  height: 60px;
}
.rs-skill-six .rs-skill-icon svg path {
  fill: var(--rs-theme-orange) !important;
}
.rs-skill-six .rs-skill-title {
  margin-bottom: 30px;
}
.rs-skill-six .progress {
  height: 40px;
  border-radius: 70px;
  background: var(--rs-black);
}
.rs-skill-six .progress-bar {
  border-radius: 70px;
  background-color: var(--rs-theme-orange);
}
.rs-skill-six .progress-number {
  position: absolute;
  font-size: 16px;
  right: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-weight: 700;
  color: var(--rs-white);
}
.rs-skill-six .rs-skill-feature-list {
  margin: 30px 0 40px;
}
.rs-skill-six .rs-skill-feature-list ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: 22px;
}
.rs-skill-six .rs-skill-feature-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.rs-skill-six .rs-skill-feature-list ul li::before {
  content: "\f178";
  color: var(--rs-theme-orange);
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: var(--rs-ff-fontawesome);
  position: absolute;
  inset-inline-start: 0;
}

/*----------------------------------------*/
/*  services css
/*----------------------------------------*/
.rs-services-one .rs-services-item {
  background: var(--rs-white);
  padding: 40px 40px 40px 40px;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-one .rs-services-item {
    padding: 30px 30px 30px 30px;
  }
}
.rs-services-one .rs-services-item::before {
  position: absolute;
  color: #05100B;
  counter-increment: count;
  content: "0" counter(count);
  z-index: -1;
  right: -30px;
  top: 50%;
  font-size: 60px;
  font-weight: 700;
  opacity: 0.1;
  writing-mode: vertical-rl;
  transform: scale(-1) translateY(50%);
}
[dir=rtl] .rs-services-one .rs-services-item::before {
  left: -30px;
}
.rs-services-one .rs-services-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-services-one .rs-services-icon img {
  height: 57px;
  width: auto;
}
.rs-services-one .rs-services-title {
  margin-bottom: 50px;
}
.rs-services-one .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-one .rs-services-icon {
  margin-bottom: 53px;
}
.rs-services-one .rs-services-text {
  text-align: center;
  padding-top: 55px;
}
.rs-services-one .rs-services-text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .rs-services-one .rs-services-text p {
    font-size: 20px;
  }
}
.rs-services-one .rs-services-btn {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.rs-services-two .rs-services-item {
  display: grid;
  grid-template-columns: 2.4fr 2.5fr 1fr;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--rs-border-primary);
  padding: 40px 40px;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-services-two .rs-services-item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-services-two .rs-services-item {
    padding: 30px 30px;
    grid-template-columns: auto auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-two .rs-services-item {
    padding: 30px 30px;
    grid-template-columns: auto;
  }
}
@media (max-width:450px) {
  .rs-services-two .rs-services-item {
    padding: 20px 20px;
  }
}
.rs-services-two .rs-services-item:hover {
  background: var(--rs-bg-secondary);
}
.rs-services-two .rs-services-item:hover .rs-circle-btn {
  background: var(--rs-theme-primary);
}
.rs-services-two .rs-services-item:hover .rs-circle-btn svg {
  fill: var(--rs-white);
}
.rs-services-two .rs-services-item:hover .rs-services-counter-number {
  color: var(--rs-theme-primary);
}
.rs-services-two .rs-services-item:hover .rs-services-title {
  color: var(--rs-theme-primary);
}
.rs-services-two .rs-services-item:hover .rs-services-thumb {
  opacity: 1;
}
.rs-services-two .rs-services-item:last-child {
  border-bottom: 1px solid var(--rs-border-primary);
}
.rs-services-two .rs-services-item p {
  margin-bottom: 0;
}
.rs-services-two .rs-services-thumb {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 1;
  inset-inline-start: 634px;
  top: -115px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-services-two .rs-services-thumb {
    inset-inline-start: 350px;
    top: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-services-two .rs-services-thumb {
    inset-inline-start: 270px;
    top: -40px;
  }
}
@media (max-width: 575px) {
  .rs-services-two .rs-services-thumb {
    inset-inline-start: 200px;
    top: -40px;
  }
}
@media (max-width:450px) {
  .rs-services-two .rs-services-thumb {
    display: none;
  }
}
.rs-services-two .rs-services-content {
  display: inline-flex;
  align-items: center;
  gap: 20px 30px;
}
@media (max-width:450px) {
  .rs-services-two .rs-services-content {
    flex-wrap: wrap;
  }
}
.rs-services-two .rs-services-counter-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--rs-title-primary);
}
.rs-services-two .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-two .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-two .rs-services-btn {
    justify-content: start;
  }
}
.rs-services-three .rs-services-thumb {
  margin-inline-end: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-services-three .rs-services-thumb {
    margin-inline-end: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-services-three .rs-services-thumb {
    margin-inline-end: 10px;
    position: sticky;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-three .rs-services-thumb {
    margin-inline-end: 0px;
  }
}
.rs-services-three .rs-services-thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-services-three .accordion-item {
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 575px) {
  .rs-services-three .accordion-item {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-services-three .accordion-button {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-services-three .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-services-three .accordion-button {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .rs-services-three .accordion-button {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-services-three .accordion-body {
    padding: 20px 55px 0px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-services-three .accordion-body {
    padding: 10px 50px 0px 60px;
  }
}
@media (max-width: 575px) {
  .rs-services-three .accordion-body {
    padding: 10px 40px 0px 60px;
  }
}
@media (max-width:450px) {
  .rs-services-three .accordion-body {
    padding: 10px 10px 0px 10px;
  }
}
.rs-services-four {
  padding-top: 230px;
}
.rs-services-four .rs-services-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
}
.rs-services-four .rs-services-item {
  transition: all 0.3s ease 0s;
  max-width: 360px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-four .rs-services-item {
    max-width: 100%;
  }
}
.rs-services-four .rs-services-item:hover .rs-services-icon img {
  transform: scale(-1) rotate(180deg);
}
.rs-services-four .rs-services-icon {
  margin-bottom: 30px;
}
.rs-services-four .rs-services-icon img {
  width: 57px;
}
.rs-services-four .rs-services-title {
  margin-bottom: 20px;
}
.rs-services-four .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-five .rs-services-item {
  display: flex;
  background: var(--rs-bg-secondary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
  gap: 35px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-five .rs-services-item {
    padding: 30px 30px 30px 30px;
  }
}
.rs-services-five .rs-services-item:hover .rs-services-icon svg {
  animation: rs-fold linear 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rs-services-five .rs-services-item {
    display: block;
  }
}
.rs-services-five .rs-services-title {
  margin-bottom: 15px;
}
.rs-services-five .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-five .rs-services-description {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rs-services-five .rs-services-icon {
    margin-bottom: 20px;
  }
}
.rs-services-five .rs-services-icon svg {
  width: 70px;
  height: 70px;
}
.rs-services-five .rs-services-icon svg path {
  fill: var(--rs-theme-primary) !important;
}
.rs-services-six .rs-services-item {
  background: var(--rs-white);
  padding: 30px 30px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width:450px) {
  .rs-services-six .rs-services-item {
    padding: 20px 20px;
  }
}
.rs-services-six .rs-services-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-services-six .rs-services-icon {
  margin-bottom: 30px;
}
.rs-services-six .rs-services-icon svg {
  width: 50px;
  height: 50px;
}
.rs-services-six .rs-services-title {
  margin-bottom: 25px;
}
.rs-services-six .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-seven .rs-services-item {
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
  background: var(--rs-white);
  display: grid;
  grid-template-columns: 2.3fr 2.5fr 1fr;
  align-items: center;
  position: relative;
  transition: 0.5s;
  border: 1px solid rgba(2, 1, 1, 0.07);
  z-index: 1;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-services-seven .rs-services-item {
    grid-template-columns: 1.5fr 2.5fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-services-seven .rs-services-item {
    grid-template-columns: 1.2fr 2.5fr 0.5fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-seven .rs-services-item {
    grid-template-columns: 1fr;
    padding: 30px 30px 30px 30px;
  }
}
.rs-services-seven .rs-services-item:hover {
  background: var(--rs-theme-tertiary);
}
.rs-services-seven .rs-services-item:hover .rs-services-thumb {
  opacity: 1;
  visibility: visible;
}
.rs-services-seven .rs-services-item:hover .rs-services-title {
  color: var(--rs-theme-secondary);
}
.rs-services-seven .rs-services-item:hover .rs-services-number {
  color: var(--rs-theme-secondary);
}
.rs-services-seven .rs-services-item:hover .rs-circle-btn.has-bg {
  background: var(--rs-theme-secondary);
}
.rs-services-seven .rs-services-item:hover .rs-circle-btn.has-bg svg {
  fill: var(--rs-theme-tertiary);
}
.rs-services-seven .rs-services-item:hover .rs-circle-btn.has-bg:hover {
  background: var(--rs-white);
}
.rs-services-seven .rs-services-item:hover .rs-circle-btn.has-bg:hover svg {
  fill: var(--rs-hover-secondary);
}
.rs-services-seven .rs-services-item:hover .rs-services-description {
  opacity: 0;
  visibility: hidden;
}
@media (max-width:450px) {
  .rs-services-seven .rs-services-item:hover .rs-services-description {
    opacity: 1;
    visibility: visible;
  }
  .rs-services-seven .rs-services-item:hover .rs-services-description p {
    color: var(--rs-white);
  }
}
.rs-services-seven .rs-services-thumb {
  position: absolute;
  top: 0;
  width: 500px;
  height: 100%;
  inset-inline-start: 550px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-services-seven .rs-services-thumb {
    inset-inline-start: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-services-seven .rs-services-thumb {
    inset-inline-start: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-services-seven .rs-services-thumb {
    top: 90px;
    inset-inline-start: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-services-seven .rs-services-thumb {
    width: 100%;
    top: 80px;
    inset-inline-start: 0;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .rs-services-seven .rs-services-thumb {
    width: 100%;
    inset-inline-start: 0;
    height: 150px;
    top: 100px;
  }
}
@media (max-width:450px) {
  .rs-services-seven .rs-services-thumb {
    display: none;
  }
}
.rs-services-seven .rs-services-thumb img {
  border-radius: 4px;
  width: 100%;
}
.rs-services-seven .rs-services-title-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width:450px) {
  .rs-services-seven .rs-services-title-info {
    gap: 20px;
  }
}
.rs-services-seven .rs-services-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--rs-title-secondary);
}
.rs-services-seven .rs-services-title {
  color: var(--rs-title-secondary);
}
.rs-services-seven .rs-services-title a:hover {
  color: var(--rs-hover-tertiary);
}
.rs-services-seven .rs-services-title.underline a {
  background-image: linear-gradient(var(--rs-theme-secondary), var(--rs-theme-secondary)), linear-gradient(var(--rs-theme-secondary), var(--rs-theme-secondary));
}
.rs-services-seven .rs-services-description {
  transition: 0.5s;
}
.rs-services-seven .rs-services-description P {
  color: var(--rs-text-secondary);
}
.rs-services-seven .rs-services-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-seven .rs-services-btn {
    justify-content: start;
  }
}
.rs-services-eight .rs-services-item {
  background: var(--rs-white);
  padding: 30px 30px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width:450px) {
  .rs-services-eight .rs-services-item {
    padding: 20px 20px;
  }
}
.rs-services-eight .rs-services-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-services-eight .rs-services-icon {
  margin-bottom: 30px;
}
.rs-services-eight .rs-services-icon svg {
  width: 82px;
  height: 82px;
}
.rs-services-eight .rs-services-icon svg path {
  fill: var(--rs-theme-primary);
}
.rs-services-eight .rs-services-title {
  margin-bottom: 25px;
}
.rs-services-eight .rs-services-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-services-eight.has-theme-yellow .rs-services-item:hover {
  border-color: var(--rs-theme-yellow);
}
.rs-services-eight.has-theme-yellow .rs-services-icon svg path {
  fill: var(--rs-theme-yellow);
}
.rs-services-eight.has-theme-yellow .rs-services-title a:hover {
  color: var(--rs-theme-yellow);
}
.rs-services-nine .rs-services-item {
  background: var(--rs-white);
  padding: 30px 30px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width:450px) {
  .rs-services-nine .rs-services-item {
    padding: 20px 20px;
  }
}
.rs-services-nine .rs-services-item:hover {
  border-color: var(--rs-hover-quaternary);
  background: #FFF6E6;
}
.rs-services-nine .rs-services-item:hover .rs-services-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-services-nine .rs-services-icon {
  margin-bottom: 30px;
}
.rs-services-nine .rs-services-icon svg {
  width: 70px;
  height: 70px;
}
.rs-services-nine .rs-services-icon svg path {
  fill: var(--rs-hover-quaternary) !important;
}
.rs-services-nine .rs-services-title {
  margin-bottom: 25px;
}
.rs-services-nine .rs-services-title a:hover {
  color: var(--rs-hover-quaternary);
}
.rs-services-nine .rs-services-description {
  margin-bottom: 15px;
}
.rs-services-nine .rs-services-btn .rs-btn.has-transparent:hover {
  color: var(--rs-hover-quaternary);
}
.rs-services-nine .rs-services-btn .rs-btn.has-transparent:hover svg {
  fill: var(--rs-hover-quaternary);
}
.rs-services-ten .rs-services-item {
  background: var(--rs-white);
  padding: 40px 30px 40px;
  transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .rs-services-ten .rs-services-item {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-services-ten .rs-services-item {
    padding: 30px 30px;
  }
}
.rs-services-ten .rs-services-item:hover {
  border-color: var(--rs-theme-green);
}
.rs-services-ten .rs-services-item:hover .rs-services-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-services-ten .rs-services-icon {
  width: 100px;
  height: 100px;
  background: var(--rs-theme-green);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}
.rs-services-ten .rs-services-icon svg {
  width: 45px;
  height: 45px;
}
.rs-services-ten .rs-services-icon svg path {
  fill: var(--rs-white);
}
.rs-services-ten .rs-services-title {
  margin-bottom: 25px;
}
.rs-services-ten .rs-services-title a:hover {
  color: var(--rs-hover-green);
}
.rs-services-eleven .rs-services-item {
  background: var(--rs-white);
  padding: 40px 40px 40px 40px;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width:450px) {
  .rs-services-eleven .rs-services-item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-services-eleven .rs-services-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-services-eleven .rs-services-item::before {
  position: absolute;
  color: #05100B;
  counter-increment: count;
  content: "0" counter(count);
  z-index: -1;
  right: -30px;
  top: 50%;
  font-size: 60px;
  font-weight: 700;
  opacity: 0.1;
  writing-mode: vertical-rl;
  transform: scale(-1) translateY(50%);
}
[dir=rtl] .rs-services-eleven .rs-services-item::before {
  left: -30px;
}
.rs-services-eleven .rs-services-item:hover {
  border-color: var(--rs-theme-orange);
}
.rs-services-eleven .rs-services-item:hover .rs-services-icon svg {
  animation: rs-fold linear 0.3s;
}
.rs-services-eleven .rs-services-icon svg {
  height: 50px;
  width: 50;
}
.rs-services-eleven .rs-services-icon svg path {
  fill: var(--rs-theme-orange);
}
.rs-services-eleven .rs-services-title {
  margin-bottom: 50px;
}
.rs-services-eleven .rs-services-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-services-eleven .rs-services-icon {
  margin-bottom: 53px;
}
.rs-services-eleven .rs-services-text {
  text-align: center;
  padding-top: 40px;
}
.rs-services-eleven .rs-services-text p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.rs-services-eleven .rs-services-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.rs-services-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-services-details-feature-section {
  max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-services-details-feature-section {
    max-width: 100%;
  }
}
.rs-services-details-feature-list ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 35px;
  display: flex;
  align-items: center;
}
.rs-services-details-feature-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-services-details-feature-list ul li::before {
  content: "\eb79";
  color: var(--rs-theme-primary);
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "remixicon";
  position: absolute;
  left: 0;
}

.process-counts {
  counter-reset: count;
}

/*----------------------------------------*/
/*  4.8 experience css
/*----------------------------------------*/
.rs-experience-one .rs-experience-item {
  border: 1px solid rgba(87, 119, 255, 0.3);
  border-radius: 4px;
}
.rs-experience-one .rs-experience-top {
  background: var(--rs-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 575px) {
  .rs-experience-one .rs-experience-top {
    padding: 20px;
  }
}
@media (max-width:450px) {
  .rs-experience-one .rs-experience-top {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.rs-experience-one .rs-circle-shape {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rsSpin 10s linear infinite;
}
.rs-experience-one .rs-circle-shape::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rs-theme-primary);
  border-radius: 50%;
}
.rs-experience-one .rs-experience-designation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-experience-one .rs-experience-meta {
  font-size: 20px;
}
.rs-experience-one .rs-experience-bottom {
  padding: 37px 60px 45px 80px;
  display: inline-flex;
  align-items: start;
  gap: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-experience-one .rs-experience-bottom {
    padding: 40px 35px 40px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-experience-one .rs-experience-bottom {
    padding: 30px 45px 30px 45px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-experience-one .rs-experience-bottom {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width: 575px) {
  .rs-experience-one .rs-experience-bottom {
    padding: 20px 20px 20px;
  }
}
@media (max-width:450px) {
  .rs-experience-one .rs-experience-bottom {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .rs-experience-one .rs-experience-brand-thumb {
    margin-bottom: 20px;
  }
}
.rs-experience-one .rs-experience-brand-thumb img {
  max-width: 130px;
}
.rs-experience-one .rs-experience-brand-thumb img.has-black {
  display: none;
}
.rs-experience-one .rs-experience-place {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.rs-experience-two .rs-experience-shape-one {
  position: absolute;
  top: 50%;
  left: 0;
}
.rs-experience-two .rs-experience-shape-one img {
  opacity: 0.4;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.rs-experience-two .rs-experience-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rs-experience-two .rs-experience-shape-two img {
  opacity: 0.4;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.rs-experience-two .rs-experience-item {
  border: 1px solid rgba(87, 119, 255, 0.3);
  border-radius: 4px;
  background: var(--rs-bg-secondary);
}
.rs-experience-two .rs-experience-top {
  background: var(--rs-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 575px) {
  .rs-experience-two .rs-experience-top {
    gap: 15px;
    padding: 20px;
    flex-wrap: wrap;
  }
}
.rs-experience-two .rs-circle-shape {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rsSpin 10s linear infinite;
}
.rs-experience-two .rs-circle-shape::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rs-theme-primary);
  border-radius: 50%;
}
.rs-experience-two .rs-experience-designation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-experience-two .rs-experience-meta {
  font-size: 20px;
}
.rs-experience-two .rs-experience-bottom {
  padding: 35px 70px 35px 70px;
  display: inline-flex;
  align-items: start;
  gap: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-experience-two .rs-experience-bottom {
    padding: 35px 60px 35px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-experience-two .rs-experience-bottom {
    padding: 35px 50px 35px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-experience-two .rs-experience-bottom {
    padding: 30px 30px 30px 30px;
    display: block;
  }
}
@media (max-width:450px) {
  .rs-experience-two .rs-experience-bottom {
    padding: 20px 20px 20px 20px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-experience-two .rs-experience-brand-thumb {
    margin-bottom: 20px;
  }
}
.rs-experience-two .rs-experience-brand-thumb img {
  max-width: 130px;
}
.rs-experience-two .rs-experience-brand-thumb img.has-black {
  display: none;
}
.rs-experience-two .rs-experience-place {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.rs-experience-three .rs-experience-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width:450px) {
  .rs-experience-three .rs-experience-item {
    gap: 30px;
    display: block;
  }
}
.rs-experience-three .rs-experience-item:hover .rs-meta {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-experience-three .rs-experience-item:not(:last-child) {
  margin-bottom: 35px;
}
.rs-experience-three .rs-experience-item:last-child .left-part::before {
  content: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-experience-three .rs-experience-sub-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-experience-three .rs-experience-sub-title {
    font-size: 30px;
  }
}
.rs-experience-three .left-part {
  position: relative;
}
@media (max-width:450px) {
  .rs-experience-three .left-part {
    margin-bottom: 30px;
  }
}
.rs-experience-three .left-part::before {
  left: 50px;
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px dashed rgba(102, 102, 102, 0.4);
  bottom: -100px;
}
@media (max-width:450px) {
  .rs-experience-three .left-part::before {
    content: none;
  }
}
.rs-experience-three .rs-meta {
  font-size: 24px;
  font-weight: 600;
  width: 100px;
  height: 100px;
  border-radius: 10px 10px 10px 10px;
  background-color: var(--rs-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.rs-experience-three .rs-experience-title {
  margin-bottom: 5px;
}
.rs-experience-four {
  padding: 50px 40px 40px;
}
@media (max-width: 575px) {
  .rs-experience-four {
    padding: 20px 20px 20px;
  }
}
.rs-experience-four .rs-experience-item {
  border: 1px solid rgba(182, 157, 116, 0.2);
  border-radius: 4px;
}
.rs-experience-four .rs-experience-top {
  background: #FFF6E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 575px) {
  .rs-experience-four .rs-experience-top {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.rs-experience-four .rs-circle-shape {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #c2c2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rsSpin 10s linear infinite;
}
.rs-experience-four .rs-circle-shape::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rs-theme-quaternary);
  border-radius: 50%;
}
.rs-experience-four .rs-experience-designation-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rs-experience-four .rs-experience-meta {
  font-size: 20px;
}
.rs-experience-four .rs-experience-bottom {
  padding: 37px 50px 45px 80px;
  display: inline-flex;
  align-items: start;
  gap: 38px;
  background: var(--rs-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-experience-four .rs-experience-bottom {
    padding: 37px 30px 45px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-experience-four .rs-experience-bottom {
    padding: 30px 30px 30px 30px;
    display: block;
  }
}
@media (max-width: 575px) {
  .rs-experience-four .rs-experience-bottom {
    padding: 20px 20px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-experience-four .rs-experience-brand-thumb {
    margin-bottom: 20px;
  }
}
.rs-experience-four .rs-experience-brand-thumb img {
  max-width: 130px;
}
.rs-experience-four .rs-experience-brand-thumb img.has-black {
  display: none;
}
.rs-experience-four .rs-experience-place {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

/*----------------------------------------*/
/*  slide text css
/*----------------------------------------*/
.rs-text-slide-one {
  padding-bottom: 50px;
}
.rs-text-slide-one .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}
.rs-text-slide-one .rs-text-slide-wrapper .gsap-marquee {
  min-width: max-content;
}
.rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
  font-size: 150px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-border-secondary);
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .rs-text-slide-one .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 60px;
  }
}
.rs-text-slide-one.has-section-space {
  padding-top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-text-slide-one.has-section-space {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-text-slide-one.has-section-space {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-text-slide-one.has-section-space {
    padding-top: 50px;
  }
}
.rs-text-slide-two {
  overflow-x: clip;
  padding: 250px 0 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rs-text-slide-two {
    padding: 200px 0 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .rs-text-slide-two {
    padding: 180px 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-text-slide-two {
    padding: 160px 0 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-text-slide-two {
    padding: 130px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-two {
    padding: 150px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-text-slide-two {
    padding: 150px 0 20px;
  }
}
@media (max-width: 575px) {
  .rs-text-slide-two {
    padding: 160px 0 0px;
  }
}
.rs-text-slide-two .rs-text-slider-wrapper {
  position: relative;
}
.rs-text-slide-two .rs-text-slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}
.rs-text-slide-two .rs-text-slider-item:nth-child(1) {
  position: relative;
  z-index: 0;
  transform: rotate(7deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-two .rs-text-slider-item:nth-child(1) {
    top: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-text-slide-two .rs-text-slider-item:nth-child(1) {
    top: -50px;
  }
}
@media (max-width: 575px) {
  .rs-text-slide-two .rs-text-slider-item:nth-child(1) {
    top: -70px;
  }
}
.rs-text-slide-two .rs-text-slider-item:nth-child(2) {
  position: absolute;
  transform: rotate(-7deg);
  top: -230px;
  left: -100px;
}
.rs-text-slide-two .rs-text-slider-item .gsap-marquee {
  min-width: max-content;
}
.rs-text-slide-two .rs-text-slider-item .rs-text-slider-inner {
  padding: 20px 0px 20px 0px;
  border: 1px solid var(--rs-border-primary);
  background: var(--rs-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slider-inner {
    padding: 10px 0px 10px 0px;
  }
}
.rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
  font-size: 100px;
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-border-secondary);
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .rs-text-slide-two .rs-text-slider-item .rs-text-slide-title {
    font-size: 50px;
  }
}
.rs-text-slide-three {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-text-slide-three {
    padding-top: 80px;
  }
}
.rs-text-slide-three .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
}
.rs-text-slide-three .rs-text-slide-wrapper .gsap-marquee {
  min-width: max-content;
}
.rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
  font-size: 150px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--rs-border-secondary);
  line-height: 0.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .rs-text-slide-three .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 70px;
  }
}
.rs-text-slide-four {
  margin-bottom: -155px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.rs-text-slide-four .rs-text-slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
}
.rs-text-slide-four .rs-text-slide-wrapper .gsap-marquee {
  min-width: max-content;
}
.rs-text-slide-four .rs-text-slide-wrapper .rs-text-slide-item {
  font-size: 100px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(87, 119, 255, 0.2);
  line-height: 0.8;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-text-slide-four .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-text-slide-four .rs-text-slide-wrapper .rs-text-slide-item {
    font-size: 70px;
  }
}

/*----------------------------------------*/
/*  portfolio css
/*----------------------------------------*/
.rs-portfolio-one .rs-portfolio-inner:hover .rs-portfolio-thumb img {
  transform: scale(1.04);
}
.rs-portfolio-one .rs-portfolio-item {
  position: relative;
}
.rs-portfolio-one .rs-portfolio-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}
.rs-portfolio-one .rs-portfolio-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-portfolio-one .rs-portfolio-title {
  margin-bottom: 5px;
}
.rs-portfolio-one .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-two .rs-portfolio-item {
  position: relative;
}
.rs-portfolio-two .rs-portfolio-item:hover .rs-portfolio-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-two .rs-portfolio-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-portfolio-two .rs-portfolio-content {
  position: absolute;
  inset-inline-start: 30px;
  bottom: -30px;
  min-width: 295px;
  background: var(--rs-white);
  padding: 20px 24px 22px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-portfolio-two .rs-portfolio-content {
    min-width: unset;
    inset-inline-end: 30px;
  }
}
.rs-portfolio-two .rs-portfolio-title {
  margin-bottom: 3px;
}
.rs-portfolio-two .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-two .rs-portfolio-tag {
  font-size: 16px;
  font-weight: 500;
}
.rs-portfolio-two .rs-portfolio-tab {
  display: flex;
  justify-content: center;
  gap: 30px 65px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-portfolio-two .rs-portfolio-tab {
    gap: 20px 50px;
  }
}
@media (max-width: 575px) {
  .rs-portfolio-two .rs-portfolio-tab {
    gap: 20px 30px;
  }
}
.rs-portfolio-two .rs-portfolio-tab button {
  font-weight: 500;
  position: relative;
}
.rs-portfolio-two .rs-portfolio-tab button::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--rs-theme-primary);
  height: 2px;
  width: 0px;
  transition: 0.4s;
}
.rs-portfolio-two .rs-portfolio-tab button.active {
  color: var(--rs-theme-primary);
}
.rs-portfolio-two .rs-portfolio-tab button.active::before {
  width: 50%;
}
.rs-portfolio-three .rs-portfolio-wrapper {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-portfolio-three .rs-portfolio-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-portfolio-three .rs-portfolio-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.rs-portfolio-three .rs-portfolio-single {
  flex: 1;
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  min-height: 532px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: end;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .rs-portfolio-three .rs-portfolio-single {
    min-height: 450px;
  }
}
@media (max-width:450px) {
  .rs-portfolio-three .rs-portfolio-single {
    min-height: 350px;
  }
}
.rs-portfolio-three .rs-portfolio-single.active {
  flex: 1.5;
}
.rs-portfolio-three .rs-portfolio-single::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(214, 29, 29, 0) 60%, var(--rs-hover-primary) 100%);
}
.rs-portfolio-three .rs-portfolio-single:hover .rs-portfolio-btn {
  visibility: visible;
  opacity: 1;
}
.rs-portfolio-three .rs-portfolio-bg-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.rs-portfolio-three .rs-portfolio-content {
  padding: 30px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.rs-portfolio-three .rs-portfolio-tag {
  color: var(--rs-white);
  margin-bottom: 5px;
  display: inline-block;
}
.rs-portfolio-three .rs-portfolio-title a {
  color: var(--rs-white);
}
.rs-portfolio-three .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-three .rs-portfolio-btn {
  position: absolute;
  inset-inline-end: 30px;
  bottom: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.rs-portfolio-three .rs-portfolio-btn .rs-circle-btn {
  width: 40px;
  height: 40px;
}
.rs-portfolio-three .rs-portfolio-btn .rs-circle-btn svg {
  width: 18px;
  transform: rotate(-45deg);
}
.rs-portfolio-three .rs-portfolio-btn .rs-circle-btn:hover svg {
  transform: rotate(0deg);
}
.rs-portfolio-four .rs-portfolio-wrapper {
  padding-bottom: 50px;
}
.rs-portfolio-four .rs-portfolio-thumb {
  margin-bottom: 25px;
}
.rs-portfolio-four .rs-portfolio-thumb img {
  border-radius: 15px 15px 15px 15px;
  width: 100%;
}
.rs-portfolio-four .rs-portfolio-tag {
  color: var(--rs-theme-primary);
  margin-bottom: 8px;
  display: inline-block;
}
.rs-portfolio-four .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-five .rs-portfolio-item:hover .rs-portfolio-thumb img {
  transform: scale(1.04);
}
.rs-portfolio-five .rs-portfolio-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}
.rs-portfolio-five .rs-portfolio-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-portfolio-five .rs-portfolio-title {
  margin-bottom: 3px;
}
.rs-portfolio-five .rs-portfolio-title a:hover {
  color: var(--rs-theme-primary);
}
.rs-portfolio-six .rs-portfolio-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-portfolio-six .rs-portfolio-btn {
    justify-content: start;
  }
}
.rs-portfolio-six .rs-portfolio-item {
  position: relative;
}
.rs-portfolio-six .rs-portfolio-item:hover .rs-portfolio-content-wrap {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-six .rs-portfolio-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-portfolio-six .rs-portfolio-content-wrap {
  position: absolute;
  bottom: -30px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  padding: 0px 30px;
}
.rs-portfolio-six .rs-portfolio-content {
  padding: 20px 24px 22px;
  background: var(--rs-theme-secondary);
  border-radius: 4px;
  text-align: center;
}
.rs-portfolio-six .rs-portfolio-title {
  color: var(--rs-title-secondary);
}
.rs-portfolio-six .rs-portfolio-title a:hover {
  color: var(--rs-hover-secondary);
}
.rs-portfolio-six .rs-portfolio-title.underline a {
  background-image: linear-gradient(var(--rs-theme-tertiary), var(--rs-theme-tertiary)), linear-gradient(var(--rs-theme-tertiary), var(--rs-theme-tertiary));
}
.rs-portfolio-six .rs-portfolio-tag {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--rs-text-secondary);
  display: inline-block;
}
.rs-portfolio-seven .rs-portfolio-item {
  position: relative;
}
.rs-portfolio-seven .rs-portfolio-item:hover .rs-portfolio-content-wrap {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.rs-portfolio-seven .rs-portfolio-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-portfolio-seven .rs-portfolio-content-wrap {
  position: absolute;
  bottom: -30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.rs-portfolio-seven .rs-portfolio-content {
  padding: 20px 24px 22px;
  background: var(--rs-white);
  border-radius: 4px;
}
.rs-portfolio-seven .rs-portfolio-title {
  color: var(--rs-title-secondary);
}
.rs-portfolio-seven .rs-portfolio-title a:hover {
  color: var(--rs-hover-quaternary);
}
.rs-portfolio-seven .rs-portfolio-title.underline a {
  background-image: linear-gradient(var(--rs-hover-quaternary), var(--rs-hover-quaternary)), linear-gradient(var(--rs-hover-quaternary), var(--rs-hover-quaternary));
}
.rs-portfolio-seven .rs-portfolio-tag {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--rs-text-primary);
  display: inline-block;
}
.rs-portfolio-eight .rs-portfolio-item:hover .rs-portfolio-thumb img {
  transform: scale(1.04);
}
.rs-portfolio-eight .rs-portfolio-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
}
.rs-portfolio-eight .rs-portfolio-thumb img {
  width: 100%;
  transition: 0.3s;
}
.rs-portfolio-eight .rs-portfolio-title {
  margin-bottom: 5px;
}
.rs-portfolio-eight .rs-portfolio-title a:hover {
  color: var(--rs-theme-orange);
}
.rs-portfolio-details-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-portfolio-details-slider {
  position: relative;
}
.rs-portfolio-details-slider .rs-common-navigation button {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.rs-portfolio-details-slider .rs-common-navigation button.rs-slider-button-next {
  left: auto;
  right: 20px;
}
.rs-portfolio-details-slider .rs-common-navigation button:hover {
  background: var(--rs-hover-primary);
  color: var(--rs-white);
}
.rs-portfolio-details-title {
  margin: 40px 0 20px;
}
.rs-portfolio-details-feature-list ul li {
  list-style: none;
  position: relative;
  padding-inline-start: 35px;
  display: flex;
  align-items: center;
}
.rs-portfolio-details-feature-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-portfolio-details-feature-list ul li::before {
  content: "\eb79";
  color: var(--rs-theme-primary);
  font-size: 24px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "remixicon";
  position: absolute;
  inset-inline-start: 0;
}
.rs-portfolio-details-sidebar-thumb img {
  height: 455px;
  width: 100%;
  border-radius: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-portfolio-details-sidebar-thumb img {
    height: 390px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-portfolio-details-sidebar-thumb img {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-portfolio-details-sidebar-thumb img {
    height: 100%;
  }
}
.rs-portfolio-details-case-title {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
  padding: 25px 25px 25px 25px;
  font-weight: 500;
  border-radius: 4px 4px 0px 0px;
}
.rs-portfolio-details-case-information {
  margin-top: 40px;
}
.rs-portfolio-details-case-info-wrapper {
  background: var(--rs-white);
  padding: 40px 40px 40px;
  border-radius: 0px 0px 4px 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-portfolio-details-case-info-wrapper {
    padding: 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-portfolio-details-case-info-wrapper {
    padding: 25px 25px 25px;
  }
}
@media (max-width: 575px) {
  .rs-portfolio-details-case-info-wrapper {
    padding: 20px 20px 20px;
  }
}
.rs-portfolio-details-case-info-wrapper ul li {
  list-style: none;
  grid-template-columns: 90px 30px auto;
  display: grid;
  font-size: 16px;
  list-style: none;
}
.rs-portfolio-details-case-info-wrapper ul li strong {
  color: var(--rs-black);
}
.rs-portfolio-details-case-info-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid var(--rs-border-primary);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-portfolio-details-feature-wrapper {
    padding-bottom: 70px;
  }
}

.swiper.portfolio_active_two {
  overflow: visible;
}

/*----------------------------------------*/
/*  Contact css
/*----------------------------------------*/
.rs-contact-one.has-theme-quaternary .rs-section-subtitle {
  color: var(--rs-text-tertiary);
}
.rs-contact-one.has-theme-quaternary .rs-section-title {
  color: var(--rs-white);
}
.rs-contact-one.has-theme-quaternary .rs-contact-icon span {
  background: var(--rs-theme-quaternary);
}
.rs-contact-one.has-theme-quaternary .rs-contact-list-content span {
  color: var(--rs-white);
}
.rs-contact-one.has-theme-quaternary .rs-contact-list-content h6 {
  color: var(--rs-white);
}
.rs-contact-one.has-theme-quaternary .rs-contact-list-content h6 a:hover {
  color: var(--rs-hover-quaternary);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg {
  background: #182338;
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input {
  background: var(--rs-theme-dark-blue);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input::placeholder {
  color: #BBBBBB;
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea {
  background: var(--rs-theme-dark-blue);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea::placeholder {
  color: #BBBBBB;
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input .nice-select {
  color: var(--rs-white);
  background: var(--rs-theme-dark-blue);
  border: transparent;
  color: #BBBBBB;
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input .nice-select .list {
  background: var(--rs-theme-dark-blue);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-hover-quaternary);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input,
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea {
  color: var(--rs-white);
}
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input input:focus,
.rs-contact-one.has-theme-quaternary .rs-contact-form.has-bg .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-quaternary);
}
.rs-contact-one .rs-contact-wrapper {
  position: relative;
  z-index: 3;
}
.rs-contact-one .rs-contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-contact-one .rs-contact-list {
  max-width: 370px;
}
.rs-contact-one .rs-contact-list-item {
  display: flex;
  gap: 25px;
}
.rs-contact-one .rs-contact-list-item:hover .rs-contact-icon svg {
  animation: rs-vibrate 0.4s;
}
.rs-contact-one .rs-contact-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-contact-one .rs-contact-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  border-radius: 50%;
}
.rs-contact-one .rs-contact-icon span svg {
  width: 25px;
  height: 25px;
}
.rs-contact-one .rs-contact-icon span svg path {
  fill: var(--rs-white);
}
.rs-contact-one .rs-contact-list-content span {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
  display: inline-block;
}
.rs-contact-one .rs-contact-list-content a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-one .rs-contact-list-content h6 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .rs-contact-one .rs-contact-list-content h6 {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .rs-contact-one .rs-contact-list-content h6 {
    font-size: 18px;
  }
}
.rs-contact-one .rs-contact-form {
  position: relative;
  z-index: 3;
  background: var(--rs-white);
  padding: 50px 50px 50px 50px;
  border-radius: 4px;
  margin-inline-start: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 40px;
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 0px;
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .rs-contact-one .rs-contact-form {
    margin-inline-start: 0px;
    padding: 30px 30px 30px 30px;
  }
}
.rs-contact-one .rs-contact-form.has-bg {
  background: var(--rs-bg-secondary);
}
.rs-contact-one .rs-contact-form.has-bg .rs-contact-input input {
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-form.has-bg .rs-contact-input textarea {
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-form.has-bg .rs-contact-input .nice-select {
  background: var(--rs-white);
}
.rs-contact-one .rs-contact-input input {
  width: 100%;
  height: 65px;
  outline: 0;
  padding: 0 25px;
  background: var(--rs-bg-secondary);
}
.rs-contact-one .rs-contact-input textarea {
  height: 160px;
  padding: 23px 25px;
  resize: none;
  background: var(--rs-bg-secondary);
}
.rs-contact-one .rs-contact-input .nice-select {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  color: var(--rs-placeholder);
  background: var(--rs-bg-secondary);
}
.rs-contact-one .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-one .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-one.has-theme-green .rs-contact-icon span {
  background: var(--rs-theme-green);
}
.rs-contact-one.has-theme-green .rs-contact-list-content a:hover {
  color: var(--rs-theme-green);
}
.rs-contact-one.has-theme-green .rs-contact-input input:focus,
.rs-contact-one.has-theme-green .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-green);
}
.rs-contact-one.has-theme-green .rs-btn.has-color {
  background: var(--rs-theme-green);
}
.rs-contact-one.has-theme-green .rs-btn.has-color:hover {
  background: var(--rs-black);
}
.rs-contact-one.has-theme-orange .rs-contact-icon span {
  background: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-contact-list-content a:hover {
  color: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-contact-input input:focus,
.rs-contact-one.has-theme-orange .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-btn.has-color {
  background: var(--rs-theme-orange);
}
.rs-contact-one.has-theme-orange .rs-btn.has-color:hover {
  background: var(--rs-black);
}
.rs-contact-one.has-theme-yellow .rs-contact-icon span {
  background: var(--rs-theme-yellow);
}
.rs-contact-one.has-theme-yellow .rs-contact-icon span svg path {
  fill: var(--rs-theme-tertiary);
}
.rs-contact-one.has-theme-yellow .rs-contact-list-content a:hover {
  color: var(--rs-theme-yellow);
}
.rs-contact-one.has-theme-yellow .rs-contact-input input:focus,
.rs-contact-one.has-theme-yellow .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-yellow);
}
.rs-contact-one.has-theme-yellow .rs-btn.has-color {
  background: var(--rs-theme-yellow);
}
.rs-contact-one.has-theme-yellow .rs-btn.has-color:hover {
  background: var(--rs-black);
}
.rs-contact-one.has-theme-yellow .rs-contact-form {
  background: var(--rs-bg-light-grey);
}
.rs-contact-two .rs-contact-wrapper {
  margin-inline-end: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-contact-two .rs-contact-wrapper {
    margin-inline-end: 0px;
  }
}
.rs-contact-two .rs-section-title {
  color: var(--rs-title-secondary);
}
.rs-contact-two .rs-section-paragraph {
  color: var(--rs-text-secondary);
  margin-bottom: 35px;
}
.rs-contact-two .rs-contact-info {
  display: flex;
  align-items: center;
  gap: 30px 40px;
  flex-wrap: wrap;
}
.rs-contact-two .rs-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--rs-bg-tertiary);
  border-radius: 50%;
}
.rs-contact-two .rs-contact-icon i {
  font-size: 30px;
  color: var(--rs-theme-tertiary);
}
.rs-contact-two .rs-contact-call {
  display: flex;
  align-items: center;
  gap: 25px;
}
.rs-contact-two .rs-contact-call h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--rs-text-primary);
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .rs-contact-two .rs-contact-call h6 {
    margin-bottom: 10px;
  }
}
.rs-contact-two .rs-contact-call p {
  font-size: 28px;
  font-weight: 700;
  color: var(--rs-title-secondary);
}
@media (max-width: 575px) {
  .rs-contact-two .rs-contact-call p {
    font-size: 24px;
  }
}
.rs-contact-two .rs-contact-call p a:hover {
  color: var(--rs-hover-tertiary);
}
.rs-contact-two .rs-contact-form {
  position: relative;
  z-index: 3;
  background: var(--rs-theme-secondary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rs-contact-two .rs-contact-form {
    padding: 30px 30px 30px 30px;
  }
}
.rs-contact-two .rs-contact-form.has-bg {
  background: var(--rs-bg-secondary);
}
.rs-contact-two .rs-contact-form.has-bg .rs-contact-input input {
  background: var(--rs-white);
}
.rs-contact-two .rs-contact-form.has-bg .rs-contact-input textarea {
  background: var(--rs-white);
}
.rs-contact-two .rs-contact-form.has-bg .rs-contact-input .nice-select {
  background: var(--rs-white);
}
.rs-contact-two .rs-contact-input input {
  width: 100%;
  height: 55px;
  outline: 0;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.1);
}
.rs-contact-two .rs-contact-input input:focus {
  border-color: var(--rs-theme-tertiary);
}
.rs-contact-two .rs-contact-input textarea {
  height: 160px;
  padding: 23px 25px;
  resize: none;
  background: rgba(255, 255, 255, 0.1);
}
.rs-contact-two .rs-contact-input textarea:focus {
  border-color: var(--rs-theme-tertiary);
}
.rs-contact-two .rs-contact-input .nice-select {
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  color: var(--rs-placeholder);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--rs-border-primary);
}
.rs-contact-two .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-two .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-secondary);
}
.rs-contact-three.has-white {
  background: var(--rs-white);
  padding: 40px 40px;
  border-radius: 4px;
  margin-inline-start: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-contact-three.has-white {
    padding: 30px 30px;
    margin-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-contact-three.has-white {
    padding: 30px 30px;
    margin-inline-start: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-contact-three.has-white {
    padding: 30px 30px;
    margin-inline-start: 0px;
  }
}
@media (max-width:450px) {
  .rs-contact-three.has-white {
    padding: 20px 20px;
  }
}
.rs-contact-three.has-white .rs-contact-form {
  position: relative;
  z-index: 3;
  background: var(--rs-white);
}
.rs-contact-three.has-white .rs-contact-input input {
  width: 100%;
  height: 65px;
  outline: 0;
  padding: 0 25px;
  background: var(--rs-bg-secondary);
  color: var(--rs-black);
}
.rs-contact-three.has-white .rs-contact-input input::placeholder {
  color: var(--rs-placeholder);
}
.rs-contact-three.has-white .rs-contact-input textarea {
  height: 160px;
  padding: 23px 25px;
  resize: none;
  background: var(--rs-bg-secondary);
  color: var(--rs-black);
}
.rs-contact-three.has-white .rs-contact-input .nice-select {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  color: var(--rs-placeholder);
  background: var(--rs-bg-secondary);
}
.rs-contact-three.has-white .rs-contact-input .nice-select::after {
  color: var(--rs-black);
}
.rs-contact-three.has-white .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-three.has-white .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-three .rs-contact-title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-contact-three .rs-contact-title {
    font-size: 32px;
  }
}
.rs-contact-three .rs-contact-wrapper {
  position: relative;
  z-index: 3;
}
.rs-contact-three .rs-contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.rs-contact-three .rs-contact-list {
  max-width: 370px;
}
.rs-contact-three .rs-contact-list-item {
  display: flex;
  gap: 25px;
}
.rs-contact-three .rs-contact-list-item:hover .rs-contact-icon svg {
  animation: rs-vibrate 0.4s;
}
.rs-contact-three .rs-contact-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.rs-contact-three .rs-contact-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--rs-theme-primary);
  border-radius: 50%;
}
.rs-contact-three .rs-contact-icon span svg {
  width: 25px;
  height: 25px;
}
.rs-contact-three .rs-contact-icon span svg path {
  fill: var(--rs-white);
}
.rs-contact-three .rs-contact-list-content span {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.2;
  display: inline-block;
}
.rs-contact-three .rs-contact-list-content a:hover {
  color: var(--rs-theme-primary);
}
.rs-contact-three .rs-contact-list-content h6 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .rs-contact-three .rs-contact-list-content h6 {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .rs-contact-three .rs-contact-list-content h6 {
    font-size: 18px;
  }
}
.rs-contact-three .rs-contact-form {
  position: relative;
  z-index: 3;
  background: var(--rs-white);
  padding: 50px 50px 50px 50px;
  border-radius: 4px;
  margin-inline-start: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rs-contact-three .rs-contact-form {
    margin-inline-start: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-contact-three .rs-contact-form {
    margin-inline-start: 40px;
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-contact-three .rs-contact-form {
    margin-inline-start: 0px;
    padding: 40px 40px 40px 40px;
  }
}
@media (max-width: 575px) {
  .rs-contact-three .rs-contact-form {
    margin-inline-start: 0px;
    padding: 30px 30px 30px 30px;
  }
}
.rs-contact-three .rs-contact-form.has-bg {
  background: var(--rs-bg-secondary);
}
.rs-contact-three .rs-contact-form.has-bg .rs-contact-input input {
  background: var(--rs-white);
}
.rs-contact-three .rs-contact-form.has-bg .rs-contact-input textarea {
  background: var(--rs-white);
}
.rs-contact-three .rs-contact-form.has-bg .rs-contact-input .nice-select {
  background: var(--rs-white);
}
.rs-contact-three .rs-contact-input input {
  width: 100%;
  height: 52px;
  outline: 0;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.rs-contact-three .rs-contact-input input::placeholder {
  color: white;
}
.rs-contact-three .rs-contact-input textarea {
  height: 150px;
  padding: 23px 25px;
  resize: none;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.rs-contact-three .rs-contact-input textarea::placeholder {
  color: white;
}
.rs-contact-three .rs-contact-input .nice-select {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  color: white;
  background: rgba(255, 255, 255, 0.05);
  border-color: transparent;
}
.rs-contact-three .rs-contact-input .nice-select::after {
  color: var(--rs-white);
}
.rs-contact-three .rs-contact-input .nice-select .list {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}
.rs-contact-three .rs-contact-input .nice-select .list .option:hover {
  color: var(--rs-theme-primary);
}

.rs-map-one {
  line-height: 0;
}
.rs-map-one .rs-google-map iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-map-one .rs-google-map iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-map-one .rs-google-map iframe {
    height: 300px;
  }
}

/*----------------------------------------*/
/*  services css
/*----------------------------------------*/
.rs-qualification-one .rs-qualification-content {
  padding: 50px 30px 50px 30px;
  background-color: var(--rs-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-one .rs-qualification-content {
    padding: 30px 30px 30px 30px;
  }
}
.rs-qualification-one .rs-qualification-item {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 120px;
}
@media (max-width: 575px) {
  .rs-qualification-one .rs-qualification-item {
    display: block;
  }
}
.rs-qualification-one .rs-qualification-title {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-one .rs-qualification-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-one .rs-qualification-meta {
    font-size: 16px;
  }
}
.rs-qualification-one .rs-divider {
  position: absolute;
  top: 30px;
  inset-inline-start: 50%;
  bottom: 0;
  width: 1px;
  border-style: dashed;
  border-width: 0px 0px 0px 1px;
  border-color: #8C8C8C;
}
.rs-qualification-one .rs-divider:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-inline-start: -5px;
  top: -22px;
  border-radius: 50%;
  background-color: var(--rs-theme-primary);
}
.rs-qualification-one .rs-divider::after {
  content: "";
  display: block;
  margin-top: -32px;
  width: 30px;
  height: 30px;
  margin-inline-start: -15px;
  border-radius: 50%;
  border: 1px dashed #8C8C8C;
}
@media (max-width: 575px) {
  .rs-qualification-one .rs-divider {
    inset-inline-start: 0;
  }
}
.rs-qualification-one .left-part {
  padding-inline-end: 60px;
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-one .left-part {
    padding-inline-end: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-one .left-part {
    padding-inline-start: 30px;
    width: 100%;
    text-align: start;
    padding-inline-end: 0px;
  }
}
.rs-qualification-one .right-part {
  padding-inline-start: 60px;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-one .right-part {
    padding-inline-start: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-one .right-part {
    padding-inline-start: 30px;
    width: 100%;
  }
}
.rs-qualification-one .rs-qualification-left {
  margin-inline-end: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-one .rs-qualification-left {
    margin-inline-end: 0px;
  }
}
.rs-qualification-one .rs-qualification-right {
  margin-inline-start: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-one .rs-qualification-right {
    margin-inline-start: 0px;
  }
}
.rs-qualification-two {
  padding: 50px 40px 40px;
}
@media (max-width: 575px) {
  .rs-qualification-two {
    padding: 20px 20px 20px;
  }
}
.rs-qualification-two .rs-qualification-content {
  padding: 50px 30px 50px 30px;
  background-color: var(--rs-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-two .rs-qualification-content {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width:450px) {
  .rs-qualification-two .rs-qualification-content {
    padding: 20px 20px 20px 20px;
  }
}
.rs-qualification-two .rs-qualification-item {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 120px;
}
@media (max-width: 575px) {
  .rs-qualification-two .rs-qualification-item {
    display: block;
  }
}
.rs-qualification-two .rs-qualification-title {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-two .rs-qualification-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-two .rs-qualification-meta {
    font-size: 16px;
  }
}
.rs-qualification-two .rs-divider {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-style: dashed;
  border-width: 0px 0px 0px 1px;
  border-color: #8C8C8C;
}
.rs-qualification-two .rs-divider:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  top: -22px;
  border-radius: 50%;
  background-color: var(--rs-theme-quaternary);
}
.rs-qualification-two .rs-divider::after {
  content: "";
  display: block;
  margin-top: -32px;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-radius: 50%;
  border: 1px dashed #8C8C8C;
}
@media (max-width: 575px) {
  .rs-qualification-two .rs-divider {
    left: 0;
  }
}
.rs-qualification-two .left-part {
  padding-inline-end: 60px;
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-two .left-part {
    padding-inline-end: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-two .left-part {
    padding-inline-start: 30px;
    width: 100%;
    text-align: start;
    padding-inline-end: 0px;
  }
}
.rs-qualification-two .right-part {
  padding-inline-start: 60px;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-two .right-part {
    padding-inline-start: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-two .right-part {
    padding-inline-start: 30px;
    width: 100%;
  }
}
.rs-qualification-two .rs-qualification-left {
  margin-inline-end: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-two .rs-qualification-left {
    margin-inline-end: 0px;
  }
}
.rs-qualification-two .rs-qualification-right {
  margin-inline-start: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-qualification-two .rs-qualification-right {
    margin-inline-start: 0px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-three .rs-qualification-content {
    padding: 0 0 0 15px;
  }
}
.rs-qualification-three .rs-qualification-item {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 120px;
}
@media (max-width: 575px) {
  .rs-qualification-three .rs-qualification-item {
    display: block;
  }
}
.rs-qualification-three .rs-qualification-title {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-three .rs-qualification-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-qualification-three .rs-qualification-meta {
    font-size: 16px;
  }
}
.rs-qualification-three .rs-divider {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  width: 1px;
  border-style: dashed;
  border-width: 0px 0px 0px 1px;
  border-color: #8C8C8C;
}
.rs-qualification-three .rs-divider:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-inline-start: -5px;
  top: -22px;
  border-radius: 50%;
  background-color: var(--rs-theme-primary);
}
.rs-qualification-three .rs-divider::after {
  content: "";
  display: block;
  margin-top: -32px;
  width: 30px;
  height: 30px;
  margin-inline-start: -15px;
  border-radius: 50%;
  border: 1px dashed #8C8C8C;
}
@media (max-width: 575px) {
  .rs-qualification-three .rs-divider {
    left: 0;
  }
}
.rs-qualification-three .left-part {
  padding-inline-end: 60px;
  width: 50%;
  text-align: right;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-three .left-part {
    padding-inline-end: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-three .left-part {
    padding-inline-start: 30px;
    width: 100%;
    text-align: start;
    padding-inline-end: 0px;
  }
}
.rs-qualification-three .right-part {
  padding-inline-start: 60px;
  width: 50%;
  padding-bottom: 30px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-qualification-three .right-part {
    padding-inline-start: 40px;
  }
}
@media (max-width: 575px) {
  .rs-qualification-three .right-part {
    padding-inline-start: 30px;
    width: 100%;
  }
}

/*----------------------------------------*/
/*   portfolio css
/*----------------------------------------*/
.rs-pricing-one .rs-section-title-wrapper {
  padding-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-section-title-wrapper {
    padding-bottom: 0;
  }
}
.rs-pricing-one .rs-pricing-item {
  background: var(--rs-bg-secondary);
  padding: 35px 45px 35px 45px;
  text-align: center;
  border-top: 3px solid var(--rs-theme-primary);
  border-radius: 4px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-pricing-item {
    padding: 30px 30px 30px 30px;
  }
}
@media (max-width:450px) {
  .rs-pricing-one .rs-pricing-item {
    padding: 25px 25px 25px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-pricing-item.item-active.rs-pricing-item {
    margin-top: 45px;
  }
}
.rs-pricing-one .rs-pricing-item.item-active .rs-pricing-amount {
  color: var(--rs-theme-primary);
}
.rs-pricing-one .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black {
  background: var(--rs-theme-primary);
}
.rs-pricing-one .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black:hover {
  background: var(--rs-hover-primary);
}
.rs-pricing-one .rs-pricing-item.item-active .rs-pricing-tag {
  font-weight: 600;
  color: var(--rs-white);
  background-color: var(--rs-black);
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  top: -48px;
  left: 0px;
}
.rs-pricing-one .rs-pricing-content {
  text-align: center;
}
.rs-pricing-one .rs-pricing-top {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.rs-pricing-one .rs-pricing-top::before {
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  background: var(--rs-border-primary);
  content: "";
  bottom: 0;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-pricing-top::before {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width:450px) {
  .rs-pricing-one .rs-pricing-top::before {
    width: calc(100% + 50px);
    left: -25px;
  }
}
.rs-pricing-one .rs-pricing-bottom {
  max-width: 300px;
  margin: 0 auto;
}
.rs-pricing-one .description {
  font-size: 16px;
}
.rs-pricing-one .rs-pricing-title {
  font-size: 30px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-pricing-title {
    font-size: 25px;
  }
}
.rs-pricing-one .rs-pricing-amount {
  font-size: 60px;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-pricing-one .rs-pricing-amount {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .rs-pricing-one .rs-pricing-amount {
    font-size: 40px;
  }
}
.rs-pricing-one .rs-pricing-btn {
  padding-top: 28px;
}
.rs-pricing-one .rs-pricing-duration {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.rs-pricing-one .rs-pricing-feature {
  text-align: start;
  position: relative;
  margin-top: 35px;
  padding-top: 30px;
}
.rs-pricing-one .rs-pricing-feature::before {
  position: absolute;
  width: calc(100% + 80px);
  height: 1px;
  background: var(--rs-border-primary);
  content: "";
  top: 0;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-one .rs-pricing-feature::before {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (max-width:450px) {
  .rs-pricing-one .rs-pricing-feature::before {
    width: calc(100% + 50px);
    left: -25px;
  }
}
.rs-pricing-one .rs-pricing-feature ul li {
  list-style: none;
  position: relative;
  color: var(--rs-black);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.rs-pricing-one .rs-pricing-feature ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-pricing-one .rs-pricing-feature ul li::before {
  content: "\eb7b";
  color: var(--rs-theme-primary);
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "remixicon";
  position: absolute;
  inset-inline-end: 0;
}
.rs-pricing-one .rs-pricing-feature ul li.close {
  color: var(--rs-text-primary);
}
.rs-pricing-one .rs-pricing-feature ul li.close::before {
  content: "\eb99";
  color: #666;
}
.rs-pricing-one.has-theme-green .rs-pricing-item {
  background: var(--rs-white);
  border-color: var(--rs-theme-green);
}
.rs-pricing-one.has-theme-green .rs-pricing-item.item-active .rs-pricing-tag {
  background-color: var(--rs-theme-green);
}
.rs-pricing-one.has-theme-green .rs-pricing-item.item-active .rs-pricing-amount {
  color: var(--rs-theme-green);
}
.rs-pricing-one.has-theme-green .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black {
  background: var(--rs-theme-green);
}
.rs-pricing-one.has-theme-green .rs-pricing-item.item-active .rs-pricing-btn .rs-btn.has-black:hover {
  background: var(--rs-black);
}
.rs-pricing-one.has-theme-green .rs-pricing-feature ul li::before {
  color: var(--rs-theme-green);
}
.rs-pricing-one.has-theme-green .rs-pricing-feature ul li.close::before {
  content: "\eb99";
  color: #666;
}
.rs-pricing-one.has-theme-green .rs-btn.has-black:hover {
  background: var(--rs-theme-green);
}
.rs-pricing-two .rs-pricing-item {
  background: var(--rs-bg-primary);
  padding: 40px 40px 40px 40px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-pricing-two .rs-pricing-item {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-pricing-two .rs-pricing-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-pricing-two .rs-pricing-item.item-active .rs-btn.has-white {
  background: var(--rs-theme-primary);
  color: var(--rs-white);
}
.rs-pricing-two .rs-pricing-item.item-active .rs-btn.has-white:hover {
  background: var(--rs-white);
  color: var(--rs-black);
}
.rs-pricing-two .rs-pricing-item:hover {
  border-color: var(--rs-theme-primary);
}
.rs-pricing-two .rs-pricing-title {
  margin-bottom: 10px;
}
.rs-pricing-two .rs-pricing-amount {
  font-size: 52px;
  color: var(--rs-theme-primary);
  display: flex;
  align-items: end;
  gap: 5px;
  margin: 20px 0 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-pricing-two .rs-pricing-amount {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rs-pricing-two .rs-pricing-amount {
    font-size: 35px;
  }
}
.rs-pricing-two .rs-pricing-amount .duration {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.rs-pricing-two .rs-btn {
  color: var(--rs-black);
}
.rs-pricing-two .rs-pricing-feature-title {
  color: var(--rs-title-primary);
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.rs-pricing-two .rs-pricing-feature {
  text-align: start;
  position: relative;
  margin-top: 35px;
}
.rs-pricing-two .rs-pricing-feature ul li {
  list-style: none;
  position: relative;
  color: var(--rs-black);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.rs-pricing-two .rs-pricing-feature ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rs-pricing-two .rs-pricing-feature ul li::before {
  content: "\eb7b";
  color: var(--rs-theme-primary);
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  display: inline-block;
  font-family: "remixicon";
  position: absolute;
  left: 0;
}
.rs-pricing-two .rs-pricing-feature ul li.close {
  color: var(--rs-text-primary);
}
.rs-pricing-two .rs-pricing-feature ul li.close::before {
  content: "\eb99";
  color: #666;
}

/*----------------------------------------*/
/*  Resume css
/*----------------------------------------*/
.rs-resume-one .rs-resume-tab-content {
  background: var(--rs-bg-light);
  border-radius: 0 0 4px 4px;
}
.rs-resume-one .rs-resume-tab .nav {
  display: flex;
  align-items: center;
  background: var(--rs-theme-dark-blue);
  justify-content: space-between;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .rs-resume-one .rs-resume-tab .nav {
    justify-content: center;
  }
}
.rs-resume-one .rs-resume-tab a {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rs-white);
  border-radius: 4px;
  position: relative;
  z-index: 2;
  width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-resume-one .rs-resume-tab a {
    width: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-resume-one .rs-resume-tab a {
    width: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-resume-one .rs-resume-tab a {
    width: 200px;
  }
}
.rs-resume-one .rs-resume-tab a.active::before {
  right: auto;
  width: 100%;
}
.rs-resume-one .rs-resume-tab a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background: var(--rs-theme-quaternary);
  transition: 0.5s;
  right: 0px;
  z-index: -1;
  border-radius: 4px;
}

/*----------------------------------------*/
/*  Award css
/*----------------------------------------*/
.rs-award-one .rs-award-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 50px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .rs-award-one .rs-award-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 30px 30px;
  }
}
.rs-award-one .rs-award-item {
  background: var(--rs-white);
  padding: 30px 30px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-award-one .rs-award-item {
    padding: 20px 20px;
  }
}
.rs-award-one .rs-award-item:hover {
  border-color: var(--rs-theme-quaternary);
}
.rs-award-one .rs-award-top {
  display: flex;
  justify-content: space-between;
}
.rs-award-one .rs-award-thumb img {
  width: 80px;
}
.rs-award-one .rs-award-date {
  color: var(--rs-black);
  font-weight: 600;
}
.rs-award-one .rs-award-title {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--rs-text-primary);
  margin: 12px 0 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-award-one .rs-award-title {
    font-size: 16px;
  }
}
.rs-award-one .rs-award-name {
  text-transform: uppercase;
  font-weight: 600;
  margin: 75px 0 0;
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-award-one .rs-award-name {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  gallery css
/*----------------------------------------*/
.rs-gallery-one .rs-gallery-item {
  position: relative;
}
.rs-gallery-one .rs-gallery-item:hover .rs-gallery-content-wrap {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.rs-gallery-one .rs-gallery-item:hover .rs-gallery-thumb::before {
  visibility: visible;
  opacity: 1;
}
.rs-gallery-one .rs-gallery-item:hover .rs-gallery-btn {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}
.rs-gallery-one .rs-gallery-thumb {
  position: relative;
}
.rs-gallery-one .rs-gallery-thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 175, 64, 0.8);
  transition: all 0.4s ease-out;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
}
.rs-gallery-one .rs-gallery-thumb img {
  width: 100%;
  border-radius: 4px;
}
.rs-gallery-one .rs-gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}

/*----------------------------------------*/
/*  work step css
/*----------------------------------------*/
.rs-work-step-one .rs-work-step-wrapper {
  border-top: 1px solid var(--rs-border-primary);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 55px;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-step-one .rs-work-step-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rs-work-step-one .rs-work-step-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .rs-work-step-one .rs-work-step-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-work-step-one .rs-work-step-wrapper {
    padding-top: 0;
    border-top: none;
  }
}
.rs-work-step-one .rs-work-step-item {
  background: var(--rs-white);
  padding: 30px 30px 30px 30px;
  position: relative;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-work-step-one .rs-work-step-item {
    padding: 20px 20px 20px 20px;
  }
}
.rs-work-step-one .rs-work-step-shape {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-work-step-one .rs-work-step-shape {
    display: none;
  }
}
.rs-work-step-one .rs-work-step-shape .has-black {
  display: none;
}
.rs-work-step-one .rs-work-step-number {
  font-size: 36px;
  font-weight: 700;
  color: #EEEEEE;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.1;
}
.rs-work-step-one .rs-work-step-title {
  margin-bottom: 10px;
}

/*# sourceMappingURL=main.css.map */
