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

	-----------------
    01. THEME CSS
	-----------------
		1.1 colors
		1.2 mixins
		1.3 extends
		1.4 breakpoints
		1.5 typography
		1.6 root
		1 index

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 custom-class
		2.2 background
		2.3 buttons
		2.4 offcanvas
		2.5 nice-select
		2.6 section-title
		2.7 breadcrumb
		2.8 backtotop
		2.9 animation
		2.10 preloader
		2.11 rangeSlider
		2 index

	-----------------
    03. HEADER CSS
	-----------------
		3.1 header-common
		3.2 header-1
		3.3 header-2
		3.4 header-3
		3 index

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Meanmenu
		4.2 Menu
		4 index

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog
		5.2 sidebar
		5.3 blog-details
		5.4 blog-2
		5.5 blog-3
		5 index

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 footer
		6.2 footer-copyright
		6.3 footer-2
		6.4 footer-3
		6 index

	---------------------------------
	07. CTA CSS
	---------------------------------
		7.1 cta
		7.2 cta-2
		7 index

	---------------------------------
	08. BRAND CSS
	---------------------------------
		8.1 brand
		8 index

	---------------------------------
	09. Banner CSS
	---------------------------------
		9.1 banner-1
		9.2 banner-2
		9.3 banner-3
		9 index

	---------------------------------
	10. PAGES CSS
	---------------------------------
		10.1 404
		10.2 faq
		10.3 feedback
		10.4 service-details
		10.5 portfolio-details
		10.6 home1
		10.7 contact
		10.8 work-step
		10.9 cool-amazing
		10.10 services-provided
		10.11 cursor
		10.12 play-video
		10.13 case-studies
		10.14 specialists
		10.15 what-we-do
		10.16 customer-feedback
		10.17 recent-works
		10.18 service-2
		10.19 pricing-plan
		10.20 customers-solutions
		10.21 why-choose-us
		10.22 client-testimonial
		10.23 horizental-bar
		10.24 portfolio
		10.25 team
		10.26 operationl-procedures
		10.27 decision-making
		10.28 team-details
		10 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li.has-dropdown > a::after, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .backtotop-wrap, .backtotop-wrap i, .backtotop-wrap .btn-wrap .text-one, .offcanvas__overlay, .offcanvas__navigation button svg, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
svg path {
  -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;
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --rr-ff-body: 'Plus Jakarta Sans', sans-serif;
  --rr-ff-heading: 'Plus Jakarta Sans', sans-serif;
  --rr-ff-subtitle: 'Plus Jakarta Sans';
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-common-selection: #83CD20;
  --rr-body-primary: #ffffff;
  --rr-theme-primary: #83CD20;
  --rr-theme-primary1: #F3B351;
  --rr-theme-primary2: #7341F1;
  --rr-heading-primary: #034833;
  --rr-text-body: rgba(1, 9, 21, 0.6);
  --rr-text-primary: #010915;
  --rr-text-primary1: #23232B;
  --rr-text-primary2: #818181;
  --rr-text-primary3: #84858D;
  --rr-shadow-primary: 0px 20px 50px 0px rgba(13, 18, 30, 0.1);
  --rr-border-primary: 1px solid rgba(1, 9, 21, 0.14);
  --rr-section-1: #E9EBF7;
  --rr-section-2: #F5F5F5;
  --rr-section-3: #F14141;
  --rr-menu-primary: #001D08;
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 16px;
  --rr-fs-body2: 18px;
  --rr-fs-p: 16px;
  --rr-fs-h1: 80px;
  --rr-fs-h2: 50px;
  --rr-fs-h3: 30px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 22px;
  --rr-fs-h6: 18px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 26px;
  --rr-lh-p: 26px;
  --rr-lh-h1: 90px;
  --rr-lh-h2: 60px;
  --rr-lh-h3: 36px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 30px;
  --rr-lh-h6: 28px;
}

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

html {
  font-size: 10px;
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--rr-ff-body);
  font-size: var(--rr-fs-body);
  font-weight: normal;
  color: var(--rr-text-body);
  line-height: var(--rr-lh-body);
  background: var(--rr-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: var(--rr-fw-bold);
  word-break: break-word;
}

h1, .h1 {
  font-size: var(--rr-fs-h1);
  line-height: var(--rr-lh-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1, .h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 44px;
  }
}

h2, .h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
}
@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) {
  h2, .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h2, .h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

h2.xl {
  font-size: var(--rr-fs-h2xl);
  line-height: var(--rr-lh-h2xl);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2.xl {
    font-size: 50px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.xl {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2.xl {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  h2.xl {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h2.xl {
    font-size: 22px;
    line-height: 32px;
  }
}

h2.lg {
  font-size: var(--rr-fs-h2lg);
  line-height: var(--rr-lh-h2lg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2.lg {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  h2.lg {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  h2.lg {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h2.lg {
    font-size: 22px;
    line-height: 32px;
  }
}

h3, .h3 {
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
}

h4, .h4 {
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h4);
}

h5, .h5 {
  font-size: var(--rr-fs-h5);
  line-height: var(--rr-lh-h5);
}

h6, .h6 {
  font-size: var(--rr-fs-h6);
  line-height: var(--rr-lh-h6);
}

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

p {
  font-size: var(--rr-fs-p);
  font-weight: var(--rr-fw-normal);
  color: var(--rr-text-body);
  margin-bottom: 30px;
  line-height: var(--rr-lh-p);
}

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 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

hr:not([size]) {
  margin: 0;
  border-color: var(--rr-border-primary);
  opacity: 1;
  border-width: 1px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
textarea {
  color: var(--rr-text-body) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  background-color: var(--rr-common-white);
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(3, 26, 38, 0.1);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--rr-text-body) !important;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--rr-text-body) !important;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--rr-text-body) !important;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--rr-text-body) !important;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--rr-text-body) !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
textarea:focus {
  outline: none;
}

input[type=date i]::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

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

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

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

*::-moz-placeholder {
  opacity: 1;
  font-size: 15px;
}
*::-moz-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-text-body);
}
*::-moz-placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-text-body);
}
*::-moz-placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-text-body);
}
*::-moz-placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-text-body);
}
*::-moz-placeholder::placeholder { /* MODERN BROWSER */
  color: var(--rr-text-body);
}

