@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
/*-----------------------------------------------------------------------------------

    Template Name: Artima – Modern Architecture & Interior HTML5 Template
    Author: RRDevs
    Support: https://support.rrdevs.net
    Description: Artima – Modern Architecture & Interior HTML5 Template.
    Version: 1.0
	Developer: Md Rana Ahmead (https://github.com/mdranaahmed-dev)

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

/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap");
.rs__faq .accordion-item, .feedback__item, .backtotop-wrap, .backtotop-wrap i, .backtotop-wrap .btn-wrap .text-one, .offcanvas__overlay, .offcanvas__navigation button svg, .rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two, .body__overlay, a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6,
svg path {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

/* transform */
.rs__faq .accordion-button::after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @font family declaration
  */
  --rr-ff-body:  'DM Sans', sans-serif;
  --rr-ff-heading:  'Outfit', 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-selection: #000000;
  --rr-body-primary: #ffffff;
  --rr-theme-primary: #906e50;
  --rr-theme-secondary: #001659;
  --rr-heading-primary: #171717;
  --rr-text-body: #53545A;
  --rr-text-primary: #010915;
  --rr-text-primary1: #23232B;
  --rr-text-primary2: #818181;
  --rr-text-primary3: #84858D;
  --rr-shadow-primary: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  --rr-border-primary: 1px solid rgba(1, 9, 21, 0.14);
  --rr-section-1: #E9EBF7;
  --rr-section-2: #F5F5F5;
  --rr-section-3: #F14141;
  --rr-menu-primary: #001D08;
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 16px;
  --rr-fs-p: 16px;
  --rr-fs-h1: 82px;
  --rr-fs-h2: 48px;
  --rr-fs-h3: 24px;
  --rr-fs-h4: 20px;
  --rr-fs-h5: 16px;
  --rr-fs-h6: 14px;
  --rr-lh-body: 28px;
  --rr-lh-p: 26px;
  --rr-lh-h1: 92px;
  --rr-lh-h2: 60px;
  --rr-lh-h3: 36px;
  --rr-lh-h4: 30px;
  --rr-lh-h5: 26px;
  --rr-lh-h6: 26px;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

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

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

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

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

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

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

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

*::-webkit-input-placeholder {
  opacity: 1;
  font-size: 15px;
}

*::-moz-placeholder {
  opacity: 1;
  font-size: 15px;
}

*:-ms-input-placeholder {
  opacity: 1;
  font-size: 15px;
}

