
/*-----------------------------------------------------------------------------------

    Template Name: Printing Service & Printing Template
    Author: RRDevs
    Support: https://support.rrdevs.net
    Description: Printing Service & Printing Template.
    Version: 1.0
	Developer: Soukhin khan (https://github.com/Soukhinkhan)

-----------------------------------------------------------------------------------

/************ 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.7 common
		1.8 spacing
		1.9 index

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 color
		2.2 background
		2.3 buttons
		2.4 offcanvas
		2.5 niceselect
		2.6 sectiontitle
		2.7 breadcrumb
		2.8 lightmode
		2.9 carousel
		2.10 backtotop
		2.11 animation
		2.12 preloader
		2.13 rangeSlider
		2 index

	-----------------
    03. HEADER CSS
	-----------------
		3.1 header-1
		3.2 header-2
		3.3 header-3
		3.4 header-common
		3 index

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Meanmenu
		4.2 Menu
		4 index

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog
		5.2 postbox
		5.3 sidebar
		5.4 blog-details
		5 index

	


	---------------------------------
	07. CTA CSS
	---------------------------------
		7.1 cta
		7. index

	---------------------------------
	08. BRAND CSS
	---------------------------------
		8.1 brand
		8. index

	---------------------------------
	07. PAGES CSS
	---------------------------------
		8.1 404
		8.2 faq
		8.3 feedback
		8.4 portfolio
		8.5 pricing
		8.6 service
		8.7 about
		8.8 contact-us
		8.9 service-details
		8.10 project-details
		8.11 team-details
		8.12 home1
		8.13 home2
		8.14 home3
		8.15 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/

/* transform */
.banner__navigation button, .breadcrumb__menu ul li:not(:last-child)::before, .nice-select::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --rr-ff-body: "Kumbh Sans", sans-serif;
  --rr-ff-heading: "Kumbh Sans", sans-serif;
  --rr-ff-subtitle: 'Sofia';
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-body-primary: #ffffff;
  --rr-theme-primary: #FF3D00;
  --rr-theme-secondary: #07CBEB;
  --rr-heading-primary: #ffa300;
  --rr-text-body: #646464;
  --rr-text-primary: #000;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-border-primary: 1px solid #FF3D00;
  /**
  @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: 68px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 36px;
  --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: 84px;
  --rr-lh-h2: 66px;
  --rr-lh-h3: 46px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 28px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}










/*nice-select css*/
.nice-select {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: var(--rr-ff-body) !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 15px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
  color: var(--rr-common-white);
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50% !important;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--rr-heading-white) !important;
  font-weight: 500 !important;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--rr-common-black) !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover {
  color: var(--rr-heading-primary) !important;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.selected:hover {
  color: var(--rr-heading-primary) !important;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*---------------------------------
    1.7 common
---------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.p-0 {
  padding-left: 0 !important;
}

.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;
}

.hr-1 {
  border-top: 1px solid rgb(232, 232, 232);
}

.x-clip {
  overflow-x: clip;
}

@media (max-width: 575px) {
  .o-xs {
    overflow-x: hidden;
  }
}

.valign {
  display: -ms-flexbox;
  display: -webkit-box;
  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;
}

/*----------------------------------------
    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);
  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;
  }
}

.z-index-1 {
  z-index: 1;
}

.margin-minus-400 {
  margin-right: -400px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-83 {
  margin-bottom: 83px;
}

.border-gray {
  border: 1px solid rgba(0, 29, 8, 0.1);
  border-radius: 10px;
}
@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) {
  .border-gray {
    border: none;
    border-radius: none;
  }
}

.text-white {
  color: var(--rr-common-white);
}

.opacity {
  opacity: 0.7 !important;
}

.float-right {
  float: right;
}

.box-shadow {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  border-radius: 10px;
}

.box-shadow-3 {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 10px 20px rgba(0, 29, 8, 0.1);
}

.bg-cover {
  background-size: cover;
}

.container-width {
  max-width: 1520px;
}

.home3-container-width {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-md-30 {
    margin-bottom: 30px;
  }
}

.mb-10 {
  margin-bottom: 15px !important;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.gap-6 {
  gap: 6px;
}

.gap-10 {
  gap: 10px;
}

.fw-sbold {
  font-weight: var(--rr-fw-sbold) !important;
}

.heading-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}

.heading-space2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 40px;
}

.section-space-bottom-2 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-2 {
    padding-bottom: 50px;
  }
}

.pb-70-custom {
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-70-custom {
    padding-bottom: 35px;
  }
}

/*---------------------------------
	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-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;
}

.ml {
  margin-left: 140px;
}

.mb-25 {
  margin-bottom: 25px;
}

.fs-16 {
  font-size: 16px !important;
}

/*----------------------------------------*/
/*  2.1 color
/*----------------------------------------*/
.color-white {
  color: var(--rr-common-white);
}

.color-heading-primary {
  color: var(--rr-heading-primary);
}

.rs-fw-sbold {
  font-weight: var(--rr-fw-sbold);
}

/*----------------------------------------*/
/*  2.2 background
/*----------------------------------------*/
.white-bg {
  background-color: var(--rr-common-white);
}

.black-bg {
  background-color: var(--rr-common-black);
}

.theme-bg-1 {
  background-color: var(--rr-theme-primary);
}

.theme-bg-2 {
  background-color: var(--rr-gray-900);
}

.bg-gradient-1 {
  background: -webkit-gradient(linear, left top, right top, from(#674AD9), color-stop(50.52%, #FB5141), to(#089EFF));
  background: linear-gradient(90deg, #674AD9 0%, #FB5141 50.52%, #089EFF 100%);
}

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: var(--rr-fw-sbold);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 10px 28px;
  background-color: var(--rr-theme-primary);
  z-index: 5;
}
.rr-btn:focus {
  color: var(--rr-common-white);
}
.rr-btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-165%, 0) rotate(0deg);
          transform: translate(-165%, 0) rotate(0deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.rr-btn:hover {
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.rr-btn:hover::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.rr-btn:hover svg path[fill="#00160A"] {
  fill: var(--rr-common-white);
}
.rr-btn.btn-hover-white::before {
  background-color: var(--rr-common-white);
}
.rr-btn.btn-hover-white:hover {
  color: var(--rr-heading-primary);
}
.rr-btn.btn-hover-white:hover svg path[fill=white] {
  fill: var(--rr-heading-primary);
}
.rr-btn.btn-transparent {
  padding: 10px 28px;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1px solid rgba(0, 29, 8, 0.1);
}
.rr-btn.btn-transparent::before {
  background-color: var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-2 {
  padding: 18px 30px;
  border: 2px solid var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-2::before {
  border-radius: 0;
}
.rr-btn.btn-transparent.btn-border-gray {
  padding: 19px 22px;
  border-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-btn.btn-transparent.btn-border-gray {
    padding: 10px 15px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-btn.btn-transparent.btn-border-gray {
    padding: 6px 10px;
  }
}
.rr-btn.btn-transparent.btn-border-gray:hover i {
  background-color: var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-gray i {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: var(--rr-heading-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-btn.btn-transparent.btn-border-gray i {
    width: 30px;
    height: 30px;
  }
}
.rr-btn.btn-transparent svg path[fill=white] {
  fill: var(--rr-theme-primary);
}
.rr-btn.btn-transparent:hover {
  color: var(--rr-common-white);
}
.rr-btn.btn-transparent:hover svg path[fill=white] {
  fill: var(--rr-common-white);
}
.rr-btn.btn-white {
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.rr-btn.btn-white::before {
  background-color: var(--rr-theme-primary);
}
.rr-btn.btn-white:hover {
  color: var(--rr-common-white);
}
.rr-btn.btn-text-color-white {
  color: var(--rr-common-white);
}

.small-btn {
  height: 50px;
  width: 50px;
  background: var(--rr-common-white);
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.small-btn:hover {
  background: var(--rr-theme-primary);
}
.small-btn:hover i {
  color: var(--rr-common-white);
}
.small-btn:hover svg path {
  stroke: var(--rr-common-white);
}

.small-btn-transparent {
  background: transparent;
  border: 1px solid #e5e8e6;
}

/*----------------------------------------*/
/*  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));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  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, -webkit-transform 0.45s ease-in-out;
  z-index: 999;
  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);
  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::-webkit-input-placeholder {
  color: var(--rr-common-white);
}
.offcanvas__search input::-moz-placeholder {
  color: var(--rr-common-white);
}
.offcanvas__search input:-ms-input-placeholder {
  color: var(--rr-common-white);
}
.offcanvas__search input::-ms-input-placeholder {
  color: var(--rr-common-white);
}
.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--rr-common-white);
  font-size: 16px;
  border-radius: 50%;
}
.offcanvas__social ul li a:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  -webkit-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);
  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 {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.offcanvas__slider-content {
  border: 1px solid var(--rr-border-primary);
  padding: 20px;
}

.offcanvas__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transform: rotate(45deg);
          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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: top 0.15s ease, -webkit-transform 0.3s ease;
  transition: top 0.15s ease, -webkit-transform 0.3s ease;
  transition: top 0.15s ease, transform 0.3s ease;
  transition: top 0.15s ease, transform 0.3s ease, -webkit-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 {
  -webkit-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;
  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) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.5 niceselect
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-common-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover {
  background-color: #f6f7f9;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section__title-wrapper {
  position: relative;
  z-index: 55;
}
.section__title-wrapper__white .section__title {
  color: var(--rr-common-white);
}
.section__title-wrapper__white p {
  color: var(--rr-common-white);
}
.section__title-wrapper__white ul li {
  color: var(--rr-common-white);
}
.section__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  font-size: var(--rr-fs-body2);
  font-style: normal;
  font-weight: var(--rr-fw-bold);
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section__subtitle-2 img {
  margin-left: 0;
  margin-right: 17px;
}
.section__subtitle img {
  margin-left: 23px;
  max-width: 33.17px;
}
.section__subtitle .xlab-img {
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 15px;
}
.section__title {
  text-transform: capitalize;
  color: var(--rr-heading-primary);
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-space {
  padding: 296px 0 160px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-space {
    padding: 150px 0 80px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-space {
    padding: 157px 0 80px 0;
  }
}

.breadcrumb__area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb__area.overly {
  position: relative;
  z-index: 1;
}
.breadcrumb__area.overly:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 22, 10, 0.5)), to(#00160A));
  background: linear-gradient(180deg, rgba(0, 22, 10, 0.5) 0%, #00160A 100%);
}

.breadcrumb__title {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 68px;
  line-height: 84px;
  font-style: normal;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 46px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 34px;
    line-height: 20px;
  }
}
@media (max-width:450px) {
  .breadcrumb__title {
    font-size: 32px;
  }
}

.breadcrumb__menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flexbox;
  display: inline-flex;
  gap: 27px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__menu ul li {
  list-style: none;
  position: relative;
  line-height: 1;
}
.breadcrumb__menu ul li:not(:last-child)::before {
  display: inline-block;
  content: "\f105";
  position: absolute;
  top: 55.8888%;
  font-family: var(--rr-ff-fontawesome);
  inset-inline-end: -17px;
  color: var(--rr-text-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.breadcrumb__menu ul li span {
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 20px;
  font-style: normal;
}
.breadcrumb__menu ul li span a:hover {
  color: var(--rr-theme-primary);
}
.breadcrumb__menu ul li.active span {
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 20px;
  font-style: normal;
}

.breadcrumb__area .inner-top-shape {
  z-index: -1;
  opacity: 0.5 !important;
  top: -55px;
  left: 621px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__area .inner-top-shape {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__area .inner-top-shape {
    display: none;
  }
}
.breadcrumb__area .banner-all-shape-wrapper .first-shape {
  top: 222px;
  left: 585px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb__area .banner-all-shape-wrapper .first-shape {
    left: 370px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__area .banner-all-shape-wrapper .first-shape {
    left: 245px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__area .banner-all-shape-wrapper .first-shape {
    display: none;
  }
}
.breadcrumb__area .banner-all-shape-wrapper .second-shape {
  top: 500px;
  left: 33px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__area .banner-all-shape-wrapper .second-shape {
    display: none;
  }
}
.breadcrumb__area .banner-all-shape-wrapper .right-shape {
  position: absolute;
  right: 35px;
}
.breadcrumb__area .banner-all-shape-wrapper .right-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__area .banner-all-shape-wrapper .right-shape img {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.8 lightmode
/*----------------------------------------*/
.rs-theme-light:root {
  --rr-text-primary: rgba(6, 6, 6, 1);
  --rr-text-secondary: rgba(255, 255, 255, 1);
  --rr-text-body: rgb(81, 82, 84);
  --rr-border-primary: rgba(6, 6, 6, 0.1);
  --rr-bg-2: rgba(249, 249, 249, 1);
  --rr-bg-5: rgb(243, 243, 243);
}
.rs-theme-light:root body {
  background: var(--rr-body-secondary);
}
.rs-theme-light:root .theme-bg-1 {
  background-color: var(--rr-bg-2);
}

/*----------------------------------------*/
/*  2.9 carousel
/*----------------------------------------*/
.rs-swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 30px;
  position: relative;
  margin: 0 8px !important;
}
.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet {
  background-color: rgba(6, 6, 6, 0.2);
}
.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(6, 6, 6);
}
.rs-swiper-dot.is-white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
}
.rs-swiper-dot.is-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.feedback__active .slick-list {
  overflow: visible;
  margin-left: -15px;
  margin-right: -15px;
}
.feedback__active .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feedback__active .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.feedback__active .slick-dots {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  padding-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width:450px) {
  .feedback__active .slick-dots {
    padding-top: 30px;
  }
}
.feedback__active .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 8px;
  display: inline-block;
}
.feedback__active .slick-dots li button {
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.rs-theme-light .feedback__active .slick-dots li button {
  background: rgba(6, 6, 6, 0.2);
}
.feedback__active .slick-dots li:hover button, .feedback__active .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}
.rs-theme-light .feedback__active .slick-dots li:hover button, .rs-theme-light .feedback__active .slick-dots li.slick-active button {
  background-color: rgb(6, 6, 6);
}
.feedback__active .slick-dots li:hover button:before, .feedback__active .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
}

.feedback__active::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(6, 6, 6);
  top: 0;
  left: 100%;
  mix-blend-mode: lighten;
  opacity: 10%;
}
.feedback__active::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(6, 6, 6);
  top: 0;
  right: 100%;
  mix-blend-mode: lighten;
  opacity: 10%;
}

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
.backtotop-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 46px;
  overflow: hidden;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--rr-theme-primary);
}
@media (max-width:450px) {
  .backtotop-wrap {
    bottom: 20px;
    right: 20px;
  }
}
.backtotop-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.backtotop-wrap::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid var(--rr-theme-primary);
  left: 0;
  border-radius: 500px;
  -webkit-transform: translate(-100%, 0) rotate(50deg);
          transform: translate(-100%, 0) rotate(50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: var(--rr-heading-primary);
  z-index: -1;
  content: "";
}
.backtotop-wrap::after {
  position: absolute;
  font-family: var(--rr-ff-fontawesome);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 400;
  color: var(--rr-common-white);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap:hover::before {
  border-color: var(--rr-heading-primary);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*----------------------------------------*/
/*  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% {
    -webkit-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% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-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;
  -webkit-animation-name: popupBtn;
          animation-name: popupBtn;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          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;
  -webkit-animation-name: popupBtn;
          animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
}

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes 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);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
    transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
    transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@-webkit-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);
  }
}
@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);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-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;
  -webkit-transition: none;
  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 {
  -webkit-animation: upDown 1.3S infinite alternate;
          animation: upDown 1.3S infinite alternate;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.upDown-top {
  -webkit-animation: upDown 1S infinite alternate;
          animation: upDown 1S infinite alternate;
}

@-webkit-keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.upDown-bottom {
  -webkit-animation: upDown 0.8S infinite alternate;
          animation: upDown 0.8S infinite alternate;
}

@-webkit-keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.leftRight {
  -webkit-animation: leftRight 1.3S infinite alternate;
          animation: leftRight 1.3S infinite alternate;
}

@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.rightLeft {
  -webkit-animation: rightLeft 1.3S infinite alternate;
          animation: rightLeft 1.3S infinite alternate;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zooming {
  -webkit-animation: zooming 1.3S infinite alternate;
          animation: zooming 1.3S infinite alternate;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
            transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
            transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
.zoom {
  -webkit-animation: zooming 1.3S infinite alternate;
          animation: zooming 1.3S infinite alternate;
}

/*----------------------------------------*/
/*  2.12 preloader
/*----------------------------------------*/
.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: var(--rr-common-white);
  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: 999;
}

.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #121212;
}

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-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-brick-red.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-2);
}

