@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..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%);
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.html");
  font-weight: 400;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.html");
  font-weight: 500;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Semibold.html");
  font-weight: 600;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Bold.html");
  font-weight: 700;
}

:root {
  /**
  @font family declaration
  */
  --rr-ff-heading: 'Space Grotesk', sans-serif;
  /* --rr-ff-heading-2: 'Space Grotesk', sans-serif; */
  --rr-ff-heading-2: 'Neue Montreal', sans-serif;
  --rr-ff-heading-3: 'Archivo', sans-serif;
  --rr-ff-body: 'Space Grotesk', sans-serif;
  /* --rr-ff-body-2: 'Space Grotesk', sans-serif; */
  --rr-ff-body-2: 'Kanit', sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #4A5764;
  --rr-body-primary: #fff;
  --rr-theme-primary: #fecd08;
  --rr-heading-primary: #0E0D0D;
  --rr-text-body: #505050;
  --rr-text-primary: #151515;
  --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
  --rr-background-hero-2-bg: #222222;
  --rr-background-body-bg: #F6F0E9;
  --rr-border-primary: 1px solid #EEEEEE;
  /**
  @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: 22px;
  --rr-fs-p: 20px;
  --rr-fs-h1: 100px;
  --rr-fs-h2: 145px;
  --rr-fs-h3: 100px;
  --rr-fs-h4: 50px;
  --rr-fs-h5: 35px;
  --rr-fs-h6: 25px;
  --rr-lh-body: 28px;
  --rr-lh-p: 28px;
  --rr-lh-h1: 90px;
  --rr-lh-h2: 185px;
  --rr-lh-h3: 190px;
  --rr-lh-h4: 60px;
  --rr-lh-h5: 45px;
  --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: "Space Grotesk", sans-serif; */
  font-family: var(--rr-ff-body);
  font-size: var(--rr-fs-body);
  font-weight: 400;
  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: 1350px;
}

.container-12 {
  padding-left: 15px;
  padding-right: 15px;
  --bs-gutter-x: 30px;
  max-width: 1320px;
  margin: 0 auto;
}

.custom-container {
  padding-left: 15px;
  padding-right: 15px;
  --bs-gutter-x: 30px;
  max-width: 1850px;
  margin: 0 auto;
}

.custom-container-2 {
  padding-left: 15px;
  padding-right: 15px;
  --bs-gutter-x: 30px;
  max-width: 1830px;
  margin: 0 auto;
}

.container-custom {
  padding-left: 15px;
  padding-right: 15px;
  --bs-gutter-x: 30px;
  max-width: 1320px;
  margin: 0 auto;
}

.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(85% - 6px);
  width: calc(85% - 6px);
  background-color: var(--rr-common-white);
  color: var(--rr-theme-primary2);
  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-h6);
}

@-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;
  }
}
.mt-item {
  margin-top: 55px;
}

.br-top {
  border-top: 1px solid #EEEEEE;
}

.testimonial-bg {
  background: #F0F0F0;
}

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

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

section {
  margin-top: -2px;
}

.brand-border {
  border: 1px solid #e1e2e4;
}

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

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

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

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

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

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

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

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

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

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

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

.section-space-bottom-2 {
  padding-bottom: 150px;
}
@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;
  }
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
  padding: 11px 28px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.rr-btn i {
  font-size: 14px;
}
.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 {
  border: 1px solid rgba(3, 6, 17, 0.14);
  color: var(--rr-heading-primary);
  background-color: transparent;
}
.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);
}
.rr-btn-2 {
  padding: 9.5px 9px;
  border: 1px solid #999999;
}
.rr-btn-1::before {
  background-color: var(--rr-theme-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: "";
}

.ruhe-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.ruhe-btn-primary {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  padding: 14px 28px;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-btn-primary {
    padding: 16px 25px;
  }
}
.ruhe-btn-primary:hover {
  color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-btn-primary:focus {
  color: var(--rr-common-white);
}
.ruhe-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-btn-primary-2 {
  color: #0E0D0D;
}
.ruhe-btn-primary-2:hover {
  color: #0E0D0D;
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-btn-primary-2:focus {
  color: var(--rr-common-white);
}
.ruhe-btn-primary-2.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-btn-primary-2.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-btn-primary-2 {
  padding: 21.5px 31.2px;
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
}
.ruhe-btn-primary-7 {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0E0D0D;
  padding: 20px 35.3px;
}
.ruhe-btn-primary-3 {
  padding: 21.5px 31.8px;
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
}
.ruhe-btn-primary-6 {
  padding: 15.5px 19.3px;
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
}
.ruhe-btn-primary-5 {
  border: 1px solid #999999;
}
.ruhe-btn-primary-4 {
  padding: 20px 21px;
}
.ruhe-btn-primary-8 {
  padding: 20px 35.4px;
}
.ruhe-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-common-white);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-btn-circle {
    width: 50px;
    height: 50px;
  }
}
.ruhe-btn-circle:hover {
  background-color: var(--rr-common-black);
  color: var(--rr-common-white);
}
.ruhe-btn-circle-4 {
  color: #0E0D0D;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.ruhe-btn-circle-4 {
  width: 48px;
  height: 48px;
}
.ruhe-btn-circle-5 {
  width: 60px;
  height: 60px;
  border: none;
}
.ruhe-btn-circle-8 {
  width: 60px;
  height: 60px;
}
.ruhe-btn-circle-9 {
  width: 48px;
  height: 48px;
  transform: translateX(10px);
}

.ruhe-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.ruhe-btn-group > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.ruhe-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
}

.ruhe-white-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-primary {
  padding: 14px 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-white-btn-primary {
    padding: 16px 25px;
  }
}
.ruhe-white-btn-primary:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary:focus {
  color: var(--rr-common-white);
}
.ruhe-white-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-white-btn-circle {
    width: 50px;
    height: 50px;
  }
}
.ruhe-white-btn-circle:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
.ruhe-white-btn-group > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-group-2 {
  display: inline;
}
.ruhe-white-btn-group-2 > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group-2 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
.ruhe-white-btn-group-2 > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-2:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-2:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: none;
  background-color: var(--rr-theme-primary);
  color: #0E0D0D;
}
.ruhe-white-btn-group-2:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: none;
  margin-left: -6px;
}
.ruhe-white-btn-group-2-3 {
  margin-top: -10px;
}
.ruhe-white-btn-group-2-4 {
  display: inline;
}
.ruhe-white-btn-group-2-4 > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group-2-4 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.ruhe-white-btn-group-2-4 > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-2-4:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-2-4:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: none;
  background-color: var(--rr-theme-primary);
  color: #0E0D0D;
}
.ruhe-white-btn-group-2-4:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: none;
}
.ruhe-white-btn-group-2-9 > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  border: 1px solid #EEEEEE;
  transform: translateX(6px);
}
.ruhe-white-btn-group-4 {
  display: inline;
}
.ruhe-white-btn-group-4 > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group-4 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.ruhe-white-btn-group-4 > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-4:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group-4:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: var(--rr-theme-primary);
  color: #0E0D0D;
}
.ruhe-white-btn-group-4:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border: 1px solid rgba(153, 153, 153, 0.2);
}

.ruhe-yellow-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.ruhe-yellow-btn-primary {
  padding: 14px 28px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-yellow-btn-primary {
    padding: 16px 25px;
  }
}
.ruhe-yellow-btn-primary:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-yellow-btn-primary:focus {
  color: var(--rr-common-white);
}
.ruhe-yellow-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-yellow-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-yellow-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-yellow-btn-circle {
    width: 50px;
    height: 50px;
  }
}
.ruhe-yellow-btn-circle:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-yellow-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-yellow-btn-group > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-yellow-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background-color: var(--rr-theme-primary);
  color: black;
  border: 1.5px solid var(--rr-theme-primary);
}
.ruhe-yellow-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: black;
  border-color: var(--rr-theme-primary);
  transform: rotate(-45deg);
}
.ruhe-yellow-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  background-color: transparent;
  border: 1.5px solid var(--rr-heading-primary);
  color: var(--rr-heading-primary);
  transform: rotate(-45deg);
}
.ruhe-yellow-btn-group:hover > *:nth-child(2) {
  background-color: transparent;
  color: var(--rr-heading-primary);
  border: 1.5px solid var(--rr-heading-primary);
}
.ruhe-yellow-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-yellow-btn-group-4 {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-yellow-btn-group-4 > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -60px;
  opacity: 0;
}
.ruhe-yellow-btn-group-4 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background-color: var(--rr-theme-primary);
  color: black;
  border: 1.5px solid var(--rr-theme-primary);
}
.ruhe-yellow-btn-group-4 > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: black;
  border-color: var(--rr-theme-primary);
  transform: rotate(0deg);
}
.ruhe-yellow-btn-group-4:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  background-color: transparent;
  border: 1.5px solid var(--rr-heading-primary);
  color: var(--rr-heading-primary);
  transform: rotate(0deg);
}
.ruhe-yellow-btn-group-4:hover > *:nth-child(2) {
  background-color: transparent;
  color: var(--rr-heading-primary);
  border: 1.5px solid var(--rr-heading-primary);
}
.ruhe-yellow-btn-group-4:hover > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-yellow-btn-group-5 {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-yellow-btn-group-5 > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -60px;
  opacity: 0;
}
.ruhe-yellow-btn-group-5 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background-color: var(--rr-theme-primary);
  color: black;
  border: 1.5px solid var(--rr-theme-primary);
}
.ruhe-yellow-btn-group-5 > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-theme-primary);
  color: black;
  border-color: var(--rr-theme-primary);
  transform: rotate(0deg);
}
.ruhe-yellow-btn-group-5:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  color: var(--rr-common-white);
  transform: rotate(0deg);
}
.ruhe-yellow-btn-group-5:hover > *:nth-child(2) {
  background-color: transparent;
  color: var(--rr-common-white);
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.ruhe-yellow-btn-group-5:hover > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-yellow-btn-group-7 {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-yellow-btn-group-7 > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -60px;
  opacity: 0;
}
.ruhe-yellow-btn-group-7 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  background-color: #fff;
  color: #0E0D0D;
  border: 1px solid #EEEEEE;
}
.ruhe-yellow-btn-group-7 > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: white;
  color: #0E0D0D;
  border-color: var(--rr-theme-primary);
  transform: rotate(0deg);
  border: 1px solid #EEEEEE;
}
.ruhe-yellow-btn-group-7:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.2);
  color: #0E0D0D;
  transform: rotate(0deg);
  background: var(--rr-theme-primary);
}
.ruhe-yellow-btn-group-7:hover > *:nth-child(2) {
  background-color: transparent;
  color: #0E0D0D;
  background: var(--rr-theme-primary);
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.ruhe-yellow-btn-group-7:hover > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}

.tp-hover-btn-wrapper .tp-btn-circle-2 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #0E0D0D;
  color: var(--rr-heading-primary);
  border: 1px solid #D9D9D9;
  z-index: 1;
}
.tp-hover-btn-wrapper .tp-btn-circle-2-8 {
  background: var(--rr-theme-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover {
  color: #0E0D0D;
}
.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-medium);
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  background-color: #2fe9ff;
  width: 20px;
  height: 20px;
  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;
}
.tp-hover-btn-wrapper .tp-btn-circle-2-3 {
  height: 340px;
  width: 340px;
}
@media (max-width: 575px) {
  .tp-hover-btn-wrapper .tp-btn-circle-2-3 {
    height: 290px;
    width: 290px;
  }
}
.tp-hover-btn-wrapper .tp-btn-circle-3 {
  color: var(--rr-common-white);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover {
  color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover svg [fill=white] {
  fill: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-3 .tp-btn-circle-dot {
  background-color: var(--rr-common-white);
}

.banner__btn .rr-btn-bc {
  gap: 18px;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 500px;
  padding: 22.5px 36px;
  background-color: #2fe9ff;
}
.banner__btn .rr-btn-bc i {
  font-size: 18px;
  line-height: 0.6;
}
.banner__btn .rr-btn-bc-2 {
  padding: 19px 23.2px;
}
.banner__btn .rr-btn-bc-4 {
  padding: 21px 31.3px;
}

/*----------------------------------------*/
/*  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__title-wrapper-sub-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.section__title-wrapper-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
}

.section-title-3 {
  font-size: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-black);
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
}
.section-title-3-space {
  margin-bottom: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-3-space {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-title-3-space {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-3 {
    font-size: 41px;
    line-height: 61px;
  }
}
@media (max-width: 575px) {
  .section-title-3 {
    font-size: 29px;
    line-height: 39px;
  }
}

.section-info__1 {
  display: flex;
  gap: 422px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-info__1 {
    gap: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-info__1 {
    gap: 144px;
  }
}
@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-info__1 {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-info__1 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-info__1 {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.section-info__1 .sub-title {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #0E0D0D;
  position: relative;
  margin-left: 18px;
}
.section-info__1 .sub-title::before {
  position: absolute;
  content: "";
  left: -18px;
  height: 6px;
  width: 6px;
  top: 9px;
  background: #0E0D0D;
  border-radius: 100px;
}
.section-info__1 .title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #0E0D0D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-info__1 .title {
    font-size: 48px;
    line-height: 57px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-info__1 .title {
    font-size: 49px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .section-info__1 .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.section-heading__wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.section-heading__wrap .section__subtitle {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 6.5px 17.2px;
  border-radius: 500px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.section-heading__wrap .section__title {
  font-weight: 500;
  font-size: 50px;
  max-width: 895px;
  line-height: 60px;
  letter-spacing: -0.03em;
  transform: translateY(-10px);
  color: var(--rr-heading-primary);
  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-heading__wrap .section__title {
    transform: translateY(0);
  }
  .section-heading__wrap .section__title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-heading__wrap .section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading__wrap .section__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .section-heading__wrap .section__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-heading__wrap .section__title span {
  font-weight: 700;
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.breadcrumb__wrap {
  display: flex;
  justify-content: space-between;
  gap: 480px;
  align-items: center;
  padding: 210px 0 140px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb__wrap {
    gap: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__wrap {
    gap: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__wrap {
    flex-wrap: wrap;
    gap: 30px;
    padding: 180px 0 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__wrap {
    flex-wrap: wrap;
    gap: 30px;
    padding: 180px 0 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__wrap {
    flex-wrap: wrap;
    gap: 30px;
    padding: 180px 0 120px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrap {
    flex-wrap: wrap;
    gap: 30px;
    padding: 150px 0 120px 0;
  }
}
.breadcrumb__wrap-2 {
  padding: 204px 0 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__wrap-2 {
    padding: 180px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__wrap-2 {
    padding: 180px 0 50px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrap-2 {
    padding: 150px 0 45px 0;
  }
}
.breadcrumb__wrap-3 {
  gap: 0;
  padding: 210px 0 90px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__wrap-3 {
    padding: 180px 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__wrap-3 {
    padding: 180px 0 60px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrap-3 {
    padding: 150px 0 50px 0;
  }
}
.breadcrumb__wrap-6 {
  gap: 0px;
  padding: 210px 0 90px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__wrap-6 {
    padding: 180px 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__wrap-6 {
    padding: 180px 0 60px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb__wrap-6 {
    padding: 150px 0 50px 0;
  }
}
.breadcrumb__wrap-5 {
  gap: 380px;
  justify-content: start;
  padding: 210px 0 90px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb__wrap-5 {
    gap: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__wrap-5 {
    gap: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__wrap-5 {
    gap: 40px;
    padding: 180px 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__wrap-5 {
    gap: 30px;
    padding: 150px 0 60px 0;
  }
}
.breadcrumb__info .title {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb__info .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb__info .title {
    font-size: 64px;
    line-height: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb__info .title {
    font-size: 63px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__info .title {
    font-size: 65px;
    line-height: 81px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__info .title {
    font-size: 47px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb__info .title br {
    display: none;
  }
}
.breadcrumb__content {
  margin: auto 0 0;
}
.breadcrumb__content__2 {
  margin-right: 55px;
}
@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) {
  .breadcrumb__content__2 {
    margin-right: 0px;
  }
}
.breadcrumb__content .dec {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 62px;
}
@media (max-width: 575px) {
  .breadcrumb__content .dec {
    font-size: 20px;
    margin-bottom: 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), (max-width: 575px) {
  .breadcrumb__content .dec br {
    display: none;
  }
}
.breadcrumb__content-2 {
  margin: auto 0 0;
}
@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) {
  .breadcrumb__content-2 {
    margin-top: 40px;
  }
}
.breadcrumb__content-2 .dec {
  margin-bottom: 0px;
}

.breadcrumb-2__wrap {
  padding: 210px 0 90px 0;
  display: flex;
  gap: 471px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .breadcrumb-2__wrap {
    gap: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-2__wrap {
    gap: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-2__wrap {
    gap: 70px;
    padding: 180px 0 80px 0;
  }
}
@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) {
  .breadcrumb-2__wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-2__wrap {
    gap: 30px;
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb-2__wrap {
    gap: 30px;
    padding: 150px 0 80px 0;
  }
}
.breadcrumb-2__content {
  border-top: 1px solid #EEEEEE;
  padding-top: 25px;
}
.breadcrumb-2__content .dec {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #0E0D0D;
}
@media (max-width: 575px) {
  .breadcrumb-2__content .dec br {
    display: none;
  }
}
.breadcrumb-2__info .title {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-2__info .title br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-2__info .title {
    font-size: 70px;
    line-height: 85px;
  }
}
@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) {
  .breadcrumb-2__info .title {
    font-size: 61px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-2__info .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.breadcrumb-work__wrap {
  text-align: center;
  padding: 210px 0 70px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-work__wrap {
    padding: 180px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-work__wrap {
    padding: 180px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumb-work__wrap {
    padding: 150px 0 70px 0;
  }
}
.breadcrumb-work__info .sub-title {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #0E0D0D;
}
.breadcrumb-work__info .title {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 145px;
  line-height: 174px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-work__info .title {
    font-size: 123px;
    line-height: 136px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .breadcrumb-work__info .title {
    font-size: 90px;
    line-height: 101px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-work__info .title {
    font-size: 68px;
    line-height: 102px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-work__info .title {
    font-size: 38px;
    line-height: 70px;
  }
}
.breadcrumb-work__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-work__social {
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-work__social {
    flex-wrap: wrap;
  }
}
.breadcrumb-work__social span {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #505050;
  border: 1px solid #EEEEEE;
  padding: 7px 16px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-work__social span i {
  margin-right: 8px;
  font-size: 21px;
  line-height: 18px;
}
.breadcrumb-work__social span:hover {
  background: #0E0D0D;
  color: #FFFFFF;
}

.service-breadcrumb__wrapper {
  padding: 205px 0 100px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-breadcrumb__wrapper {
    padding: 180px 0 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-breadcrumb__wrapper {
    padding: 180px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .service-breadcrumb__wrapper {
    padding: 150px 0 70px 0;
  }
}
.service-breadcrumb__info {
  margin-bottom: 28px;
}
.service-breadcrumb__info .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-breadcrumb__info .title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-breadcrumb__info .title {
    font-size: 55px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .service-breadcrumb__info .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.service-breadcrumb__content .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
}
@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) {
  .service-breadcrumb__content .dec br {
    display: none;
  }
}
@media (max-width: 575px) {
  .service-breadcrumb__content .dec {
    font-size: 19px;
  }
}

/*----------------------------------------*/
/*  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);
  }
}
/*----------------------------------------*/
/*  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);
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.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-text {
  position: absolute;
  top: -28px;
  left: -40px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  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;
}

@media (max-width: 767px) {
  .cb-cursor-text {
    width: 120px;
    height: 120px;
  }
}
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1.1);
  background-color: var(--rr-theme-primary);
}
.cb-cursor.-text .cb-cursor-text .btn span {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
@media (max-width: 767px) {
  .cb-cursor.-text .cb-cursor-text .btn span {
    font-size: 14px;
    font-weight: var(--rr-fw-medium);
  }
}

.cb-cursor.-big .cb-cursor-text {
  width: 180px;
  height: 180px;
  opacity: 1;
  transform: scale(1);
  background-color: var(--rr-text-primary-2);
}
@media (max-width: 767px) {
  .cb-cursor.-big .cb-cursor-text {
    width: 130px;
    height: 130px;
  }
}
.cb-cursor.-big .cb-cursor-text .btn2 span {
  font-weight: var(--rr-fw-regular);
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  transform: translateY(30px);
  display: inline-block;
  text-transform: uppercase;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading1);
}
@media (max-width: 767px) {
  .cb-cursor.-big .cb-cursor-text .btn2 span {
    font-size: 14px;
    transform: translateY(20px);
  }
}
.cb-cursor.-big .cb-cursor-text .btn2 .arrow {
  position: relative;
  display: inline-block;
  transform: translateY(-30px);
}
.cb-cursor.-big .cb-cursor-text .btn2 .arrow i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transform: rotate(-45deg);
  color: var(--rr-text-primary-2);
  background-color: var(--rr-common-white);
}
.cb-cursor.-big .cb-cursor-text .btn2 .arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  transform: rotate(-45deg) translateY(-15px);
  background-color: var(--rr-common-white);
}
@media (max-width: 767px) {
  .cb-cursor.-big .cb-cursor-text .btn2 .arrow::before {
    height: 80px;
    transform: rotate(-45deg) translateY(-5px);
  }
}

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

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

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

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

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

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  		3.1 header-1
/*----------------------------------------*/
.rs-sticky.header-1 {
  margin-top: 0;
  background: var(--rr-common-white);
  padding: 20px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-sticky.header-1 {
    padding: 10px 0px 10px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-sticky.header-1 {
    padding: 0 10px;
  }
}
.rs-sticky.header-1-3 {
  margin-top: 0;
  background: var(--rr-heading-primary);
  padding: 20px 43px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-sticky.header-1-3 {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .rs-sticky.header-1-3 {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rs-sticky.header-1-3 {
    padding: 0 10px;
  }
}

.header__btn .rr-btn {
  background-color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 14.4px 24px;
}
.header__btn .rr-btn::before {
  background-color: var(--rr-theme-primary);
}
.header__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.header__btn .rr-btn-1 {
  background-color: var(--rr-heading-primary);
}
.header__btn .rr-btn-1:hover {
  background-color: var(--rr-theme-primary);
}
.header__btn .rr-btn-2 {
  background-color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-bold);
  color: #fff;
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 14.4px 24px;
  background: #0E0D0D;
}
.header__btn .rr-btn-2::before {
  background-color: var(--rr-theme-primary);
}
.header__btn .rr-btn-2:hover {
  color: #0E0D0D;
}
.header__btn .rr-btn-3 {
  background-color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-bold);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 21.4px 34px;
  background: #0E0D0D;
  text-transform: lowercase;
}
.header__btn .rr-btn-3::before {
  background-color: var(--rr-theme-primary);
  border: none;
  color: #0E0D0D;
}
.header__btn .rr-btn-3:hover {
  color: #0E0D0D;
  border: none;
}
.header-1 {
  margin-top: 20px;
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-1 {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-1 {
    padding: 0 0;
  }
}
@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) {
  .header-1__main {
    padding: 15px 0;
  }
}
.header-2__button {
  align-items: center;
  gap: 46px;
}
.header-2__button .icon {
  color: var(--rr-heading-primary);
  cursor: pointer;
}
.header-2__button .icon-2 {
  color: var(--rr-common-white);
}
@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) {
  .header .sidebar__toggle .bar-icon span {
    background: var(--rr-heading-primary);
  }
}

.header__right #popup-search-box:hover svg [fill=white] {
  fill: black;
}

.rr-header__action ul {
  list-style: none;
}
.rr-header__action ul li {
  margin-right: 30px;
}

.rr-header__btn-wrap {
  line-height: 1;
}
.rr-header__btn-wrap .rr-arrow__btn {
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-5 {
    margin-top: 0;
  }
}
.header-5 .header__left {
  gap: 113px;
  display: flex;
  align-items: center;
}

/*----------------------------------------*/
/*  3.2 header-2
/*----------------------------------------*/
#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 #ddd;
  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.html), 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-theme-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);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

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

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.header.header-inner {
  background: var(--rr-common-white);
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__main .logo {
  width: 152px;
  height: 42px;
}
@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: 8px;
}
.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);
}