*::placeholder {
  opacity: 1;
  font-size: 15px;
}
*::placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-menu-primary);
}
*::placeholder::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-menu-primary);
}
*::placeholder:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-menu-primary);
}
*::placeholder:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-menu-primary);
}
*::placeholder::placeholder { /* MODERN BROWSER */
  color: var(--rr-menu-primary);
}

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

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1630px;
  }
  .container-lg {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gap-30 {
  gap: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .gap-30 {
    gap: 15px;
  }
}

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

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

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

.p-absolute {
  position: absolute;
}

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

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

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

.valign {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
  .container-1460 {
    max-width: 1460px;
  }
  .container-1710 {
    max-width: 1710px;
  }
  .container-1040 {
    max-width: 1040px;
  }
}
/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body__overlay {
  background-color: var(--rr-common-heading);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.body__overlay {
  background-color: var(--rr-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;
}

/*----------------------------------------
   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: 1600px) {
  .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(--rr-common-white);
}
.mfp-close::after {
  position: absolute;
  content: "\f00d";
  height: 100%;
  width: 100%;
  font-family: var(--rr-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;
  }
}

.mt-12 {
  margin-top: 12px;
}

/*---------------------------------
	1.8 spacing
---------------------------------*/
.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@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__features {
  padding-top: 150px;
  padding-bottom: 126px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__features {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space__faq {
  padding-top: 130px;
  padding-bottom: 221px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__faq {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@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: 120px;
}
@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: 50px;
}

.mb-minus-30 {
  margin-bottom: -30px;
}

.mb-minus-40 {
  margin-bottom: -40px;
}

.mb-minus-60 {
  margin-bottom: -60px;
}

.section-space__brand {
  padding: 70px 0;
  border-bottom: 1px solid rgba(1, 9, 21, 0.1);
  border-top: 1px solid rgba(1, 9, 21, 0.1);
}

.section-space__customer-feedback {
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space__customer-feedback {
    padding-bottom: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space__customer-feedback {
    padding-bottom: 95px;
  }
}

.section-space__contact {
  padding-top: 45px;
}

/*----------------------------------------*/
/*  2.1 custom color
/*----------------------------------------*/
.color-white {
  color: var(--rr-common-white);
}

.color-heading-primary {
  color: var(--rr-heading-primary);
}

.color-text-body {
  color: var(--rr-text-body);
}

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

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

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

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

.rr-ff-heading {
  font-family: var(--rr-ff-heading);
}

.rr-ff-body {
  font-family: var(--rr-ff-body);
}

.body {
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-body);
}

/*----------------------------------------*/
/*  2.2 background
/*----------------------------------------*/
.white-bg {
  background-color: var(--rr-common-white);
}

.black-bg {
  background-color: var(--rr-common-black);
}

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

.theme-bg-1 {
  background: #F1F5EB;
}

.theme-bg-2 {
  background-color: #F1F5EB;
}

.theme-bg-3 {
  background-color: var(--rr-theme-primary1);
}

.theme-bg-4 {
  background-color: var(--rr-theme-primary2);
}

.theme-footer-bg-1 {
  background-color: #0A2540;
}

.theme-footer-bg-2 {
  background-color: var(--rr-heading-primary);
}

.theme-footer-bg-3 {
  background-color: #23272E;
}

.theme-banner-3 {
  background-color: var(--rr-section-2);
}

.service-bg {
  background: #F1F5EB;
}

.faq-bg-white {
  background: #F1F5EB;
}

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  line-height: 42px;
  padding: 0px 24px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #111214;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rr-ff-body);
  background-color: var(--rr-common-white);
}
.rr-btn span {
  display: inline-block;
}
.rr-btn.black-bg {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
}
.rr-btn.black-bg:hover {
  background-color: #e3ff04;
  color: var(--rr-common-black);
}
.rr-btn.yellow-bg {
  background-color: #83CD20;
  color: var(--rr-common-white);
  padding: 3px 18px;
  transition: 0.3s;
}
.rr-btn.yellow-bg:hover {
  background-color: var(--rr-common-white);
  color: #111214;
}
.rr-btn.yellow-bg:hover svg [fill=white] {
  fill: #111214;
}
.rr-btn:hover {
  color: var(--rr-common-white);
  background-color: #83CD20;
}
.rr-btn:hover svg [fill=currentcolor] {
  fill: var(--rr-common-white);
}

.rr-demo-btn {
  height: 44px;
  line-height: 42px;
  padding: 0px 20px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px 5px;
  margin-bottom: 10px;
  color: var(--rr-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.rr-demo-btn.white-bg {
  background-color: var(--rr-common-white);
  color: var(--rr-common-black);
}
.rr-demo-btn.white-bg:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-common-black);
  border-color: var(--rr-common-black);
}
.rr-demo-btn:hover {
  color: var(--rr-common-white);
  background-color: #83CD20;
  border-color: #83CD20;
}

.rr-btn-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--rr-common-white);
  background-color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 15px 31.5px;
}
.rr-btn-2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165%, 0) rotate(0deg);
  transform-origin: right bottom;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.rr-btn-2:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn-2:hover {
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.rr-btn-2:hover::before {
  transform: translate(0, 0);
}
.rr-btn-2:hover svg path[fill="#00160A"] {
  fill: var(--rr-common-white);
}

/*----------------------------------------*/
/*  2.4 offcanvas
/*----------------------------------------*/
.offcanvas__area {
  background: #0E0A24 none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  border-left: 1px solid var(--rr-border-primary);
}
.offcanvas__area ::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .offcanvas__area {
    width: 400px;
  }
}
@media (max-width:450px) {
  .offcanvas__area {
    width: 100%;
  }
}
.offcanvas__area.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas__logo a img {
  width: 160px;
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .offcanvas__logo a img {
    width: 130px;
  }
}
.offcanvas__content {
  padding-bottom: 45px;
}
.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 35px 40px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 25px 25px;
  }
}
.offcanvas__top {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}
@media (max-width: 575px) {
  .offcanvas__top {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.offcanvas__search {
  position: relative;
}
.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border-bottom: 1px solid var(--rr-border-primary);
  font-size: 16px;
  color: var(--rr-common-white);
  padding-bottom: 15px;
}
.offcanvas__search input::placeholder {
  color: var(--rr-common-white);
}
.offcanvas__search input:focus {
  border-color: var(--rr-common-white);
}
.offcanvas__search button {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  color: var(--rr-common-white);
}
.offcanvas__search button:hover {
  color: var(--rr-theme-primary);
}
.offcanvas__title {
  color: var(--rr-common-white);
}
@media (max-width:450px) {
  .offcanvas__title {
    font-size: 20px;
  }
}
.offcanvas__text p {
  margin-bottom: 25px;
}
.offcanvas__social {
  margin-bottom: 40px;
}
.offcanvas__social ul li {
  display: inline-block;
}
.offcanvas__social ul li:not(:last-child) {
  margin-right: 5px;
}
.offcanvas__social ul li a {
  color: var(--rr-theme-primary);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--rr-common-white);
  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-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--rr-common-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(--rr-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--rr-common-white);
  text-align: center;
}
.offcanvas__notification-text p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--rr-common-white);
  font-size: 14px;
}
.offcanvas__notification-text p .notification-number {
  color: var(--rr-theme-primary);
}
.offcanvas__notification-text p a {
  color: var(--rr-theme-primary);
}
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--rr-common-black);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.sidebar__toggle {
  cursor: pointer;
}