.sk-three-bounce.is-mainly-blue.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-3);
}

.sk-three-bounce.is-orange.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-4);
}

.sk-three-bounce.is-purple.sk-three-bounce .sk-child {
  background-color: var(--rr-theme-5);
}

.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);
  }
}
/*----------------------------------------*/
/*  2.13 rangeSlider
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
  pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
  outline: 0;
  list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  overflow: hidden;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
  position: absolute;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.ui-button, .ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
  position: relative;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  overflow: hidden;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-loan-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-loan-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-loan-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-loan-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-loan-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-loan-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-loan-range-min, .ui-spinner-down {
  bottom: 0;
}

.ui-slider-vertical .ui-loan-range-max, .ui-spinner-up {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 2em 0.2em 0.4em;
  vertical-align: middle;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a, .ui-widget-header a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("https://html.rrdevs.net/printfix/assets/css/images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  		3.1 header-1
/*----------------------------------------*/
.header-1.rs-sticky .header__btn .text h5, .header-1.rs-sticky .header__btn .text span {
  color: var(--rr-common-white);
}
.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li > a {
  color: var(--rr-heading-primary);
}
.header-1.rs-sticky .main-menu ul li > a::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li:hover > a::before {
  background-color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a::after {
  color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  3.2 header-2
/*----------------------------------------*/
.header-1.rs-sticky .header__btn .text h5, .header-1.rs-sticky .header__btn .text span {
  color: var(--rr-common-white);
}
.header-1.rs-sticky .header__btn .text a:hover h5 {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li > a {
  color: var(--rr-heading-primary);
}
.header-1.rs-sticky .main-menu ul li > a::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li:hover > a::before {
  background-color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover > a::before {
  background: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a {
  color: var(--rr-theme-primary);
}
.header-1.rs-sticky .main-menu ul li:hover > a::after {
  color: var(--rr-theme-primary);
}

#popup-search-box {
  background-color: var(--rr-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--rr-common-black);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(https://html.rrdevs.net/printfix/assets/img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--rr-heading-primary);
  border: 1px solid var(--rr-heading-primary);
  height: 50px;
  width: 50px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--rr-theme-primary);
  border: 1px solid var(--rr-theme-primary);
  color: var(--rr-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  3.3 header-3
/*----------------------------------------*/
.header__logo-3 {
  max-width: 100% !important;
}
.header__logo-3 .header__hamburger {
  margin-left: -80px !important;
}
@media (max-width: 1750px) {
  .header__logo-3 .header__hamburger {
    margin-left: 0 !important;
  }
}

/*----------------------------------------*/
/*  3.4 header-common
/*----------------------------------------*/
.rs-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-common-white) !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
  border-top: 0;
}
.rs-sticky .header-top {
  position: fixed !important;
  top: -100%;
  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;
}
.rs-sticky.header-2 {
  background: var(--rr-heading-primary) !important;
}
.rs-sticky.header-2 .main-menu .mobile-menu ul li a {
  color: var(--rr-common-white) !important;
}
.rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
  color: var(--rr-theme-primary) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li ul.submenu li a {
  color: var(--rr-heading-primary) !important;
}

.header__area {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.19%, rgba(255, 61, 0, 0.1)), color-stop(49.48%, rgba(255, 177, 152, 0.1)), color-stop(99.8%, rgba(255, 61, 0, 0.1)));
  background: linear-gradient(90deg, rgba(255, 61, 0, 0.1) 0.19%, rgba(255, 177, 152, 0.1) 49.48%, rgba(255, 61, 0, 0.1) 99.8%);
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header__area .container {
  max-width: 1200px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__area .container {
    font-size: 13px;
  }
}
.header__area.header-inner {
  background: var(--rr-common-white);
}

.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__logo.header__logo-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__logo.header__logo-3 .header__hamburger {
    margin-left: 55px;
  }
}
.header__logo.header__logo-3 .header__hamburger .sidebar__toggle {
  background: var(--rr-heading-primary);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span {
  background: var(--rr-common-white);
}
.header__logo.header__logo-3 .logo-3 {
  width: 164px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__logo.header__logo-3 .logo-3 {
    width: 130px;
  }
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 18px 0;
  }
}
@media (max-width:450px) {
  .header__main {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__main .header__middle .mean__menu-wrapper .main-menu .mobile-menu ul li a {
    font-size: 14px;
  }
}
.header__main .header__right .header__action {
  gap: 30px;
}
.header__main .header__right .header__action .search-icon {
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__main .header__right .header__action .search-icon {
    display: none !important;
  }
}
.header__main .header__right .header__action .header__social {
  gap: 24px;
}
.header__main .header__right .header__action .header__social a {
  position: relative;
}
.header__main .header__right .header__action .header__social a .icon-wrapper {
  position: absolute;
  top: -13px;
  left: 13px;
  width: 15px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF3D00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__main .header__right .header__action .header__message {
  gap: 10px;
}
.header__main .header__right .header__action .header__message h6 {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-30);
  font-size: 16px;
  font-style: normal;
}
@media (max-width: 575px) {
  .header__main .header__right .header__action .header__message h6 {
    display: none;
  }
}
.header__main .header__right .header__action .header__message h6:hover {
  color: var(--rr-theme-primary);
}
.header__main .header__right .header__action .header__message .circle-message {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--rr-theme-primary);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: relative;
}

.bar-icon {
  width: 26px;
  height: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--rr-theme-primary);
  display: inline-block;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  -webkit-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;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

.social-media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 6px;
}
.social-media a {
  color: var(--rr-gray-900);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--rr-common-white);
  font-size: 20px;
  border-radius: 500px;
  border: 1px solid rgba(0, 213, 99, 0.2);
}
.social-media a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 500px;
  -webkit-transform: translate(-100%, 0) rotate(50deg);
          transform: translate(-100%, 0) rotate(50deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background-color: var(--rr-theme-primary);
  z-index: -1;
  content: "";
}
.social-media a:hover {
  color: var(--rr-common-white);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.social-media a:hover::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.social-media-2 a {
  border-color: var(--rr-gray-200);
  color: var(--rr-theme-primary);
}
.social-media-2 a:hover {
  border-color: var(--rr-theme-primary);
}

.header__btn {
  gap: 15px;
}

.header-top {
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.1);
}
.header-top-menu {
  gap: 30px;
  list-style: none;
}
.header-top-menu li {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-menu li {
    font-size: 12px;
  }
}
.header-top-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--rr-common-white);
}
.header-top-menu li a:hover {
  color: var(--rr-theme-primary);
}
.header-top-socail-menu {
  gap: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-socail-menu .lan-select-2 {
  width: 85px;
}
.header-top-socail-menu .lan-select-2 .lan-home-2 {
  background: transparent;
  color: #fff;
  border: none;
}
.header-top-socail-menu .lan-select-2 .lan-home-2 option {
  background: #000;
  border: none;
}
.header-top-socail-menu span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  line-height: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-socail-menu span a {
    font-size: 12px;
  }
}
.header-top-socail-menu span a:hover {
  color: var(--rr-theme-primary);
}