*::-ms-input-placeholder {
  opacity: 1;
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

/*---------------------------------
    1.7 common
---------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

.opacity-05 {
  opacity: 0.5;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section__title-space {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-bg-7 {
  background-color: #F8F8F8;
}

.theme-bg-8 {
  background-color: #171717;
}

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

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

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

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

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

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

.service-bg {
  background: rgba(42, 185, 126, 0.1);
}

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

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 12.5px 33px;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-robo);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap i {
  padding-left: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.rr-btn .btn-wrap svg {
  margin-left: 6px;
}
.rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--rr-common-white);
}
.rr-btn__transparent {
  background: transparent;
  border: 1px solid rgba(21, 24, 27, 0.1);
}
.rr-btn__transparent .btn-wrap .text-one, .rr-btn__transparent .btn-wrap .text-two {
  color: var(--rr-heading-primary);
}
.rr-btn__white {
  padding: 15.5px 32.4px;
  background: var(--rr-common-white);
}
.rr-btn__white .btn-wrap .text-one, .rr-btn__white .btn-wrap .text-two {
  color: var(--rr-heading-primary);
}
.rr-btn__white-transparent {
  background: transparent;
  padding: 15.5px 32.4px;
  border: 1px solid var(--rr-common-white);
}
.rr-btn__white-transparent .btn-wrap .text-one, .rr-btn__white-transparent .btn-wrap .text-two {
  color: var(--rr-common-white);
}
.rr-btn:hover .text-one, .rr-btn:focus .text-one {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.rr-btn:hover .text-two, .rr-btn:focus .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.sidebar__toggle {
  cursor: pointer;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section__title-wrapper {
  position: relative;
  z-index: 55;
}
.section__subtitle {
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-style: normal;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.4px;
}
.section__subtitle span {
  margin-right: 10px;
  padding: 3px 12.19px;
  background: var(--rr-theme-primary);
  border-radius: 100px;
  font-family: var(--rr-ff-roboto);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 15px;
  line-height: 18px;
  color: var(--rr-common-white);
}
.section__subtitle img {
  margin-left: 5px;
  width: auto;
}
.section__title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-sbold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-style: normal;
  margin-bottom: 10px;
  text-transform: capitalize !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section__title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title br {
    display: none;
  }
}
.section__title.mb-5 {
  margin-bottom: 5px !important;
}

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

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

@-webkit-keyframes popupBtn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

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

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

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

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

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

@-webkit-keyframes zoominupanimation {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.8) translate(19px, 19px);
            transform: scale(0.8) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

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

@-webkit-keyframes line-to-bottom {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(800px);
            transform: translateY(800px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

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

@-webkit-keyframes panel {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.rr-sticky {
  position: fixed !important;
  top: 0;
  z-index: 111;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--rr-gray-900);
  border-top: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
          box-shadow: 0px 2px 4px rgba(29, 29, 29, 0.14);
}

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

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

/*----------------------------------------*/
/*  3.1 header-common
/*----------------------------------------*/
.header__left .horizontal-bar {
  margin: 0 30px;
  width: 1px;
  height: 30px;
  background: rgba(1, 9, 21, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__left .horizontal-bar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
    display: none;
  }
}
.header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  9.1 banner Style 1
/*----------------------------------------*/
.banner {
  position: relative;
  z-index: 1;
  background-color: #2f2f2f;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__space {
    padding-top: 80px;
  }
}
.banner .container {
  z-index: 1;
  position: relative;
}
.banner__image {
  bottom: -200px;
  right: -339px;
  z-index: -1;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__image {
    bottom: -69px;
    right: -351px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__image {
    bottom: -164px;
    right: -331px;
    max-width: 632px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__image {
    bottom: -561px;
    right: -34px;
    max-width: 548px;
  }
}
@media (max-width: 575px) {
  .banner__image {
    bottom: -546px;
    right: 50px;
  }
}
@media (max-width: 530px) {
  .banner__image {
    bottom: -558px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .banner__image {
    bottom: -508px;
    right: -25px;
  }
}
@media (max-width: 420px) {
  .banner__image {
    bottom: -448px;
  }
}
@media (max-width: 370px) {
  .banner__image {
    bottom: -414px;
  }
}
.banner__content {
  max-width: 760px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__content {
    max-width: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content {
    max-width: 100%;
  }
}
.banner__content p {
  max-width: 787px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__content p {
    max-width: 100%;
  }
}
.banner__title {
  font-size: 60px;
  line-height: 80px;
  text-transform: capitalize;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width:450px) {
  .banner__title {
    font-size: 27px;
    line-height: 37px;
  }
}
.banner__sub-title {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-subtitle);
  font-size: var(--rr-fs-h4);
  font-weight: var(--rr-fw-regular);
  line-height: 30px;
}
.banner__slider-wrapper {
  gap: 20px;
  height: 800px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__slider-wrapper {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__slider-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__slider-wrapper {
    height: 580px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__slider-wrapper {
    height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__slider-wrapper {
    height: 400px;
    margin-top: 40px;
  }
}
.banner__slider-1-first-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner__slider-1-first-reverse .swiper-slide {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner__slider-1 .swiper-slide {
  height: auto;
}
.banner__slider-1__item img {
  border-radius: 5px;
  height: 270px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__slider-1__item img {
    height: 230px;
  }
}
.banner__slider-2 .swiper-slide {
  height: auto;
}
.banner__slider-2__item {
  height: auto;
}
.banner__slider-2__item img {
  border-radius: 5px;
  height: 270px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__slider-2__item img {
    height: 230px;
  }
}
.banner__slider-3-first-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner__slider-3-first-reverse .swiper-slide {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.banner__slider-3 .swiper-slide {
  height: auto;
}
.banner__slider-3__item img {
  border-radius: 5px;
  height: 270px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__slider-3__item img {
    height: 230px;
  }
}
@media (max-width:450px) {
  .banner__slider-3__item img {
    height: 200px;
  }
}

/*----------------------------------------*/
/*  4.2 Menu
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  -webkit-margin-end: 36px;
          margin-inline-end: 36px;
}
@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 {
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
}
.main-menu ul li:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.main-menu ul li.active > a {
  color: var(--rr-theme-primary) !important;
}
.main-menu ul li > a {
  display: inline-block;
  color: #080a0b;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  padding: 40px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}
.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);
  transform: rotate(180deg);
}

/*----------------------------------------*/
/*  10.5 service-details
/*----------------------------------------*/
.service-2 {
  text-align: center;
}

.service__item {
  background-color: #F8F4F1;
  padding: 50px 30px;
  text-align: center;
}
.service__item:hover .service__item-icon {
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.service-2__item {
  height: calc(100% - 60px);
  padding: 54px 38px 58px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.1);
}
.service-2__item-icon {
  margin-left: auto;
  margin-right: auto;
  max-width: 60px;
}
.service-2__item:hover .service-2__item-icon {
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/*----------------------------------------*/
/*  10.5 our-features
/*----------------------------------------*/
.features__bg {
  background-color: #f8f8f8;
}
.features__item {
  overflow: hidden;
  padding-right: 43px;
  background: #FFF;
  padding: 54px 38px 58px;
  height: calc(100% - 40px);
  -webkit-box-shadow: 0px 10px 40px 0px rgba(23, 23, 23, 0.06);
          box-shadow: 0px 10px 40px 0px rgba(23, 23, 23, 0.06);
}
.features__item:hover .features__item-icon {
  -webkit-animation-name: wobble-vertical;
          animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/*----------------------------------------*/
/*  10.5 service-details
/*----------------------------------------*/
.home-demo__bg {
  background-color: #080A0B;
}
.home-demo__content {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.home-demo__content .section__subtitle span {
  font-size: 30px;
  line-height: 32px;
  padding: 4px 17.19px;
}
.home-demo__content .multione__toggler_button .rr-btn {
  background-color: transparent;
  border: 1px solid var(--rr-common-white);
}
.home-demo__content .multione__toggler_button .rr-btn .btn-wrap span {
  color: var(--rr-common-white);
}
.home-demo__content .multione__toggler_button .rr-btn.active {
  background-color: var(--rr-theme-primary);
  border: 1px solid transparent;
}
.home-demo__content .multione__toggler_button .rr-btn.active .btn-wrap span {
  color: var(--rr-common-white);
}
.home-demo__content .multione__toggler_button .rr-btn.active:before {
  top: -40%;
}
.home-demo__content .multione__toggler_button .rr-btn.active .text-one {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.home-demo__content .multione__toggler_button .rr-btn.active .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-demo__content .multione__toggler_button .rr-btn:first-child {
  padding-right: 29px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.home-demo__content .multione__toggler_button .rr-btn:first-child:before {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.home-demo__content .multione__toggler_button .rr-btn:last-child {
  padding-left: 29px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
.home-demo__content .multione__toggler_button .rr-btn:last-child:before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.demo-wrapper {
  background-color: #FFF;
  z-index: 1;
  padding: 30px 20px 30px 20px;
  position: relative;
}
.demo-wrapper::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 13px;
  left: 30px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.07);
  background-color: rgb(255, 96, 88);
  -webkit-box-shadow: 10px 0 0 rgb(255, 192, 47), 20px 0 0 rgb(41, 202, 65);
          box-shadow: 10px 0 0 rgb(255, 192, 47), 20px 0 0 rgb(41, 202, 65);
}
.demo-wrapper .demo-thumb {
  height: 400px;
  overflow: hidden;
  background-position: top;
  -webkit-transition: all 4s ease !important;
  transition: all 4s ease !important;
  background-size: cover;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.demo-wrapper .demo-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 1px solid var(--rr-theme-primary);
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: var(--rr-heading-primary);
}
.demo-wrapper .demo-thumb:hover {
  background-position: bottom;
}
.demo-wrapper .demo-thumb:hover::before {
  opacity: 0.9;
}
.demo-wrapper.has--coming-soon {
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.demo-wrapper .coming-soon {
  font-size: 48px;
  line-height: 50px;
  color: var(--rr-theme-primary);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.demo-wrapper .demo-title {
  margin-top: 40px;
}

.inner-page .demo-wrapper {
  background: #F8F4F1;
}

/*----------------------------------------*/
/*  10.3 feedback
/*----------------------------------------*/
.feedback__active {
  max-width: 1800px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -50px;
}
.feedback__active .swiper-slide.swiper-slide-active .feedback__item {
  -webkit-box-shadow: 0px 20px 50px rgba(1, 9, 21, 0.06);
          box-shadow: 0px 20px 50px rgba(1, 9, 21, 0.06);
}

.feedback__item {
  background: var(--rr-common-white);
  padding: 40px 36px 44px 40px;
  margin-bottom: 50px;
}
.feedback__item__button-slider {
  gap: 8px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .feedback__item__button-slider {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.feedback__item__button-prev, .feedback__item__button-next {
  cursor: pointer;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(1, 9, 21, 0.14);
}
.feedback__item__button-prev i, .feedback__item__button-next i {
  margin-left: 0;
  font-size: 15px;
}
@media (max-width: 575px) {
  .feedback__item {
    padding: 30px;
  }
}
.feedback__item-author__left {
  gap: 10px 17px;
}
.feedback__item-qoute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.feedback__item-qoute i {
  color: var(--rr-theme-primary);
}
.feedback__item-content p {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
}
.feedback__item-info h4 {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
.feedback__item-info span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: var(--rr-heading-primary);
  opacity: 0.8;
}
.feedback__item-thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 6px;
}
.feedback__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------*/
/*  10.3 feedback
/*----------------------------------------*/
.rs__faq .accordion-button {
  font-size: 18px;
  line-height: var(--rr-lh-h5);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-medium);
  background: var(--rr-common-white);
  display: inline-block;
  padding: 19px;
  padding-right: 64px;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .rs__faq .accordion-button {
    font-size: 15px;
    line-height: 25px;
  }
}
.rs__faq .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rs__faq .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rs__faq .accordion-button:not(.collapsed)::after {
  background: var(--rr-theme-primary);
  content: "\f322";
  border-color: transparent;
  color: #fff;
}
.rs__faq .accordion-button::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 5px;
  right: 9px;
  content: "\f101";
  background-image: none;
  font-family: var(--rr-ff-fontawesome);
  font-size: 16px;
  top: calc(50% + 1px);
  line-height: 29px;
  font-weight: 900;
  text-align: center;
  border: 2px solid #F1F5EB;
  background: #F1F5EB;
}
.rs__faq .accordion-body {
  padding: 25px;
  padding-top: 0;
}
.rs__faq .accordion-body > p {
  margin-bottom: 0;
}
.rs__faq .accordion-item {
  margin-bottom: 14px;
  border-radius: 0;
  border: 1px solid rgba(1, 9, 21, 0.1);
}
.rs__faq .accordion-item:last-child {
  margin-bottom: 0;
}
.rs__faq .accordion-item:has(.collapse.show) {
  border-color: transparent;
  background: var(--rr-common-white);
}

/*----------------------------------------*/
/*  10.3 feedback
/*----------------------------------------*/
.artima-cta {
  position: relative;
}
.artima-cta::before {
  background-color: rgba(23, 23, 23, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.artima-cta .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.artima-cta .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artima-cta__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}
.artima-cta__content p {
  color: rgba(255, 255, 255, 0.7);
}
.artima-cta__content h2, .artima-cta__content .h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .artima-cta__content h2, .artima-cta__content .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .artima-cta__content h2, .artima-cta__content .h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .artima-cta__content h2, .artima-cta__content .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width:450px) {
  .artima-cta__content h2, .artima-cta__content .h2 {
    font-size: 25px;
    line-height: 35px;
  }
}