.offcanvas__contact-icon {
  margin-inline-end: 15px;
}

.offcanvas__slider-content {
  border: 1px solid var(--rr-border-primary);
  padding: 20px;
}

.offcanvas__navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__navigation button svg * {
  fill: var(--rr-common-white);
}
.offcanvas__navigation button:hover svg * {
  fill: var(--rr-theme-primary);
}

.offcanvas__post-title {
  font-size: 26px;
  color: var(--rr-common-white);
}
.offcanvas__post-title a:hover {
  color: var(--rr-theme-primary);
}

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rr-common-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 30px;
}
.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;
  left: 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.6 sectiontitle
/*----------------------------------------*/
.rr-section-title {
  font-weight: 800;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #111214;
  margin-bottom: 0;
}
.rr-section-title.fs-120 {
  font-size: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title.fs-120 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-section-title.fs-120 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .rr-section-title.fs-120 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-section-title {
    font-size: 62px;
  }
}
@media (max-width: 575px) {
  .rr-section-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title br {
    display: none;
  }
}
.rr-section-subtitle {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  display: inline-block;
  text-align: center;
  color: #111214;
  position: relative;
  z-index: 2;
}

.tp-sb-slider-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  background: linear-gradient(90deg, #ff5a61 0%, #ff9c80 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 60px 0;
  display: inline-block;
  transform: translateX(-40px);
}

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  box-shadow: 0px 20px 60px rgb(1, 9, 21);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: var(--rr-ff-body-2);
  line-height: var(--rr-lh-body2);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  width: 46px;
  height: 46px;
  min-height: 46px;
  min-width: 46px;
  text-transform: capitalize;
  justify-content: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  overflow: hidden;
  background: var(--rr-theme-primary);
  z-index: 999;
}
.backtotop-wrap i {
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.backtotop-wrap.active-backtotop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
}
.backtotop-wrap.active-backtotop i {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.backtotop-wrap:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background: var(--rr-heading-primary);
}
.backtotop-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.backtotop-wrap .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.backtotop-wrap .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--black-color);
}
.backtotop-wrap:hover {
  color: var(--rr-common-white);
}
.backtotop-wrap:hover:before {
  top: -40%;
}

.body-2 .backtotop-wrap {
  background: var(--rr-theme-primary1);
}
.body-2 .backtotop-wrap:before {
  background: var(--rr-theme-primary);
}

.body-3 .backtotop-wrap {
  background: var(--rr-theme-primary2);
}
.body-3 .backtotop-wrap:before {
  background: var(--rr-section-3);
}

/*----------------------------------------*/
/*  2.11 animation
/*----------------------------------------*/
@-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(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;
}
.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 slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@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);
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.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;
}