.sidebar__toggle {
  background: rgba(255, 255, 255, 0.14);
  width: 46px;
  height: 46px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__toggle-2 {
  background: #FFFFFF;
}
.sidebar__toggle .bar-icon {
  width: 22px;
  height: 16px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: color 0.2s ease-out;
  align-items: end;
}
.sidebar__toggle .bar-icon span {
  width: 16px;
  height: 2px;
  background: var(--rr-common-white);
  display: inline-block;
  transition: color 0.2s ease-out;
}
.sidebar__toggle .bar-icon span:nth-child(2) {
  width: 22px;
  margin-left: 0px;
}
.sidebar__toggle .bar-icon span:nth-child(3) {
  width: 12px;
}
.sidebar__toggle .bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.sidebar__toggle .bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.sidebar__toggle .bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.sidebar__toggle .bar-icon.is-black span {
  background: var(--rr-common-black);
}
.sidebar__toggle .bar-icon.is-white span {
  background: var(--rr-common-white);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-2__area {
  padding-top: 172px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2__area {
    padding-top: 150px;
  }
}
@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-2__area {
    padding-top: 120px;
  }
}
.banner-2__area .customize-title {
  padding-left: 198px;
}
@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-2__area .customize-title {
    padding-left: 0;
  }
}
.banner-2__content-title {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: var(--rr-fs-h2);
  color: var(--rr-heading-primary);
  font-style: normal;
  line-height: 140px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-left: 8px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-2__content-title {
    font-size: 100px;
    line-height: 120px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-2__content-title {
    font-size: 84px;
    line-height: 110px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2__content-title {
    font-size: 65px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-2__content-title {
    font-size: 62px;
    line-height: 100px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-2__content-title {
    font-size: 46px;
    line-height: 80px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .banner-2__content-title {
    font-size: 46px;
    line-height: 60px;
    text-align: center;
  }
}
.banner-2__content-title .shape {
  width: 100%;
  max-width: 110px;
  height: 100%;
  object-fit: cover;
  margin-left: 18px;
}
.banner-2__content-title .hero-title-img {
  width: 100%;
  max-width: 300px;
  height: 119px;
  object-fit: cover;
  margin-top: 5px;
  border-radius: 100px;
  margin: 0px 14px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-2__content-title .hero-title-img {
    margin-top: 0;
    margin-bottom: -20px;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-2__content-title .hero-title-img {
    margin-top: 0;
    height: 90px;
    margin: 0px 0px;
    margin-bottom: -13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-2__content-title .hero-title-img {
    margin-top: 0;
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -16px;
    max-width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-2__content-title .hero-title-img {
    margin-top: 0;
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -16px;
    max-width: 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-2__content-title .hero-title-img {
    max-width: 250px;
    height: 62px;
    margin-top: 0;
    margin-bottom: -15px;
  }
}
@media (max-width: 575px) {
  .banner-2__content-title .hero-title-img {
    max-width: 250px;
    height: 70px;
    margin-top: 0;
    margin-bottom: -15px;
  }
}
.banner-2__content-media {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 84px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@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-2__content-media {
    margin-top: 10px;
    justify-content: center;
  }
}
.banner-2__content-media .content-wrap {
  display: flex;
  align-items: start;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-left: 465px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-2__content-media .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .banner-2__content-media .content-wrap {
    justify-content: center;
  }
}
.banner-2__content-media .content-wrap .thumb a img {
  width: 100%;
  max-width: 80px;
  height: 100%;
  object-fit: cover;
}
.banner-2__content-media .content-wrap .text-wrap p {
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #505050;
}
@media (max-width: 575px) {
  .banner-2__content-media .content-wrap .text-wrap p br {
    display: none;
  }
}
.banner-2__content-media .hero-2-thumb {
  position: absolute;
  top: 532px;
  right: 50px;
  z-index: 10;
}
@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-2__content-media .hero-2-thumb {
    position: relative;
    top: 100%;
    right: 0px;
    margin-top: 30px;
  }
}
.banner-2__content-media .hero-2-thumb img {
  width: 455px;
  height: 257px;
  object-fit: cover;
  border-radius: 20px;
  will-change: transform;
  transition: all 0.3s ease;
}
@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-2__content-media .hero-2-thumb img {
    width: 100%;
    height: 100%;
  }
}
.banner-2__content-media .hero-2-thumb .icon {
  background: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.banner-2__content-scroll-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 111px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-2__content-scroll-text {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner-2__content-scroll-text {
    margin-top: 30px;
  }
}
.banner-2__content-scroll-text .text {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-style: normal;
}
.banner-2__content-scroll-text .link a {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  font-style: normal;
}

.banner-section-5__space {
  padding-top: 208px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-5__space {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__space {
    padding-top: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__space {
    padding-top: 95px;
  }
}
.banner-section-5__title {
  max-width: 880px;
  font-weight: 500;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.05em;
  vertical-align: middle;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-section-5__title {
    font-size: 75px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-5__title {
    font-size: 64px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-5__title {
    font-size: 52px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-section-5__title span {
  font-weight: 700;
}
.banner-section-5__content {
  max-width: 565px;
  margin: auto 0 auto auto;
  transform: translateY(-10px);
}
@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) {
  .banner-section-5__content {
    transform: translateY(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-section-5__content {
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__content {
    margin-top: 15px;
  }
}
.banner-section-5__dec {
  max-width: 565px;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 62px;
  font-family: var(--rr-ff-body-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-5__dec {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__dec {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__dec {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__dec {
    font-size: 16px;
    line-height: 25px;
  }
}
.banner-section-5__btn .rr-btn {
  gap: 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  border-radius: 500px;
  padding: 22.5px 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: var(--rr-theme-primary);
}
.banner-section-5__btn .rr-btn i {
  font-size: 18px;
  line-height: 0.6;
}
.banner-section-5__thumb {
  margin-top: 90px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__thumb .banner {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__thumb {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__thumb {
    margin-top: 50px;
  }
}
.banner-section-5__thumb > img {
  border-radius: 20px;
}
@media (max-width: 575px) {
  .banner-section-5__thumb > img {
    height: 300px;
    border-radius: 0;
  }
}
.banner-section-5__card {
  gap: 20px;
  top: 40px;
  left: 40px;
  display: flex;
  padding: 20px;
  max-width: 385px;
  position: absolute;
  align-items: center;
  border-radius: 20px;
  backdrop-filter: blur(125px);
  background: rgba(14, 13, 13, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__card {
    top: 20px;
    left: 20px;
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__card {
    top: 10px;
    left: 10px;
    padding: 10px;
    right: 10px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__card {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.banner-section-5__card .icon {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background: var(--rr-common-white);
}
.banner-section-5__card p {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .banner-section-5__card p {
    font-size: 20px;
  }
}
.banner-section-5__big-text {
  margin-top: -144px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-5__big-text {
    margin-top: -116px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-5__big-text {
    margin-top: -86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner-section-5__big-text {
    margin-top: -41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__big-text {
    margin-top: -42px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__big-text {
    margin-top: -28px;
  }
}
.banner-section-5__big-text h2 {
  font-weight: 700;
  font-size: 200px;
  line-height: 0.73;
  margin-bottom: 0;
  margin-right: -170%;
  letter-spacing: 0.03em;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-5__big-text h2 {
    font-size: 160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-5__big-text h2 {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__big-text h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__big-text h2 {
    font-size: 40px;
  }
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.cta__area {
  z-index: 1;
}
.cta__bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta__shapes .shape-1 {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: -1;
}
.cta__shapes .shape-2 {
  position: absolute;
  top: 101px;
  right: 575px;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .cta__shapes .shape-2 {
    right: 318px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__shapes .shape-2 {
    right: 219px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__shapes .shape-2 {
    top: 50px;
    right: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cta__shapes .shape-2 {
    top: 50px;
    right: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__shapes .shape-2 {
    display: none;
  }
}
.cta__content {
  text-align: center;
}
.cta__content .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-black);
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 59px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__content .dec {
    margin-bottom: 30px;
  }
}
.cta__content .rr-btn {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-bold);
  font-size: 28px;
  line-height: 36px;
  border-radius: 100px;
  padding: 22px 45.5px;
  text-transform: lowercase;
}
@media (max-width: 575px) {
  .cta__content .rr-btn {
    font-size: 20px;
    padding: 22px 25.5px;
  }
}
.cta__content .rr-btn::before {
  background-color: var(--rr-common-white);
}
.cta__content .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.cta__title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  color: var(--rr-common-black);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__title {
    font-size: 100px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .cta__title {
    font-size: 55px;
    line-height: 70px;
  }
}

.video__area {
  height: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video__area {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .video__area {
    height: 500px;
  }
}
.video__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video__content {
  background-color: var(--rr-heading-primary);
  max-width: 424px;
  width: 100%;
  padding: 40px 40px 66px 40px;
  position: absolute;
  bottom: 0;
  right: 300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .video__content {
    right: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__content {
    right: 0;
  }
}
@media (max-width: 575px) {
  .video__content {
    max-width: 320px;
    padding: 30px 30px 40px 20px;
  }
}
.video__content .icon {
  background-color: var(--rr-theme-primary);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0 auto;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .video__content .icon {
    margin-bottom: 30px;
  }
}
.video__content .icon i {
  color: var(--rr-heading-primary);
}
.video__content .title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
.video__content .author-name {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
}
.video__content .author-position {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  color: #999999;
}

.h3-cta-area {
  height: 850px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-cta-area {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-cta-area {
    height: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-cta-area {
    height: 550px;
  }
}
.h3-cta-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.h3-cta-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(77px);
  max-width: 565px;
  padding: 60px 69px 65px 69px;
  border-radius: 30px;
  bottom: 0;
  margin: 100px 0;
  right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-cta-content {
    margin: 68px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-cta-content {
    margin: 90px 0;
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-cta-content {
    padding: 24px 46px 24px 52px;
    border-radius: 30px;
    right: 0px;
    bottom: -46px;
  }
}
@media (max-width: 575px) {
  .h3-cta-content {
    padding: 10px 18px 10px 12px;
    margin: 31px 0;
    right: 0px;
    border-radius: 0;
    bottom: -31px;
  }
}
.h3-cta-content span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .h3-cta-content span {
    font-size: 18px;
  }
}
.h3-cta-content span img {
  margin-right: 15px;
}
.h3-cta-content .title {
  margin-top: 43px;
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: var(--rr-common-white);
  margin-bottom: 37px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-cta-content .title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-cta-content .title {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-cta-content .title {
    margin-top: 3px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .h3-cta-content .title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.h3-cta-content .author {
  margin-top: 10px;
}
@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) {
  .h3-cta-content .author {
    margin-top: 3px;
  }
}
.h3-cta-content .author h6 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: var(--rr-common-white);
  transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-cta-content .author h6 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .h3-cta-content .author h6 {
    font-size: 24px;
    line-height: 33px;
  }
}
.h3-cta-content .author h6:hover {
  color: var(--rr-theme-primary);
}
.h3-cta-content .author span {
  font-family: var(--rr-ff-body-2);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: var(--rr-common-white);
}

.h4-cta__area {
  height: 680px;
}
.h4-cta__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.h4-cta__content {
  position: absolute;
  background-color: #0E0D0D;
  max-width: 424px;
  padding: 61px 0 0 0;
  bottom: -60px;
  right: 50px;
}
@media (max-width: 575px) {
  .h4-cta__content {
    right: 0px;
  }
}
.h4-cta__content h3 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: var(--rr-common-white);
  margin-left: 40px;
  margin-bottom: 62px;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .h4-cta__content h3 {
    font-size: 20px;
    line-height: 32px;
    margin-left: 20px;
    margin-bottom: 62px;
    margin-right: 0px;
  }
  .h4-cta__content h3 br {
    display: none;
  }
}
.h4-cta__button {
  display: flex;
  background: var(--rr-theme-primary);
  justify-content: space-between;
}
.h4-cta__button .cta-button {
  display: flex;
  justify-content: space-between;
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
  padding: 22.5px 40px;
}
.h4-cta__button .cta-button svg {
  margin-left: 218px;
}
@media (max-width:450px) {
  .h4-cta__button .cta-button svg {
    margin-left: 192px;
  }
}
@media (max-width:376px) {
  .h4-cta__button .cta-button svg {
    margin-left: 119px;
  }
}
@media (max-width:320px) {
  .h4-cta__button .cta-button svg {
    margin-left: 63px;
  }
}
.h4-cta__button .cta-button:hover svg {
  transform: rotate(45deg);
}

.cta-section-5__wrapper {
  z-index: 9;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 20px;
  background-color: #F0F0F0;
}
.cta-section-5__content {
  z-index: 2;
  position: relative;
}
.cta-section-5__title {
  margin: 0 auto;
  font-size: 70px;
  max-width: 835px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cta-section-5__title {
    font-size: 62px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section-5__title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 575px) {
  .cta-section-5__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.cta-section-5__dec {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 65px;
  letter-spacing: -0.04em;
  font-family: var(--rr-ff-body-2);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5__dec {
    margin-bottom: 30px;
  }
  .cta-section-5__dec br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cta-section-5__dec {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.cta-section-5__link a {
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  border-radius: 500px;
  display: inline-block;
  padding: 22.5px 40.1px;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: var(--rr-theme-primary);
  font-family: var(--rr-ff-heading-2);
  background-color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .cta-section-5__link a {
    font-size: 18px;
    padding: 20px 15.4px;
  }
}
.cta-section-5__bg-shape {
  z-index: -1;
  position: absolute;
}
.cta-section-5__bg-shape_1 {
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-section-5__bg-shape_2 {
  top: 0;
  left: 30px;
}
.cta-section-5__bg-shape_3 {
  bottom: 0;
  right: 30px;
}

.cta-section-5_2__thumb {
  width: 100%;
  height: 750px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-section-5_2__thumb {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section-5_2__thumb {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5_2__thumb {
    height: 100%;
  }
}
.cta-section-5_2__thumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5_2__thumb img {
    transform: translateY(0) !important;
  }
}
.cta-section-5_2__card {
  padding: 70px 60px;
  padding-top: 62px;
  margin-top: -99.7%;
  background: #F0F0F0;
  backdrop-filter: blur(77px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-section-5_2__card {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section-5_2__card {
    padding: 30px;
    margin-top: -73.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5_2__card {
    padding: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cta-section-5_2__card {
    padding: 20px;
  }
}
.cta-section-5_2__dec {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 57px;
  letter-spacing: -0.03em;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
  .cta-section-5_2__dec {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5_2__dec {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cta-section-5_2__dec {
    font-size: 22px;
    line-height: 34px;
  }
}
.cta-section-5_2__dec span {
  color: var(--rr-text-body);
}
.cta-section-5_2__btn .rr-btn {
  gap: 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  padding: 22.5px 42px;
  border-radius: 500px;
  text-transform: uppercase;
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.cta-section-5_2__btn .rr-btn::before {
  background: var(--rr-theme-primary);
}
.cta-section-5_2__btn .rr-btn:hover {
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.cta-section-5_2__btn .rr-btn i {
  font-size: 17px;
  line-height: 0.7;
}

/*----------------------------------------*/
/*  4.2 Menu
/*----------------------------------------*/
.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
  /* 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: #0E0D0D;
}
.main-menu ul li.active-2 > a {
  color: #FFFFFF;
}
.main-menu ul li > a {
  font-family: var(--rr-ff-heading);
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #0E0D0D;
  display: inline-block;
  padding: 14.5px 0;
  line-height: 19px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li > a {
    padding: 32px 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: 14px;
  }
}
.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: 'FontAwesome';
  font-size: 12px;
  font-weight: var(--rr-fw-bold);
  content: "\f107";
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(1px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li.has-dropdown > a::after {
    top: 37%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li.has-dropdown > a::after {
    top: 36%;
  }
}
.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 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  position: relative;
  z-index: 11;
  font-size: 17px;
  line-height: 25px;
  padding: 0 25px;
  padding-inline-start: 30px;
  padding-bottom: 0;
  width: 100%;
  text-transform: capitalize;
}
.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: #0E0D0D;
}
.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: #0E0D0D;
  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: #0E0D0D;
}
.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: #0E0D0D;
}
.main-menu ul li .mega-menu li ul li:hover > a {
  color: #0E0D0D;
}
.main-menu ul li .mega-menu li ul li:hover > a::before {
  background-color: #0E0D0D;
}
.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: #0E0D0D;
  padding-inline-start: 0;
}
.main-menu ul li .mega-menu li:hover > a {
  color: #0E0D0D;
}
.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: #0E0D0D;
}
.main-menu ul li:hover > a::after {
  color: #0E0D0D;
  -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: 102%;
}
.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 .has-dropdown-2 a {
  color: #FFFFFF;
}
.main-menu .has-dropdown-2:hover > a {
  color: #2fe9ff;
}
.main-menu .has-dropdown-2:hover > a::after {
  color: #2fe9ff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-menu .has-dropdown-2:hover > .submenu {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
.main-menu .has-dropdown-2:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}
.main-menu .nav__submenu a {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.main-menu .nav__submenu a:hover {
  color: #2fe9ff;
}

/*----------------------------------------*/
/*  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-common-white);
}
.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-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-content {
  margin-top: 20px;
}
.blog-cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 10px;
  position: relative;
}
.blog-cta::before {
  position: absolute;
  background-color: #999999;
  height: 8px;
  width: 8px;
  content: "";
  top: 5px;
  left: 49%;
  border-radius: 50%;
}
.blog-cta span {
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 20px;
  color: #505050;
  font-family: var(--rr-ff-heading);
}
.blog-cta span a {
  transition: 0.3s;
}
.blog-cta span a:hover {
  color: var(--rr-theme-primary);
}
.blog-cta-2 {
  position: relative;
}
.blog-cta-2::before {
  position: absolute;
  background-color: #999999;
  height: 8px;
  width: 8px;
  content: "";
  top: 5px;
  left: 55%;
  border-radius: 50%;
}
.blog-title {
  margin-top: 12px;
}
.blog-title h4 {
  font-weight: var(--rr-fw-medium);
  font-size: 28px;
  line-height: 36px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .blog-title h4 {
    font-size: 21px;
    line-height: 28px;
  }
}
.blog-title h4 a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.blog-title h4 a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}

.blog-2__info {
  text-align: center;
  margin-bottom: 58px;
}
.blog-2__info .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 75px;
  color: #0E0D0D;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-2__info .title {
    font-size: 50px;
    line-height: 72px;
  }
}
@media (max-width: 575px) {
  .blog-2__info .title {
    font-size: 40px;
    line-height: 44px;
  }
}
.blog-2__item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-2__item {
    margin-bottom: 50px;
  }
}
.blog-2__item-thumb {
  position: relative;
  margin-bottom: 20px;
}
.blog-2__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-2__item-thumb .link-text {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-text-body);
  background-color: var(--rr-common-white);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  padding: 6.5px 18px;
  border-radius: 100px;
}
.blog-2__item-thumb-2 img {
  border-radius: 20px;
}
.blog-2__item-thumb-3 img {
  border-radius: 0px;
}
.blog-2__item-content {
  margin-top: 16px;
}
.blog-2__item-content .cta {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  position: relative;
}
.blog-2__item-content .cta::before {
  background: rgba(14, 13, 13, 0.2);
  position: absolute;
  width: 6px;
  height: 6px;
  top: 40%;
  left: 50%;
  content: "";
  border-radius: 50%;
}
.blog-2__item-content .cta span {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-style: normal;
}
.blog-2__item-content .cta-cta span {
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 17px;
  color: #0E0D0D;
}
.blog-2__title {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 44px;
}
@media (max-width: 575px) {
  .blog-2__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-2__title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.blog-2__title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.blog-2__title-2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 45px;
  letter-spacing: -0.03em;
  color: #0E0D0D;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-2__title-2 {
    font-size: 30px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .blog-2__title-2 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .blog-2__title-2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-2__title-2 br {
    display: none;
  }
}
.blog-2__btn {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  padding: 13px 23px;
  transition: all 0.3s ease-in-out;
}
.blog-2__btn:hover {
  background-color: var(--rr-theme-primary);
}
.blog-2__btn-2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
  padding: 15px 24.5px;
}

.title-info {
  text-align: center;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .title-info {
    font-size: 48px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title-info {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .title-info {
    font-size: 31px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-info br {
    display: none;
  }
}

.section-title-4 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #0E0D0D;
  margin-bottom: 57px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title-4 {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-4 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-title-4 {
    font-size: 46px;
    line-height: 59px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-4 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .section-title-4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
@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-4 br {
    display: none;
  }
}

.button {
  text-align: end;
  margin-top: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .button {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .button {
    margin-bottom: 50px;
    margin-top: 0;
    text-align: left;
  }
}
.button h3 {
  font-family: var(--rr-ff-heading-3);
  font-weight: var(--rr-fw-medium);
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
}
.button h3 svg {
  margin-left: 8px;
  transform: rotate(0deg);
  margin-bottom: 3px;
}
.button h3 a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.button h3 a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.button:hover h3 svg {
  transform: rotate(43deg);
}

.bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 155px;
}
@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) {
  .bottom-button {
    margin-top: 80px;
  }
}
.bottom-button h5 {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  background: #F0F0F0;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
.bottom-button h5:hover {
  background: #0E0D0D;
  color: #FFF;
}
.bottom-button span {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-left: 20px;
}

.blog-section-5__thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}
.blog-section-5__thumb img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
}
.blog-section-5__meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
.blog-section-5__meta li {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-right: 10px;
  padding-right: 16px;
  color: var(--rr-heading-primary);
}
.blog-section-5__meta li::before {
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0.2;
  position: absolute;
  border-radius: 500px;
  transform: translateY(-50%);
  background-color: var(--rr-heading-primary);
}
.blog-section-5__meta li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.blog-section-5__meta li:last-of-type::before {
  display: none;
}
.blog-section-5__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-top: 22px;
  margin-bottom: 60px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-section-5__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
  .blog-section-5__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section-5__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-section-5__title {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .blog-section-5__title {
    font-size: 20px;
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.blog-section-5__title a {
  background: linear-gradient(var(--rr-heading-primary) 0%, var(--rr-heading-primary) 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left 91%;
  transition: all 0.3s ease-in-out;
}
.blog-section-5__title a:hover {
  background-size: 100% 2px;
}
.blog-section-5__btn .rr-btn {
  gap: 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: 700;
  border-radius: 500px;
  padding: 15.5px 24.7px;
  text-transform: uppercase;
  border: 1px solid #EEEEEE;
  background-color: transparent;
}
.blog-section-5__btn .rr-btn i {
  font-size: 17px;
  line-height: 0.7;
}

/*----------------------------------------*/
/*  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
/*----------------------------------------*/
.blog__wrapper {
  padding: 210px 0 100px 0;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__wrapper {
    padding: 180px 0 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__wrapper {
    padding: 180px 0 80px 0;
  }
}
@media (max-width: 575px) {
  .blog__wrapper {
    padding: 150px 0 70px 0;
  }
}
.blog__wrapper .meta__info {
  display: inline-flex;
  justify-content: center;
  gap: 36px;
  position: relative;
  margin-bottom: 27px;
}
.blog__wrapper .meta__info::before {
  background: rgba(14, 13, 13, 0.2);
  position: absolute;
  width: 6px;
  height: 6px;
  top: 40%;
  left: 50%;
  content: "";
  border-radius: 50%;
}
.blog__wrapper .meta__info span {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0E0D0D;
}
.blog__content .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__content .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .blog__content .title {
    font-size: 57px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__content .title {
    font-size: 48px;
    line-height: 61px;
  }
}
@media (max-width: 575px) {
  .blog__content .title {
    font-size: 34px;
    line-height: 40px;
  }
}
.blog__content .description {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
}
@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__content .description br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__content .description {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog__content .description {
    font-size: 18px;
  }
}

.Service-Overview__icons {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 575px) {
  .Service-Overview__icons {
    flex-direction: row;
  }
}
.Service-Overview__icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.Service-Overview__icons a i {
  color: #0E0D0D;
  font-size: 18px;
}
.Service-Overview__icons a:hover {
  background: #2fe9ff;
}
.Service-Overview__content .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 27px;
}
@media (max-width: 575px) {
  .Service-Overview__content .title {
    margin-top: 30px;
    font-size: 29px;
    line-height: 32px;
  }
}
.Service-Overview__content p {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@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) {
  .Service-Overview__content p br {
    display: none;
  }
}
.Service-Overview__content .description {
  margin-top: 20px;
}
.Service-Overview__wrapper .quote-block {
  display: flex;
  align-items: flex-start;
  margin-top: 57px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Service-Overview__wrapper .quote-block {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .Service-Overview__wrapper .quote-block {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.Service-Overview__wrapper .quote-block .quote-icon {
  margin-top: 15px;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .Service-Overview__wrapper .quote-block .quote-icon {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.Service-Overview__wrapper .quote-block .quote-icon span {
  font-size: 50px;
  color: #eee;
  display: block;
  line-height: 0.8;
}
.Service-Overview__wrapper .quote-block .quote-text .quote {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #0E0D0D;
  margin-bottom: 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) {
  .Service-Overview__wrapper .quote-block .quote-text .quote br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .Service-Overview__wrapper .quote-block .quote-text .quote {
    font-size: 23px;
    line-height: 32px;
  }
}
.Service-Overview__wrapper .quote-block .quote-text .author {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0E0D0D;
  display: block;
}
@media (max-width: 575px) {
  .Service-Overview__wrapper .quote-block .quote-text .author {
    font-size: 23px;
    line-height: 34px;
  }
}
.Service-Overview__wrapper .quote-block .quote-text span {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0E0D0D;
}
.Service-Overview__wrapper .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  margin-top: 60px;
  margin-bottom: 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) {
  .Service-Overview__wrapper .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) {
  .Service-Overview__wrapper .dec {
    margin-top: 40px;
  }
}

.article__wrapper {
  margin-top: 72px;
}
.article__wrapper .article__content .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .article__wrapper .article__content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.article__wrapper .article__content .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@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) {
  .article__wrapper .article__content .dec br {
    display: none;
  }
}
.article__wrapper .points {
  margin-top: 58px;
}
@media (max-width: 575px) {
  .article__wrapper .points {
    margin-top: 40px;
  }
}
.article__wrapper .points li {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  list-style: none;
  margin-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
@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) {
  .article__wrapper .points li br {
    display: none;
  }
}
.article__wrapper .points li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #999999;
  border-radius: 100px;
  left: -30px;
  top: 20px;
}
.article__thumb {
  display: flex;
  gap: 30px;
  margin-top: 65px;
}
.article__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: center;
  padding: 19px 30px;
  border: 1px solid #EEEEEE;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .article__meta {
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
.article__meta h3 {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 575px) {
  .article__meta h3 {
    margin-bottom: 10px;
  }
}
.article__tags {
  display: flex;
  gap: 20px;
}
.article__tags span {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1C1A1E;
  padding: 3.5px 16.5px;
  background: #F0F0F0;
  border-radius: 50px;
}

.comment-section {
  padding: 30px 0;
}
.comment-section .comment-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.comment-section .single-comment {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.comment-section .single-comment .author-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.comment-section .single-comment .author-info .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-section .single-comment .author-info .author-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.comment-section .single-comment .author-info .comment-date {
  font-size: 14px;
  color: #666;
}
.comment-section .single-comment .comment-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.comment-section .single-comment .reply-link {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.comment-section .single-comment .reply-link:hover {
  text-decoration: underline;
}

.comments {
  margin-bottom: 70px;
}
.comments__info {
  margin-bottom: 35px;
}
.comments__info .title {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  color: #0E0D0D;
}
.comments__wrapper {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .comments__wrapper {
    flex-wrap: wrap;
  }
}
.comments__content .name {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0E0D0D;
  margin-bottom: 13px;
}
.comments__content .name .date {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #505050;
  margin-left: 20px;
}
.comments__content .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  margin-bottom: 14px;
}
.comments__content button {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0E0D0D;
  margin-left: 5px;
}
.comments__content button svg {
  margin-right: 4px;
}
.comments__thumb {
  margin-top: 4px;
}
.comments__thumb img {
  width: 50px;
  height: 50px;
}

.experience-section {
  padding: 100px 0;
  background: #000;
}
.experience-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.experience-section .experience-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.experience-section .experience-wrapper .experience-image {
  flex: 1 1 50%;
}
.experience-section .experience-wrapper .experience-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.experience-section .experience-wrapper .experience-content {
  flex: 1 1 50%;
  color: #fff;
  padding: 30px;
}
.experience-section .experience-wrapper .experience-content h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}
.experience-section .experience-wrapper .experience-content h3 .highlight {
  color: #b3b3b3;
  font-weight: 400;
}
.experience-section .experience-wrapper .experience-content .experience-stats {
  margin-top: 30px;
}
.experience-section .experience-wrapper .experience-content .experience-stats h2 {
  font-size: 48px;
  font-weight: 700;
}
.experience-section .experience-wrapper .experience-content .experience-stats h2 span {
  color: #aaa;
  font-size: 24px;
}
.experience-section .experience-wrapper .experience-content .experience-stats p {
  color: #ccc;
  margin-top: 10px;
}
.experience-section .experience-wrapper .experience-content .block-pattern {
  display: grid;
  grid-template-columns: repeat(2, 20px);
  gap: 10px;
  margin-top: 40px;
}
.experience-section .experience-wrapper .experience-content .block-pattern div {
  width: 20px;
  height: 20px;
  background: #333;
}
.experience-section .experience-wrapper .experience-content .block-pattern div:nth-child(2n) {
  background: #666;
}

.tp--hover-item {
  position: relative;
}

.tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*----------------------------------------*/
/*  5.1 blog-list
/*----------------------------------------*/
.project-content {
  margin: auto 0 0;
}
.project-content .filter-title {
  font-family: "Neue Montreal";
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #505050;
  margin-bottom: 33px;
}

.dropdown {
  position: relative;
  width: 455px;
  font-family: sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .dropdown {
    width: 100%;
  }
}
.dropdown__selected {
  background: #F0F0F0;
  border-radius: 10px;
  padding: 21px 35px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #0E0D0D;
}
.dropdown__icon {
  font-size: 12px;
  color: #0E0D0D;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.dropdown.open .dropdown__icon {
  transform: rotate(180deg);
}
.dropdown__list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #F0F0F0;
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
}
.dropdown__list .dropdown__item {
  padding: 10px 35px;
  cursor: pointer;
  color: #0E0D0D;
}
.dropdown__list .dropdown__item:hover {
  background-color: #2fe9ff;
  color: #0E0D0D;
}
.dropdown.open .dropdown__list {
  display: block;
}

/*----------------------------------------*/
/*  6.1 footer
/*----------------------------------------*/
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 35px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .footer-top {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-top {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.footer-top-footer-title {
  display: flex;
  align-items: center;
  gap: 88px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title {
    gap: 30px;
  }
}
.footer-top-footer-title .top-title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top-footer-title .top-title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-top-footer-title .top-title {
    font-size: 53px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .footer-top-footer-title .top-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.footer__menu {
  margin-top: 50px;
}
.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 575px) {
  .footer__menu ul {
    gap: 20px;
  }
}
.footer__menu ul li {
  list-style-type: none;
}
.footer__menu ul li a {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__main {
  padding-top: 190px;
  padding-bottom: 250px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer__main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer__main-title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 640px;
  line-height: 200px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer__main-title {
    font-size: 460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__main-title {
    font-size: 395px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__main-title {
    font-size: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__main-title {
    font-size: 255px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__main-title {
    font-size: 190px;
  }
}
@media (max-width: 575px) {
  .footer__main-title {
    font-size: 147px;
  }
}
@media (max-width:450px) {
  .footer__main-title {
    font-size: 146px;
  }
}
@media (max-width:376px) {
  .footer__main-title {
    font-size: 122px;
  }
}
@media (max-width:320px) {
  .footer__main-title {
    font-size: 102px;
  }
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}
.footer__copyright a {
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.footer__copyright a::before {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
}
.footer__copyright a i {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  font-size: 14px;
}
.footer__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: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__widget-title h4 {
    margin-top: 30px;
  }
}
.footer__widget-2th-left {
  padding-left: 42px;
}
@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__widget-2th-left {
    padding-left: 0;
  }
}
.footer__widget-3th-left {
  padding-left: 54px;
}
@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__widget-3th-left {
    padding-left: 0;
  }
}
.footer__widget-4th-left {
  padding-left: 40px;
}
@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__widget-4th-left {
    padding-left: 0;
  }
}
.footer__widget .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__wrap {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.footer__logo a img {
  max-width: 198px;
}
.footer__content {
  margin-bottom: 28px;
}
.footer__content .dec {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}
@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__content .dec br {
    display: none;
  }
}
.footer__info a {
  background: #D5C8B9;
  border-radius: 6px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-sbold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 18px;
  padding: 4px 20px 5px 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer__info a:last-child {
  margin-bottom: 0;
}
.footer__link ul li {
  list-style: none;
}
.footer__link ul li:not(:last-of-type) {
  margin-bottom: 19px;
}
.footer__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);
  transition: all 0.3s ease-in-out;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__link ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer__link ul li a i {
  margin-top: -7px;
}
.footer__subscribe .footer-form {
  position: relative;
  margin-top: 25px;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control {
  background: #D5C8B9;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  border-radius: 6px;
  font-style: normal;
  font-size: 15px;
  color: rgba(69, 48, 48, 0.8);
  height: 50px;
  padding: 18px 140px 18px 22px;
  position: relative;
  margin-bottom: 19px;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control:-moz-placeholder { /* Firefox 4-18 */
  color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
  color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control::placeholder { /* MODERN BROWSER */
  color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.footer__subscribe .footer-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__subscribe .footer-form .rr-subscribe-form .form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.14);
  margin-right: 5px;
  background-color: transparent;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-check-input:focus {
  box-shadow: none;
}
.footer__subscribe .footer-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__subscribe .footer-form .submit {
  background: var(--rr-heading-primary);
  color: var(--rr-common-white);
  padding: 5px 18px 5px 17px;
  position: absolute;
  border-radius: 6px;
  top: 6px;
  right: 6px;
  transition: all 0.3s ease-in-out;
}
.footer__subscribe .footer-form .submit:hover {
  background: var(--rr-common-black);
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
@media (min-width: 0px) and (max-width: 1700px) {
  .footer-section-5__wrapper {
    margin-bottom: 15px;
  }
}
.footer-section-5__top .footer-top {
  padding: 0 100px;
  padding-top: 94px;
  padding-bottom: 50px;
  margin-bottom: 46px;
  align-items: start;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
@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) {
  .footer-section-5__top .footer-top {
    padding: 0 30px;
    padding-top: 94px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-section-5__top .footer-top {
    padding-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__top .footer-top {
    padding: 0 30px;
    padding-top: 70px;
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
}
.footer-section-5__top .footer-top-4 {
  padding: 0 0px;
  padding-top: 105px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  align-items: start;
  border-bottom: none;
}
.footer-section-5__top .footer-top-2 {
  padding: 0 0px;
  padding-top: 85px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  align-items: start;
  border-bottom: none;
}
.footer-section-5__top .footer-top-content {
  margin-left: 65px;
}
@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-section-5__top .footer-top-content {
    margin-top: 0 !important;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__top .footer-top-content {
    margin-top: 30px !important;
  }
}
.footer-section-5__top .footer-top-content .footer-title {
  margin-bottom: 38px !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__top .footer-top-content .footer-title {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__top .footer-top-content .footer-title {
    font-size: 30px !important;
  }
  .footer-section-5__top .footer-top-content .footer-title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-section-5__top .footer-top-content .footer-title {
    font-size: 25px !important;
  }
}
.footer-section-5__top .footer-top-content .footer-social li a {
  color: #999 !important;
  padding: 8px 26.2px !important;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-section-5__top .footer-top-content .footer-social li a {
    font-size: 15px !important;
    column-gap: 5px !important;
    padding: 5px 12px !important;
  }
}
.footer-section-5__top .footer-top-content .footer-social li a:hover {
  color: var(--rr-theme-primary) !important;
}
.footer-section-5__top .footer-top-content-2 {
  margin-left: 45px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-section-5__top .footer-top-content-2 {
    margin-left: 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) {
  .footer-section-5__top .footer-top-content-2 {
    margin-left: 0px;
  }
}
.footer-section-5__wrap {
  padding: 0 100px;
}
.footer-section-5__wrap-4 {
  padding: 0 0px;
}
@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) {
  .footer-section-5__wrap-4 {
    padding: 0 0px;
  }
}
@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) {
  .footer-section-5__wrap {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-section-5__wrap {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap .footer-widget {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget {
    margin-bottom: 50px !important;
  }
}
.footer-section-5__wrap .footer-widget .widget-header {
  margin-bottom: 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget .widget-header {
    margin-bottom: 20px;
  }
}
.footer-section-5__wrap .footer-widget .footer-pdf {
  margin-top: 63px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget .footer-pdf {
    margin-top: 25px;
  }
}
.footer-section-5__wrap .footer-widget .footer-pdf .icon {
  height: 50px;
  width: 50px;
}
.footer-section-5__wrap .footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-section-5__wrap .footer-widget p {
  line-height: 26px;
  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) {
  .footer-section-5__wrap .footer-widget p br {
    display: none;
  }
}
.footer-section-5__wrap .footer-widget_2 {
  margin-left: 65px;
}
@media (min-width: 1700px) and (max-width: 1720px) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-left: 45px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-right: -22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-right: -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) {
  .footer-section-5__wrap .footer-widget_2 {
    margin-left: 0px;
  }
}
.footer-section-5__wrap .footer-widget_2-4 {
  margin-left: 47px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-section-5__wrap .footer-widget_2-4 {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget_2-4 {
    margin-left: 0px;
  }
}
.footer-section-5__wrap .footer-widget-3 {
  margin-left: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-section-5__wrap .footer-widget-3 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-5__wrap .footer-widget-3 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap .footer-widget-3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget-3 {
    margin-left: 0px;
  }
}
.footer-section-5__wrap .footer-widget-3-4 {
  margin-left: 84px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .footer-section-5__wrap .footer-widget-3-4 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-5__wrap .footer-widget-3-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap .footer-widget-3-4 {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget-3-4 {
    margin-left: 0px;
  }
}
.footer-section-5__wrap .footer-widget-4 {
  margin-left: 95px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap .footer-widget-4 {
    margin-left: -20px;
  }
}
.footer-section-5__wrap .footer-widget-4 .widget-header {
  margin-bottom: 37px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap .footer-widget-4 .widget-header {
    margin-bottom: 20px;
  }
}
.footer-section-5__wrap .footer-widget-4 .footer-form .submit {
  color: var(--rr-theme-primary);
}
.footer-section-5__wrap .footer-widget__4 .footer-logo {
  margin-bottom: 60px;
  width: 156px;
  height: 42px;
}
.footer-section-5__wrap .footer-4__widget span {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #999999;
}
.footer-section-5__wrap .footer-4__social {
  display: block;
  gap: 20px;
  margin-top: 25px;
}
.footer-section-5__wrap .footer-4__social li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.footer-section-5__wrap .footer-4__social li:last-child {
  margin-right: 0px;
}
.footer-section-5__wrap .footer-4__social li a {
  width: 45px;
  height: 45px;
  display: grid;
  border-radius: 50%;
  place-items: center;
  background: #171616;
  transition: 0.3s all ease-in-out;
}
.footer-section-5__wrap .footer-4__social li a i {
  color: #FFFFFF;
  transition: 0.3s all ease-in-out;
}
.footer-section-5__wrap .footer-4__social li:hover a {
  background: #2fe9ff;
}
.footer-section-5__wrap .footer-4__social li:hover i {
  color: #0E0D0D;
}

.copyright-5__area {
  padding: 17.5px 0;
  margin-top: 120px;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright-5__area {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .copyright-5__area {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-5__area {
    margin-top: 70px;
  }
}
.copyright-5__area .copyright-content p a:hover span {
  color: var(--rr-theme-primary);
}
.copyright-5__area-4 {
  margin-top: 21px;
}
.copyright-5__area-4-2 {
  margin-top: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright-5__area-4-2 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .copyright-5__area-4-2 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-5__area-4-2 {
    margin-top: 50px;
  }
}

.footer-section__4 {
  padding-bottom: 50px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__4 {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
.footer-section__4-2 {
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.footer-section__4-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__4-wrapper {
    flex-wrap: wrap;
  }
}
.footer-section__4-content {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__4-content {
    margin-bottom: 30px;
  }
}
.footer-section__4-content .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 145px;
  line-height: 140px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section__4-content .title {
    font-size: 124px;
    line-height: 140px;
  }
}
@media (max-width: 575px) {
  .footer-section__4-content .title {
    font-size: 63px;
    line-height: 57px;
  }
}
.footer-section__4-content .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
.footer-section__4-content .footer-btn {
  position: absolute;
  left: 46%;
  top: 47%;
}
@media (max-width: 575px) {
  .footer-section__4-content .footer-btn {
    left: 41%;
    top: 34%;
  }
}
.footer-section__4-content .footer-btn a {
  font-family: "Archivo";
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  color: #0E0D0D;
  background: #2fe9ff;
  padding: 22.5px 36.7px;
  border-radius: 100px;
}
.footer-section__4-content .footer-btn a:hover {
  background: #0E0D0D;
  color: #fff;
  border: 1px solid #EEEEEE;
}
.footer-section__4-contact {
  margin: auto 0 0;
  margin-right: 40px;
}
.footer-section__4-contact span {
  display: block;
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  align-items: center;
  color: #FFFFFF;
  margin-top: 15px;
}
@media (max-width: 575px) {
  .footer-section__4-contact span {
    font-size: 25px;
    line-height: 27px;
  }
}
.footer-section__4-contact span:hover {
  color: #2fe9ff;
}
.footer-section__4-contact span:first-child {
  margin-top: 0px;
}

.hiring-badge {
  background-color: yellow;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #0E0D0D;
  padding: 0px 5.2px;
  border-radius: 100px;
  margin-left: 15px;
}

/*----------------------------------------*/
/*  6.4 footer-copyright
/*----------------------------------------*/
.footer__copyright p {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-regular);
  line-height: var(--rr-lh-h5);
  font-size: 14px;
  margin-bottom: 0;
}
.footer__copyright p a:hover {
  color: var(--rr-theme-primary);
}
.footer__copyright-2 p {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.about-area {
  border-bottom: 1px solid #EEEEEE;
}
.about-wrapper {
  margin-top: 92px;
}
@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) {
  .about-wrapper {
    margin-top: 60px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .about-wrapper {
    margin-top: 0px;
  }
}
.about-thumb {
  margin-bottom: 107px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-thumb {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .about-thumb {
    margin-bottom: 50px;
  }
}
.about-thumb-2 {
  margin-bottom: 127px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-thumb-2 {
    margin-bottom: 83px;
  }
}
@media (max-width: 575px) {
  .about-thumb-2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-item {
    margin-bottom: 40px;
  }
  .about-item:last-child {
    margin-bottom: 0px;
  }
}
.about-item:first-child {
  margin-right: 15px;
}
@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) {
  .about-item:first-child {
    margin-right: 0px;
  }
}
.about-item h2 {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 35px;
  line-height: 42px;
  color: var(--rr-heading-primary);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-item h2 {
    font-size: 31px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-item h2 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .about-item h2 {
    font-size: 31px;
  }
}
.about-item h2 a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.about-item h2 a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.about-item p {
  font-family: "Kanit";
  font-weight: var(--rr-fw-regular);
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-item p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-item p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-item p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-item p br {
    display: none;
  }
}
.about-content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .about-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-content {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
.about-content-2 {
  margin-bottom: 50px;
  margin-left: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-content-2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-2 {
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

.thumb .shape {
  margin-left: 75px;
  margin-top: -74px;
}

.h4-about__area {
  padding-bottom: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-about__area {
    margin-bottom: 50px;
  }
}
.h4-about__fact {
  display: flex;
  align-items: center;
}
.h4-about__fact .title {
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 145px;
  line-height: 158px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-about__fact .title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .h4-about__fact .title {
    font-size: 80px;
    line-height: 90px;
  }
}
.h4-about__fact .title span {
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 145px;
  line-height: 158px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-about__fact .title span {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .h4-about__fact .title span {
    font-size: 80px;
    line-height: 90px;
  }
}
.h4-about__fact .title img {
  margin-top: -80px;
  margin-left: 5px;
}
@media (max-width: 575px) {
  .h4-about__fact .title-2 span {
    font-size: 80px;
  }
}
.h4-about__fact .dec {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-about__fact .dec-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-about__fact .dec-2 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .h4-about__fact .dec-2 {
    font-size: 18px;
  }
}
.h4-about__content {
  margin-left: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-about__content {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-about__content {
    margin-left: 0px;
  }
}
.h4-about__content h3 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-about__content h3 {
    font-size: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-about__content h3 br {
    display: none;
  }
}
.h4-about__content p {
  margin-bottom: 40px;
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-about__content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-about__content p {
    font-size: 16px;
  }
}
@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), (max-width: 575px) {
  .h4-about__content p br {
    display: none;
  }
}
.h4-about__content-2 {
  margin-left: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-about__content-2 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-about__content-2 {
    margin-left: 0px;
  }
}
.h4-about__content-2 p {
  margin-bottom: 23px;
}
.h4-about__content-2 .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .h4-about__content-2 .title {
    font-size: 30px;
    line-height: 43px;
  }
}
.h4-about__wrapper {
  display: flex;
  position: relative;
  justify-content: center;
}
.h4-about__video {
  position: relative;
  overflow: hidden;
}
.h4-about__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-about__video img {
    max-height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-about__video img {
    max-height: 500px;
  }
}
.h4-about__video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2fe9ff;
  border: none;
  color: #000;
  font-size: 2rem;
  padding: 16px 22.5px;
  border-radius: 50%;
  cursor: pointer;
}
.h4-about__wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
}
.h4-about__title {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  color: #FFFFFF;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-about__title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .h4-about__title {
    font-size: 36px;
    line-height: 36px;
  }
}

.single-img.jarallax {
  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.jarallax {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single-img.jarallax {
    height: 400px;
  }
}

.single-thumb {
  width: 100%;
  height: 850px;
  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-thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .single-thumb {
    height: 400px;
  }
}

.single-image {
  width: 100%;
  height: 700px;
  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-image {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .single-image {
    height: 350px;
  }
}

.about-2__area {
  position: relative;
  overflow: hidden;
}
.about-2__shape-2 {
  position: absolute;
  bottom: 175px;
  right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__shape-2 {
    display: none;
  }
}
.about-2__part1 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__part1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-2__part1 .sub-titles {
    margin-bottom: 20px;
  }
}
.about-2__part1 .section-title-wrapper {
  max-width: 985px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-2__part1 .section-title-wrapper {
    max-width: 910px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2__part1 .section-title-wrapper {
    max-width: 780px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-2__part1 .section-title-wrapper {
    font-size: 24px;
    line-height: 48px;
  }
}
.about-2__part1 .sub-title {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  color: var(--rr-heading-primary);
  border: var(--rr-border-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  padding: 3px 17px;
}
@media (max-width: 575px) {
  .about-2__part1 .sub-title {
    font-size: 16px;
  }
}
.about-2__part2 {
  display: flex;
  align-items: center;
  gap: 525px;
  margin-top: 43px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .about-2__part2 {
    gap: 290px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-2__part2 {
    gap: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-2__part2 {
    gap: 33px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2__part2 {
    gap: 142px;
  }
}
@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) {
  .about-2__part2 br {
    display: 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) {
  .about-2__part2 {
    flex-wrap: wrap;
    gap: inherit;
  }
}
.about-2__part2 .fact {
  display: flex;
  align-items: center;
  transform: translateY(-43px);
}
@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) {
  .about-2__part2 .fact {
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-2__part2 .fact {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-2__part2 .fact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2__part2 .fact {
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .about-2__part2 .fact {
    margin-bottom: 20px;
  }
}
.about-2__part2 .fact .icon {
  animation: rotate360 3s linear infinite;
}
.about-2__part2 .fact .exprience {
  display: flex;
  align-items: center;
}
.about-2__part2 .fact .exprience .title {
  font-weight: 300;
  font-size: 45px;
}
.about-2__part2 .fact .exprience span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 140px;
  text-transform: uppercase;
  color: #0E0D0D;
}
.about-2__part2 .fact .exprience .desc {
  margin-top: 28px;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0E0D0D;
}
.about-2__part2 .fact .exprience .icon {
  font-weight: 200;
  font-size: 40px;
  top: -40px;
  left: 3px;
  position: relative;
}
@media (max-width: 575px) {
  .about-2__part2 .fact .exprience .icon {
    font-size: 29px;
  }
}
.about-2__part2 .wrapp {
  display: flex;
  align-items: center;
  gap: 75px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2__part2 .wrapp {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .about-2__part2 .wrapp {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.about-2__part2 .wrapp .circle-extra .tp-btn-circle-text-2 {
  text-align: center;
  text-transform: uppercase;
}
.about-2__part2 .wrapp .circle-extra .tp-hover-btn:hover .tp-btn-circle-text-2 {
  color: #0E0D0D;
}
.about-2__part2 .wrapp .circle-extra .tp-hover-btn:hover .tp-btn-circle-text-2 svg path {
  fill: #0E0D0D;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__part2 .wrapp .desc {
    position: relative;
    z-index: 2;
  }
}
.about-2__part2 .wrapp .desc {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
.about-2__shape {
  position: absolute;
  bottom: -422px;
  right: -528px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-2__shape {
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .about-2__shape {
    display: none;
  }
}

.rr-section-title {
  font-size: 70px;
  line-height: 80px;
  align-items: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  text-align: left;
  margin-top: -10px;
}
@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) {
  .rr-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-section-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-section-title {
    font-size: 38px;
    line-height: 55px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .rr-section-title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rr-section-title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .rr-section-title {
    font-size: 24px;
    line-height: 35px;
  }
  .rr-section-title br {
    display: none;
  }
}
.rr-section-title span {
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: inherit;
}

.about-section-5__wrapper .title {
  text-align: start;
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
}
.about-section-5__wrapper-2 {
  padding: 205px 0 145px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__wrapper-2 {
    padding: 180px 0 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-5__wrapper-2 {
    padding: 180px 0 70px 0;
  }
}
@media (max-width: 575px) {
  .about-section-5__wrapper-2 {
    padding: 150px 0 70px 0;
  }
}
.about-section-5__title {
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-section-5__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-5__title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section-5__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-5__title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .about-section-5__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-5__title br {
    display: none;
  }
}
.about-section-5__title span {
  margin-left: 380px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__title span {
    margin-left: 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) {
  .about-section-5__title span {
    margin-left: 0px;
  }
}
.about-section-5__title.text-invert > div {
  background-image: linear-gradient(to right, #0E0D0D 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-section-5__title-2 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  color: #0E0D0D;
  letter-spacing: 0;
}
.about-section-5__title-2 span {
  margin-left: 380px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__title-2 span {
    margin-left: 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) {
  .about-section-5__title-2 span {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__title-2 {
    font-size: 81px;
    line-height: 94px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__title-2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section-5__title-2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-5__title-2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .about-section-5__title-2 {
    font-size: 35px;
    line-height: 42px;
  }
}
.about-section-5__border {
  margin: 0 -100%;
  padding-top: 55px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section-5__border {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-5__border {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-section-5__border {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.about-section-5__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 138px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__top {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section-5__top {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-5__top {
    margin-bottom: 50px;
  }
}
.about-section-5__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  border-radius: 500px;
  padding: 6.5px 17.3px;
  display: inline-block;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.about-section-5__middle {
  transform: translate(140px, -5px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-5__middle {
    transform: translate(40px, -5px);
  }
}
@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) {
  .about-section-5__middle {
    transform: translate(0);
  }
}
.about-section-5__middle span {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  max-width: 410px;
  display: inline-block;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__middle span {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .about-section-5__middle span {
    font-size: 18px;
  }
}
.about-section-5__middle-2 span {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  max-width: 410px;
  display: inline-block;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__middle-2 span {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .about-section-5__middle-2 span {
    font-size: 18px;
  }
}
.about-section-5__dec {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-top: 22px;
  max-width: 410px;
  font-family: var(--rr-ff-body-2);
}
@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) {
  .about-section-5__dec br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__dec {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .about-section-5__dec {
    margin-top: 15px;
  }
}
.about-section-5__dec-2 {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  max-width: 410px;
  font-family: var(--rr-ff-body-2);
}
@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) {
  .about-section-5__dec-2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__dec-2 {
    max-width: 360px;
  }
}
@media (max-width: 575px) {
  .about-section-5__dec-2 {
    margin-top: 15px;
  }
}
.about-section-5__thumb {
  max-width: 416px;
  max-height: 277px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .about-section-5__thumb {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.about-section-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-size: 100%, 100%;
  mask-image: url(../imgs/about/about-inner-img-1.html);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__thumb img {
    width: 80%;
  }
}
.about-section-5__play {
  top: 50%;
  left: 115px;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-5__play {
    left: 85px;
  }
}
.about-section-5__play a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.about-section-5__play a i {
  font-size: 19px;
}
.about-section-5__card {
  padding: 70px 37px;
  padding-bottom: 62px;
  padding-left: 45px;
  border-radius: 20px;
  border: 1px solid rgb(232, 232, 232);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-5__card {
    padding: 70px 27px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .about-section-5__card {
    padding: 30px 20px;
  }
}
.about-section-5__card.card_2, .about-section-5__card.card_4 {
  border-color: rgb(240, 240, 240);
  background-color: rgb(240, 240, 240);
}
.about-section-5__card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--rr-ff-body-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .about-section-5__card p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-5__card p br {
    display: none;
  }
}
.about-section-5__card-title {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-top: 90px;
  margin-bottom: 27px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-5__card-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-5__card-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about-section-5__card-title {
    font-size: 25px;
    line-height: 35px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.contact__wrap {
  text-align: center;
  margin-top: 55px;
}
@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__wrap {
    margin-top: 0px;
  }
}
.contact__info {
  margin-bottom: 55px;
}
.contact__info .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
}
@media (max-width: 575px) {
  .contact__info .title {
    font-size: 26px;
    line-height: 39px;
  }
}
.contact__info .title span {
  color: #999999;
}
.contact__details span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #999999;
}
.contact__details h5 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 10px;
}
.contact__content {
  margin-top: 57px;
}
.contact__content span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #999999;
}
.contact__content h5 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
  margin-top: 25px;
  margin-bottom: 45px;
}
.contact__from {
  padding: 65px 70px 70px 70px;
  border: 1px solid #EEEEEE;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__from {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__from {
    padding: 42px 38px 70px 50px;
  }
}
@media (max-width: 575px) {
  .contact__from {
    padding: 42px 35px 61px 25px;
  }
}

.sidebar__widgett {
  margin-bottom: 62px;
}
.sidebar__widgett .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #999999;
  margin-bottom: 43px;
}
@media (max-width: 575px) {
  .sidebar__widgett .title {
    font-size: 26px;
  }
}
.sidebar__widgett-categorry {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .sidebar__widgett-categorry {
    justify-content: center;
  }
}
.sidebar__widgett-categorry h4 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #0E0D0D;
  padding: 10px 25px;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.sidebar__widgett-categorry h4:hover {
  background: #0E0D0D;
  color: #FFFFFF;
}

.contact-us__input input {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #0E0D0D;
  padding: 16px 30px;
  margin-bottom: 30px;
  border-radius: 100px;
}
.contact-us__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.contact-us__input input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.contact-us__input input:-moz-placeholder { /* Firefox 4-18 */
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.contact-us__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
.contact-us__input input::placeholder { /* MODERN BROWSER */
  color: #999999;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}

.attachment-field {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 30px;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid #EEEEEE;
}
.attachment-field label {
  padding: 16px 30px;
  width: 100%;
}
.attachment-field .icon {
  width: 20px;
  height: 20px;
  fill: #999;
}
.attachment-field span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #999999;
  margin-left: 20px;
  margin-bottom: 30px;
  border-radius: 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) {
  .map__section .maps {
    height: 450px;
  }
}

.contact-us__form-wrapper {
  background: #F0F0F0;
  padding: 65px 70px 72px 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-us__form-wrapper {
    padding: 65px 40px 72px 40px;
  }
}
@media (max-width: 575px) {
  .contact-us__form-wrapper {
    padding: 65px 25px 72px 25px;
  }
}
.contact-us__form-wrapper .contact-us__info {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .contact-us__form-wrapper .contact-us__info {
    margin-bottom: 30px;
  }
}
.contact-us__form-wrapper .contact-us__info .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #1C1A1E;
}
@media (max-width: 575px) {
  .contact-us__form-wrapper .contact-us__info .sub-title {
    font-size: 29px;
    line-height: 34px;
  }
}
.contact-us__form-wrapper .contact-us__form .contact-us__input {
  position: relative;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1C1A1E;
  display: block;
  margin-bottom: 10px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #545454;
  margin-bottom: 22px;
  padding: 17.5px 0px 17.5px 25px;
  font-style: normal;
  border-radius: 0px;
  outline: none;
  width: 100%;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #545454;
  font-size: 16px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder { /* Firefox 19+ */
  color: #545454;
  font-size: 16px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input:-moz-placeholder { /* Firefox 4-18 */
  color: #545454;
  font-size: 16px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #545454;
  font-size: 16px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder { /* MODERN BROWSER */
  color: #545454;
  font-size: 16px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea {
  position: relative;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1C1A1E;
  font-style: normal;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #545454;
  background: var(--rr-common-white);
  margin-top: 5px;
  height: 170px !important;
  margin-left: 0;
  padding: 18px 0px 0px 25px;
  border-radius: 0px;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}
.contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder { /* MODERN BROWSER */
  font-size: 16px;
  line-height: 19px;
  color: #545454;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.live-comment-widget__agree {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.live-comment-widget__agree label {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #545454;
  margin-left: 8px;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .live-comment-widget__agree label {
    font-size: 17px;
    line-height: 20px;
  }
}

.map__section {
  transform: translateY(6px);
}
.map__section .maps {
  width: 100%;
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.faq-section__counter {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section__counter {
    margin-bottom: 30px;
  }
}
.faq-section__counter-item {
  gap: 30px;
  align-items: start;
  border-radius: 20px;
  display: inline-flex;
  backdrop-filter: blur(92px);
  border: 1px solid #E8E8E8;
  padding: 35px 40px 28px 45px;
  background: rgba(255, 255, 255, 0.2);
}
.faq-section__shape {
  left: 0;
  bottom: 0;
  z-index: -1;
  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) {
  .faq-section__shape {
    display: none;
  }
}
.faq-section__count {
  margin-top: -15px;
}
.faq-section__count h2 {
  line-height: 1;
  font-size: 70px;
  font-weight: 500;
  margin-bottom: -2px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
}
.faq-section__count h2 .odometer.odometer-auto-theme,
.faq-section__count h2 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-heading-2);
}
.faq-section__count p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--rr-heading-primary);
}
.faq-section__faq .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #F0F0F0;
}
.faq-section__faq .accordion-item:last-of-type {
  margin-bottom: 0;
}
.faq-section__faq .accordion-item .accordion-button {
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
  padding: 20px 30px;
  padding-top: 25px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
  font-family: var(--rr-ff-heading-2);
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .faq-section__faq .accordion-item .accordion-button {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-section__faq .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-section__faq .accordion-item .accordion-button {
    padding: 15px;
    line-height: 1.2;
  }
}
.faq-section__faq .accordion-item .accordion-button::after {
  content: "\f0d7";
  width: auto;
  height: auto;
  font-size: 15px;
  margin-left: auto;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: inherit;
  font-family: var(--rr-ff-fontawesome);
  font-weight: 900;
}
@media (max-width: 575px) {
  .faq-section__faq .accordion-item .accordion-button::after {
    display: none;
  }
}
.faq-section__faq .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #EEEEEE;
}
.faq-section__faq .accordion-item .accordion-button.collapsed {
  padding: 18px 30px;
}
.faq-section__faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-color: #F0F0F0;
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.faq-section__faq .accordion-item .accordion-button:not(.collapsed)::after {
  transform: none;
  background-image: inherit;
}
.faq-section__faq .accordion-item .accordion-button:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-section__faq .accordion-item .accordion-button:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-section__faq .accordion-item .accordion-button:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-section__faq .accordion-item .accordion-button:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-section__faq .accordion-item .accordion-body {
  padding: 0 50px 22px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-section__faq .accordion-item .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-section__faq .accordion-item .accordion-body {
    padding: 15px;
    padding-top: 0;
  }
}
.faq-section__faq .accordion-item .accordion-body p {
  font-family: Kanit;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section__faq .accordion-item .accordion-body p {
    font-size: 16px;
  }
}
.faq-section__faq .accordion-item .accordion-body p span {
  font-weight: 500;
  color: var(--rr-heading-primary);
}

.faq__info {
  text-align: center;
  margin-bottom: 60px;
}
.faq__info .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  color: #0E0D0D;
}

.faq__wrapper {
  max-width: 850px;
  margin: 0 auto;
}

.faq-section-5__counter {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section-5__counter {
    margin-bottom: 30px;
  }
}
.faq-section-5__counter-item {
  gap: 30px;
  align-items: start;
  border-radius: 20px;
  display: inline-flex;
  backdrop-filter: blur(92px);
  border: 1px solid #E8E8E8;
  padding: 35px 40px 28px 45px;
  background: rgba(255, 255, 255, 0.2);
}
.faq-section-5__shape {
  left: 0;
  bottom: 0;
  z-index: -1;
  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) {
  .faq-section-5__shape {
    display: none;
  }
}
.faq-section-5__count {
  margin-top: -15px;
}
.faq-section-5__count h2 {
  line-height: 1;
  font-size: 70px;
  font-weight: 700;
  margin-bottom: -2px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}
.faq-section-5__count h2 .odometer.odometer-auto-theme,
.faq-section-5__count h2 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-heading);
}
.faq-section-5__count p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-section-5__faq {
    margin-left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-section-5__faq {
    margin-left: -60px;
  }
}
.faq-section-5__faq .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #F0F0F0;
}
.faq-section-5__faq .accordion-item:last-of-type {
  margin-bottom: 0;
}
.faq-section-5__faq .accordion-item .accordion-button {
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 30px;
  padding-top: 25px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .faq-section-5__faq .accordion-item .accordion-button {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-section-5__faq .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq-section-5__faq .accordion-item .accordion-button {
    padding: 15px;
    line-height: 1.2;
  }
}
.faq-section-5__faq .accordion-item .accordion-button::after {
  content: "\f0d7";
  width: auto;
  height: auto;
  font-size: 15px;
  margin-left: auto;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: inherit;
  font-family: var(--rr-ff-fontawesome);
}
@media (max-width: 575px) {
  .faq-section-5__faq .accordion-item .accordion-button::after {
    display: none;
  }
}
.faq-section-5__faq .accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: #EEEEEE;
}
.faq-section-5__faq .accordion-item .accordion-button.collapsed {
  padding: 18px 30px;
}
.faq-section-5__faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-color: #F0F0F0;
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.faq-section-5__faq .accordion-item .accordion-button:not(.collapsed)::after {
  transform: none;
  background-image: inherit;
}
.faq-section-5__faq .accordion-item .accordion-button:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-section-5__faq .accordion-item .accordion-button:first-of-type .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-section-5__faq .accordion-item .accordion-button:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-section-5__faq .accordion-item .accordion-button:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.faq-section-5__faq .accordion-item .accordion-body {
  padding: 0 50px 22px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-section-5__faq .accordion-item .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .faq-section-5__faq .accordion-item .accordion-body {
    padding: 15px;
    padding-top: 0;
  }
}
.faq-section-5__faq .accordion-item .accordion-body p {
  font-family: Kanit;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section-5__faq .accordion-item .accordion-body p {
    font-size: 16px;
  }
}
.faq-section-5__faq .accordion-item .accordion-body p span {
  font-weight: 500;
  color: var(--rr-heading-primary);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.h3-team-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.h3-team-wrapper-2 {
  justify-content: end;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-team-wrapper-2 {
    justify-content: center;
  }
}
.h3-team-content {
  display: flex;
  justify-content: end;
}
.h3-team-content-2 {
  display: flex;
  justify-content: start;
}
.h3-team-content:hover .h3-team-thumb::before {
  opacity: 1;
  overflow: visible;
  transition: all 0.3S ease-in-out;
  top: 0;
  bottom: 0px;
}
.h3-team-content:hover .h3-team-thumb .h3-team-item {
  opacity: 1;
  overflow: visible;
  transition: all 0.3S ease-in-out;
  position: absolute;
  top: 50%;
  left: 43%;
  text-align: center;
  opacity: 1;
  overflow: visible;
  transform: translate(-40%, -50%);
}
.h3-team-thumb {
  position: relative;
  margin-bottom: 60px;
  width: 340px;
  height: 340px;
}
@media (max-width: 575px) {
  .h3-team-thumb {
    width: 100%;
    height: 100%;
  }
}
.h3-team-thumb::before {
  position: absolute;
  content: "";
  background: #0E0D0D;
  left: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  opacity: 0;
  overflow: hidden;
}
.h3-team-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h3-team-item {
  top: 80%;
  left: 43%;
  transform: translate(-40%, -50%);
  position: absolute;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}
.h3-team-item .title {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  color: white;
}
.h3-team-item span {
  font-family: var(--rr-ff-body-2);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #999999;
}
@media (max-width: 575px) {
  .h3-team-item span {
    font-size: 15px;
  }
}
.h3-team-social {
  margin-top: 20px;
}
.h3-team-social a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  margin-right: 8px;
  color: #fff;
}
.h3-team-social a i {
  font-size: 15px;
}
.h3-team-social a:hover {
  background: var(--rr-theme-primary);
  transition: all 0.3s ease-in-out;
  color: #0E0D0D;
}
/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.team-details__wrapper {
  padding: 216px 0 150px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .team-details__wrapper {
    padding: 180px 0 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details__wrapper {
    padding: 180px 0 120px 0;
  }
}
@media (max-width: 575px) {
  .team-details__wrapper {
    padding: 150px 0 80px 0;
  }
}
.team-details__author {
  margin-bottom: 55px;
}
@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) {
  .team-details__author {
    margin-bottom: 30px;
  }
}
.team-details__author .name {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 55px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__author .name {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .team-details__author .name {
    font-size: 40px;
  }
}
.team-details__author span {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 22px;
  line-height: 2px;
  color: #505050;
}
.team-details__content .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0E0D0D;
  margin-bottom: 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) {
  .team-details__content .sub-title br {
    display: none;
  }
}
.team-details__content .dec {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@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) {
  .team-details__content .dec br {
    display: none;
  }
}
.team-details__content .dec strong {
  color: #0E0D0D;
}
.team-details__contact {
  margin-top: 42px;
}
@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) {
  .team-details__contact {
    margin-top: 35px;
  }
}
.team-details__contact .details span {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #505050;
}
.team-details__contact .details h4 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0E0D0D;
}
.team-details__contact .details-2 {
  margin-top: 17px;
}
.team-details__last {
  margin-top: 20px;
}
.team-details__last h5 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0E0D0D;
}
.team-details__last .icon {
  margin-top: 15px;
}
.team-details__last .icon span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #0E0D0D;
  margin-left: 8px;
}
.team-details__wrap {
  margin-top: 5px;
}
.team-details__thumb {
  margin-left: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details__thumb {
    margin-left: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__thumb {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .team-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.about-section {
  background-color: var(--rr-heading-primary);
  overflow: hidden;
}

.about-wrap-1 {
  padding-bottom: 30px;
  padding-top: 35px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  border-top: 1px solid rgba(153, 153, 153, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-wrap-1 {
    padding-bottom: 25px;
    padding-top: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .about-wrap-1 {
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 25px;
  }
}

.about-left-content-2 {
  border: 1px solid rgba(153, 153, 153, 0.1);
  border-radius: 100px;
  display: inline-block;
  padding: 3px 17.4px;
}
.about-left-content-2 .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.about-left-content .sub-title {
  color: var(--rr-common-white);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-left-content .sub-title {
    margin-bottom: 50px;
  }
}
.about-left-content .sub-title:before {
  background-color: var(--rr-common-white);
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-left-content .sub-title-2 {
  color: #0E0D0D;
  display: inline-block;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 100px;
  padding: 16px 12px;
  line-height: 0px;
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 18px;
  color: #0E0D0D;
}
.about-left-content .sub-title-2::before {
  display: none;
}
.about-left-content .about-counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  width: 312px;
  height: 212px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-left-content .about-counter-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.about-left-content .about-counter-wrap .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.about-left-content .about-counter-wrap .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-left-content .about-counter-wrap .title {
  color: var(--rr-common-white);
  font-size: 70px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 0;
  line-height: 1;
  display: flex;
}
.about-left-content .about-counter-wrap .title .odometer-auto-theme {
  font-family: inherit;
}
.about-left-content .about-counter-wrap .title .icon {
  font-weight: 200;
  font-size: 40px;
  margin-top: 5px;
  margin-left: 5px;
}
.about-left-content .about-counter-wrap .title .icon-2 {
  margin-top: -56px;
}
.about-left-content .about-counter-wrap .title-2 {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 145px;
  line-height: 174px;
  color: var(--rr-heading-primary);
  margin-left: 43px;
}
@media (max-width: 575px) {
  .about-left-content .about-counter-wrap .title-2 {
    font-size: 100px;
    margin-left: 0px;
  }
}
.about-left-content .about-counter-wrap p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-left: 20px;
}
.about-left-content .about-counter-wrap-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -171px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .about-left-content .about-counter-wrap-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-left-content .about-counter-wrap-2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-left-content .about-counter-wrap-2 {
    margin-left: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-left-content .about-counter-wrap-2 {
    margin-left: 65px;
  }
}
@media (max-width: 575px) {
  .about-left-content .about-counter-wrap-2 {
    margin-left: -249px;
    margin-top: 226px;
  }
}
.about-left-content .about-counter-wrap-2 p {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 22px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  margin-bottom: -55px;
  transform: translateX(-25px);
}

.about-content .about-desc {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 50px;
  line-height: 60px;
  color: var(--rr-heading-primary);
  margin-bottom: 140px;
  letter-spacing: -0.01em;
  margin-left: -4px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-content .about-desc {
    font-size: 43px;
  }
}
@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) {
  .about-content .about-desc {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 70px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .about-desc {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .about-content .about-desc {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 32px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content .about-desc br {
    display: none;
  }
}
.about-content .about-desc .dec {
  color: #505050;
}
.about-content .about-desc.text-invert > div {
  background-image: linear-gradient(to right, #0E0D0D 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-content .about-desc-1 {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .about-content .about-desc-1 {
    font-size: 43px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content .about-desc-1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .about-content .about-desc-1 {
    font-size: 21px;
    line-height: 32px;
  }
}
@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) {
  .about-content .about-desc-1 br {
    display: none;
  }
}
.about-content .about-desc-1 .text-dark-2 {
  color: #999999;
}
.about-content .about-desc-1 .text-dark-2-2 {
  color: #505050;
}
.about-content .about-desc-1.text-invert > div {
  background-image: linear-gradient(to right, #FFFFFF 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-content .about-desc-1-2 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 50px;
  line-height: 60px;
  color: var(--rr-heading-primary);
  margin-bottom: 140px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-content .about-desc-1-2 {
    font-size: 43px;
  }
}
@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) {
  .about-content .about-desc-1-2 {
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .about-desc-1-2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-content .about-desc-1-2 {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content .about-desc-1-2 br {
    display: none;
  }
}
.about-content .about-desc-1-2 .dec {
  color: #505050;
}
.about-content .about-desc-1-2.text-invert > div {
  background-image: linear-gradient(to right, #0E0D0D 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.about-content .about-desc-2 {
  color: var(--rr-common-white);
  font-size: 22px;
  font-weight: var(--rr-fw-medium);
  margin-bottom: 0;
  line-height: 1.4;
}
@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) {
  .about-content .about-desc-2 br {
    display: none;
  }
}
.about-content .about-items {
  display: flex;
  align-items: center;
  gap: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .about-items {
    align-items: start;
    gap: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-content .about-items {
    align-items: start;
    gap: 90px;
  }
}
@media (max-width: 575px) {
  .about-content .about-items {
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
  }
}
.about-content .about-items .about-item p {
  font-family: var(--rr-ff-heading);
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.about-content .about-items .about-item .title {
  color: var(--rr-common-white);
  font-size: 70px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.about-content .about-items .about-item .title .odometer-auto-theme {
  font-family: inherit;
}
.about-content .about-items .about-item .title .number {
  margin-top: -5px;
}
.about-content .about-items .about-item .title .icon {
  font-weight: 200;
  font-size: 40px;
  margin-top: -35px;
}

.setp-section {
  overflow: hidden;
  position: relative;
}
.setp-section .shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.step-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.step-item {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-item {
    margin-bottom: 40px;
  }
}
.step-item:hover .icon {
  animation: shake 0.5s;
}

.step-wrap {
  position: relative;
  width: 100%;
}

.step-shape {
  position: absolute;
  top: 4.5px;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-shape {
    display: none;
  }
}

.step-top {
  display: flex;
  align-items: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 135px;
  gap: 290px;
}
@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) {
  .step-top {
    justify-content: space-between;
    gap: 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) {
  .step-top {
    margin-bottom: 80px;
  }
}
.step-top .step-video-btn-wrap {
  position: relative;
  max-width: 258px;
  width: 100%;
}
.step-top .step-video-btn-wrap .play-btn.play-btn-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.step-top .step-video-btn-wrap .play-btn.play-btn-2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.step-top .step-video-btn-wrap .play-btn.play-btn-2 a {
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  font-size: 18px;
  font-weight: var(--rr-fw-bold);
}
.step-top .step-video-btn-wrap .play-btn.play-btn-2 a span {
  margin-left: 30px;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0E0D0D;
}
.step-top .step-video-btn-wrap .play-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 155px;
  width: 155px;
  border-radius: 50%;
  position: relative;
}
.step-top .step-video-btn-wrap .play-btn a img {
  width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.step-top .step-video-btn-wrap .play-btn a .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 30px;
  width: 30px;
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.step-top .step-top-content .title {
  color: var(--rr-heading-primary);
  font-size: 50px;
  font-weight: var(--rr-fw-medium);
  line-height: 1.3;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-top .step-top-content .title {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-top .step-top-content .title {
    font-size: 30px;
  }
  .step-top .step-top-content .title br {
    display: none;
  }
}
.step-top .step-top-content .title.text-invert > div {
  background-image: linear-gradient(to right, #0E0D0D 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.step-item:last-child {
  margin-right: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-item:last-child {
    margin-right: 0px;
  }
}
.step-item .number {
  background-color: var(--rr-common-white);
  font-size: 18px;
  font-weight: var(--rr-fw-bold);
  padding: 12px 10px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-item .number {
    margin-bottom: 25px;
  }
}
.step-item .number span {
  background-color: var(--rr-theme-primary);
  padding: 3px 10px;
  border-radius: 100px;
}
.step-item .icon {
  width: 50px;
  height: 25px;
  margin: 0 auto 40px auto;
}
.step-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step-item .title {
  font-size: 25px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 17px;
  line-height: 32px;
  font-family: var(--rr-ff-heading);
}
.step-item .title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.step-item .title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.step-item p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: var(--rr-fw-medium);
  line-height: 1.5;
  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) {
  .step-item p {
    font-size: 16px;
  }
  .step-item p br {
    display: none;
  }
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-title-wrap {
  text-align: center;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-title-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-title-wrap {
    margin-bottom: 35px;
  }
}
.testimonial-title-wrap .title {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-title-wrap .title {
    font-size: 80px;
    line-height: 81px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-title-wrap .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .testimonial-title-wrap .title {
    font-size: 40px;
    line-height: 50px;
  }
}

.testi-carousel-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testi-carousel-wrap .swiper-arrow {
    display: none;
  }
}
.testi-carousel-wrap .swiper-arrow .swiper-nav {
  border: 1px solid #EEEEEE;
  color: var(--rr-heading-primary);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 39%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
.testi-carousel-wrap .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-theme-primary);
}
.testi-carousel-wrap .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: 0;
}

.testi-item .quality {
  color: var(--rr-heading-primary);
  font-size: 28px;
  font-weight: var(--rr-fw-medium);
  display: block;
  margin-bottom: 30px;
}
.testi-item .note {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #505050;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testi-item .note {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testi-item .note {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .testi-item .note {
    font-size: 21px;
    line-height: 30px;
  }
}
.testi-item p {
  font-family: var(--rr-ff-heading);
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.03em;
  color: #505050;
  max-width: 845px;
  width: 100%;
  font-weight: var(--rr-fw-medium);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testi-item p {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testi-item p {
    font-size: 25px;
    line-height: 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) {
  .testi-item p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .testi-item p {
    font-size: 20px;
    line-height: 28px;
  }
}
.testi-item .author-info-2 {
  grid-gap: 0 !important;
  grid-template-columns: 0px 1fr !important;
}
.testi-item .author-info {
  display: grid;
  align-items: center;
  grid-gap: 15px;
  grid-template-columns: 115px 1fr;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 61px;
}
.testi-item .author-info .author-img-wrap {
  display: flex;
  position: relative;
}
.testi-item .author-info .author-img-wrap .quote {
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testi-item .author-info .author-img-wrap .author-img {
  height: 70px;
  width: 70px;
  margin-left: auto;
}
.testi-item .author-info .author-img-wrap .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item .author-info .content {
  text-align: left;
}
.testi-item .author-info .content .name {
  font-size: 28px;
  font-weight: var(--rr-fw-medium);
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 575px) {
  .testi-item .author-info .content .name {
    font-size: 23px;
  }
}
.testi-item .author-info .content .name-2 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #0E0D0D;
  margin: 0px;
}
.testi-item .author-info .content span {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
.testi-item .author-info-3 {
  max-width: 110px;
  margin-bottom: 31px;
}
.testi-item .author-info-2 {
  margin-top: 50px;
}

.project-section {
  overflow: hidden;
}

.project-shapes .shapes {
  position: absolute;
  top: -500px;
  right: -426px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-shapes .shapes {
    right: -486px;
    top: -530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-shapes .shapes {
    display: none;
  }
}

.project-title-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-title-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-title-wrapper {
    justify-content: center;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-title-wrapper {
    justify-content: start;
    margin-bottom: 60px;
  }
}
.project-title-wrapper .title-grip {
  display: flex;
  gap: 50px;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 20px;
}
.project-title-wrapper .title-grip span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  margin-top: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-title-wrapper .title-grip span {
    margin-top: 0;
  }
}
.project-title-wrapper .title-grip .title-wrap .title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-title-wrapper .title-grip .title-wrap .title {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .project-title-wrapper .title-grip .title-wrap .title {
    font-size: 100px;
    line-height: 110px;
  }
}
.project-title-wrapper .title-grip .title-wrap p {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  padding-left: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-title-wrapper .title-grip .title-wrap p {
    padding-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-title-wrapper .title-grip .title-wrap p {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .project-title-wrapper .title-grip .title-wrap p br {
    display: none;
  }
}
.project-title-wrapper .project-title-btn {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: var(--rr-text-body);
  border-radius: 100px;
  border: 1px solid #EEEEEE;
  padding: 21px 45.5px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-title-wrapper .project-title-btn {
    margin-left: 40px;
  }
}
.project-title-wrapper .project-title-btn span {
  font-size: 22px;
  color: var(--rr-heading-primary);
}

.project-carousel {
  overflow: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-carousel .swiper-arrow {
    display: none;
  }
}
.project-carousel .swiper-arrow .swiper-nav {
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 43%;
  left: -30px;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
@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) {
  .project-carousel .swiper-arrow .swiper-nav {
    left: 5px;
  }
}
.project-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.project-carousel .swiper-arrow .swiper-nav.swiper-prev {
  left: auto;
  right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .project-carousel .swiper-arrow .swiper-nav.swiper-prev {
    right: 5px;
  }
}

.project-item .project-img {
  height: 550px;
}
.project-item .project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .project-content {
  margin-top: 28px;
}
.project-item .project-content .title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 3px;
}
.project-item .project-content .title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.project-item .project-content .title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.project-item .project-content span {
  font-size: 16px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-text-body);
  text-transform: uppercase;
}

.project-cta-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}
.project-cta-wrapper-3 {
  margin-top: 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) {
  .project-cta-wrapper-3 {
    margin-top: 50px;
  }
}
.project-cta-wrapper-4 {
  margin-top: 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) {
  .project-cta-wrapper {
    margin-top: 50px;
  }
}
.project-cta-wrapper::before {
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.project-cta-wrapper .project-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 0px;
  background-color: #F0F0F0;
  border-radius: 100px;
  padding: 5px 72px;
  max-width: 789px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-cta-wrapper .project-cta {
    padding: 5px 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-cta-wrapper .project-cta {
    padding: 5px 45px;
    max-width: 732px;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-cta-wrapper .project-cta {
    padding: 5px 60px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .project-cta-wrapper .project-cta {
    border-radius: 0;
    padding: 15px 5px;
    justify-content: center;
  }
}
.project-cta-wrapper .project-cta .text {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-cta-wrapper .project-cta .text {
    margin-bottom: 10px;
  }
}
.project-cta-wrapper .project-cta .thumb img {
  margin-left: -20px;
}
.project-cta-wrapper .project-cta .thumb img:first-child {
  margin-left: 0;
}
.project-cta-wrapper .project-cta .link {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .project-cta-wrapper .project-cta .link {
    margin-top: 10px;
  }
}
.project-cta-wrapper .project-cta .link i {
  font-size: 14px;
}
.project-cta-wrapper .project-cta .link:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}

.awards__shape {
  margin-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .awards__shape {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .awards__shape {
    margin-bottom: 0px;
  }
}
.awards-desc {
  margin-bottom: 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) {
  .awards-desc {
    margin-bottom: 35px;
  }
}
.awards-desc p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .awards-desc p {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .awards-desc p br {
    display: none;
  }
}
.awards-title {
  margin-bottom: 17px;
}
.awards-title span {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 35px;
  line-height: 45px;
  color: var(--rr-heading-primary);
  margin-top: 70px;
  margin-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .awards-title span {
    font-size: 36px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .awards-title span {
    margin-top: 20px;
  }
}
@media (max-width: 575px), (max-width:320px) {
  .awards-title span {
    font-size: 30px;
    margin-top: 20px;
  }
}
.awards-title h2 {
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  font-size: 145px;
  line-height: 185px;
  text-transform: uppercase;
  color: 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) {
  .awards-title h2 {
    font-size: 118px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .awards-title h2 {
    font-size: 118px;
    line-height: 146px;
  }
}
@media (max-width: 575px), (max-width:320px) {
  .awards-title h2 {
    font-size: 73px;
    line-height: 108px;
  }
}
.awards-info {
  margin-top: -12px;
}
@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) {
  .awards-info {
    margin-bottom: 35px;
  }
}
.awards-info h2 {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 89px;
  color: #000000;
}
.awards-info h2 span {
  font-family: var(--rr-ff-heading) !important;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 89px !important;
  color: #000000;
}
.awards-info p {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-top: -10px;
}
.awards-content {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:320px) {
  .awards-content {
    margin-bottom: 25px;
  }
}
.awards-content-2 {
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:320px) {
  .awards-content-2 {
    justify-content: start;
  }
}
.awards-icon {
  max-width: 60px;
}
.awards-text {
  margin-left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .awards-text {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .awards-text {
    margin-left: 13px;
  }
}
.awards-text .title {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-fw-bold);
  font-size: 22px;
  line-height: 28px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .awards-text .title {
    font-size: 20px;
  }
}
@media (max-width: 575px), (max-width:320px) {
  .awards-text .title {
    font-size: 20px;
  }
}
.awards-text span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: var(--rr-fw-bold);
  font-size: 18px;
  line-height: 23px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px), (max-width:320px) {
  .awards-text span {
    font-size: 15px;
  }
}

.hero-section {
  overflow: hidden;
  position: relative;
}
.hero-section .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero-section .hero-fixed-text {
  background-color: var(--rr-heading-primary);
  position: absolute;
  top: 26.7%;
  right: 0;
  padding: 25px 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-section .hero-fixed-text {
    top: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-section .hero-fixed-text {
    display: none;
  }
}
.hero-section .hero-fixed-text span {
  color: var(--rr-common-white);
  font-size: 26px;
  font-weight: var(--rr-fw-bold);
  line-height: 1;
}
.hero-section .hero-fixed-text .text-title {
  color: var(--rr-common-white);
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 18px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 0;
}
.hero-section .hero-social-wrap {
  position: absolute;
  top: 27%;
  left: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-section .hero-social-wrap {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-section .hero-social-wrap {
    top: 65%;
  }
}
@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) {
  .hero-section .hero-social-wrap {
    display: none;
  }
}
.hero-section .hero-social-wrap span {
  color: var(--rr-heading-primary);
  font-size: 18px;
  font-weight: var(--rr-fw-bold);
  writing-mode: vertical-rl;
  padding: 13.5px 1.5px;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  font-family: var(--rr-ff-heading);
}
.hero-section .hero-social-wrap .social-list {
  list-style: none;
}
.hero-section .hero-social-wrap .social-list li a {
  color: #505050;
}
.hero-section .hero-social-wrap .social-list li a:hover {
  color: #0E0D0D;
}
.hero-section .hero-social-wrap .social-list li:not(:last-of-type) {
  margin-bottom: 17px;
}

.hero-container {
  max-width: 1320px;
}

.hero-content {
  margin: 214px 0 130px 0;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content {
    margin: 180px 0 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content {
    margin: 180px 0 70px 0;
  }
}
.hero-content .hero-img-wrap {
  max-width: 520px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-content .hero-img-wrap {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-img-wrap {
    right: 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) {
  .hero-content .hero-img-wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.hero-content .hero-img-wrap .hero-img {
  height: 460px;
  width: 460px;
  margin-right: auto;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-img-wrap .hero-img {
    height: 280px;
    width: 280px;
  }
}
.hero-content .hero-img-wrap .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hero-content .hero-img-wrap .hero-video {
  position: absolute;
  bottom: 43px;
  right: 9px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-img-wrap .hero-video {
    bottom: -30px;
  }
}
.hero-content .hero-img-wrap .hero-video a {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.hero-content .hero-img-wrap .hero-video a span {
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #0E0D0D;
}
.hero-content .hero-img-wrap .hero-video a .icon {
  background-color: var(--rr-heading-primary);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 5px solid var(--rr-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-white);
  font-size: 16px;
}
.hero-content .hero-img-wrap .hero-video a .icon i {
  font-size: 22px;
}
.hero-content .hero-desc {
  position: absolute;
  top: 0;
  right: -44px;
  padding-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-desc {
    position: relative;
    margin-top: 50px;
  }
}
.hero-content .hero-desc:before {
  background-color: #EEEEEE;
  content: "";
  width: 3000px;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0;
}
.hero-content .hero-desc p {
  color: var(--rr-heading-primary);
  font-size: 20px;
  font-weight: var(--rr-fw-bold);
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--rr-ff-heading);
}
.hero-content .hero-title {
  font-size: 145px;
  font-weight: var(--rr-fw-medium);
  text-transform: uppercase;
  line-height: 135px;
  font-family: var(--rr-ff-heading);
  letter-spacing: -0.05em;
}
@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: 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) {
  .hero-content .hero-title {
    font-size: 115px;
  }
}
@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) {
  .hero-content .hero-title {
    font-size: 90px;
    margin-top: -50px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-title {
    font-size: 40px;
  }
  .hero-content .hero-title br {
    display: none;
  }
}
.hero-content .hero-title .title-1 {
  padding-left: 128px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-title .title-1 {
    padding-left: 0;
  }
}
.hero-content .hero-title .title-icon {
  background-color: var(--rr-theme-primary);
  max-width: 208px;
  width: 100%;
  height: 104px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: translateY(-15px);
  margin-right: -13px;
}
@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) {
  .hero-content .hero-title .title-icon {
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-title .title-icon {
    display: none;
  }
}
.hero-content .hero-desc-wrap {
  display: flex;
  align-items: start;
  column-gap: 50px;
  padding-left: 225px;
  margin: 43px 0 64px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-desc-wrap {
    padding-left: 110px;
  }
}
@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) {
  .hero-content .hero-desc-wrap {
    padding-left: 0;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-desc-wrap {
    margin: 40px 0;
  }
}
.hero-content .hero-desc-wrap .hero-scroll a {
  display: inline-block;
  padding: 26px 18.5px;
  border-radius: 100px;
  border: 1px solid #EEEEEE;
}
.hero-content .hero-desc-wrap p {
  max-width: 425px;
  width: 100%;
  font-size: 22px;
  font-weight: var(--rr-fw-medium);
  margin-bottom: 0;
}
@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) {
  .hero-content .hero-desc-wrap p {
    font-size: 18px;
    max-width: 370px;
    width: 100%;
  }
}
.hero-content .hero-btn {
  padding-left: 327px;
}
.hero-content .hero-btn .rr-btn {
  font-family: var(--rr-ff-heading);
  color: var(--rr-heading-primary);
  font-weight: var(--rr-fw-bold);
  font-style: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 20.5px 36px;
  background: var(--rr-theme-primary);
}
.hero-content .hero-btn .rr-btn:hover {
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content .hero-btn {
    padding-left: 112px;
  }
}
@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) {
  .hero-content .hero-btn {
    padding-left: 0;
  }
}

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

.footer-top {
  padding-top: 120px;
  padding-bottom: 50px;
  margin-bottom: 47px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.footer-top .footer-logo {
  width: 350px;
  height: 42px;
}
@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-top .footer-top-content {
    margin-top: 30px;
  }
}
.footer-top .footer-top-content-3 {
  margin-left: 15px;
}
@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-top .footer-top-content-3 {
    margin-left: 0px;
  }
}
.footer-top .footer-top-content .footer-title {
  color: var(--rr-common-white);
  font-size: 35px;
  font-weight: var(--rr-fw-bold);
  margin-bottom: 0;
  margin-bottom: 37px;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-top .footer-top-content .footer-title {
    font-size: 30px;
  }
  .footer-top .footer-top-content .footer-title br {
    display: none;
  }
}
.footer-top .footer-top-content .footer-social {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
  list-style: none;
}
.footer-top .footer-top-content .footer-social li a {
  background-color: #171616;
  padding: 8px 20px;
  border-radius: 100px;
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-size: 16px;
  font-weight: var(--rr-fw-medium);
  display: flex;
  align-items: center;
  column-gap: 7px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.footer-top .footer-top-content .footer-social li a:hover {
  color: var(--rr-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 31px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  font-family: var(--rr-ff-heading);
  color: var(--rr-common-white);
  font-size: 28px;
  font-weight: var(--rr-fw-bold);
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .widget-header .widget-title {
    font-size: 25px;
  }
}
.footer-widget .widget-header .widget-title-4 {
  font-family: var(--rr-ff-heading-3);
  color: var(--rr-common-white);
  font-size: 28px;
  font-weight: var(--rr-fw-bold);
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .widget-header .widget-title-4 {
    font-size: 25px;
  }
}
.footer-widget p {
  color: #999999;
  font-size: 18px;
  font-weight: var(--rr-fw-medium);
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  line-height: 1;
}
.footer-widget .footer-list li a {
  font-family: var(--rr-ff-heading);
  color: #999999;
  font-size: 18px;
  font-weight: var(--rr-fw-medium);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-list li a {
    font-size: 16px;
  }
}
.footer-widget .footer-list li a:hover {
  color: var(--rr-theme-primary);
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 22px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 30px;
}
.footer-widget .footer-form .form-control {
  background-color: #171616;
  padding: 23px 64px 23px 25px;
  color: #999999;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.footer-widget .footer-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
.footer-widget .footer-form .form-control:-moz-placeholder { /* Firefox 4-18 */
  color: #999999;
}
.footer-widget .footer-form .form-control:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #999999;
}
.footer-widget .footer-form .form-control::placeholder { /* MODERN BROWSER */
  color: #999999;
}
.footer-widget .footer-form .submit {
  color: #C4EE18;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: var(--rr-fw-medium);
  border-radius: 50%;
}
.footer-widget .form-check {
  margin-top: 30px;
}
.footer-widget .form-check .form-check-input {
  background-color: var(--rr-border-1);
  border: none;
  box-shadow: none;
  height: 17px;
  width: 17px;
}
.footer-widget .form-check .form-check-input:checked[type=checkbox] {
  box-shadow: none;
}
.footer-widget .form-check .form-check-label {
  font-size: 16px;
  font-weight: var(--rr-fw-regular);
  cursor: pointer;
}
.footer-widget.footer-col-3 {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  max-width: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.footer-col-3 {
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
  }
}
.footer-widget .footer-pdf {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
  margin-top: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .footer-pdf {
    margin-top: 50px;
  }
}
.footer-widget .footer-pdf .icon {
  background-color: var(--rr-theme-primary);
  color: var(--rr-heading-primary);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-widget .footer-pdf .content .pdf-title {
  color: var(--rr-common-white);
  font-size: 18px;
  font-weight: var(--rr-fw-bold);
  line-height: 1;
  margin-bottom: 5px;
}
.footer-widget .footer-pdf .content span {
  color: #999999;
  font-size: 16px;
  font-weight: var(--rr-fw-regular);
  line-height: 1;
}

.footer-wrap-2 {
  margin-top: 20px;
}

.copyright-area {
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding: 20px 0;
  margin-top: 52px;
}

.copyright-content {
  align-items: center;
  justify-content: center;
}
.copyright-content p {
  color: #999999;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.copyright-content p span {
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.contact-2__shapes .shape-1 {
  position: absolute;
  top: 114px;
  left: 0;
}
.contact-2__wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-2__wrapper .title {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 145px;
  line-height: 140px;
  letter-spacing: -0.04em;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-2__wrapper .title {
    font-size: 125px;
    line-height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .contact-2__wrapper .title {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-2__wrapper .title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact-2__wrapper .title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.contact-2__wrapper .dec {
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
  font-style: normal;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.04em;
  color: #999999;
  margin-bottom: 87px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-2__wrapper .dec br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-2__wrapper .dec {
    margin-bottom: 50px;
  }
}
.contact-2__btn {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0.05em;
  color: var(--rr-theme-primary);
  border: 1px solid rgba(153, 153, 153, 0.1);
  border-radius: 100px;
  padding: 20px 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .contact-2__btn {
    font-size: 20px;
    line-height: 35px;
    padding: 15px 20px;
  }
}
.contact-2__btn:hover {
  color: var(--rr-common-white);
}

.project-section-2 {
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2 {
    margin: 0 15px;
  }
}

.project-item_2 .project-thumb {
  max-width: 785px;
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item_2 .project-thumb {
    max-width: 724px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item_2 .project-thumb {
    max-width: 100%;
    height: 460px;
  }
}
@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) {
  .project-item_2 .project-thumb {
    max-width: 100%;
    height: 100%;
  }
}
.project-item_2 .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-item-2-4 {
  margin-top: 34px;
  max-width: 785px;
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
  margin-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) {
  .project-item-2-4 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item-2-4 {
    margin-top: 0px;
    max-width: 525px;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    margin-left: 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) {
  .project-item-2-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2-4 {
    max-width: 100%;
  }
  .project-item-2-4 .project-thumb {
    max-width: 100%;
  }
}
.project-item-2 .project-thumb {
  max-width: 785px;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .project-item-2 .project-thumb {
    max-width: 635px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item-2 .project-thumb {
    max-width: 558px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item-2 .project-thumb {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item-2 .project-thumb {
    max-width: 520px;
    height: 550px;
  }
}
.project-item-2 .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2 .project-thumb {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .project-item-2 .project-thumb {
    height: 300px;
  }
}
.project-item-2 .project-thumb-2 {
  max-width: 785px;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@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) {
  .project-item-2 .project-thumb-2 {
    height: 450px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .project-item-2 .project-thumb-2 {
    max-width: 785px;
  }
}
.project-item-2.big .project-thumb {
  max-width: 765px;
  width: 100%;
  height: 840px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .project-item-2.big .project-thumb {
    max-width: 735px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item-2.big .project-thumb {
    max-width: 588px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item-2.big .project-thumb {
    max-width: 100%;
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item-2.big .project-thumb {
    max-width: 520px;
    height: 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) {
  .project-item-2.big {
    max-width: 100%;
  }
  .project-item-2.big .project-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .project-item-2.big .project-thumb {
    height: 300px;
  }
}
.project-item-2.medium {
  margin-right: auto;
  margin-top: 105px;
}
@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) {
  .project-item-2.medium {
    margin-top: 30px;
  }
}
.project-item-2.medium .project-thumb {
  max-width: 738px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.medium .project-thumb {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.medium {
    max-width: 100%;
  }
  .project-item-2.medium .project-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .project-item-2.medium .project-thumb {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 768px) and (max-width: 992px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) and (min-width: 768px) and (max-width: 992px), only screen and (max-width: 575px) and (min-width: 992px) and (max-width: 1199px) {
  .project-item-2.medium .project-thumb-3 {
    margin-top: 34px;
  }
}
.project-item-2.small {
  max-width: 575px;
  margin: 0 auto;
}
.project-item-2.small .project-thumb {
  max-width: 520px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .project-item-2.small .project-thumb {
    max-width: 545px;
  }
}
@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) {
  .project-item-2.small .project-thumb {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.small .project-thumb {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.small {
    max-width: 100%;
  }
  .project-item-2.small .project-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .project-item-2.small .project-thumb {
    height: 300px;
  }
}
.project-item-2.item-2 {
  max-width: 765px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.item-2 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item-2.item-2 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.item-2 {
    max-width: 100%;
  }
  .project-item-2.item-2 .project-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .project-item-2.item-2 .project-thumb {
    height: 300px;
  }
}
.project-item-2.item-5 {
  margin-top: 33px;
}
.project-item-2.item-6 {
  max-width: 785px;
  width: 100%;
  margin-right: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-2.item-6 {
    max-width: 100%;
  }
  .project-item-2.item-6 .project-thumb {
    max-width: 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) {
  .project-item-2 {
    max-width: 100%;
  }
  .project-item-2 .project-thumb {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) and (max-width: 575px), (max-width: 575px) and (max-width: 575px) {
  .project-item-2 .project-thumb {
    height: 300px;
  }
}

.project-bottom-btn {
  margin-top: 70px;
}
.project-bottom-btn-2 {
  margin-top: 0px;
}
.project-bottom-btn a {
  font-family: var(--rr-ff-heading-2);
  background-color: var(--rr-theme-primary);
  height: 170px;
  width: 170px;
  margin: 0 auto;
  color: var(--rr-heading-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
}
.project-bottom-btn-4 {
  margin-top: -33px;
}

.item-8 {
  max-width: 785px;
  height: 700px;
  margin-top: 173px;
  margin-left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .item-8 {
    margin-left: 28px;
  }
}
@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) {
  .item-8 {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.item-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .item-8 {
    height: 100%;
  }
}

.service-section-2 {
  background: #050505;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-section-2 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}

.service-wrap-1 {
  padding-top: 0;
  border-top: none;
}
.service-wrap-1 .about-content .about-desc-1 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  color: #FFFFFF;
  letter-spacing: 0px;
  margin-left: 27px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrap-1 .about-content .about-desc-1 {
    margin-left: 0px;
  }
  .service-wrap-1 .about-content .about-desc-1 br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .service-wrap-1 .about-content .about-desc-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-wrap-1 .about-content .about-desc-1 {
    font-size: 53px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-wrap-1 .about-content .about-desc-1 {
    font-size: 43px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-wrap-1 .about-content .about-desc-1 {
    margin-top: 30px;
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 575px) {
  .service-wrap-1 .about-content .about-desc-1 {
    font-size: 25px;
    line-height: 40px;
  }
}

.service-item-2 {
  background-color: #171616;
  padding: 50px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item-2 {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item-2 {
    padding: 40px 20px;
  }
}
.service-item-2 .icon {
  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) {
  .service-item-2 .icon {
    margin-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .service-item-2 .icon {
    margin-bottom: 50px;
  }
}
.service-item-2 .service-content .title {
  font-family: var(--rr-ff-heading-2);
  color: var(--rr-common-white);
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item-2 .service-content .title {
    font-size: 25px;
  }
}
.service-item-2 .service-content .title a:hover {
  color: var(--rr-theme-primary);
}
.service-item-2 .service-content p {
  font-family: var(--rr-ff-body-2);
  color: #999999;
  font-size: 18px;
  line-height: 26px;
  font-weight: var(--rr-fw-regular);
}
.service-item-2 .service-content .service-shape-2 {
  margin-top: 25px;
  margin-bottom: 35px;
}
.service-item-2 .service-content .service-btn {
  display: flex;
  align-items: center;
}
.service-item-2 .service-content .service-btn .rr-btn {
  background-color: transparent;
  color: var(--rr-common-white);
  border-radius: 100px;
  border: 1px solid #999999;
}
.service-item-2 .service-content .service-btn .rr-btn img {
  filter: brightness(0) invert(1);
}
.service-item-2 .service-content .service-btn .rr-btn:before {
  background-color: var(--rr-theme-primary);
}
.service-item-2 .service-content .service-btn .rr-btn:hover {
  color: var(--rr-heading-primary);
  border-color: var(--rr-theme-primary);
}
.service-item-2 .service-content .service-btn .rr-btn:hover img {
  filter: brightness(0) invert(0);
}

.service-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-text-wrap .service-text {
  background-color: #171616;
  font-family: var(--rr-ff-heading-2);
  color: var(--rr-common-white);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  justify-content: center;
  margin-top: 70px;
  padding: 24px 40.3px;
  border-radius: 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) {
  .service-text-wrap .service-text {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-text-wrap .service-text {
    display: none;
  }
}
.service-text-wrap .service-text span {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  letter-spacing: 1px;
}
.service-text-wrap .service-text a {
  color: var(--rr-theme-primary);
  display: inline-flex;
  align-items: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2fe9ff;
  display: flex;
  align-items: center;
}
.service-text-wrap .service-text a i {
  margin-left: 11px;
  margin-top: 4px;
}

.team-section {
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section {
    margin: 0 15px;
  }
}

.team-carousel {
  padding-bottom: 115px;
}
.team-carousel-2 {
  padding-bottom: 20px;
}
.team-carousel-3 {
  padding-bottom: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel {
    padding-bottom: 0;
  }
}
.team-carousel .swiper-pagination {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination {
    max-width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination {
    display: none;
  }
}
.team-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #EEEEEE;
  max-width: 150px;
  width: 100%;
  height: 1px;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination .swiper-pagination-bullet {
    max-width: 100px;
  }
}
.team-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-heading-primary);
}
.team-carousel .swiper-arrow {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-arrow {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-arrow {
    display: none;
  }
}
.team-carousel .swiper-arrow .swiper-nav {
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.team-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
}

.team-info {
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-info {
    margin-bottom: 40px;
  }
}
.team-info .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 84px;
  color: #0E0D0D;
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-info .title {
    font-size: 56px;
    line-height: 78px;
  }
}
@media (max-width: 575px) {
  .team-info .title {
    font-size: 46px;
    line-height: 55px;
  }
}
.team-info .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-info .dec br {
    display: none;
  }
}
@media (max-width: 575px) {
  .team-info .dec {
    font-size: 16px;
  }
}

.team-item {
  text-align: center;
}
.team-item .team-thumb {
  background-color: var(--rr-heading-primary);
  height: 340px;
  max-width: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team-item .team-thumb {
    height: 240px;
    max-width: 240px;
  }
}
.team-item .team-content .title {
  font-family: var(--rr-ff-heading-2);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.team-item .team-content span {
  font-family: var(--rr-ff-body-2);
  font-size: 18px;
  font-weight: var(--rr-fw-regular);
}

.fact {
  display: flex;
  justify-content: space-between;
}
@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 {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact {
    column-count: 2;
    display: block;
  }
}
@media (max-width: 575px) {
  .fact {
    column-count: 1;
    display: block;
  }
}
@media (max-width: 575px) {
  .fact {
    justify-content: center;
  }
}
.fact__item {
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__item {
    margin-bottom: 30px;
  }
}
.fact__item:first-child {
  margin-left: 40px;
  margin-right: 48px;
}
@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) {
  .fact__item:first-child {
    margin-left: 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) {
  .fact__item:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fact__item h2 {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 45px;
  color: #0E0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__item h2 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fact__item h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact__item h2 {
    font-size: 55px;
  }
}
.fact__item h2 .odometer.odometer-auto-theme,
.fact__item h2 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-heading-2);
  line-height: 1.1em;
}
.fact__item p {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  text-align: center;
}
.fact__item .divider-shape {
  position: absolute;
  right: -184px;
  bottom: -5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fact__item .divider-shape {
    right: -103px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__item .divider-shape {
    right: -83px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__item .divider-shape {
    right: -46px;
  }
}
@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__item .divider-shape {
    display: none;
  }
}
.fact__item .divider-shape-2 {
  right: -143px;
  bottom: -5px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fact__item .divider-shape-2 {
    right: -73px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__item .divider-shape-2 {
    right: -53px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__item .divider-shape-2 {
    right: -17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fact__item .divider-shape-2 {
    right: -17px;
  }
}
@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__item .divider-shape-2 {
    display: none;
  }
}
.fact__item .divider-shape-3 {
  right: -146px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fact__item .divider-shape-3 {
    right: -73px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__item .divider-shape-3 {
    right: -53px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__item .divider-shape-3 {
    right: -17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__item .divider-shape-3 {
    right: -50px;
  }
}
.fact__item .divider-shape img {
  height: 100%;
  width: 100%;
}
.fact__item-2 h2 {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 45px;
  color: #0E0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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) {
  .fact__item-2 h2 {
    font-size: 75px;
  }
}
.fact__item-2 h2 .odometer.odometer-auto-theme,
.fact__item-2 h2 .odometer.odometer-theme-default {
  font-family: "Space Grotesk";
  line-height: 1.1em;
}

.section-sub-title {
  margin-bottom: 49px;
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
}
@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-sub-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-sub-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-sub-title {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 37px;
  }
}
@media (max-width:320px), (max-width:376px) {
  .section-sub-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-sub-title-2 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-sub-title-2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-sub-title-2 {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 37px;
  }
  .section-sub-title-2 br {
    display: none;
  }
}
@media (max-width:320px), (max-width:376px) {
  .section-sub-title-2 {
    font-size: 18px;
    line-height: 30px;
  }
  .section-sub-title-2 br {
    display: none;
  }
}

.award-section-2__main-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 608px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .award-section-2__main-wrapper {
    gap: 553px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .award-section-2__main-wrapper {
    gap: 442px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .award-section-2__main-wrapper {
    gap: 162px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award-section-2__main-wrapper {
    gap: 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) {
  .award-section-2__main-wrapper {
    flex-wrap: wrap;
    gap: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section-2__main-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .award-section-2__main-wrapper {
    gap: inherit;
  }
}
.award-section-2__part1 {
  margin-top: 16px;
}
.award-section-2__part1 .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--rr-heading-primary);
  border: var(--rr-border-primary);
  border-radius: 100px;
  padding: 3px 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-2__part1 .sub-title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-2__part1 .sub-title {
    font-size: 16px;
  }
}
.award-section-2__part2 {
  max-width: 1005px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award-section-2__part2 {
    max-width: 100%;
    padding: 0px 20px;
  }
}
.award-section-2__part2 .section-title {
  font-size: 70px;
  line-height: 80px;
  display: flex;
  align-items: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-black);
  margin-bottom: 105px;
}
@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) {
  .award-section-2__part2 .section-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section-2__part2 .section-title {
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section-2__part2 .section-title {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-2__part2 .section-title {
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .award-section-2__part2 .section-title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 80px;
  }
}
.award-section-2__part2 .section-title-2 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #0E0D0D;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-2__part2 .section-title-2 br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .award-section-2__part2 .section-title-2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section-2__part2 .section-title-2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-2__part2 .section-title-2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .award-section-2__part2 .section-title-2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.award-section-2__part1-wrapper a:hover .award-item-wrap img {
  margin-left: 35px;
  filter: brightness(0) invert(1);
}
.award-section-2__part1-wrapper a:hover .award-item-wrap .award-text {
  color: var(--rr-common-white);
}
.award-section-2__part1-wrapper a:hover .award-item {
  background: #212121;
}
.award-section-2__part1-wrapper a:hover .award-item .award-desc {
  margin-right: 35px;
  color: var(--rr-common-white);
}
.award-section-2__part1-wrapper .award-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--rr-border-primary);
  padding: 38px 0;
  transition: all 0.5s ease-in-out;
}
.award-section-2__part1-wrapper .award-item-2 {
  border-bottom: none;
}
@media (max-width: 575px) {
  .award-section-2__part1-wrapper .award-item {
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
  }
}
.award-section-2__part1-wrapper .award-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 130px;
}
.award-section-2__part1-wrapper .award-item-wrap img {
  transition: all 0.5s ease-in-out;
  width: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-2__part1-wrapper .award-item-wrap {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .award-section-2__part1-wrapper .award-item-wrap {
    flex-wrap: wrap;
    gap: 28px;
    column-gap: 104px;
  }
}
.award-section-2__part1-wrapper .award-item-wrap .award-text {
  font-size: 25px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-2__part1-wrapper .award-item-wrap .award-text {
    font-size: 18px;
  }
}
.award-section-2__part1-wrapper .award-item .award-desc {
  font-size: 25px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-2__part1-wrapper .award-item .award-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .award-section-2__part1-wrapper .award-item .award-desc {
    display: flex;
    justify-content: center;
    font-size: 18px;
    width: 100%;
  }
}

.fact-item-3 {
  margin-left: 30px;
}
@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-item-3 {
    margin-left: 0;
  }
}
.fact-item-3-2 {
  margin-left: 40px;
}
@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-item-3-2 {
    margin-left: 0px;
  }
}

.fact-item-4 {
  margin-right: 15px;
}
@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-item-4 {
    margin-right: 0;
  }
}

.awards-section {
  background-color: #ffe600;
  padding: 80px 0;
  text-align: left;
  font-family: "Helvetica Neue", sans-serif;
}
.awards-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.awards-section .heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.awards-section .heading span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.awards-section .heading h2 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.awards-section .description {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  max-width: 600px;
}

.team-carousel-wrap-2 {
  padding-bottom: 75px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
  .team-carousel-wrap-2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .team-carousel-wrap-2 {
    padding-bottom: 50px;
  }
}

.team-section {
  overflow: hidden;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section {
    margin: 0 15px;
  }
}

.team-carousel {
  padding-bottom: 115px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel {
    padding-bottom: 0;
  }
}
.team-carousel-3 {
  padding-bottom: 0px;
}
.team-carousel .swiper-pagination {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination {
    max-width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination {
    display: none;
  }
}
.team-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #EEEEEE;
  max-width: 150px;
  width: 100%;
  height: 1px;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-pagination .swiper-pagination-bullet {
    max-width: 100px;
  }
}
.team-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--rr-heading-primary);
}
.team-carousel .swiper-arrow {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-arrow {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-carousel .swiper-arrow {
    display: none;
  }
}
.team-carousel .swiper-arrow .swiper-nav {
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.team-carousel .swiper-arrow .swiper-nav:hover {
  background-color: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
}

.team-item {
  text-align: center;
}
.team-item .team-thumb {
  background-color: var(--rr-heading-primary);
  height: 340px;
  max-width: 340px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team-item .team-thumb {
    height: 250px;
    max-width: 250px;
  }
}
.team-item .team-content .title {
  font-family: var(--rr-ff-heading-2);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.team-item .team-content .title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.team-item .team-content .title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.team-item .team-content span {
  font-family: var(--rr-ff-body-2);
  font-size: 18px;
  font-weight: var(--rr-fw-regular);
}

.solutions-section-3__item {
  display: flex;
  border-bottom: var(--rr-border-primary);
  padding: 68px 50px 68px 65px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .solutions-section-3__item {
    padding: 50px 50px 50px 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .solutions-section-3__item {
    padding: 50px 15px 50px 15px;
  }
}
@media (max-width: 575px) {
  .solutions-section-3__item {
    padding: 30px 15px 30px 15px;
  }
}
.solutions-section-3__item .wrapper {
  display: flex;
  gap: 157px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.solutions-section-3__item .wrapper-one {
  display: flex;
  gap: 151px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.solutions-section-3__item .wrapper-two {
  display: flex;
  gap: 144px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.solutions-section-3__item .wrapper-three {
  display: flex;
  gap: 156px;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .solutions-section-3__item .wrapper {
    gap: 23px;
  }
}
@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) {
  .solutions-section-3__item .wrapper {
    display: block;
  }
}
.solutions-section-3__item .title .title-text {
  font-size: 35px;
  line-height: 45px;
  display: flex;
  align-items: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .solutions-section-3__item .title .title-text {
    font-size: 28px;
  }
}
@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) {
  .solutions-section-3__item .title .title-text {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .solutions-section-3__item .title .title-text {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
.solutions-section-3__item .content .desc {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
}
@media (max-width: 575px) {
  .solutions-section-3__item .content .desc {
    font-size: 17px;
  }
}
@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) {
  .solutions-section-3__item .content .desc br {
    display: none;
  }
}
.solutions-section-3__item .content-one .desc {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .solutions-section-3__item .content-one .desc {
    font-size: 16px;
  }
}
@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) {
  .solutions-section-3__item .content-one .desc br {
    display: none;
  }
}
@media (max-width: 575px) {
  .solutions-section-3__item .content-one .desc {
    font-size: 17px;
  }
}
.solutions-section-3__item .content-one .ruhe-white-btn-group {
  margin-top: 52px;
}
.solutions-section-3__item .content .ruhe-white-btn-group {
  margin-top: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .solutions-section-3__item .content .ruhe-white-btn-group {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .solutions-section-3__item .content .ruhe-white-btn-group {
    margin-top: 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), (max-width: 575px) {
  .solutions-section-3__item .thumb {
    margin-top: 30px;
  }
}
.solutions-section-3__item .thumb img {
  width: 100%;
  border-radius: 20px;
}
.solutions-section-3__item-4 {
  border-bottom: none;
}

.cta-section-3__area {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-3__area {
    margin: 0 15px;
  }
}
.cta-section-3__area::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.cta-section-3__area .cta-wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 96px;
  background: var(--rr-common-white);
  border: var(--rr-border-primary);
  border-radius: 100px;
  padding: 19px 18px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cta-section-3__area .cta-wrapper {
    max-width: 100%;
    padding: 19px 24px;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-3__area .cta-wrapper {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
  }
}
@media (max-width: 575px) {
  .cta-section-3__area .cta-wrapper {
    border: none;
  }
}
.cta-section-3__area .cta-wrapper .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-3__area .cta-wrapper .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cta-section-3__area .cta-wrapper .wrap .cta-thumb {
  display: flex;
  align-items: center;
}
.cta-section-3__area .cta-wrapper .wrap .cta-thumb .img-1 {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rr-heading-primary);
  z-index: 2;
}
.cta-section-3__area .cta-wrapper .wrap .cta-thumb .img-1 img {
  max-width: inherit;
}
.cta-section-3__area .cta-wrapper .wrap .cta-thumb .img-2 {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  margin-left: -9px;
}
.cta-section-3__area .cta-wrapper .wrap .content .desc {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-3__area .cta-wrapper .wrap .content .desc br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cta-section-3__area .cta-wrapper .wrap .content .desc {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-3__area .cta-wrapper .wrap .content .desc {
    font-size: 18px;
  }
}
.cta-section-3__area .cta-wrapper .cta-btn {
  display: flex;
  font-size: 15px;
  line-height: 18px;
  border-radius: 30px;
  padding: 21px 38.5px;
  letter-spacing: 0.05em;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  background: var(--rr-heading-primary);
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
}
.cta-section-3__area .cta-wrapper .cta-btn:hover {
  background: var(--rr-theme-primary);
  color: var(--rr-common-black);
}
.cta-section-3__area .cta-wrapper .cta-btn:hover img {
  filter: brightness(0) saturate(100%) invert(0);
}
.cta-section-3__area .cta-wrapper .cta-btn img {
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cta-section-3__area .cta-wrapper .cta-btn {
    font-size: 13px;
  }
}

.award-section__wrap .item-3 .rr-hover-reveal-bg {
  width: 139px;
  height: 244px;
}
.award-section__content {
  column-gap: 141px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section__content {
    column-gap: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section__content {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section__content {
    column-gap: 80px;
  }
}
.award-section__year span {
  color: rgba(69, 48, 48, 0.7);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  transition: 0.3s;
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
  .award-section__year span {
    margin-right: 30px;
  }
}
.award-section__year-3 span {
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .award-section__year-3 span {
    font-size: 17px;
  }
}
.award-section__year-3 .date {
  margin-left: 28px;
}
@media (max-width: 575px) {
  .award-section__year-3 .date {
    margin-left: 0px;
  }
}
.award-section__year-3 .date-one {
  margin-left: 1px;
}
.award-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  color: #453030;
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .award-section__title {
    font-size: 17px;
  }
}
.award-section__title-box {
  display: flex;
  align-items: center;
  column-gap: 265px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section__title-box {
    column-gap: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section__title-box {
    column-gap: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section__title-box {
    display: block;
  }
}
.award-section__title-box span {
  color: #403C38;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
  .award-section__title-box span {
    font-size: 11px;
  }
}
.award-section__title-3 {
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  text-transform: capitalize;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section__title-3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .award-section__title-3 {
    font-size: 17px;
    line-height: 45px;
  }
}
.award-section__subtitle {
  font-family: var(--rr-ff-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: rgba(69, 48, 48, 0.7);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .award-section__subtitle {
    font-size: 15px;
  }
}
.award-section__item {
  padding: 27px 0;
  position: relative;
  border-radius: 10px;
  transition: 0.3s;
}
.award-section__item:hover {
  padding-left: 40px;
  padding-right: 30px;
  background-color: #EEE7DF;
}
@media (max-width: 575px) {
  .award-section__item:hover {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.award-section__item:hover .award-section__link span {
  color: #fff;
  background-color: #453030;
}
.award-section__item:hover .award-section__link span i {
  transform: rotate(0);
}
.award-section__item.item-2 .award-section__title-box {
  column-gap: 184px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section__item.item-2 .award-section__title-box {
    column-gap: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section__item.item-2 .award-section__title-box {
    column-gap: 20px;
  }
}
.award-section__item.item-3 .award-section__title-box {
  column-gap: 308px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section__item.item-3 .award-section__title-box {
    column-gap: 193px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section__item.item-3 .award-section__title-box {
    column-gap: 143px;
  }
}
.award-section__item.item-4 .award-section__title-box {
  column-gap: 278px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section__item.item-4 .award-section__title-box {
    column-gap: 163px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section__item.item-4 .award-section__title-box {
    column-gap: 113px;
  }
}
.award-section__item-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: inherit;
}
.award-section__item-3:hover {
  background: inherit;
}
.award-section__item-3:hover .award-section__title-3 {
  color: #2fe9ff;
}
.award-section__item-3:hover .award-section__year-3 span {
  color: #2fe9ff;
}
.award-section__item-3:last-child {
  border: none;
  padding-bottom: 5px;
}

.award-section__item .rr-hover-reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 174px;
  height: 259px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.award-section__item:hover .rr-hover-reveal-bg {
  opacity: 1;
}

.award-section-3__wraper {
  display: flex;
  justify-content: space-between;
}
@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) {
  .award-section-3__wraper {
    flex-wrap: wrap;
  }
}
@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) {
  .award-section-3__wraper .part1 {
    display: flex;
    justify-content: start;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-3__wraper .part1 {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .award-section-3__wraper .part1 {
    flex-wrap: wrap;
  }
}
.award-section-3__wraper .part1 .award-image img {
  margin-left: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), (max-width: 575px) {
  .award-section-3__wraper .part1 .award-image img {
    margin-left: 0;
  }
}
.award-section-3__wraper .part2 {
  max-width: 1005px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-3__wraper .part2 {
    max-width: 100%;
  }
}
.award-section-3__wraper .part2 .section-title {
  font-size: 50px;
  line-height: 60px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  margin-bottom: 91px;
}
@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) {
  .award-section-3__wraper .part2 .section-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-section-3__wraper .part2 .section-title {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-section-3__wraper .part2 .section-title {
    font-size: 44px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award-section-3__wraper .part2 .section-title {
    font-size: 34px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-3__wraper .part2 .section-title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .award-section-3__wraper .part2 .section-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
.award-section-3__wraper .part2 .section-title.text-invert > div {
  background-image: linear-gradient(to right, #FFFFFF 50%, #505050 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.award-section-3__wraper .part2 .award-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .award-section-3__wraper .part2 .award-section__content {
    flex-wrap: wrap;
  }
}
.award-section-3__wrap .sub-title {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  align-items: center;
  border-radius: 100px;
  padding: 3px 9px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading-2);
  font-weight: 400;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 128px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award-section-3__wrap .sub-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .award-section-3__wrap .sub-title {
    font-size: 15px;
    margin-bottom: 60px;
  }
}

.services-section__item2 .services-list-wrap.active.move-right {
  transform: translateX(0);
  transition: all 0.9s ease;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.thumb {
  visibility: visible;
}

.ai-features-5__wrapper {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ai-features-5__wrapper {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__wrapper {
    padding: 70px 10px;
  }
}
.ai-features-5__thumb {
  max-width: 785px;
  max-height: 926px;
}
.ai-features-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ai-features-5__thumb img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__thumb {
    margin-bottom: 30px;
  }
}
.ai-features-5__top {
  padding-bottom: 48px;
  margin-bottom: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
  .ai-features-5__top {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.ai-features-5__top .text_white {
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-features-5__top .section-heading__wrap .section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-features-5__top .section-heading__wrap .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
.ai-features-5__content {
  padding-right: 40px;
}
@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) {
  .ai-features-5__content {
    padding-right: 20px;
  }
}
.ai-features-5__card {
  gap: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 62px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
  .ai-features-5__card {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__card {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .ai-features-5__card {
    flex-wrap: wrap;
  }
}
.ai-features-5__card:last-of-type {
  margin-bottom: 0;
}
.ai-features-5__title {
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__title {
    font-size: 30px;
    line-height: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .ai-features-5__title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .ai-features-5__title {
    font-size: 20px;
  }
}
.ai-features-5__dec {
  font-weight: 400;
  font-size: 18px;
  max-width: 642px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: rgb(153, 153, 153);
  font-family: var(--rr-ff-body-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .ai-features-5__dec {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ai-features-5__dec br {
    display: none;
  }
}

.fact-wrap_5 {
  margin-bottom: -30px;
}
.fact-wrap_5 .fact-item-2 h2 {
  font-family: var(--rr-ff-heading);
}
.fact-wrap_5 .fact-item-2 h2 .odometer.odometer-auto-theme,
.fact-wrap_5 .fact-item-2 h2 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-heading);
}

/*----------------------------------------*/
/*----------------------------------------*/
/* 8.1 services
/*----------------------------------------*/
.services-section__area {
  position: relative;
}
.services-section__area::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.services-section__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1225px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section-subtl .sub-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .services-section-subtl .sub-title {
    margin-bottom: 0;
  }
}
.services-section__item1 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-section__item1 {
    flex-wrap: wrap;
  }
}
.services-section__part2 {
  max-width: 675px;
}
.services-section__part2 .title {
  font-size: 50px;
  line-height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-section__part2 .title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__part2 .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .services-section__part2 .title {
    font-size: 30px;
    line-height: 43px;
  }
}
.services-section__part2 .desc {
  display: flex;
  font-family: var(--rr-ff-heading);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 49px 0px 126px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__part2 .desc {
    font-size: 17px;
    margin: 17px 0px 80px 0px;
  }
}
@media (max-width: 575px) {
  .services-section__part2 .desc {
    font-size: 16px;
    margin: 20px 0px 50px 0px;
  }
  .services-section__part2 .desc br {
    display: none;
  }
}
.services-section__item2 .services-list {
  position: relative;
  z-index: 2;
}
.services-section__item2 .services-list li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.9s ease;
}
@media (max-width: 575px) {
  .services-section__item2 .services-list li {
    margin-bottom: 0;
  }
}
.services-section__item2 .services-list li.move-right {
  transform: translateX(47%);
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-section__item2 .services-list li.move-right {
    transform: translateX(44.5%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-section__item2 .services-list li.move-right {
    transform: translateX(40%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services-section__item2 .services-list li.move-right {
    transform: translateX(16%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__item2 .services-list li.move-right {
    transform: translateX(27%);
  }
}
@media (max-width: 575px) {
  .services-section__item2 .services-list li.move-right {
    transform: translateX(18%);
  }
}
.services-section__item2 .services-list li a {
  font-size: 70px;
  line-height: 89px;
  display: flex;
  align-items: center;
  color: #999999;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__item2 .services-list li a {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .services-section__item2 .services-list li a {
    font-size: 27px;
    line-height: 60px;
  }
}
.services-section__item2 .services-list li a.active {
  color: var(--rr-common-white);
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.services-section__item2 .services-list-contents {
  display: block;
}
.services-section__item2 .services-list-contents .services-list-wrap {
  display: none;
  position: relative;
  z-index: 1;
}
.services-section__item2 .services-list-contents .services-list-wrap.active {
  display: flex;
}
.services-section__item2 .services-list-wrap {
  display: flex;
  gap: 162px;
  margin-top: 25px;
  padding: 47px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-section__item2 .services-list-wrap {
    gap: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .services-section__item2 .services-list-wrap {
    gap: 0px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-section__item2 .services-list-wrap {
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 0px;
    justify-content: space-between;
  }
}
.services-section__item2 .services-list-wrap.active {
  transform: translateX(-101%);
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}
.services-section__item2 .services-list-wrap.active.move-right {
  transform: translateX(0);
  transition: all 0.9s ease;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services-section__item2 .services-list-wrap .content {
    margin-bottom: 30px;
  }
}
.services-section__item2 .services-list-wrap .content .desc {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #999999;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-section__item2 .services-list-wrap .content .desc {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services-section__item2 .services-list-wrap .content .desc {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .services-section__item2 .services-list-wrap .content .desc {
    font-size: 16px;
  }
}
@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) {
  .services-section__item2 .services-list-wrap .content .desc br {
    display: none;
  }
}
.services-section__item2 .services-list-wrap .content a {
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-bold);
  color: var(--rr-common-white);
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__item2 .services-list-wrap .content a {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .services-section__item2 .services-list-wrap .content a {
    margin-top: 20px;
  }
}
.services-section__item2 .services-list-wrap .content a img {
  margin-left: 6px;
}
.services-section__item2 .services-list-wrap .thumb {
  display: flex;
  gap: 21px;
}
@media (max-width: 575px) {
  .services-section__item2 .services-list-wrap .thumb {
    gap: 12px;
  }
}
.services-section__item2 .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22.5px 30px;
  gap: 25px;
  background: #0E0D0D;
  border: 1px solid rgba(153, 153, 153, 0.1);
  border-radius: 100px;
  max-width: 718px;
  margin: 0 auto;
  margin-top: 90px;
  transform: translateX(45px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .services-section__item2 .cta {
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__item2 .cta {
    padding: 23px 25px;
    gap: 0;
    flex-wrap: wrap;
    margin-top: 30px;
    transform: translateX(0px);
  }
}
@media (max-width: 575px) {
  .services-section__item2 .cta {
    padding: 16px 30px;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 50px;
    text-align: center;
    transform: translateX(0px);
  }
}
.services-section__item2 .cta .work-text {
  font-size: 18px;
  line-height: 23px;
  display: flex;
  align-items: center;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section__item2 .cta .work-text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .services-section__item2 .cta .work-text {
    font-size: 16px;
  }
}
.services-section__item2 .cta .cta-btn {
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-body);
  font-weight: var(--rr-fw-bold);
  background: linear-gradient(#FFFFFF 0%, #FFFFFF 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.services-section__item2 .cta .cta-btn:hover {
  color: #FFFFFF;
  background-size: 100% 2px;
}
.services-section__item2 .cta .cta-btn img {
  margin-left: 7px;
}

.list-text.active {
  justify-content: end;
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.experience__wrapper {
  display: flex;
}
@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) {
  .experience__wrapper {
    flex-wrap: wrap;
  }
}
.experience__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience__item {
  width: 100%;
  max-width: 865px;
  position: relative;
}
@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) {
  .experience__item {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .experience__item {
    max-width: 100%;
    height: 400px;
    margin-top: 30px;
  }
}
.experience__item .oval-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.experience__item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience__content {
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: 70px;
  margin-top: 105px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .experience__content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .experience__content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .experience__content {
    margin-left: 40px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience__content {
    margin-left: 20px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .experience__content {
    margin-left: 20px;
    margin-top: 15px;
  }
}
.experience__content .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .experience__content .sub-title {
    font-size: 39px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__content .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
  .experience__content .sub-title br {
    display: none;
  }
}
.experience__content .sub-title span {
  color: #999999;
}
.experience__fact {
  position: absolute;
  bottom: 90px;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .experience__fact {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__fact {
    margin-left: 20px;
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .experience__fact {
    margin-left: 20px;
    bottom: 10px;
    flex-wrap: wrap;
  }
}
.experience__fact .title {
  position: relative;
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 100px;
  line-height: 109px;
  color: #FFFFFF;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience__fact .title {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .experience__fact .title {
    font-size: 62px;
    line-height: 50px;
  }
}
.experience__fact .title .icon {
  font-size: 38px;
  right: -30px;
  top: -30px;
  position: absolute;
}
.experience__fact .desc {
  font-family: var(--rr-ff-body-2);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  margin-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience__fact .desc {
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .experience__fact .desc {
    margin-left: 20px;
  }
}
.experience__shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .experience__shape {
    display: none;
  }
}

.design-process-section {
  padding: 100px 0;
  text-align: center;
}
.design-process-section .section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 80px;
  line-height: 1.4;
}
.design-process-section .steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.design-process-section .steps .step {
  flex: 1 1 30%;
  text-align: left;
}
.design-process-section .steps .step .step-label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 16px;
}
.design-process-section .steps .step h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.design-process-section .steps .step p {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
}
.design-process-section .steps .step ul {
  list-style: none;
  padding: 0;
}
.design-process-section .steps .step ul li {
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .design-process-section .steps {
    flex-direction: column;
    align-items: center;
  }
  .design-process-section .steps .step {
    flex: 1 1 100%;
    text-align: center;
  }
  .design-process-section .steps .step ul {
    text-align: left;
    display: inline-block;
  }
}

.step-2__info {
  text-align: center;
  margin-bottom: 60px;
}
.step-2__info .title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
}
@media (max-width: 575px) {
  .step-2__info .title {
    font-size: 29px;
    line-height: 40px;
  }
  .step-2__info .title br {
    display: none;
  }
}
.step-2__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-2__wrapper {
    flex-wrap: wrap;
  }
}
.step-2__wrapper::before {
  position: absolute;
  content: "";
  left: -24%;
  top: 16px;
  width: 150%;
  height: 1px;
  background: #EEEEEE;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .step-2__wrapper::before {
    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) {
  .step-2__item {
    margin-bottom: 30px;
  }
}
.step-2__item .step__label {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: inline-block;
  color: #fff;
  padding: 6.5px 18px;
  margin-bottom: 30px;
  background: #0E0D0D;
  border-radius: 50px;
}
.step-2__content .sub-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #0E0D0D;
  margin-bottom: 22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .step-2__content .sub-title {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.step-2__content .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .step-2__content .dec {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .step-2__content .dec br {
    display: none;
  }
}
.step-2__content ul li {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0E0D0D;
  list-style: none;
  margin-bottom: 15px;
}

.service-details__title {
  display: flex;
  font-size: 50px;
  line-height: 60px;
  align-items: center;
  margin-bottom: 15px;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.service-details__subtitle {
  display: flex;
  font-size: 18px;
  line-height: 22px;
  align-items: center;
  padding-left: 17px;
  margin: 58px 0px 18px 0px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
}
.service-details__subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin-left: -16px;
  position: absolute;
  border-radius: 100%;
  background: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.service-details__wrapper .accordion {
  margin-bottom: 98px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__wrapper .accordion {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__wrapper .accordion {
    margin-bottom: 60px;
  }
}
.service-details__wrapper .accordion-button {
  padding: 0;
  position: relative;
  height: 88px;
  display: flex;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  align-items: center;
  border: none !important;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__wrapper .accordion-button {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__wrapper .accordion-button {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__wrapper .accordion-button {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .service-details__wrapper .accordion-button {
    font-size: 19px;
    height: 80px;
  }
}
.service-details__wrapper .accordion-button::before {
  content: "+";
  right: 0;
  font-size: 28px;
  position: absolute;
  transition: all 0.3s ease;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
}
.service-details__wrapper .accordion-button:not(.collapsed)::before {
  content: "−";
}
.service-details__wrapper .accordion-button::after {
  display: none;
}
.service-details__wrapper .accordion-button span img {
  margin-right: 13.5px;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .service-details__wrapper .accordion-button span img {
    margin-bottom: 10px;
  }
}
.service-details__wrapper .accordion-button:focus {
  border-color: inherit;
  box-shadow: inherit;
}
.service-details__wrapper .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none !important;
  color: inherit;
  border: none !important;
}
.service-details__wrapper .accordion-item {
  position: relative;
  z-index: 2;
  border: none !important;
}
.service-details__wrapper .accordion-item .border_top {
  margin: 0 -100%;
  border-top: var(--rr-border-primary);
}
.service-details__wrapper .accordion-item .border_bottom {
  margin: 0 -100%;
  border-bottom: var(--rr-border-primary);
}
.service-details__wrapper .accordion-body {
  display: flex;
  justify-content: space-between;
  padding: 0 0 68px 0;
  border-bottom: var(--rr-border-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__wrapper .accordion-body {
    padding: 0 0 50px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__wrapper .accordion-body {
    flex-wrap: wrap;
    padding: 0 0 40px 0;
  }
}
.service-details__wrapper .accordion-body .desc {
  display: flex;
  font-size: 18px;
  max-width: 410px;
  line-height: 26px;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
}
.service-details__wrapper .accordion-body .thumb-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__wrapper .accordion-body .thumb-wrap {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__wrapper .accordion-body .thumb-wrap {
    gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
@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) {
  .service-details__wrapper .accordion-body .thumb-wrap img {
    width: 100%;
  }
}
.service-details__thumb {
  gap: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .service-details__thumb {
    gap: 20px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__thumb {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__thumb {
    padding-bottom: 70px;
  }
}
@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) {
  .service-details__thumb img {
    width: 100%;
  }
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.h4-testimonial-item {
  border: 1px solid #EEEEEE;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-testimonial-item {
    flex-wrap: nowrap;
  }
}
.h4-testimonial-thumb {
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-testimonial-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-thumb {
    width: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-testimonial-thumb {
    width: 100%;
  }
}
.h4-testimonial-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h4-testimonial-thumb .video .play-button {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #0E0D0D;
  font-size: 2rem;
  padding: 6px 12.5px;
  border-radius: 50%;
  cursor: pointer;
}
.h4-testimonial-thumb .video .play-button i {
  color: #fff;
}
.h4-testimonial-content {
  padding: 50px 50px 50px 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-testimonial-content {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-content {
    width: 55%;
    padding: 50px 3px 50px 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-content {
    padding: 50px 20px 50px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-testimonial-content {
    padding: 40px 50px 40px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-testimonial-content {
    padding: 40px 15px 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-content {
    padding: 30px 0px 30px 15px;
  }
}
@media (max-width: 575px) {
  .h4-testimonial-content {
    padding: 40px 0px 40px 10px;
  }
}
.h4-testimonial-content h2 {
  margin-bottom: 50px;
  margin-top: 30px;
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #505050;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-testimonial-content h2 br {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-testimonial-content h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-content h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-testimonial-content h2 {
    font-size: 20px;
  }
}
@media (max-width:450px) {
  .h4-testimonial-content h2 {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media (max-width:376px) {
  .h4-testimonial-content h2 {
    font-size: 19px;
  }
}
@media (max-width:320px) {
  .h4-testimonial-content h2 {
    font-size: 16px;
    line-height: 27px;
  }
}
.h4-testimonial-content h2 span {
  color: #0E0D0D;
}
.h4-testimonial-content .desg .name {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 28px;
  line-height: 45px;
  color: #0E0D0D;
}
.h4-testimonial-content .desg span {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
.h4-testimonial-content .title {
  margin-bottom: 122px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .h4-testimonial-content .title {
    margin-bottom: 86px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-testimonial-content .title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-testimonial-content .title {
    margin-bottom: 87px;
  }
}
@media (max-width: 575px) {
  .h4-testimonial-content .title {
    margin-bottom: 50px;
  }
}
@media (max-width:320px) {
  .h4-testimonial-content .title {
    margin-bottom: 78px;
  }
}

.arrow {
  bottom: 9px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  pointer-events: auto;
  max-width: 493px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .arrow {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .arrow {
    max-width: 100%;
  }
}
.arrow .rr-swiper-button-next {
  width: 62px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .arrow .rr-swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .arrow .rr-swiper-button-next {
    width: 57px;
    height: 41px;
  }
}
.arrow .rr-swiper-button-next:hover {
  background: #2fe9ff;
}
.arrow .rr-swiper-button-prev {
  width: 62px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 1px solid #EEEEEE;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .arrow .rr-swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .arrow .rr-swiper-button-prev {
    width: 57px;
    height: 41px;
  }
}
.arrow .rr-swiper-button-prev:hover {
  background: #2fe9ff;
}

.swiper-wrapper {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.swiper-wrapper-2 {
  padding-bottom: 0px;
}

.swiper-pagination-2 {
  z-index: 5;
  position: relative;
  pointer-events: auto;
  bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-2 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-2 .swiper-pagination-custom,
.swiper-pagination-2 .swiper-pagination-fraction {
  bottom: -10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-2 .swiper-pagination-bullet {
  background: #F0F0F0;
  border: 1px solid rgb(14, 13, 13);
  width: 12px;
  height: 12px;
  opacity: 10%;
  cursor: pointer;
}
.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #0E0D0D;
  opacity: 1;
}

.testimonial-section-3__area .section-title {
  display: flex;
  font-size: 70px;
  line-height: 70px;
  align-items: center;
  text-align: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  align-items: center;
  justify-content: center;
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__area .section-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@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) {
  .testimonial-section-3__area .section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__area .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__area .section-title {
    font-size: 29px;
    line-height: 35px;
    text-align: left;
  }
}
.testimonial-section-3__wrapper {
  margin: 0 44px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__wrapper {
    margin: 0 15px;
  }
}
.testimonial-section-3__item {
  border: var(--rr-border-primary);
  border-radius: 20px;
  padding: 50px 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-3__item {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-3__item {
    padding: 50px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__item {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item {
    padding: 50px 15px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item {
    padding: 50px 13px;
  }
}
.testimonial-section-3__item .content .description {
  font-size: 28px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  margin: 41px 0px 124px 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .description {
    font-size: 21px;
    margin: 41px 0px 87px 0px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-3__item .content .description {
    font-size: 21px;
    line-height: 36px;
    margin: 41px 0px 117px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-3__item .content .description {
    font-size: 20px;
    line-height: 33px;
    margin: 41px 0px 80px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__item .content .description {
    font-size: 21px;
    margin: 41px 0px 124px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__item .content .description {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .description {
    margin: 41px 0px 102px 0px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item .content .description {
    font-size: 16px;
    line-height: 24px;
    margin: 41px 0px 74px 0px;
  }
}
.testimonial-section-3__item .content .description-one {
  display: flex;
  font-size: 28px;
  line-height: 36px;
  align-items: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-text-body);
  margin: 41px 0px 52px 0px;
  padding-right: 24px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 20px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 22px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 19px;
    line-height: 32px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 21px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .description-one {
    margin: 41px 0px 54px 0px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item .content .description-one {
    font-size: 16px;
    margin: 41px 0px 30px 0px;
    line-height: 24px;
  }
}
.testimonial-section-3__item .content .description-two {
  margin: 41px 0px 88px 0px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .description-two {
    margin: 41px 0px 122px 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-3__item .content .description-two {
    margin: 41px 0px 83px 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-3__item .content .description-two {
    margin: 41px 0px 49px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .description-two {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item .content .description-two {
    margin: 41px 0px 60px 0px;
  }
}
.testimonial-section-3__item .content .author {
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .author {
    flex-wrap: wrap;
  }
}
.testimonial-section-3__item .content .author .thumb {
  width: 65px;
  height: 65px;
  margin-right: 20px;
}
.testimonial-section-3__item .content .author .thumb img {
  width: 100%;
  border-radius: 100%;
}
.testimonial-section-3__item .content .author .desg .name {
  display: flex;
  font-size: 28px;
  line-height: 36px;
  align-items: center;
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 25px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 20px;
    line-height: 25px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item .content .author .desg .name {
    font-size: 23px;
  }
}
.testimonial-section-3__item .content .author .desg span {
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: var(--rr-text-body);
  font-family: var(--rr-ff-body-2);
  font-weight: var(--rr-fw-regular);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-3__item .content .author .desg span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__item .content .author .desg span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__item .content .author .desg span {
    font-size: 16px;
  }
}

.testimonial-section-5__wrapper {
  padding: 70px 0;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-5__wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-5__wrapper {
    padding: 30px 15px;
  }
}
.testimonial-section-5__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-5__thumb {
    margin-bottom: 20px;
    justify-content: start;
  }
}
.testimonial-section-5__thumb .quote {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: #2fe9ff;
}
.testimonial-section-5__thumb .image {
  width: 80px;
  height: 80px;
  margin-left: -20px;
}
.testimonial-section-5__thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.testimonial-section-5__dec {
  font-weight: 500;
  font-size: 35px;
  max-width: 890px;
  line-height: 45px;
  margin-bottom: 55px;
  letter-spacing: -0.03em;
  color: var(--rr-text-body);
}
@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) {
  .testimonial-section-5__dec br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-5__dec {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-5__dec {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-5__dec {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-5__dec {
    font-size: 19px;
    line-height: 30px;
  }
}
.testimonial-section-5__dec span {
  font-weight: 700;
  color: var(--rr-heading-primary);
}
.testimonial-section-5__author .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .testimonial-section-5__author .name {
    font-size: 20px;
  }
}
.testimonial-section-5__author .position {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--rr-ff-body-2);
}
@media (max-width: 575px) {
  .testimonial-section-5__author .position {
    font-size: 14px;
    line-height: 24px;
  }
}
.testimonial-section-5__bottom {
  gap: 133px;
  display: flex;
  margin-top: 52px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .testimonial-section-5__bottom {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-5__bottom {
    gap: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-5__bottom {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.testimonial-section-5__navigation {
  gap: 20px;
  display: flex;
  align-items: center;
}
.testimonial-section-5__arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: #F0F0F0;
  transition: all 0.3s ease-in-out;
}
.testimonial-section-5__arrow:hover {
  background-color: #2fe9ff;
}
.testimonial-section-5__review {
  gap: 20px;
  display: flex;
  align-items: center;
}
.testimonial-section-5__review .info p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
.testimonial-section-5__review .info .star {
  gap: 5px;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.testimonial-section-5__review .info .star i {
  color: #E62415;
  font-size: 13px;
  line-height: 1;
}

/*----------------------------------------*/
/* 8.1 Project
/*----------------------------------------*/
.project-section-3-sub {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 28px;
  line-height: 34px;
  color: var(--rr-heading-primary);
  margin-bottom: 103px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-3-sub {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .project-section-3-sub {
    margin-bottom: 0px;
  }
}
.project-section-3-sub-2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #0E0D0D;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .project-section-3-sub-2 {
    font-size: 23px;
  }
}
.project-section-3-title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 350px;
  line-height: 140px;
  color: var(--rr-heading-primary);
  margin-bottom: 182px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-3-title {
    font-size: 280px;
    line-height: 140px;
    color: var(--rr-heading-primary);
    margin-bottom: 152px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-section-3-title {
    font-size: 200px;
    line-height: 140px;
    color: var(--rr-heading-primary);
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-3-title {
    font-size: 170px;
  }
}
@media (max-width: 575px) {
  .project-section-3-title {
    font-size: 70px;
    margin-bottom: 36px;
  }
}
.project-section-3-title-2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 600;
  font-size: 145px;
  line-height: 158px;
  color: #000000;
  margin-bottom: 90px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-3-title-2 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-section-3-title-2 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-3-title-2 {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .project-section-3-title-2 {
    font-size: 33px;
    line-height: 59px;
    margin-bottom: 0px;
  }
}
.project-section-3__item {
  display: flex;
  height: 100%;
  padding: 31px 0;
  margin-top: -1px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-3__item {
    padding: 30px 0;
  }
}
.project-section-3__thumb {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-section-3__thumb img {
  cursor: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-section-3__thumb-2 {
  border-radius: 0px;
}
.project-section-3__thumb-2 img {
  cursor: auto;
}
.project-section-3__text {
  margin-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-section-3__caption {
  position: relative;
  overflow: hidden;
  font-family: "Kanit";
  font-weight: var(--rr-fw-medium);
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
.project-section-3__wrap .dec {
  font-family: "Kanit";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  text-transform: uppercase;
}
.project-section-3__title {
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .project-section-3__title {
    font-size: 17px;
  }
}
.project-section-3__title-2 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .project-section-3__title-2 {
    font-size: 21px;
  }
}
.project-section-3__title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.project-section-3__title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.project-section-3__date {
  font-family: var(--rr-ff-heading-2);
  font-weight: var(--rr-fw-medium);
  font-size: 22px;
  line-height: 28px;
  color: #505050;
}
@media (max-width: 575px) {
  .project-section-3__date {
    font-size: 18px;
  }
}

.single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-section-3-text__wrap {
  background-color: #fff;
}

.project__info {
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
}
@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) {
  .project__info {
    flex-wrap: wrap;
  }
}
.project__info h5 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
}
@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) {
  .project__info h5 {
    margin-bottom: 10px;
  }
}
.project__info h5 span {
  color: #0E0D0D;
}

.fact-4__wrap {
  display: flex;
  margin-bottom: 75px;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
.fact-4__info {
  text-align: center;
  margin-bottom: 116px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact-4__info {
    margin-bottom: 80px;
  }
}
@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-4__info {
    margin-bottom: 50px;
  }
}
.fact-4__info .title {
  font-family: var(--rr-ff-heading-2);
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #0E0D0D;
}
@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) {
  .fact-4__info .title br {
    display: 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) {
  .fact-4__info .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fact-4__info .title {
    font-size: 33px;
    line-height: 46px;
  }
}
@media (max-width: 575px) {
  .fact-4__info .title {
    font-size: 30px;
    line-height: 32px;
  }
}
.fact-4__item {
  position: relative;
  text-align: center;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fact-4__item {
    margin-bottom: 30px;
  }
}
.fact-4__item h2 {
  font-family: var(--rr-ff-heading-2);
  font-weight: 500;
  font-size: 100px;
  line-height: 45px;
  color: #0E0D0D;
}
.fact-4__item p {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  text-align: center;
}
.fact-4__item img {
  position: absolute;
  right: -290px;
  bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .fact-4__item img {
    right: -190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact-4__item img {
    right: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact-4__item img {
    right: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fact-4__item img {
    right: -21px;
  }
}

.project-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details__wrapper {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .project-details__wrapper {
    flex-wrap: wrap;
  }
}
.project-details__wrapper img {
  width: 50%;
}
@media (max-width: 575px) {
  .project-details__wrapper img {
    width: 100%;
  }
}

.project-item-4 {
  margin-top: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-4 {
    margin-top: 30px;
  }
}

.project-4-thumb {
  overflow: hidden;
}
.project-4-item {
  margin-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-4-item {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-4-item {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-4-item {
    margin-top: 50px;
  }
}
.project-4-content .title {
  font-family: var(--rr-ff-heading-2);
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #0E0D0D;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}
.project-4-content .title a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.project-4-content .title a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.project-4-content span {
  font-family: "Kanit";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
  text-transform: uppercase;
}

.project-2-img {
  margin-top: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-2-img {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .project-2-img {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-2-img {
    margin-top: 50px;
  }
}

.project-details__area {
  overflow: hidden;
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.h3-hero-area {
  padding-top: 200px;
  padding-bottom: 140px;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-hero-area {
    padding: 180px 0 120px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-hero-area {
    padding: 180px 0 120px 0;
  }
}
@media (max-width: 575px) {
  .h3-hero-area {
    padding: 150px 0 80px 0;
  }
}
.h3-hero-wrapper .title {
  margin-bottom: 90px;
  font-family: var(--rr-ff-heading-2);
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-hero-wrapper .title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-hero-wrapper .title {
    font-size: 70px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-hero-wrapper .title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-hero-wrapper .title {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .h3-hero-wrapper .title {
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-hero-wrapper .title br {
    display: none;
  }
}
.h3-hero-wrapper .title span {
  margin-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-hero-wrapper .title span {
    margin-left: 0px;
  }
}
.h3-hero-content {
  padding-left: 260px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h3-hero-content {
    padding-left: 156px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-hero-content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-hero-content {
    padding-left: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h3-hero-content {
    padding-left: 0px;
  }
}
.h3-hero-content .intro-text {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-hero-content .intro-text {
    font-size: 17px;
    line-height: 24px;
  }
}
.h3-hero-item {
  display: flex;
  flex-wrap: wrap;
}
.h3-hero-author {
  margin-left: 70px;
  margin-top: 36px;
}
@media (max-width: 575px) {
  .h3-hero-author {
    margin-left: 10px;
  }
}
.h3-hero-author img {
  margin-left: -20px;
}
.h3-hero-author img:first-child {
  margin-left: 0;
}
.h3-hero-wrap {
  margin-top: 12px;
}
.h3-hero-wrap h2 {
  display: flex;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
.h3-hero-wrap h2 span {
  display: flex;
}
.h3-hero-wrap label {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: #999999;
  margin-left: 4px;
}
.h3-hero-wrap .dec {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  align-items: center;
  color: #999999;
  color: #999999;
}
.h3-hero-shape {
  position: absolute;
  left: 10%;
  bottom: 41%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-hero-shape {
    left: 3%;
    bottom: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-hero-shape {
    left: 0;
  }
}
.h3-hero-wrap {
  position: relative;
}
.h3-hero-social {
  position: absolute;
  top: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  right: 0;
}
@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) {
  .h3-hero-social {
    display: none;
  }
}
.h3-hero-social span {
  color: #fff;
  font-size: 18px;
  font-family: var(--rr-ff-heading);
  font-weight: var(--rr-fw-bold);
  writing-mode: vertical-rl;
  padding: 13.5px 2px;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
}
.h3-hero-social .social-list {
  list-style: none;
}
.h3-hero-social .social-list li a {
  color: #999999;
}
.h3-hero-social .social-list li a:hover {
  color: #fff;
}
.h3-hero-social .social-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.h3-hero-thumb {
  position: absolute;
  left: -299px;
  top: -40px;
  border: 1px dashed rgba(153, 153, 153, 0.6);
  border-radius: 100%;
  padding: 18px;
  max-width: 667px;
  height: 670px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-hero-thumb {
    max-width: 600px;
    height: 594px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h3-hero-thumb {
    left: 170px;
    text-align: center;
    position: relative;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h3-hero-thumb {
    left: 80px;
    text-align: center;
    position: relative;
    top: 30px;
    max-width: 585px;
    height: 558px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h3-hero-thumb {
    left: 0px;
    text-align: center;
    position: relative;
    top: 30px;
    max-width: 527px;
    height: 507px;
  }
}
@media (max-width: 575px) {
  .h3-hero-thumb {
    left: 0px;
    text-align: center;
    position: relative;
    top: 30px;
    width: 294px;
    height: 283px;
  }
}
.h3-hero-thumb img {
  max-width: 630px;
  height: 632px;
  border-radius: 100%;
  object-fit: cover;
  position: relative;
  left: -19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h3-hero-thumb img {
    max-width: 577px;
    height: 560px;
  }
}
@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) {
  .h3-hero-thumb img {
    max-width: 100%;
    height: 100%;
  }
}

.h4-hero-area {
  padding-top: 200px;
  padding-bottom: 83px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-area {
    padding-top: 170px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-hero-area {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .h4-hero-area {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
.h4-hero-title {
  margin-left: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-hero-title {
    margin-left: 0;
  }
}
.h4-hero-title h2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 500;
  font-size: 145px;
  line-height: 120px;
  color: #0E0D0D;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-hero-title h2 {
    font-size: 130px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-hero-title h2 {
    font-size: 118px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-title h2 {
    font-size: 81px;
    line-height: 88px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-hero-title h2 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-hero-title h2 {
    font-size: 63px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .h4-hero-title h2 {
    font-size: 55px;
    line-height: 69px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-hero-title h2 br {
    display: none;
  }
}
.h4-hero-thumb .button {
  position: absolute;
  left: 25px;
  bottom: -15px;
}
.h4-hero-thumb .button span {
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #505050;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid rgba(238, 238, 238, 0.51);
  border-radius: 100px;
  padding: 5px 22px;
}
.h4-hero-thumb h4 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #0E0D0D;
}
.h4-hero-wrapper h4 {
  margin-top: 30px;
  margin-left: 25px;
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #0E0D0D;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-hero-wrapper h4 {
    font-size: 18px;
  }
}
@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) {
  .h4-hero-wrapper h4 br {
    display: none;
  }
}
.h4-hero-wrapper .rating {
  margin-top: 90px;
  display: inline-flex;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  padding: 15px 92px 15px 25px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-hero-wrapper .rating {
    padding: 15px 47px 15px 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-hero-wrapper .rating {
    padding: 15px 25px 15px 25px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-wrapper .rating {
    padding: 18px 16px 18px 14px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-hero-wrapper .rating {
    padding: 15px 30px 15px 25px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-hero-wrapper .rating {
    padding: 15px 30px 15px 25px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .h4-hero-wrapper .rating {
    padding: 15px 40px 15px 25px;
    margin-top: 20px;
  }
}
.h4-hero-wrapper .rating .star {
  margin-left: 20px;
  margin-top: -5px;
}
.h4-hero-wrapper .rating .star i {
  color: #E62415;
  font-size: 14px;
}
.h4-hero-wrapper .rating .star span {
  display: block;
  font-family: var(--rr-ff-body);
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #363636;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-wrapper .rating .star span {
    font-size: 12px;
  }
}
.h4-hero-content {
  margin-left: -26px;
}
@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) {
  .h4-hero-content {
    margin-left: 0;
  }
}
.h4-hero-content p {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 52px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-hero-content p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .h4-hero-content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-hero-content p {
    font-size: 19px;
  }
}
@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) {
  .h4-hero-content p br {
    display: none;
  }
}
.h4-hero-item {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 0 0px;
  position: relative;
}
.h4-hero-item .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.h4-hero-item img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.h4-hero-item img:hover {
  color: #0E0D0D;
  opacity: 1;
}

.author-img-wrapp {
  display: flex;
  position: relative;
  margin-bottom: 95px;
  margin-top: 95px;
}
@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) {
  .author-img-wrapp {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.author-img-wrapp .quote {
  background: #FFFFFF;
  color: var(--rr-heading-primary);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
}
.author-img-wrapp .author {
  position: absolute;
  background: #2fe9ff;
  color: var(--rr-heading-primary);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 0;
  left: 34px;
  z-index: -1;
}
.author-img-wrapp h4 {
  margin-top: 16px;
  margin-left: 55px;
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #0E0D0D;
  justify-content: center;
}

.h5-hero-section {
  padding-top: 250px;
  padding-bottom: 150px;
}
.h5-hero-title h2 {
  font-family: "Space Grotesk";
  font-weight: 500;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.05em;
  color: #0E0D0D;
}

.h4-feature-area {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-feature-area {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-feature-area {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.h4-feature-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-feature-wrapper {
    justify-content: center;
  }
}
.h4-feature-shape-1 {
  right: -137px;
  top: -9px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-feature-shape-1 {
    right: -34px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-feature-shape-1 {
    right: -17px;
    top: -9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-feature-shape-1 {
    right: -68px;
    top: -9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-feature-shape-1 {
    display: none;
  }
}
.h4-feature-shape-2 {
  left: -140px;
  top: -9px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-feature-shape-2 {
    left: -34px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-feature-shape-2 {
    left: -17px;
  }
}
.h4-feature-info {
  text-align: center;
  padding-bottom: 60px;
}
.h4-feature-info h2 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #0E0D0D;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-feature-info h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .h4-feature-info h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .h4-feature-info h2 br {
    display: none;
  }
}
.h4-feature-item {
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-feature-item {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.h4-feature-item:hover .icon {
  animation: shake 0.5s;
}
.h4-feature-item h2 {
  font-family: var(--rr-ff-heading-3);
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #0E0D0D;
  text-align: center;
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .h4-feature-item h2 {
    font-size: 24px;
  }
}
.h4-feature-item h2 a {
  background: linear-gradient(#0E0D0D 0%, #0E0D0D 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: #0E0D0D;
  transition: all 0.3s ease-in-out;
}
.h4-feature-item h2 a:hover {
  color: #0E0D0D;
  background-size: 100% 2px;
}
.h4-feature-item p {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0E0D0D;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-feature-item p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h4-feature-item p br {
    display: none;
  }
}
.h4-feature-thumb {
  text-align: center;
  margin-bottom: 40px;
}

.project-cta-wrapper-2 {
  margin-top: 83px;
  border: none;
}
.project-cta-wrapper-2::before {
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: none;
}

/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/
.brand__area-2 {
  border-bottom: 1px solid #EEEEEE;
}
.brand__section-title .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: 28px;
}
.brand__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.brand__wrapper-3 {
  margin-top: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand__wrapper-3 {
    margin-top: 30px;
  }
}
.brand__wrapper-item {
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  padding: 45px 58px;
  transition: all 0.3s ease-in-out;
}
.brand__wrapper-item-2 {
  padding: 44px 55px;
}
.brand__wrapper-item:hover img {
  opacity: 1;
}
.brand__wrapper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.h4-brand-area .section-title-4 {
  margin-bottom: 60px;
  font-family: var(--rr-ff-heading-3);
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #0E0D0D;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand-area .section-title-4 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-brand-area .section-title-4 {
    font-size: 53px;
    line-height: 56px;
  }
  .h4-brand-area .section-title-4 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .h4-brand-area .section-title-4 {
    font-size: 44px;
    line-height: 50px;
  }
}
.h4-brand__item {
  display: grid;
  grid-template-columns: 682px 833px 1fr;
  padding: 58px 0px 70px 50px;
  gap: 30px;
  border-bottom: var(--rr-border-primary);
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .h4-brand__item {
    grid-template-columns: 546px 661px 1fr;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-brand__item {
    grid-template-columns: 464px 575px 1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-brand__item {
    grid-template-columns: 331px 523px 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand__item {
    grid-template-columns: 372px 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand__item {
    grid-template-columns: 340px 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-brand__item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .h4-brand__item {
    grid-template-columns: 1fr;
    padding: 58px 0px 70px 20px;
  }
}
.h4-brand__item .title h2 {
  font-family: var(--rr-ff-heading-3);
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: #0E0D0D;
}
@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) {
  .h4-brand__item .title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand__item .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .h4-brand__item .title h2 {
    font-size: 25px;
  }
}
.h4-brand__item:hover .h4-brand-thumb {
  opacity: 1;
  visibility: visible;
  top: -30px;
}
.h4-brand__content p {
  margin-bottom: 20px;
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505050;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand__content p {
    font-size: 16px;
  }
  .h4-brand__content p br {
    display: none;
  }
}
.h4-brand__content ul li {
  list-style: none;
  font-family: "Kanit";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #0E0D0D;
  margin-bottom: 7px;
}
.h4-brand-thumb {
  position: absolute;
  right: 388px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 400px;
}
.h4-brand-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-brand-thumb {
    right: 233px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-brand-thumb {
    right: 8px;
  }
}

.h4-section-info {
  margin-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-section-info {
    margin-left: 15px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-section-info {
    margin-left: 15px;
    margin-top: 50px;
  }
}
.h4-section-info-4 {
  margin-top: 103px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h4-section-info-4 {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .h4-section-info-4 {
    margin-top: 80px;
  }
}
.h4-section-sub-title {
  position: relative;
}
.h4-section-sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 1px;
  width: 100%;
  background: #EEEEEE;
  margin-left: 175px;
}
.h4-section-sub-title h3 {
  display: inline-block;
  border: 1px solid rgba(153, 153, 153, 0.2);
  font-family: var(--rr-ff-heading-3);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0E0D0D;
  padding: 2px 23px;
  border-radius: 100px;
}
.h4-section-sub-title-2 {
  position: relative;
}
.h4-section-sub-title-2 h3 {
  color: #fff;
}
.h4-section-sub-title-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 1px;
  width: 100%;
  background: rgba(153, 153, 153, 0.2);
  margin-left: 167px;
}
.h4-section-sub-title-3 {
  position: relative;
}
.h4-section-sub-title-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 1px;
  width: 100%;
  background: #EEEEEE;
  margin-left: 167px;
}
.h4-section-sub-title-4 {
  position: relative;
}
.h4-section-sub-title-4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  height: 0.5px;
  width: 100%;
  background: #EEEEEE;
  margin-left: 281px;
}

.h4-section-title {
  font-family: var(--rr-ff-heading-3);
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 58px;
}
.h4-section-title span {
  color: #505050;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-section-title {
    font-size: 42px;
    line-height: 61px;
  }
}
@media (max-width: 575px) {
  .h4-section-title {
    font-size: 33px;
    line-height: 45px;
  }
}
.h4-section-2 {
  margin-left: 0px;
}
.h4-section-3 {
  margin-bottom: 135px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h4-section-3 {
    margin-left: 0;
    margin-bottom: 60px;
  }
}

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