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

	Template Name: Stravise - Business Consulting HTML5 Template
	Author: RRDevs
	Support: https://support.rrdevs.net
	Description: Stravis is a modern and professional HTML5 template specially designed for business consultants, corporate agencies, organizations, and startups. It is built with a clean design, responsive layout, and user-friendly structure that is easy to customize.
	Version: 1.0
	Developer: Mamun khan (https://github.com/mk-mamun-khan)

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

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

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

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

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

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

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 blog
		5.2 blog-details
		5.3 sidebar
		5.4 index

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

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

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

	---------------------------------
	07. PAGES CSS
	---------------------------------
		8.1 404
		8.2 faq
		8.3 feedback
		8.4 portfolio
		8.5 pricing
		8.6 service
		8.7 about
		8.8 contact-us
		8.9 service-details
		8.10 project-details
		8.11 team-details
		8.12 home1
		8.13 home2
		8.14 index
 */
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins: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&display=swap");
.mean-container .mean-nav ul li > a.mean-expand i, .offcanvas__overlay, .offcanvas__navigation button svg, 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 */
:root {
  /**
  @font family declaration
  */
  --rr-ff-body: "Poppins", sans-serif;
  --rr-ff-heading: "Poppins", sans-serif;
  --rr-ff-heading2: "Marcellus", serif;
  --rr-ff-p: "Poppins", sans-serif;
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #767676;
  --rr-common-selection: #3C66FA;
  --rr-color-white_smoke: #F5F5F5;
  --rr-color-white_smoke-2: #F4F4F5;
  --rr-color-white_smoke-3: #F2F2F2;
  --rr-color-white_smoke-4: #F8F8F8;
  --rr-color-white_smoke-5: #EEEEEE;
  --rr-body-bg: #192929;
  --rr-body-primary: #17191C;
  --rr-body-primary-1: #131F1F;
  --rr-body-primary-3: #2E2828;
  --rr-body-primary-4: #010101;
  --rr-body-primary-5: #13161C;
  --rr-theme-primary: #F4D39A;
  --rr-theme-primary-2: #015941;
  --rr-theme-primary-3: #C2F380;
  --rr-heading-primary: #192929;
  --rr-text-body: #192929;
  --rr-text-body-2: #020D0A;
  --rr-menu-white: #FFFFFF;
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 18px;
  --rr-fs-body2: 18px;
  --rr-fs-p: 18px;
  --rr-fs-h1: 70px;
  --rr-fs-h2: 100px;
  --rr-fs-h3: 90px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 20px;
  --rr-fs-h6: 15px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 28px;
  --rr-lh-p: 30px;
  --rr-lh-h1: 72px;
  --rr-lh-h2: 105px;
  --rr-lh-h3: 100px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 30px;
}

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

html {
  font-size: 10px;
}

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

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

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

h2,
.h2 {
  font-size: var(--rr-fs-h2);
  line-height: var(--rr-lh-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  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 {
  margin-bottom: 0;
  font-size: var(--rr-fs-p);
  color: var(--rr-text-body);
  line-height: var(--rr-lh-p);
  font-family: var(--rr-ff-body);
  font-weight: 300;
}

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

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: 1396px;
}

.large {
  --bs-gutter-x: 30px;
  max-width: 1590px;
}

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

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

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

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

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

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

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

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

#scroll-percentage {
  position: absolute;
}

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

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

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

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

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

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------------------
    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 {
  overflow-x: hidden;
}

.text_white {
  color: var(--rr-common-white) !important;
}

.text_white_7 {
  opacity: 0.7;
  color: var(--rr-common-white);
}

.opacity_7 {
  opacity: 0.7;
}

.text-invert > div {
  background-image: linear-gradient(to right, #192929 50%, rgba(15, 15, 15, 0.3) 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_start {
  text-align: start;
}

.text_center {
  text-align: center;
}

.text_end {
  text-align: end;
}

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

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

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

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

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

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

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

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

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

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

section {
  margin-top: -2px;
}

footer {
  margin-top: -2px;
}

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

@media (max-width: 575px) {
  .reverse-xs {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1700px) {
  .team-3-bg-shape {
    clip-path: path("M0,0 C140,150 330,150 452,0 L500,500 L0,500 Z");
  }
}
@media (max-width: 1699px) {
  .team-3-bg-shape {
    clip-path: ellipse(80% 65% at 50% 100%);
  }
}

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

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

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

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

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

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

.breadcrumb-space-top {
  padding-top: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-space-top {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-space-top {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-space-top {
    padding-top: 150px;
  }
}

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

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

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

.white_smoke-3 {
  background-color: var(--rr-color-white_smoke-3);
}

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

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

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
  z-index: 1;
  gap: 17px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  position: relative;
  border-radius: 500px;
  padding: 16px 37.8px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.rr-btn i {
  font-size: 20px;
}
.rr-btn span {
  height: 0;
  width: 0;
  z-index: -1;
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: width 0.9s ease 0s, height 0.9s ease 0s;
  background: var(--rr-heading-primary) none repeat scroll 0 0;
}
.rr-btn:hover {
  background-color: transparent;
  color: var(--rr-common-white);
}
.rr-btn:hover span {
  height: 562.5px;
  width: 562.5px;
}
.rr-btn.black-btn {
  padding: 16px 38px;
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.rr-btn.black-btn span {
  background: var(--rr-theme-primary);
}
.rr-btn.black-btn:hover {
  color: var(--rr-heading-primary);
}
.rr-btn_2 {
  padding: 14px 28px;
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.rr-btn_2 span {
  background-color: var(--rr-theme-primary-3);
}
.rr-btn_2:hover {
  color: var(--rr-heading-primary);
}

/*----------------------------------------*/
/*  offcanvas
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  backdrop-filter: blur(16px);
  background: rgba(25, 41, 41, 0.8);
  -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__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 {
  font-size: 40px;
  line-height: 40px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
@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-primary-2);
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.offcanvas__social ul li a:hover {
  color: var(--rr-heading-primary);
  background: var(--rr-theme-primary);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.offcanvas__notification-icon a {
  font-size: 14px;
  color: var(--rr-common-white);
  position: relative;
}
.offcanvas__notification-icon a .notification-count {
  position: absolute;
  top: -4px;
  right: -13px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 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: #262424;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.6;
  visibility: visible;
}

.sidebar__toggle {
  cursor: pointer;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.6 sectiontitle
/*----------------------------------------*/
.section-heading__wrap .section__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  color: var(--rr-heading-primary);
}
.section-heading__wrap .section__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 53px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-heading__wrap .section__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading__wrap .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading__wrap .section__title {
    font-size: 29px;
    line-height: 40px;
  }
}
.section-heading__wrap_2 .section__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  padding: 15px 4.4px;
  padding-bottom: 0;
  margin-bottom: 18px;
  display: inline-block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
  background: var(--rr-theme-primary-3);
}
.section-heading__wrap_2 .section__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-heading__wrap_2 .section__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading__wrap_2 .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading__wrap_2 .section__title {
    font-size: 29px;
    line-height: 40px;
  }
}
.section-heading__wrap_3 .section__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.section-heading__wrap_3 .section__subtitle span {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  display: inline-block;
  transform: translateY(-2px);
  background-color: var(--rr-theme-primary);
}
.section-heading__wrap_3 .section__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: rgba(25, 41, 41, 0.96);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-heading__wrap_3 .section__title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading__wrap_3 .section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading__wrap_3 .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading__wrap_3 .section__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.section-heading__wrap_4 .section__title {
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0;
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-heading__wrap_4 .section__title {
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-heading__wrap_4 .section__title {
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading__wrap_4 .section__title {
    line-height: 35px;
  }
}
.section-heading__wrap_5 .section__title {
  letter-spacing: 0;
  color: var(--rr-heading-primary);
}
.section-heading__wrap_5 .section__subtitle {
  font-size: 18px;
  letter-spacing: 0.16em;
}
.section-heading__wrap_5 .section__subtitle span {
  background-color: var(--rr-heading-primary);
}

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-section__space {
  padding-top: 265px;
  padding-bottom: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section__space {
    padding-top: 210px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section__space {
    padding-top: 155px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-section__space {
    padding-top: 145px;
    padding-bottom: 60px;
  }
}
.breadcrumb-section__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-section__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.7);
}
.breadcrumb-section__title {
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 23px;
  letter-spacing: -0.01em;
  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: 991px) {
  .breadcrumb-section__title {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-section__title {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.breadcrumb-section__content {
  z-index: 1;
  position: relative;
}
.breadcrumb-section__border {
  margin: 0 80px;
  position: relative;
  padding-bottom: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-section__border {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section__border {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-section__border {
    padding-bottom: 50px;
  }
}
.breadcrumb-section__page {
  list-style: none;
}
.breadcrumb-section__page li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--rr-common-white);
}
.breadcrumb-section__page li a:hover {
  color: var(--rr-theme-primary);
}

.inner-faq-section .faq-section-4__faq .accordion-item {
  border-color: rgba(25, 41, 41, 0.1);
}
.inner-faq-section .faq-section-4__faq .accordion-button {
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}
.inner-faq-section .faq-section-4__faq .accordion-button span {
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-heading-primary);
}
.inner-faq-section .faq-section-4__faq .accordion-button:not(.collapsed) {
  color: var(--rr-heading-primary);
}
.inner-faq-section .faq-section-4__faq .accordion-button:not(.collapsed)::after {
  color: var(--rr-heading-primary);
}
.inner-faq-section .faq-section-4__faq .accordion-button::after {
  color: rgba(25, 41, 41, 0.3);
}
.inner-faq-section .faq-section-4__faq .accordion-body p {
  color: rgba(25, 41, 41, 0.7);
}
.inner-faq-section .faq-section-4__faq_2 .accordion-button:not(.collapsed) span {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  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
/*----------------------------------------*/
.ripple {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  animation: ripple 1.5s linear infinite;
  background: rgba(255, 255, 255, 0.1);
}

.ripple.delay {
  animation-delay: 0s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.custom-anim-left {
  animation: anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes 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;
  }
}
.skillInLeft {
  opacity: 0;
  animation: skillInLeft 1.4s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}

@keyframes skillInLeft {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.FadeInUp {
  opacity: 0;
  animation: FadeInUp 2s ease-out forwards;
}

@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(35px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@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;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.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);
  }
}
.rightLeft {
  animation: rightLeft 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);
  }
}
.zooming {
  animation: zooming 1.3S infinite alternate;
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom {
  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);
  }
}
.rotate360 {
  animation: rotate360 9s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@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 {
  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-3);
  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);
  }
}
.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55%;
  z-index: 9999;
  background-color: rgba(25, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--rr-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--rr-common-white);
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--rr-common-white);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 header-1
/*----------------------------------------*/
.rr-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  position: absolute;
}
.rr-header__logo .logo img {
  max-width: 192px;
}
@media (max-width: 575px) {
  .rr-header__logo .logo img {
    width: 80%;
  }
}
.rr-header__menu-toggle .header__hamburger {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rr-header__menu-toggle .header__hamburger p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
.rr-header__menu-toggle .header__hamburger span {
  width: 19.5px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  background-color: rgba(25, 41, 41, 0.14);
}
.rr-header__menu-toggle .header__hamburger span:nth-child(2) {
  margin-left: 5px;
}
.rr-header__menu-toggle .header__hamburger span:last-of-type {
  margin-bottom: 0;
}
.rr-header__menu-toggle .header__hamburger .sidebar__toggle {
  width: 24.5px;
  height: 18px;
}
.rr-header__menu-toggle .header__hamburger:hover span:first-of-type, .rr-header__menu-toggle .header__hamburger:hover span:last-of-type {
  margin-left: 5px;
}
.rr-header__menu-toggle .header__hamburger:hover span:nth-child(2) {
  margin-left: 0px;
}
.rr-header__main {
  display: flex;
  align-items: start;
  padding: 23px 90px;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header__main {
    padding: 23px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header__main {
    align-items: center;
  }
}
.rr-header__left {
  display: flex;
  align-items: start;
  gap: 180px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-header__left {
    gap: 130px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 768px) and (max-width: 991px) {
  .rr-header__left {
    gap: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header__left {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header__left {
    gap: 40px;
  }
}
.rr-header__right {
  display: flex;
  align-items: start;
  gap: 315px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .rr-header__right {
    gap: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header__right {
    gap: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header__right {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header__right {
    gap: 40px;
  }
}
.rr-header__center__dec {
  gap: 8px;
  display: flex;
  align-items: start;
  line-height: 27px;
  max-width: 336px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header__center__dec {
    padding-right: 10px;
    max-width: 308px;
  }
}
.rr-header__center__dec::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 2px;
  display: inline-block;
  transform: translateY(8px);
  background-color: var(--rr-theme-primary);
}
.rr-header__menu {
  display: flex;
  align-items: start;
  gap: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header__menu {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header__menu {
    gap: 30px;
  }
}
.rr-header__menu ul {
  list-style: none;
}
.rr-header__menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: rgba(25, 41, 41, 0.77);
}
.rr-header__menu ul li:last-of-type {
  margin-bottom: 0;
}
.rr-header__menu ul li a {
  position: relative;
}
.rr-header__menu ul li a::before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-heading-primary);
}
.rr-header__menu ul li a:hover, .rr-header__menu ul li a.active {
  color: var(--rr-heading-primary);
}
.rr-header__menu ul li a:hover::before, .rr-header__menu ul li a.active::before {
  right: 0;
  width: 100%;
}
.rr-header__social {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rr-header__social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1.5px solid rgba(25, 41, 41, 0.1);
}
.rr-header__social a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}

.rr-header-2 .rr-header__main {
  display: flex;
  align-items: center;
  padding: 0 180px;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-2 .rr-header__main {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2 .rr-header__main {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__main {
    padding: 26px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-2 .rr-header__main {
    padding: 30px;
  }
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul {
  list-style: none;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li {
  margin: 0 16px;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__menu__wrapper .main-menu ul li {
    margin: 0 10px;
  }
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  padding: 40.5px 0;
  position: relative;
  display: inline-block;
  color: var(--rr-heading-primary);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li > a::before {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  bottom: 44px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-heading-primary);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.has-dropdown {
  position: relative;
  padding-right: 17px;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.has-dropdown::after {
  content: "\f107";
  right: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  transform: translateY(-50%);
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
  font-family: var(--rr-ff-fontawesome);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li .sub-menu {
  left: 0;
  top: 90%;
  opacity: 0;
  width: 300px;
  padding: 15px 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: var(--rr-heading-primary);
  box-shadow: 0 20px 30px rgba(1, 15, 28, 0.1);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li .sub-menu li {
  margin: 0;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li .sub-menu li a {
  display: block;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 400;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li .sub-menu li:hover {
  margin-left: 10px;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li .sub-menu li:hover a {
  color: var(--rr-theme-primary);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.actives.has-dropdown::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.actives a {
  font-weight: 500;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li.actives a::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li:hover.has-dropdown::after {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li:hover a {
  font-weight: 500;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li:hover a::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.rr-header-2 .rr-header__menu__wrapper .main-menu ul li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.rr-header-2 .rr-header__action ul {
  list-style: none;
}
.rr-header-2 .rr-header__action ul li {
  position: relative;
  margin-right: 24px;
  padding-right: 28px;
}
.rr-header-2 .rr-header__action ul li::before {
  content: "";
  width: 1px;
  height: 31px;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.1);
}
.rr-header-2 .rr-header__action ul li button:hover svg [stroke="#192929"] {
  transition: all 0.3s ease-in-out;
  stroke: var(--rr-theme-primary);
}
.rr-header-2 .rr-header__wrapper {
  background-color: var(--rr-common-white);
}
.rr-header-2 .rr-header__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
.rr-header-2 .rr-header__contact__left {
  padding-left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-2 .rr-header__contact__left {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2 .rr-header__contact__left {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__contact__left {
    padding-left: 15px;
  }
}
.rr-header-2 .rr-header__contact__left > ul {
  gap: 52px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2 .rr-header__contact__left > ul {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__contact__left > ul {
    gap: 15px;
  }
}
.rr-header-2 .rr-header__contact__left > ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
.rr-header-2 .rr-header__contact__left > ul li img {
  margin-right: 3px;
}
.rr-header-2 .rr-header__contact__left > ul li:hover {
  color: var(--rr-heading-primary);
}
.rr-header-2 .rr-header__contact__left > ul li:nth-child(2):hover {
  color: rgba(25, 41, 41, 0.7);
}
.rr-header-2 .rr-header__contact__right {
  gap: 90px;
  display: flex;
  align-items: center;
  padding-right: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2 .rr-header__contact__right {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__contact__right {
    gap: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-2 .rr-header__contact__right {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-2 .rr-header__contact__right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2 .rr-header__contact__right {
    padding-right: 15px;
  }
}
.rr-header-2 .rr-header__btn .rr-btn {
  gap: 14px;
  font-size: 16px;
  border-radius: 0;
  padding: 16px 42.6px;
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.rr-header-2 .rr-header__btn .rr-btn i {
  font-size: 20px;
  transform: rotate(-45deg);
  font-weight: 300;
}
.rr-header-2 .rr-header__btn .rr-btn span {
  background-color: var(--rr-theme-primary-3);
}
.rr-header-2 .rr-header__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.rr-header-2__social {
  gap: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-2__social {
    gap: 15px;
  }
}
.rr-header-2__social a {
  font-size: 17px;
  color: var(--rr-heading-primary);
}
.rr-header-2__social a:hover {
  color: var(--rr-theme-primary-3);
}

.rr-header-3 .rr-header__wrapper {
  background-color: transparent;
}
.rr-header-3 .rr-header__main {
  padding: 0 110px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-3 .rr-header__main {
    padding: 0 60px;
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-3 .rr-header__main {
    padding: 0 30px;
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-3 .rr-header__main {
    padding: 0 15px;
    padding-bottom: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-3 .rr-header__main {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
.rr-header-3 .rr-header__menu__left {
  display: flex;
  align-items: center;
}
.rr-header-3 .rr-header__menu__wrapper {
  position: relative;
  margin-left: 60px;
  padding-left: 75px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-3 .rr-header__menu__wrapper {
    margin-left: 50px;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-3 .rr-header__menu__wrapper {
    margin-left: 30px;
    padding-left: 30px;
  }
}
.rr-header-3 .rr-header__menu__wrapper::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.16);
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap {
  top: 41%;
  left: 72%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap {
    display: none;
  }
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap .line {
  position: relative;
  display: inline-block;
  transform: translate(-50%, 50px);
  bottom: 0px;
  left: -25px;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap .line .dot {
  width: 6px;
  height: 6px;
  left: 50%;
  bottom: 4%;
  position: absolute;
  border-radius: 30px;
  transform: translateX(-50%);
  background-color: var(--rr-theme-primary);
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap .line::before {
  content: "";
  width: 15100%;
  background: rgba(255, 255, 255, 0.14);
  height: 1px;
  position: absolute;
  right: calc(-123px - 15000%);
  bottom: 8px;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li .line_wrap .line::after {
  content: "";
  width: 15000%;
  background: rgba(255, 255, 255, 0.14);
  height: 1px;
  position: absolute;
  right: calc(123px + 0%);
  bottom: 8px;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li > a {
  font-size: 16px;
  padding-top: 49px;
  color: var(--rr-common-white);
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li > a::before {
  display: none;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li.has-dropdown::after {
  top: 54%;
  color: var(--rr-common-white);
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li:hover .rr-header__main, .rr-header-3 .rr-header__menu__wrapper .main-menu ul li.active .rr-header__main {
  border-bottom: none !important;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li:hover .line_wrap, .rr-header-3 .rr-header__menu__wrapper .main-menu ul li.active .line_wrap {
  opacity: 1;
  visibility: visible;
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li:hover a, .rr-header-3 .rr-header__menu__wrapper .main-menu ul li.active a {
  font-weight: 400;
  color: var(--rr-theme-primary);
}
.rr-header-3 .rr-header__menu__wrapper .main-menu ul li:hover.has-dropdown::after, .rr-header-3 .rr-header__menu__wrapper .main-menu ul li.active.has-dropdown::after {
  top: 54%;
  color: var(--rr-theme-primary);
}
.rr-header-3 .rr-header__action ul li {
  margin-right: 49px;
  padding: 0 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-3 .rr-header__action ul li {
    padding: 0px;
    margin-right: 30px;
  }
}
.rr-header-3 .rr-header__action ul li::before {
  content: "";
  width: 1px;
  height: 116px;
  right: 0;
  top: -44px;
  background-color: rgba(255, 255, 255, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-3 .rr-header__action ul li::before {
    display: none;
  }
}
.rr-header-3 .rr-header__action ul li::after {
  content: "";
  width: 1px;
  height: 116px;
  left: 0;
  top: -44px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-3 .rr-header__action ul li::after {
    display: none;
  }
}
.rr-header-3 .rr-header__action ul li button:hover svg [stroke="#ffffff"] {
  stroke: var(--rr-theme-primary);
  transition: all 0.3s ease-in-out;
}
.rr-header-3 .rr-header__btn .rr-btn {
  font-size: 16px;
  margin-right: 48px;
  border-radius: 14px;
  padding: 14px 22.3px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.14);
}
.rr-header-3 .rr-header__menu-toggle .header__hamburger .sidebar__toggle {
  width: 45px;
  height: 20px;
  transform: translateY(4px);
}
.rr-header-3 .rr-header__menu-toggle .header__hamburger span {
  width: 45px;
  margin-left: 0;
  margin-bottom: 12px;
  background-color: rgb(255, 255, 255);
}
.rr-header-3 .rr-header__menu-toggle .header__hamburger span:last-of-type {
  margin-bottom: 0;
}
.rr-header-3 .rr-header__contact {
  padding: 16px 0;
  border-bottom: none;
  background: rgba(25, 41, 41, 0.7);
}
.rr-header-3 .rr-header__contact__left {
  padding-left: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-3 .rr-header__contact__left {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-3 .rr-header__contact__left {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-3 .rr-header__contact__left {
    padding-left: 15px;
  }
}
.rr-header-3 .rr-header__contact__left ul li {
  color: rgba(255, 255, 255, 0.7);
}
.rr-header-3 .rr-header__contact__left ul li:hover {
  color: var(--rr-common-white);
}
.rr-header-3 .rr-header__contact__left ul li img {
  filter: brightness(0) invert(1);
}
.rr-header-3 .rr-header__contact__left ul li:nth-child(2):hover {
  color: rgba(255, 255, 255, 0.7);
}
.rr-header-3 .rr-header__contact__right {
  padding-right: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-3 .rr-header__contact__right {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-3 .rr-header__contact__right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-3 .rr-header__contact__right {
    padding-right: 15px;
  }
}
.rr-header-3 .rr-header-2__social a {
  color: var(--rr-common-white);
}
.rr-header-3 .rr-header-2__social a:hover {
  color: var(--rr-theme-primary);
}

.rr-header-4 .rr-header-2__global {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rr-header-4 .rr-header-2__global .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.rr-header-4 .rr-header-2__global .nice-select .current {
  opacity: 0.7;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading);
}
.rr-header-4 .rr-header-2__global .nice-select .icon {
  top: 0;
  right: 0;
  position: absolute;
}
.rr-header-4 .rr-header-2__global .nice-select .list {
  background-color: var(--rr-heading-primary);
}
.rr-header-4 .rr-header-2__global .nice-select .option {
  line-height: 1;
  min-height: auto;
  padding: 12px 0;
  padding-left: 18px;
  padding-right: 29px;
  color: rgba(255, 255, 255, 0.7);
}
.rr-header-4 .rr-header-2__global .nice-select:after {
  display: none;
}
.rr-header-4 .rr-header-2__global .nice-select.open .icon {
  top: 2px;
  transform: rotate(180deg);
}
.rr-header-4 .rr-header-2__text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  position: relative;
  border-radius: 500px;
  padding: 4px 11.8px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.rr-header-4 .rr-header-2__text span::after {
  content: "";
  width: 190px;
  height: 1px;
  top: 50%;
  left: 114%;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-4 .rr-header-2__text span::after {
    width: 100px;
  }
}
.rr-header-4 .rr-header__contact__right ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.rr-header-4 .rr-header__contact__right ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-right: 30px;
  padding-right: 31px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.rr-header-4 .rr-header__contact__right ul li::after {
  content: "";
  width: 1px;
  height: 24px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.14);
}
.rr-header-4 .rr-header__contact__right ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.rr-header-4 .rr-header__contact__right ul li:last-of-type::after {
  display: none;
}
.rr-header-4 .rr-header__contact__right ul li:hover {
  color: var(--rr-common-white);
}
.rr-header-4 .rr-header__contact {
  border-bottom: none;
  padding: 3px 0;
}
.rr-header-4 .rr-header__contact__left {
  gap: 49px;
  display: flex;
  line-height: 1;
  padding-left: 90px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-4 .rr-header__contact__left {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-4 .rr-header__contact__left {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-4 .rr-header__contact__left {
    gap: 30px;
    padding-left: 15px;
  }
}
.rr-header-4 .rr-header__contact__right {
  gap: 0px;
  padding-right: 90px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-4 .rr-header__contact__right {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-4 .rr-header__contact__right {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-4 .rr-header__contact__right {
    padding-right: 15px;
  }
}
.rr-header-4 .rr-header__menu-toggle .header__hamburger .sidebar__toggle {
  width: auto;
  height: 14px;
  display: flex;
}
.rr-header-4 .rr-header__menu__right {
  display: flex;
  align-items: center;
}
.rr-header-4 .rr-header__menu__wrapper .main-menu ul li > a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.rr-header-4 .rr-header__menu__wrapper .main-menu ul li .sub-menu li a {
  text-transform: capitalize;
}
.rr-header-4 .rr-header__menu__wrapper .main-menu ul li:hover .sub-menu {
  top: 111%;
}
.rr-header-4 .rr-header__Language {
  margin-left: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-4 .rr-header__Language {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-4 .rr-header__Language {
    margin-left: 0px;
  }
}
.rr-header-4 .rr-header__Language .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;
  outline: none;
  padding-left: 0;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.rr-header-4 .rr-header__Language .nice-select .current {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}
.rr-header-4 .rr-header__Language .nice-select .icon {
  top: 0;
  right: 0;
  position: absolute;
}
.rr-header-4 .rr-header__Language .nice-select .option {
  line-height: 1;
  min-height: auto;
  padding: 12px 0;
  padding-left: 18px;
  padding-right: 29px;
  background-color: var(--rr-color-white_smoke);
}
.rr-header-4 .rr-header__Language .nice-select .list {
  background-color: var(--rr-heading-primary);
}
.rr-header-4 .rr-header__Language .nice-select:after {
  display: none;
}
.rr-header-4 .rr-header__Language .nice-select.open .icon {
  top: 2px;
  transform: rotate(180deg);
}
.rr-header-4 .rr-header__main {
  padding: 0 90px;
  transform: translateY(-12px);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .rr-header-4 .rr-header__main {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rr-header-4 .rr-header__main {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-4 .rr-header__main {
    padding: 15px;
    transform: translateY(0px);
  }
}
.rr-header-4 .rr-header__logo {
  margin-right: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rr-header-4 .rr-header__logo {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-4 .rr-header__logo {
    margin-right: 0px;
  }
}

.rr-header-5 .rr-header__main {
  padding: 0;
  margin: 0 80px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  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: 992px) and (max-width: 1199px) {
  .rr-header-5 .rr-header__main {
    margin: 0 30px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rr-header-5 .rr-header__main {
    margin: 0 15px;
    margin-top: 15px;
    padding: 20px 0;
  }
}
.rr-header-5__right {
  gap: 130px;
  display: flex;
  align-items: center;
}
.rr-header-5__right .rr-header__menu__wrapper {
  margin-left: 0px;
  padding-left: 0px;
}
.rr-header-5__right .rr-header__menu__wrapper::before {
  display: none;
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li > a {
  padding: 24.5px 0;
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li::before {
  content: "";
  width: 0;
  height: 1.5px;
  right: 0;
  top: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-theme-primary);
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li.has-dropdown::after {
  top: 52%;
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li:hover.has-dropdown::after, .rr-header-5__right .rr-header__menu__wrapper .main-menu ul li.active.has-dropdown::after {
  top: 52%;
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li:hover::before, .rr-header-5__right .rr-header__menu__wrapper .main-menu ul li.active::before {
  width: 100%;
  left: 0;
}
.rr-header-5__right .rr-header__menu__wrapper .main-menu ul li:hover .sub-menu {
  top: 101%;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-section__slide {
  margin-left: 8px;
}
.banner-section__active {
  padding-bottom: 8px;
}
.banner-section__thumb {
  width: 80px;
  height: 80px;
  position: relative;
}
@media (max-width: 575px) {
  .banner-section__thumb {
    margin: 0 auto;
  }
}
.banner-section__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section__quote {
  left: -8px;
  height: 30px;
  width: 30px;
  bottom: -13px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--rr-theme-primary);
}
.banner-section__dec {
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  margin-top: 37px;
  margin-bottom: 11px;
  color: rgba(25, 41, 41, 0.74);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__dec br {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section__dec {
    margin-top: 20px;
  }
}
.banner-section__slide span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
.banner-section__slide span::before {
  content: "";
  width: 24px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--rr-heading-primary);
}
.banner-section__button {
  display: flex;
  gap: 14px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  position: absolute;
  align-items: center;
}
.banner-section__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
  background: var(--rr-theme-primary);
}
.banner-section__arrow__next {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.banner-section__arrow:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.banner-section__wrapper {
  padding-bottom: 294px;
  display: flex;
  align-items: end;
  height: 100%;
}
@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: 992px) and (max-width: 1199px) {
  .banner-section__wrapper {
    height: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section__wrapper {
    height: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__wrapper {
    padding-bottom: 80px;
    padding-top: 60px;
    max-width: 420px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__wrapper {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .banner-section__wrapper {
    padding-top: 30px;
    margin: 0 auto;
    padding-left: 10px;
  }
}
.banner-section__content {
  padding-left: 144px;
  margin-right: -100%;
  margin-left: 15px;
  background-color: var(--rr-color-white_smoke-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section__content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section__content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__content {
    padding-left: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .banner-section__content {
    padding-left: 10px;
    background-color: inherit;
  }
}
.banner-section__space {
  padding-top: 254px;
  padding-bottom: 373px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section__space {
    padding-top: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section__space {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__space {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .banner-section__space {
    padding-bottom: 0px;
  }
}
.banner-section__title {
  font-weight: 600;
  font-size: 110px;
  line-height: 130px;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  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: 991px) {
  .banner-section__title {
    font-size: 90px;
    line-height: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section__title {
    font-size: 75px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section__title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section__title {
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .banner-section__title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
.banner-section__title span {
  font-weight: 275;
  font-style: italic;
}
.banner-section__border_1, .banner-section__border_2 {
  width: 1px;
  height: 100%;
  top: 0;
  right: 60px;
  position: absolute;
  background: rgba(25, 41, 41, 0.1);
}
.banner-section__border_2 {
  left: 60px;
  right: auto;
}

.banner-slider__wrapper {
  margin-right: 470px;
  margin-top: -224px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-slider__wrapper {
    margin-right: 225px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-slider__wrapper {
    margin-right: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-slider__wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-slider__wrapper {
    margin-top: 0;
  }
}
.banner-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider__thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.banner-slider__thumb img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.banner-slider__thumb__wrap {
  bottom: 1px;
  right: -13.6%;
  margin: 0 auto;
  max-width: 170px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-slider__thumb__wrap {
    right: -15.6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-slider__thumb__wrap {
    right: -17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-slider__thumb__wrap {
    right: 0;
  }
}
.banner-slider__gallery .swiper-slide {
  width: 50px;
  height: 50px;
}
.banner-slider__pagination {
  height: 1px;
  z-index: 2;
  margin: 0 auto;
  position: relative;
  width: 94.5% !important;
  bottom: 40px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-slider__pagination {
    bottom: 60px !important;
  }
}
.banner-slider__pagination .swiper-pagination-bullet {
  width: 0;
  height: 1px;
  top: 0;
  margin: 0 !important;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background-color: var(--rr-common-white);
}
.banner-slider__pagination .swiper-pagination-bullet:nth-child(2) {
  left: 33.33%;
}
.banner-slider__pagination .swiper-pagination-bullet:last-of-type {
  left: 66.66%;
}
.banner-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 33.33%;
}
.banner-slider__shape_1 {
  left: -34px;
  z-index: 2;
  top: -76px;
  position: absolute;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-slider__shape_1 {
    left: -34px;
    top: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-slider__shape_1 {
    left: 0px;
    top: -30px;
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {
  .banner-slider__shape_1 {
    display: none;
  }
}
.banner-slider__shape_1 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.7);
}
.banner-slider__shape_1 .shape_bg {
  width: 260px;
  height: 110px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: var(--rr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-slider__shape_1 .shape_bg {
    width: 220px;
    height: 80px;
  }
}
.banner-slider__shape_1 .shape_bg img {
  transform: rotate(90deg);
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.banner-slider__shape_2 {
  width: 320px;
  height: 313px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -45px;
  z-index: 2;
  right: -193px;
  position: absolute;
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-slider__shape_2 {
    right: 0;
    top: -110px;
    width: 200px;
    height: 200px;
  }
}

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-section-2_space {
  padding-top: 167px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-2_space {
    padding-top: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-2_space {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2_space {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .banner-section-2__content .section-heading__wrap_2 .section__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.banner-section-2__content .section-heading__wrap_2 .section__title {
  font-size: 100px;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 15px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 38px;
  }
}
.banner-section-2__dec {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__dec br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__dec {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section-2__dec {
    font-size: 17px;
  }
}
.banner-section-2__btn {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner-section-2__btn .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.banner-section-2__btn .rr-btn span {
  background-color: var(--rr-theme-primary-3);
}
.banner-section-2__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
  background-color: transparent;
}
.banner-section-2__btn .rr-btn:hover span {
  width: 700px;
  height: 700px;
}
@media (max-width: 575px) {
  .banner-section-2__btn .rr-btn {
    gap: 10px;
    font-size: 16px;
    padding: 16px 24.8px;
  }
}
.banner-section-2__call {
  display: flex;
  align-items: center;
  gap: 22px;
}
.banner-section-2__call-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--rr-heading-primary);
}
.banner-section-2__call-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: rgba(25, 41, 41, 0.7);
}
.banner-section-2__call-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--rr-heading-primary);
  background: linear-gradient(var(--rr-heading-primary) 0%, var(--rr-heading-primary) 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 80%;
  transition: all 0.3s ease-in-out;
}
.banner-section-2__call-info a:hover {
  background-size: 0% 1px;
}
.banner-section-2__content {
  z-index: 1;
  padding-top: 174px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-2__content {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__content {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.banner-section-2__thumb {
  text-align: end;
  position: relative;
}
.banner-section-2__thumb img {
  mask-image: url(../img/banner/banner-2_01.png);
  mask-size: 100% 100%;
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-2__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-2__thumb img {
    height: 700px;
  }
}
.banner-section-2__counter {
  width: 357px;
  left: 38px;
  bottom: 10px;
  padding: 27px 34px;
  padding-right: 40px;
  padding-bottom: 43px;
  position: absolute;
  background: rgb(31, 49, 48);
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .banner-section-2__counter {
    left: 0;
    right: 0;
    bottom: 0;
    width: 270px;
    margin: 0 auto;
    margin-top: 20px;
    position: inherit;
  }
}
.banner-section-2__counter h2 {
  font-weight: 500;
  font-size: 140px;
  line-height: 1;
  text-align: start;
  margin-bottom: 20px;
  letter-spacing: -0.07em;
  text-transform: capitalize;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .banner-section-2__counter h2 {
    font-size: 80px;
  }
}
.banner-section-2__counter h2 .odometer.odometer-auto-theme,
.banner-section-2__counter h2 .odometer.odometer-theme-default {
  line-height: 1;
}
.banner-section-2__counter p {
  max-width: 197px;
  text-align: start;
  margin: 0 0 0 auto;
  font-weight: 300;
}
.banner-section-2__bg__shape_1 {
  top: -68px;
  left: -252px;
  width: 732px;
  height: 732px;
  position: absolute;
  border-radius: 500px;
  border: 75px solid var(--rr-common-white);
  outline: 75px solid var(--rr-common-white);
}
.banner-section-2__bg__shape_2 {
  right: -318px;
  width: 732px;
  height: 732px;
  bottom: -313px;
  position: absolute;
  border-radius: 500px;
  border: 75px solid var(--rr-common-white);
  outline: 75px solid var(--rr-common-white);
}
.banner-section-2__scroll {
  position: absolute;
  bottom: 100px;
  left: 180px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-2__scroll {
    bottom: 50px;
    left: 30%;
  }
}
.banner-section-2__scroll .icon {
  width: 48px;
  height: 78px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 1.5px solid rgba(25, 41, 41, 0.7);
}
.banner-section-2__scroll span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: rgba(25, 41, 41, 0.7);
  transform: rotate(90deg) translateX(-20px);
}

.banner-section-3_space {
  padding-top: 290px;
  padding-bottom: 352px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-3_space {
    padding-top: 230px;
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-3_space {
    padding-top: 180px;
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-3_space {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}

.banner-section-3__wrapper {
  position: relative;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 2s ease-in-out;
}
.banner-section-3__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: linear-gradient(0deg, rgba(25, 41, 41, 0) 0%, var(--rr-heading-primary) 100%);
}
.banner-section-3__wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  position: absolute;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: var(--rr-heading-primary);
}
.banner-section-3__content {
  margin: 0 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-3__content {
    margin: 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-3__content {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-3__content {
    margin: 0 30px;
  }
}
@media (max-width: 575px) {
  .banner-section-3__content {
    margin: 0 15px;
  }
}
.banner-section-3__active .swiper-slide-active .banner-section-3__wrapper {
  transform: scale(1);
}
.banner-section-3__active .swiper-slide-active .banner-section-3__subtitle {
  opacity: 0;
  animation: anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.banner-section-3__active .swiper-slide-active .banner-section-3__title {
  opacity: 0;
  animation: anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
}
.banner-section-3__active .swiper-slide-active .banner-section-3__btn {
  opacity: 0;
  animation: FadeInUp 1.3s ease-out forwards;
}
.banner-section-3__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.74);
}
.banner-section-3__subtitle::before {
  content: "";
  width: 70px;
  height: 1px;
  margin-right: 14px;
  display: inline-block;
  transform: translateY(-6px);
  background-color: rgba(255, 255, 255, 0.74);
}
@media (max-width: 575px) {
  .banner-section-3__subtitle::before {
    display: none;
  }
}
.banner-section-3__title {
  font-weight: 500;
  font-size: 100px;
  line-height: 124px;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-3__title {
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-3__title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-3__title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section-3__title {
    font-size: 33px;
    line-height: 45px;
  }
}
.banner-section-3__btn .rr-btn_2 {
  padding: 14px 28px;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.banner-section-3__btn .rr-btn_2 span {
  background-color: var(--rr-common-white);
}
.banner-section-3__bottom {
  z-index: 1;
  bottom: 70px;
  right: 110px;
  width: 100%;
  max-width: 745px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-3__bottom {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-3__bottom {
    max-width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-3__bottom {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .banner-section-3__bottom {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-3__bottom {
    right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-3__bottom {
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-3__bottom {
    bottom: 50px;
  }
}
.banner-section-3__custom-pagination {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  color: var(--rr-common-white);
}
.banner-section-3__custom-pagination span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.banner-section-3__dots {
  line-height: 0.4;
  margin-bottom: 20px;
}
.banner-section-3__dots .swiper-pagination-bullet {
  height: 1px;
  width: 33.33%;
  opacity: 0.14;
  margin: 0 !important;
  background-color: var(--rr-common-white);
}
.banner-section-3__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 1px;
  width: 33.33%;
  opacity: 1;
  color: var(--rr-common-white);
}
.banner-section-3__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .banner-section-3__dec br {
    display: none;
  }
}

.banner-section-4__wrapper {
  margin: 0 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-section-4__wrapper {
    margin: 0 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-4__wrapper {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-4__wrapper {
    margin: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__wrapper {
    margin: 0px;
  }
}
.banner-section-4__wrapper.banner-section-4_space {
  padding-top: 250px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-section-4__wrapper.banner-section-4_space {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-4__wrapper.banner-section-4_space {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__wrapper.banner-section-4_space {
    padding-top: 70px;
  }
}
.banner-section-4__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: linear-gradient(270deg, rgba(25, 41, 41, 0.7) 0%, rgba(25, 41, 41, 0.686) 22.99%, rgba(25, 41, 41, 0.63) 47.47%, rgba(25, 41, 41, 0) 118.76%);
}
.banner-section-4__content {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-4__content {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__content {
    margin-left: 20px;
  }
}
.banner-section-4__card {
  right: 0;
  bottom: -69px;
  display: flex;
  align-items: center;
  position: absolute;
  background: var(--rr-common-white);
}
.banner-section-4__item {
  height: 139px;
  display: flex;
  width: 294px;
  align-items: center;
  padding-left: 54px;
  position: relative;
  transition: all 0.3s ease-in-out;
  background: var(--rr-common-white);
  border: 1px solid rgba(25, 41, 41, 0.1);
  border-right: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-4__item {
    height: 115px;
    width: 250px;
  }
}
.banner-section-4__item::before {
  content: "";
  width: 1.4px;
  height: 67px;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(25, 41, 41, 0.1);
}
.banner-section-4__item:nth-child(2) {
  border-left: none;
}
.banner-section-4__item:last-of-type {
  border-left: none;
  border-right: 1px solid rgba(25, 41, 41, 0.1);
}
.banner-section-4__item:last-of-type::before {
  display: none;
}
.banner-section-4__item:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
}
.banner-section-4__item:hover span {
  color: var(--rr-theme-primary-3);
}
.banner-section-4__item:hover h3 {
  color: var(--rr-common-white);
}
.banner-section-4__item span {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 2px;
  display: inline-block;
  letter-spacing: 0.24em;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}
.banner-section-4__item h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
}
.banner-section-4__subtitle {
  gap: 8px;
  display: flex;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  letter-spacing: 0.3em;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .banner-section-4__subtitle {
    gap: 0;
    font-size: 14px;
  }
}
.banner-section-4__title {
  font-weight: 400;
  font-size: 70px;
  line-height: 84px;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__title {
    font-size: 51px;
    line-height: 60px;
    margin-top: 15px;
  }
  .banner-section-4__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-section-4__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.banner-section-4__title span {
  font-weight: 500;
  font-style: italic;
  font-family: Playfair Display;
  color: var(--rr-theme-primary-3);
}
.banner-section-4__dec {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  max-width: 540px;
  margin-bottom: 62px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__dec {
    margin-bottom: 30px;
  }
}
.banner-section-4__btn .rr-btn_2 {
  padding: 14px 27.6px;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary-3);
}
.banner-section-4__btn .rr-btn_2 span {
  background-color: var(--rr-common-white);
}
.banner-section-4__margin-top {
  padding-top: 152px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-4__margin-top {
    padding-top: 75px;
  }
}

.banner-section-5__space {
  padding-top: 228px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-5__space {
    padding-top: 155px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__space {
    padding-top: 145px;
    padding-bottom: 70px;
  }
}
.banner-section-5__title {
  font-weight: 400;
  font-size: 80px;
  line-height: 94px;
  letter-spacing: -0.01em;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-5__title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-section-5__title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__title br {
    display: none;
  }
}
.banner-section-5__dec {
  font-size: 16px;
  font-weight: 400;
  max-width: 390px;
  line-height: 26px;
  transform: translateY(12px);
}
.banner-section-5__text {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-left: -190px;
  justify-content: space-between;
}
@media (min-width: 1700px) and (max-width: 1800px) {
  .banner-section-5__text {
    margin-left: -110px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .banner-section-5__text {
    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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__text {
    margin-left: 0px;
  }
}
.banner-section-5__shape {
  bottom: 72px;
  right: 190px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__shape {
    bottom: 35px;
    right: 60px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__shape {
    display: none;
  }
}
.banner-section-5__gallery .thumb {
  position: relative;
}
.banner-section-5__gallery .thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(25, 41, 41, 0) 0%, #192929 135.54%);
}
.banner-section-5__gallery .thumb img {
  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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-section-5__gallery .thumb img {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__gallery .thumb img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__gallery .thumb img {
    height: 400px;
  }
}
.banner-section-5__wrap {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  border-top: 1.5px solid rgba(255, 255, 255, 0.14);
}
.banner-section-5__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .banner-section-5__content {
    flex-wrap: wrap;
  }
}
.banner-section-5__cat {
  width: 33.33%;
  cursor: pointer;
  padding: 16.5px 44px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__cat {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__cat {
    width: 100%;
    border-right: none;
  }
}
.banner-section-5__cat.active {
  border: none;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.14);
}
.banner-section-5__cat.active:first-of-type {
  border-left: none;
}
.banner-section-5__cat.active h3 span {
  opacity: 1;
  visibility: visible;
}
.banner-section-5__cat:first-of-type {
  border-left: 1.5px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 575px) {
  .banner-section-5__cat:first-of-type {
    border-left: none;
  }
}
.banner-section-5__cat h3 {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  color: var(--rr-common-white);
  justify-content: space-between;
}
.banner-section-5__cat h3 span {
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.banner-section-5__bottom {
  height: 754px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section-5__bottom {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-section-5__bottom {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .banner-section-5__bottom {
    height: 400px;
  }
}
.banner-section-5__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.banner-section-5__image.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.banner-section-5__button {
  right: 0;
  top: -55PX;
  position: absolute;
}
.banner-section-5__button a {
  gap: 18px;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  line-height: 28px;
  align-items: center;
  position: relative;
  padding: 34px 67.5px;
  display: inline-flex;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.banner-section-5__button a span {
  background-color: var(--rr-common-white);
}
.banner-section-5__button a:hover {
  color: var(--rr-heading-primary);
}
.banner-section-5__button a:hover span {
  width: 700px;
  height: 700px;
}

/*----------------------------------------*/
/*  7.1 cta
/*----------------------------------------*/
.cta-section__content {
  padding-bottom: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section__content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section__content {
    padding-bottom: 70px;
  }
}
.cta-section__content .section-heading__wrap {
  max-width: 552px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section__content .section-heading__wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section__content .section-heading__wrap {
    margin-bottom: 30px;
  }
}
.cta-section__content {
  background-color: var(--rr-heading-primary);
}
.cta-section__btn {
  position: relative;
}
.cta-section__btn::before {
  content: "";
  width: 100px;
  height: 155px;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  background-color: var(--rr-theme-primary);
}
.cta-section__btn .rr-btn {
  background-color: var(--rr-common-white);
}
.cta-section__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.cta-section__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.cta-section__shape_1 {
  position: absolute;
  top: -121px;
  left: -117px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section__shape_1 {
    top: -80px;
    left: -50px;
  }
}
.cta-section__shape_2 {
  position: absolute;
  bottom: -114px;
  right: -111px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section__shape_2 {
    right: -190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section__shape_2 {
    bottom: -60px;
    right: -270px;
  }
}
.cta-section__shape img {
  animation: rotate360 9s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section__shape img {
    width: 70%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section__shape img {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-2__space {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-2__space {
    padding: 70px 0;
  }
}
.cta-section-2__content {
  z-index: 1;
  max-width: 724px;
  position: relative;
}
.cta-section-2__content .section-heading__wrap_2 .section__subtitle {
  color: var(--rr-theme-primary-3);
  background: var(--rr-heading-primary);
}
.cta-section-2__content .section-heading__wrap_2 .section__title {
  font-size: 90px;
  line-height: 110px;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 80px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  .cta-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
.cta-section-2__thumb {
  max-width: 780px;
  max-height: 750px;
  text-align: end;
  margin: 0 0 auto auto;
  margin-right: -49%;
}
@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) {
  .cta-section-2__thumb {
    margin: 0;
    margin-right: -49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-2__thumb {
    max-width: 500px;
    max-height: auto;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.cta-section-2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url(../img/shapes/clip-path.png);
  mask-size: 100% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-2__thumb img {
    transform: translateY(0px) !important;
  }
}
.cta-section-2__btn {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cta-section-2__btn {
    gap: 20px;
  }
}
.cta-section-2__btn .rr-btn_2 span {
  background-color: var(--rr-common-white);
}
.cta-section-2__btn-sub img {
  margin-right: 12px;
}
.cta-section-2__shape_1 {
  top: -189px;
  left: 44px;
  position: absolute;
}
.cta-section-2__shape_2 {
  left: 49.5%;
  bottom: 170px;
  position: absolute;
  transform: translateX(-50%);
}

.cta-3__text {
  display: flex;
  align-items: end;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-3__text {
    flex-wrap: wrap;
  }
}
.cta-3__left {
  width: 100%;
  max-width: 549px;
  position: relative;
  padding: 34px 70px;
  background: var(--rr-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-3__left {
    max-width: 50%;
    padding: 27px 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-3__left {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cta-3__left {
    padding: 15px;
  }
}
.cta-3__left::before {
  content: "";
  width: 24px;
  height: 27px;
  top: 100%;
  right: 0;
  position: absolute;
  background: var(--rr-theme-primary);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-3__left::before {
    display: none;
  }
}
.cta-3__left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .cta-3__left p {
    line-height: 1.2;
    text-align: center;
  }
}
.cta-3__right {
  width: 100%;
  max-width: 738px;
  padding: 34px 70px;
  background-color: rgb(48, 62, 62);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-3__right {
    max-width: 50%;
    padding: 27px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-3__right {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cta-3__right {
    padding: 15px;
  }
}
.cta-3__right a {
  gap: 210px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-3__right a {
    gap: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cta-3__right a {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .cta-3__right a {
    justify-content: center;
  }
}

.cta-section-5__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-section-5__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.5);
}
.cta-section-5__space {
  padding-top: 252px;
  padding-bottom: 289px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .cta-section-5__space {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-section-5__space {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section-5__space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-5__space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5__space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cta-section-5__text .section-heading__wrap_5 .section__subtitle span {
  background-color: var(--rr-common-white);
}
.cta-section-5__text .section-heading__wrap_5 .section__title span {
  color: var(--rr-theme-primary);
}
.cta-section-5__btn {
  margin-top: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section-5__btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-section-5__btn {
    margin-top: 20px;
  }
}

/*----------------------------------------*/
/*  4.1 Meanmenu
/*----------------------------------------*/
.mean-container {
  margin-bottom: 35px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--rr-common-white);
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: var(--rr-fw-bold);
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: var(--rr-common-white);
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  background: var(--rr-theme-primary);
  color: var(--rr-common-white);
  border-color: transparent;
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--rr-common-white);
  -webkit-transform: rotate(90deg) translate(-84%, 17%);
  -moz-transform: rotate(90deg) translate(-84%, 17%);
  -ms-transform: rotate(90deg) translate(-84%, 17%);
  -o-transform: rotate(90deg) translate(-84%, 17%);
  transform: rotate(90deg) translate(-84%, 17%);
}
.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);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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;
}
.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-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
}
.mean-container .mean-nav ul li .line_wrap {
  display: none;
}
.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-section__thumb {
  overflow: hidden;
  position: relative;
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-section__thumb img:hover {
  transform: scale(1.1);
}
.blog-section__item:hover .blog-section__date {
  opacity: 1;
  top: 20px;
  visibility: visible;
}
.blog-section__meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 12px;
}
.blog-section__meta li {
  gap: 10.5px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  margin-right: 25px;
  padding-right: 32px;
  align-items: center;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section__meta li {
    margin-right: 15px;
    padding-right: 20px;
  }
}
.blog-section__meta li::before {
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  border-radius: 500px;
  transform: translateY(-50%);
  background-color: var(--rr-heading-primary);
}
.blog-section__meta li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.blog-section__meta li:last-of-type::before {
  display: none;
}
.blog-section__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .blog-section__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-section__title a:hover {
  color: rgb(1, 89, 65);
}
.blog-section__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.blog-section__btn .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.blog-section__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.blog-section__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.blog-section__date {
  top: -20px;
  opacity: 0;
  right: 20px;
  width: 70px;
  height: 80px;
  display: flex;
  visibility: hidden;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-heading-primary);
}
.blog-section__date span {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 2px;
  color: var(--rr-common-white);
}
.blog-section__date span:last-of-type {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

.blog-section-2__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog-section-2__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 25px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-section-2__title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog-section-2__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section-2__title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-section-2__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .blog-section-2__title {
    margin-bottom: 20px;
  }
}
.blog-section-2__title a:hover {
  color: var(--rr-theme-primary-2);
}
.blog-section-2__thumb {
  overflow: hidden;
}
.blog-section-2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.blog-section-2__thumb img:hover {
  transform: scale(1.1);
}
.blog-section-2__date span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.blog-section-2__date span:first-of-type {
  line-height: 1;
  border-radius: 500px;
  padding: 8.5px 17.1px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-section-2__date span:last-of-type {
  margin-left: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section-2__date span:last-of-type {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .blog-section-2__date span:last-of-type {
    margin-left: 10px;
  }
}
.blog-section-2__date span:last-of-type::before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 17px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section-2__date span:last-of-type::before {
    width: 15px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .blog-section-2__date span:last-of-type::before {
    width: 2px;
    margin-right: 10px;
  }
}

.blog-section-3__item {
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-section-3__thumb {
  overflow: hidden;
  position: relative;
}
.blog-section-3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-section-3__thumb img:hover {
  transform: scale(1.1);
}
.blog-section-3__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  position: absolute;
  background-color: var(--rr-heading-primary);
}
.blog-section-3__content {
  padding: 20px 25px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section-3__content {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 575px) {
  .blog-section-3__content {
    padding: 20px;
  }
}
.blog-section-3__meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(25, 41, 41, 0.7);
}
.blog-section-3__meta span.date {
  position: relative;
  padding-left: 16px;
  margin-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog-section-3__meta span.date {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .blog-section-3__meta span.date {
    padding-left: 12px;
  }
}
.blog-section-3__meta span.date::before {
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-radius: 30px;
  background-color: var(--rr-heading-primary);
}
.blog-section-3__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 15px;
  margin-bottom: 22px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-section-3__title {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-section-3__title {
    font-size: 19px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-section-3__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .blog-section-3__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.blog-section-3__title a {
  background: linear-gradient(var(--rr-heading-primary) 0%, var(--rr-heading-primary) 100%);
  background-size: 0% 1.5px;
  background-repeat: no-repeat;
  background-position: left 90%;
  transition: all 0.3s ease-in-out;
}
.blog-section-3__title a:hover {
  background-size: 100% 1px;
}
.blog-section-3__btn .rr-btn {
  font-size: 16px;
  line-height: 1;
  padding: 8.5px 17.2px;
  letter-spacing: -0.01em;
  background-color: transparent;
  color: var(--rr-heading-primary);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-section-3__btn .rr-btn span {
  background-color: var(--rr-heading-primary);
}
.blog-section-3__btn .rr-btn:hover {
  color: var(--rr-common-white);
  border-color: var(--rr-heading-primary);
}

.blog-section-4__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 70px;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__top {
    margin-bottom: 30px;
  }
}
.blog-section-4__wrapper {
  margin-right: -150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .blog-section-4__wrapper {
    margin-right: -222px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__wrapper {
    margin: 0 15px;
  }
}
.blog-section-4__item {
  gap: 20px;
  display: flex;
  max-width: 629px;
  padding-top: 34px;
  align-items: start;
  border-top: 1.5px solid rgba(25, 41, 41, 0.14);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__item {
    margin: 0 auto;
    max-width: 315px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-section-4__cat span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.04em;
  color: rgba(25, 41, 41, 0.7);
}
.blog-section-4__cat span:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.blog-section-4__cat span:first-of-type::before {
  display: none;
}
.blog-section-4__cat span::before {
  content: "";
  height: 18px;
  width: 1.5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(25, 41, 41, 0.14);
}
.blog-section-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media (min-width: 1600px) and (max-width: 1803px) {
  .blog-section-4__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__title {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__title {
    margin-bottom: 15px;
  }
}
.blog-section-4__title a:hover {
  color: var(--rr-theme-primary-2);
}
.blog-section-4__date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: rgba(25, 41, 41, 0.7);
}
.blog-section-4__btn {
  margin-top: 63%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-4__btn {
    margin-top: 2%;
  }
}
.blog-section-4__btn a {
  gap: 5.5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.blog-section-4__btn a:hover {
  color: var(--rr-theme-primary-2);
}
.blog-section-4__btn a i {
  font-size: 20px;
}
.blog-section-4__pagination {
  width: auto !important;
  height: 3px;
  display: flex;
  align-items: center;
  transform: translateY(-10px);
}
.blog-section-4__pagination .swiper-pagination-bullet {
  width: 70px;
  height: 1.5px;
  opacity: 14%;
  margin: 0 !important;
  border-radius: 0;
  background: var(--rr-heading-primary);
}
.blog-section-4__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-theme-primary-3);
}

.blog-section-5__wrapper {
  margin-right: -285px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__wrapper {
    margin-right: 0;
  }
}
.blog-section-5__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 65px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__top {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.blog-section-5__top__btn .rr-btn_2 {
  padding: 14px 27.6px;
  transform: translateY(-15px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__top__btn .rr-btn_2 {
    transform: translateY(0px);
  }
}
.blog-section-5__item {
  gap: 60px;
  display: flex;
  max-width: 668px;
  justify-content: space-between;
  background-color: var(--rr-color-white_smoke);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__item {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-section-5__content {
  padding: 31px 0 35px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__content {
    padding: 20px;
  }
}
.blog-section-5__title {
  max-width: 290px;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 12px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-section-5__title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__title {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .blog-section-5__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog-section-5__title a:hover {
  opacity: 0.7;
}
.blog-section-5__date span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.7);
}
.blog-section-5__btn {
  margin-top: 40%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__btn {
    margin-top: 5px;
  }
}
.blog-section-5__btn a {
  gap: 15px;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
  color: var(--rr-heading-primary);
}
.blog-section-5__btn a i {
  font-size: 22px;
}
.blog-section-5__btn a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__thumb {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-section-5__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog-page__pagination ul {
  gap: 10px;
  display: flex;
  margin-top: 80px;
  list-style: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-page__pagination ul {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .blog-page__pagination ul {
    gap: 5px;
    margin-top: 45px;
  }
}
.blog-page__pagination ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
@media (max-width: 575px) {
  .blog-page__pagination ul li a {
    width: 45px;
    height: 45px;
  }
}
.blog-page__pagination ul li a.arrow {
  font-size: 16px;
  font-weight: 300;
  border-color: var(--rr-heading-primary);
}
.blog-page__pagination ul li a:hover {
  color: var(--rr-common-white);
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  5.3 sidebar
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__sidebar__wrapper {
    margin-top: 30px;
  }
}
.blog-details__sidebar__widget {
  padding: 40px 44px;
  margin-bottom: 43px;
  background: var(--rr-color-white_smoke-4);
}
.blog-details__sidebar__widget:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog-details__sidebar__widget {
    padding: 22px 20px 31px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__sidebar__widget {
    margin-bottom: 30px;
  }
}
.blog-details__sidebar-form {
  position: relative;
}
.blog-details__sidebar-form input {
  width: 100%;
  height: 60px;
  padding: 15px 56px 15px 23px;
  background: var(--rr-common-white);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__sidebar-form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(25, 41, 41, 0.4);
}
.blog-details__sidebar-form button {
  right: 5px;
  top: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translate(0%, -50%);
  background: var(--rr-theme-primary);
}
.blog-details__sidebar-form button i {
  font-size: 15px;
  font-weight: 400;
  color: var(--rr-heading-primary);
}
.blog-details__sidebar__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--rr-heading-primary);
}
.blog-details__sidebar__Categories ul {
  list-style: none;
}
.blog-details__sidebar__Categories ul li {
  margin-bottom: 14px;
}
.blog-details__sidebar__Categories ul li:first-of-type {
  padding-top: 13px;
}
.blog-details__sidebar__Categories ul li:last-of-type {
  margin-bottom: 0;
}
.blog-details__sidebar__Categories ul li a {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  align-items: center;
  padding: 20.5px 23px;
  letter-spacing: -0.01em;
  color: rgba(25, 41, 41, 0.4);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-common-white);
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__sidebar__Categories ul li a i {
  font-size: 18px;
  font-weight: 400;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .blog-details__sidebar__Categories ul li a i {
    display: none;
  }
}
.blog-details__sidebar__Categories ul li:hover a {
  color: var(--rr-heading-primary);
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}
.blog-details__sidebar__post-item {
  gap: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.blog-details__sidebar__post-item:first-of-type {
  padding-top: 42px;
  border-top: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-details__sidebar__post-thumb {
  width: 108px;
  height: 106px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details__sidebar__post-thumb {
    min-width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details__sidebar__post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__sidebar__post-meta span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 2px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.blog-details__sidebar__post-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog-details__sidebar__post-title {
    font-size: 15px;
    line-height: 20px;
  }
}
.blog-details__sidebar__post-title a:hover {
  opacity: 0.7;
  color: var(--rr-heading-primary);
}
.blog-details__sidebar__popular-tags {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  list-style: none;
  align-items: center;
  padding-top: 43px;
  border-top: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__sidebar__popular-tags li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  letter-spacing: -0.01em;
  padding: 14.5px 24.4px;
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.blog-details__sidebar__popular-tags li:hover {
  background: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  5.1 blog-details
/*----------------------------------------*/
.blog-details__main-thumb {
  margin-bottom: 34px;
}
.blog-details__main-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__main-thumb img {
    transform: translateY(0px) !important;
  }
}
.blog-details__meta ul {
  gap: 44px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__meta ul {
    gap: 10px;
  }
}
.blog-details__meta ul li {
  gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  align-items: center;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.blog-details__main-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 45px;
  margin-bottom: 24px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details__main-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details__main-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details__main-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__main-title {
    margin-bottom: 10px;
  }
}
.blog-details__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.blog-details__gallery {
  margin-top: 50px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__gallery {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.blog-details__gallery .gallery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__gallery .gallery_image img {
    transform: translateY(0px) !important;
  }
}
.blog-details__gallery .blog-details__dec {
  margin-top: 25px;
}
.blog-details__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 53px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 23px;
    line-height: 30px;
  }
}
.blog-details__headline {
  padding: 42px 63px;
  position: relative;
  padding-bottom: 53px;
  margin-top: 60px;
  margin-bottom: 43px;
  border: 1px solid rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__headline {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details__headline {
    padding: 15px;
  }
}
.blog-details__headline p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-heading-primary);
}
.blog-details__headline span {
  right: 86px;
  bottom: -16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  letter-spacing: -0.01em;
  padding: 5px 48px 6px 45px;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.blog-details__quote {
  width: 60px;
  height: 54px;
  top: -18px;
  left: -1px;
  position: absolute;
  display: inline-block;
  background-color: var(--rr-common-white);
}
.blog-details__tag {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 575px) {
  .blog-details__tag {
    gap: 10px;
  }
}
.blog-details__tag span {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .blog-details__tag span {
    line-height: 1;
  }
}
.blog-details__tag ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details__tag ul {
    gap: 5px;
  }
}
.blog-details__tag ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  border-radius: 500px;
  padding: 8.5px 17.1px;
  letter-spacing: -0.01em;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details__tag ul li {
    padding: 8.5px 15.1px;
  }
}
@media (max-width: 575px) {
  .blog-details__tag ul li {
    padding: 8.5px 10px;
  }
}
.blog-details__thumb {
  margin-bottom: 36px;
}
@media (max-width: 575px) {
  .blog-details__thumb {
    margin-bottom: 20px;
  }
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__thumb img {
    transform: translateY(0px) !important;
  }
}
.blog-details__social {
  display: flex;
  padding: 25px 0;
  margin-top: 60px;
  margin-bottom: 54px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--rr-heading-primary);
  border-bottom: 1px solid var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__social {
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__social {
    padding: 15px 0;
  }
}
.blog-details__media {
  gap: 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details__media {
    gap: 10px;
  }
}
.blog-details__media span {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  color: var(--rr-heading-primary);
}
.blog-details__media ul {
  gap: 5px;
  display: flex;
  list-style: none;
  align-items: center;
}
.blog-details__media ul li a {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 17px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__media ul li a:hover {
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}
.blog-details__Comment-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 53px;
  margin-bottom: 42px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment-title {
    margin-bottom: 15px;
  }
}
.blog-details__Comment__author {
  gap: 21px;
  display: flex;
  align-items: start;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment__author {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__Comment__author {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.blog-details__Comment__author .author_thumb {
  min-width: 84px;
  height: 84px;
}
.blog-details__Comment__author .author_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.blog-details__Comment__author .author_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details__Comment__author .author_info .name {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  color: var(--rr-heading-primary);
}
.blog-details__Comment__author .author_info .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.blog-details__Comment__author .author_info .reply a {
  gap: 6px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 53px;
  margin-right: 9px;
  align-items: center;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.blog-details__Comment__author .author_info .reply a:hover {
  color: var(--rr-theme-primary-2);
}
.blog-details__Comment__author .Comment {
  font-weight: 400;
  font-size: 16px;
  margin-top: 27px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .blog-details__Comment__author .Comment {
    margin-top: 15px;
  }
}
.blog-details__Comment ul {
  list-style: none;
}
.blog-details__Comment ul li:first-of-type .blog-details__Comment__author {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment ul li:first-of-type .blog-details__Comment__author {
    padding-left: 0;
  }
}
.blog-details__Comment ul li .Comment_reply .blog-details__Comment__author {
  padding-left: 93px;
  padding-top: 63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details__Comment ul li .Comment_reply .blog-details__Comment__author {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment ul li .Comment_reply .blog-details__Comment__author {
    padding-left: 20px;
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details__Comment ul li .Comment_reply .blog-details__Comment__author {
    padding-left: 0px;
  }
}
.blog-details__Comment-form__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin-top: 56px;
  margin-bottom: 52px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment-form__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.blog-details__Comment-form__input input {
  width: 100%;
  height: 60px;
  padding: 0 23px;
  margin-bottom: 24px;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__Comment-form__input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(25, 41, 41, 0.7);
}
.blog-details__Comment-form__textarea {
  line-height: 1;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-details__Comment-form__textarea {
    margin-bottom: 20px;
  }
}
.blog-details__Comment-form__textarea textarea {
  width: 100%;
  height: 158px;
  padding: 23px;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.blog-details__Comment-form__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: rgba(25, 41, 41, 0.7);
}
.blog-details__Comment-form__btn .rr-btn_2 {
  font-size: 16px;
  line-height: 26px;
  padding: 10.5px 26.3px;
}

/*----------------------------------------*/
/*  6.1 footer
/*----------------------------------------*/
.footer-section__contact {
  padding-bottom: 74px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__contact {
    padding-bottom: 30px;
  }
}
.footer-section__input {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-section__input {
    gap: 20px;
  }
}
.footer-section__input input {
  width: 563px;
  height: 60px;
  border: none;
  padding: 0 34px;
  border-radius: 500px;
  color: var(--rr-heading-primary);
  background: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section__input input {
    width: 450px;
  }
}
.footer-section__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.3);
}
.footer-section__input .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.footer-section__input .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.footer-section__input .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.footer-section__notification {
  gap: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-section__notification {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.footer-section__notification p {
  font-weight: 300;
}
.footer-section__notification .notification__icon {
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(25, 41, 41, 0.1);
}
.footer-section__notification .notification__icon span i {
  font-size: 18px;
}
.footer-section__notification .notification__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__notification .notification__dec br {
    display: none;
  }
}
.footer-section__top {
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
.footer-section__social {
  gap: 10px;
  height: 100%;
  display: flex;
  margin-right: 25px;
  margin-left: 103px;
  padding-top: 42px;
  align-items: center;
  justify-content: end;
  border-left: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section__social {
    margin-right: 0px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__social {
    margin-right: 0;
    margin-left: 0;
    border-left: none;
    padding-bottom: 40px;
    justify-content: start;
  }
}
.footer-section__social span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-right: 14px;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .footer-section__social span {
    margin-right: 0;
  }
}
.footer-section__social a {
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.footer-section__social a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.footer-section__wrapper {
  padding-top: 78px;
  padding-bottom: 58px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-section__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 22px;
  color: var(--rr-heading-primary);
}
.footer-section__menu ul {
  list-style: none;
}
.footer-section__menu ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  color: rgba(25, 41, 41, 0.7);
}
.footer-section__menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer-section__menu ul li a:hover {
  color: var(--rr-theme-primary-2);
}
.footer-section__widget.widget_col-2 {
  margin-left: 44px;
  margin-right: -10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section__widget.widget_col-2 {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section__widget.widget_col-2 {
    margin-left: -5px;
    margin-right: -21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__widget.widget_col-2 {
    margin-left: 0px;
  }
}
.footer-section__widget.widget_col-3 {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section__widget.widget_col-3 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section__widget.widget_col-3 {
    margin-left: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__widget.widget_col-3 {
    margin-left: 0px;
  }
}
.footer-section__widget.widget_col-4 {
  margin-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section__widget.widget_col-4 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section__widget.widget_col-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__widget.widget_col-4 {
    margin-left: 0px;
  }
}
.footer-section__widget.widget_col-5 {
  margin-left: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section__widget.widget_col-5 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section__widget.widget_col-5 {
    margin-left: -30px;
  }
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-section-2__top {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-2__top {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__top {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .footer-section-2__logo {
    text-align: center;
  }
}
.footer-section-2__social {
  gap: 37px;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-2__social {
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .footer-section-2__social {
    margin-top: 20px;
    justify-content: center;
  }
}
.footer-section-2__social::before {
  content: "";
  width: 1px;
  height: 31px;
  margin-right: 3px;
  display: inline-block;
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__social::before {
    display: none;
  }
}
.footer-section-2__social span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-right: -14px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-2__social a {
  font-size: 20px;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
}
.footer-section-2__social a:hover {
  color: var(--rr-theme-primary-3);
}
.footer-section-2__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 18px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
.footer-section-2__info {
  display: flex;
  align-items: start;
  gap: 23px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .footer-section-2__info {
    gap: 15px;
  }
}
.footer-section-2__info:last-of-type {
  margin-bottom: 0;
}
.footer-section-2__info__icon {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.14);
}
.footer-section-2__info__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--rr-common-white);
}
.footer-section-2__info__text a {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-2__info__text a:hover {
  color: var(--rr-theme-primary-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__info__text a br {
    display: none;
  }
}
.footer-section-2__wrapper {
  margin-left: -26px;
  padding-bottom: 65px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__notification p br {
    display: none;
  }
}
.footer-section-2__wrapper .footer-section__notification .notification__icon span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-section-2__wrapper .footer-section__notification .notification__icon span i {
  font-size: 18px;
  color: var(--rr-common-white);
}
.footer-section-2__wrapper .footer-section__input {
  gap: 14px;
}
.footer-section-2__wrapper .footer-section__input input {
  width: 650px;
  color: var(--rr-common-white);
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-2__wrapper .footer-section__input input {
    width: 500px;
  }
}
.footer-section-2__wrapper .footer-section__input input::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}
.footer-section-2__wrapper .footer-section__input .rr-btn {
  padding: 15px 36.5px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section-2__wrapper .footer-section__contact {
  margin-left: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__contact {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact {
    margin-left: 20px;
  }
}
.footer-section-2__wrapper .footer-section__contact .border_bottom {
  padding-top: 60px;
  margin-bottom: 57px;
  margin-left: -70px;
  margin-right: -100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__wrapper .footer-section__contact .border_bottom {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact .border_bottom {
    padding-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__wrapper .footer-section__contact p br {
    display: none;
  }
}
.footer-section-2__menu ul {
  list-style: none;
}
.footer-section-2__menu ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-2__menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer-section-2__menu ul li a:hover {
  color: var(--rr-theme-primary-3);
}
.footer-section-2__menu-wrap {
  margin-left: 26px;
}
.footer-section-2__widget p {
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__widget.widger-col_0 p br {
    display: none;
  }
}
.footer-section-2__widget.widger-col_1 {
  margin-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__widget.widger-col_1 {
    margin-left: 0;
  }
}
.footer-section-2__widget.widger-col_2 {
  margin-left: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_2 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__widget.widger-col_2 {
    margin-left: 0px;
  }
}
.footer-section-2__widget.widger-col_3 {
  margin-left: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_3 {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-2__widget.widger-col_3 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-2__widget.widger-col_4 {
    margin-left: -20px;
  }
}

.footer-section-3__widget.widget-col_1 {
  margin-right: -10px;
}
.footer-section-3__widget.widget-col_2 {
  margin-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-3__widget.widget-col_2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-3__widget.widget-col_2 {
    margin-left: 0px;
  }
}
.footer-section-3__widget.widget-col_3 {
  margin-left: 105px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-3__widget.widget-col_3 {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-3__widget.widget-col_3 {
    margin-left: 0px;
  }
}
.footer-section-3__widget.widget-col_4 {
  margin-left: 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-3__widget.widget-col_4 {
    margin-left: 0px;
  }
}
.footer-section-3__widget.widget-col_4 p {
  font-size: 16px;
  font-weight: 300;
}
.footer-section-3__space {
  padding-top: 132px;
  padding-bottom: 92px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-3__space {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-3__space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.footer-section-3__social {
  gap: 9px;
  display: flex;
  align-items: center;
}
.footer-section-3__social a {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 13px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  color: var(--rr-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-section-3__social a:hover {
  color: var(--rr-theme-primary);
}
.footer-section-3__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 28px;
  color: var(--rr-common-white);
}
.footer-section-3__menu ul {
  list-style: none;
}
.footer-section-3__menu ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-3__menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer-section-3__menu ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 30px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.14);
}
.footer-section-3__menu ul li:hover::before {
  background-color: var(--rr-theme-primary);
}
.footer-section-3__menu ul li:hover a {
  color: var(--rr-theme-primary);
}
.footer-section-3__dec {
  line-height: 26px;
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: 300;
}
.footer-section-3__input {
  position: relative;
}
.footer-section-3__input input {
  width: 100%;
  height: 56px;
  padding: 0 54px;
  padding-right: 90px;
  border-radius: 500px;
  color: var(--rr-common-white);
  background: rgba(255, 255, 255, 0.1);
}
.footer-section-3__input input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-section-3__icon {
  top: 50%;
  left: 25px;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
}
.footer-section-3__btn {
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.footer-section-3__btn .rr-btn {
  padding: 18px 38px;
}
.footer-section-3__btn .rr-btn span {
  background-color: var(--rr-common-white);
}
.footer-section-3__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}

.footer-section-4__top {
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-4__top {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-4__top {
    padding-top: 30px;
  }
}
.footer-section-4__wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-section-4__top__title {
  font-weight: 400;
  font-size: 46px;
  line-height: 54px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-4__top__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .footer-section-4__top__title {
    font-size: 25px;
    line-height: 35px;
  }
}
.footer-section-4__btn .rr-btn_2 {
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.footer-section-4__logo img {
  width: 255px;
}
.footer-section-4__logo p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-top: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--rr-common-white);
}
.footer-section-4__widget.widget-col_2 {
  margin-left: 163px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-4__widget.widget-col_2 {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-4__widget.widget-col_2 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-4__widget.widget-col_2 {
    margin-left: 0px;
  }
}
.footer-section-4__widget.widget-col_3 {
  margin-left: 108px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-section-4__widget.widget-col_3 {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-4__widget.widget-col_3 {
    margin-left: 0px;
  }
}
.footer-section-4__widget.widget-col_4 {
  margin-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-4__widget.widget-col_4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-4__widget.widget-col_4 {
    margin-left: -25px;
  }
}
.footer-section-4__dec {
  font-size: 16px;
  line-height: 28px;
  max-width: 395px;
  font-weight: 300;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-4__dec {
    max-width: 100%;
  }
}
.footer-section-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 18px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
.footer-section-4__menu ul {
  list-style: none;
}
.footer-section-4__menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-4__menu ul li:last-of-type {
  margin-bottom: 0;
}
.footer-section-4__menu ul li a:hover {
  color: var(--rr-theme-primary-3);
}

.footer-section-5__wrap {
  display: flex;
  padding: 67.5px 0;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__wrap {
    padding: 36px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap {
    gap: 20px;
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrap {
    gap: 15px;
    padding: 15px 0;
  }
}
.footer-section-5__menu ul {
  gap: 90px;
  display: flex;
  list-style: none;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__menu ul {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__menu ul {
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .footer-section-5__menu ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.footer-section-5__menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  color: var(--rr-common-white);
}
.footer-section-5__menu ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 3px;
  right: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-theme-primary);
}
.footer-section-5__menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.footer-section-5__menu ul li a:hover::before {
  width: 100%;
  left: 0;
}
.footer-section-5__right {
  margin-left: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__right {
    margin-bottom: 30px;
  }
}
.footer-section-5__logo {
  max-width: 204px;
}
.footer-section-5__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-section-5__contact {
  gap: 70px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__contact {
    gap: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__contact {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.footer-section-5__contact .number,
.footer-section-5__contact .mail {
  gap: 10px;
  display: flex;
  align-items: center;
}
.footer-section-5__contact .number a,
.footer-section-5__contact .mail a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--rr-common-white);
}
.footer-section-5__contact .number a:hover,
.footer-section-5__contact .mail a:hover {
  color: var(--rr-theme-primary);
}
.footer-section-5__maintitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__maintitle {
    font-size: 22px;
    line-height: 30px;
  }
  .footer-section-5__maintitle br {
    display: none;
  }
}
.footer-section-5__wrapper {
  padding-top: 88px;
  padding-bottom: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-5__wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__wrapper {
    padding: 70px 0;
  }
}
.footer-section-5__dec {
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 118px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__dec {
    margin-bottom: 30px;
  }
}
.footer-section-5__info {
  gap: 120px;
  display: flex;
  margin-top: 80px;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-section-5__info {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-section-5__info {
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-5__info {
    gap: 20px;
    margin-top: 40px;
  }
}
.footer-section-5__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-5__Contact-us a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 6px;
  color: var(--rr-common-white);
}
.footer-section-5__Contact-us a:last-of-type {
  margin-bottom: 0;
}
.footer-section-5__Contact-us a:hover {
  color: var(--rr-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-5__Contact-us a {
    font-size: 15px;
  }
}
.footer-section-5__address {
  max-width: 203px;
}
.footer-section-5__address a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-common-white);
}
.footer-section-5__address a:hover {
  color: var(--rr-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-section-5__address a {
    font-size: 15px;
  }
}
.footer-section-5__social {
  gap: 10px;
  display: flex;
  align-items: center;
}
.footer-section-5__social a {
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 12px;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
  color: var(--rr-heading-primary);
  background: rgba(255, 255, 255, 0.24);
}
.footer-section-5__social a:hover {
  background-color: var(--rr-theme-primary);
}
.footer-section-5__input input {
  border: none;
  padding-right: 22px;
  padding-bottom: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--rr-common-white);
}
.footer-section-5__input input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-5__input button {
  right: 0;
  bottom: 16px;
  line-height: 1;
  position: absolute;
}
.footer-section-5__input button i {
  font-size: 17px;
  color: var(--rr-common-white);
}

/*----------------------------------------*/
/*  6.4 footer-copyright
/*----------------------------------------*/
.copyright__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  padding: 34.5px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright__wrap {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .copyright__wrap {
    padding: 20px 0;
  }
}
.copyright__text p {
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .copyright__text p {
    text-align: center;
  }
}
.copyright__text p a:hover {
  color: var(--rr-theme-primary-2);
}

.copyright-2__area {
  padding: 21.5px 0;
  background-color: var(--rr-theme-primary-3);
}
.copyright-2__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-2__wrap {
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.copyright-2__menu ul {
  list-style: none;
}
.copyright-2__menu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-right: 23px;
  padding-right: 28px;
  position: relative;
  display: inline-block;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .copyright-2__menu ul li {
    margin-right: 0px;
    padding-right: 0px;
  }
}
.copyright-2__menu ul li a:hover {
  color: var(--rr-heading-primary);
}
.copyright-2__menu ul li::before {
  content: "";
  width: 1px;
  height: 24px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.2);
}
@media (max-width: 575px) {
  .copyright-2__menu ul li::before {
    display: none;
  }
}
.copyright-2__menu ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.copyright-2__menu ul li:last-of-type::before {
  display: none;
}
.copyright-2__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.copyright-2__text p a:hover {
  color: var(--rr-heading-primary);
}

.copyright-3__wrap {
  display: flex;
  padding: 19px 44px;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 500px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-3__wrap {
    gap: 15px;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 19px 10px;
    justify-content: center;
  }
}
.copyright-3__menu ul {
  list-style: none;
}
.copyright-3__menu ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.copyright-3__menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.copyright-3__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .copyright-3__text p {
    line-height: 1.2;
    text-align: center;
  }
}
.copyright-3__text p a:hover {
  color: var(--rr-theme-primary);
}

.copyright-4__area {
  padding: 22.5px 0;
  border-top: 1.5px solid rgba(255, 255, 255, 0.08);
}
.copyright-4__text {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .copyright-4__text {
    justify-content: center;
  }
}
.copyright-4__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .copyright-4__text p {
    text-align: center;
  }
}
.copyright-4__text p a:hover {
  color: var(--rr-theme-primary-3);
}
.copyright-4__social ul {
  gap: 26px;
  display: flex;
  list-style: none;
  align-items: center;
}
.copyright-4__social ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  letter-spacing: 0.04em;
  color: var(--rr-common-white);
}
.copyright-4__social ul li a:hover {
  color: var(--rr-theme-primary-3);
}

.copyright-5__area {
  border-top: 1.5px solid rgba(255, 255, 255, 0.09);
}
.copyright-5__text {
  gap: 15px;
  display: flex;
  padding: 26px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-5__text {
    gap: 8px;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.copyright-5__text a,
.copyright-5__text button {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.copyright-5__menu {
  gap: 179px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-5__menu {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .copyright-5__menu {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.copyright-5__menu ul {
  gap: 90px;
  display: flex;
  list-style: none;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-5__menu ul {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .copyright-5__menu ul {
    gap: 15px;
    justify-content: center;
  }
}
.copyright-5__menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.copyright-5__menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.copyright-5__menu p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--rr-common-white);
}
.copyright-5__menu p a:hover {
  color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.error-page__space {
  height: 100vh;
  padding-top: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-page__space {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page__space {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__space {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__thumb img {
    width: 70%;
  }
}
.error-page__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 53px;
  margin-top: 54px;
  margin-bottom: 26px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__title {
    font-size: 38px;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .error-page__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.error-page__dec {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  max-width: 665px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.error-page__btn {
  margin-top: 51px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-page__btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__btn {
    margin-top: 20px;
  }
}
.error-page__btn .rr-btn {
  background-color: var(--rr-common-white);
}
.error-page__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.error-page__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.error-page__copyright {
  display: flex;
  margin: 0 80px;
  padding-top: 13px;
  align-items: center;
  padding-bottom: 34px;
  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) {
  .error-page__copyright {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__copyright {
    margin: 0 15px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__copyright {
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
  }
}
.error-page__copyright-social ul {
  gap: 5px;
  display: flex;
  list-style: none;
  align-items: center;
}
.error-page__copyright-social ul li a {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 17px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.error-page__copyright-social ul li a:hover {
  color: var(--rr-heading-primary);
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}
.error-page__copyright-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .error-page__copyright-text p {
    text-align: center;
  }
}
.error-page__copyright-text p a:hover {
  color: var(--rr-theme-primary);
}
.error-page__bg-shape {
  left: 0;
  bottom: 0;
}
.error-page__shape {
  position: absolute;
}
.error-page__shape_1 {
  top: 150px;
  left: 31px;
}
.error-page__shape_2 {
  left: 129px;
  bottom: -189px;
}
.error-page__shape_3 {
  top: 0;
  right: 0;
}

.about-section__left .section__subtitle {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 215px;
  transform: translateY(10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section__left .section__subtitle {
    margin-bottom: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section__left .section__subtitle {
    margin-bottom: 0px;
  }
}
.about-section__left .section__subtitle span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  border: 1px solid rgba(25, 41, 41, 0.14);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section__btn {
    margin: 30px 0;
  }
}
.about-section__btn .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.about-section__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.about-section__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.about-section__right {
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section__right {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section__right {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section__right {
    margin-left: 0;
  }
}
.about-section__right .section-heading__wrap {
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section__right .section-heading__wrap .section__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.about-section__dec {
  max-width: 768px;
}
.about-section__count {
  position: relative;
  padding: 28px 35px 18px 30px;
  transition: all 0.3s ease-in-out;
  background: var(--rr-color-white_smoke-2);
}
.about-section__count:hover {
  background-color: var(--rr-heading-primary);
}
.about-section__count:hover .about-section__count__icon img {
  filter: invert(100%) grayscale(100%) brightness(200%);
}
.about-section__count:hover .about-section__count__text h4 {
  color: var(--rr-common-white);
}
.about-section__count:hover .about-section__count__text p {
  color: var(--rr-common-white);
}
.about-section__count:hover .about-section__shape-small {
  background-color: var(--rr-heading-primary);
}
.about-section__count__icon {
  text-align: end;
  margin-bottom: 162px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section__count__icon {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section__count__icon {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section__count__icon {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-section__count__icon {
    text-align: start;
  }
}
.about-section__count__text h4 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section__count__text h4 {
    font-size: 58px;
  }
}
.about-section__count__text h4 .odometer.odometer-auto-theme,
.about-section__count__text h4 .odometer.odometer-theme-default {
  line-height: 1;
  font-family: var(--rr-ff-heading);
}
.about-section__count__text p {
  opacity: 0.74;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.about-section__count__text.count-item_2 h4, .about-section__count__text.count-item_3 h4 {
  letter-spacing: -6px;
}
.about-section__shape-big {
  width: 44px;
  height: 44px;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 60px 0 0 0;
  background: var(--rr-common-white);
}
.about-section__shape-small {
  width: 22px;
  height: 22px;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 50px 0 0 0;
  transition: all 0.3s ease-in-out;
  background: var(--rr-color-white_smoke-2);
}

.about-section-2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url(../img/about/about-2_01.png);
  mask-size: 100% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-2__thumb img {
    margin-bottom: 30px;
    transform: translateY(0px) !important;
  }
}
.about-section-2__content {
  margin-left: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-2__content {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-2__content {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-2__content .section-heading__wrap_2 .section__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-section-2__dec {
  margin-top: 22px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-2__dec {
    margin-bottom: 15px;
  }
}
.about-section-2__list {
  gap: 83px;
  display: flex;
  align-items: start;
  margin-bottom: 43px;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-2__list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-2__list {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about-section-2__list {
    gap: 0;
    flex-wrap: wrap;
  }
}
.about-section-2__list__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
.about-section-2__list__item {
  list-style: none;
}
.about-section-2__list__item li {
  gap: 8px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  margin-bottom: 10px;
  color: rgba(25, 41, 41, 0.7);
}
.about-section-2__list__item li i {
  width: 14px;
  height: 14px;
  font-size: 8px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}

.about-section-3__dec {
  max-width: 520px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-3__dec {
    margin-bottom: 20px;
  }
}
.about-section-3__btn .rr-btn_2 {
  padding: 14px 30.6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-3__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-3__thumb img {
    transform: translate(0px, 0px) !important;
  }
}

.counter-section-3__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-section-3__wrapper {
    gap: 30px;
    justify-content: center;
  }
}
.counter-section-3__item {
  margin-right: 85px;
  padding-right: 85px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-section-3__item {
    margin-right: 65px;
    padding-right: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-section-3__item {
    margin-right: 37px;
    padding-right: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-section-3__item {
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-section-3__item {
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .counter-section-3__item {
    margin-bottom: 0;
  }
}
.counter-section-3__item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.counter-section-3__item:last-of-type::before {
  display: none;
}
.counter-section-3__item::before {
  content: "";
  width: 1px;
  height: 204px;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(244, 211, 154, 0) 0%, rgb(244, 211, 154) 49%, rgba(244, 211, 154, 0) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-section-3__item::before {
    top: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-section-3__item::before {
    display: none;
  }
}
.counter-section-3__item h2 {
  font-weight: 400;
  font-size: 120px;
  line-height: 124px;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-section-3__item h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-section-3__item h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-section-3__item h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.counter-section-3__item h2 .odometer.odometer-auto-theme,
.counter-section-3__item h2 .odometer.odometer-theme-default {
  line-height: 1;
  font-family: var(--rr-ff-heading2);
}
.counter-section-3__item h2 .odometer.odometer-auto-theme .odometer-formatting-mark,
.counter-section-3__item h2 .odometer.odometer-theme-default .odometer-formatting-mark {
  display: none;
}
.counter-section-3__item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: rgba(25, 41, 41, 0.7);
}

.about-section-4__thumb {
  max-width: 879px;
  margin-left: -277px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-4__thumb {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.about-section-4__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-4__thumb img {
    transform: translate(0px, 0px) !important;
  }
}
.about-section-4__text {
  margin-left: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-4__text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-4__text .section__title br {
    display: none;
  }
}
.about-section-4__dec {
  max-width: 624px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 34px;
}
.about-section-4__info {
  gap: 14px;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1.5px solid rgba(25, 41, 41, 0.1);
}
@media (max-width: 575px) {
  .about-section-4__info {
    flex-wrap: wrap;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.about-section-4__card {
  gap: 24px;
  display: flex;
  max-width: 305px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-4__card {
    gap: 15px;
  }
}
.about-section-4__card .icon span {
  width: 60px;
  height: 60px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--rr-heading-primary);
}
.about-section-4__card .icon span:hover svg [fill="#fff"] {
  fill: var(--rr-theme-primary-3);
}
.about-section-4__card .text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-4__card .text p {
    font-size: 19px;
    line-height: 24px;
  }
}
.about-section-4__list {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-4__list {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about-section-4__list {
    flex-wrap: wrap;
  }
}
.about-section-4__list__item {
  list-style: none;
  position: relative;
  margin-right: 85px;
  padding-right: 83.5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-4__list__item {
    margin-right: 40px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-4__list__item {
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .about-section-4__list__item {
    margin-right: 0px;
    padding-right: 0px;
  }
  .about-section-4__list__item::before {
    display: none;
  }
}
.about-section-4__list__item::before {
  content: "";
  width: 1.5px;
  right: 0;
  top: -41px;
  height: 100px;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.1);
}
.about-section-4__list__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.about-section-4__list__item:last-of-type::before {
  display: none;
}
.about-section-4__list__item li {
  gap: 13px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  margin-bottom: 16.8px;
  color: var(--rr-heading-primary);
}
.about-section-4__list__item li i {
  width: 19.2px;
  height: 19.2px;
  border-radius: 30px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-white);
  background: var(--rr-body-primary);
}
.about-section-4__btn {
  gap: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575px) {
  .about-section-4__btn {
    gap: 20px;
  }
}
.about-section-4__author {
  gap: 12px;
  display: flex;
  align-items: center;
}
.about-section-4__author .thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.about-section-4__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.about-section-4__author p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--rr-heading-primary);
}
.about-section-4__author p span {
  font-weight: 500;
}

.About-section-5__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-size: 100% 100%;
  mask-image: url("../img/about/about-5_01.png");
}
.About-section-5__circle__text {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text {
    right: -45px;
  }
}
@media (max-width: 575px) {
  .About-section-5__circle__text {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text img {
    width: 75%;
  }
}
.About-section-5__circle__text .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text .arrow {
    left: 43%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text .arrow {
    left: 41%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text .arrow img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text .arrow img {
    width: 75%;
  }
}
.About-section-5__content {
  margin-left: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__content .section-heading__wrap_3 .section__title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .About-section-5__content .section-heading__wrap_3 .section__title {
    font-size: 24px;
  }
}
.About-section-5__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .About-section-5__dec br {
    display: none;
  }
}
.About-section-5__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .About-section-5__title {
    font-size: 20px;
    line-height: 35px;
  }
}
.About-section-5__card {
  margin-top: 18px;
  margin-bottom: 16px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__card {
    margin: 10px 0;
  }
}
.About-section-5__card:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.About-section-5__bottom {
  display: flex;
  margin-top: 80px;
  padding-top: 54px;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__bottom {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__bottom {
    margin-top: 25px;
    padding-top: 15px;
  }
}
.About-section-5__bottom p {
  font-weight: 400;
  font-size: 26px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .About-section-5__bottom p {
    font-size: 20px;
    line-height: 30px;
  }
}

.about-section-6__thumb {
  max-width: 912px;
  margin-left: -277px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-6__thumb {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.about-section-6__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-6__thumb > img {
    transform: translateY(0px) !important;
  }
}
.about-section-6__video-wrap {
  right: 0;
  bottom: 0;
  max-width: 286px;
  padding: 36px 22px;
  text-align: center;
  position: absolute;
  border-radius: 14px 0 0 0;
  backdrop-filter: blur(20px);
  border-radius: 14px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.34);
}
@media (max-width: 575px) {
  .about-section-6__video-wrap {
    position: inherit;
  }
}
.about-section-6__video-wrap h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-top: 34px;
  margin-bottom: 5px;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .about-section-6__video-wrap h3 {
    color: var(--rr-heading-primary);
  }
}
.about-section-6__video-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .about-section-6__video-wrap p {
    color: rgba(25, 41, 41, 0.7);
  }
}
.about-section-6__video a {
  width: 104px;
  height: 104px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  outline-offset: 6px;
  background: var(--rr-theme-primary);
  outline: 1px solid rgba(255, 255, 255, 0.14);
}
.about-section-6__content {
  margin-left: 9px;
  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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-section-6__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-6__content .section-heading__wrap .section__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.about-section-6__list {
  margin-bottom: 32px;
}
.about-section-6__list ul {
  gap: 72px;
  display: flex;
  list-style: none;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-6__list ul {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-6__list ul {
    gap: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-6__list ul {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .about-section-6__list ul {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.about-section-6__list ul:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about-section-6__list ul li {
  gap: 22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section-6__list ul li {
    gap: 5px;
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section-6__list ul li {
    gap: 15px;
  }
}
.about-section-6__list ul li span {
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.about-section-6__dec {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 34px;
  color: rgba(25, 41, 41, 0.7);
}
.about-section-6__btn .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.about-section-6__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.about-section-6__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.about-section-6__bg-shape {
  position: absolute;
  top: 0;
  right: 0;
}

/*----------------------------------------*/
/*  8.8 contact-us
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page__info .section-heading__wrap .section__title {
    font-size: 38px;
    line-height: 48px;
  }
}
.contact-page__address-item {
  gap: 23px;
  display: flex;
  align-items: start;
  margin-bottom: 34px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.contact-page__address-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page__address-item:last-of-type {
    margin-bottom: 20px;
  }
}
.contact-page__address-icon span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  background: rgba(25, 41, 41, 0.14);
}
.contact-page__address-icon span:hover {
  background-color: var(--rr-theme-primary);
}
.contact-page__address-text {
  transform: translateY(-5px);
}
.contact-page__address-text h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  color: var(--rr-heading-primary);
}
.contact-page__address-text a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  max-width: 255px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}
.contact-page__address-text a:hover {
  color: var(--rr-heading-primary);
}
.contact-page__form {
  padding: 58px 59px;
  margin-left: 86px;
  padding-bottom: 34px;
  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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page__form {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page__form {
    padding: 35px 25px;
  }
}
.contact-page__bg {
  top: 0;
  right: 0;
  position: absolute;
}
.contact-page__bg .shape {
  width: 69px;
  height: 69px;
  position: relative;
  display: inline-block;
  background-color: var(--rr-theme-primary);
}
.contact-page__bg .shape span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: var(--rr-color-white_smoke-3);
}
.contact-page__bg .shape span:nth-child(1) {
  left: 0;
  bottom: 0;
  position: absolute;
}
.contact-page__bg .shape span:nth-child(2) {
  left: 16px;
  bottom: 16px;
  position: absolute;
}
.contact-page__bg .shape span:nth-child(3) {
  top: -16px;
  right: -16px;
  position: absolute;
  background-color: var(--rr-theme-primary);
}
.contact-page__input {
  margin-bottom: 35px;
}
.contact-page__input input {
  width: 100%;
  border: none;
  padding-bottom: 9px;
  background: transparent;
  border-bottom: 1px solid rgba(25, 41, 41, 0.14);
}
.contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.contact-page__textarea textarea {
  width: 100%;
  border: none;
  height: 111px;
  background: transparent;
  border-bottom: 1px solid rgba(25, 41, 41, 0.14);
}
.contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.contact-page__btn {
  margin-top: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page__btn {
    margin-top: 20px;
  }
}

.contact-location__map {
  width: 100%;
  height: 870px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-location__map {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-location__map {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-location__map {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-location__map {
    height: 300px;
  }
}
.contact-location__map iframe {
  width: 100%;
  height: 100%;
}

.ajax-response {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.ajax-response.success {
  color: rgba(0, 128, 0, 0.8);
}
.ajax-response.error {
  color: rgb(255, 5, 5);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
@media (max-width: 575px) {
  .faq-section-4 .section-heading__wrap_4 .section__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.faq-section-4__faq .accordion-item {
  color: inherit;
  border: none;
  background-color: transparent;
  border-top: 1.5px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
}
.faq-section-4__faq .accordion-item:first-of-type {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.faq-section-4__faq .accordion-button {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  padding: 26px 0;
  padding-bottom: 27px;
  color: var(--rr-common-white);
  background-color: transparent;
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section-4__faq .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq-section-4__faq .accordion-button {
    padding: 20px 0;
    line-height: 1.2;
  }
}
.faq-section-4__faq .accordion-button span {
  width: 28px;
  height: 28px;
  display: flex;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  margin-right: 28px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading);
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-section-4__faq .accordion-button span {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .faq-section-4__faq .accordion-button span {
    display: none;
  }
}
.faq-section-4__faq .accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
.faq-section-4__faq .accordion-button::after {
  content: "+";
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 400;
  background-image: none;
  color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section-4__faq .accordion-button::after {
    display: none;
  }
}
.faq-section-4__faq .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--rr-common-white);
  background-color: transparent;
}
.faq-section-4__faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(45deg);
  color: var(--rr-common-white);
}
.faq-section-4__faq .accordion-body {
  padding: 0 56px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-section-4__faq .accordion-body {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .faq-section-4__faq .accordion-body {
    padding-left: 0;
  }
}
.faq-section-4__faq .accordion-body p {
  font-weight: 300;
  font-size: 16px;
  max-width: 1110px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .faq-section-4__faq .accordion-body p {
    font-size: 15px;
    line-height: 24px;
  }
}

.team-section__item {
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: var(--rr-color-white_smoke);
}
.team-section__item::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(1, 89, 65, 0) 0%, #015941 100%);
}
.team-section__item:hover::before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.team-section__item:hover .team-section__content {
  left: 40px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .team-section__item:hover .team-section__content {
    left: 20px;
  }
}
.team-section__item:hover .team-section__social {
  right: 34px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .team-section__item:hover .team-section__social {
    right: 20px;
  }
}
.team-section__content {
  left: -50px;
  opacity: 0;
  bottom: 46px;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .team-section__content {
    bottom: 31px;
  }
}
.team-section__name {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--rr-common-white);
}
.team-section__name:hover {
  color: var(--rr-theme-primary);
}
.team-section__position {
  opacity: 0.7;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--rr-common-white);
}
.team-section__social {
  bottom: 46px;
  right: -25px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .team-section__social {
    bottom: 31px;
  }
}
.team-section__social a {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 17px;
  align-items: center;
  margin-bottom: 12px;
  justify-content: center;
  border-radius: 500px;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
  background: rgba(25, 41, 41, 0.1);
}
.team-section__social a:hover {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.team-section__social a:last-of-type {
  margin-bottom: 0;
}
.team-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section__pagination {
  gap: 10px;
  height: 14px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.team-section__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.1;
  border-radius: 30px;
  margin: 0 !important;
  background: var(--rr-heading-primary);
}
.team-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: var(--rr-heading-primary);
}

.team-section-2__top {
  padding-bottom: 60px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(2, 13, 10, 0.1);
}
.team-section-2__top__wrap {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.team-section-2__item {
  gap: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-2__item {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-2__item {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.team-section-2__item__wrap:hover .team-section-2__big-thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-section-2__item__wrap:hover .team-section-2__big-thumb::before {
  border-radius: 14px;
  transform: rotate(15deg);
}
.team-section-2__item__wrap:hover .team-section-2__small-thumb {
  z-index: 1;
  position: relative;
}
.team-section-2__item__wrap:hover .team-section-2__small-thumb img {
  border-color: var(--rr-theme-primary-3);
}
.team-section-2__item__wrap:hover .team-section-2__content {
  border-color: var(--rr-theme-primary-3);
}
.team-section-2__item__wrap:hover .team-section-2__social a:last-of-type {
  background-color: var(--rr-theme-primary-3);
}
.team-section-2__item__wrap:hover .team-section-2__social a:last-of-type i {
  color: var(--rr-common-white);
}
.team-section-2__item__wrap:last-of-type .team-section-2__small-thumb {
  margin-bottom: 0;
}
.team-section-2__content {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(2, 13, 10, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-2__content {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: start;
  }
}
.team-section-2__name {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  color: var(--rr-body-text-2);
  font-family: var(--rr-ff-heading2);
}
.team-section-2__right {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 445px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section-2__right {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-2__right {
    width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-2__right {
    width: auto;
  }
}
.team-section-2__position {
  font-weight: 400;
  font-size: 18px;
  line-height: 1x;
  letter-spacing: -0.01em;
  color: var(--rr-text-body-2);
}
.team-section-2__social {
  gap: 10px;
  display: flex;
  align-items: center;
}
.team-section-2__social a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  background: rgba(25, 41, 41, 0.06);
}
.team-section-2__social a i {
  font-size: 15px;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
}
.team-section-2__small-thumb {
  width: 108px;
  height: 108px;
  margin-bottom: -12px;
  transition: all 0.6s ease-in-out;
}
.team-section-2__small-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  border: 3px solid var(--rr-common-white);
}
.team-section-2__middle {
  width: 735px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-2__middle {
    width: 555px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-section-2__middle {
    width: 413px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-2__middle {
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-2__middle {
    width: auto;
  }
}
.team-section-2__big-thumb {
  position: absolute;
  top: 60px;
  left: 0;
  width: 262px;
  height: 274px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  pointer-events: none;
  z-index: 999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(0);
  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);
}
.team-section-2__big-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background-color: var(--rr-heading-primary);
}

.team-section-3__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 70px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-3__top {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-3__top {
    margin-bottom: 30px;
  }
}
.team-section-3__btn {
  transform: translateY(-18px);
}
.team-section-3__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.team-section-3__wrap:hover .team-section-3__info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.team-section-3__thumb {
  z-index: 3;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.team-section-3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section-3__info {
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 325px;
  display: flex;
  bottom: -100px;
  align-items: end;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  text-align: center;
  padding-bottom: 40px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-3__info {
    height: 280px;
    padding-bottom: 30px;
  }
}
.team-section-3__position {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.team-section-3__name {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-3__name {
    font-size: 22px;
  }
}
.team-section-3__name a:hover {
  color: var(--rr-theme-primary);
}
.team-section-3__social {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section-3__social a {
  font-size: 17px;
  color: var(--rr-common-white);
}
.team-section-3__social a:hover {
  color: var(--rr-theme-primary);
}

.team-section-4__thumb {
  margin-bottom: 25px;
  position: relative;
}
.team-section-4__thumb:hover .team-section-4__social span {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.team-section-4__thumb:hover .team-section-4__social a:nth-child(2) {
  right: -23px;
  bottom: 84px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(2) {
    right: 20px;
  }
}
@media (max-width: 575px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(2) {
    right: -15px;
  }
}
.team-section-4__thumb:hover .team-section-4__social a:nth-child(3) {
  right: -28px;
  bottom: 159px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(3) {
    right: -20px;
    bottom: 153px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(3) {
    right: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(3) {
    right: -13px;
    bottom: 150px;
  }
}
@media (max-width: 575px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(3) {
    right: -14px;
  }
}
.team-section-4__thumb:hover .team-section-4__social a:nth-child(4) {
  right: 9px;
  bottom: 228px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(4) {
    right: 20px;
    bottom: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(4) {
    right: -4px;
    bottom: 236px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(4) {
    right: -24px;
    bottom: 224px;
  }
}
@media (max-width: 575px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(4) {
    right: 15px;
    bottom: 220px;
  }
}
.team-section-4__thumb:hover .team-section-4__social a:nth-child(5) {
  right: 68px;
  bottom: 275px;
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(5) {
    right: 85px;
    bottom: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(5) {
    right: 55px;
    bottom: 295px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(5) {
    right: -22px;
    bottom: 300px;
  }
}
@media (max-width: 575px) {
  .team-section-4__thumb:hover .team-section-4__social a:nth-child(5) {
    right: 80px;
    bottom: 255px;
  }
}
.team-section-4__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
.team-section-4__name {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 3px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
.team-section-4__name a:hover {
  color: var(--rr-theme-primary-2);
}
.team-section-4__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.team-section-4__social span {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  font-size: 30px;
  cursor: pointer;
  right: 21px;
  bottom: 21px;
  position: absolute;
  z-index: 2;
  background: var(--rr-color-white_smoke);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-4__social span {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__social span {
    right: 70px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .team-section-4__social span {
    width: 55px;
    height: 55px;
  }
}
.team-section-4__social a {
  z-index: 1;
  right: 21px;
  width: 64px;
  bottom: 21px;
  height: 64px;
  display: flex;
  font-size: 18px;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  background: var(--rr-color-white_smoke);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-section-4__social a {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-4__social a {
    right: 70px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .team-section-4__social a {
    width: 55px;
    height: 55px;
  }
}
.team-section-4__social a:hover {
  background-color: var(--rr-theme-primary-3);
}
.team-section-4__social_2 a:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}

.team-section-5__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 65px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section-5__top {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-5__top {
    margin-bottom: 30px;
  }
}
.team-section-5__btn {
  transform: translateY(-15px);
}
.team-section-5__wrapper {
  gap: 10px;
  display: flex;
  margin: 0 14px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-section-5__wrapper {
    gap: 30px;
    display: grid;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px) {
  .team-section-5__wrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.team-section-5__thumb {
  position: relative;
}
.team-section-5__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(25, 41, 41, 0) 65%, #192929 100%);
}
.team-section-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section-5__item {
  max-width: 624px;
}
.team-section-5__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-5__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.team-section-5__title a:hover {
  color: var(--rr-theme-primary);
}
.team-section-5__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
.team-section-5__social {
  gap: 8px;
  display: flex;
  align-items: center;
}
.team-section-5__social a {
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 12px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  transform: translateY(-10px);
  color: var(--rr-heading-primary);
  background-color: var(--rr-common-white);
}
.team-section-5__social a:hover {
  background-color: var(--rr-theme-primary);
}
.team-section-5__content {
  left: 40px;
  right: 40px;
  bottom: 30px;
  display: flex;
  align-items: end;
  position: absolute;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-section-5__content {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .team-details__info .section-heading__wrap .section__subtitle {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .team-details__info .section-heading__wrap .section__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.team-details__thumb {
  max-width: 572px;
  max-height: 461px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__thumb {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 30px;
  }
}
.team-details__thumb img {
  padding: 10px;
  background-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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.team-details__thumb::before {
  content: "";
  width: 586px;
  height: 475px;
  z-index: -1;
  left: -2px;
  top: -2px;
  position: absolute;
  background: linear-gradient(125deg, rgb(244, 211, 154) 0%, rgba(244, 211, 154, 0) 30%, rgba(244, 211, 154, 0) 50%, rgba(244, 211, 154, 0) 70%, rgb(244, 211, 154) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__thumb::before {
    width: 100.5%;
    height: 100.6%;
  }
}
.team-details__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 660px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__dec {
    margin-bottom: 10px;
  }
}
.team-details__social span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.team-details__social .social_link {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.team-details__social .social_link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  border-radius: 500px;
  display: inline-block;
  padding: 8.5px 25.2px;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.7);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--rr-heading-primary);
}
.team-details__social .social_link a:hover {
  color: var(--rr-heading-primary);
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}

.team-skill__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 60px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-skill__dec {
    margin: 15px 0;
  }
}
.team-skill__web {
  gap: 20px;
  display: flex;
  align-items: center;
}
.team-skill__web .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: var(--rr-theme-primary);
}
.team-skill__web a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.team-skill__bar {
  position: relative;
  margin-left: 102px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-skill__bar {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-skill__bar {
    margin-top: 30px;
  }
}
.team-skill__item {
  margin-bottom: 26px;
}
.team-skill__item:last-of-type {
  margin-bottom: 0;
}
.team-skill__item .progress,
.team-skill__item .progress-stacked {
  height: 5px;
  border-radius: 0;
  background-color: var(--rr-color-white_smoke-5);
}
.team-skill__item .progress-bar {
  background-color: var(--rr-heading-primary);
}
.team-skill__info {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.team-skill__info label {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.team-skill__info .progress-num {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.team-skill__bg {
  position: relative;
}
.team-skill__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.86;
  position: absolute;
  background-color: var(--rr-color-white_smoke);
}

/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.video-section__wrap {
  width: 100%;
  height: 800px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-section__wrap {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section__wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-section__wrap {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-section__wrap {
    transform: translateY(0px) !important;
  }
}
.video-section__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(1, 89, 65, 0) 0%, rgba(1, 89, 65, 0.85) 80.66%, #015941 100%);
}
.video-section__video {
  width: 319px;
  height: 343px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 500px 500px 0px 0px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-section__video {
    width: 280px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section__video {
    width: 220px;
    height: 260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-section__video {
    width: 180px;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .video-section__video {
    width: 150px;
    height: 210px;
  }
}
.video-section__video a {
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 500px;
  justify-content: center;
  border: 1px solid var(--rr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section__video a {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-section__video a {
    width: 100px;
    height: 100px;
  }
}
.video-section__video a::before {
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 500px;
  border-bottom: 2px solid rgb(119, 132, 129);
  animation: rotate360 2s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section__video a::before {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-section__video a::before {
    width: 100px;
    height: 100px;
  }
}
.video-section__text {
  position: absolute;
  bottom: 110px;
  right: 277px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video-section__text {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .video-section__text {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .video-section__text {
    right: 20px;
    bottom: 20px;
  }
}
.video-section__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--rr-theme-primary);
}
.video-section__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 53px;
  position: relative;
  margin-top: 6px;
  letter-spacing: -0.01em;
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .video-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.video-section__title::before {
  content: "";
  width: 206px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -70.6%;
  transform: translateY(-50%);
  background-color: var(--rr-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-section__title::before {
    width: 150px;
    left: -50.6%;
  }
}
@media (max-width: 575px) {
  .video-section__title::before {
    display: none;
  }
}

.our-fields__shape {
  left: 22px;
  top: 50%;
  z-index: -1;
  position: absolute;
  transform: translateY(-50%);
}
.our-fields__content {
  margin-top: 82px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-fields__content {
    margin-top: 0;
  }
}
.our-fields__list {
  display: flex;
  align-items: start;
  gap: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-fields__list {
    gap: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-fields__list {
    gap: 60px;
  }
}
@media (max-width: 575px) {
  .our-fields__list {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.our-fields__list__item {
  list-style: none;
}
.our-fields__list__item li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-fields__list__item li {
    gap: 8px;
  }
}
.our-fields__list__item li:last-of-type {
  margin-bottom: 0;
}
.our-fields__thumb img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-fields__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-fields__thumb img {
    max-height: 300px;
    transform: translateY(0px) !important;
  }
}

.our-expertise__item:hover .our-expertise__icon {
  background-color: var(--rr-heading-primary);
}
.our-expertise__item:hover .our-expertise__icon img {
  transition: all 0.3s ease-in-out;
  filter: invert(100%) grayscale(100%) brightness(200%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-expertise__item p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-expertise__item p br {
    display: none;
  }
}
.our-expertise__number {
  opacity: 0.7;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--rr-heading-primary);
}
.our-expertise__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-expertise__title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.our-expertise__icon {
  width: 80px;
  height: 80px;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: var(--rr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .best-strategy__content p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .best-strategy__content .section-heading__wrap .section__title {
    font-size: 38px;
    line-height: 50px;
  }
}
.best-strategy__dec {
  margin-top: 23px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .best-strategy__dec {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.best-strategy__btn {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .best-strategy__btn {
    margin-top: 30px;
  }
}
.best-strategy__btn .rr-btn {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.best-strategy__btn .rr-btn span {
  background-color: var(--rr-theme-primary);
}
.best-strategy__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .best-strategy__thumb {
    margin-top: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .best-strategy__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*----------------------------------------*/
/*  8.12 home2
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-capabilities-2__content {
    margin-bottom: 30px;
  }
}
.our-capabilities-2__content p {
  max-width: 560px;
}
.our-capabilities-2__thumb {
  position: relative;
}
.our-capabilities-2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-capabilities-2__thumb .image {
  top: 0;
  left: 0;
  transform: scale(0);
  position: absolute;
  transition: all 0.6s ease-in-out;
}
.our-capabilities-2__thumb .image.active {
  transform: scale(1);
}
.our-capabilities-2__tag ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 34px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our-capabilities-2__tag ul {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .our-capabilities-2__tag ul {
    margin-top: 25px;
  }
}
.our-capabilities-2__tag ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  letter-spacing: -0.01em;
  display: inline-block;
  border-radius: 500px;
  padding: 10.5px 26.4px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1px solid rgba(31, 49, 48, 0.1);
}
.our-capabilities-2__tag ul li.active {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.our-capabilities-2__counter {
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-capabilities-2__counter {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .our-capabilities-2__counter {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .our-capabilities-2__counter {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-capabilities-2__counter {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.our-capabilities-2__counter:hover {
  border-color: var(--rr-theme-primary-3);
  background-color: var(--rr-theme-primary-3);
}
.our-capabilities-2__count h2 {
  font-weight: 500;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .our-capabilities-2__count h2 {
    font-size: 60px;
  }
}
.our-capabilities-2__count h2 .odometer.odometer-auto-theme,
.our-capabilities-2__count h2 .odometer.odometer-theme-default {
  line-height: 1;
}

/*----------------------------------------*/
/*  8.13 home3
/*----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .planning-section-3__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.planning-section-3__list ul {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .planning-section-3__list ul {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .planning-section-3__list ul {
    gap: 5px;
  }
}
.planning-section-3__list ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  border-radius: 500px;
  padding: 10.5px 26.4px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(31, 49, 48, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .planning-section-3__list ul li {
    padding: 10.5px 24.4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .planning-section-3__list ul li {
    padding: 8.5px 9.4px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .planning-section-3__list ul li {
    padding: 10.5px 20.4px;
  }
}
.planning-section-3__list ul li.active {
  color: var(--rr-common-white);
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
}
.planning-section-3__dec {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .planning-section-3__thumb 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .planning-section-3__thumb img {
    height: 400px;
    margin-bottom: 30px;
    transform: translate(0px) !important;
  }
}

/*----------------------------------------*/
/*  8.12 home4
/*----------------------------------------*/
.annual-report-4__dec {
  max-width: 552px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 19px;
  margin-bottom: 41px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .annual-report-4__dec {
    margin-bottom: 25px;
  }
}
.annual-report-4__cat {
  list-style: none;
}
.annual-report-4__cat li {
  gap: 18px;
  display: flex;
  cursor: pointer;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  align-items: center;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
.annual-report-4__cat li i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1.2px solid var(--rr-heading-primary);
}
.annual-report-4__cat li:hover i {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .annual-report-4__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 30px;
  }
}

.case-studies-4__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 70px;
  justify-content: space-between;
}
.case-studies-4__top__btn {
  transform: translateY(-10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-studies-4__top {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-4__top {
    margin-bottom: 30px;
  }
}
.case-studies-4__wrapper {
  margin-left: 90px;
  margin-right: -20.5%;
}
@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) {
  .case-studies-4__wrapper {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-4__wrapper {
    margin: 0 10px;
  }
}
.case-studies-4__wrapper .swiper-slide {
  margin-right: 44px;
  padding-right: 44px;
  border-right: 1.5px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-4__wrapper .swiper-slide {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
}
.case-studies-4__item {
  max-width: 668px;
  overflow: hidden;
  position: relative;
}
.case-studies-4__item::before {
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background-color: rgba(25, 41, 41, 0.9);
}
.case-studies-4__item:hover::before {
  width: 137px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .case-studies-4__item:hover::before {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .case-studies-4__item:hover::before {
    width: 85px;
  }
}
.case-studies-4__item:hover .case-studies-4__thumb::before {
  opacity: 0;
  visibility: hidden;
}
.case-studies-4__item:hover .case-studies-4__thumb::after {
  opacity: 1;
  visibility: visible;
}
.case-studies-4__thumb {
  position: relative;
}
.case-studies-4__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-4__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background-color: rgba(25, 41, 41, 0.14);
}
.case-studies-4__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(180deg, rgba(87, 143, 143, 0) 60.44%, #192929 102.2%);
}
.case-studies-4__content {
  display: flex;
  align-items: end;
  left: 40px;
  bottom: 40px;
  right: 44px;
  z-index: 2;
  position: absolute;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .case-studies-4__content {
    left: 25px;
    right: 25px;
  }
}
@media (max-width: 575px) {
  .case-studies-4__content {
    left: 20px;
    bottom: 25px;
    right: 20px;
  }
}
.case-studies-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 2px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
@media (max-width: 575px) {
  .case-studies-4__title {
    font-size: 20px;
    line-height: 25px;
  }
}
.case-studies-4__title:hover {
  color: var(--rr-theme-primary-3);
}
.case-studies-4__dec {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.case-studies-4__btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  width: 49px;
  height: 43px;
  display: block;
  text-align: center;
  color: var(--rr-common-white);
}
.case-studies-4__btn a i {
  font-size: 14px;
  transform: rotate(-45deg);
}
.case-studies-4__btn a:hover {
  color: var(--rr-theme-primary-3);
}
.case-studies-4__pagination {
  gap: 15px;
  display: flex;
  height: 16px;
  margin-top: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .case-studies-4__pagination {
    margin-top: 30px;
  }
}
.case-studies-4__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.14;
  margin: 0 !important;
  background: var(--rr-heading-primary);
}
.case-studies-4__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: var(--rr-heading-primary);
}

.counter-section-4__wrapper {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .counter-section-4__wrapper {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .counter-section-4__icon {
    text-align: center;
  }
}
.counter-section-4__border-top {
  border-top: 1.5px solid rgba(25, 41, 41, 0.1);
}
.counter-section-4__count h3 {
  font-weight: 400;
  font-size: 74px;
  line-height: 1;
  margin-top: 29px;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media (max-width: 575px) {
  .counter-section-4__count h3 {
    font-size: 50px;
    text-align: center;
    letter-spacing: 0;
  }
}
.counter-section-4__count h3 .odometer.odometer-auto-theme,
.counter-section-4__count h3 .odometer.odometer-theme-default {
  line-height: 1;
  font-family: var(--rr-ff-heading2);
}
.counter-section-4__count h3 .odometer.odometer-auto-theme .odometer-formatting-mark,
.counter-section-4__count h3 .odometer.odometer-theme-default .odometer-formatting-mark {
  display: none;
}
.counter-section-4__count p {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}

/* our-office-4 */
.our-office-4__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-office-4__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.86;
  position: absolute;
  background-color: var(--rr-color-white_smoke);
}
.our-office-4__content {
  margin-top: -7px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-office-4__content {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__content {
    padding-bottom: 30px;
  }
}
.our-office-4__content .section-heading__wrap_4 .section__title {
  font-family: var(--rr-ff-heading);
}
.our-office-4__wrap {
  margin-bottom: -35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-office-4__wrap {
    margin-bottom: -25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__wrap {
    margin-bottom: -15px;
  }
}
.our-office-4__contact {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-office-4__contact {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__contact {
    margin-bottom: 15px;
  }
}
.our-office-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 5px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media (max-width: 575px) {
  .our-office-4__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.our-office-4__info a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: rgba(25, 41, 41, 0.7);
}
.our-office-4__info a:hover {
  color: var(--rr-heading-primary);
}
.our-office-4__thumb {
  max-width: 960px;
  position: relative;
  margin-right: -277px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__thumb {
    margin-right: 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-office-4__thumb img {
    transform: translate(0px, 0px) !important;
  }
}

.title-slide-4__wrapper {
  margin-right: -100%;
  padding: 59px 0;
  border-top: 1.5px solid rgba(25, 41, 41, 0.08);
  border-bottom: 1.5px solid rgba(25, 41, 41, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-slide-4__wrapper {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-4__wrapper {
    padding: 30px 0;
  }
}
.title-slide-4__active .swiper-wrapper {
  transition-timing-function: linear;
}
.title-slide-4__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.title-slide-4__title {
  font-weight: 400;
  font-size: 120px;
  line-height: 144px;
  text-transform: capitalize;
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-slide-4__title {
    font-size: 80px;
    line-height: 95px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title-slide-4__title {
    font-size: 70px;
    line-height: 85px;
  }
}
@media (max-width: 575px) {
  .title-slide-4__title {
    font-size: 60px;
    line-height: 75px;
  }
}

.counter-section-5 .counter-section-4__count h3 {
  font-weight: 500;
  font-family: var(--rr-ff-heading);
}
.counter-section-5 .counter-section-4__count h3 .odometer.odometer-auto-theme,
.counter-section-5 .counter-section-4__count h3 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-heading);
}
.counter-section-5 .counter-section-4__count p {
  font-family: var(--rr-ff-heading);
}

.service-section__top {
  gap: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.service-section__wrap {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section__wrap {
    margin-left: 0px;
  }
}
.service-section__content {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 37px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section__content:first-of-type {
    padding-top: 0;
  }
}
.service-section__content:hover .arrow_btn {
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.service-section__content .arrow_btn {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  border-radius: 500px;
  font-weight: 400;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1px solid var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .service-section__content .arrow_btn {
    width: 55px;
    height: 55px;
  }
}
.service-section__content .arrow_btn i {
  font-weight: 300;
}
.service-section__title {
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section__title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .service-section__title {
    font-size: 30px;
  }
}
.service-section__thumb {
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .service-section__thumb {
    height: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section__thumb img {
    width: 100%;
    height: 100%;
  }
}
.service-section__thumb::before {
  content: "";
  width: 289px;
  height: 80px;
  bottom: 0;
  z-index: -1;
  right: -20px;
  position: absolute;
  display: inline-block;
  background-color: var(--rr-theme-primary);
}
.service-section__thumb .service-image {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
  transition: all 0.8s ease-in-out;
}
.service-section__thumb .service-image.active {
  opacity: 1;
  transform: scale(1);
  position: relative;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service-section__thumb .service-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section__info {
  top: 20px;
  left: -20px;
  max-width: 342px;
  padding: 30px;
  position: absolute;
  padding-bottom: 42px;
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: var(--rr-theme-primary);
}
@media (max-width: 575px) {
  .service-section__info {
    left: 0;
    position: inherit;
  }
}
.service-section__info span {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 500px;
  background: var(--rr-theme-primary);
}

.service-section-2__thumb {
  z-index: 1;
  position: relative;
  margin-left: -63.5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-section-2__thumb img {
    width: 110%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__thumb img {
    height: 400px;
    transform: translateY(0px) !important;
  }
}
.service-section-2__text {
  z-index: 1;
  max-width: 540px;
  margin-left: 87px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-2__text {
    margin-left: 0px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__text {
    margin-left: 0;
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .service-section-2__text {
    padding: 40px 0;
  }
}
.service-section-2__text_2 .section-heading__wrap_2 .section__subtitle {
  background: var(--rr-theme-primary);
}
.service-section-2__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-section-2__bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(25, 41, 41, 0.7);
}
.service-section-2__wrap {
  background-color: var(--rr-heading-primary);
}
.service-section-2__item {
  max-width: 435px;
  backdrop-filter: blur(7.5px);
  padding: 92px 40px 40px 60px;
  background-color: rgba(16, 26, 25, 0.9);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-2__item {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .service-section-2__item {
    max-width: 292px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__item {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .service-section-2__item p {
    font-size: 16px;
  }
}
.service-section-2__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  margin-top: 28px;
  margin-bottom: 18px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
.service-section-2__arrow a {
  width: 40px;
  height: 40px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.service-section-2__arrow a i {
  font-size: 20px;
  color: var(--rr-common-white);
}
.service-section-2__active .swiper-slide {
  width: auto;
}
.service-section-2__slider {
  margin-right: -35.12%;
  margin-top: -343px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-section-2__slider {
    margin-right: -55.12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-2__slider {
    margin-top: -280px;
    margin-right: -11.12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__slider {
    margin-top: 0;
    margin-right: -14.12%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-2__slider {
    margin-right: 0;
  }
}

.service-section-3__wrap:hover .service-section-3__thumb {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service-section-3__wrap:hover::before {
  background-color: var(--rr-theme-primary);
}
.service-section-3__wrap::before {
  content: "";
  width: 300%;
  height: 1px;
  bottom: 0;
  left: -100%;
  right: -100%;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.08);
}
.service-section-3__item {
  display: flex;
  padding: 55px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(25, 41, 41, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-3__item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-3__item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.service-section-3__item.pt-xs-0 {
  padding-top: 0;
}
.service-section-3__text {
  gap: 90px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-3__text {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-3__text {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .service-section-3__text {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.service-section-3__title {
  max-width: 349px;
  font-weight: 500;
  font-size: 34px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-3__title {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-3__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-section-3__dec {
  max-width: 374px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-3__dec {
    width: 100%;
  }
}
.service-section-3__btn cite {
  font-style: normal;
}
.service-section-3__btn .rr-btn_2 {
  width: 132px;
  height: 132px;
  text-align: center;
  text-align: center;
  background: transparent;
  color: var(--rr-heading-primary);
  border: 1px solid rgba(25, 41, 41, 0.08);
}
.service-section-3__btn .rr-btn_2 i {
  transform: rotate(-45deg);
}
.service-section-3__btn .rr-btn_2 span {
  background-color: var(--rr-heading-primary);
}
.service-section-3__btn .rr-btn_2:hover {
  color: var(--rr-common-white);
}
.service-section-3__thumb {
  width: 279px;
  height: 280px;
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  margin: -150px 0 0 -150px;
  pointer-events: none;
  z-index: 999;
  mask-image: url(../img/service/service-3-01.png);
  mask-size: 100% 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(0);
  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);
}

.service-section-3_2__wrapper {
  position: relative;
  padding-bottom: 504px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-3_2__wrapper {
    padding-bottom: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-3_2__wrapper {
    padding-bottom: 370px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-3_2__wrapper {
    padding-bottom: 270px;
  }
}
@media (max-width: 575px) {
  .service-section-3_2__wrapper {
    padding-bottom: 155px;
  }
}
.service-section-3_2__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.9);
}
.service-section-3_2__top {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.service-section-3_2__top .section-heading__wrap_3 .section__subtitle span {
  background-color: var(--rr-common-white);
}
.service-section-3_2__dec {
  max-width: 471px;
  font-weight: 300;
  transform: translateY(-15px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-section-3_2__dec {
    transform: translate(-20px);
  }
}
.service-section-3_2__thumb {
  position: relative;
  margin-top: -437px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-3_2__thumb {
    margin-top: -345px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-3_2__thumb {
    margin-top: -333px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-3_2__thumb {
    margin-top: -45%;
  }
}
.service-section-3_2__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-3_2__thumb img {
    transform: translate(0px, 0px) !important;
  }
}
.service-section-3_2__shape {
  top: 24px;
  right: 39px;
  position: absolute;
}

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

.service-section-4__wrapper {
  margin: 0 -1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__wrapper {
    margin-top: 30px;
  }
}
.service-section-4__wrapper > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 50px;
  position: relative;
  letter-spacing: -0.02em;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-4__wrapper > p {
    margin-left: -170px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__wrapper > p {
    margin-top: 30px;
    text-align: center;
  }
}
.service-section-4__wrapper > p::before {
  content: "";
  width: 58px;
  height: 1.4px;
  opacity: 0.1;
  margin-right: 30px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__wrapper > p::before {
    display: none;
  }
}
.service-section-4__wrapper > p::after {
  content: "";
  width: 58px;
  height: 1.4px;
  opacity: 0.1;
  margin-left: 30px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__wrapper > p::after {
    display: none;
  }
}
.service-section-4__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.service-section-4__pagination {
  gap: 11px;
  width: auto !important;
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: end;
  transform: translateY(-14px);
}
.service-section-4__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.14;
  margin: 0 !important;
  background: var(--rr-heading-primary);
}
.service-section-4__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-4__text {
    margin-right: 10px;
  }
}
.service-section-4__dec {
  max-width: 311px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 78%;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__dec {
    max-width: 100%;
    margin-bottom: 4%;
  }
}
.service-section-4__btn .rr-btn_2 {
  padding: 14px 30.7px;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.4px solid rgba(25, 41, 41, 0.1);
}
.service-section-4__item {
  max-width: 319px;
  max-height: 404px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 22px 49px 34px;
  transition: all 0.4s ease-in-out;
  border: 1.4px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__item {
    padding-left: 22px;
  }
}
.service-section-4__item:hover {
  padding-bottom: 74px;
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
}
.service-section-4__item:hover .service-section-4__icon span svg [stroke="#192929"] {
  stroke: var(--rr-theme-primary-3);
}
.service-section-4__item:hover .service-section-4__icon span svg [fill="#192929"] {
  fill: var(--rr-theme-primary-3);
}
.service-section-4__item:hover .service-section-4__cap {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.service-section-4__item:hover .service-section-4__more {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.service-section-4__item:hover .service-section-4__title {
  margin-bottom: 42px;
  color: var(--rr-common-white);
}
.service-section-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 66px;
  margin-bottom: 17px;
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-4__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.service-section-4__cap {
  opacity: 1;
  height: auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  visibility: visible;
  transition: height 0.4s, opacity 0.4s, ease-in-out;
}
.service-section-4__more {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: height 0.4s, opacity 0.4s, ease-in-out;
}
.service-section-4__more a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
  color: var(--rr-theme-primary-3);
}

.service-section-5__item_wrap:last-of-type .service-section-5__item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service-section-5__item {
  padding-bottom: 41px;
  margin-bottom: 41px;
  border-bottom: 1.5px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-5__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-section-5__item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.service-section-5__item:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.service-section-5__title {
  font-weight: 500;
  font-size: 80px;
  line-height: 94px;
  color: transparent;
  letter-spacing: -0.01em;
  transition: all 0.3s ease-in-out;
  -webkit-text-stroke: 1px var(--rr-heading-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-section-5__title {
    font-size: 65px;
    line-height: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-5__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-5__title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5__title {
    font-size: 33px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .service-section-5__title {
    line-height: 43px;
  }
}
.service-section-5__bg {
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 324px;
  height: 324px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  border-radius: 500px;
  margin: -150px 0 0 -150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-section-5__bg {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .service-section-5__bg {
    width: 150px;
    height: 150px;
  }
}
.service-section-5__active:hover .service-section-5__bg {
  opacity: 1;
  visibility: visible;
}
.service-section-5__active:hover .service-section-5__title span {
  color: var(--rr-heading-primary);
}

.service-section-5_2__thumb {
  width: 100%;
  height: 859px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-5_2__thumb {
    height: 600px;
  }
}
.service-section-5_2__image__wrap {
  top: 0;
  right: 0;
  position: absolute;
}
.service-section-5_2__image {
  opacity: 0;
  position: relative;
  visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s ease-in-out;
}
.service-section-5_2__image.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.service-section-5_2__image::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--rr-heading-primary);
}
.service-section-5_2__content {
  bottom: 0;
  z-index: 2;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__content {
    flex-wrap: wrap;
  }
}
.service-section-5_2__item {
  max-width: 33.33%;
  position: relative;
  padding: 50px 60px 44px 70px;
  transition: all 0.6s ease-in-out;
}
@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) {
  .service-section-5_2__item {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-5_2__item {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__item {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
}
.service-section-5_2__item.active {
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
}
.service-section-5_2__item.active .service-section-5_2__arrow {
  top: -128%;
  opacity: 1;
}
.service-section-5_2__item.active .service-section-5_2__dec {
  opacity: 1;
  visibility: visible;
}
.service-section-5_2__item:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 400px;
  position: absolute;
  right: -1px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__item:nth-child(1)::before {
    display: none;
  }
}
.service-section-5_2__item:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 859px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__item:nth-child(2)::before {
    display: none;
  }
}
.service-section-5_2__item:nth-child(2)::after {
  content: "";
  width: 1px;
  height: 859px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__item:nth-child(2)::after {
    display: none;
  }
}
.service-section-5_2__item:nth-child(3)::after {
  content: "";
  width: 1px;
  height: 400px;
  position: absolute;
  left: -1px;
  bottom: 146%;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__item:nth-child(3)::after {
    display: none;
  }
}
.service-section-5_2__cat {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 30px;
  display: inline-block;
  padding: 13.5px 27.3px;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.1);
}
.service-section-5_2__title {
  max-width: 567px;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .service-section-5_2__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-section-5_2__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-section-5_2__title {
    font-size: 20px;
    line-height: 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-5_2__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .service-section-5_2__title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.service-section-5_2__title:hover {
  color: var(--rr-theme-primary);
}
.service-section-5_2__dec {
  opacity: 0;
  font-weight: 400;
  font-size: 16px;
  max-width: 600px;
  line-height: 26px;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--rr-ff-heading2);
}
.service-section-5_2__arrow {
  top: -70%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.6s ease-in-out;
}

.service-details__text-left span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
  display: inline-block;
  color: var(--rr-heading-primary);
}
.service-details__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 53px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__title {
    margin-bottom: 10px;
  }
}
.service-details__info-left {
  max-width: 650px;
}
.service-details__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.service-details__video {
  margin: 0 80px;
  margin-top: 93px;
  margin-bottom: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__video {
    margin: 0 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__video {
    margin: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.service-details__video-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__video-bg > img {
    transform: translateY(0px) !important;
  }
}
.service-details__play {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.service-details__play a {
  width: 204px;
  height: 204px;
  display: flex;
  position: relative;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__play a {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__play a {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .service-details__play a {
    width: 90px;
    height: 90px;
  }
}
.service-details__play a::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  border-radius: 500%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details__play a::before {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details__play a::before {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .service-details__play a::before {
    width: 80px;
    height: 80px;
  }
}
.service-details__subtitle {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  margin-top: 28px;
  margin-bottom: 18px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__subtitle {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__subtitle {
    margin: 15px 0;
  }
}
@media (max-width: 575px) {
  .service-details__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}
.service-details__subtitle.mt-22 {
  margin-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__subtitle.mt-22 {
    margin-top: 15px;
  }
}
.service-details__gallery {
  gap: 30px;
  display: grid;
  margin: 0 80px;
  margin-top: 72px;
  margin-bottom: 67px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__gallery {
    margin: 0 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__gallery {
    margin: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__thumb img {
    transform: translateY(0px) !important;
  }
}
.service-details__thumb:nth-child(3) {
  grid-column: span 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__thumb {
    grid-column: span 2;
  }
}
.service-details__list ul {
  list-style: none;
}
.service-details__list ul li {
  gap: 14px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
  align-items: center;
  color: rgba(25, 41, 41, 0.74);
}
.service-details__list ul li:last-of-type {
  margin-bottom: 0;
}
.service-details__list ul li i {
  font-size: 16px;
  color: var(--rr-common-black);
}
.service-details__content__list {
  gap: 55px;
  display: flex;
  align-items: start;
  justify-content: end;
  transform: translateY(14px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details__content__list {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .service-details__content__list {
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-details__content__list {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.service-details__content__list ul {
  list-style: none;
}
.service-details__content__list ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  color: var(--rr-heading-primary);
}
.service-details__content__list ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 30px;
  margin-right: 11px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--rr-heading-primary);
}
.service-details__content__list ul li:last-of-type {
  margin-bottom: 0;
}

.testimonial-section__title {
  font-weight: 600;
  font-size: 140px;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: rgba(25, 41, 41, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section__title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section__title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section__title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.testimonial-section__wrap {
  margin: 0 -370px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section__wrap {
    margin: 0 -200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__wrap {
    margin: 0px;
  }
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__item::before {
  opacity: 1;
  visibility: visible;
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__thumb img {
  opacity: 1;
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__content > span i {
  opacity: 1;
  color: var(--rr-theme-primary);
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__dec {
  opacity: 74%;
  color: var(--rr-common-white);
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__name {
  opacity: 1;
  color: var(--rr-theme-primary);
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__position {
  opacity: 70%;
  color: var(--rr-common-white);
}
.testimonial-section__wrap .swiper-slide-active .testimonial-section__button {
  opacity: 1;
  visibility: visible;
}
.testimonial-section__item {
  gap: 44px;
  padding: 60px;
  display: flex;
  max-width: 861px;
  position: relative;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(25, 41, 41, 0.08);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section__item {
    gap: 30px;
    padding: 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: 991px) {
  .testimonial-section__item {
    gap: 25px;
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__item {
    gap: 10px;
    padding: 30px;
    flex-wrap: wrap;
  }
}
.testimonial-section__item::before {
  opacity: 0;
  content: "";
  width: auto;
  height: auto;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  border-radius: 20px;
  background-color: rgb(1, 89, 65);
}
.testimonial-section__bg {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-section__thumb {
  min-width: 160px;
  height: 160px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__thumb {
    margin: 0 auto;
  }
}
.testimonial-section__thumb img {
  width: 100%;
  height: 100%;
  opacity: 14%;
  object-fit: cover;
}
.testimonial-section__content > span {
  width: 30px;
  height: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section__content > span i {
  opacity: 14%;
  font-size: 35px;
  display: inline-block;
  color: var(--rr-heading-primary);
}
.testimonial-section__dec {
  opacity: 14%;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 38px;
  color: var(--rr-heading-primary);
}
@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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__dec br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__dec {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section__dec {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .testimonial-section__dec {
    font-size: 15px;
  }
}
.testimonial-section__name {
  opacity: 14%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 4px;
  color: var(--rr-heading-primary);
}
.testimonial-section__position {
  opacity: 14%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
.testimonial-section__pagination {
  gap: 10px;
  height: 14px;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
}
.testimonial-section__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.1;
  border-radius: 30px;
  margin: 0 !important;
  background: var(--rr-heading-primary);
}
.testimonial-section__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: var(--rr-heading-primary);
}
.testimonial-section__button {
  gap: 20px;
  bottom: 50px;
  right: 60px;
  opacity: 0;
  display: flex;
  visibility: hidden;
  position: absolute;
  align-items: center;
}
@media (max-width: 575px) {
  .testimonial-section__button {
    display: none;
  }
}
.testimonial-section__arrow:hover svg [opacity="0.5"] {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.testimonial-section-2__wrapper {
  width: 100%;
  height: 850px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-2__wrapper {
    height: 650px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-2__wrapper {
    height: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-2__wrapper {
    transform: translateY(0px) !important;
  }
}
.testimonial-section-2__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.4);
}
.testimonial-section-2__wrap {
  bottom: 0;
  max-width: 746px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-2__wrap {
    max-width: 685px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-2__wrap {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-2__wrap {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
}
.testimonial-section-2__play {
  top: 48%;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-2__play {
    left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-2__play {
    top: 30%;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-2__play {
    top: 20%;
    left: 50%;
  }
}
@media (max-width: 575px) {
  .testimonial-section-2__play {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonial-section-2__play a {
  z-index: 2;
  width: 204px;
  height: 204px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.1);
  border: 7px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-2__play a {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-2__play a {
    width: 150px;
    height: 150px;
  }
}
.testimonial-section-2__item {
  position: relative;
  padding: 44px 90px 50px 60px;
  background-color: var(--rr-body-bg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-2__item {
    padding: 30px 90px 30px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-2__item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-2__item {
    padding: 15px;
  }
}
.testimonial-section-2__author {
  gap: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-2__author {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-2__author {
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.testimonial-section-2__name {
  font-weight: 400;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
.testimonial-section-2__position {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-section-2__dec {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .testimonial-section-2__dec {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonial-section-2__quote {
  right: 34px;
  bottom: 34px;
  position: absolute;
}
.testimonial-section-2__pagination {
  gap: 15px;
  display: flex;
  margin-top: 40px;
  max-height: 14px;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-2__pagination {
    display: none;
  }
}
.testimonial-section-2__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.1;
  border-radius: 30px;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-common-white);
}
.testimonial-section-2__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  opacity: 1;
  color: var(--rr-common-white);
}

.testimonial-section-3__bottom {
  z-index: 1;
  position: relative;
}
.testimonial-section-3__bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: linear-gradient(90deg, #192929 0%, rgba(25, 41, 41, 0.921089) 42.58%, rgba(25, 41, 41, 0.7) 70.12%, rgba(25, 41, 41, 0) 100%);
}
.testimonial-section-3__thumb {
  text-align: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__thumb img {
    width: 100%;
    height: 540px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .testimonial-section-3__thumb img {
    height: 480px;
  }
}
.testimonial-section-3__content {
  z-index: 2;
  left: 277px;
  bottom: 120px;
  text-align: start;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-3__content {
    left: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__content {
    left: 90px;
    bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__content {
    left: 30px;
    bottom: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__content {
    left: 20px;
  }
}
.testimonial-section-3__content .rr-btn_2 {
  padding: 14px 30.3px;
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}
.testimonial-section-3__content .rr-btn_2 span {
  background-color: var(--rr-common-white);
}
.testimonial-section-3__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 57px;
  margin-bottom: 45px;
  letter-spacing: -0.01em;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__title {
    font-size: 40px;
    line-height: 50px;
  }
  .testimonial-section-3__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__title {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 30px;
  }
}
.testimonial-section-3__title span {
  font-style: italic;
  color: var(--rr-theme-primary);
}
.testimonial-section-3__card {
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 70px 30px;
  padding-bottom: 80px;
  border-right: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__card {
    max-width: 100%;
    border-right: none;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__card {
    padding: 40px 30px;
  }
}
.testimonial-section-3__card span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
  color: rgba(25, 41, 41, 0.7);
}
.testimonial-section-3__review h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 26px;
  margin-bottom: 9px;
  letter-spacing: -0.05em;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
.testimonial-section-3__review .star {
  gap: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section-3__review .star i {
  font-size: 11px;
  color: var(--rr-theme-primary);
}
.testimonial-section-3__review p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 9px;
  line-height: 26px;
  text-decoration: underline;
  color: rgba(25, 41, 41, 0.7);
}
.testimonial-section-3__button {
  gap: 7px;
  display: flex;
  margin-top: 42px;
  align-items: center;
  justify-content: center;
}
.testimonial-section-3__arrow {
  width: 46px;
  height: 46px;
  display: flex;
  cursor: pointer;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.testimonial-section-3__arrow:hover {
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}
.testimonial-section-3__wrapper {
  z-index: 2;
  position: relative;
  margin-bottom: -182px;
  background: var(--rr-common-white);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
.testimonial-section-3__wrapper .swiper-slide-active {
  padding-right: 87px;
  margin-right: 78px;
  border-right: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-3__wrapper .swiper-slide-active {
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__wrapper .swiper-slide-active {
    margin-right: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-3__wrapper .swiper-slide-active {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
  }
}
.testimonial-section-3__slider {
  padding: 0 82px;
  padding-right: 107px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__slider {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-3__slider {
    padding: 0 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-3__slider {
    padding: 0 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-3__slider {
    padding: 0 10px;
    padding-bottom: 40px;
  }
}
.testimonial-section-3__item {
  max-width: 378px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-3__item {
    max-width: 295px;
  }
}
.testimonial-section-3__dec {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 13px;
  margin-bottom: 25px;
  color: rgba(25, 41, 41, 0.7);
}
.testimonial-section-3__author {
  gap: 20px;
  display: flex;
  align-items: center;
}
.testimonial-section-3__author__thumb {
  width: 64px;
  height: 64px;
  position: relative;
}
.testimonial-section-3__author__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.testimonial-section-3__author__thumb .icon {
  width: 26px;
  height: 26px;
  bottom: -2px;
  right: -2px;
  display: flex;
  position: absolute;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  background: var(--rr-theme-primary);
  border: 1px solid var(--rr-common-white);
}
.testimonial-section-3__author__info .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
.testimonial-section-3__author__info .position {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: rgba(25, 41, 41, 0.7);
}

.testimonial-section-4__wrapper {
  padding-bottom: 210px;
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__wrapper {
    padding-bottom: 70px;
  }
}
.testimonial-section-4__item {
  gap: 30px;
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__item {
    flex-wrap: wrap;
  }
}
.testimonial-section-4__content {
  transform: translateY(-8px);
}
.testimonial-section-4__dec {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  color: var(--rr-common-white);
}
@media 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__dec br {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonial-section-4__dec {
    font-size: 25px;
    line-height: 35px;
  }
}
.testimonial-section-4__star {
  gap: 5px;
  display: flex;
  margin-top: 53px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .testimonial-section-4__star {
    margin-top: 30px;
  }
}
.testimonial-section-4__star i {
  color: #D9D9D9;
  font-size: 18px;
}
.testimonial-section-4__author h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
.testimonial-section-4__author p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-section-4__button {
  gap: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
}
.testimonial-section-4__arrow {
  font-size: 32px;
  font-weight: 300;
  color: var(--rr-common-white);
}
.testimonial-section-4__arrow i:hover {
  color: var(--rr-theme-primary-3);
}
.testimonial-section-4__thumb {
  text-align: end;
  margin-left: 90px;
  position: relative;
  margin-top: -105px;
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
.testimonial-section-4__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background: rgba(25, 41, 41, 0.24);
}
@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: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__thumb > img {
    width: 100%;
    height: 100%;
    transform: translate(0px, 0px) !important;
  }
}
.testimonial-section-4__play {
  top: 165px;
  right: 282px;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial-section-4__play {
    top: 120px;
    right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-4__play {
    top: 100px;
    right: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__play {
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
  }
}
.testimonial-section-4__play a {
  width: 146px;
  height: 146px;
  z-index: 2;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background: rgba(255, 255, 255, 0.16);
  border: 5px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-4__play a {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-4__play a {
    width: 100px;
    height: 100px;
  }
}
.testimonial-section-4__chart {
  width: 652px;
  height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 0 200px 0 0;
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section-4__chart {
    width: 500px;
    height: 430px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-4__chart {
    width: 470px;
    height: 400px;
  }
}
.testimonial-section-4__chart img {
  transform: translateX(57px);
}
@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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-4__chart img {
    transform: translateX(0px);
  }
}

.testimonial-section-5__title {
  font-weight: 600;
  font-size: 140px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section-5__title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-5__title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-5__title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-5__title {
    font-size: 40px;
  }
}
.testimonial-section-5__active {
  padding-top: 103px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section-5__active {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-5__active {
    padding-top: 40px;
  }
}
.testimonial-section-5__item {
  padding: 30px;
  position: relative;
  background: var(--rr-common-white);
  box-shadow: 0px 4px 24px 1px rgba(0, 0, 0, 0.04);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-5__item {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-5__item {
    padding: 15px;
  }
}
.testimonial-section-5__quote {
  top: -25px;
  right: 30px;
  position: absolute;
}
@media (max-width: 575px) {
  .testimonial-section-5__quote {
    display: none;
  }
}
.testimonial-section-5__thumb {
  width: 64px;
  height: 64px;
}
.testimonial-section-5__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 500px;
}
.testimonial-section-5__author {
  gap: 17px;
  display: flex;
  align-items: center;
}
.testimonial-section-5__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
}
.testimonial-section-5__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
.testimonial-section-5__dec {
  font-weight: 400;
  font-size: 19px;
  line-height: 33px;
  margin-top: 40px;
  margin-bottom: 31px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .testimonial-section-5__dec {
    font-size: 17px;
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.testimonial-section-5__meta {
  gap: 17px;
  display: flex;
  padding-top: 31px;
  align-items: center;
  border-top: 1px solid rgba(25, 41, 41, 0.08);
}
@media (max-width: 575px) {
  .testimonial-section-5__meta {
    gap: 10px;
    padding-top: 15px;
  }
}
.testimonial-section-5__meta .icon span {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 500px;
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
.testimonial-section-5__meta .text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .testimonial-section-5__meta .text p {
    font-size: 15px;
  }
}
.testimonial-section-5__meta .text p span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-left: 6px;
  text-transform: capitalize;
}
.testimonial-section-5__pagination {
  gap: 16px;
  height: 16px;
  display: flex;
  margin-top: 38px;
  align-items: center;
  justify-content: center;
}
.testimonial-section-5__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 8%;
  border-radius: 500px;
  background: var(--rr-heading-primary);
}
.testimonial-section-5__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: var(--rr-heading-primary);
}

.project-section__thumb {
  width: 100%;
  height: 900px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-section__thumb {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-section__thumb {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section__thumb {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__thumb {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__thumb {
    transform: translateY(0px) !important;
  }
}
.project-section__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.14);
}
.project-section__image {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.project-section__image.active {
  opacity: 1;
}
.project-section__content {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: end;
  max-width: 1365px;
  position: absolute;
  justify-content: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__content {
    flex-wrap: wrap;
  }
}
.project-section__subtitle {
  opacity: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  visibility: hidden;
  margin-bottom: 235px;
  display: inline-block;
  letter-spacing: 0.3em;
  color: var(--rr-common-white);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section__subtitle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__subtitle {
    display: none;
  }
}
.project-section__title {
  font-weight: 400;
  font-size: 42px;
  line-height: 53px;
  margin-top: 9px;
  margin-bottom: 4px;
  opacity: 0;
  visibility: hidden;
  color: var(--rr-common-white);
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .project-section__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.project-section__btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-section__btn i {
  font-size: 28px;
  font-weight: lighter;
  transform: rotate(-45deg);
  color: var(--rr-common-white);
}
.project-section__item {
  z-index: 1;
  width: 455px;
  max-height: 470px;
  padding: 37px 34px;
  position: relative;
  margin-left: -1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section__item {
    width: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__item {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__item {
    max-height: 170px;
  }
}
@media (max-width: 575px) {
  .project-section__item {
    width: 100%;
  }
  .project-section__item::before {
    display: none;
  }
  .project-section__item::after {
    display: none;
  }
}
.project-section__item.active {
  background: linear-gradient(180deg, rgba(1, 89, 65, 0) 0%, #015941 100%);
}
.project-section__item.active .project-section__subtitle {
  opacity: 1;
  visibility: visible;
}
.project-section__item.active .project-section__title {
  opacity: 1;
  visibility: visible;
}
.project-section__item.active .project-section__btn {
  opacity: 1;
  visibility: visible;
}
.project-section__item.active p {
  opacity: 1;
  visibility: visible;
}
.project-section__item p {
  opacity: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
}
.project-section__item::before {
  content: "";
  width: 1px;
  height: 900px;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
  position: absolute;
  background: var(--rr-common-white);
}
.project-section__item::after {
  content: "";
  width: 1px;
  height: 900px;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  position: absolute;
  background: var(--rr-common-white);
}
.project-section__shape__wrap {
  left: 268px;
  right: 268px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-section__shape__wrap {
    left: 35px;
    right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section__shape__wrap {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section__shape__wrap {
    left: 30px;
    right: 30px;
  }
}
.project-section__border {
  width: 1px;
  height: 900px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
}

.project-section-2 .section-heading__wrap_2 {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-2 .section-heading__wrap_2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2 .section-heading__wrap_2 {
    margin-bottom: 40px;
  }
}
.project-section-2__wrapper {
  margin: 0 180px;
  margin-bottom: -30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-section-2__wrapper {
    margin: 0 100px;
    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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__wrapper {
    margin: 0 15px;
    margin-bottom: -30px;
  }
}
.project-section-2__item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 60px 97px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-2__item {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__item {
    padding: 30px;
  }
}
.project-section-2__item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__content p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__btn img {
    width: 50%;
  }
}
.project-section-2__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 276px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-2__top {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-2__top {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__top {
    margin-bottom: 40px;
  }
}
.project-section-2__tag ul {
  gap: 10px;
  display: flex;
  list-style: none;
  align-items: center;
}
.project-section-2__tag ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  border-radius: 500px;
  display: inline-block;
  padding: 11.5px 27.1px;
  letter-spacing: -0.01em;
  backdrop-filter: blur(5px);
  color: var(--rr-common-white);
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 575px) {
  .project-section-2__tag ul li {
    padding: 10.5px 20.1px;
  }
}
.project-section-2__title {
  font-weight: 400;
  font-size: 90px;
  line-height: 110px;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--rr-common-white);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-2__title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-2__title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .project-section-2__title {
    font-size: 30px;
    line-height: 45px;
  }
}
.project-section-2__bg-shape {
  width: 602.97px;
  height: 152px;
  bottom: -1px;
  right: 0;
  position: absolute;
  background-color: var(--rr-theme-primary-3);
  clip-path: polygon(100% 10%, 100% 59%, 100% 80%, 100% 100%, 0 100%, 58% 0, 92% 26%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-2__bg-shape {
    width: 460px;
    height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-2__bg-shape {
    display: none;
  }
}

.project-section-3__bottom {
  gap: 64px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-3__bottom {
    gap: 0;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-3__bottom {
    gap: 20px;
    margin-top: 30px;
  }
}
.project-section-3__bottom p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.project-section-3__bottom p::before {
  content: "";
  width: 234px;
  height: 1px;
  margin-right: 50px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(25, 41, 41, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-section-3__bottom p::before {
    width: 150px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-3__bottom p::before {
    display: none;
  }
}
.project-section-3__bottom p span {
  font-weight: 500;
  color: var(--rr-heading-primary);
}
.project-section-3__button {
  gap: 10px;
  display: flex;
  align-items: center;
}
.project-section-3__arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
  background: rgba(25, 41, 41, 0.1);
}
.project-section-3__arrow:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
}
.project-section-3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-section-3__top {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 70px;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-3__top {
    margin-bottom: 40px;
  }
}
.project-section-3__btn {
  transform: translateY(-18px);
}
.project-section-3__item {
  position: relative;
}
.project-section-3__item:hover .project-section-3__content {
  transform: scale(1);
}
.project-section-3__wrap {
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 20px;
  position: absolute;
}
.project-section-3__content {
  width: 100%;
  height: 100%;
  max-width: 434px;
  max-height: 518px;
  position: relative;
  transform: scale(0);
  backdrop-filter: blur(7px);
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
}
.project-section-3__content_2 {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 575px) {
  .project-section-3__content_2 .project-section-3__social {
    top: 20px;
    right: 20px;
  }
}
.project-section-3__content_2 .project-section-3__social li span,
.project-section-3__content_2 .project-section-3__social li a {
  color: var(--rr-common-white);
  background: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .project-section-3__content_2 .project-section-3__info {
    left: 20px;
    bottom: 20px;
  }
}
.project-section-3__details {
  top: 36px;
  right: 36px;
  overflow: hidden;
  list-style: none;
  position: absolute;
}
.project-section-3__details a {
  width: 44px;
  height: 44px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  color: var(--rr-heading-primary);
  background: var(--rr-theme-primary);
}
.project-section-3__details a:hover {
  background-color: var(--rr-theme-primary-3);
}
.project-section-3__info {
  position: absolute;
  bottom: 45px;
  left: 34px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-3__info {
    left: 20px;
  }
}
.project-section-3__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  color: var(--rr-heading-primary);
}
.project-section-3__title a:hover {
  color: var(--rr-theme-primary);
}
.project-section-3__cat {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}

.project-section-5__wrapper {
  display: flex;
  align-items: start;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__wrapper {
    display: block;
  }
}
.project-section-5__item {
  width: 259px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__item {
    width: 100%;
    display: block;
    overflow: visible;
  }
}
.project-section-5__item.active {
  width: 1144px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__item.active {
    width: 100%;
  }
}
.project-section-5__item.active .project-section-5__arrow .arrow_1 {
  display: none;
  transition: all 0.6s ease-in-out;
}
.project-section-5__item.active .project-section-5__arrow .arrow_2 {
  display: block;
  transition: all 0.6s ease-in-out;
}
.project-section-5__thumb {
  width: 835px;
  height: 690px;
  margin-top: 35px;
  position: relative;
  margin-left: -350%;
  margin-right: 140px;
  transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .project-section-5__thumb {
    margin-right: 60px;
    margin-left: -400%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-section-5__thumb {
    margin-right: 40px;
    margin-left: -450%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-section-5__thumb {
    margin-right: 30px;
    margin-left: -520%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__thumb {
    width: auto;
    height: 400px;
    display: none;
    margin: 0 15px;
    margin-bottom: 30px;
    transition: display 0.6s ease;
  }
}
.project-section-5__thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px 0 200px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .project-section-5__thumb a img {
    border-radius: 100px 0 100px 0;
  }
}
@media (max-width: 575px) {
  .project-section-5__thumb a img {
    border-radius: 0;
  }
}
.project-section-5__thumb.active {
  margin-left: 64px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-section-5__thumb.active {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-section-5__thumb.active {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__thumb.active {
    display: block;
    margin-left: 15px;
  }
}
.project-section-5__info {
  width: 445px;
  height: 198px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .project-section-5__info {
    width: 100%;
    height: auto;
  }
}
.project-section-5__info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
.project-section-5__info p {
  font-weight: 400;
  font-size: 16px;
  max-width: 314px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
.project-section-5__info .text {
  padding: 32px 40px 41px 44px;
}
@media (max-width: 575px) {
  .project-section-5__info .text {
    padding: 15px;
  }
}
.project-section-5__icon {
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  display: flex;
  position: absolute;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  background-color: var(--rr-theme-primary);
}
.project-section-5__text {
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__text {
    gap: 50px;
    display: flex;
    margin-left: 0;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .project-section-5__text {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.project-section-5__content {
  max-width: 105px;
  padding-top: 13px;
  margin: 0 0 0 auto;
  padding-bottom: 130px;
  border-right: 1.5px solid #303E3E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content {
    margin: 0 15px;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 70px;
    border-right: none;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content {
    margin-bottom: 40px;
  }
}
.project-section-5__content span {
  font-weight: 400;
  font-size: 26px;
  line-height: 47px;
  margin: 0 -110%;
  margin-left: -80px;
  display: inline-block;
  transform: rotate(-90deg);
  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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content span {
    margin: 0 0%;
    margin-left: 0px;
    transform: rotate(0deg);
  }
}
.project-section-5__content.content_wrap_1 .project-section-5__number span {
  margin-left: -29px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_1 .project-section-5__number span {
    margin-left: 0;
  }
}
.project-section-5__content.content_wrap_2 .project-section-5__arrow {
  margin-bottom: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_2 .project-section-5__arrow {
    margin-bottom: 0;
  }
}
.project-section-5__content.content_wrap_2 .project-section-5__number {
  margin-top: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_2 .project-section-5__number {
    margin-top: 0;
  }
}
.project-section-5__content.content_wrap_3 .project-section-5__arrow {
  margin-bottom: 247px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_3 .project-section-5__arrow {
    margin-bottom: 0;
  }
}
.project-section-5__content.content_wrap_3 .project-section-5__number {
  margin-top: 222px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_3 .project-section-5__number {
    margin-top: 0;
  }
}
.project-section-5__content.content_wrap_4 .project-section-5__arrow {
  margin-bottom: 244px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_4 .project-section-5__arrow {
    margin-bottom: 0;
  }
}
.project-section-5__content.content_wrap_4 .project-section-5__number {
  margin-top: 227px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__content.content_wrap_4 .project-section-5__number {
    margin-top: 0;
  }
}
.project-section-5__arrow {
  margin-bottom: 255px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__arrow {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__arrow a img {
    width: 65%;
  }
}
.project-section-5__arrow .arrow_2 {
  display: none;
}
.project-section-5__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 57px;
  margin-bottom: 65px;
  color: var(--rr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-section-5__title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project-section-5__title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .project-section-5__title {
    font-size: 32px;
    line-height: 42px;
  }
}
.project-section-5__number {
  margin-top: 215px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__number {
    margin-top: 0;
  }
}
.project-section-5__number span {
  font-weight: 400;
  font-size: 170px;
  line-height: 84px;
  margin-left: -53px;
  display: inline-block;
  letter-spacing: -0.01em;
  transform: rotate(-90deg);
  color: rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__number span {
    margin-left: 0px;
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-section-5__number span {
    font-size: 70px;
    line-height: 50px;
  }
}

.project-details__big-thumb {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__big-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0px) !important;
  }
}
.project-details__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 40px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .project-details__title {
    font-size: 22px;
    line-height: 30px;
  }
}
.project-details__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.project-details__gallery {
  gap: 30px;
  display: grid;
  margin-bottom: 60px;
  grid-template-columns: auto auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details__gallery {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__gallery {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__gallery {
    grid-template-columns: auto;
  }
}
.project-details__gallery .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__gallery .gallery-image img {
    transform: translateY(0px) !important;
  }
}
.project-details__card {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details__card {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__card {
    margin-bottom: 20px;
  }
}
.project-details__card-item {
  padding: 50px 34px;
  position: relative;
  padding-bottom: 60px;
  background-color: var(--rr-color-white_smoke);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-details__card-item {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .project-details__card-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details__card-item {
    padding: 30px 15px;
  }
}
.project-details__card-item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 41, 41, 0.1);
  border-radius: 500px;
}
.project-details__card-item .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  margin-top: 23px;
  margin-bottom: 17px;
  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: 991px) {
  .project-details__card-item .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .project-details__card-item .title {
    font-size: 19px;
    line-height: 28px;
  }
}
.project-details__card-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.project-details__card-item:hover .project-details__card-shape, .project-details__card-item.active .project-details__card-shape {
  opacity: 1;
  visibility: visible;
}
.project-details__card-shape {
  top: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.project-details__card-shape .bg-shape {
  width: 69px;
  height: 69px;
  position: relative;
  display: inline-block;
  background-color: var(--rr-theme-primary);
}
.project-details__card-shape .bg-shape::before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  background-color: var(--rr-color-white_smoke);
}
.project-details__card-shape .bg-shape::after {
  content: "";
  width: 16px;
  height: 16px;
  left: 16px;
  bottom: 16px;
  position: absolute;
  background-color: var(--rr-color-white_smoke);
}
.project-details__navigation {
  padding-top: 41px;
  margin-top: 69px;
  border-top: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details__navigation {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-details__navigation {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.project-details__navigation ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.project-details__navigation ul li a {
  gap: 8.5px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  align-items: center;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
}
.project-details__navigation ul li a i {
  font-size: 24px;
  line-height: 0.8;
  font-weight: 400;
}
.project-details__navigation ul li a:hover {
  color: var(--rr-theme-primary);
}

.project-form__wrapper {
  position: relative;
}
.project-form__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(245, 245, 245, 0.86);
}
.project-form__thumb {
  position: relative;
  margin-left: -277px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-form__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-form__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-form__thumb img {
    margin-bottom: 30px;
    transform: translateY(0px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-form__thumb img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-form__thumb img {
    height: 300px;
  }
}
.project-form__form {
  margin-top: 38px;
}
.project-form__input input,
.project-form__input textarea, .project-form__textarea input,
.project-form__textarea textarea {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  margin-bottom: 16px;
  backdrop-filter: blur(12px);
  background: rgba(25, 41, 41, 0.07);
  border: 1px solid rgba(25, 41, 41, 0.08);
}
.project-form__input input::placeholder,
.project-form__input textarea::placeholder, .project-form__textarea input::placeholder,
.project-form__textarea textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
.project-form__textarea {
  line-height: 1;
  position: relative;
}
.project-form__textarea textarea {
  height: 223px;
  margin-bottom: 0;
  padding-top: 30px;
}
.project-form__textarea button {
  width: 50px;
  right: 24px;
  height: 50px;
  bottom: 20px;
  display: flex;
  font-size: 16px;
  position: absolute;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  color: var(--rr-common-white);
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-heading-primary);
}
.project-form__textarea button:hover {
  color: var(--rr-heading-primary);
  background-color: var(--rr-theme-primary);
}

.work-process__wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work-process__wrapper {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.work-process__item {
  width: 410px;
  height: 410px;
  z-index: 1;
  position: relative;
  border-radius: 500px;
  margin-left: -172px;
  overflow: hidden;
  padding: 102px 44px 98px 84px;
  background-color: var(--rr-common-white);
  border: 1.5px solid rgba(244, 211, 154, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-process__item {
    width: 380px;
    height: 380px;
    padding: 90px 20px 50px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process__item {
    width: 360px;
    height: 360px;
    padding: 50px 35px 60px 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work-process__item {
    margin-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .work-process__item {
    width: auto;
    height: auto;
    overflow: visible;
    padding: 20px;
    border: none;
    border-radius: 10px;
  }
}
.work-process__item:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .work-process__item:first-of-type {
    margin: 0 auto;
  }
}
.work-process__item p {
  font-weight: 300;
}
.work-process__item:hover {
  z-index: 9;
}
.work-process__item:hover .work-process__bg__thumb {
  transform: scale(1);
}
.work-process__item:hover .work-process__bg__shape {
  transform: scale(1);
}
.work-process__item:hover .work-process__title {
  color: var(--rr-common-white);
}
@media (max-width: 575px) {
  .work-process__item:hover .work-process__title {
    color: var(--rr-heading-primary);
  }
}
.work-process__item:hover .work-process__logo span svg [fill=white] {
  fill: var(--rr-theme-primary);
  transition: all 0.3s ease-in-out;
}
.work-process__item:hover p {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .work-process__item:hover p {
    color: var(--rr-heading-primary);
  }
}
.work-process__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 10px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  color: var(--rr-heading-primary);
}
.work-process__bg__thumb {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-process__bg__thumb {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process__bg__thumb {
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 575px) {
  .work-process__bg__thumb {
    display: none;
  }
}
.work-process__bg__shape {
  left: 0;
  top: 0;
  z-index: -1;
  width: 410px;
  height: 410px;
  transform: scale(0);
  position: absolute;
  border-radius: 500px;
  transition: all 0.3s ease-in-out;
  background: rgba(31, 49, 48, 0.8);
  border: 1.5px solid rgba(244, 211, 154, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-process__bg__shape {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process__bg__shape {
    top: -10px;
    left: -10px;
  }
}
@media (max-width: 575px) {
  .work-process__bg__shape {
    display: none;
  }
}

.works-section-3__item {
  padding: 60px;
  padding-bottom: 0;
  margin-left: -1px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .works-section-3__item {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .works-section-3__item {
    padding: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works-section-3__item {
    padding: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .works-section-3__item {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .works-section-3__item {
    padding: 15px;
  }
}
.works-section-3__item:hover {
  border-color: var(--rr-theme-primary);
  background-color: var(--rr-theme-primary);
}
.works-section-3__item:hover .works-section-3__icon {
  border: 4px solid var(--rr-common-white);
  background-color: var(--rr-theme-primary);
}
.works-section-3__dot {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-section-3__dot span {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: rgba(25, 41, 41, 0.1);
}
.works-section-3__dot span.dot_bg {
  background-color: var(--rr-heading-primary);
}
.works-section-3__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  margin-top: 60px;
  margin-bottom: 4px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .works-section-3__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.works-section-3__dec {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .works-section-3__dec br {
    display: none;
  }
}
.works-section-3__icon {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  margin: 0 auto;
  margin-bottom: -53px;
  transition: all 0.3s ease-in-out;
  background: var(--rr-common-white);
  border: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .works-section-3__icon {
    margin-bottom: -80px;
  }
}

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

.why-choose-us__thumb {
  transform: translateY(105px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__thumb {
    transform: translateY(0px);
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__thumb {
    padding-top: 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .why-choose-us__thumb img {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__thumb img {
    transform: translateY(0px) !important;
  }
}
.why-choose-us__shape {
  left: 0;
  bottom: 0;
  position: absolute;
}
.why-choose-us__wrapper {
  margin: 0 90px;
  background-color: var(--rr-body-bg);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us__wrapper {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__wrapper {
    margin: 0px;
  }
}
.why-choose-us__content {
  margin-left: 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__content p br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__content .section__title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .why-choose-us__content .section__title {
    font-size: 26px;
    line-height: 40px;
  }
}
.why-choose-us__btn .rr-btn {
  margin-top: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us__btn .rr-btn {
    margin-top: 30px;
  }
}
.why-choose-us__btn .rr-btn:hover {
  color: var(--rr-heading-primary);
}
.why-choose-us__btn .rr-btn span {
  background-color: var(--rr-common-white);
}

.why-choose-us-3__alliance {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__alliance {
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.why-choose-us-3__alliance .icon {
  width: 110px;
  height: 110px;
  display: flex;
  margin: 10px;
  align-items: center;
  border-radius: 500px;
  outline-offset: 10px;
  justify-content: center;
  background: rgba(25, 41, 41, 0.1);
  outline: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__alliance .icon {
    width: 90px;
    height: 90px;
  }
}
.why-choose-us-3__alliance .text h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--rr-heading-primary);
}
.why-choose-us-3__alliance .text p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .why-choose-us-3__alliance .text p br {
    display: none;
  }
}
.why-choose-us-3__wrapper {
  margin-top: 20px;
  margin-right: 98px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__wrapper {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__wrapper {
    margin-top: 0;
  }
}
.why-choose-us-3__wrap {
  height: 420px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-3__wrap {
    height: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-3__wrap {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__wrap {
    height: auto;
  }
}
.why-choose-us-3__wrap .border-line {
  width: 1.5px;
  height: 159px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--rr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__wrap .border-line {
    display: none;
  }
}
.why-choose-us-3__content {
  padding-left: 30px;
  position: relative;
  border-left: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__content {
    padding-left: 0;
    border-left: none;
  }
}
.why-choose-us-3__count {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 30px;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__count {
    margin-bottom: 0;
  }
}
.why-choose-us-3__count h3 {
  font-weight: 400;
  font-size: 90px;
  line-height: 0.8;
  position: relative;
  margin-right: 43px;
  padding-right: 39px;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us-3__count h3 {
    font-size: 72px;
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-3__count h3 {
    font-size: 70px;
    margin-right: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-3__count h3 {
    font-size: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.why-choose-us-3__count h3::before {
  content: "";
  width: 1px;
  height: 86px;
  top: 0;
  right: 0;
  position: absolute;
  background-color: rgba(25, 41, 41, 0.1);
}
@media (max-width: 575px) {
  .why-choose-us-3__count h3::before {
    display: none;
  }
}
.why-choose-us-3__count p {
  font-weight: 500;
  line-height: 28px;
  color: rgba(25, 41, 41, 0.7);
}
.why-choose-us-3__dec {
  padding-right: 6px;
  margin-bottom: 28px;
  transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__dec {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
.why-choose-us-3__btn {
  margin-top: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .why-choose-us-3__btn {
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .why-choose-us-3__btn {
    margin-top: 30px;
  }
}
.why-choose-us-3__btn .rr-btn_2 {
  padding: 14px 30.6px;
}
.why-choose-us-3__thumb {
  text-align: end;
  margin-right: -145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__thumb {
    margin-right: 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-3__thumb img {
    margin-top: 30px;
    transform: translate(0px, 0px) !important;
  }
}

.why-choose-us-5__thumb 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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-5__thumb img {
    transform: translateY(0px) !important;
  }
}
.why-choose-us-5__content {
  margin-left: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-5__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-5__content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-5__content .section-heading__wrap_5 .section__title {
    font-size: 36px;
    line-height: 46px;
  }
}
.why-choose-us-5__content .section-heading__wrap_5 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 23px;
  color: rgba(25, 41, 41, 0.74);
}
.why-choose-us-5__list {
  list-style: none;
}
.why-choose-us-5__list li {
  gap: 18.5px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
  align-items: center;
  color: rgba(25, 41, 41, 0.74);
}
.why-choose-us-5__list li:last-of-type {
  margin-bottom: 0;
}
.why-choose-us-5__list li i {
  font-size: 17px;
  color: var(--rr-common-black);
}
.why-choose-us-5__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 47px;
  margin-top: 20px;
  margin-bottom: 4px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .why-choose-us-5__title {
    font-size: 19px;
    line-height: 30px;
  }
}
.why-choose-us-5__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-5__dec {
    margin-bottom: 20px;
  }
}

@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: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .our-award-4__thumb {
    width: 870px;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .our-award-4__thumb {
    max-width: 770px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our-award-4__thumb {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-award-4__thumb {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-award-4__thumb {
    width: 100%;
    height: 500px;
    margin: 0 15px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .our-award-4__thumb img {
    transform: translate(0px, 0px) !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-award-4__thumb {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .our-award-4__thumb {
    height: 318px;
  }
}
.our-award-4__thumb .image {
  top: 0;
  left: 0;
  transform: scale(0);
  position: absolute;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .our-award-4__thumb .image {
    top: -90px;
  }
}
@media (max-width: 575px) {
  .our-award-4__thumb .image {
    top: auto;
  }
}
.our-award-4__thumb .image.active {
  transform: scale(1);
}
@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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-award-4__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.our-award-4__content {
  margin-left: 103px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-award-4__content {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-award-4__content {
    margin-left: 10px;
  }
}
.our-award-4__item {
  cursor: pointer;
  position: relative;
  padding-left: 78px;
  padding-bottom: 54px;
  border-left: 1.5px solid rgba(25, 41, 41, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-award-4__item {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .our-award-4__item {
    padding-left: 20px;
  }
}
.our-award-4__item:last-of-type {
  padding-bottom: 44px;
}
.our-award-4__item::before {
  content: "";
  width: 1.5px;
  height: 0;
  top: 0;
  left: -1px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-heading-primary);
}
.our-award-4__item::after {
  content: "";
  width: 22px;
  height: 1.5px;
  top: 41%;
  left: 28px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  background-color: rgba(25, 41, 41, 0.14);
}
@media (max-width: 575px) {
  .our-award-4__item::after {
    display: none;
  }
}
.our-award-4__item.active::before {
  height: 100%;
}
.our-award-4__item.active::after {
  background-color: var(--rr-heading-primary);
}
.our-award-4__item.active .our-award-4__date span {
  color: rgba(25, 41, 41, 0.7);
}
.our-award-4__date span {
  font-weight: 400;
  font-size: 41px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(25, 41, 41, 0.14);
}
.our-award-4__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  margin-top: 13px;
  margin-bottom: 5px;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-heading2);
}
.our-award-4__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(25, 41, 41, 0.7);
}

/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/
.brand-section__wrap {
  margin-left: 270px;
}
@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: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section__wrap {
    margin-left: 15px;
  }
}
.brand-section-2__wrap {
  border-bottom: 1px solid rgba(25, 41, 41, 0.08);
}
.brand-section-2__wrap .brand-section__item {
  padding: 99px 103px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-section-2__wrap .brand-section__item {
    padding: 55px 103px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-section-2__wrap .brand-section__item {
    padding: 50px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section-2__wrap .brand-section__item {
    padding: 40px 50px;
  }
}
.brand-section__item {
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 104.5px 54.5px;
  transition: all 0.3s ease-in-out;
  border-right: 1px solid rgba(25, 41, 41, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-section__item {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section__item {
    border-left: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-section__item {
    padding: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .brand-section__item {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .brand-section__item {
    padding: 30px;
  }
}
.brand-section__item:hover {
  background-color: var(--rr-heading-primary);
}
.brand-section__item:hover img {
  filter: invert(85%) sepia(57%) saturate(505%) hue-rotate(38deg) brightness(101%) contrast(92%);
}
.brand-section__text {
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section__text {
    justify-content: center;
  }
}
.brand-section__text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .brand-section__text span br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section__text span {
    margin: 30px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section__text span {
    margin-bottom: 10px;
  }
}
.brand-section__slide {
  height: 100%;
}
.brand-section__active {
  height: 100%;
}
.brand-section__active .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-section__active .swiper-wrapper .swiper-slide {
  height: 100%;
  width: auto;
}

.title-slide-2__wrapper {
  position: relative;
}
.title-slide-2__active .swiper-wrapper {
  transition-timing-function: linear;
}
.title-slide-2__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.title-slide-2__item {
  padding: 51px 0;
  background: var(--rr-theme-primary-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-slide-2__item {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-2__item {
    padding: 25px 0;
  }
}
.title-slide-2__single {
  margin: 0 -15px;
  transform: rotate(-6deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-2__single {
    transform: rotate(0deg);
  }
}
.title-slide-2__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  color: var(--rr-heading-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-2__title {
    font-size: 18px;
  }
}
.title-slide-2__title span {
  position: relative;
  padding-right: 46px;
  margin-right: 32px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-2__title span {
    padding-right: 26px;
    margin-right: 20px;
  }
}
.title-slide-2__title span::before {
  content: "";
  right: 0;
  bottom: 2px;
  width: 6px;
  height: 6px;
  border-radius: 30px;
  position: absolute;
  background-color: var(--rr-heading-primary);
}
.title-slide-2__single_2 .title-slide-2__item {
  background-color: var(--rr-heading-primary);
}
.title-slide-2__single_2 .title-slide-2__title {
  color: var(--rr-common-white);
}
.title-slide-2__single_2 .title-slide-2__title span::before {
  background-color: var(--rr-common-white);
}

.title-slide-3__wrapper {
  margin: 68px 0;
  margin-bottom: 26px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title-slide-3__wrapper {
    margin: 72px 0;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-slide-3__wrapper {
    margin: 70px 0;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-3__wrapper {
    margin: 0;
  }
}
.title-slide-3__single {
  transform: rotate(-4deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-3__single {
    transform: rotate(0deg);
  }
}
.title-slide-3__single_2 {
  top: -56px;
  transform: rotate(1.5deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-slide-3__single_2 {
    top: 0;
    position: inherit;
    transform: rotate(0deg);
  }
}
.title-slide-3__item {
  background: var(--rr-theme-primary);
}

.brand-section-3__wrap {
  margin: 0 110px;
  margin-top: -5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-section-3__wrap {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-section-3__wrap {
    margin: 0 0px;
  }
}
.brand-section-3__active .swiper-wrapper {
  transition-timing-function: linear;
}
.brand-section-3__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-section-3__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  position: relative;
  padding-bottom: 33px;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.7);
}
.brand-section-3__title::before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  opacity: 8%;
  position: absolute;
  display: inline-block;
  background: linear-gradient(90deg, rgba(244, 211, 154, 0) 0%, rgb(244, 211, 154) 20%, rgb(244, 211, 154) 53%, rgb(244, 211, 154) 80%, rgba(244, 211, 154, 0) 100%);
}
.brand-section-3__item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.brand-section-3__item:hover img {
  filter: invert(85%) sepia(382%) saturate(500%) hue-rotate(330deg) brightness(565%) contrast(110%);
}

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