.cd-headline.clip span {
  display: inline-block;
  transition: none;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  top: 0;
  right: 0;
  width: 2px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #3b3b3b;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

.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);
  }
}
.leftRight {
  animation: leftRight 1.3S infinite alternate;
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.rightLeft {
  animation: rightLeft 1.3S infinite alternate;
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zooming-8 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.009);
  }
  100% {
    transform: scale(1);
  }
}
.zooming-8 {
  animation: zooming-8 1.3S infinite alternate;
}

.zooming {
  animation: zooming 1.3S infinite alternate;
}

.zooming1 {
  animation: zooming 1.5S infinite alternate;
}

.zooming2 {
  animation: zooming 2.3S infinite alternate;
}

.zooming3 {
  animation: zooming 3S infinite alternate;
}

.zooming4 {
  animation: zooming 1S infinite alternate;
}

@keyframes zoominupanimation {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.8) translate(19px, 19px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.zoominupanimation {
  animation: zoominupanimation 1.3S infinite alternate;
}

@keyframes line-to-bottom {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(800px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes line-to-bottom-360 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoominupanimation1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9) translate(6px, 6px);
  }
  100% {
    transform: scale(1);
  }
}
.zoominupanimation1 {
  animation: zoominupanimation1 1.3S infinite alternate;
}

@keyframes panel {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.panel {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  left: 0;
  background: var(--rr-theme-primary);
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: panel 2s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.body-2 .panel {
  background: var(--rr-theme-primary1);
}

.body-3 .panel {
  background: var(--rr-theme-primary2);
}

/*----------------------------------------*/
/*  2.12 preloader
/*----------------------------------------*/
.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #121212;
  z-index: 9999;
}

.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #121212;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--rr-theme-primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce.is-primary1.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-primary1);
}

.preloader-close.is-primary1 {
  background: var(--rr-theme-primary1);
}

.sk-three-bounce.is-primary2.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-primary2);
}

.preloader-close.is-primary2 {
  background: var(--rr-theme-primary2);
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.rr-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  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(--rr-gray-900);
  border-top: 0;
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}
.rr-sticky.header-2 {
  box-shadow: none;
  background-color: var(--rr-common-white) !important;
}

.header__area {
  background-color: #F1F5EB;
  box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}
.header__area .container:not(.header-3 .container) {
  max-width: 1630px;
  padding: 0 15px;
}
.header__logo {
  max-width: 188px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__logo {
    max-width: 150px;
  }
}
@media (max-width:450px) {
  .header__logo {
    max-width: 150px;
  }
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header__main {
    padding: 15px 0;
  }
}

.bar-icon {
  width: 26px;
  height: 18px;
  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: 100%;
  height: 2px;
  background: var(--rr-theme-primary);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.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) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.rr-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.rr-header-area {
  background-color: #040407;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-mob-space {
    padding: 20px 0;
  }
}
.rr-header-logo {
  width: 204px;
  height: 41px;
}
.rr-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-header-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-menu nav ul li {
    margin: 0px 15px;
  }
}
.rr-header-menu nav ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 50px 0;
  display: inline-block;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
}
.rr-header-menu nav ul li a:hover {
  color: #83CD20;
}