.header-top-3 {
  padding: 5px 0;
  background: var(--rr-heading-primary);
}
.header-top-3 .header-top-socail-menu {
  gap: 15px !important;
}
.header-top-3 .lan-select .nice-select {
  margin-left: -18px !important;
  font-weight: 500 !important;
}
.header-top-3 .lan-select .nice-select:after {
  font-size: 12px;
}
.header-top-3 .container-width {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1550px;
}
.header-top-3-menu {
  gap: 30px;
  list-style: none;
}
.header-top-3-menu li {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.header-top-3-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--rr-common-white);
}
.header-top-3-menu li a:hover {
  color: var(--rr-theme-primary);
}
.header-top-3-socail-menu {
  gap: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-3-socail-menu .lan-select .lan {
  background: transparent;
  color: #fff;
  border: none;
}
.header-top-3-socail-menu .lan-select .lan option {
  background: #000;
  border: none;
}
.header-top-3-socail-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.header-top-3-socail-menu li a:hover {
  color: var(--rr-theme-primary);
}
.header-top-3 .header-top-menu li a {
  color: var(--rr-theme-primary);
}
.header-top-3 .header-top-menu li a:hover {
  text-decoration: underline;
}
.header-top-3 .header-top-social {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
  gap: 20px;
}
.header-top-3 .header-top-social a:hover {
  color: var(--rr-common-white);
}

.inner-page {
  padding: 5px 0;
  background: var(--rr-heading-primary);
}
.inner-page-menu {
  gap: 30px;
  list-style: none;
}
.inner-page-menu li {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.inner-page-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--rr-common-white);
}
.inner-page-menu li a:hover {
  color: var(--rr-theme-primary);
}
.inner-page-socail-menu {
  gap: 20px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inner-page-socail-menu .lan-select .lan {
  background: transparent;
  color: #fff;
  border: none;
}
.inner-page-socail-menu .lan-select .lan option {
  background: #000;
  border: none;
}
.inner-page-socail-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.inner-page-socail-menu li a:hover {
  color: var(--rr-theme-primary);
}
.inner-page .header-top-menu li a {
  color: var(--rr-theme-primary);
}
.inner-page .header-top-social {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.7);
  gap: 20px;
}
.inner-page .header-top-social a:hover {
  color: var(--rr-common-white);
}

