/*-----------------------------------------------------------------------------------

    Template Name: Monas - Personal Portfolio HTML Template.
	Author: themewolfs
	Support: themewolfs@gmail.com
	Description: Personal Portfolio HTML Template.
	Version: 1.1 

-----------------------------------------------------------------------------------

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 common
		1.2 spacing
		1.3 theme

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 animation
		2.2 background
		2.3 backtotop
		2.4 breadcrumb
		2.5 buttons
		2.6 carousel
		2.7 color
		2.8 lightmode
		2.9 niceselect
		2.10 offcanvas
		2.11 preloader
		2.12 rangeSlider
		2.13 sectiontitle
		2 index

	-----------------
    03. HEADER CSS
	-----------------
		3.1 header-1
		3.2 header-2
		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 blog-details
		5.3 sidebar
		5.4 index

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 footer
		6.2 footer-2
		6.4 footer-copyright
		6. 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 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
.mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .offcanvas__overlay, .offcanvas__navigation button svg, .rr-btn svg path, .rr-btn.btn-transparent.btn-border-gray i, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */
.nice-select::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --rr-ff-heading: 'Josefin Sans', sans-serif;
  --rr-ff-body: 'Josefin Sans', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-common-gray: rgb(230, 230, 230);
  --rr-body-primary: #fff;
  --rr-theme-primary: #C4F000;
  --rr-heading-primary: #0A0A0A;
  --rr-heading-primary2: #161616;
  --rr-heading-secondary: #C4F000;
  --rr-text-body: #999999;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-background-primary: #161616;
  --rr-border-primary: 1px solid #202020;
  /**
  @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: 18px;
  --rr-fs-body2: 20px;
  --rr-fs-p: 15px;
  --rr-fs-h1: 190px;
  --rr-fs-h2: 120px;
  --rr-fs-h3: 60px;
  --rr-fs-h4: 42px;
  --rr-fs-h5: 26px;
  --rr-fs-h6: 24px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 30px;
  --rr-lh-p: 24px;
  --rr-lh-h1: 200px;
  --rr-lh-h2: 130px;
  --rr-lh-h3: 70px;
  --rr-lh-h4: 52px;
  --rr-lh-h5: 36px;
  --rr-lh-h6: 34px;
}

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

html {
  font-size: 10px;
}

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

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

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

h2, .h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2, .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: var(--rr-fs-h3);
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h2, .h2 {
    font-size: 27px;
    line-height: 37px;
  }
}

h3, .h3 {
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: var(--rr-fs-h3);
    line-height: 42px;
  }
}
@media (max-width:450px) {
  h3, .h3 {
    font-size: 27px;
    line-height: 37px;
  }
}

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

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

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

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

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

.body-2 {
  font-size: var(--rr-fs-body2);
  line-height: var(--rr-lh-body2);
  font-weight: var(--rr-fw-light);
}

a {
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  background-color: var(--rr-common-white);
  color: var(--rr-heading-primary);
  outline: none;
  width: 100%;
  font-size: 16px;
  border: 1px solid rgba(5, 5, 19, 0.14);
}

textarea {
  background-color: var(--rr-common-white);
  color: var(--rr-heading-primary);
  outline: none;
  width: 100%;
  height: 50px;
  font-size: 16px;
  border: 1px solid rgba(5, 5, 19, 0.14);
}

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

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

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

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

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

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/
.container {
  --bs-gutter-x: 30px;
  max-width: 1354px;
}

.custom-container {
  --bs-gutter-x: 30px;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
}

.container-custom {
  --bs-gutter-x: 30px;
  max-width: 1354px;
  width: 100%;
  margin: auto 0;
  margin-left: 144px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-custom {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .container-custom {
    margin-left: 0px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

.row-none {
  --bs-gutter-x: none !important;
}

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

.g-40,
.gy-40 {
  --bs-gutter-y: 40px;
}

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

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 60px;
}

#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}
#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--rr-theme-primary2);
}

@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}
.return {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--rr-common-white);
  color: var(--rr-heading-primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: var(--rr-fw-sbold);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#scroll-percentage-value i {
  font-size: var(--rr-fs-h5);
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--rr-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
/*---------------------------------
    1.7 common
---------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.p-l-0 {
  padding-left: 0 !important;
}

.z-index-11 {
  z-index: 11;
}

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

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

/*----------------------------------------
    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: 1599px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 750px;
  }
}

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

.z-index-1 {
  z-index: 1;
}

.bg-cover {
  background-size: cover;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

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

.row-reverse {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-responsive {
    margin-top: 30px;
  }
}

.white-margin-border {
  margin: 0 20px 20px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .white-margin-border {
    margin: 0;
  }
}

section {
  margin-top: -2px;
}

.mb-120 {
  margin-bottom: 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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .mb-120 {
    margin-bottom: 50px;
  }
}

.custom-margin {
  margin-top: 40px !important;
}

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

.custom-border {
  border-bottom: 8px solid var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .custom-border {
    border-bottom: none;
  }
}

.mddle-border {
  position: relative;
}
.mddle-border::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--rr-heading-primary);
  position: absolute;
  left: 50%;
  top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .mddle-border::before {
    display: none;
  }
}

.br-20 {
  border-radius: 20px;
}

.text-invert > div {
  background-image: var(--rr-theme-primary);
}

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

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

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

.section-space-top-55 {
  padding-top: 55px;
}

.section-space-top-65 {
  padding-top: 65px;
}

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

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .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-space-bottom-2 {
  padding-bottom: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-2 {
    padding-bottom: 70px;
  }
}

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

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

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

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

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

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

.heading-2-bg {
  background-color: var(--rr-heading-primary2) !important;
}

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

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

.hero-2-bg {
  background-color: var(--rr-background-hero-2-bg);
}

.testimonial-bg {
  background-color: #F6F6F6;
}

.testimonial-bg-2 {
  background-color: #EEE7DF;
}

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  background: var(--rr-heading-secondary);
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 18px;
  border: 1px solid #0A0A0A;
  border-radius: 65px;
  font-style: normal;
  padding: 17px 50px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.rr-btn-2 {
  margin-top: 20px;
  padding: 17px 34px;
}
.rr-btn i {
  font-size: 20px;
}
.rr-btn-bold {
  font-weight: var(--rr-fw-bold);
}
.rr-btn:focus {
  color: var(--rr-common-white);
}
.rr-btn::before {
  background: var(--rr-heading-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165%, 0) rotate(0deg);
  transform-origin: right bottom;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}
.rr-btn:hover {
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.rr-btn:hover::before {
  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: 18px 37px;
  border: none;
  color: var(--rr-heading-primary);
  background-color: var(--rr-heading-secondary);
}
.rr-btn.btn-transparent::before {
  background-color: var(--rr-heading-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: 992px), 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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: var(--rr-heading-primary);
  display: inline-flex;
  align-items: 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-transparent:hover span {
  background-color: var(--rr-common-white);
}
.rr-btn.btn-transparent:hover span i {
  color: var(--rr-heading-primary);
}
.rr-btn.btn-white {
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
  width: 100%;
}
.rr-btn.btn-white::before {
  background-color: var(--rr-heading-primary);
}
.rr-btn.btn-white:hover {
  color: var(--rr-common-white);
}
.rr-btn.btn-text-color-white {
  color: var(--rr-common-white);
}

.tp-hover-btn-wrapper {
  display: inline-block;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 {
  background: var(--rr-heading-secondary);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hover-btn-wrapper .tp-btn-circle-2 {
    height: 100px;
    width: 100px;
  }
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover {
  color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover svg [stroke=white] {
  stroke: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-text-2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  display: block;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 30px;
  height: 30px;
  background-color: var(--rr-common-white);
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.sidebar__toggle {
  cursor: pointer;
}

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

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

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

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

.offcanvas-close-icon {
  line-height: 1;
  color: var(--rr-common-white);
}
.offcanvas-close-icon .offcanvas-m-lines {
  position: relative;
  display: block;
  height: 12px;
  width: 30px;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
  top: 6px;
  transform: rotate(45deg);
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
  opacity: 0;
  opacity: 0;
}
.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.offcanvas-close-icon .offcanvas-m-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.offcanvas-close-icon .offcanvas-m-line.line--1 {
  top: 0;
}
.offcanvas-close-icon .offcanvas-m-line.line--2 {
  top: 5px;
}
.offcanvas-close-icon .offcanvas-m-line.line--3 {
  bottom: 0;
  bottom: 0;
}
.offcanvas-close-icon:hover .offcanvas-m-line {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.offcanvas-close-icon:hover .offcanvas-m-line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/*----------------------------------------*/
/*  2.5 niceselect
/*----------------------------------------*/
.nice-select {
  background-color: transparent;
  font-weight: var(--rr-fw-medium);
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-primary);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: left;
  -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: -18px;
  font-family: var(--rr-ff-fontawesome);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-medium);
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-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);
  -ms-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;
  right: 0;
}
.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-white);
  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;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-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: var(--rr-fw-regular);
  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-2__title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 50px;
  margin-bottom: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.section-2__title-wrapper-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  color: var(--rr-heading-primary);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-2__title-wrapper-title span {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-2__title-wrapper-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-2__title-wrapper-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section-2__title-wrapper-title span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-2__title-wrapper-title {
    font-size: 80px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-2__title-wrapper-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section-2__title-wrapper-title {
    font-size: 39px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__title-wrapper-title br {
    display: none;
  }
}
.section-2__title-wrapper-2 {
  margin-bottom: 80px;
}
.section-2__title-wrapper-2-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  color: var(--rr-heading-primary);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-2__title-wrapper-2-title span {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
  font-style: italic;
  text-transform: uppercase;
  padding-left: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__title-wrapper-2-title span {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-2__title-wrapper-2-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-2__title-wrapper-2-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section-2__title-wrapper-2-title span {
    font-size: 33px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-2__title-wrapper-2-title {
    font-size: 80px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-2__title-wrapper-2-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section-2__title-wrapper-2-title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-2__title-wrapper-2-title br {
    display: none;
  }
}

.section__title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  padding-bottom: 50px;
  margin-bottom: 80px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.section__title-wrapper .margin-top-minuas {
  margin-top: -12px;
}
.section__title-wrapper-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  color: var(--rr-heading-primary);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section__title-wrapper-title span {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-title span {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-title {
    font-size: 80px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size: 39px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-title br {
    display: none;
  }
}
.section__title-wrapper-2 {
  margin-bottom: 80px;
}
.section__title-wrapper-2-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  color: var(--rr-heading-primary);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section__title-wrapper-2-title span {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  font-size: var(--rr-fs-h3);
  line-height: var(--rr-lh-h3);
  font-style: italic;
  text-transform: uppercase;
  padding-left: 325px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-2-title span {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-2-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-2-title span {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-2-title span {
    font-size: 33px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-2-title {
    font-size: 80px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-2-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-2-title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-2-title br {
    display: none;
  }
}

.section__title-wrapper-3 {
  align-items: start;
  padding-bottom: 55px;
  margin-bottom: 100px;
}
.section__title-wrapper-3 span img {
  width: inherit;
}
.section__title-wrapper-subtitle {
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-subtitle {
    margin-bottom: 25px;
  }
}
.section__title-wrapper-subtitle::after {
  content: "";
  background-color: #000;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  margin-left: 5px;
  display: inline-block;
}
.section__title-wrapper-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 80px;
  color: #000;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title {
    font-size: 47px;
    line-height: 68px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size: 33px;
    line-height: 50px;
  }
}
.section__title-wrapper-title img {
  width: inherit;
}

.section__title-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-4 {
    display: block;
    margin-bottom: 70px;
  }
}
.section__title-wrapper-4-5 {
  margin-bottom: 140px;
}
@media (max-width: 575px) {
  .section__title-wrapper-4-5 {
    margin-bottom: 155px;
  }
}
.section__title-wrapper-4 .section__title {
  font-size: 100px !important;
  font-weight: 600;
  line-height: 100px;
  color: #453030;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-4 .section__title {
    font-size: 70px !important;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-4 .section__title {
    font-size: 42px !important;
    line-height: 1;
  }
}
.section__title-wrapper-4 .section__title span {
  font-size: 80px;
  color: #DED2C5;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-wrapper-4 .section__title span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-4 .section__title span {
    font-size: 60px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-4 .section__title span {
    font-size: 40px;
    margin-left: 60px;
  }
}
.section__title-wrapper-4 .section__title img {
  width: inherit;
  border-radius: 10px;
}
.section__title-wrapper-4 .section__title__dec {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(69, 48, 48, 0.7);
  font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-4 .section__title__dec br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-4 .section__title__dec {
    margin-top: 20px;
  }
}
.section__title-wrapper-4 .section__subtitle {
  font-family: Playfair Display;
  font-size: 90px !important;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #453030 !important;
  text-transform: uppercase;
  margin: 0 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-wrapper-4 .section__subtitle {
    font-size: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-wrapper-4 .section__subtitle {
    font-size: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-4 .section__subtitle {
    font-size: 75px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-4 .section__subtitle {
    font-size: 58px !important;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-4 .section__subtitle {
    font-size: 30px !important;
  }
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb__area {
  padding-top: 220px;
  padding-bottom: 90px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .breadcrumb__area {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}
.breadcrumb__shapes-shape-1 {
  position: absolute;
  right: 695px;
  top: 300px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb__shapes-shape-1 {
    right: 400px;
  }
}
.breadcrumb__shapes-shape-2 {
  position: absolute;
  left: 160px;
  top: 532px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__shapes-shape-2 {
    top: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__shapes-shape-2 {
    top: 460px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .breadcrumb__shapes-shape-2 {
    left: 240px;
    top: 380px;
  }
}
.breadcrumb__shapes-shape-3 {
  position: absolute;
  right: 160px;
  top: 226px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .breadcrumb__shapes-shape-3 {
    top: 145px;
  }
}
.breadcrumb__title-wrapper__title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-size: 190px;
  line-height: 200px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  margin: 0 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb__title-wrapper__title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__title-wrapper__title {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__title-wrapper__title {
    font-size: 70px;
    line-height: 122px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__title-wrapper__title {
    font-size: 65px;
    line-height: 122px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-wrapper__title {
    font-size: 50px;
    line-height: 82px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .breadcrumb__title-wrapper__title {
    font-size: 43px;
    line-height: 60px;
  }
}
.breadcrumb__title-wrapper__title span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-size: 189px;
  line-height: 200px;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 560px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .breadcrumb__title-wrapper__title span {
    padding-left: 500px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 170px;
    line-height: 200px;
    padding-left: 438px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 130px;
    line-height: 159px;
    padding-left: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 70px;
    line-height: 122px;
    padding-left: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 65px;
    line-height: 122px;
    padding-left: 358px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 50px;
    line-height: 82px;
    padding-left: 250px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .breadcrumb__title-wrapper__title span {
    font-size: 38px;
    line-height: 60px;
    padding-left: 55px;
  }
}

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

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

/*----------------------------------------*/
/*  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);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--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);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  transform: translate(-100%, 0) rotate(50deg);
  transform-origin: top left;
  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: var(--rr-fw-regular);
  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;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap svg path {
  fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
  stroke: #ccc;
  stroke-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.backtotop-wrap:hover::before {
  border-color: var(--rr-heading-primary);
  transform: translate(0, 0);
}

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

/*shake*/
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple {
  z-index: -1;
}

.ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.spin {
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

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

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

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

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

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.upDown-top {
  animation: upDown 1S infinite alternate;
}

@keyframes upDown-top {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.upDown-bottom {
  animation: upDown 0.8S infinite alternate;
}

@keyframes upDown-bottom {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.leftRight {
  animation: leftRight 1.3S infinite alternate;
}

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

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zooming {
  animation: zooming 1.3S infinite alternate;
}

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

@keyframes clip-a-z {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.clip-a-z {
  z-index: 10;
  transition: transform 0.5s ease-in-out;
  animation: clip-a-z 1s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@keyframes line-to-bottom-360 {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0px);
  }
}
.line-to-bottom-360 {
  animation: line-to-bottom-360 9S infinite alternate;
}

@keyframes line-to-bottom-360-l {
  0% {
    transform: translateX(350px);
  }
  50% {
    transform: translateX(700px);
  }
  100% {
    transform: translateX(1000px);
  }
}
.line-to-bottom-360-l {
  animation: line-to-bottom-360-l 9S infinite alternate;
}

/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.rrFadeInUp {
  opacity: 0; /* Start invisible */
  animation: rrFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rrFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}
.rrfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: rrfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes rrfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
@-webkit-keyframes circleMove {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes circleMove {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes imageMove1 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove1 {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@-webkit-keyframes imageMove2 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove2 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@-webkit-keyframes imageMove3 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove3 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@-webkit-keyframes imageMove4 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove4 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@-webkit-keyframes imageMove5 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove5 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@-webkit-keyframes imageMove6 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
@keyframes imageMove6 {
  0% {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------*/
/*  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%;
  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 {
  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 {
  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 {
  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 {
  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("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("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("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;
}

.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 80px;
  height: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -28px;
  left: -4px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cb-cursor.-text:before {
  background: #fff;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.-color-red {
  color: red;
}

.-color-green {
  color: #51c67d;
}

.cb-demo {
  background: #fff;
}

.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}
.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}
.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}
.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.cb-cursor.-green {
  color: green;
}

.cb-cursor.-green:before {
  background: green;
}

.cb-cursor.-red .cb-cursor-text {
  color: black;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
}

.cb-cursor.-red {
  color: black;
  background-color: black;
  width: 5px;
  height: 5px;
}

.cb-cursor.-red:before {
  border-radius: 500px;
  background: white;
  width: 100px;
  height: 100px;
  color: #fff;
}

.cb-cursor.-portfolio:before {
  display: none;
}
.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor.-portfolio .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-cursor.-portfolio .title {
  font-size: 16px;
  line-height: 162%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.cb-cursor.-portfolio .meta {
  font-size: 30px;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
  display: block;
  padding: 10px;
  border-radius: 4px;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  		3.1 header-1
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2 header-2
/*----------------------------------------*/
/*----------------------------------------*/
/*  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: #F1F5EB;
  box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
  border-top: 0;
}
.rs-sticky .header {
  background: #fff;
  margin-top: 0;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header.rs-sticky {
  background: var(--rr-common-white);
}
.header.header-inner {
  margin-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.header.header-inner .header-inner__main {
  padding: 25px 0;
}
.header.header-inner .header-inner__main::before {
  display: none;
}
.header.header-inner .header-inner__main .header__left .header__hamburger {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header.header-inner .header-inner__main .header__left .header__hamburger-text {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
}
.header.header-inner .header-inner__main .header__left .header__hamburger .sidebar__toggle {
  width: 42px;
  height: 42px;
  border: 1px solid #202020;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.header-inner .header-inner__main .header__left .header__hamburger .sidebar__toggle .bar-icon {
  width: 20px;
  height: 7px;
}
.header.header-inner .header-inner__main .header__left .header__hamburger .sidebar__toggle .bar-icon span {
  background: var(--rr-common-white);
}
.header.header-inner .header-inner__main .header__left .header__hamburger .sidebar__toggle .bar-icon span:nth-child(3) {
  display: none;
}
.header-2 {
  position: absolute;
}
.header-2__middle {
  position: relative;
}
.header-3 {
  position: absolute;
}
.header-3__middle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  position: relative;
  margin-right: 130px;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-3__middle {
    margin-right: 0;
  }
}
.header-3__main {
  background: var(--rr-common-white);
  padding: 18px 40px 20px 40px;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 575px) {
  .header-3__main {
    padding: 18px 15px 20px 15px;
  }
}
.header-3__right .header__action .header__btn-wrap .rr-btn {
  background: var(--rr-common-black);
  color: var(--rr-common-white);
  padding: 15px 55px 16px 39px;
  border-radius: 50px;
}
.header-3__right .header__action .header__btn-wrap .rr-btn::after {
  background: var(--rr-common-white);
  position: absolute;
  top: 41%;
  right: 38px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}

.header-1__logo {
  max-width: 147px;
}

.header-2.rs-sticky {
  background: var(--rr-heading-primary);
}

.header2 {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header2 {
    padding: 0;
  }
}
.header2__bg {
  background: var(--rr-common-white);
  border-radius: 60px;
}
.header2__left {
  margin-left: 10px;
}
.header2__right .header__action .header__btn-wrap .title-btn {
  padding: 4px 24px 4px 5px;
}
.header2__right .header__action .header__btn-wrap .title-btn span {
  width: 38px;
  height: 38px;
}
.header2__menu ul li > a {
  padding: 27px 0 !important;
}
.header2__menu ul li ul li a {
  padding: 5px 25px !important;
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 1199px) {
  .header__main {
    padding: 15px 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 {
    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: 24px;
}
.header__main .header__right .header__action .contact a {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.3s ease-in-out;
}
.header__main .header__right .header__action .contact a svg {
  margin-right: 3px;
  margin-top: -3px;
}
.header__main .header__right .header__action .contact a:hover {
  color: var(--rr-theme-primary);
}

.bar-icon {
  width: 26px;
  height: 18px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: var(--rr-common-black);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

.social-media {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}
.social-media a {
  color: var(--rr-gray-900);
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: var(--rr-common-white);
  font-size: var(--rr-fs-h5);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  -ms-border-radius: 500px;
  border-radius: 500px;
  transform: translate(-100%, 0) rotate(50deg);
  transform-origin: top left;
  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);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.social-media a:hover::before {
  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;
}

.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: flex;
  align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  font-size: 14px;
  line-height: 17px;
}
.inner-page-menu li a {
  display: flex;
  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: flex;
  justify-content: center;
  align-items: center;
}
.inner-page-socail-menu .lan-select .lan {
  background: transparent;
  color: var(--rr-common-white);
  border: none;
}
.inner-page-socail-menu .lan-select .lan option {
  background: #000;
  border: none;
}
.inner-page-socail-menu li a {
  display: flex;
  font-size: 14px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  line-height: 17px;
}
.inner-page-socail-menu li a:hover {
  color: var(--rr-theme-primary);
}

.header-select {
  margin-left: -18px;
}

#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;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  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(../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: var(--rr-fs-h5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: 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;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner__area {
  padding-top: 233px;
  padding-bottom: 950px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    margin-top: 0;
  }
}
.banner__content h1 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 180px;
  line-height: 193px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner__content h1 {
    font-size: 150px;
    line-height: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 {
    font-size: 95px;
    line-height: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
.banner__content h1 .arrow {
  padding-left: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .arrow {
    padding-left: 40px;
  }
}
.banner__content h1 .arrow img {
  width: inherit;
}
.banner__content h1 .video {
  padding-left: 155px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .video {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content h1 .video {
    padding-left: 0;
  }
}
.banner__content h1 .video .title-video {
  max-width: 410px;
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .video .title-video {
    max-width: 250px;
    height: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .video .title-video {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
.banner__content h1 .solutions {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-bold);
  font-style: italic;
  font-size: 117px;
  line-height: 130px;
  text-transform: uppercase;
  color: #825757;
  display: inline-block;
  transform: translate(0, -15px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner__content h1 .solutions {
    font-size: 90px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .solutions {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .solutions {
    font-size: 62px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .solutions {
    font-size: 49px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .solutions {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .solutions {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .solutions {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .solutions {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .solutions {
    font-size: 35px;
    line-height: 45px;
  }
}
.banner__content h1 .brand {
  font-family: var(--rr-ff-heading1);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-heading-primary);
  font-style: italic;
  font-size: 160px;
  line-height: 170px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner__content h1 .brand {
    font-size: 130px;
    line-height: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__content h1 .brand {
    font-size: 110px;
    line-height: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content h1 .brand {
    font-size: 100px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__content h1 .brand {
    font-size: 82px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content h1 .brand {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}
@media screen and (max-width: 425px) {
  .banner__content h1 .brand {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width:376px) {
  .banner__content h1 .brand {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width:320px) {
  .banner__content h1 .brand {
    font-size: 32px;
    line-height: 45px;
  }
}

/*----------------------------------------*/
/*  3.2 banner Style 2
/*----------------------------------------*/
.h1-banner-shape-1 {
  bottom: 0;
}
.h1-banner-shape-2 {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-banner-shape-2 {
    right: -22px;
    bottom: -35px;
  }
}
.h1-banner__header h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-banner__header h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-banner__header h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-banner__header h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-banner__header h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
.h1-banner__header-icon {
  right: 20%;
  top: 32%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-banner__header-icon {
    right: 14%;
    top: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-banner__header-icon {
    right: 6%;
    top: 33%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-banner__header-icon {
    right: 10%;
    top: 28%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-banner__header-icon {
    visibility: hidden;
    opacity: 0;
  }
}
.h1-banner__author-text {
  margin-bottom: 45px;
}
.h1-banner__author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 132px;
  margin-left: 55px;
  padding-left: 25px;
  padding-top: 25px;
  background-color: var(--rr-background-primary);
}
@media (max-width: 575px) {
  .h1-banner__author-wrapper {
    gap: 80px;
  }
}
.h1-banner__author-shape .half-circle-banner-wrapper {
  margin-left: 81px;
}
.h1-banner__author-shape h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(30px, 5vw, 53px);
  line-height: 117%;
  color: #fff;
  margin-top: 31px;
}
.h1-banner__author-icon {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-left: 120px;
  margin-top: 20px;
}
.h1-banner__author-text h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  margin-bottom: 10px;
}
.h1-banner__author-text p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
}
.h1-banner__content-thumb img {
  width: 100%;
  max-height: 650px;
  display: block;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 20px;
}
.h1-banner__content-thumb-circle {
  width: 280px;
  height: 280px;
  left: 0;
  bottom: 0;
  padding: 32px;
  display: grid;
  place-items: center;
  background-color: var(--rr-theme-primary);
  outline: 25px solid var(--rr-heading-primary);
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-banner__content-thumb-circle {
    width: 220px;
    height: 220px;
    left: 0;
    bottom: 0;
    padding: 16px;
    display: grid;
    place-items: center;
    background-color: var(--rr-theme-primary);
    outline: 16px solid var(--rr-heading-primary);
    position: relative;
  }
}
@media (max-width: 575px) {
  .h1-banner__content-thumb-circle {
    width: 120px;
    height: 120px;
    left: 0px;
    bottom: 0;
    padding: 10px;
    display: grid;
    place-items: center;
    background-color: var(--rr-theme-primary);
    outline: 0px solid var(--rr-heading-primary);
    position: relative;
  }
}
.h1-banner__content-thumb-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h1-banner__content-contact {
  padding: 30px;
  background-color: var(--rr-background-primary);
  padding-right: 50px;
  padding-bottom: 58px;
}
.h1-banner__content-contact .text h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
}
.h1-banner__content-contact .text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: #999;
}
.h1-banner__content-social {
  padding: 30px;
  padding-right: 25px;
  gap: 133px;
}
.h1-banner__content-social h4 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 23px;
  line-height: 125%;
  color: #fff;
}
.h1-banner__content-social-list ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.h1-banner__content-social-list ul li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
}
.h1-banner__content-social-list ul li a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.h1-banner__content-social-list ul li a:hover {
  background-color: var(--rr-theme-primary);
}
.h1-banner__content-social-list ul li a:hover i {
  color: var(--rr-heading-primary);
}
.h1-banner__content-social-list ul li a i {
  transition: all 0.3s ease-in-out;
  color: var(--rr-common-white);
}

.spin {
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.half-circle-banner {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -39px;
}
.half-circle-banner-wrapper {
  left: 0;
  top: 25px;
}

.clip-sm {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.clip-md {
  width: 60px;
  height: 60px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.clip-bg {
  width: 40px;
  height: 40px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
}

.custom-bg {
  background-color: var(--rr-background-primary);
  border: 1px solid rgba(39, 39, 39, 0.1);
}

.h2-banner {
  padding-bottom: 950px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .h2-banner {
    padding-bottom: 90px;
  }
}
.h2-banner__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner__top {
    flex-direction: column;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner__top {
    flex-direction: column;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__top {
    flex-direction: column;
    margin-top: 130px;
  }
}
@media (max-width: 575px) {
  .h2-banner__top {
    flex-direction: column;
    margin-top: 190px;
  }
}
.h2-banner__circle {
  position: absolute;
  display: inline-flex;
  top: 10%;
  right: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h2-banner__circle {
    top: 6%;
    right: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner__circle {
    top: 5%;
    right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner__circle {
    top: 4%;
    right: 5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__circle {
    top: 3%;
    right: 5%;
  }
}
@media (max-width: 575px) {
  .h2-banner__circle {
    top: 3%;
    right: 5%;
  }
}
.h2-banner__circle-name {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  transform: translate(-50%, -50%);
}
.h2-banner__desc p {
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  text-align: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__desc p {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .h2-banner__desc p {
    font-size: 20px;
  }
}
.h2-banner__date {
  padding-bottom: 10px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__date {
    font-size: 50px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .h2-banner__date {
    font-size: 40px;
    padding-left: 0;
  }
}
.h2-banner__bottom {
  position: relative;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
  gap: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner__bottom {
    flex-direction: column;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner__bottom {
    flex-direction: column;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__bottom {
    flex-direction: column;
    margin-top: 130px;
  }
}
@media (max-width: 575px) {
  .h2-banner__bottom {
    flex-direction: column;
    margin-top: 130px;
  }
}
.h2-banner__bottom-pill {
  padding: 20px 40px 15px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--rr-theme-primary);
  border-radius: 66px;
  transform: rotate(-35deg);
}
.h2-banner__title {
  padding-right: 260px;
  padding-bottom: 10px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 170px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h2-banner__title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner__title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner__title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__title {
    font-size: 40px;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .h2-banner__title {
    font-size: 30px;
    padding-right: 0;
  }
}
.h2-banner__title2 {
  padding-left: 214px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 180px;
  text-transform: uppercase;
  text-align: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h2-banner__title2 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h2-banner__title2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner__title2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner__title2 {
    font-size: 50px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .h2-banner__title2 {
    font-size: 40px;
    padding-left: 0;
  }
}
.h2-banner .zoom {
  position: relative;
  z-index: 9;
}
.h2-banner .zoom .zoom-thumb {
  max-width: 410px;
  width: 100%;
  height: 140px;
  border-radius: 150px;
  object-fit: cover;
  transform: translate(0, 13px);
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h2-banner .zoom .zoom-thumb {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-banner .zoom .zoom-thumb {
    max-width: 250px;
    height: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 575px) {
  .h2-banner .zoom .zoom-thumb {
    max-width: 300px;
    height: 100px;
    border-radius: 100px;
  }
}

/*----------------------------------------*/
/*  3.3 banner Style 3
/*----------------------------------------*/
.h3-banner__area {
  padding: 200px 0 120px;
}
.h3-banner__text {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
.h3-banner__title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 155px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-banner__title {
    font-size: 115px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-banner__title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-banner__title {
    font-size: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-banner__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .h3-banner__title {
    font-size: 35px;
  }
}
.h3-banner__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-banner__details {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-banner__details {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-banner__details {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-banner__details {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .h3-banner__details {
    flex-wrap: wrap;
  }
}
.h3-banner__textbox-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.h3-banner__textbox-desc {
  font-family: var(--rr-ff-body);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*----------------------------------------*/
/*  3.4 banner Style 4
/*----------------------------------------*/
.h4-banner {
  padding: 220px 0 120px;
}
.h4-banner__title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 120px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-banner__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-banner__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-banner__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.h4-banner__text {
  font-size: 24px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  margin-top: 20px;
}
.h4-banner__desc {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 600px;
}
.h4-banner__thumb {
  position: relative;
}
.h4-banner__thumb-text1 {
  position: absolute;
  bottom: 40%;
  right: 0;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: var(--rr-theme-primary);
  padding: 25px 20px 5px;
  border-radius: 5px;
  margin-right: 10px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-banner__thumb-text1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-banner__thumb-text1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-banner__thumb-text1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.h4-banner__thumb-text2 {
  position: absolute;
  bottom: 0%;
  right: 0;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  background: var(--rr-theme-primary);
  padding: 25px 20px 5px;
  border-radius: 5px;
  margin-right: 10px;
  transform: rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-banner__thumb-text2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-banner__thumb-text2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-banner__thumb-text2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.h4-banner__img {
  max-width: 400px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.h4-banner__img .image-filter {
  backdrop-filter: none;
  position: absolute;
  inset: 0%;
}
.h4-banner__img .image-filter._1 {
  backdrop-filter: blur(5px);
}
.h4-banner__img .image-filter._5 {
  backdrop-filter: saturate(200%);
}
.h4-banner__img .image-filter._6 {
  backdrop-filter: grayscale(200%);
}
.h4-banner__img .image-filter._7 {
  backdrop-filter: sepia(200%);
}
.h4-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

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

.home__menu-item {
  position: relative;
}
.home__menu-item:hover .home__menu-buttons {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home__menu-item:hover .home__menu-thumb::before {
  opacity: 1;
}

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

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

.home__menu-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: 500ms ease;
  gap: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
  .home__menu-buttons {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
.home__menu-buttons .rr-btn {
  height: 45px;
  font-size: 14px !important;
  padding: 0 25px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-white) !important;
  width: inherit !important;
}
.home__menu-buttons .rr-btn:before {
  width: 100% !important;
  background-color: var(--rr-common-white);
}
.home__menu-buttons .rr-btn:hover {
  color: var(--rr-heading-primary) !important;
}

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

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

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog-cus-border {
  position: relative;
}
.blog-cus-border::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--rr-heading-primary);
  position: absolute;
  left: 0;
  top: 0;
}
.blog-cus-border::after {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--rr-heading-primary);
  position: absolute;
  right: 0;
  top: 0;
}

.blog-custom-gutter {
  --bs-gutter-x: 0px;
}

.h1-blog__item {
  background-color: var(--rr-background-primary);
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-blog__item {
    padding: 16px;
  }
}
.h1-blog__item:hover .h1-blog__heading-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h1-blog__item:hover .h1-blog__heading-content-btn a i {
  transform: rotate(0deg);
  color: var(--rr-heading-primary);
}
.h1-blog__item-icon img {
  width: inherit;
}
.h1-blog__item-icon-heading h6 a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 111%;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-blog__item-icon-heading h6 a {
    font-size: 23px;
  }
}
.h1-blog__item-icon-heading h6 a:hover {
  color: var(--rr-theme-primary);
}
.h1-blog__item-icon-heading p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #fff;
}
.h1-blog__item-icon-date p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  text-align: right;
  color: #fff;
}
.h1-blog__heading h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .h1-blog__heading h2 {
    font-size: 43px;
  }
}
.h1-blog__heading-content-thumb img {
  width: 100%;
  display: block;
}
.h1-blog__heading-content-text h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 138% !important;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-blog__heading-content-text h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-blog__heading-content-text h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-blog__heading-content-text h2 {
    font-size: 24px;
  }
}
.h1-blog__heading-content-text h2 a:hover {
  color: var(--rr-theme-primary);
}
.h1-blog__heading-content-btn a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--rr-heading-primary);
}
.h1-blog__heading-content-btn a i {
  color: var(--rr-common-white);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.h1-blog__item {
  margin-top: 6px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-blog__item {
    flex-wrap: wrap;
  }
}

/*----------------------------------------*/
/*  5.3 sidebar
/*----------------------------------------*/
.sidebar-rr-sticky {
  position: sticky;
  top: 120px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-rr-sticky {
    margin-top: 50px;
  }
}

.sidebar__widget:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar__widget {
  padding: 24px 40px 40px 30px;
  background: var(--rr-background-pastel-blue);
  position: relative;
}
.sidebar__widget::before {
  background: var(--rr-common-white);
  position: absolute;
  width: 129px;
  height: 34px;
  content: "";
  top: 0;
  right: -1px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__widget {
    margin-top: 50px;
  }
}
.sidebar__widget-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 22px;
  line-height: var(--rr-lh-body);
  letter-spacing: -0.03em;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.sidebar__widget-title-2 {
  margin-bottom: 22px;
}
.sidebar__widget-title__have-bar {
  position: relative;
}
.sidebar__widget-service {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.sidebar__widget-service a {
  padding-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: var(--rr-fs-body);
  line-height: 27px;
  border-bottom: 1px solid rgba(0, 15, 32, 0.1);
  color: var(--rr-heading-primary);
}
.sidebar__widget-service a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar__widget-service a:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-service a i {
  color: var(--rr-theme-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.sidebar__widget-download {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar__widget-download a {
  padding: 11.5px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 15, 32, 0.1);
  color: var(--rr-heading-primary);
}
.sidebar__widget-download a img {
  max-width: 15px;
}
.sidebar__widget-download a:hover {
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
}
.sidebar__widget-download a:hover img {
  filter: brightness(0) invert(1);
}
.sidebar__widget-search .search__bar {
  position: relative;
  height: 46px;
  width: 100%;
}
.sidebar__widget-search .search__bar-icon {
  position: absolute;
  top: 11px;
  right: 20px;
}
.sidebar__widget-search .search__bar-icon i {
  color: var(--rr-heading-primary);
}
.sidebar__widget-search .search__bar input {
  height: 100%;
  padding: 14px 45px 14px 20px;
  width: 100%;
  border: 1px solid rgba(5, 5, 19, 0.14);
  background: transparent;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
  font-size: 14px;
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  line-height: 10px;
  margin-left: 0;
  position: relative;
}
.sidebar__widget-search .search__bar button {
  position: absolute;
  left: 18px;
  padding: 0;
  height: 100%;
  line-height: 0;
}
.sidebar__widget-search .search__bar button:hover svg path[stroke="#525257"] {
  stroke: var(--rr-theme-primary);
}
.sidebar__widget-search .search__bar .icon {
  position: absolute;
  top: 20%;
  right: 5px;
  transform: translate(-50%);
}
.sidebar__widget-category {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar__widget-category a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border: 1px solid rgba(5, 5, 19, 0.1);
  padding: 9px 28px 9px 22px;
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a:hover {
  background: var(--rr-theme-primary);
}
.sidebar__widget-category a:hover span {
  color: var(--rr-heading-primary);
}
.sidebar__widget-category a:hover span i {
  transform: rotate(0deg);
}
.sidebar__widget-category a span {
  display: flex;
  align-items: center;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  color: rgba(5, 5, 19, 0.7);
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a span i {
  margin-right: 8px;
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.sidebar__widget-category a:hover {
  color: var(--rr-theme-primary);
}
.sidebar__widget-tags .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar__widget-tags .tags a {
  background: transparent;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  line-height: 26px;
  font-style: normal;
  color: rgba(5, 5, 19, 0.7);
  border: 1px solid rgba(5, 5, 19, 0.1);
}
.sidebar__widget-tags .tags a:hover {
  color: var(--rr-heading-primary);
  background: var(--rr-theme-primary);
}
.sidebar__widget-have_any_question {
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--rr-theme-primary);
  box-shadow: 0px 1px 3px 0px rgba(0, 15, 32, 0.1);
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar__widget-have_any_question-space {
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}
.sidebar__widget-have_any_question-media {
  padding-left: 41px;
  margin-top: -93px;
  margin-bottom: -30px;
  margin-right: -30px;
  max-width: 367px;
}
.sidebar__widget-have_any_question h3 {
  margin-bottom: 5px;
}
.sidebar__widget-have_any_question p {
  max-width: 275px;
  opacity: 0.8;
  color: var(--rr-common-white);
}
.sidebar__widget-have_any_question .rr-btn .text-one {
  color: var(--rr-heading-primary);
}
.sidebar__widget .sidebar-post {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.sidebar__widget .sidebar-post:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .sidebar__widget .sidebar-post {
    flex-wrap: wrap;
  }
}
.sidebar__widget .sidebar-post_thumb {
  min-width: 90px;
  height: 100px;
  overflow: hidden;
}
.sidebar__widget .sidebar-post_thumb img {
  width: 90px;
  height: 100px;
  object-fit: cover;
}
.sidebar__widget .sidebar-post_thumb:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar__widget .sidebar-post_content .post-meta {
  margin-bottom: 6px;
}
.sidebar__widget .sidebar-post_content .post-meta li {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  line-height: 17px;
  color: rgba(5, 5, 19, 0.7);
  display: flex;
  font-style: normal;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width:376px) {
  .sidebar__widget .sidebar-post_content .post-meta li {
    font-size: 12px;
  }
}
.sidebar__widget .sidebar-post_content .post-meta li i {
  color: var(--rr-theme-primary);
}
.sidebar__widget .sidebar-post_content h3 {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: var(--rr-fs-body);
  line-height: var(--rr-lh-p);
  letter-spacing: -0.02em;
}
@media (max-width:320px) {
  .sidebar__widget .sidebar-post_content h3 {
    font-size: 13px;
    line-height: 20px;
  }
}
.sidebar__widget .sidebar-post_content a:hover h3 {
  color: var(--rr-theme-primary2);
}

.sidebar__widget-button {
  border: 1px solid #e5e8e6;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 26px;
}
.sidebar__widget-button .sidebar {
  margin-bottom: 24px;
  font-weight: var(--rr-fw-sbold);
}
.sidebar__widget-button .sidebar-tags .btn {
  gap: 10px;
  padding: 0;
}
.sidebar__widget-button .sidebar-tags .btn a {
  font-size: 14px;
  border: 1px solid #e5e8e6;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.sidebar__widget-button .sidebar-tags .btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  5.1 blog-details
/*----------------------------------------*/
.postbox__content-text {
  padding: 60px 0;
}
.postbox__content-text p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
.postbox__quote {
  background: #161616;
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 35px 36px 35px 35px;
}
.postbox__quote img {
  width: inherit;
}
.postbox__quote p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: var(--rr-common-white);
  padding: 17px 0;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__quote p {
    font-size: 20px;
  }
}
.postbox__quote .name {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: var(--rr-common-white);
  padding-left: 67px;
  position: relative;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__quote .name {
    font-size: 20px;
  }
}
.postbox__quote .name::before {
  content: "";
  border: 2px solid var(--rr-common-white);
  width: 45px;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  transform: translateX(2px);
  bottom: 20px;
}
.postbox__text2-Innovative {
  padding-top: 52px;
  padding-bottom: 20px;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--rr-common-white);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-Innovative {
    font-size: 30px;
    line-height: 44px;
  }
}
.postbox__text2 p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
.postbox__text2-list {
  padding-top: 30px;
  padding-bottom: 40px;
}
.postbox__text2-list ul li {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  list-style: none;
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-list ul li {
    font-size: 14px;
  }
}
.postbox__text2-list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rr-heading-secondary);
  left: 0;
  top: 8px;
  display: block;
  position: absolute;
  border-radius: 10px;
}
.postbox__text2-thumb img {
  border-radius: 10px;
}
.postbox__text2-other {
  padding: 56px 0;
}
.postbox__text2-other p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text2-other p {
    font-size: 16px;
  }
}
.postbox__text3 {
  padding-bottom: 120px;
}
.postbox__text3-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: var(--rr-common-white);
}
@media (max-width:320px), (max-width:376px) {
  .postbox__text3-title {
    font-size: 40px;
  }
}
.postbox__text3 p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  padding: 20px 0px 34px 0px;
}
.postbox__tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 45px 0px;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
}
.postbox__tag-wrapper .tag span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--rr-common-white);
  padding-right: 25px;
}
.postbox__tag-wrapper .social span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--rr-common-white);
  padding-right: 25px;
}
.postbox__tag-wrapper .social a {
  width: 44px;
  height: 44px;
  line-height: 50px;
  border-radius: 44px;
  background: var(--rr-background-primary);
  display: inline-block;
  margin-right: 10px;
  align-items: center;
  text-align: center;
}
.postbox__tag-wrapper .social a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
}
.postbox__comment-box {
  background: var(--rr-background-primary);
  border: 1px solid #202020;
  border-radius: 10px;
  padding: 45px;
}
.postbox__comment-box form .input-wrapper {
  display: flex;
  background-color: var(--rr-heading-primary);
  width: 50%;
}

.postbox__thumb {
  width: 100%;
  height: 800px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__thumb {
    height: 400px;
  }
}

.postbox__text2-thumb {
  width: 100%;
  height: 650px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__text2-thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__text2-thumb {
    height: 350px;
  }
}

.breadcrumb-area {
  padding-top: 226px;
  padding-bottom: 120px;
}
.breadcrumb-cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 95px;
  row-gap: 38px;
  row-gap: 10px;
  position: relative;
}
@media (max-width:376px), (max-width:450px) {
  .breadcrumb-cta {
    gap: 70px;
  }
}
@media (max-width:320px) {
  .breadcrumb-cta {
    gap: 60px;
  }
}
.breadcrumb-cta::before {
  position: absolute;
  content: "";
  left: 40%;
  top: 14px;
  background: #fff;
  height: 1px;
  width: 45px;
}
@media (max-width:320px) {
  .breadcrumb-cta::before {
    left: 39%;
  }
}
.breadcrumb-cta span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}
.breadcrumb-title {
  margin-top: 20px;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:376px), (max-width:450px), (max-width:320px) {
  .breadcrumb-title br {
    display: none;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .breadcrumb-title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media (max-width:376px), (max-width:320px) {
  .breadcrumb-title {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width:320px) {
  .breadcrumb-title {
    font-size: 36px;
    line-height: 54px;
  }
}

/*----------------------------------------*/
/*  5.1 blog-list
/*----------------------------------------*/
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__area {
    padding: 0px 15px;
  }
}
.blog-list__thumb a img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list__thumb a img {
    width: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__thumb {
    margin-bottom: 30px;
  }
}
.blog-list__wrap {
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 30px;
  gap: 28px;
  margin-left: 15px;
  margin-right: 15px;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__wrap {
    display: block;
  }
}
.blog-list__wrap:hover .arrow a svg {
  transform: rotate(45deg);
}
.blog-list__content-tag {
  background: #453030;
  border-radius: 6px;
  padding: 0px 14px;
  display: inline-block;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-ff-medium);
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 13px;
}
@media (max-width:320px) {
  .blog-list__content-tag {
    font-size: 10px;
  }
}
.blog-list__content-date {
  padding-top: 10px;
}
.blog-list__content-date span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-ff-medium);
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(69, 48, 48, 0.7);
}
@media (max-width:320px) {
  .blog-list__content-date span {
    font-size: 13px;
  }
}
.blog-list__content-date span i {
  padding-right: 8px;
}
.blog-list__content-date .arrow svg {
  transform: rotate(-2deg);
  transition: all 0.3s ease-in-out;
}
.blog-list__item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-list__item {
    padding-left: 0;
  }
}
.blog-list__title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-fw-sbold);
  font-size: 40px;
  line-height: 52px;
  text-transform: uppercase;
  color: #453030;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(69, 48, 48, 0.14);
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-list__title {
    font-size: 30px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-list__title {
    font-size: 24px;
    line-height: 41px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .blog-list__title {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-list__title {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .blog-list__title {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width:450px) {
  .blog-list__title {
    font-size: 22px;
    line-height: 38px;
    padding-bottom: 34px;
  }
}
@media (max-width:320px) {
  .blog-list__title {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 34px;
  }
}
.blog-list__title a {
  background: linear-gradient(#453030 0%, #453030 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #453030;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .blog-list__title a br {
    display: none;
  }
}
.blog-list__title a:hover {
  color: #453030;
  background-size: 100% 2px;
}

.bottom-button {
  gap: 10px;
  background-color: #161616;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 0px 0 10px 10px;
  margin-top: 6px;
}
.bottom-button a {
  color: #fff;
  background: #0A0A0A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.bottom-button a:hover {
  background: #C4F000;
  color: #161616;
}

.h1-footer-custom-gutter {
  --bs-gutter-x: 0px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-footer-custom-gutter {
    margin-bottom: 80px;
  }
}

.h1-f-custom-padding {
  padding: 50px 0px;
}
@media (max-width: 575px) {
  .h1-f-custom-padding {
    padding: 50px 0px;
  }
}

.footer-custom-border {
  position: relative;
}
.footer-custom-border::before {
  content: "";
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  position: absolute;
  background-color: var(--rr-background-primary);
}
@media (max-width: 575px) {
  .footer-custom-border::before {
    display: none;
  }
}

.h1-footer__area {
  border: 1px solid #222222;
}
.h1-footer__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-footer__content h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-footer__content h2 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-footer__content h2 {
    font-size: 90px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-footer__content h2 {
    font-size: 50px;
  }
}
.h1-footer__content h2 span {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-footer__content h2 span {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-footer__content h2 span {
    font-size: 90px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-footer__content h2 span {
    font-size: 50px;
  }
}
.h1-footer__widget {
  padding: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-footer__widget {
    padding: 30px;
  }
}
.h1-footer__widget-author-icon-text h6 a {
  font-size: 24px;
  line-height: 125%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
}
.h1-footer__widget-author-icon-text p {
  font-size: 16px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-link p {
  font-size: 16px;
  line-height: 125%;
  padding-bottom: 20px;
  color: var(--rr-text-body);
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-link h5 a {
  font-size: 24px;
  line-height: 142%;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
}
.h1-footer__widget-link h5 a:hover {
  color: var(--rr-theme-primary);
}
.h1-footer__widget-link h6 a {
  font-size: 24px;
  line-height: 142%;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
}
.h1-footer__widget-link h6 a:hover {
  color: var(--rr-theme-primary);
}
.h1-footer__widget-social p {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-heading);
}
.h1-footer__widget-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.h1-footer__widget-social ul li a {
  width: 44px;
  height: 44px;
  display: grid;
  border-radius: 50%;
  place-items: center;
  background-color: var(--rr-background-primary);
}
@media (max-width: 575px) {
  .h1-footer__widget-social ul li a {
    width: 40px;
    height: 40px;
  }
}
.h1-footer__widget-social ul li a:hover {
  background-color: var(--rr-theme-primary);
}

.half-circle {
  width: 80px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -39px;
}
.half-circle-clip-wrapper {
  left: 0;
  top: -19px;
}

.clip-sm {
  width: 70px;
  height: 80px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-top: 20px;
}

.clip-md {
  width: 62px;
  height: 72px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -27px;
  margin-right: 13px;
  margin-top: 20px;
}

.clip-bg {
  width: 42px;
  height: 52px;
  background-color: var(--rr-theme-primary);
  clip-path: ellipse(50% 50% at 50% 100%);
  transform: rotate(270deg);
  margin-left: -70px;
  margin-right: 4px;
  margin-top: 20px;
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-2__shapes-shape-1 {
  position: absolute;
  top: 175px;
  left: 627px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-1 {
    display: none;
  }
}
.footer-2__shapes-shape-2 {
  position: absolute;
  top: 435px;
  right: 62px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__shapes-shape-2 {
    display: none;
  }
}
.footer-2__border::before {
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 38%;
  top: 0;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__border::before {
    display: none;
  }
}
.footer-2__top-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-2__top-part {
    justify-content: inherit;
    gap: 200px;
    row-gap: 20px;
  }
}
.footer-2__top-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-2__top-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__top-part-widget .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 19px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-widget-btn a {
  background: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-black);
  padding: 13px 52px 14px 34px;
  border-radius: 50px;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer-2__top-part-widget-btn a::before {
  background: var(--rr-common-black);
  position: absolute;
  top: 42%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}
.footer-2__top-part-widget__link-left {
  padding-left: 163px;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-widget__link-left {
    padding-left: 0;
  }
}
.footer-2__top-part-logo a img {
  max-width: 180px;
  width: 100%;
  object-fit: cover;
}
.footer-2__top-part-heading .title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__top-part-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.footer-2__top-part-link ul li {
  list-style: none;
}
.footer-2__top-part-link ul li:not(:last-of-type) {
  margin-bottom: 19px;
}
.footer-2__top-part-link ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-link ul li a:hover {
  text-decoration: underline;
}
.footer-2__top-part-link ul li a i {
  margin-top: -7px;
}
.footer-2__top-part-form {
  position: relative;
  margin-top: 25px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control {
  background: transparent;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-style: normal;
  font-size: 15px;
  height: 50px;
  padding: 18px 140px 18px 22px;
  position: relative;
  margin-bottom: 19px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
  color: var(--rr-common-white);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:focus {
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__top-part-form .rr-subscribe-form .form-control-1 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-right: 5px;
  background-color: transparent;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input:focus {
  box-shadow: none;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-label {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-2__top-part-form .submit {
  background: #9BEA9B;
  color: var(--rr-common-black);
  padding: 5px 18px 5px 17px;
  position: absolute;
  border-radius: 6px;
  top: 6px;
  right: 6px;
  transition: all 0.3s ease-in-out;
}
.footer-2__top-part-form .submit:hover {
  background: var(--rr-common-white);
}
.footer-2__bottom-part {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 71px;
  padding-bottom: 40px;
}
.footer-2__bottom-part-widget-title h4 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget-title h4 {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-shape img {
  width: inherit;
  transform: rotate(51deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2__bottom-part-widget-shape img {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-shape img {
    transform: rotate(0deg);
    transform: translate(25%, -14%);
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-shape img {
    width: 100%;
    transform: rotate(0deg);
  }
}
.footer-2__bottom-part-widget__location-left {
  padding-left: 175px;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2__bottom-part-widget__location-left {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .footer-2__bottom-part-widget-social {
    margin-top: 30px;
  }
}
.footer-2__bottom-part-widget-social ul li {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-style: normal;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2__bottom-part-widget-social ul li {
    font-size: 26px;
    line-height: 26px;
  }
}
.footer-2__bottom-part-widget-social ul li:hover {
  transition: all 0.3s ease-in-out;
  margin-left: 0;
}
.footer-2__bottom-part-widget-social ul li a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom-part-widget-social ul li .icon {
  width: 40px;
  height: 40px;
  background: #0A66C2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-2__bottom-part-widget-social ul li .icon i {
  font-size: 20px;
  color: var(--rr-common-white);
}
.footer-2__bottom-part-location-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer-2__bottom-part-location-contact:last-child {
  margin-bottom: 0;
}
.footer-2__bottom-part-location-contact .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-2__bottom-part-location-contact .icon i {
  color: var(--rr-common-white);
  font-size: 20px;
}
.footer-2__bottom-part-location-contact a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}
.footer-2__bottom-part-location-contact a:hover {
  color: var(--rr-common-white);
}
.footer-2__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-2__copyright p {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer-2__copyright-menu ul {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
.footer-2__copyright-menu ul::before {
  background: #999999;
  position: absolute;
  top: 7px;
  left: 48%;
  width: 1px;
  height: 17px;
  content: "";
}
.footer-2__copyright-menu ul li {
  list-style: none;
}
.footer-2__copyright-menu ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: #999999;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.footer-2__copyright-menu ul li a:hover {
  background: var(--rr-common-white);
}

.h1-copyright__area p {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}

.about-copyright {
  background: var(--rr-heading-primary) !important;
}
.about-copyright p {
  color: var(--rr-common-white);
}

.h1-about__heading-text h2 {
  font-size: clamp(35px, 5vw, 60px);
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 100px;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-about__heading-text h2 br {
    display: none;
  }
}
.h1-about__heading-text h2 span img {
  width: inherit;
}
@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: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-about__heading-text h2 {
    margin-bottom: 50px;
  }
}
.h1-about__item {
  border-radius: 50%;
  padding: 90px 40px;
  background-color: var(--rr-heading-primary);
  text-align: center;
  margin-left: -14px;
}
.h1-about__item.border-1 {
  border: 1px solid #202020;
  padding: 90px 45px;
  border-radius: 100%;
  margin-left: -10px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .h1-about__item.border-1 {
    padding: 90px 42px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item.border-1 {
    padding: 60px 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item.border-1 {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item.border-1 {
    padding: 70px 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item.border-1 {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item.border-1 {
    padding: 36px 42px;
  }
}
@media (max-width: 575px) {
  .h1-about__item.border-1 {
    margin: 50px 50px;
    margin-bottom: -30px;
  }
}
@media (max-width:450px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:376px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item.border-1 {
    margin: 10px;
  }
}
@media (max-width:450px) {
  .h1-about__item.border-1 {
    padding: 76px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px) {
  .h1-about__item.border-1 {
    padding: 57px 42px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item.border-1 {
    padding: 37px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .h1-about__item.border-1 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item {
    padding: 50px 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item {
    padding: 94px 80px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item {
    padding: 80px 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item {
    padding: 36px 42px;
  }
}
@media (max-width:450px) {
  .h1-about__item {
    padding: 55px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:376px) {
  .h1-about__item {
    padding: 57px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width:320px) {
  .h1-about__item {
    padding: 30px 42px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.h1-about__item-content {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width:320px), (max-width:376px) {
  .h1-about__item-content {
    gap: 0px;
  }
}
.h1-about__item-thumb img {
  max-width: 95px;
  max-height: 74px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-thumb img {
    max-height: 45px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about__item-thumb img {
    max-height: 40px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about__item-thumb img {
    margin-bottom: 10px;
  }
}
.h1-about__item-text h6 {
  font-size: 30px;
  line-height: 133%;
  text-align: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text h6 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width:450px) {
  .h1-about__item-text h6 {
    font-size: 26px;
  }
}
.h1-about__item-text h6 a:hover {
  color: var(--rr-heading-secondary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item-text h6 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item-text h6 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about__item-text h6 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .h1-about__item-text h6 {
    font-size: 35px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .h1-about__item-text h6 {
    font-size: 29px;
    margin-bottom: 0px;
  }
}
@media (max-width:376px) {
  .h1-about__item-text h6 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width:320px) {
  .h1-about__item-text h6 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.h1-about__item-text .dec {
  font-size: 18px;
  text-align: center;
  line-height: 156%;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-about__item-text .dec {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-about__item-text .dec {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:376px) {
  .h1-about__item-text .dec {
    font-size: 14px;
  }
}
@media (max-width:450px) {
  .h1-about__item-text .dec {
    font-size: 17px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width: 575px) {
  .h1-about__item-text .dec {
    font-size: 12px;
  }
}
.h1-about__item-text p {
  font-size: var(--rr-fs-p);
  font-weight: var(--rr-fw-normal);
  color: var(--rr-text-body);
  line-height: var(--rr-lh-p);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .h1-about__item-text p {
    font-size: 19px;
  }
}
@media (max-width:450px) {
  .h1-about__item-text p {
    font-size: 19px;
  }
}
@media (max-width:376px) {
  .h1-about__item-text p {
    font-size: 17px;
  }
}
@media (max-width:320px) {
  .h1-about__item-text p {
    font-size: 13px;
  }
}

.counter__thumb.mt-5.jarallax {
  width: 100%;
  height: 750px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__thumb.mt-5.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .counter__thumb.mt-5.jarallax {
    height: 400px;
  }
}

.h1-about2__heading h2 {
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(32px, 5vw, 60px);
  margin-bottom: 100px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__heading h2 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.h1-about2__thumb img {
  width: 100%;
  display: block;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb img {
    margin-bottom: 30px;
  }
}
.h1-about2__thumb-text {
  top: -4px;
  padding: 62px 52px;
  background-color: var(--rr-theme-primary);
  outline: 30px solid var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-about2__thumb-text {
    padding: 20px 12px;
    outline: 20px solid var(--rr-heading-primary);
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb-text {
    text-align: center;
    padding: 20px 12px;
    outline: 20px solid var(--rr-heading-primary);
    position: inherit;
    top: inherit;
    left: inherit;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-about2__thumb-text br {
    display: none;
  }
}
.h1-about2__item {
  background-color: var(--rr-common-white);
  width: 100%;
  height: 200px;
  display: block;
  display: grid;
  place-items: center;
}
.h1-about2__item img {
  width: inherit;
  object-fit: scale-down;
}

.btn-transparent-4 {
  width: 100%;
}

.banner-4__shape {
  top: 0;
  left: 0;
  width: 100%;
}
.banner-4__shape img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.banner-4__thumb {
  padding-top: 245px;
  position: relative;
  z-index: 99;
}
.banner-4__capsol__content__wrap {
  margin-top: 145px;
}
.banner-4__capsol__content {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 700px;
  margin-top: -700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-bottom: -700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-4__capsol__content {
    margin: 0 auto;
    margin-top: -700px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .banner-4__capsol__content {
    width: 100%;
    margin-top: -731px;
  }
}
.banner-4__item__wrapper p {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.banner-4__capsol__item {
  display: inline-block;
  font-weight: 500;
  border-radius: 100px;
  padding: 20px 40px;
  border: 1px solid #252525;
  color: var(--rr-text-body-2);
  -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
  -moz-transform: translate(-50%, -50%) rotate(0.01rad);
  -ms-transform: translate(-50%, -50%) rotate(0.01rad);
  -o-transform: translate(-50%, -50%) rotate(0.01rad);
  transform: translate(-50%, -50%) rotate(0.01rad);
  font-size: 24px;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 575px) {
  .banner-4__capsol__item {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.banner-4__capsol__content__wrap .border-bottom {
  margin-bottom: 75px;
  margin-top: 10px;
  z-index: 999;
  position: relative;
}
.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(odd) {
  width: 100%;
  height: 4px;
  background-color: #fff;
  margin-top: 5px;
}
.banner-4__capsol__content__wrap .border-bottom .border-line:nth-child(even) {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 5px;
}

.contact-us__area .contact-title {
  margin-bottom: 40px;
}
.contact-us__area .contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .contact-us__area .contact-title h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us__area .contact-title h2 {
    font-size: 55px;
    line-height: 63px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-us__area .contact-title h2 {
    font-size: 49px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px), (max-width: 575px) {
  .contact-us__area .contact-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .contact-us__area .contact-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.contact-us__area .contact-us__form-wrapper {
  background: #161616;
  border: 1px solid #202020;
  border-radius: 20px;
  padding: 56px;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  z-index: 9999;
}
.contact-us__area .contact-us__form-wrapper .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 40px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .title {
    font-size: 44px;
    line-height: 55px;
  }
}
.contact-us__area .contact-us__form-wrapper-2 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper {
    padding: 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-shape {
  z-index: -1;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
  display: block;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
  position: relative;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-regular);
  margin-top: 5px;
  margin-left: 0;
  background: #0A0A0A;
  color: #999999;
  margin-bottom: 20px;
  padding: 10px 12px 10px 27px;
  border-radius: 60px;
  font-style: normal;
  outline: none;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    padding: 16px 45px 15px 20px;
  }
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input:-moz-placeholder { /* Firefox 4-18 */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__input .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 16px;
  font-style: normal;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  background: #0A0A0A;
  color: #999999;
  margin-top: 5px;
  height: 180px !important;
  margin-left: 0;
  border: 1px solid rgba(0, 29, 8, 0.1);
  padding: 10px 12px 10px 30px;
  border-radius: 15px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder { /* MODERN BROWSER */
  color: #999999;
  opacity: 0.6;
  font-size: 16px;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn {
  max-width: 100%;
}
.contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
  margin-top: 20px;
  padding: 17px 22px;
  width: none;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper .contact-us__form .rr-btn-3 {
    font-size: 14px;
  }
}
.contact-us__area .contact-us__form-wrapper-3 {
  background: none;
  border: none;
  border-radius: 0;
  padding: 56px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9999;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .contact-us__area .contact-us__form-wrapper-3 {
    padding: 20px;
  }
}

.contact-us__textarea .icon {
  position: absolute;
  top: 60px;
  right: 20px;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
}

.contact-btn {
  background: var(--rr-theme-primary);
  color: #0A0A0A;
  line-height: var(--rr-lh-h5);
  font-weight: var(--rr-fw-sbold);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 150px;
  font-style: normal;
  font-size: 14px;
  transition: 0.3s;
}
.contact-btn i {
  margin-left: 10px;
}
.contact-btn:hover {
  background: var(--rr-heading-primary);
}

.contact-us__title-wrapper {
  z-index: 999;
}

.contact-shape .shape-1 {
  max-width: 975px;
  z-index: -1;
  left: 140px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-1 {
    left: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-shape .shape-1 {
    display: none;
  }
}
.contact-shape .shape-2 {
  max-width: 975px;
  z-index: -1;
  right: 138px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-shape .shape-2 {
    right: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .contact-shape .shape-2 {
    display: none;
  }
}

.contact-area {
  z-index: 99;
}
.contact-wrapper {
  background: #161616;
  border-radius: 10px;
}
.contact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-title h2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-title h2 {
    font-size: 45px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.contact-item {
  background: #0A0A0A;
  padding: 35px 50px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.contact-item:hover .contact-icon {
  background: #C4F000;
  color: #0A0A0A;
}
.contact-content {
  margin-top: 18px;
}
.contact-content span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content span {
    font-size: 23px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content span {
    font-size: 22px;
  }
}
.contact-content .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content .dec {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content .dec {
    font-size: 16px;
    line-height: 23px;
  }
}
.contact-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .contact-content h3 {
    font-size: 20px;
  }
}
.contact-content h3:hover {
  transition: all 0.3s ease-in-out;
  color: #C4F000;
}
.contact-content h3 a {
  position: relative;
}
.contact-content h3 a::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: white;
  height: 2px;
  width: 100%;
  justify-content: center;
}
.contact-icon {
  width: 100px;
  height: 100px;
  background: #161616;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 0 auto;
}
.contact-icon i {
  font-size: 50px;
}

.breadcrumb__area.breadcrumb__area-2 {
  padding-bottom: 50px;
}

.faq-title h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 45px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-title h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .faq-title h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
.faq-title-2 h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
}

.rr-accordion-item {
  border-bottom: 1px solid white;
}
.rr-accordion-button {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: end;
}
.rr-accordion-button .heading {
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  display: block;
}
.rr-accordion-button .heading .dec {
  margin-left: 44px;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.rr-accordion-button.collapsed span i {
  transform: rotate(70deg);
  transition: 0.3s;
}
.rr-accordion-button span i {
  font-size: 18px;
  transform: rotate(-130deg);
  transition: 0.3s;
}
.rr-accordion-button-2 {
  border-top: 1px solid white;
}
.rr-accordion-body {
  margin-left: 95px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body {
    margin-left: 0;
  }
}
.rr-accordion-body p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .rr-accordion-body p {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.counter__item {
  padding: 20px 0px;
  border-top: 1px solid #202020;
  position: relative;
  z-index: 1;
}
.counter__item h4 {
  display: flex;
  font-size: 42px;
  align-items: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
.counter__item p {
  font-size: 24px;
  padding-top: 5px;
  line-height: 125%;
  color: var(--rr-common-white);
  font-family: var(--font-family);
  font-weight: var(--rr-fw-medium);
}
.counter__thumb img {
  border-radius: 10px;
}
.counter__text-area h4 {
  font-size: clamp(30px, 5vw, 60px);
  text-align: center;
  line-height: 117%;
  padding: 60px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .counter__text-area h4 {
    font-size: 25px;
  }
}
.counter__text-area h4 span {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .counter__text-area h4 {
    padding: 30px 0px;
  }
}
.counter__text-area p {
  font-size: clamp(20px, 5vw, 42px);
  text-align: center;
  line-height: 124%;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
  .counter__text-area p br {
    display: none;
  }
}

.rotate-1 {
  transform: rotate(-3deg);
  background-color: var(--rr-theme-primary);
  margin-bottom: -106px;
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
.rotate-1 h2 {
  color: #000;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-1 {
    transform: rotate(-11deg);
  }
}

.rotate-2 {
  background-color: var(--rr-common-white);
  transform: rotate(5deg);
  padding: 10px;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 575px) {
  .rotate-2 {
    transform: rotate(12deg);
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .rotate-2 {
    transform: rotate(11deg);
  }
}
.rotate-2 h2 {
  color: #000;
}

.custom-m {
  margin: 100px 0px;
}

.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-brand__content h2 {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  margin: 0;
}
.h1-brand__content h2 span {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
}

.prog__title {
  margin-bottom: 40px;
}
.prog__title h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 117%;
  text-align: center;
  color: #fff;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .prog__title h2 {
    font-size: 47px;
  }
}
.prog__item {
  padding: 30px;
  border-radius: 10px;
  background: #202020;
}
.prog__item-icon {
  max-width: 52px;
  width: 100%;
  height: 52px;
  background-color: var(--rr-common-white);
  display: grid;
  place-items: center;
  border-radius: 6px;
}
.prog__item-icon img {
  width: 30px;
}
.prog__item-bar h6 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}

.progress {
  position: relative;
}
.progress span {
  background-color: var(--rr-theme-primary);
  color: #000;
  font-weight: bold;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.progress_bar {
  width: 100%;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 10px;
  position: relative;
  margin-top: 8px;
}

.progress_fill {
  background-color: var(--rr-theme-primary);
  height: 100%;
  width: 0%;
  border-radius: 10px 0 0 10px;
  position: relative;
  transition: width 2s ease-in-out;
}

.progress_label {
  position: absolute;
  right: 0;
  top: -15px;
  transform: translate(50%, 0);
  background-color: var(--rr-theme-primary);
  color: #000;
  border-radius: 25px;
  width: 42px;
  height: 22px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
}

.work-studio__item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 39px;
  padding-bottom: 35px;
}
.work-studio__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-studio__item-frist-text-2 {
    max-width: 400px;
    width: 100%;
  }
}
.work-studio__item-frist-text .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.work-studio__item-det .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 3px;
}
.work-studio__item-det .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-text-body);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}

.about-brand__wrapper {
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-brand__wrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bardchum-area {
  padding-top: 226px;
  padding-bottom: 120px;
}

.bardchum-content span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-content span {
    font-size: 16px;
  }
}
.bardchum-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 2px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px), (max-width:450px) {
  .bardchum-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bardchum-title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bardchum-title {
    font-size: 52px;
    line-height: 57px;
  }
}
@media (max-width:450px) {
  .bardchum-title {
    font-size: 46px;
    line-height: 51px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .bardchum-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.single-img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single-img {
    height: 400px;
  }
}

.service-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-wrapper .dec {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper .dec {
    font-size: 16px;
    line-height: 26px;
  }
}
.service-title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 7px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-title {
    font-size: 30px;
    line-height: 33px;
  }
}
.service-item {
  position: relative;
  background: #161616;
  padding: 36px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.service-item:hover {
  background-color: #C4F000;
}
.service-item:hover .service-numbar span {
  color: #0A0A0A;
}
.service-item:hover .service-content .title {
  color: #0A0A0A;
}
.service-item:hover .service-content p {
  color: #0A0A0A;
}
.service-numbar span {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.service-content .title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content .title {
    font-size: 27px;
  }
}
.service-content p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content p {
    font-size: 15px;
  }
}

.video-thume {
  width: 100%;
  height: 650px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video-thume {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .video-thume {
    height: 350px;
  }
}

.wrap-1-2 {
  top: 24%;
  right: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap-1-2 {
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wrap-1-2 {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wrap-1-2 {
    top: 8%;
  }
}
@media (max-width: 575px) {
  .wrap-1-2 {
    top: 9%;
    right: 43%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -9%;
    right: 36%;
  }
}
@media (max-width:450px) {
  .wrap-1-2 {
    top: -24%;
    right: 31%;
  }
}

.tp-btn {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #0A0A0A;
}

.pricing-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-cus-gutter {
  --bs-gutter-x: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .pricing-cus-gutter {
    --bs-gutter-x: 20px !important;
  }
}

.h1-pricing-card__content {
  background-color: transparent;
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h1-pricing-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: transparent;
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h1-pricing-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h1-pricing-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-white);
  display: inline;
}
.h1-pricing-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: center;
}
.h1-pricing-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul {
    padding: 20px 0px;
  }
}
.h1-pricing-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h1-pricing-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h1-pricing-card__item-list ul li span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h1-pricing-card__item-btn {
  margin-bottom: -1px;
}
.h1-pricing-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.h1-pricing-card__item-btn a:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
}

.h1-pricing2__heading h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  max-width: 700px;
  margin: auto;
}

.h2-pricing2-card__content {
  background-color: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[fill="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__content:hover .h1-pricing-card__item-icon svg path[stroke="#C4F000"] {
  fill: var(--rr-heading-primary);
}
.h2-pricing2-card__item {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  background-color: var(--rr-heading-secondary);
  padding: 44px 0px;
  gap: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item {
    padding: 22px 0px;
    gap: 12px;
  }
}
.h2-pricing2-card__item-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 10px solid var(--rr-background-primary);
  background-color: var(--rr-heading-primary);
  display: grid;
  place-items: center;
}
.h2-pricing2-card__item-heading h6 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 26px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-heading-text h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--rr-common-black);
  display: inline;
}
.h2-pricing2-card__item-heading-text span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 100%;
  color: var(--rr-common-black);
}
.h2-pricing2-card__item-list {
  background-color: var(--rr-background-primary);
  text-align: start;
  padding: 0 25px;
}
.h2-pricing2-card__item-list ul {
  padding: 45px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul {
    padding: 20px 0px;
  }
}
.h2-pricing2-card__item-list ul li {
  list-style: none;
  margin: 16px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px), (max-width:376px), (max-width:320px) {
  .h2-pricing2-card__item-list ul li {
    margin: 10px 0px;
  }
}
.h2-pricing2-card__item-list ul li span {
  padding: 5px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
}
.h2-pricing2-card__item-btn {
  margin-bottom: -1px;
  text-align: center;
}
.h2-pricing2-card__item-btn a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 156%;
  color: var(--rr-common-white);
  padding: 15px;
  display: block;
  background-color: var(--rr-background-primary);
  transition: all 0.3s ease-in-out;
}
.h2-pricing2-card__item-btn a:hover {
  background: var(--rr-theme-secondary);
  color: var(--rr-common-white);
}

.h1-test__shape-1 {
  left: 8%;
  bottom: 0;
}
.h1-test__shape-2 {
  top: 0;
  right: 0;
}
.h1-test__shape-3 {
  bottom: -5px;
  left: 13%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-3 {
    left: 1%;
  }
}
.h1-test__shape-4 {
  top: 13%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-4 {
    top: 9%;
  }
}
.h1-test__shape-5 {
  top: 55%;
  left: 14%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-5 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-5 {
    left: 0;
  }
}
.h1-test__shape-6 {
  left: 0;
  bottom: 120px;
}
.h1-test__shape-7 {
  top: 13%;
  right: 3%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-test__shape-7 {
    top: 8%;
  }
}
.h1-test__shape-8 {
  top: 55%;
  right: 16%;
  transform: translate(13px, -103px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .h1-test__shape-8 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-test__shape-8 {
    right: 3%;
  }
}
.h1-test__shape-9 {
  right: 0;
  bottom: 120px;
}
.h1-test__slider-icon img {
  width: inherit;
}
.h1-test__swiper-wrapper {
  max-width: 920px;
  width: 100%;
  padding: 100px 0px;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__swiper-wrapper {
    padding: 40px 0px;
  }
}
.h1-test__heading h2 {
  text-align: center;
  line-height: 117%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0;
  font-size: clamp(30px, 5vw, 60px);
}
.h1-test__slider-text p {
  font-size: 26px;
  line-height: 138%;
  text-align: center;
  margin-bottom: 20px;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text p {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint {
  width: inherit;
  overflow: hidden;
  border-radius: 35px;
  background-color: var(--rr-heading-primary);
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-test__slider-text-clint {
    visibility: hidden;
    opacity: 0;
  }
}
.h1-test__slider-text-clint-title h6 a {
  font-size: 30px;
  text-align: center;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@media (max-width:320px) {
  .h1-test__slider-text-clint-title h6 a {
    font-size: 16px;
  }
}
.h1-test__slider-text-clint-title p {
  font-size: 18px;
  margin-top: 8px;
  line-height: 111%;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  text-align: start;
}

.custom-gutter {
  --bs-gutter-x: 92px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-gutter {
    --bs-gutter-x: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .custom-gutter {
    --bs-gutter-x: 0px;
  }
}

.h1-project__heading-text h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: var(--rr-heading-primary);
  margin-bottom: 0;
}
@media (max-width:320px), (max-width:376px), (max-width:450px) {
  .h1-project__heading-text h2 {
    padding: 40px 0px;
  }
  .h1-project__heading-text h2 br {
    display: none;
  }
}
.h1-project__item {
  padding: 45px;
  margin: 45px 0px;
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__item {
    padding: 30px;
    margin: 30px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__item {
    padding: 30px;
    margin: 20px 0px;
  }
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .h1-project__item {
    padding: 16px;
    margin: 10px 0px;
  }
}
.h1-project__item:hover .h1-project__item-content {
  opacity: 1;
  visibility: visible;
}
.h1-project__item-thumb img {
  width: 100%;
  border-radius: 10px;
  cursor: none;
}
.h1-project__item-content {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  left: 45px;
  bottom: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px) {
  .h1-project__item-content {
    left: 22px;
    bottom: 24px;
  }
}
.h1-project__item-content h6 {
  font-size: 16px;
  line-height: 162%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h6 {
    font-size: 14px;
    padding: 5px;
    line-height: 1;
  }
}
.h1-project__item-content h6:hover {
  color: var(--rr-theme-primary);
}
.h1-project__item-content h2 {
  font-size: 30px;
  line-height: 133%;
  font-weight: var(--rr-fw-bold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
  display: inline;
  padding: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px), (max-width:376px) {
  .h1-project__item-content h2 {
    padding: 5px;
    font-size: 16px;
  }
}
.h1-project__item-content h2:hover {
  color: var(--rr-theme-primary);
}

.project-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}
@media (max-width:320px), (max-width:376px), (max-width:450px), (max-width: 575px) {
  .project-title {
    font-size: 32px;
    line-height: 50px;
  }
}

.portfolio-filter {
  background: #202020;
  max-width: 793px;
  border-radius: 65px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.portfolio-filter button {
  margin: 15px 4px 15px 0;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 7px 25px;
  border-radius: 65px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .portfolio-filter button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-filter button {
    font-size: 10px;
    margin: 15px 0px 15px 0;
  }
}
@media (max-width:450px), (max-width: 575px), (max-width:376px) {
  .portfolio-filter button {
    font-size: 9px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
@media (max-width:320px) {
  .portfolio-filter button {
    font-size: 7px;
    margin: 13px 0px 13px 0;
    padding: 4px 8px;
  }
}
.portfolio-filter button:hover {
  background: #C4F000;
  color: #0A0A0A;
}

.fact-area {
  padding-top: 226px;
  padding-bottom: 120px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .fact-area {
    padding-top: 150px;
  }
}
.fact-title h3 {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact-title h3 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .fact-title h3 {
    font-size: 28px;
    line-height: 50px;
  }
}
.fact-item {
  display: flex;
  background: #161616;
  border: 1px solid #202020;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 1143px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 5px 47px;
  padding-top: 5px;
  padding-top: 41px;
}
.fact-content {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:450px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-content {
    width: 50%;
    padding: 0;
  }
}
@media (max-width:320px), (max-width:376px) {
  .fact-content {
    width: 100%;
  }
}
.fact-content-2 {
  padding: 0;
}
.fact-content label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  display: block;
}
.fact-content span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.fact-item-border {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px), (max-width:376px), (max-width:450px), (max-width:320px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-item-border {
    border: 0;
  }
}

.postbox__thumb {
  width: 100%;
  height: 800px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .postbox__thumb {
    height: 400px;
  }
}

.portfolio__thumb.mb-30.jarallax {
  width: 100%;
  height: 650px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .portfolio__thumb.mb-30.jarallax {
    height: 350px;
  }
}

.portfolio-title {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title {
    font-size: 36px;
    line-height: 50px;
  }
}
.portfolio-title-2 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-title-2 {
    font-size: 21px;
    line-height: 35px;
  }
}
.portfolio-wrapper .dec {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
  margin-bottom: 20px;
}
@media (max-width:376px), (max-width:320px), (max-width:450px) {
  .portfolio-wrapper .dec {
    font-size: 14px;
    line-height: 26px;
  }
}
.portfolio-wrapper p {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
.portfolio__thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio__img {
  margin-bottom: 58px;
}
.portfolio__img img {
  border-radius: 10px;
}

.navigation-item {
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #C4F000;
  padding: 35px 0px 35px 65px;
}
.navigation-content {
  position: relative;
}
.navigation-content h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-content::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}
.navigation-cta {
  text-align: end;
  padding-right: 65px;
  position: relative;
}
.navigation-cta h3 {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0A0A0A;
}
.navigation-cta::before {
  position: absolute;
  content: "";
  right: 50px;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #0A0A0A;
  border-radius: 100px;
}

/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/
.smooth-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.h1-brand__slider {
  border-bottom: 1px solid #202020;
  border-top: 1px solid #202020;
  padding: 45px 0;
}
.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-brand__content-2 h2 {
  color: var(--rr-heading-primary) !important;
}
.h1-brand__content h2 {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin: 0;
}
.h1-brand__content h2 span {
  font-size: 42px;
  line-height: 124%;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
}

.h2-experience__item {
  text-align: center;
}
.h2-experience__item-number {
  letter-spacing: -0.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--rr-common-white);
  margin-bottom: 35px;
}
.h2-experience__item-title {
  letter-spacing: -0.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--rr-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-experience__item-title {
    font-size: 6rem;
  }
}
@media (max-width: 575px) {
  .h2-experience__item-title {
    font-size: 5rem;
  }
}
.h2-experience__item-text {
  text-transform: capitalize;
  font-size: 1.7rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.h2-experience__item .rr-btn {
  display: inline-flex;
  justify-content: center;
  margin-top: 60px;
  margin: 60px auto 0;
}

.h1-service__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-service__area .h1-brand__slider {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .h1-service__area .h1-brand__slider {
    padding: 50px 0;
  }
}
.h1-service__content h2 {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-service__content h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__content h2 {
    font-size: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-service__content h2 {
    font-size: 35px;
  }
}
.h1-service__content h2 span {
  font-size: 120px;
  text-transform: uppercase;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading);
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-service__content h2 span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__content h2 span {
    font-size: 50px;
  }
}
@media (max-width:376px), (max-width:320px), (max-width:450px), (max-width: 575px) {
  .h1-service__content h2 span {
    font-size: 35px;
  }
}
.h1-service__item {
  padding: 0px 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-service__item {
    padding: 0px 28px;
  }
}
@media (max-width: 575px) {
  .h1-service__item {
    padding: 0px 8px;
  }
}
.h1-service__item-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -1px;
}
.h1-service__item-content-2 {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.h1-service__item-content-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h1-service__item-content:hover .h1-service__item-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h1-service__item-content:hover .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
.h1-service__item-content-thumb .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  transform: translate(0%, -50%);
}
.h1-service__item-content-thumb .mddle-text .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h1-service__item-content-thumb .mddle-text h6 {
  font-size: 18px;
  line-height: 156%;
  padding-top: 10px;
  margin-right: -1px;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.h1-service__item-content-heading {
  max-width: 600px;
  width: 100%;
}
.h1-service__item-content-heading span {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
.h1-service__item-content-heading h2 {
  line-height: 117%;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  color: var(--rr-common-white);
}
.h1-service__item-content-heading h2:hover {
  color: var(--rr-theme-primary);
}
.h1-service__item-content-btn a {
  display: grid;
  place-items: center;
  border-radius: 6px;
  padding: 11px 22px;
  background-color: var(--rr-common-white);
}
.h1-service__item-content-btn a i {
  color: var(--rr-heading-primary);
}

.custom-row {
  margin: 0 15px;
}

.h1-service__heading h2,
.h2-service__heading h2 {
  line-height: 117%;
  text-align: center;
  padding: 90px 0px;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  background: transparent;
  max-width: 700px;
  margin: auto;
}

.h2-service__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h2-service__area .h1-brand__slider {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .h2-service__area .h1-brand__slider {
    padding: 50px 0;
  }
}
.h2-service__item {
  padding: 0px 128px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h2-service__item {
    padding: 0px 28px;
  }
}
@media (max-width: 575px) {
  .h2-service__item {
    padding: 0px 8px;
  }
}
.h2-service__item-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -1px;
}
.h2-service__item-content-2 {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}
.h2-service__item-content-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.h2-service__item-content:hover .h1-service__item-content-btn a {
  background-color: var(--rr-theme-primary);
}
.h2-service__item-content:hover .mddle-text {
  top: 50%;
  left: 0%;
  opacity: 1;
  visibility: visible;
  transform: translate(0%, -50%);
}
.h2-service__item-content-heading {
  max-width: 600px;
  width: 100%;
}
.h2-service__item-content-heading span {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
}
.h2-service__item-content-heading h2 {
  line-height: 117%;
  font-weight: var(--rr-fw-sbold);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  color: var(--rr-common-white);
}
.h2-service__item-content-heading h2:hover {
  color: var(--rr-theme-primary);
}
.h2-service__item-content-text {
  text-transform: capitalize;
  font-size: 1.7rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.h2-service__item-content-btn a {
  display: grid;
  place-items: center;
  border-radius: 6px;
  padding: 11px 22px;
  background-color: var(--rr-common-white);
}
.h2-service__item-content-btn a i {
  color: var(--rr-heading-primary);
}

.h3-service__heading h2 {
  line-height: 117%;
  text-align: center;
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: clamp(30px, 5vw, 60px);
  max-width: 700px;
  margin: auto;
  padding-bottom: 90px;
}

.h3-service__item {
  padding: 30px;
  border-radius: 12px;
  background-color: var(--rr-theme-primary);
}
.h3-service__item-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.h3-service__item-desc {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}
.h3-service__item-link {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 30px;
  display: block;
  text-decoration: underline;
}
.h3-service__item-thumb {
  border-radius: 12px;
}
.h3-service__item-thumb img {
  border-radius: 12px;
  object-fit: cover;
}

.h4-service__title {
  font-size: 60px;
  line-height: 1.2;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 20px;
  text-decoration: underline;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__title {
    font-size: 30px;
  }
}
.h4-service__wrap {
  margin-top: 50px;
}
.h4-service__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 20px;
  gap: 100px;
  background: var(--rr-common-white);
  border: 1px solid var(--rr-common-gray);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .h4-service__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.h4-service__item-number {
  font-size: 24px;
  line-height: 1;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  margin-bottom: 10px;
}
.h4-service__item-text {
  font-size: 38px;
  line-height: 1.5;
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-service__item-text {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .h4-service__item-text {
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .h4-service__item-text {
    font-size: 17px;
    line-height: 1;
  }
}
@media mxm {
  .h4-service__item-text {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .h4-service__item-text {
    font-size: 15px;
    line-height: 1;
  }
}

.h3-feature__item {
  padding: 50px;
  border-radius: 12px;
  background-color: var(--rr-heading-primary);
  text-align: center;
}
.h3-feature__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--rr-common-gray);
  border-radius: 8px;
  margin: 0 auto 40px;
}
.h3-feature__item-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.h3-feature__item-text {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.h4-featured {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
}
.h4-featured__item {
  padding: 2px;
}
.h4-featured__item-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  font-size: 150px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-featured__item-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-featured__item-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-featured__item-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .h4-featured__item-title {
    font-size: 28px;
  }
}
.h4-featured .sticky-title__image-wrapper {
  position: sticky;
  top: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-featured .sticky-title__image-wrapper {
    top: 20%;
  }
}
@media (max-width: 575px) {
  .h4-featured .sticky-title__image-wrapper {
    display: none;
  }
}
.h4-featured .sticky-title__image {
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3/4;
  border-radius: var(--radius--lg);
  object-fit: cover;
  width: 100%;
  max-width: 20rem;
  position: absolute;
  inset: 25% auto auto 0%;
}
.h4-featured .sticky-title__image.is-1 {
  aspect-ratio: 16/9;
  max-width: 27.3125rem;
  inset: auto;
  height: 20rem;
}
.h4-featured .sticky-title__image.is-2 {
  max-width: 27.3125rem;
  height: 30rem;
  inset: 0% auto auto 3%;
  transform: rotate(-5deg);
}
.h4-featured .sticky-title__image.is-3 {
  inset: 0% 0% auto auto;
  height: 40rem;
}

.testimonial3 {
  margin-bottom: 30px;
}
.testimonial3-top-card {
  background-color: var(--rr-theme-primary);
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-top-card {
    padding: 30px 20px;
  }
}
.testimonial3-top-card__title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.testimonial3-top-card__user {
  display: flex;
  align-items: center;
  padding-top: 80px;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-top-card__user {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial3-top-card__user {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-top-card__user {
    flex-wrap: wrap;
  }
}
.testimonial3-top-card__user-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  padding-bottom: 6px;
}
.testimonial3-top-card__user-count {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-top-card__user-count {
    font-size: 40px;
    line-height: 50px;
  }
}
.testimonial3-top-card__user-avatar {
  display: flex;
  align-items: center;
  justify-content: end;
}
.testimonial3-top-card__user-avatar:last-child {
  margin-left: 0;
}
.testimonial3-top-card__user-avatar img {
  margin-left: -10px;
}
.testimonial3-card {
  border-radius: 10px;
  border: 1px solid var(--rr-common-white);
  background: var(--rr-common-white);
  padding: 35px 40px 53px 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:450px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media mxm {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
@media (max-width:320px) {
  .testimonial3-card {
    padding: 30px 20px;
  }
}
.testimonial3-card__icon {
  position: absolute;
  top: 35px;
  right: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial3-card__icon {
    display: none;
  }
}
.testimonial3-card__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile {
    padding-bottom: 20px;
  }
}
.testimonial3-card__profile-content-name {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-name {
    font-size: 17px;
    line-height: 24px;
  }
}
.testimonial3-card__profile-content-title {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__profile-content-title {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__profile-content-title {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__profile-content-title {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__profile-content-title {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-text {
  color: var(--rr-common-black);
  font-family: var(--rr-ff-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial3-card__content-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial3-card__content-text {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial3-card__content-text {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width:450px) {
  .testimonial3-card__content-text {
    font-size: 13px;
    line-height: 1;
  }
}
@media mxm {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width:320px) {
  .testimonial3-card__content-text {
    font-size: 12px;
    line-height: 1;
  }
}
.testimonial3-card__content-ratings {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 20px;
}
.testimonial3-card__content-ratings li i {
  color: var(--rr-theme-primary);
  font-size: 16px;
}
.testimonial3-card__content-ratings li .last-star {
  color: var(--rr-common-white);
}

.h4-reveal .image-card {
  position: relative;
  background: var(--rr-common-white);
  border: 1px solid var(--rr-common-white);
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.h4-reveal .image-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.h4-reveal .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.h4-reveal .hover-image__inner {
  overflow: hidden;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  background: var(--rr-common-white);
}
.h4-reveal .hover-image__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
}
.h4-reveal__text {
  font-size: 128px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-top: 150px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-reveal__text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-reveal__text {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-reveal__text {
    font-size: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-reveal__text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h4-reveal__text {
    font-size: 40px;
    line-height: 50px;
  }
}

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