/*----------------------------------------*/
/*  4.2 Menu
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 36px;
  /* submenu css start */
  /* mega menu start */
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.main-menu ul li:last-child {
  margin-inline-end: 0;
}
.main-menu ul li.active > a {
  color: var(--rr-theme-primary) !important;
}
.main-menu ul li > a {
  display: inline-block;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-bold);
  padding: 47px 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
}
.main-menu ul li.has-dropdown > a {
  position: relative;
}
.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 13px;
  font-family: var(--rr-ff-fontawesome);
  font-weight: 900;
  margin-inline-start: 5px;
  display: inline-block;
}
.main-menu ul li.has-mega-menu {
  position: static;
}
.main-menu ul li.megamenu-wrapper {
  position: static;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 110%;
  inset-inline-start: 0;
  min-width: 280px;
  background: #0d0d0d;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 35px 0 6px;
  color: var(--rr-common-white);
  border: 1px solid var(--rr-theme-primary);
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  color: var(--rr-text-1);
}
.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--rr-common-white);
  font-size: 15px;
  padding: 0 25px;
  padding-inline-start: 30px;
  padding-bottom: 9px;
  width: 100%;
}
.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0px;
  height: 1px;
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li.active > a {
  padding-inline-start: 43px !important;
  color: var(--rr-theme-primary) !important;
}
.main-menu ul li .submenu li.active > a::before {
  width: 12px !important;
}
.main-menu ul li .submenu li:hover > a {
  color: var(--rr-theme-primary);
  padding-inline-start: 43px;
}
.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  left: 42.5%;
  padding: 30px 35px 30px;
  background: #0d0d0d;
  visibility: hidden;
  opacity: 0;
  border: 1px solid var(--rr-theme-primary);
  z-index: 99;
  width: 100%;
  -webkit-transform: translateX(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  clip: rect(0px, 200vw, 0, 0px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li .mega-menu {
    padding: 25px 25px;
  }
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
  padding: 30px 35px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
  padding: 30px 35px 30px;
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  width: 950px;
  margin: 0 auto;
  justify-content: space-around;
}
.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 li {
  margin-inline-end: 0;
}
.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  color: var(--rr-text-body);
  cursor: text;
  padding: 0;
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--rr-theme-primary);
  padding-bottom: 5px;
}
.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}
.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 9px;
}
.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}
.main-menu ul li .mega-menu li ul li a {
  font-size: 16px;
  color: var(--rr-text-body);
  padding: 0;
  position: relative;
}
.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--rr-theme-primary);
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary);
  padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li:hover > a {
  color: var(--rr-theme-primary);
}
.main-menu ul li:hover > a::after {
  color: var(--rr-theme-primary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}
.main-menu-2 ul li.active > a {
  color: var(--rr-theme-primary1) !important;
}
.main-menu-2 ul li > a {
  color: var(--rr-heading-primary);
}
.main-menu-2 ul li > a::before {
  background: var(--rr-heading-primary);
}
.main-menu-2 ul li .submenu {
  border-color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .submenu li a:hover {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .submenu li a:hover::before {
  background: var(--rr-theme-primary1);
}
.main-menu-2 ul li .submenu li:hover > a {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .submenu li:hover > a::before {
  background-color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .mega-menu {
  border-color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li .mega-menu li ul li:hover > a::before {
  background: var(--rr-theme-primary1);
}
.main-menu-2 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li:hover > a {
  color: var(--rr-theme-primary1);
}
.main-menu-2 ul li:hover > a::after {
  color: var(--rr-theme-primary1);
}
.main-menu-3 ul li.active > a {
  color: var(--rr-theme-primary2) !important;
}
.main-menu-3 ul li > a {
  padding: 24px 0;
  text-transform: capitalize;
  color: var(--rr-menu-primary);
}
.main-menu-3 ul li > a::before {
  background: var(--rr-menu-primary);
}
.main-menu-3 ul li .submenu {
  border-color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .submenu li.active > a {
  color: var(--rr-theme-primary2) !important;
}
.main-menu-3 ul li .submenu li a:hover {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .submenu li a:hover::before {
  background: var(--rr-theme-primary2);
}
.main-menu-3 ul li .submenu li:hover > a {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .submenu li:hover > a::before {
  background-color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .mega-menu {
  border-color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li .mega-menu li ul li:hover > a::before {
  background: var(--rr-theme-primary2);
}
.main-menu-3 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li:hover > a {
  color: var(--rr-theme-primary2);
}
.main-menu-3 ul li:hover > a::after {
  color: var(--rr-theme-primary2);
}

.home__menu-item {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home__menu-item {
    margin-bottom: 25px;
  }
}
.home__menu-item:hover .home__menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home__menu-item:hover .home__menu-thumb::before {
  opacity: 1;
}

.home__menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-grid {
    padding: 10px 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.home__menu-thumb {
  position: relative;
  padding: 20px 20px 20px;
  border: 1px solid var(--rr-theme-primary);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.home__menu-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(13, 13, 13, 0.7);
  opacity: 0;
  transition: 0.3s;
  left: 0;
  top: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-thumb::before {
    opacity: 1;
  }
}

.home__menu-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home__menu-buttons {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
.home__menu-buttons .rr-btn {
  border-color: var(--rr-theme-primary);
  width: inherit !important;
}
.home__menu-buttons .rr-btn span {
  color: var(--rr-common-white) !important;
  padding: 0 !important;
}

.home__menu-title {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  color: var(--rr-common-white);
}

.main-menu-2 .home__menu-thumb {
  border-color: var(--rr-theme-primary1);
}
.main-menu-2 .home__menu-buttons .rr-btn {
  border-color: var(--rr-theme-primary1);
  width: inherit !important;
}
.main-menu-2 .home__menu-buttons .rr-btn span {
  color: var(--rr-heading-primary) !important;
  padding: 0 !important;
}
.main-menu-2 .home__menu-buttons .rr-btn span.text-two {
  color: var(--rr-common-white) !important;
}
.main-menu-2 .home__menu-buttons .rr-btn span.text-two svg path[fill="#010915"] {
  fill: var(--rr-common-white) !important;
}
.main-menu-2 .home__menu-buttons .rr-btn:hover, .main-menu-2 .home__menu-buttons .rr-btn:focus {
  border-color: var(--rr-common-white) !important;
}
.main-menu-2 .home__menu-buttons .rr-btn:hover:after, .main-menu-2 .home__menu-buttons .rr-btn:focus:after {
  background-color: var(--rr-common-white) !important;
}

.main-menu-3 .home__menu-thumb {
  border-color: var(--rr-theme-primary2);
}
.main-menu-3 .home__menu-buttons .rr-btn {
  border-color: var(--rr-theme-primary2);
  width: inherit !important;
}
.main-menu-3 .home__menu-buttons .rr-btn span {
  padding: 0 !important;
}

/*----------------------------------------*/
/*  4.1 Meanmenu
/*----------------------------------------*/
.mean-container {
  margin-bottom: 35px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  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: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rr-theme-primary);
}
.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(--rr-theme-primary);
  color: var(--rr-common-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(--rr-common-white);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.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: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  padding: 10px 0;
  color: var(--rr-common-white);
  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(--rr-theme-primary);
}
.mean-container .mean-nav ul li a:hover i, .mean-container .mean-nav ul li span:hover i {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 2;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.079) !important;
  height: 30px;
  width: 30px;
  color: var(--rr-common-white);
  line-height: 30px;
  font-weight: 400;
  border-radius: 3px;
}
.mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i, .mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked, .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
  color: var(--rr-common-white);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover, .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 90%;
  padding: 10px 7%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 80%;
  padding: 10px 12%;
}
.mean-container .mean-nav ul li li li li a {
  width: 70%;
  padding: 10px 17%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.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;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  10.5 our-features-1
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-title-box .rr-section-title {
    margin-bottom: 30px;
  }
}
.rr-feature-space {
  padding-top: 250px;
  padding-bottom: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-space {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-feature-space {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
.rr-feature-top-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 141%;
  color: #5d5d63;
  margin-bottom: 0;
  padding-left: 113px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-feature-top-text p {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-top-text p {
    font-size: 16px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-feature-top-text p {
    padding-left: 0;
    padding-top: 30px;
  }
}
.rr-feature-shape {
  position: absolute;
  right: 50px;
  top: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-feature-shape {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-feature-shape {
    right: -60px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-shape {
    right: 40px;
    top: 0px;
  }
}
.rr-feature-title-sm {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #111214;
}
.rr-feature-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-feature-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-content {
    padding: 28px;
  }
}
@media (max-width: 575px) {
  .rr-feature-content {
    padding: 20px;
  }
}
.rr-feature-content p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
}
.rr-feature-item {
  border: 1px solid rgba(33, 35, 41, 0.06);
}
.rr-feature-item.custom-border {
  border: 1px solid rgba(33, 35, 41, 0.2);
}
.rr-feature-slider-box {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-feature-slider-box {
    padding: 27px 0;
  }
}
.rr-feature-slide-element {
  width: auto;
  display: inline-block;
}
.rr-feature-slide-element span {
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 13px;
  color: #3d3f45;
  padding: 0 18px;
  border-radius: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  display: inline-block;
  background: #f5f5f5;
}

.rr-feature-info-wrap .row .custom-column-1 {
  width: 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-feature-info-wrap .row .custom-column-1 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-feature-info-wrap .row .custom-column-1 {
    width: 100%;
  }
}
.rr-feature-info-wrap .row .custom-column-2 {
  width: 40%;
}
@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) {
  .rr-feature-info-wrap .row .custom-column-2 {
    width: 100%;
  }
}

.rr-feature-img img {
  width: 100%;
}
@media (max-width: 575px) {
  .rr-feature-img-2 img {
    width: 140% !important;
  }
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.rr-demo-title-text p {
  font-size: 18px;
}

/*----------------------------------------*/
/*  10.5 service-details
/*----------------------------------------*/
.rr-demo-area.demo-space-top {
  padding-top: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-demo-area.demo-space-top {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-demo-area.demo-space-top {
    padding-top: 200px;
  }
}
@media (max-width: 575px) {
  .rr-demo-area.demo-space-top {
    padding-top: 150px;
  }
}
.rr-demo-text-wrap {
  position: absolute;
  top: -55%;
  left: 31%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-demo-text-wrap {
    left: 10%;
    top: -24%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-demo-text-wrap {
    top: -19%;
    left: 22%;
  }
}
@media (max-width: 575px) {
  .rr-demo-text-wrap {
    left: 10%;
    top: -30%;
  }
}
.rr-demo-btn-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
  text-align: center;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.rr-demo-cooming-soon {
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-demo-cooming-soon {
    left: 37%;
    transform: translate(-30%, -50%);
  }
}
.rr-demo-cooming-soon h3 {
  font-size: 24px;
  color: #111214;
  font-weight: 700;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .rr-demo-item {
    margin-bottom: 30px;
  }
}
.rr-demo-item:hover .rr-demo-btn-box {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.rr-demo-item:hover .rr-demo-img img {
  transform: scale(1.1);
}
.rr-demo-item:hover .rr-demo-img::after {
  opacity: 1;
  visibility: visible;
}
.rr-demo-item:hover .rr-demo-img .rr-demo-cooming-soon h3 {
  color: var(--rr-common-white);
}
.rr-demo-gradient-text {
  font-weight: 900;
  font-size: 280px;
  font-style: normal;
  background: linear-gradient(180deg, rgba(33, 35, 41, 0.14) 19.64%, rgba(33, 35, 41, 0) 86.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-demo-gradient-text {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .rr-demo-gradient-text {
    font-size: 125px;
  }
}
.rr-demo-gradient-text i {
  font-style: normal;
}
.rr-demo-img {
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 600px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-demo-img {
    width: inherit;
    height: inherit;
  }
}
@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: 768px) and (max-width: 991px) {
  .rr-demo-img {
    width: inherit;
  }
}
.rr-demo-img img {
  transition: 0.9s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rr-demo-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rr-demo-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--rr-common-black);
  text-transform: uppercase;
}
.rr-demo-bottom-text {
  position: relative;
}
.rr-demo-bottom-text::after {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  z-index: -1;
  background: #e5e5e5;
}
.rr-demo-bottom-text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
  padding: 9px 28px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  color: #111214;
  background-color: var(--rr-common-white);
}
.rr-demo-bottom-text p span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.04em;
  background: #83CD20;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rr-inner-img img {
  width: inherit;
}

.rr-responsive-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-responsive-area {
    border-bottom: none;
  }
}
.rr-responsive-mockup img {
  width: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-responsive-mockup img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-responsive-mockup .mockup-1 {
    width: 100%;
  }
}
.rr-responsive-big-circle {
  position: absolute;
  bottom: -660px;
  left: 50%;
  transform: translateX(-50%);
}
.rr-responsive-big-circle span {
  height: 1320px;
  width: 1440px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-responsive-big-circle span {
    height: 1100px;
    width: 1100px;
  }
}
.rr-responsive-icon {
  margin-bottom: 30px;
}
.rr-responsive-icon.icon-space {
  margin-bottom: 40px;
}
.rr-responsive-icon img {
  width: inherit;
}
.rr-responsive-content span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--rr-common-black);
}
.rr-responsive-content p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #828289;
  margin-bottom: 0;
}
.rr-responsive-layout-border {
  position: relative;
}
.rr-responsive-layout-border::after {
  position: absolute;
  top: 0;
  right: -11px;
  width: 1px;
  height: 100%;
  background: rgba(33, 35, 41, 0.1);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-responsive-layout-border::after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rr-responsive-layout {
    margin-bottom: 60px;
  }
}
.rr-responsive-layout-text-shape {
  position: absolute;
  top: -26px;
  left: 9px;
}
.rr-responsive-img-1 {
  position: absolute;
  top: 70px;
  left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-responsive-img-1 {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-responsive-img-1 {
    left: 0px;
  }
}
.rr-responsive-img-2 {
  position: absolute;
  bottom: -40px;
  right: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-responsive-img-2 {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-responsive-img-2 {
    right: 0px;
  }
}

.rr-feature-style-2 .rr-feature-title-sm {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 20px;
}
.rr-feature-style-2 .rr-feature-content p {
  max-width: 260px;
  font-weight: 400;
  font-size: 16px;
}

.rr-footer-bg {
  padding-top: 130px;
  padding-bottom: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rr-footer-bg-shape {
  position: absolute;
  left: 39%;
  top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-footer-bg-shape {
    left: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-footer-bg-shape {
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-footer-bg-shape {
    left: 28%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-footer-bg-shape {
    left: 20%;
  }
}
@media (max-width: 575px) {
  .rr-footer-bg-shape {
    left: -1%;
    top: 48%;
  }
}
.rr-footer-bg-shape img {
  width: inherit;
}

.custom-white-86 {
  width: 86%;
}

.rr-sb-title-wrap {
  height: 100%;
  padding: 40px 88px;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-sb-title-wrap {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-sb-title-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-sb-title-wrap {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-sb-title-wrap {
    padding: 40px 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) {
  .rr-sb-title-wrap {
    padding: 0px;
    padding-top: 100px;
  }
}
.rr-sb-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #5d5d63;
  margin-top: 25px;
  margin-right: 20px;
}
.rr-sb-slider-active .swiper-slide {
  text-align: center;
}
.rr-sb-border {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-sb-border {
    border-bottom: none;
  }
}
.rr-sb-border-right {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-sb-border-right {
    border-right: none;
  }
}
.rr-sb-slider-wrap {
  padding: 0 100px;
  padding-bottom: 138px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-sb-slider-wrap {
    padding: 0 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-sb-slider-wrap {
    padding: 0 30px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-sb-slider-wrap {
    padding: 0 30px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-sb-slider-wrap {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-sb-slider-wrap {
    padding: 0px;
    padding-bottom: 0px;
  }
}
.rr-sb-slider-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  background: #83CD20;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 60px 0;
  display: inline-block;
  transform: translateX(-40px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-sb-slider-title {
    transform: translateX(0px);
    padding: 0px 0;
    margin: 40px 0;
  }
}
.rr-sb-slider-item img {
  width: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-sb-slider-item img {
    width: 100%;
  }
}

.rr-element-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.rr-element-top-left h4 {
  font-weight: 800;
  font-size: 210px;
  line-height: 1;
  margin-bottom: 0;
  color: #111214;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-element-top-left h4 {
    font-size: 185px;
  }
}
@media (max-width: 575px) {
  .rr-element-top-left h4 {
    font-size: 70px;
  }
}
.rr-element-shape {
  position: absolute;
  top: 30px;
  right: -95px;
}
.rr-element-right {
  padding-left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-element-right {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-element-right {
    padding-left: 0px;
  }
}
.rr-element-right h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
  color: #111214;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-element-right h4 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-element-right h4 {
    font-size: 48px;
  }
}
.rr-element-right p {
  font-weight: 400;
  font-size: 17px;
  line-height: 141%;
  color: #5d5d63;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-element-right p {
    font-size: 16px;
  }
}
.rr-element-slider-style .rr-feature-slide-element span {
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000;
  background: #f5f5f5;
  text-transform: capitalize;
}
.rr-element-slider-style .rr-feature-slide-element span svg {
  margin-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .img3 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-shop-area {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .rr-shop-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rr-shop-area .rr-demo-title-box {
    margin-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .rr-responsive-area {
    padding-bottom: 70px;
  }
}

.rr-hero-height {
  height: 1000px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-height {
    height: 900px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-height {
    height: 700px;
  }
}
@media (max-width: 575px) {
  .rr-hero-height {
    height: 620px;
  }
}
.rr-hero-img img {
  width: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-hero-img img {
    width: 100%;
  }
}
.rr-hero-title {
  font-weight: 700;
  font-size: 140px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 25px;
  text-transform: none;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-hero-title {
    font-size: 137px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-title {
    font-size: 69px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-hero-title {
    font-size: 51px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .rr-hero-title {
    font-size: 29px;
    line-height: 1.3;
  }
}
.rr-hero-content-box {
  padding-top: 190px;
}
@media (max-width: 575px) {
  .rr-hero-content-box {
    padding-top: 130px;
  }
}
.rr-hero-content-box p {
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.rr-hero-inner-1 {
  position: absolute;
  left: 0;
  top: 74px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-hero-inner-1 {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-inner-1 {
    left: -40px;
    top: 134px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-inner-1 {
    left: -90px;
  }
}
.rr-hero-inner-2 {
  position: absolute;
  right: 0;
  top: 74px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-hero-inner-2 {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-hero-inner-2 {
    right: -40px;
    top: 134px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-inner-2 {
    right: -90px;
  }
}
@media (max-width: 575px) {
  .rr-hero-inner-3 {
    margin-top: 40px;
  }
}
.rr-hero-star-1 {
  position: absolute;
  bottom: 97%;
  left: -12.5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-hero-star-1 {
    left: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-star-1 {
    left: -2%;
  }
}
.rr-hero-star-2 {
  position: absolute;
  bottom: 93%;
  right: 15%;
  -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
  animation: animationglob 4s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-hero-star-2 {
    bottom: 105%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-hero-star-2 {
    right: -1%;
  }
}
@media (max-width: 575px) {
  .rr-hero-star-2 {
    bottom: 112%;
    right: 10%;
  }
}

.rr-showcase-img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-showcase-img img {
    width: inherit;
  }
}
.rr-showcase-bottom-img img {
  width: inherit;
}
.rr-showcase-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--rr-common-black);
}
.rr-showcase-big-text h3 {
  font-weight: 700;
  font-size: 285px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(33, 35, 41, 0.06);
  margin-bottom: -143px;
  margin-left: -104px;
  margin-right: -104px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-showcase-big-text h3 {
    font-size: 234px;
    margin-bottom: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-showcase-big-text h3 {
    font-size: 200px;
    margin-bottom: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-showcase-big-text h3 {
    font-size: 162px;
    margin-bottom: -60px;
  }
}
.rr-showcase-active {
  margin: 0px -150px;
  margin-bottom: 90px;
}

.testi-item-2 {
  background: var(--rr-common-white);
  border: 1px solid #E6E6E6;
  box-shadow: 0px 14px 68px #E8E8E8;
  border-radius: 15px;
  padding: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testi-item-2 {
    padding: 30px 20px;
  }
}
.testi-item-2 .testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  flex-wrap: wrap;
  row-gap: 15px;
}
.testi-item-2 .testi-top .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
}
.testi-item-2 .testi-top .testi-author .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.testi-item-2 .testi-top .testi-author .name span {
  display: block;
  font-family: var(--rr-ff-body);
  font-size: 14px;
  color: var(--rr-text-body);
  font-weight: 400;
  margin-top: -15px;
}
.testi-item-2 .testi-top .review li {
  display: inline-flex;
  color: #FFB930;
}
.testi-item-2 p {
  font-weight: 500;
  margin-bottom: 0;
}


.pricing__item-title {
  background: #F1F5EB;
  border-radius: 20px 20px 0px 0px;
  padding: 30px;
  text-align: center;
}
.pricing__item-content {
  border: 1px solid #E3DBD8;
  border-radius: 0px 0px 20px 20px;
  padding: 30px 40px 40px 40px;
  border-top: none;
}
.pricing__item-content-dolar h2 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid #E3DBD8;
  padding-bottom: 30px;
}
.pricing__item-content-list ul li {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  display: flex
;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  list-style: none;
  font-style: normal;
}
.pricing__item-content-list ul li i {
  color: var(--rr-theme-primary);
}
.pricing__item-content-list-btn a {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-sbold);
  line-height: var(--rr-lh-h5);
  border: 1px solid var(--rr-theme-primary);
  font-size: 14px;
  font-style: normal;
  display: inline-flex
;
  align-items: center;
  border-radius: 30px;
  padding: 15px 30px;
  gap: 10px;
}
.pricing__item-content-list-btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.pricing__item-content-dolar h2 span {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  line-height: var(--rr-lh-h5);
  font-size: 22px;
  font-style: normal;
}

.rs__faq .accordion {
  columns: 1;
  column-gap: 30px;
}
.rs__faq .accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  -o-border-radius: 1;
  -ms-border-radius: 1;
  border-radius: 1;
  border: none;
  transition: 0.3s;
}
.rs__faq .accordion-button {
  font-size: 18px;
  line-height: var(--rr-lh-h5);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-medium);
  background: #fff;
  display: inline-block;
  padding: 19px;
  padding-right: 64px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.rs__faq .accordion-body {
  padding-top: 25px !important;
  padding: 25px;
  padding-top: 0;
  background: #F1F5EB;
}
.rs__faq .accordion-button::after {
  width: 32px;
  height: 32px;
  position: absolute;
  border: 2px solid #F1F5EB;
  border-radius: 500px;
  right: 24px;
  content: "\f054";
  background-image: none;
  font-family: var(--rr-ff-fontawesome);
  font-size: 16px;
  top: calc(50% + 1px);
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  color: var(--rr-heading-primary);
  background: #F1F5EB;
}
.rs__faq .accordion-body > p {
  color: var(--rr-heading-primary);
  margin-bottom: 0;
}
.rs__faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
}
.rs__faq .accordion-item:has(.collapse.show) {
  border-color: transparent;
  background: #F1F5EB;
  border-radius: 20px;
}
.rs__faq .accordion-button:not(.collapsed)::after {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  content: "\f077";
  border-color: transparent;
}
.rs__faq .accordion-button::after {
  width: 32px;
  height: 32px;
  position: absolute;
  border: 2px solid #F1F5EB;
  border-radius: 500px;
  right: 24px;
  content: "\f054";
  background-image: none;
  font-family: var(--rr-ff-fontawesome);
  font-size: 16px;
  top: calc(50% + 1px);
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  color: var(--rr-heading-primary);
  background: #F1F5EB;
}
/*# sourceMappingURL=main.css.map */