.header-select {
  margin-left: -18px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-home {
  padding: 175px 0 107px;
}
.banner-home__middel-shape {
  position: absolute;
  background: radial-gradient(50% 50% at 49.98% 50%, #FFF 0%, #DADADA 8%, #A1A1A1 22%, #707070 36%, #474747 50%, #282828 63%, #121212 77%, #040404 89%, #000 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
  width: 639.5px;
  height: 639.5px;
  border-radius: 500px;
  top: -62px;
  left: 642px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__middel-shape {
    top: -200px;
    left: 370px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__middel-shape {
    top: -200px;
    left: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__middel-shape {
    top: -200px;
    left: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__middel-shape {
    top: -230px;
    left: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__middel-shape {
    top: -280px;
    left: -80px;
  }
}
@media (max-width: 575px) {
  .banner-home__middel-shape {
    top: -330px;
    left: -80px;
  }
}
.banner-home__small-red {
  position: absolute;
  top: 526px;
  right: 330px;
}
.banner-home__small-red img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__small-red {
    top: 412px;
    right: 360px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__small-red {
    top: 402px;
    right: 358px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__small-red {
    top: 395px;
    right: 312px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__small-red {
    top: 395px;
    right: 312px;
  }
}
.banner-home__small-parpale {
  position: absolute;
  top: 455px;
  right: -65px;
}
.banner-home__small-parpale img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__small-parpale {
    top: 354px;
    right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__small-parpale {
    top: 324px;
    right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__small-parpale {
    top: 326px;
    right: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__small-parpale {
    top: 341px;
    right: 15px;
  }
}
.banner-home__small-blue {
  position: absolute;
  top: 247px;
  right: -143px;
}
.banner-home__small-blue img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__small-blue {
    top: 213px;
    right: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__small-blue {
    top: 213px;
    right: 14px;
  }
}
.banner-home__blue-dot-shape {
  position: absolute;
  top: 75.81px;
  right: 10px;
}
.banner-home__blue-dot-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__blue-dot-shape {
    top: 66.81px;
    right: 117px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__blue-dot-shape {
    top: 66.81px;
    right: 117px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__blue-dot-shape {
    top: 89.81px;
    right: 101px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__blue-dot-shape {
    top: 88.81px;
    right: 53px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__blue-dot-shape {
    top: 88.81px;
    right: 53px;
  }
}
.banner-home__red-shape {
  position: absolute;
  top: -15px;
  right: -30.59px;
}
.banner-home__red-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__red-shape {
    top: -27px;
    right: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__red-shape {
    top: -27px;
    right: 90px;
  }
}
.banner-home__card1-shape {
  position: absolute;
  top: 355px;
  right: 308px;
}
.banner-home__card1-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__card1-shape img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__card1-shape img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__card1-shape img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__card1-shape img {
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .banner-home__card1-shape img {
    max-width: 70%;
  }
}
@media (max-width:450px) {
  .banner-home__card1-shape img {
    max-width: 70%;
  }
}
@media (max-width:376px) {
  .banner-home__card1-shape img {
    max-width: 55%;
  }
}
@media (max-width:320px) {
  .banner-home__card1-shape img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__card1-shape {
    top: 265px;
    right: 335px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__card1-shape {
    top: 285px;
    right: 242px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__card1-shape {
    top: 282px;
    right: 236px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__card1-shape {
    top: 282px;
    right: 146px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__card1-shape {
    top: 480px;
    right: 305px;
  }
}
@media (max-width: 575px) {
  .banner-home__card1-shape {
    top: 537px;
    right: 187px;
  }
}
@media (max-width:450px) {
  .banner-home__card1-shape {
    top: 537px;
    right: 187px;
  }
}
@media (max-width:376px) {
  .banner-home__card1-shape {
    top: 641px;
    right: 122px;
  }
}
@media (max-width:320px) {
  .banner-home__card1-shape {
    top: 654px;
    right: 102px;
  }
}
.banner-home__card2-shape {
  position: absolute;
  top: 477px;
  right: 375px;
}
.banner-home__card2-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__card2-shape img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__card2-shape img {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__card2-shape img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__card2-shape img {
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .banner-home__card2-shape img {
    max-width: 70%;
  }
}
@media (max-width:450px) {
  .banner-home__card2-shape img {
    max-width: 70%;
  }
}
@media (max-width:376px) {
  .banner-home__card2-shape img {
    max-width: 55%;
  }
}
@media (max-width:320px) {
  .banner-home__card2-shape img {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__card2-shape {
    top: 365px;
    right: 370px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__card2-shape {
    top: 365px;
    right: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__card2-shape {
    top: 365px;
    right: 295px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__card2-shape {
    top: 365px;
    right: 201px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__card2-shape {
    top: 600px;
    right: 260px;
  }
}
@media (max-width: 575px) {
  .banner-home__card2-shape {
    top: 622px;
    right: 225px;
  }
}
@media (max-width:450px) {
  .banner-home__card2-shape {
    top: 622px;
    right: 225px;
  }
}
@media (max-width:376px) {
  .banner-home__card2-shape {
    top: 711px;
    right: 145px;
  }
}
@media (max-width:320px) {
  .banner-home__card2-shape {
    top: 730px;
    right: 112px;
  }
}
.banner-home__cup-shape {
  position: absolute;
  top: 153px;
  right: -160px;
  z-index: 1;
}
.banner-home__cup-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__cup-shape img {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__cup-shape img {
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__cup-shape img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__cup-shape img {
    max-width: 47%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__cup-shape img {
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  .banner-home__cup-shape img {
    max-width: 50%;
  }
}
@media (max-width:450px) {
  .banner-home__cup-shape img {
    max-width: 50%;
  }
}
@media (max-width:376px) {
  .banner-home__cup-shape img {
    max-width: 40%;
  }
}
@media (max-width:320px) {
  .banner-home__cup-shape img {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__cup-shape {
    top: 155px;
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__cup-shape {
    top: 155px;
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__cup-shape {
    top: 173px;
    right: -75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__cup-shape {
    top: 170px;
    right: -131px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__cup-shape {
    top: 445px;
    right: -50px;
  }
}
@media (max-width: 575px) {
  .banner-home__cup-shape {
    top: 465px;
    right: -127px;
  }
}
@media (max-width:450px) {
  .banner-home__cup-shape {
    top: 543px;
    right: -162px;
  }
}
@media (max-width:376px) {
  .banner-home__cup-shape {
    top: 559px;
    right: -144px;
  }
}
@media (max-width:320px) {
  .banner-home__cup-shape {
    top: 597px;
    right: -167px;
  }
}
.banner-home__blue-shape {
  position: absolute;
  right: -120px;
  top: 87px;
}
.banner-home__blue-shape img {
  max-width: 100%;
  height: auto;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__blue-shape img {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__blue-shape img {
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__blue-shape img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__blue-shape img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__blue-shape img {
    max-width: 65%;
  }
}
@media (max-width: 575px) {
  .banner-home__blue-shape img {
    max-width: 65%;
  }
}
@media (max-width:450px) {
  .banner-home__blue-shape img {
    max-width: 60%;
  }
}
@media (max-width:376px) {
  .banner-home__blue-shape img {
    max-width: 45%;
  }
}
@media (max-width:320px) {
  .banner-home__blue-shape img {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__blue-shape {
    right: -25px;
    top: 87px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__blue-shape {
    right: -25px;
    top: 87px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__blue-shape {
    right: -50px;
    top: 116px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__blue-shape {
    right: -101px;
    top: 116px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__blue-shape {
    right: -20px;
    top: 400px;
  }
}
@media (max-width: 575px) {
  .banner-home__blue-shape {
    right: -60px;
    top: 403px;
  }
}
@media (max-width:450px) {
  .banner-home__blue-shape {
    right: -60px;
    top: 403px;
  }
}
@media (max-width:376px) {
  .banner-home__blue-shape {
    right: -117px;
    top: 506px;
  }
}
@media (max-width:320px) {
  .banner-home__blue-shape {
    right: -134px;
    top: 532px;
  }
}
.banner-home__parpale-shape {
  position: absolute;
  bottom: -15px;
  right: -81px;
  z-index: -1;
}
.banner-home__parpale-shape img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__parpale-shape img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__parpale-shape img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__parpale-shape img {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__parpale-shape img {
    max-width: 55%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__parpale-shape img {
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  .banner-home__parpale-shape img {
    max-width: 65%;
  }
}
@media (max-width:450px) {
  .banner-home__parpale-shape img {
    max-width: 60%;
  }
}
@media (max-width:376px) {
  .banner-home__parpale-shape img {
    max-width: 45%;
  }
}
@media (max-width:320px) {
  .banner-home__parpale-shape img {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__parpale-shape {
    bottom: -5px;
    right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__parpale-shape {
    bottom: -5px;
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__parpale-shape {
    bottom: -17px;
    right: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__parpale-shape {
    bottom: -16px;
    right: -154px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__parpale-shape {
    bottom: -10px;
    right: -35px;
  }
}
@media (max-width: 575px) {
  .banner-home__parpale-shape {
    bottom: -16px;
    right: -127px;
  }
}
@media (max-width:450px) {
  .banner-home__parpale-shape {
    bottom: -16px;
    right: -127px;
  }
}
@media (max-width:376px) {
  .banner-home__parpale-shape {
    bottom: -19px;
    right: -166px;
  }
}
@media (max-width:320px) {
  .banner-home__parpale-shape {
    bottom: -26px;
    right: -185px;
  }
}
.banner-home__banner-shape-1 {
  position: absolute;
  top: -16px;
  left: 380px;
}
.banner-home__banner-shape-1 img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home__banner-shape-2 {
  position: absolute;
  top: 420px;
  left: -317px;
}
.banner-home__banner-shape-2 img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home__banner-right-shape {
  position: absolute;
  top: 33px;
  right: 32px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__banner-right-shape {
    top: 21px;
    right: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__banner-right-shape {
    top: 6px;
    right: 125px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__banner-right-shape {
    top: 33px;
    right: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__banner-right-shape {
    top: 46px;
    right: 56px;
  }
}
@media (max-width: 575px) {
  .banner-home__banner-right-shape {
    top: 343px;
    right: 55px;
  }
}
@media (max-width:450px) {
  .banner-home__banner-right-shape {
    top: 312px;
    right: 75px;
  }
}
@media (max-width:376px) {
  .banner-home__banner-right-shape {
    top: 450px;
    right: 42px;
  }
}
@media (max-width:320px) {
  .banner-home__banner-right-shape {
    top: 463px;
    right: 9px;
  }
}
.banner-home__banner-right-shape img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__banner-right-shape img {
    max-width: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__banner-right-shape img {
    max-width: 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__banner-right-shape img {
    max-width: 315px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__banner-right-shape img {
    max-width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__banner-right-shape img {
    max-width: 280px;
  }
}
@media (max-width: 575px) {
  .banner-home__banner-right-shape img {
    max-width: 280px;
  }
}
@media (max-width:450px) {
  .banner-home__banner-right-shape img {
    max-width: 280px;
  }
}
@media (max-width:376px) {
  .banner-home__banner-right-shape img {
    max-width: 255px;
  }
}
@media (max-width:320px) {
  .banner-home__banner-right-shape img {
    max-width: 255px;
  }
}
.banner-home__content h6 {
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-subtitle);
  font-size: var(--rr-fs-h4);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h6);
}
.banner-home__content h1 {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-size: var(--rr-fs-h1);
  font-weight: var(--rr-fw-bold);
  line-height: var(--rr-lh-h1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__content h1 {
    font-size: 58px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__content h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .banner-home__content h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .banner-home__content h1 {
    font-size: 27px;
    line-height: 37px;
  }
}
.banner-home__content .description p {
  max-width: 624px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h6);
  font-size: 20px;
  margin-bottom: 0;
}
.banner-home__btn__wrapper {
  gap: 30px;
}
@media (max-width:376px) {
  .banner-home__btn__wrapper {
    gap: 25px;
  }
}
.banner-home__media {
  position: relative;
  right: -55px;
}
.banner-home__media img {
  position: relative;
  z-index: -1;
  max-width: 170px;
  height: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__media img {
    max-width: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__media img {
    max-width: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__media img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__media img {
    max-width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-home__media img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .banner-home__media img {
    text-align: center;
    max-width: 90px;
    margin-top: 30px;
    right: -140px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-home__media {
    left: -25px;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-home__media {
    left: -20px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home__media {
    left: -20px;
    top: 30px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-home__media {
    left: -20px;
    top: 30px;
    position: relative;
  }
}
@media (max-width:450px) {
  .banner-home__media {
    text-align: start;
    right: -30px;
    position: relative;
  }
}
@media (max-width:320px) {
  .banner-home__media {
    text-align: start;
    right: 5px;
    position: relative;
  }
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner {
  z-index: 1;
  position: relative;
}
.banner-custom-container {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.banner__navigation {
  position: absolute;
  left: 47%;
  top: 90%;
}
.banner__navigation button {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: var(--rr-theme-primary);
  position: absolute;
  top: 90%;
  left: 80px;
  z-index: 55;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__navigation button {
    left: 20px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation button svg {
    max-width: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation button {
    left: 10px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation button svg {
    max-width: 17px;
  }
}
.banner__navigation button svg {
  max-width: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation button svg {
    max-width: 17px !important;
  }
}
.banner__navigation button:after {
  top: 0;
  z-index: -1;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  height: 100%;
  background: var(--rr-theme-primary);
  border-radius: 50%;
}
.banner__navigation button:hover {
  background: var(--rr-theme-primary);
}
.banner__navigation button:hover svg path[stroke="#ffa300"] {
  stroke: var(--rr-common-white);
}
.banner__navigation .banner__button-next {
  left: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__navigation .banner__button-next {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .banner__navigation .banner__button-next svg {
    max-width: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__navigation .banner__button-next {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .banner__navigation .banner__button-next svg {
    max-width: 17px;
  }
}
.banner_parallax-slider {
  position: relative;
}
.banner_parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% + 1px);
  top: -1px;
}
.banner__space {
  padding: 205px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__space {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__space {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__space {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
  .banner__space-shape-wrapper {
    display: none;
  }
}
.banner__space-shape-wrapper-top-black-shape {
  position: absolute;
  top: -10px;
  left: 0;
}
.banner__space-shape-wrapper-top-black-shape img {
  width: 100%;
  height: auto;
}
.banner__space-shape-wrapper-bottom-shape {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.banner__space-shape-wrapper-bottom-shape img {
  width: 100%;
  height: auto;
}
.banner__thumb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__thumb-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__thumb-bg {
    background-position: -475px 0;
  }
}
@media (max-width:450px) {
  .banner__thumb-bg {
    background-position: -562px 0;
  }
}
@media (max-width: 400px) {
  .banner__thumb-bg {
    background-position: -667px 0;
  }
}
.banner__sub-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-subtitle);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h5);
  font-style: normal;
  margin-bottom: 12px;
}
.banner__title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h1);
  line-height: 84px;
  font-style: normal;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .banner__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .banner__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.banner__content {
  max-width: 800px;
  margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content {
    left: 9px;
  }
}
.banner__content p {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h6);
  font-size: 20px;
  opacity: 0.8;
  max-width: 625px;
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-3.space {
  padding: 110px 0 97px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-3.space {
    padding: 52px 0 77px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3.space {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .banner-3.space {
    padding: 60px 0 70px;
  }
}
.banner-3__media {
  z-index: 1;
  padding-left: 119px;
  position: relative;
  margin-bottom: -97px;
  margin-right: -315px;
  margin-top: -110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-3__media {
    padding-left: 19px;
    margin-right: -215px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-3__media {
    margin-bottom: -79px;
    margin-top: -90px;
    padding-left: 0;
    margin-right: -290px;
  }
}
@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) {
  .banner-3__media {
    padding: 0;
    margin: 50px 0 0;
  }
}
.banner-3__media .img {
  overflow: hidden;
  padding-left: 288px;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-3__media .img {
    padding-left: 188px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-3__media .img {
    padding-left: 60px;
  }
}
.banner-3__media .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-3__media__shape {
  background-size: contain;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 936px;
  height: 723px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-3__media__shape {
    width: 903px;
    height: 723px;
  }
}
@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) {
  .banner-3__media__shape {
    display: none;
  }
}
.banner-3__media .banner-image-mobile {
  overflow: hidden;
  border-radius: 5px;
}
.banner-3__content h1 {
  color: var(--rr-gray-900);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-3__content h1 {
    font-size: 52px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-3__content h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-3__content h1 {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-3__content h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .banner-3__content h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
.banner-3__content h1 span {
  color: var(--rr-theme-primary);
}
.banner-3__content .rr-btn__wrapper {
  gap: 10px;
}
.banner-3__item {
  gap: 15px;
  padding: 23px 42px 19px 20px;
  border-radius: 5px;
  border-left: 1px solid #000;
  background: var(--rr-common-white);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.banner-3__item-left img {
  width: 54px;
  height: 54px;
  border-radius: 500px;
  border: 2px solid var(--rr-common-white);
}
.banner-3__item-left img:not(:first-child) {
  margin-left: -16px;
}
.banner-3__item-left span.custom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  margin-left: -16px;
  background-color: var(--rr-common-white);
  border-radius: 500px;
  border: 2px solid var(--rr-common-white);
  -webkit-filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, 0.06)) drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, 0.1));
          filter: drop-shadow(0px 4px 13px rgba(19, 16, 34, 0.06)) drop-shadow(0px 4.8px 24.4px rgba(19, 16, 34, 0.1));
}
.banner-3__item-left span.custom-img i {
  font-size: 32px;
  color: var(--rr-theme-primary);
}

.banner__space-3 {
  padding-top: 325px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__space-3 {
    padding-top: 280px;
    padding-bottom: 213px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__space-3 {
    padding-top: 220px;
    padding-bottom: 475px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__space-3 {
    padding-top: 180px;
    padding-bottom: 475px;
  }
}
@media (max-width: 575px) {
  .banner__space-3 {
    padding-top: 130px;
    padding-bottom: 475px;
  }
}
.banner__space-3 .bg-shape {
  position: absolute;
  top: 279px;
  left: 378px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__space-3 .bg-shape {
    top: 275px;
    left: 378px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__space-3 .bg-shape {
    top: 870px;
    left: -130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__space-3 .bg-shape {
    top: 870px;
    left: -130px;
  }
}
@media (max-width: 575px) {
  .banner__space-3 .bg-shape {
    top: 729px;
    left: -200px;
  }
}
@media (max-width:376px) {
  .banner__space-3 .bg-shape {
    top: 729px;
    left: -200px;
  }
}
@media (max-width:320px) {
  .banner__space-3 .bg-shape {
    top: 729px;
    left: -200px;
  }
}
.banner__space-3 .bg-shape img {
  width: auto;
}

.banner__area .bg-color {
  background: linear-gradient(90.22deg, rgba(219, 255, 0, 0.1) 0.19%, rgba(247, 255, 152, 0.1) 49.48%, rgba(219, 255, 0, 0.1) 99.8%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner__area .banner-home__middel-shape-2 {
  position: absolute;
  background: radial-gradient(50% 50% at 49.98% 50%, #FFF 0%, #DADADA 8%, #A1A1A1 22%, #707070 36%, #474747 50%, #282828 63%, #121212 77%, #040404 89%, #000 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
  width: 639.5px;
  height: 639.5px;
  border-radius: 500px;
  top: -60px;
  left: 556px;
  z-index: -2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -200px;
    left: 370px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -200px;
    left: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -200px;
    left: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -230px;
    left: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -280px;
    left: -80px;
  }
}
@media (max-width: 575px) {
  .banner__area .banner-home__middel-shape-2 {
    top: -330px;
    left: -80px;
  }
}
.banner__area .banner-custom-container .banner {
  position: relative;
}
.banner__area .banner-custom-container .banner .content-3 {
  margin-top: 0;
  max-width: 597px;
  margin-right: -59px;
}
.banner__area .banner-custom-container .banner .content-3 .sub-title {
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-subtitle);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h5);
  font-style: normal;
  margin-bottom: 12px;
}
.banner__area .banner-custom-container .banner .content-3 .title {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 64px;
  line-height: 86px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 59px;
    line-height: 86px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 62px;
    line-height: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 62px;
    line-height: 86px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 62px;
    line-height: 86px;
  }
}
@media (max-width: 575px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 45px;
    line-height: 70px;
  }
}
@media (max-width:376px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 37px;
    line-height: 55px;
  }
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .content-3 .title {
    font-size: 31px;
    line-height: 48px;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
  position: relative;
  top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 70px;
    right: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 282px;
    left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 282px;
  }
}
@media (max-width: 575px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 300px;
    right: 16px;
  }
}
@media (max-width:376px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 300px;
    right: 16px;
  }
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img {
    top: 300px;
    right: 16px;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .img-border {
  position: relative;
  z-index: 1;
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .img-border:before {
  background-color: transparent;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid var(--rr-common-white);
  border-radius: 10px;
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .img-border:before {
    width: 81%;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img {
  position: absolute;
  top: -151px;
  left: 66px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  width: 300px;
  border-radius: 10px;
  height: 370px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img {
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }
}
@media (max-width:376px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img {
    left: 37px;
    -webkit-transform: rotate(-9deg);
            transform: rotate(-9deg);
  }
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img {
    left: 40px;
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    top: -111px;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img img {
  width: 300px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .frist-img img {
    width: 240px;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img {
  left: 172px;
  position: absolute;
  width: 300px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  border-radius: 10px;
  height: 370px;
  overflow: hidden;
  top: 138px;
}
@media (max-width: 575px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
    left: 63px;
  }
}
@media (max-width:376px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    left: 36px;
  }
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
    left: 38px;
  }
}
.banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img img {
  width: 300px;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
@media (max-width:320px) {
  .banner__area .banner-custom-container .banner .banner-media-3 .middel-img .secend-img img {
    width: 243px;
  }
}
.banner__area .banner-custom-container .banner .banner-text .text-space p {
  margin-bottom: 20px;
  max-width: 485px;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  color: var(--rr-text-body);
  font-style: normal;
  font-size: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space p {
    margin-top: -60px;
  }
}
.banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
  position: relative;
  left: 72px;
  margin-bottom: -74px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
    left: 361px;
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
    left: 397px;
    top: -161px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
    left: 397px;
    top: -161px;
  }
}
@media (max-width: 575px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
    left: 397px;
    top: -161px;
  }
}
@media (max-width:376px) {
  .banner__area .banner-custom-container .banner .banner-text .text-space .arrow {
    left: 397px;
    top: -161px;
  }
}
.banner__area .banner-custom-container .banner .banner-text .text-space .arrow img {
  width: auto;
  max-width: 410px;
  height: auto;
}
.banner__area .banner__navigation-3 {
  position: absolute;
  top: 90%;
  left: 90%;
}
.banner__area .banner__navigation-3 button {
  background: transparent;
  border: 1px solid #e3e8d2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner__area .banner__navigation-3 button:hover {
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/





















/*----------------------------------------*/
/*  8.10 project-details
/*----------------------------------------*/
/*----------------------------------------*/
.prodact-area .bottom-button h5 {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 18px;
  font-style: normal;
}
.prodact-area .bottom-button .social {
  gap: 10px;
}
.prodact-area .bottom-button .social a {
  color: var(--rr-heading-primary);
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prodact-area .bottom-button .social a.active, .prodact-area .bottom-button .social a:hover {
  color: var(--rr-common-white);
  background: var(--rr-theme-primary);
}

/*shop-details*/
.product-filter-area .rr-product-details-thumb-wrapper {
  position: relative;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-media {
  overflow: hidden;
  border-radius: 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-media img {
  width: 100%;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-search {
  left: 30px;
  opacity: 0;
  width: 50px;
  height: 50px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: var(--rr-common-white);
  border-radius: 4px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-search span {
  font-size: 18px;
  color: #FF3D00;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-search:hover {
  background: #FF3D00;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-search:hover svg path {
  stroke: var(--rr-common-white);
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-arrow {
  width: 50px;
  right: 30px;
  opacity: 0;
  bottom: 0px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: white;
  border-radius: 4px;
  position: absolute;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-arrow span {
  font-size: 18px;
  color: #FF3D00;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-arrow i {
  color: var(--rr-theme-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-arrow:hover {
  background: #FF3D00;
}
.product-filter-area .rr-product-details-thumb-wrapper .rr-product-arrow:hover i {
  color: var(--rr-common-white);
}
.product-filter-area .rr-product-details-thumb-wrapper:hover .rr-product-search, .product-filter-area .rr-product-details-thumb-wrapper:hover .rr-product-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-filter-area .rr-product-details-thumb-wrapper:hover svg path {
  stroke: var(--rr-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product-filter-area .rr-shop-details__right-warp {
    margin-top: 30px;
  }
}
.product-filter-area .rr-shop-details__title-sm {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffa300;
  margin-bottom: 12px;
}
.product-filter-area .rr-shop-details__price .price .woocs_price_code {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.product-filter-area .rr-shop-details__price .price .woocs_price_code del {
  color: var(--rr-theme-primary);
}
.product-filter-area .rr-shop-details__price .price .woocs_price_code .woocommerce-old-price {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FF0000;
}
.product-filter-area .rr-shop-details__price .price .woocs_price_code .woocommerce-new-price {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffa300;
}
.product-filter-area .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.product-filter-area .woocommerce-product-details__short-description p {
  color: #646464;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.product-filter-area .rr-product-details-action__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14px;
}
.product-filter-area .price-cart {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.product-filter-area .price-cart .cart {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-filter-area .price-cart .cart .quantity__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.product-filter-area .price-cart .cart .quantity__group .quantity-control {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.product-filter-area .price-cart .cart .quantity__group .quantity-control i {
  color: #ffa300;
  font-size: 14px;
  line-height: 1;
}
.product-filter-area .price-cart .cart .quantity__group .quantity-control.minus {
  margin-right: 20px;
}
.product-filter-area .price-cart .cart .quantity__group .quantity-control.minus i {
  font-size: 14px;
}
.product-filter-area .price-cart .cart .quantity__group .quantity-control.plus {
  margin-left: 10px;
}
.product-filter-area .price-cart .cart .quantity__group .qty {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: black;
  border: 0 !important;
  padding: 0 !important;
  width: 47px !important;
  font-size: 18px !important;
  line-height: 19.2px !important;
  border-radius: 0px !important;
  background: transparent !important;
}
.product-filter-area .price-cart .cart .btn.btn-cart {
  padding: 10px 16px;
}
.product-filter-area .price-cart .cart .btn.btn-cart span {
  color: red;
}
.product-filter-area .price-cart .cart .btn.btn-cart:hover span {
  color: white;
}
.product-filter-area .price-cart .cart .btn.btn-bookmark {
  padding: 10px 22px;
}
.product-filter-area .rr-shop-details__product-info {
  margin-bottom: 14px;
}
.product-filter-area .rr-shop-details__product-info ul {
  list-style: none;
  margin-bottom: 14px;
}
.product-filter-area .rr-shop-details__product-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffa300;
}
.product-filter-area .rr-shop-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-filter-area .rr-shop-details__social span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: black;
  margin-right: 14px;
}
.product-filter-area .rr-shop-details__social ul {
  margin-bottom: 0;
}
.product-filter-area .rr-shop-details__social ul li {
  margin-right: 14px;
  display: inline;
}
.product-filter-area .product-filter-area-review {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-filter-area .product-filter-area-review .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 130px;
  background-color: #F7F7F7;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  line-height: var(--rr-lg-h5);
  font-size: 16px;
  font-style: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-filter-area .product-filter-area-review .button:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}

.rr-shop-details__social .list-unstyled li a {
  color: var(--rr-text-body);
}
.rr-shop-details__social .list-unstyled li a:hover {
  color: var(--rr-theme-primary);
}

/*3*/
.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button {
  gap: 10px;
  border-radius: 4px;
}
.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3 {
  padding: 0;
  border-radius: 4px !important;
}
.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3 .button {
  border-radius: 4px !important;
}
.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3.active {
  background-color: var(--rr-theme-primary);
  border-radius: 0 !important;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px !important;
}
.filter-area-3 .rr-fea-product__tab-3 .nav-inner-3 .all-button .nav-link-3.active .button {
  border-radius: 0 !important;
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-radius: 4px !important;
}

/*second product__area*/
.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav {
  background: var(--rr-theme-primary);
}
.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav.active {
  background: var(--rr-theme-primary);
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .title {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h3);
  line-height: 46px;
  margin-bottom: 10px;
  font-style: normal;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .dc {
  margin-bottom: 14px;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .main-dc {
  margin-bottom: 24px;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item h6 {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  line-height: var(--rr-lh-h6);
  font-size: 18px;
  font-style: normal;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item input {
  height: 50px;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item textarea {
  height: 180px !important;
  border-radius: 4px;
  margin-left: 0;
  border: 1px solid #e5e8e6;
  padding: 10px 20px;
}
.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item .text .social i {
  color: var(--rr-theme-primary);
}

/*cart-area*/







































/*blog2-area start*/









/*feature start*/













/*prodact start*/
.prodact-area .prodact-title-wrapper .subtitle {
  font-family: var(--rr-ff-subtitle);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h4);
  line-height: var(--rr-lh-h5);
  color: var(--rr-theme-primary);
  font-style: normal;
  margin-bottom: 12px;
}
.prodact-area .prodact-title-wrapper .title {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .prodact-area .prodact-title-wrapper .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prodact-area .prodact-title-wrapper .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .prodact-area .prodact-title-wrapper .title {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .prodact-area .prodact-title-wrapper .title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width:450px) {
  .prodact-area .prodact-title-wrapper .title {
    font-size: 27px;
    line-height: 37px;
  }
}

.rr-fea-product__thumb {
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.rr-fea-product__thumb img {
  border-radius: 10px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rr-fea-product__thumb:hover .product-action-btn-5 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 575px) {
  .rr-fea-product__thumb:hover .product-action-btn-5 {
    top: 44px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: 33px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.rr-fea-product__thumb .product-action-btn-5 {
  top: 40px;
  left: 11px;
  width: 44px;
  position: absolute;
  background: #FF0000;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575px) {
  .rr-fea-product__thumb .product-action-btn-5 {
    top: 44px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: 33px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.rr-fea-product__thumb .product-action-btn-5 h5 {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}
.rr-fea-product__thumb-text {
  border-radius: 2px;
  background: var(--rr-heading-primary);
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rr-fea-product__thumb-text span {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: 20px;
  font-size: 14px;
  padding: 3px 15px;
  font-style: normal;
  display: inline-block;
}
.rr-fea-product__content {
  padding: 20px 0px;
  padding-bottom: 0px;
}
.rr-fea-product__content .price del {
  color: #FF0000;
}
.rr-fea-product__content .price span.woocommerce-Price-amount {
  color: #FF0000;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h6);
  font-size: 16px;
  font-style: normal;
}
.rr-fea-product__item {
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .rr-fea-product__item {
    margin-bottom: 30px;
    background: var(--rr-common-white) !important;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
            box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
  }
}
.rr-fea-product__item:hover {
  background: var(--rr-common-white) !important;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
}
.rr-fea-product__item .rr-product-on-sale span {
  border-radius: 40px;
  background: #FF111F;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--rr-common-white);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 15px;
  display: inline-block;
}
.rr-fea-product__item:hover {
  background-color: var(--rr-common-white);
}
.rr-fea-product__item:hover .rr-fea-product__icon-box {
  opacity: 1;
  visibility: visible;
  top: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 575px) {
  .rr-fea-product__item:hover .rr-fea-product__icon-box {
    top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.rr-fea-product__item:hover .icon-box-2 {
  top: 18%;
}
.rr-fea-product__item:hover .icon-box-3 {
  top: 25%;
  right: 6px;
}
@media (max-width: 575px) {
  .rr-fea-product__item:hover .icon-box-3 {
    top: 20%;
  }
}
@media (max-width:376px) {
  .rr-fea-product__item:hover .icon-box-3 {
    top: 26%;
  }
}
@media (max-width:320px) {
  .rr-fea-product__item:hover .icon-box-3 {
    top: 28%;
  }
}
.rr-fea-product__item:hover .icon-box-4 {
  top: 40%;
  right: 2px;
}
.rr-fea-product__item:hover .rr-fea-product__link-box {
  opacity: 1;
  visibility: visible;
  margin-top: -27px;
  position: relative;
  right: 1px;
}
@media (max-width: 575px) {
  .rr-fea-product__item:hover .rr-fea-product__link-box {
    margin-top: 0;
  }
}
.rr-fea-product__item:hover .rr-fea-product__price {
  opacity: 0;
  visibility: hidden;
}
.rr-fea-product__item:hover .rr-fea-product__thumb img {
  -webkit-transform: scale(1.2) rotate(-1deg);
          transform: scale(1.2) rotate(-1deg);
}
.rr-fea-product__icon-box {
  position: absolute;
  top: 20%;
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .rr-fea-product__icon-box {
    top: 20%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width:376px) {
  .rr-fea-product__icon-box {
    top: 24%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width:320px) {
  .rr-fea-product__icon-box {
    top: 28%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.rr-fea-product__icon-box a, .rr-fea-product__icon-box button {
  border-radius: 50%;
  border: 0px solid var(--rr-theme-primary);
  background: var(--rr-common-white);
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 2px;
}
.rr-fea-product__icon-box a:hover, .rr-fea-product__icon-box button:hover {
  background-color: var(--rr-theme-primary);
}
.rr-fea-product__icon-box a:hover svg path, .rr-fea-product__icon-box button:hover svg path {
  stroke: var(--rr-common-white);
}
.rr-fea-product__link-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575px) {
  .rr-fea-product__link-box {
    opacity: 1;
    visibility: visible;
  }
}
.rr-fea-product__link-box .cart-button, .rr-fea-product__link-box .added_to_cart {
  display: block;
  width: 100%;
  height: 40px;
  font-weight: var(--rr-fw-sbold);
  font-size: 14px;
  color: var(--rr-common-white);
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  background: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  position: relative;
}
.rr-fea-product__link-box .cart-button:hover, .rr-fea-product__link-box .added_to_cart:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.rr-fea-product__link-box .cart-button span, .rr-fea-product__link-box .added_to_cart span {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-regular);
  margin-right: 4px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}
.rr-fea-product__link-box a span {
  margin-right: 4px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.rr-fea-product__price {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rr-fea-product__price span {
  font-weight: 500;
  font-size: 15px;
  color: #ED1D24;
  font-family: var(--rr-ff-heading);
  margin-right: 12px;
}
.rr-fea-product__price del {
  font-size: 15px;
  color: #9695A0;
  font-family: var(--rr-ff-body);
}
.rr-fea-product__star {
  margin-bottom: 8px;
}
.rr-fea-product__star i {
  color: #FEA700;
  padding-right: 2px;
}
.rr-fea-product__star i.color {
  color: #D2D3DA;
}
.rr-fea-product__star span i {
  color: #646464;
}
.rr-fea-product__title-sm {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  line-height: var(--rr-lh-h5);
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: normal;
}
.rr-fea-product__title-sm:hover {
  color: var(--rr-theme-primary);
}
.rr-fea-product__tab nav button {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 16px;
  height: 40px;
  line-height: 26px;
  padding: 0 19px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-fea-product__tab nav button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-fea-product__tab nav button {
    font-size: 13px;
    margin: 0 10px;
  }
}
@media (max-width: 575px) {
  .rr-fea-product__tab nav button {
    font-size: 13px;
  }
}
.rr-fea-product__tab nav button.active {
  color: var(--rr-theme-primary);
  background-color: #FAFAFA;
  font-weight: var(--rr-fw-medium);
  text-decoration: underline;
}
.rr-fea-product__tab nav button:hover {
  color: var(--rr-theme-primary);
}
.rr-fea-product__shape-1 {
  position: absolute;
  top: 9%;
  left: 3%;
  -webkit-animation: moving 9s linear infinite;
          animation: moving 9s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-fea-product__shape-1 {
    top: 3%;
    left: 3%;
  }
}
.rr-fea-product__shape-2 {
  position: absolute;
  bottom: 0%;
  left: -2%;
  -webkit-animation: tptranslateX2 4s infinite alternate;
          animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .rr-fea-product__shape-2 {
    display: none;
  }
}
.rr-fea-product__item-2:hover .rr-fea-product__price {
  opacity: 1;
  visibility: visible;
}

