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

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

/************ 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=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;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&amp;display=swap");
.mean-container .mean-nav ul li > a.mean-expand i,
.main-menu ul li .submenu,
.main-menu ul li .submenu li a::before,
.main-menu ul li .mega-menu,
.main-menu ul li .mega-menu li ul li a::before,
.offcanvas__overlay,
.offcanvas__navigation button svg,
.rr-btn svg path,
.rr-btn.btn-transparent.btn-border-gray i,
.body__overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
li,
img,
svg,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

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

:root {
    /**
  @font family declaration
  */
    --rr-ff-heading: "Poppins", sans-serif;
    --rr-ff-heading1: "Playfair Display", sans-serif;
    --rr-ff-body: "Poppins", sans-serif;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --rr-common-white: #ffffff;
    --rr-common-black: #2f2d2e;
    --rr-common-placeholder: #4a5764;
    --rr-body-primary: #fff;
    --rr-theme-primary: #ab6049;
    --rr-heading-primary: #3b3839;
    --rr-text-body: rgba(5, 5, 19, 0.6);
    --rr-text-primary: #151515;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
    --rr-background-hero-2-bg: #eeeeee;
    --rr-background-body-bg: #f6f0e9;
    --rr-border-primary: 1px solid rgba(5, 5, 19, 0.14);
    /**
  @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: 15px;
    --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: 24px;
    --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: normal;
    color: var(--rr-text-body);
    line-height: var(--rr-lh-body);
    background: var(--rr-body-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

a {
    text-decoration: none;
}

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

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

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
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: 1320px;
}

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

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

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

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

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

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

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

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

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

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

#scroll-percentage {
    position: absolute;
}

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

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

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

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

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

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

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

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

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

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

section {
    margin-top: -2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.3 buttons
/*----------------------------------------*/
.rr-btn {
    background-color: var(--rr-theme-primary);
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    padding: 11px 28px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.rr-btn i {
    font-size: 14px;
}
.rr-btn-bold {
    font-weight: var(--rr-fw-bold);
}
.rr-btn:focus {
    color: var(--rr-common-white);
}
.rr-btn::before {
    background: var(--rr-heading-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-165%, 0) rotate(0deg);
    transform-origin: right bottom;
    transition: all 0.35s;
    z-index: -1;
    content: "";
}
.rr-btn:hover {
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
}
.rr-btn:hover::before,
.team-section-2__item:hover .rr-btn::before {
    transform: translate(0, 0);
}
.rr-btn:hover svg path[fill="#00160A"] {
    fill: var(--rr-common-white);
}
.rr-btn.btn-hover-white::before {
    background-color: var(--rr-common-white);
}
.rr-btn.btn-hover-white:hover {
    color: var(--rr-heading-primary);
}
.rr-btn.btn-hover-white:hover svg path[fill="white"] {
    fill: var(--rr-heading-primary);
}
.rr-btn.btn-transparent,
.team-section-2__item.current.mleave .rr-btn.btn-transparent {
    border: 1px solid rgba(3, 6, 17, 0.14);
    color: var(--rr-heading-primary);
    background-color: transparent;
}
.team-section-2__item.current .rr-btn.btn-transparent {
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--rr-common-white);
    background-color: transparent;
}

.rr-btn.btn-transparent::before {
    background-color: var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-2 {
    padding: 18px 30px;
    border: 2px solid var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-2::before {
    border-radius: 0;
}
.rr-btn.btn-transparent.btn-border-gray {
    padding: 19px 22px;
    border-color: var(--rr-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .rr-btn.btn-transparent.btn-border-gray {
        padding: 10px 15px;
    }
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-btn.btn-transparent.btn-border-gray {
        padding: 6px 10px;
    }
}
.rr-btn.btn-transparent.btn-border-gray:hover i {
    background-color: var(--rr-theme-primary);
}
.rr-btn.btn-transparent.btn-border-gray i {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--rr-heading-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .rr-btn.btn-transparent.btn-border-gray i {
        width: 30px;
        height: 30px;
    }
}
.rr-btn.btn-transparent svg path[fill="white"] {
    fill: var(--rr-theme-primary);
}
.rr-btn.btn-transparent:hover,
.team-section-2__item:hover .rr-btn.btn-transparent {
    color: var(--rr-common-white);
}
.rr-btn.btn-transparent:hover svg path[fill="white"] {
    fill: var(--rr-common-white);
}
.rr-btn.btn-transparent:hover span,
.team-section-2__item:hover .rr-btn.btn-transparent span {
    background-color: var(--rr-common-white);
}
.rr-btn.btn-transparent:hover span i,
.team-section-2__item:hover .rr-btn.btn-transparent span i {
    color: var(--rr-theme-primary);
}
.rr-btn.btn-white {
    color: var(--rr-heading-primary);
    background-color: var(--rr-common-white);
    width: 100%;
}
.rr-btn.btn-white::before {
    background-color: var(--rr-heading-primary);
}
.rr-btn.btn-white:hover {
    color: var(--rr-common-white);
}
.rr-btn.btn-text-color-white {
    color: var(--rr-common-white);
}

.title-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-primary);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid rgba(21, 21, 21, 0.14);
    border-radius: 6px;
    padding: 5px 33px 5px 5px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.title-btn span {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-radius: 4px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.sidebar__toggle {
    cursor: pointer;
}

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

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

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

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

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

/*----------------------------------------*/
/*  2.5 niceselect
/*----------------------------------------*/
.nice-select {
    background-color: transparent;
    font-weight: var(--rr-fw-medium);
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: -18px;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
}
.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled::after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0;
    right: 0;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small::after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: var(--rr-common-white);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .option {
    cursor: pointer;
    font-weight: var(--rr-fw-regular);
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover {
    background-color: #f6f7f9;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

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

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

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

.section__title-wrapper-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .section__title-wrapper-4 {
        display: block;
        margin-bottom: 70px;
    }
}
.section__title-wrapper-4-5 {
    margin-bottom: 50px;
}
@media (max-width: 575px) {
    .section__title-wrapper-4-5 {
        margin-bottom: 155px;
    }
}
.section__title-wrapper-4 .section__title {
    font-size: 100px !important;
    font-weight: 600;
    line-height: 100px;
    color: #453030;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 1599px) {
    .section__title-wrapper-4 .section__title {
        font-size: 80px !important;
        line-height: 1;
    }

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper-4 .section__title {
        font-size: 70px !important;
        line-height: 85px;
    }
}

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

/*----------------------------------------*/
/*  2.7 breadcrumb
/*----------------------------------------*/
.breadcrumb-section {
    position: relative;
    overflow: hidden;
}
.breadcrumb-section-3 .breadcrumb-section__title {
    font-size: 100px;
    margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section-3 .breadcrumb-section__title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-section-3 .breadcrumb-section__title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section-3 .breadcrumb-section__title {
        font-size: 50px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section-3 .breadcrumb-section__title {
        font-size: 28px;
    }
}
.breadcrumb-section-3 .breadcrumb__item {
    position: inherit !important;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .breadcrumb-section-3 .breadcrumb__item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.breadcrumb-section-3.breadcrumb-section__space {
    padding-bottom: 0;
}
.breadcrumb-section-4 .breadcrumb-section__text {
    text-align: center;
}
.breadcrumb-section-4 .breadcrumb__item {
    left: 0;
    right: 0;
    text-align: center;
}
.breadcrumb-section-2__space {
    padding-top: 216px;
    padding-bottom: 156px;
    z-index: 1;
}
@media (max-width: 575px) {
    .breadcrumb-section-2__space {
        padding-top: 160px;
        padding-bottom: 70px;
    }
}
.breadcrumb-section__space {
    padding-top: 215px;
    padding-bottom: 120px;
    z-index: 1;
}
@media (max-width: 575px) {
    .breadcrumb-section__space {
        padding-top: 160px;
        padding-bottom: 70px;
    }
}
.breadcrumb-section__subtitle {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #453030;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .breadcrumb-section__subtitle {
        font-size: 15px;
    }
}
.breadcrumb-section__subtitle::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    border-radius: 30px;
    display: inline-block;
    background-color: #453030;
}
.breadcrumb-section.border-bottom {
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
}
.breadcrumb-section-2__space {
    padding-top: 175px;
    padding-bottom: 120px;
    z-index: 1;
}
@media (max-width: 1599px) {
    .breadcrumb-section-2__space {
        background-position: 60%;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section-2__space {
        padding-top: 160px;
        padding-bottom: 70px;
    }
}
.breadcrumb-section__text > div {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
    font-size: 100px;
    line-height: 1.1;
    margin-top: 0;
}
@media (max-width: 1599px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
        font-size: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
        font-size: 51px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title {
        font-size: 29px;
    }
}
.breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__title img {
    width: inherit;
}
.breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__list {
    display: inline-block;
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__list {
        margin-left: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__list {
        margin-top: 10px;
        margin-left: 0px;
    }
}
.breadcrumb-section__text.breadcrumb-text-2 .breadcrumb-section__list__item {
    display: inline-block;
    margin-right: 15px;
}
.breadcrumb-section__text.breadcrumb-text-2
    .breadcrumb-section__list__item
    span {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .breadcrumb-section__text.breadcrumb-text-2
        .breadcrumb-section__list__item
        span {
        font-size: 15px;
    }
}
.breadcrumb-section__text.breadcrumb-text-2 .author-img {
    display: inline-flex;
    align-items: center;
}
@media (max-width: 575px) {
    .breadcrumb-section__text.breadcrumb-text-2 .author-img {
        display: block;
    }
}
.breadcrumb-section__text.breadcrumb-text-2 .author-img img {
    width: 84px;
    height: 84px;
    border: 4px solid #fff;
    border-radius: 100px;
    margin-left: -30px;
}
@media (max-width: 575px) {
    .breadcrumb-section__text.breadcrumb-text-2 .author-img img {
        width: 55px;
        height: 55px;
    }
}
.breadcrumb-section__text.breadcrumb-text-2 .author-img img:first-of-type {
    margin-left: 0;
}
.breadcrumb-section__dec {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .breadcrumb-section__dec {
        margin-bottom: 0;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section__dec br {
        display: none;
    }
}
.breadcrumb-section__title {
    font-family: var(--rr-ff-heading);
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    margin-top: 14px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-section__title {
        font-size: 120px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section__title {
        font-size: 90px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section__title {
        font-size: 42px;
    }
}
.breadcrumb-section .breadcrumb__item {
    /* position: absolute; */
    /* bottom: 40px; */
}
.breadcrumb-section .breadcrumb__item .clash {
    margin-right: 7px;
}
.breadcrumb-section .breadcrumb__item-2 {
    position: inherit;
    margin-top: 20px;
}
.breadcrumb-section .breadcrumb__item a {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 10px;
    color: rgba(69, 48, 48, 0.6);
    text-transform: uppercase;
}
.breadcrumb-section .breadcrumb__item a span {
    color: #453030;
}
.breadcrumb-section__shape__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    column-gap: 357px;
    width: 100%;
    height: 100%;
    top: 84px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-section__shape__wrap {
        column-gap: 280px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-section__shape__wrap {
        column-gap: 230px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section__shape__wrap {
        column-gap: 150px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section__shape__wrap {
        column-gap: 85px;
        top: 73px;
    }
}
.breadcrumb-section__border__shape {
    width: 1px;
    height: 100%;
    background: rgba(21, 21, 21, 0.08);
    display: inline-block;
}
.breadcrumb-section .title-btn {
    border: none;
    margin-bottom: 15px;
    background: var(--rr-text-primary);
    color: var(--rr-common-white);
    padding: 4px 23px 4px 5px;
}
.breadcrumb-section .title-btn span {
    width: 38px;
    height: 38px;
}
.breadcrumb-section .title-btn.rr-btn::before {
    background: var(--rr-common-white);
}
.breadcrumb-section .title-btn.rr-btn:hover {
    color: var(--rr-heading-primary);
}
.breadcrumb-section .title-btn span {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
}
.breadcrumb-section .title-btn:hover span {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
}
.breadcrumb-section__space-2 {
    padding-top: 125px;
    padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .breadcrumb-section__space-2 {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .breadcrumb-section__space-2 {
        padding-bottom: 70px;
    }
}
.breadcrumb-section__error {
    text-align: center;
}
.breadcrumb-section__error img {
    width: inherit;
    margin-bottom: 72px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .breadcrumb-section__error img {
        width: 100%;
        margin-bottom: 50px;
    }
}
.breadcrumb-section__error__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
    color: #453030;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-section__error__title {
        font-size: 35px;
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .breadcrumb-section__error__title {
        font-size: 30px;
        line-height: 40px;
    }
}
.breadcrumb-section__error__dec {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 30px;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .breadcrumb-section__error__dec br {
        display: none;
    }
}
.breadcrumb-section__error__content .rr-btn.btn-transparent {
    border: 1px solid rgba(3, 6, 17, 0.14);
    color: var(--rr-heading-primary);
    background-color: transparent;
}
.breadcrumb-section__error__content .rr-btn.btn-transparent::before {
    background-color: var(--rr-heading-primary);
}
.breadcrumb-section__error__content .rr-btn.btn-transparent:hover {
    color: var(--rr-common-white);
}
.breadcrumb-section__error__content .rr-btn.btn-transparent:hover span {
    background-color: var(--rr-common-white);
}
.breadcrumb-section__error__content .title-btn {
    padding: 3px 26px 3px 5px;
}
.breadcrumb-section__error__content .title-btn span {
    background: var(--rr-text-primary);
    color: var(--rr-common-white);
    width: 38px;
    height: 38px;
}

.blog-breadcrumb__wrapper {
    position: relative;
    margin: 0 160px;
    margin-top: 85px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .blog-breadcrumb__wrapper {
        margin: 0 100px;
        margin-top: 85px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .blog-breadcrumb__wrapper {
        margin: 0 50px;
        margin-top: 85px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog-breadcrumb__wrapper {
        margin: 0 0px;
        margin-top: 85px;
    }
}
@media (max-width: 575px) {
    .blog-breadcrumb__wrapper {
        margin-top: 72px;
    }
}
.blog-breadcrumb__thumb {
    position: relative;
}
.blog-breadcrumb__thumb img {
    border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-breadcrumb__thumb img {
        height: 350px;
    }
}
@media (max-width: 575px) {
    .blog-breadcrumb__thumb img {
        height: 500px;
    }
}
.blog-breadcrumb__thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(21, 21, 21, 0) 0%,
        rgba(21, 21, 21, 0.8) 100%
    );
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog-breadcrumb__author {
    display: flex;
    align-items: center;
    column-gap: 17px;
    flex-wrap: wrap;
}
.blog-breadcrumb__author__thumb {
    width: 64px;
    height: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog-breadcrumb__author__thumb {
        margin-bottom: 10px;
    }
}
.blog-breadcrumb__author__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}
.blog-breadcrumb__author__title {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .blog-breadcrumb__author__title {
        font-size: 16px;
        margin-bottom: 0;
    }
}
.blog-breadcrumb__author__text {
    display: flex;
    align-items: center;
    column-gap: 40px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-breadcrumb__author__text {
        column-gap: 20px;
    }
}
@media (max-width: 575px) {
    .blog-breadcrumb__author__text div {
        margin-bottom: 10px;
    }
}
.blog-breadcrumb__author__position {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .blog-breadcrumb__author__position {
        font-size: 15px;
    }
}
.blog-breadcrumb__list span {
    font-family: var(--rr-ff-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    color: #fff;
    padding: 3.5px 13.4px;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
}
.blog-breadcrumb__content {
    position: absolute;
    left: 155px;
    bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-breadcrumb__content {
        left: 110px;
        bottom: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog-breadcrumb__content {
        left: 50px;
        bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog-breadcrumb__content {
        left: 30px;
        bottom: 30px;
    }
}
.blog-breadcrumb__title {
    font-family: var(--rr-ff-heading);
    font-size: 74px;
    font-weight: 600;
    line-height: 90px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog-breadcrumb__title {
        font-size: 65px;
        line-height: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-breadcrumb__title {
        font-size: 50px;
        line-height: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog-breadcrumb__title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog-breadcrumb__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .blog-breadcrumb__title {
        font-size: 28px;
    }
}

.career-details-banner__wrapper {
    position: relative;
    margin: 0 160px;
    margin-top: 85px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .career-details-banner__wrapper {
        margin: 0 100px;
        margin-top: 85px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .career-details-banner__wrapper {
        margin: 0 50px;
        margin-top: 85px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .career-details-banner__wrapper {
        margin: 0 0px;
        margin-top: 84px;
    }
}
@media (max-width: 575px) {
    .career-details-banner__wrapper {
        margin-top: 72px;
    }
}
.career-details-banner__thumb {
    position: relative;
}
.career-details-banner__thumb img {
    border-radius: 20px;
}
.career-details-banner__thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(21, 21, 21, 0.1) 0%,
        rgba(21, 21, 21, 0.7) 100%
    );
}
.career-details-banner__content {
    position: absolute;
    left: 150px;
    bottom: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details-banner__content {
        left: 110px;
        bottom: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .career-details-banner__content {
        left: 70px;
        bottom: 90px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .career-details-banner__content {
        left: 40px;
        bottom: 45px;
    }
}
@media (max-width: 575px) {
    .career-details-banner__content {
        left: 20px;
        bottom: 30px;
    }
}
.career-details-banner__subtitle {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .career-details-banner__subtitle {
        font-size: 15px;
    }
}
.career-details-banner__subtitle::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 5px;
    border-radius: 30px;
    display: inline-block;
    background-color: var(--rr-common-white);
}
.career-details-banner__title {
    font-family: var(--rr-ff-heading);
    font-size: 120px;
    font-weight: 600;
    line-height: 140px;
    color: #ffffff;
    margin-top: 12px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details-banner__title {
        font-size: 90px;
        line-height: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .career-details-banner__title {
        font-size: 75px;
        line-height: 90px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .career-details-banner__title {
        font-size: 55px;
        line-height: 70px;
    }
}
@media (max-width: 575px) {
    .career-details-banner__title {
        font-size: 35px;
        line-height: 1;
    }
}

/*----------------------------------------*/
/*  2.8 lightmode
/*----------------------------------------*/
.rs-theme-light:root {
    --rr-text-primary: rgba(6, 6, 6, 1);
    --rr-text-secondary: rgba(255, 255, 255, 1);
    --rr-text-body: rgb(81, 82, 84);
    --rr-border-primary: rgba(6, 6, 6, 0.1);
    --rr-bg-2: rgba(249, 249, 249, 1);
    --rr-bg-5: rgb(243, 243, 243);
}
.rs-theme-light:root body {
    background: var(--rr-body-secondary);
}

/*----------------------------------------*/
/*  2.9 carousel
/*----------------------------------------*/
.rs-swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    border-radius: 30px;
    position: relative;
    margin: 0 8px;
}
.rs-theme-light .rs-swiper-dot .swiper-pagination-bullet {
    background-color: rgba(6, 6, 6, 0.2);
}
.rs-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
}
.rs-theme-light
    .rs-swiper-dot
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(6, 6, 6);
}
.rs-swiper-dot.is-white .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.2);
}
.rs-swiper-dot.is-white
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
}

/*----------------------------------------*/
/*  2.10 backtotop
/*----------------------------------------*/
.backtotop-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 46px;
    overflow: hidden;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--rr-theme-primary);
}
@media (max-width: 450px) {
    .backtotop-wrap {
        bottom: 20px;
        right: 20px;
    }
}
.backtotop-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.backtotop-wrap::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid var(--rr-theme-primary);
    left: 0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    transform: translate(-100%, 0) rotate(50deg);
    transform-origin: top left;
    transition: all 0.35s;
    background-color: var(--rr-heading-primary);
    z-index: -1;
    content: "";
}
.backtotop-wrap::after {
    position: absolute;
    font-family: var(--rr-ff-fontawesome);
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.backtotop-wrap svg path {
    fill: none;
}
.backtotop-wrap svg.backtotop-circle path {
    stroke: #ccc;
    stroke-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.backtotop-wrap:hover::before {
    border-color: var(--rr-heading-primary);
    transform: translate(0, 0);
}

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

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

.ripple {
    z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rrfadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px); /* Start slightly to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End at original position */
    }
}
@-webkit-keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes circleMove {
    0% {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}
@keyframes imageMove1 {
    0% {
        -webkit-transform: translateX(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-360deg);
    }
}
@-webkit-keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}
@keyframes imageMove2 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-60deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-420deg);
    }
}
@-webkit-keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}
@keyframes imageMove3 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-120deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-480deg);
    }
}
@-webkit-keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}
@keyframes imageMove4 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-180deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-540deg);
    }
}
@-webkit-keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}
@keyframes imageMove5 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-240deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-600deg);
    }
}
@-webkit-keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}
@keyframes imageMove6 {
    0% {
        -webkit-transform: translateX(-50%) rotate(-300deg);
    }
    to {
        -webkit-transform: translateX(-50%) rotate(-660deg);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/*----------------------------------------*/
/*  2.12 preloader
/*----------------------------------------*/
.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: var(--rr-common-white);
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-three-bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*----------------------------------------*/
/*  2.13 rangeSlider
/*----------------------------------------*/
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon,
.ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button,
.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: 0 0;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-loan-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-loan-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-loan-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-loan-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-loan-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-loan-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-loan-range-min,
.ui-spinner-down {
    bottom: 0;
}

.ui-slider-vertical .ui-loan-range-max,
.ui-spinner-up {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a,
.ui-widget-header a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* HEADER CSS */
/*----------------------------------------*/
/*  		3.1 header-1
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.2 header-2
/*----------------------------------------*/
#popup-search-box {
    background-color: var(--rr-common-white);
    position: fixed;
    width: 100%;
    height: 20%;
    top: -100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
    width: 100%;
    padding: 20px 15px;
    padding-right: 80px;
    background: transparent;
    border: none;
    color: #ddd;
    border: 1px solid var(--rr-common-black);
    color: #666;
    font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
    outline: none;
}
#popup-search-box .box-inner-wrap:hover {
    cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: var(--rr-heading-primary);
    border: 1px solid var(--rr-heading-primary);
    height: 50px;
    width: 50px;
    font-size: var(--rr-fs-h5);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-search-box .box-inner-wrap .search-close:hover {
    background-color: var(--rr-theme-primary);
    border: 1px solid var(--rr-theme-primary);
    color: var(--rr-common-white);
}
#popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header2__main {
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .header2__main {
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

/*----------------------------------------*/
/*  3.4 header-common
/*----------------------------------------*/
.rs-sticky {
    position: fixed !important;
    top: 0;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: var(--rr-background-body-bg);
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
    border-top: 0;
}
.rs-sticky .header2__main {
    border: none;
}
.rs-sticky.header-3 {
    background: var(--rr-common-white);
}
.rs-sticky.header-3 .header-3__main {
    padding: 18px 0 20px 0;
}
.rs-sticky.header-3__main {
    padding: 18px 0 20px 0;
}

.header {
    position: inherit;
    width: 100%;
    z-index: 99;
}
.header.header-inner {
    background: var(--rr-common-white);
}
.header-2 {
    position: absolute;
}
.header-2__middle {
    position: relative;
}
.header-3 {
    position: absolute;
}
.header-3__middle {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    position: relative;
    margin-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .header-3__middle {
        margin-right: 0;
    }
}
.header-3__main {
    background: var(--rr-common-white);
    padding: 18px 40px 20px 40px;
    border-radius: 0px 0px 20px 20px;
}
@media (max-width: 575px) {
    .header-3__main {
        padding: 18px 15px 20px 15px;
    }
}
.header-3__right .header__action .header__btn-wrap .rr-btn {
    background: var(--rr-common-black);
    color: var(--rr-common-white);
    padding: 15px 55px 16px 39px;
    border-radius: 50px;
}
.header-3__right .header__action .header__btn-wrap .rr-btn::after {
    background: var(--rr-common-white);
    position: absolute;
    top: 41%;
    right: 38px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
}

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

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

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main
        .header__middle
        .mean__menu-wrapper
        .main-menu
        .mobile-menu
        ul
        li {
        margin-inline-end: 15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__main
        .header__middle
        .mean__menu-wrapper
        .main-menu
        .mobile-menu
        ul
        li
        a {
        font-size: 14px;
    }
}
.header__main .header__right .header__action {
    gap: 24px;
}
.header__main .header__right .header__action .contact a {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    transition: all 0.3s ease-in-out;
}
.header__main .header__right .header__action .contact a svg {
    margin-right: 3px;
    margin-top: -3px;
}
.header__main .header__right .header__action .contact a:hover {
    color: var(--rr-theme-primary);
}

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

.social-media {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 6px;
}
.social-media a {
    color: var(--rr-gray-900);
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--rr-common-white);
    font-size: var(--rr-fs-h5);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    border: 1px solid rgba(0, 213, 99, 0.2);
}
.social-media a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
    transform: translate(-100%, 0) rotate(50deg);
    transform-origin: top left;
    transition: all 0.35s;
    background-color: var(--rr-theme-primary);
    z-index: -1;
    content: "";
}
.social-media a:hover {
    color: var(--rr-common-white);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.social-media a:hover::before {
    transform: translate(0, 0);
}
.social-media-2 a {
    border-color: var(--rr-gray-200);
    color: var(--rr-theme-primary);
}
.social-media-2 a:hover {
    border-color: var(--rr-theme-primary);
}

.header__btn {
    gap: 15px;
}

.inner-page {
    padding: 5px 0;
    background: var(--rr-heading-primary);
}
.inner-page-menu {
    gap: 30px;
    list-style: none;
}
.inner-page-menu li {
    gap: 6px;
    display: flex;
    align-items: center;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 14px;
    line-height: 17px;
}
.inner-page-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rr-common-white);
}
.inner-page-menu li a:hover {
    color: var(--rr-theme-primary);
}
.inner-page-socail-menu {
    gap: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-page-socail-menu .lan-select .lan {
    background: transparent;
    color: var(--rr-common-white);
    border: none;
}
.inner-page-socail-menu .lan-select .lan option {
    background: #000;
    border: none;
}
.inner-page-socail-menu li a {
    display: flex;
    font-size: 14px;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    line-height: 17px;
}
.inner-page-socail-menu li a:hover {
    color: var(--rr-theme-primary);
}

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

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

/*----------------------------------------*/
/*  3.1 banner Style 1
/*----------------------------------------*/
.banner-2__area {
    padding-top: 135px;
    padding-bottom: 93px;
}
.banner-2__content__shapes-shape-1 {
    position: absolute;
    top: 80px;
    left: 122px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content__shapes-shape-1 {
        top: 135px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__content__shapes-shape-1 {
        top: 75px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content__shapes-shape-1 {
        top: 75px;
        left: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__content__shapes-shape-1 {
        display: none;
    }
}
.banner-2__content__shapes-shape-2 {
    position: absolute;
    top: 126px;
    left: 717px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content__shapes-shape-2 {
        top: 135px;
        left: 517px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__content__shapes-shape-2 {
        top: 110px;
        left: 320px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content__shapes-shape-2 {
        top: 40px;
        left: 225px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__content__shapes-shape-2 {
        display: none;
    }
}
.banner-2__content__shapes-shape-3 {
    position: absolute;
    top: 183px;
    right: 193px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content__shapes-shape-3 {
        top: 97px;
        right: 193px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__content__shapes-shape-3 {
        top: 97px;
        right: 193px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content__shapes-shape-3 {
        top: 80px;
        right: 97px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__content__shapes-shape-3 {
        display: none;
    }
}
.banner-2__content__shapes-shape-4 {
    position: absolute;
    top: -28px;
    right: 163px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content__shapes-shape-4 {
        top: 0px;
        right: 130px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__content__shapes-shape-4 {
        top: 35px;
        right: 105px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content__shapes-shape-4 {
        top: 35px;
        right: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__content__shapes-shape-4 {
        display: none;
    }
}
.banner-2__content h1 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: 297px;
    line-height: 280px;
    text-transform: uppercase;
    margin-top: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-2__content h1 {
        font-size: 255px;
        line-height: 280px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-2__content h1 {
        font-size: 222px;
        line-height: 280px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-2__content h1 {
        font-size: 182px;
        line-height: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content h1 {
        font-size: 139px;
        line-height: 160px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-2__content h1 {
        font-size: 104px;
        line-height: 125px;
    }
}
@media (max-width: 575px) {
    .banner-2__content h1 {
        font-size: 55px;
        line-height: 80px;
    }
}
.banner-2__content h5 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 191px;
}
.banner-2__content h5::before {
    background: var(--rr-common-black);
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: "";
    top: 7px;
    right: -18px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-2__content h5 {
        padding-left: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .banner-2__content h5 {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .banner-2__content h5 {
        font-size: 16px;
        line-height: 26px;
    }
}

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  5.1 blog
/*----------------------------------------*/
.blog2__thumb img {
    border-radius: 12px;
}
.blog2__content-catagory {
    margin-top: 14px;
}
.blog2__content-catagory ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog2__content-catagory ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog2__content-catagory ul li a {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 15px;
    padding: 4px 12px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog2__content-catagory ul li a {
        font-size: 13px;
    }
}
@media (max-width: 320px) {
    .blog2__content-catagory ul li a {
        font-size: 13px;
    }
}
.blog2__content-catagory ul li a i {
    margin-right: 6px;
}
.blog2__title {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 450px) {
    .blog2__title {
        padding-bottom: 17px;
    }
}
.blog2__title a {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog2__title a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog2__title a {
        font-size: 17px;
        line-height: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog2__title a {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 376px) {
    .blog2__title a {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 320px) {
    .blog2__title a {
        font-size: 16px;
        line-height: 25px;
    }
}

.blog10__filter {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .blog10__filter {
        display: none;
    }
}
.blog10__filter .active {
    color: #453030;
}
.blog10__filter button {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #8b7d7a;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog10__filter button {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 450px) {
    .blog10__filter button {
        font-size: 10px;
        line-height: 0px;
    }
}

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

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

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

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

/*----------------------------------------*/
/*  5.1 blog-details
/*----------------------------------------*/
.blogpost11__thumb img {
    width: 100%;
    display: block;
    margin-bottom: 56px;
    border-radius: 10px;
}
.blogpost11__content-text p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
    padding: 70px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__content-text p {
        padding: 40px 0;
    }
}
@media (max-width: 450px) {
    .blogpost11__content-text p {
        padding: 50px 0;
    }
}
.blogpost11__content-sketching .blog-details-title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 50px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__content-sketching .blog-details-title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blogpost11__content-sketching .blog-details-title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__content-sketching .blog-details-title {
        font-size: 25px;
        line-height: 13px;
    }
}
@media (max-width: 450px) {
    .blogpost11__content-sketching .blog-details-title {
        font-size: 22px;
        line-height: 4px;
    }
}
.blogpost11__content-sketching p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
    padding-bottom: 73px;
}
.blogpost11__content-code-post {
    background: #453030;
    border-radius: 10px;
    padding: 39px 40px 36px 40px;
    display: flex;
    gap: 40px;
    margin-bottom: 79px;
    flex-wrap: wrap;
}
@media (max-width: 450px) {
    .blogpost11__content-code-post {
        padding: 39px 25px 36px 25px;
        gap: 30px;
    }
}
@media (max-width: 320px) {
    .blogpost11__content-code-post {
        margin-bottom: 79px;
    }
}
.blogpost11__content-code-post .object img {
    width: inherit;
}
@media (max-width: 320px) {
    .blogpost11__content-code-post .object img {
        width: 100%;
    }
}
.blogpost11__content-code-post .content p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: -8px;
}
@media (max-width: 320px) {
    .blogpost11__content-code-post .content p {
        margin-top: 0;
    }
}
.blogpost11__content-code-post .author {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 73px;
    margin-top: 22px;
    position: relative;
}
@media (max-width: 320px) {
    .blogpost11__content-code-post .author {
        margin-top: 6px;
    }
}
.blogpost11__content-code-post .author::before {
    content: "";
    width: 50px;
    height: 4px;
    top: 15px;
    left: 0;
    background: #9bea9b;
    border-radius: 4px;
    display: block;
    position: absolute;
}
.blogpost11__content-item .content {
    margin-bottom: 68px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__content-item .content {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 450px) {
    .blogpost11__content-item .content {
        margin-bottom: 30px;
    }
}
.blogpost11__content-item .content .title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 50px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    padding-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__content-item .content .title {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blogpost11__content-item .content .title {
        font-size: 30px;
        line-height: 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__content-item .content .title {
        font-size: 27px;
        line-height: 22px;
    }
}
@media (max-width: 450px) {
    .blogpost11__content-item .content .title {
        font-size: 20px;
        line-height: 9px;
    }
}
.blogpost11__content-item .content .titles {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    padding-bottom: 5px;
}
.blogpost11__content-item .content p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
}
.blogpost11__content-item .contents {
    margin-bottom: 24px;
}
.blogpost11__content-item .contents .titles {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__content-item .contents .titles {
        font-size: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blogpost11__content-item .contents .titles {
        font-size: 20px;
        line-height: 34px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__content-item .contents .titles {
        font-size: 20px;
        line-height: 38px;
    }
}
@media (max-width: 450px) {
    .blogpost11__content-item .contents .titles {
        font-size: 20px;
        line-height: 30px;
    }
}
.blogpost11__content-item .contents p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
}
.blogpost11__content-list-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    (max-width: 450px) {
    .blogpost11__content-list-wrap {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__content-list-wrap {
        padding-bottom: 50px;
    }
}
@media (max-width: 320px) {
    .blogpost11__content-list-wrap {
        gap: 11px;
    }
}
.blogpost11__content-list-wrap .list ul li {
    list-style: none;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.blogpost11__tag-wrapper {
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 450px) {
    .blogpost11__tag-wrapper {
        display: inherit;
    }
}
.blogpost11__tag-wrapper .postbox-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 450px) {
    .blogpost11__tag-wrapper .postbox-tag {
        padding-bottom: 10px;
    }
}
.blogpost11__tag-wrapper .postbox-tag span {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 20px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__tag-wrapper .postbox-tag span {
        font-size: 15px;
    }
}
@media (max-width: 450px) {
    .blogpost11__tag-wrapper .postbox-tag span {
        font-size: 16px;
    }
}
.blogpost11__tag-wrapper .postbox-tag a {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 0px 14px;
}
@media (max-width: 320px) {
    .blogpost11__tag-wrapper .postbox-tag a {
        padding: 0px 9px;
    }
}
.blogpost11__tag-wrapper .postbox-social .brand1 {
    background: var(--rr-common-black);
}
.blogpost11__tag-wrapper .postbox-social .brand2 {
    background: #cb2027;
}
.blogpost11__tag-wrapper .postbox-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #1877f2;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.blogpost11__tag-wrapper .postbox-social a:hover {
    background: #cb2027;
}
.blogpost11__form-box {
    padding-top: 100px;
    display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 450px) {
    .blogpost11__form-box {
        padding-top: 80px;
    }
}
.blogpost11__form-box .comment-title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__form-box .comment-title {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 450px) {
    .blogpost11__form-box .comment-title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width: 320px) {
    .blogpost11__form-box .comment-title {
        font-size: 16px;
        line-height: 10px;
    }
}
.blogpost11__form-box form .commets-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.blogpost11__form-box form .commets-wrap input {
    width: 50%;
    background: transparent;
}
.blogpost11__form-box form input {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    padding: 13px 24px;
    display: block;
    width: 100%;
    background: transparent;
    margin-bottom: 30px;
}
@media (max-width: 450px) {
    .blogpost11__form-box form input {
        padding: 9px 14px;
        margin-bottom: 26px;
    }
}
@media (max-width: 320px) {
    .blogpost11__form-box form input {
        padding: 7px 14px;
        margin-bottom: 18px;
    }
}
.blogpost11__form-box form input::placeholder {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 320px) {
    .blogpost11__form-box form input::placeholder {
        font-size: 10px;
    }
}
.blogpost11__form-box form textarea {
    background: transparent;
    height: 270px;
    padding: 13px 24px;
    border-radius: 6px;
}
.blogpost11__form-box form textarea::placeholder {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 320px) {
    .blogpost11__form-box form textarea::placeholder {
        font-size: 10px;
    }
}
.blogpost11__form-box form .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__form-box form .form-check {
        gap: 0;
    }
}
.blogpost11__form-box form .form-check input {
    width: 14px;
    height: 14px;
    display: flex;
    align-self: center;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background: transparent;
    margin-bottom: 0;
}
.blogpost11__form-box form .form-check label {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blogpost11__form-box form .form-check label {
        font-size: 12px;
        padding-left: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blogpost11__form-box form .form-check label {
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .blogpost11__form-box form .form-check label {
        font-size: 9px;
    }
}
@media (max-width: 320px) {
    .blogpost11__form-box form .form-check label {
        line-height: 17px;
    }
}

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

/*----------------------------------------*/
/*  6.1 footer
/*----------------------------------------*/
.footer-top {
    padding-top: 100px;
    padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-top {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-top {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.footer-top .title {
    font-family: var(--rr-ff-heading1);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: italic;
    font-size: 90px;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .footer-top .title {
        font-size: 29px;
        line-height: 55px;
    }
}
.footer-top-footer-title {
    display: flex;
    align-items: center;
    gap: 88px;
    flex-wrap: wrap;
    row-gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-top-footer-title {
        gap: 30px;
    }
}
.footer-top-footer-title .top-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 100px;
    line-height: 110px;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 575px) {
    .footer-top-footer-title .top-title {
        font-size: 50px;
        line-height: 65px;
    }
}
.footer-top-footer-title .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-top-footer-title .dec br {
        display: none;
    }
}
.footer__widget-title h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__widget-title h4 {
        margin-top: 30px;
    }
}
.footer__widget-2th-left {
    padding-left: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__widget-2th-left {
        padding-left: 0;
    }
}
.footer__widget-3th-left {
    padding-left: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__widget-3th-left {
        padding-left: 0;
    }
}
.footer__widget-4th-left {
    padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__widget-4th-left {
        padding-left: 0;
    }
}
.footer__widget .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}
.footer__wrap {
    padding-top: 100px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__wrap {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.footer__logo a img {
    max-width: 198px;
}
.footer__content {
    margin-bottom: 28px;
}
.footer__content .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__content .dec br {
        display: none;
    }
}
.footer__info a {
    background: #d5c8b9;
    border-radius: 6px;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 18px;
    padding: 4px 20px 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer__info a:last-child {
    margin-bottom: 0;
}
.footer__link ul li {
    list-style: none;
}
.footer__link ul li:not(:last-of-type) {
    margin-bottom: 19px;
}
.footer__link ul li a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer__link ul li a:hover {
    color: var(--rr-theme-primary);
}
.footer__link ul li a i {
    margin-top: -7px;
}
.footer__subscribe .footer-form {
    position: relative;
    margin-top: 25px;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control {
    background: #d5c8b9;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    border-radius: 6px;
    font-style: normal;
    font-size: 15px;
    color: rgba(69, 48, 48, 0.8);
    height: 50px;
    padding: 18px 140px 18px 22px;
    position: relative;
    margin-bottom: 19px;
}
.footer__subscribe
    .footer-form
    .rr-subscribe-form
    .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe
    .footer-form
    .rr-subscribe-form
    .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe
    .footer-form
    .rr-subscribe-form
    .form-control:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe
    .footer-form
    .rr-subscribe-form
    .form-control:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control::placeholder {
    /* MODERN BROWSER */
    color: rgba(69, 48, 48, 0.8);
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-control-1 {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-check-input {
    border: 1px solid rgba(255, 255, 255, 0.14);
    margin-right: 5px;
    background-color: transparent;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-check-input:focus {
    box-shadow: none;
}
.footer__subscribe .footer-form .rr-subscribe-form .form-check-label {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}
.footer__subscribe .footer-form .submit {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    padding: 5px 18px 5px 17px;
    position: absolute;
    border-radius: 6px;
    top: 6px;
    right: 6px;
    transition: all 0.3s ease-in-out;
}
.footer__subscribe .footer-form .submit:hover {
    background: var(--rr-common-black);
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.footer__copyright p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-p);
    color: rgba(255, 255, 255, 0.7);
}
.footer__copyright p a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-p);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
}
.footer__copyright p a:hover {
    color: var(--rr-theme-primary);
}
.footer__copyright-menu ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer__copyright-menu ul li {
    list-style: none;
}
.footer__copyright-menu ul li a {
    background: #d5c8b9;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    border-radius: 6px;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 6px 16px 7px 16px;
    transition: all 0.3s ease-in-out;
}
.footer__copyright-menu ul li a:hover {
    background: var(--rr-common-white);
}

/*----------------------------------------*/
/*  6.2 footer-2
/*----------------------------------------*/
.footer-2__shapes-shape-1 {
    position: absolute;
    top: 175px;
    left: 627px;
    z-index: 1;
    filter: invert(1);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__shapes-shape-1 {
        display: none;
    }
}
.footer-2__shapes-shape-2 {
    position: absolute;
    top: 435px;
    right: 62px;
    z-index: 1;
    /* filter: invert(1); */
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__shapes-shape-2 {
        display: none;
    }
}
.footer-2__border::before {
    background: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 38%;
    top: 0;
    content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__border::before {
        display: none;
    }
}
.footer-2__top-part {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer-2__top-part {
        justify-content: inherit;
        gap: 200px;
        row-gap: 20px;
    }
}
.footer-2__top-part-widget-title h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .footer-2__top-part-widget-title h4 {
        margin-top: 30px;
    }
}
.footer-2__top-part-widget .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 19px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
}
.footer-2__top-part-widget-btn a {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    padding: 13px 52px 14px 34px;
    border-radius: 50px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.footer-2__top-part-widget-btn a::before {
    background: var(--rr-common-black);
    position: absolute;
    top: 42%;
    right: 35px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
}
.footer-2__top-part-widget__link-left {
    padding-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__top-part-widget__link-left {
        padding-left: 0;
    }
}
.footer-2__top-part-logo a img {
    max-width: 180px;
    width: 100%;
    object-fit: cover;
}
.footer-2__top-part-heading .title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: 34px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-2__top-part-heading .para_p {
    max-width: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__top-part-heading .title {
        font-size: 40px;
        line-height: 50px;
    }
}
.footer-2__top-part-link ul li {
    list-style: none;
}
.footer-2__top-part-link ul li:not(:last-of-type) {
    margin-bottom: 19px;
}
.footer-2__top-part-link ul li a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.footer-2__top-part-link ul li a:hover {
    text-decoration: underline;
}
.footer-2__top-part-link ul li a i {
    margin-top: -7px;
}
.footer-2__top-part-form {
    position: relative;
    margin-top: 25px;
}
.footer-2__top-part-form .rr-subscribe-form .form-control {
    background: transparent;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-style: normal;
    font-size: 15px;
    height: 50px;
    padding: 18px 140px 18px 22px;
    position: relative;
    margin-bottom: 19px;
}

.footer-2__top-part-form
    .rr-subscribe-form
    .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-common-black);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-common-black);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-common-black);
}
.footer-2__top-part-form
    .rr-subscribe-form
    .form-control:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-common-black);
}
.footer-2__top-part-form .rr-subscribe-form .form-control::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-common-black);
}
.footer-2__top-part-form .rr-subscribe-form .form-control:focus {
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.footer-2__top-part-form .rr-subscribe-form .form-control-1 {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input {
    border: 1px solid rgba(0, 0, 0, 0.14);
    margin-right: 5px;
    background-color: transparent;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-input:focus {
    box-shadow: none;
}
.footer-2__top-part-form .rr-subscribe-form .form-check-label {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}
.footer-2__top-part-form .submit {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    padding: 5px 18px 5px 17px;
    position: absolute;
    border-radius: 6px;
    top: 6px;
    right: 6px;
    transition: all 0.3s ease-in-out;
}
.footer-2__top-part-form .submit:hover {
    background: var(--rr-common-white);
}
.footer-2__bottom-part {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 71px;
    padding-bottom: 40px;
}
.footer-2__bottom-part-widget-title h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-black);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__bottom-part-widget-title h4 {
        margin-top: 30px;
    }
}
.footer-2__bottom-part-widget-shape img {
    width: inherit;
    /* transform: rotate(51deg);
  filter: invert(1); */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-2__bottom-part-widget-shape img {
        width: 350px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-2__bottom-part-widget-shape img {
        transform: rotate(0deg);
        transform: translate(25%, -14%);
    }
}
@media (max-width: 575px) {
    .footer-2__bottom-part-widget-shape img {
        width: 100%;
        transform: rotate(0deg);
    }
}
.footer-2__bottom-part-widget__location-left {
    padding-left: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer-2__bottom-part-widget__location-left {
        padding-left: 0;
    }
}
@media (max-width: 575px) {
    .footer-2__bottom-part-widget-social {
        margin-top: 30px;
    }
}
.footer-2__bottom-part-widget-social ul li {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 30px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-2__bottom-part-widget-social ul li {
        font-size: 26px;
        line-height: 26px;
    }
}
.footer-2__bottom-part-widget-social ul li:hover {
    transition: all 0.3s ease-in-out;
    margin-left: 0;
}
.footer-2__bottom-part-widget-social ul li a:hover {
    color: var(--rr-theme-primary);
}
/* .footer-2__bottom-part-widget-social ul li:nth-child(1) a:hover {
    color: #1877f2;
}
.footer-2__bottom-part-widget-social ul li:nth-child(2) a:hover {
    color: #0077b5;
}
.footer-2__bottom-part-widget-social ul li:nth-child(3) a:hover {
    color: #e60023;
}
.footer-2__bottom-part-widget-social ul li:nth-child(4) a:hover {
    color: #833ab4;
} */
.footer-2__bottom-part-widget-social ul li .icon {
    width: 40px;
    height: 40px;
    background: var(--rr-theme-primary);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .footer-2__bottom-part-widget-social ul li:nth-child(2) .icon {
    background: #0077b5;
}
.footer-2__bottom-part-widget-social ul li:nth-child(3) .icon {
    background: #e60023;
}
.footer-2__bottom-part-widget-social ul li:nth-child(4) .icon {
    background: #833ab4;
} */
.footer-2__bottom-part-widget-social ul li .icon i {
    font-size: 20px;
    color: var(--rr-common-white);
}
.footer-2__bottom-part-location-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer-2__bottom-part-location-contact:first-child {
    align-items: flex-start;
}
.footer-2__bottom-part-location-contact:last-child {
    margin-bottom: 0;
}
.footer-2__bottom-part-location-contact .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
.footer-2__bottom-part-location-contact:first-child .icon {
    margin-top: 6px;
}
.footer-2__bottom-part-location-contact .icon i {
    color: var(--rr-common-black);
    font-size: 20px;
}
.footer-2__bottom-part-location-contact a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
}
.footer-2__bottom-part-location-contact a:hover {
    color: var(--rr-common-black);
}
.footer-2__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.footer-2__copyright p {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: #999999;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: #000;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}
.footer-2__copyright p a:hover {
    color: var(--rr-theme-primary);
}
.footer-2__copyright-menu ul {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.footer-2__copyright-menu ul::before {
    background: #999999;
    position: absolute;
    top: 7px;
    left: 48%;
    width: 1px;
    height: 17px;
    content: "";
}
.footer-2__copyright-menu ul li {
    list-style: none;
}
.footer-2__copyright-menu ul li a,
.footer-2__copyright-menu p {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: #999999;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}
.footer-2__copyright-menu p a {
    color: #000;
}
.footer-2__copyright-menu ul li a:hover {
    background: var(--rr-common-white);
}
.footer-2__copyright-menu p:hover a {
    color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/*  6.4 footer-copyright
/*----------------------------------------*/
.footer-bottom-border {
    border: 1px solid #e5e8e6;
}
.footer-bottom-border .footer__bottom .footer__copyright p {
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h6);
    font-size: var(--rr-fs-body);
    font-style: normal;
    text-align: center;
}
.footer-bottom-border .footer__bottom .footer__copyright p a:hover {
    color: var(--rr-theme-primary);
}
.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a {
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h6);
    font-size: var(--rr-fs-body);
    font-style: normal;
}
.footer-bottom-border .footer__bottom .footer__copyright-menu ul li a:hover {
    color: var(--rr-theme-primary);
}

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

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 27px 0;
    gap: 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .footer__bottom {
        justify-content: center;
        flex-wrap: wrap;
    }
}
.footer__bottom-1 {
    padding-top: 80px;
}
@media (max-width: 575px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__bottom-1 {
        padding-top: 60px;
    }
}

.footer__copyright p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
}
.footer__copyright p a:hover {
    color: var(--rr-theme-primary);
}

.footer__copyright-menu ul li {
    list-style: none;
    position: relative;
}
.footer__copyright-menu ul li.no_bullet:after {
    display: none;
}
.footer__copyright-menu ul li a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 10px;
}

.footer__bottom-2 {
    padding: 25px 0;
    border-top-color: rgba(0, 15, 32, 0.1);
}

.footer__copyright-2 p {
    text-align: center;
    color: var(--rr-text-body);
}
.footer__copyright-2 a {
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-theme-primary);
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.about-section .section__title-wrapper-4 .section__title {
    font-size: 42px;
}
.about-section__left .clients__author {
    display: flex;
    align-items: center;
    column-gap: 13px;
}
@media (max-width: 575px) {
    .about-section__left .clients__author {
        display: block;
        text-align: center;
    }
}
.about-section__left .clients__author__thumb {
    display: flex;
    align-items: center;
    justify-content: start;
}
@media (max-width: 575px) {
    .about-section__left .clients__author__thumb {
        justify-content: center;
    }
}
.about-section__left .clients__author__thumb img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 500px;
    margin-left: -25px;
    z-index: 1;
}
.about-section__left .clients__author__thumb img:first-of-type {
    margin-left: 0;
}
.about-section__left .clients__author__text span {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #555555;
    text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-section__left .clients__author__text span {
        font-size: 15px;
        line-height: 1;
    }
}
.about-section__left-2 {
    position: absolute;
    bottom: -162px;
    left: 95px;
    right: -100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
    only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-section__left-2 {
        left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section__left-2 {
        bottom: -155px;
        left: -20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-section__left-2 {
        bottom: -80px;
        left: auto;
        right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section__left-2 {
        right: 0;
        left: auto;
        bottom: -110px;
    }
}
@media (max-width: 575px) {
    .about-section__left-2 {
        left: 0;
        right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-section__left {
        margin-bottom: 30px;
    }
}
.about-section__left__wrapper {
    margin-right: 48px;
    margin-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section__left__wrapper {
        margin-right: 30px;
        margin-top: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-section__left__wrapper {
        margin-right: 0px;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-section__left__wrapper {
        margin-right: 0px;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .about-section__left__wrapper {
        text-align: center;
    }
}
.about-section__thumb img {
    width: inherit;
    border-radius: 10px;
}
.about-section__thumb img.image-2 {
    margin-top: -58px;
}
@media (max-width: 575px) {
    .about-section__thumb img.image-2 {
        margin-top: 20px;
    }
}
.about-section__thumb img.image-1 {
    margin-left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-section__thumb img.image-1 {
        margin-left: 0;
        width: 100%;
    }
}
.about-section__right__content {
    max-width: 294px;
    background: #ffffff;
    box-shadow: 0px 4px 34px rgba(69, 48, 48, 0.14);
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 35px;
    position: absolute;
    right: 0;
    top: -84px;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-section__right__content {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-section__right__content {
        top: -50px;
    }
}
@media (max-width: 575px) {
    .about-section__right__content {
        position: inherit;
        top: 0;
        margin-top: 30px;
    }
}
.about-section__right__icon img {
    width: inherit;
}
.about-section__right__dec {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 55px;
    margin-bottom: 5px;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
.about-section__right__dec span {
    font-weight: 600;
}
.about-section__right__count h4 {
    font-size: 100px;
    font-style: italic;
    font-weight: 900;
    line-height: 133.3px;
    color: rgb(69, 48, 48);
    font-family: Playfair Display;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-section__right__count h4 {
        font-size: 80px;
        line-height: 1;
    }
}
.about-section__right__count h4 .odometer.odometer-auto-theme,
.about-section__right__count h4 .odometer.odometer-theme-default {
    line-height: 1;
    font-family: Playfair Display;
}
.about-section__right__count h5 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 5px;
}
.about-section__right__count > span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
.about-section__thumb__wrapper {
    margin: 0 160px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .about-section__thumb__wrapper {
        margin: 0 100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .about-section__thumb__wrapper {
        margin: 0 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .about-section__thumb__wrapper {
        margin: 0 0px;
    }
}
.about-section__thumb__wrapper-img {
    position: relative;
    width: 100%;
    height: 650px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.portfolio-section__wrapper {
    display: grid;
    grid-gap: 30px;
    margin: 0 30px;
    grid-template-columns: auto auto auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .portfolio-section__wrapper {
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .portfolio-section__wrapper {
        display: flex;
        align-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .portfolio-section__item {
        width: 48%;
        height: auto;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-section__item {
        width: 47%;
        height: auto;
    }
}
@media (max-width: 575px) {
    .portfolio-section__item {
        width: 100%;
        height: auto;
    }
}
.portfolio-section__item.item-1 {
    grid-column: 1/3;
}
.portfolio-section__item.item-2 {
    grid-column: 3/10;
    grid-row: 1/3;
}
.portfolio-section__item.item-3 {
    grid-column: 10/12;
}
.portfolio-section__item.item-4 {
    grid-column: 1/3;
    grid-row: 2;
}
.portfolio-section__item.item-4 .portfolio-section__content {
    background: #a35f4a;
}
.portfolio-section__item.item-4 .portfolio-section__content h4 {
    color: var(--rr-common-white);
}
.portfolio-section__item.item-4 .portfolio-section__content p {
    color: var(--rr-common-white);
}
.portfolio-section__item.item-4 .portfolio-section__content > span {
    color: rgba(255, 255, 255);
}
.portfolio-section__item.item-5 {
    grid-column: 10/12;
    grid-row: 2;
}
.portfolio-section__thumb {
    width: 100%;
    height: 100%;
}
.portfolio-section__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-section__content {
    background: #eee7df;
    padding: 30px 40px;
    padding-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-section__content {
        padding: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .portfolio-section__content {
        padding: 20px;
    }
}
.portfolio-section__content h4 {
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    margin-top: 137px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (min-width: 1700px) and (max-width: 1825px) {
    .portfolio-section__content h4 {
        font-size: 110px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .portfolio-section__content h4 {
        font-size: 100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .portfolio-section__content h4 {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio-section__content h4 {
        font-size: 80px;
        margin-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-section__content h4 {
        font-size: 70px;
        margin-top: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .portfolio-section__content h4 {
        font-size: 60px;
        margin-top: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .portfolio-section__content h4 {
        font-size: 75px;
        margin-top: 70px;
    }
}
.portfolio-section__content h4 .odometer.odometer-auto-theme,
.portfolio-section__content h4 .odometer.odometer-theme-default {
    font-family: var(--rr-ff-heading);
    line-height: 1;
}
.portfolio-section__content > span {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}

.services-section .section__title-wrapper .section__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 100px;
    line-height: 80px;
    text-transform: uppercase;
    color: #453030;
}
@media (max-width: 1599px) {
    .services-section .section__title-wrapper .section__title-wrapper-title {
        font-size: 80px;
    }

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-section .section__title-wrapper .section__title-wrapper-title {
        font-size: 70px;
        line-height: 85px;
    }
}
@media (max-width: 575px) {
    .services-section .section__title-wrapper .section__title-wrapper-title {
        font-size: 39px;
        line-height: 50px;
    }
}
.services-section .section__title-wrapper .section__title-wrapper-title span {
    font-family: var(--rr-ff-heading1);
    font-weight: var(--rr-fw-regular);
    font-style: italic;
    font-size: 90px;
    line-height: 120px;
    text-transform: uppercase;
    color: #453030;
}
@media (max-width: 1599px) {
    .services-section .section__title-wrapper .section__title-wrapper-title span{
        font-size: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section
        .section__title-wrapper
        .section__title-wrapper-title
        span {
        font-size: 70px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-section
        .section__title-wrapper
        .section__title-wrapper-title
        span {
        font-size: 60px;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .services-section
        .section__title-wrapper
        .section__title-wrapper-title
        span {
        font-size: 40px;
    }
}
.services-section .services__item {
    background: #eee7df;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section .services__item {
        margin-top: 30px;
    }
}
.services-section .services__content {
    padding: 60px 30px;
    padding-bottom: 62px;
}
@media (max-width: 575px) {
    .services-section .services__content {
        padding: 40px 30px;
    }
}
.services-section .services__icon img {
    width: inherit;
}
.services-section .services__title {
    font-family: var(--rr-ff-heading);
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    text-transform: uppercase;
    /* margin-top: 58px; */
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .services-section .services__title {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
}
.services-section .services__dec {
    font-family: var(--rr-ff-heading);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(69, 48, 48, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section .services__dec br {
        display: none;
    }
}
.services-section .services__thumb {
    padding: 15px;
    padding-top: 0;
}
.services-section .services__thumb img {
    width: inherit;
    border-radius: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section .services__thumb img {
        width: 100%;
    }
}
.services-section .services__tab__wrapper {
    margin-left: 108px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section .services__tab__wrapper {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-section .services__tab__wrapper {
        margin-left: 130px;
    }
}
.services-section .services__tab__wrapper .nav-pills .nav-link.active,
.services-section .services__tab__wrapper .nav-pills .show > .nav-link {
    color: inherit;
    background-color: inherit;
}
.services-section .services__tab__wrapper .nav-link {
    padding: 0;
}
.services-section
    .services__tab__wrapper
    .nav-link:last-of-type
    .services__tab__title {
    margin-bottom: 0px;
}
.services-section
    .services__tab__wrapper
    .nav-link.active
    .services__tab__title {
    color: #453030;
    width: 680px;
    margin-left: -50px;
}
@media (max-width: 575px) {
    .services-section
        .services__tab__wrapper
        .nav-link.active
        .services__tab__title {
        width: 300px;
    }
}
.services-section
    .services__tab__wrapper
    .nav-link.active
    .services__tab__title::before {
    width: 680px;
    background-color: #453030;
}
@media (max-width: 575px) {
    .services-section
        .services__tab__wrapper
        .nav-link.active
        .services__tab__title::before {
        width: 355px;
    }
}
.services-section
    .services__tab__wrapper
    .nav-link.active
    .services__tab__title
    span {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
@media (max-width: 575px) {
    .services-section
        .services__tab__wrapper
        .nav-link.active
        .services__tab__title
        span {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.services-section .services__tab__title {
    font-family: var(--rr-ff-heading);
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #b1a18f;
    position: relative;
    text-align: start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.services-section .services__tab__title img {
    max-width: 100px;
}
@media only screen and (max-width: 1599px) {
    .services-section .services__tab__title {
        font-size: 48px;
    }
    .services-section .services__tab__title img {
        max-width: 80px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section .services__tab__title {
        font-size: 55px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-section .services__tab__title {
        font-size: 50px;
    }
}
@media (max-width: 575px) {
    .services-section .services__tab__title {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 300px;
    }
}
.services-section .services__tab__title::before {
    content: "";
    width: 630px;
    height: 1px;
    background-color: rgba(21, 21, 21, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 575px) {
    .services-section .services__tab__title::before {
        width: 300px;
    }
}
.services-section .services__tab__title span {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    background: #151515;
    color: #fff;
    padding: 2.5px 18px;
    border-radius: 6px;
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: 0.3s;
}

/*----------------------------------------*/
/*  8.8 contact-us
/*----------------------------------------*/
.contact-map .map {
    width: 100%;
    height: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .contact-map .map {
        height: 450px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-map .map {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .contact-map .map {
        height: 300px;
    }
}
.contact-map .map iframe {
    width: 100%;
    height: 100%;
}

.contact-section__title {
    font-family: var(--rr-ff-heading);
    font-size: 30px;
    font-weight: 615;
    line-height: 42px;
    color: #453030;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact-section__info {
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-section__info {
        margin-bottom: 30px;
    }
}
.contact-section__info::before {
    content: "";
    width: 1px;
    height: 600px;
    right: 55px;
    top: -120px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-section__info::before {
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-section__info::before {
        display: none;
    }
}
.contact-section__info__icon span {
    width: 70px;
    height: 70px;
    border: 1.5px solid rgba(21, 21, 21, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.contact-section__info__text span {
    font-family: var(--rr-ff-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    display: block;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.7);
}
.contact-section__info__text a {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
}
.contact-section__info__text a:hover {
    color: #ea4c89;
}
.contact-section__info__list {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 20px;
}
.contact-section__info__list:last-of-type {
    margin-bottom: 25px;
}
.contact-section__dec {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(69, 48, 48, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-section__dec br {
        display: none;
    }
}
.contact-section__form__wrapper {
    margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-section__form__wrapper {
        margin-left: 0;
    }
}
.contact-section__form__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    color: #453030;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .contact-section__form__title {
        font-size: 25px;
    }
}
.contact-section__form .form-btn {
    text-transform: math-auto;
    padding: 3px 27px 3px 4px;
}
.contact-section__form .form-btn span {
    width: 38px;
    height: 38px;
}
.contact-section__form select#message {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    background: transparent;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
    font-family: var(--rr-ff-heading);
    border: 1.5px solid rgba(69, 48, 48, 0.14);
}
.contact-section__form select#message:focus {
    outline: 0;
}
.contact-section__input {
    margin-bottom: 20px;
}
.contact-section__input input,
.contact-section__input textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 6px;
    background: transparent;
    border: 1.5px solid rgba(69, 48, 48, 0.14);
}
.contact-section__input input::-webkit-input-placeholder,
.contact-section__input textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.contact-section__input input::-moz-placeholder,
.contact-section__input textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.contact-section__input input:-moz-placeholder,
.contact-section__input textarea:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.contact-section__input input:-ms-input-placeholder,
.contact-section__input textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.contact-section__input input::placeholder,
.contact-section__input textarea::placeholder {
    /* MODERN BROWSER */
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
.contact-section__input textarea {
    height: 180px;
}

.loading-form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
    background: #000;
    opacity: 0.5;
    display: none;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}

.contact-us__widget {
    max-width: 587px;
    width: 100%;
}
.contact-us__widget img {
    width: 100%;
    height: 100%;
}

/*----------------------------------------*/
/* 8.1 404
/*----------------------------------------*/
.faq-section__thumb img {
    border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .faq-section__thumb {
        margin-bottom: 30px;
    }
}
.faq-section__content {
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .faq-section__content {
        margin-left: 0;
    }
}
.faq-section__content .title {
    font-size: 60px;
    font-weight: 600;
    line-height: 74px;
    color: #453030;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-section__content .title {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .faq-section__content .title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }
}
.faq-section__content .accordion-item {
    color: inherit;
    background-color: transparent;
    border: 1.5px solid rgba(21, 21, 21, 0.14);
    margin-bottom: 14px;
    border-radius: 6px;
}
.faq-section__content .accordion-item:last-of-type {
    margin-bottom: 0;
}
.faq-section__content .accordion-item:not(:first-of-type) {
    border-top: 1.5px solid rgba(21, 21, 21, 0.14);
}
.faq-section__content .accordion-button {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    font-family: var(--rr-ff-heading);
    padding: 24px 20px 22px 24px;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: inherit;
}
@media (max-width: 575px) {
    .faq-section__content .accordion-button {
        font-size: 17px;
        line-height: 1.4;
    }
}
.faq-section__content .accordion-button:focus {
    box-shadow: inherit;
}
.faq-section__content .accordion-button:not(.collapsed) {
    color: #453030;
    line-height: 1;
    padding: 17px 20px 12px 24px;
    text-transform: uppercase;
    background-color: transparent;
    box-shadow: inherit;
}
@media (max-width: 575px) {
    .faq-section__content .accordion-button:not(.collapsed) {
        line-height: 1.4;
    }
}
.faq-section__content .accordion-button::after {
    width: 32px;
    height: 32px;
    font-size: 12px;
    margin-left: auto;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    background-image: inherit;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(21, 21, 21, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
@media (max-width: 575px) {
    .faq-section__content .accordion-button::after {
        display: none;
    }
}
.faq-section__content .accordion-button:not(.collapsed)::after {
    background-image: inherit;
    content: "\f106";
    background-color: #453030;
    color: var(--rr-common-white);
}
.faq-section__content .accordion-body {
    padding: 0 54px 31px 25px;
}
@media (max-width: 575px) {
    .faq-section__content .accordion-body {
        padding: 0 20px 31px 20px;
    }
}
.faq-section__content .accordion-body p {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(69, 48, 48, 0.7);
}

.team-section-2 .team-section__wrapper {
    padding-top: 0px;
}

.title-slider {
    padding-top: 185px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .title-slider {
        padding-top: 140px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .title-slider {
        padding-top: 130px;
    }
}
.title-slider__title {
    font-size: 140px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .title-slider__title {
        font-size: 90px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .title-slider__title {
        font-size: 80px;
    }
}
@media (max-width: 575px) {
    .title-slider__title {
        font-size: 70px;
    }
}
.title-slider__title a {
    width: 90px;
    height: 90px;
    background: #453030;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transform: rotate(-45deg);
    border-radius: 500px;
    outline-offset: 10px;
    outline: 2px solid rgba(69, 48, 48, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .title-slider__title a {
        width: 60px;
        height: 60px;
        outline-offset: 5px;
    }
}
@media (max-width: 575px) {
    .title-slider__title a {
        width: 45px;
        height: 45px;
        outline-offset: 5px;
    }
}
.title-slider__title span {
    color: transparent;
    -webkit-text-stroke: 1.5px #cfc1b1;
}
.title-slider .title-slide__active .swiper-wrapper {
    transition-timing-function: linear;
}
.title-slider .title-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}

.team-details__author {
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-details__author {
        margin-bottom: 30px;
    }
}
.team-details__thumb img {
    border-radius: 10px;
}
.team-details__text {
    padding: 25px 0 30px 34px;
}
@media (max-width: 575px) {
    .team-details__text {
        padding: 25px 0 20px 20px;
    }
}
.team-details__text span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #453030;
    margin-right: 4px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
.team-details__text a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #8b7d7a;
    font-family: var(--rr-ff-heading);
}
.team-details__text a:hover {
    color: #ea4c89;
}
.team-details__position span:last-of-type {
    color: #8b7d7a;
}
.team-details__content {
    margin-left: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-details__content {
        margin-left: 0;
    }
}
.team-details__name {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
    color: #453030;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .team-details__name {
        font-size: 35px;
        line-height: 50px;
    }
}
.team-details__author__info {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
}
.team-details__author__position {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
.team-details__platform ul {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    margin-bottom: -13px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-details__platform ul {
        margin-bottom: 0;
        margin-top: 10px;
    }
}
.team-details__platform ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    border-radius: 6px;
    padding: 6.5px 13.2px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--rr-common-black);
    transition: all 0.3s ease-in-out;
    font-family: var(--rr-ff-heading);
    border: 1px solid rgba(0, 0, 0, 0.14);
}
@media (max-width: 575px) {
    .team-details__platform ul li {
        margin-bottom: 5px;
    }
    .team-details__platform ul li:last-of-type {
        margin-bottom: 0;
    }
}
.team-details__platform ul li:hover {
    border-color: #ea4c89;
    color: var(--rr-common-white);
    background-color: #ea4c89;
}
.team-details__dec {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(69, 48, 48, 0.7);
    margin-bottom: 47px;
    font-family: var(--rr-ff-heading);
}
.team-details__item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.team-details__item:last-child {
    margin-bottom: 35px;
}
.team-details__item label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
    color: rgba(69, 48, 48, 0.7);
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
.team-details__item .progress,
.team-details__item .progress-stacked {
    height: 6px;
    background-color: rgba(69, 48, 48, 0.1);
    border-radius: 30px;
}
.team-details__item .progress-bar {
    background-color: #9bea9b;
    border-radius: 10px;
}
.team-details__item .progress-num {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
.team-details__social {
    display: flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
}
.team-details__social span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #453030;
    margin-right: 2px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 320px) {
    .team-details__social span {
        font-size: 26px;
        line-height: 60px;
    }
}
.team-details__social a {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.team-details__social .facebook {
    background: #1877f2;
}
.team-details__social .twitch {
    background: #000000;
}
.team-details__social .pinterest {
    background: #cb2027;
}
.team-details__social .linkedin {
    background: #0a66c2;
}

.rrSkillInLeft {
    opacity: 0;
    animation: rrSkillInLeft 2.5s ease-out forwards;
}

@keyframes rrSkillInLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/*----------------------------------------*/
/*  8.12 home1
/*----------------------------------------*/
.portfolio__big-inner {
    background-position: center center;
    background-size: cover;
    width: 1600px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio__big-inner {
        width: 960px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .portfolio__big-inner {
        width: 735px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio__big-inner {
        width: 545px;
    }
}
@media (max-width: 575px) {
    .portfolio__big-inner {
        width: 545px;
        height: 350px;
    }
}
@media (max-width: 450px) {
    .portfolio__big-inner {
        width: 400px;
    }
}
@media (max-width: 376px) {
    .portfolio__big-inner {
        width: 300px;
    }
}
@media (max-width: 320px) {
    .portfolio__big-inner {
        width: 300px;
    }
}
.portfolio__big-inner-box {
    position: absolute;
    top: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media xxs {
    .portfolio__big-inner-box {
        top: 20px;
        left: 10px;
    }
}
@media (max-width: 376px), (max-width: 320px) {
    .portfolio__big-inner-box {
        top: 20px;
        left: 5px;
    }
}
.portfolio__big-inner-box-item {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    background: #151515;
    border-radius: 6px;
    color: var(--rr-common-white);
    padding: 3px 20px;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .portfolio__big-inner-box-item {
        font-size: 16px;
    }
}

.portfolio__big-inner img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.portfolio__big {
    text-align: center;
    margin-bottom: 0 !important;
}

.tp-portfolio-area {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
}

.tp-portfolio-top-text-border {
    width: 110px;
    height: 110px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tp-portfolio-top-text-border {
        display: none;
    }
}
.tp-portfolio-top-text-border-icon {
    background: var(--rr-common-white);
    color: var(--rr-text-bodyrimary);
    font-size: 25px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tp-portfolio-top-text-border-icon {
        display: none;
    }
}
.tp-portfolio-top-text-border-icon:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    transform: rotate(0deg);
}

.tp-portfolio-top-text p {
    font-family: var(--rr-ff-heading1);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-size: 140px;
    font-style: italic;
    line-height: 187px;
    text-transform: uppercase;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin-right: 30px;
    margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-top-text p {
        font-size: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .tp-portfolio-top-text p {
        font-size: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tp-portfolio-top-text p {
        display: none;
    }
}

.service1__item {
    background: #eee7df;
    padding: 76px 70px 89px 54px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service1__item {
        padding: 76px 30px 89px 30px;
    }
}
@media (max-width: 575px) {
    .service1__item {
        padding: 76px 27px 89px 27px;
    }
}
.service1__item-2 {
    padding: 70px 70px 80px 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service1__item-2 {
        padding: 76px 30px 89px 30px;
    }
}
@media (max-width: 575px) {
    .service1__item-2 {
        padding: 76px 27px 89px 27px;
    }
}
.service1__item-icon {
    margin-bottom: 68px;
}
.service1__item-icon img {
    width: inherit;
}
.service1__item .divider {
    width: 270px;
    height: 4px;
    background: #453030;
    opacity: 0.14;
    border-radius: 20px;
    display: inline-block;
    margin: 30px 0px 15px 0px;
}
@media (max-width: 575px) {
    .service1__item .divider {
        width: 245px;
    }
}
.service1-btn {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #453030;
    background: rgba(69, 48, 48, 0.1);
    border-radius: 20px;
    padding: 7px 12px;
    display: inline-block;
}
.service1-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .service1-title {
        font-size: 48px;
    }
}
.service1-title a {
    background: linear-gradient(#453030 0%, #453030 98%);
    background-size: 0 4px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: #453030;
    transition: all 0.3s ease-in-out;
}
.service1-title a:hover {
    color: #453030;
    background-size: 100% 5px;
}

.blog-details-title .section__title-wrapper .section__title-wrapper-title {
    font-size: 50px;
    line-height: 42px;
}

.blog1__area .section__title-wrapper {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 47px;
}
.blog1__area .section__title-wrapper .section__title-wrapper-title {
    color: var(--rr-heading-primary);
}
.blog1__item:hover .blog1__item-meta a i {
    transform: rotate(0deg);
}
.blog1__item-thumb img {
    border-radius: 20px;
}
.blog1__item-content-border {
    border-bottom: 1px solid rgba(69, 48, 48, 0.14);
    margin-bottom: 11px;
    margin-top: 29px;
    background: rgba(69, 48, 48, 0.14);
    display: block;
}
.blog1__item-category ul li {
    list-style: none;
}
.blog1__item-category ul li a {
    background: var(--rr-heading-primary);
    padding: 0px 14px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 29px;
    margin-bottom: 15px;
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
}
@media (max-width: 320px) {
    .blog1__item-category ul li a {
        font-size: 13px;
    }
}
.blog1__item-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #453030;
    display: block;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px) {
    .blog1__item-title {
        font-size: 19px;
    }
}
@media (max-width: 320px) {
    .blog1__item-title {
        font-size: 17px;
        line-height: 25px;
    }
}
.blog1__item-title a {
    background: linear-gradient(#453030 0%, #453030 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    color: #453030;
    transition: all 0.3s ease-in-out;
}
.blog1__item-title a:hover {
    color: #453030;
    background-size: 100% 2px;
}
.blog1__item-meta ul li {
    list-style: none;
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}
.blog1__item-meta ul li i {
    margin-right: 8px;
}
.blog1__item-meta a i {
    color: var(--rr-heading-primary);
    transform: rotate(-50deg);
    transition: all 0.3s ease-in-out;
}

.tp-btn-circle-2 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    letter-spacing: -0.01em;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--rr-common-white);
    border: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 1;
}

.tp-btn-circle-2:hover {
    color: var(--rr-common-black);
}

.tp-btn-circle-2:hover .tp-btn-circle-dot {
    width: 420px;
    height: 420px;
}

.tp-btn-circle-text-2 {
    display: block;
}

.tp-hover-btn-wrapper {
    display: inline-block;
}

.tp-btn-circle-arrow-2 {
    display: block;
    margin-top: 3px;
}

.tp-btn-circle-dot {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 20px;
    height: 20px;
    background-color: var(--rr-theme-primary);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.project-section {
    position: relative;
}
.project-section__item {
    border-radius: 20px;
    padding: 70px 60px;
    padding-top: 60px;
    position: relative;
    background-color: #eee7df;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__item {
        padding: 50px 30px;
        padding-top: 40px;
    }
}
@media (max-width: 575px) {
    .project-section__item {
        padding: 40px 20px;
        padding-top: 30px;
    }
}
.project-section__item:hover .project-section__btn {
    opacity: 1;
    visibility: visible;
    left: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__item:hover .project-section__btn {
        right: -26px;
    }
}
@media (max-width: 575px) {
    .project-section__item:hover .project-section__btn {
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}
.project-section__item.margin-right {
    margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__item.margin-right {
        margin-right: 0;
    }
}
.project-section__item.margin-left {
    margin-left: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__item.margin-left {
        margin-left: 0;
    }
}
.project-section__item.margin-top {
    margin-top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__item.margin-top {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__item.margin-top {
        margin-top: 50px;
    }
}
.project-section__item.margin-bottom {
    margin-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__item.margin-bottom {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__item.margin-bottom {
        margin-bottom: 50px;
    }
}
.project-section__number {
    font-size: 30px;
    font-weight: var(--rr-fw-sbold);
    line-height: 1;
    margin-top: 7px;
    color: rgba(69, 48, 48, 0.5);
    font-family: var(--rr-ff-heading);
}
.project-section__title__wrap {
    display: flex;
    align-items: start;
    column-gap: 20px;
    margin-bottom: 28px;
}
@media (max-width: 575px) {
    .project-section__title__wrap {
        display: block;
    }
}
.project-section__title {
    font-size: 54px;
    font-weight: var(--rr-fw-sbold);
    line-height: 60px;
    color: #453030;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section__title {
        font-size: 47px;
        line-height: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .project-section__title {
        font-size: 35px;
        line-height: 45px;
    }
}
.project-section__thumb img {
    border-radius: 10px;
}
.project-section__btn {
    position: absolute;
    top: 56%;
    left: 40%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .project-section__btn {
        transform: translateX(0%);
    }
}
.project-section__btn .title-btn {
    border: none;
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}
.project-section__btn .title-btn span {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
}
.project-section__btn .title-btn:hover span {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}
.project-section__btn .rr-btn::before {
    background: var(--rr-common-white);
}
.project-section__btn .rr-btn:hover {
    color: var(--rr-heading-primary);
}
.project-section__btn .section__title-wrapper-btn {
    color: var(--rr-common-white);
    background: var(--rr-text-primary);
}
.project-section__btn .section__title-wrapper-btn span {
    background: var(--rr-common-white);
    color: var(--rr-text-primary);
}
.project-section .section__title-wrapper-2 {
    margin-bottom: 55px;
}
.project-section
    .section__title-wrapper-2
    .section__title-wrapper-2-title
    span {
    padding-left: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section
        .section__title-wrapper-2
        .section__title-wrapper-2-title
        span {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section
        .section__title-wrapper-2
        .section__title-wrapper-2-title
        span {
        padding-left: 0px;
    }
}
.project-section__shape__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    column-gap: 357px;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.project-section__border__shape {
    width: 1px;
    height: 100%;
    background: rgba(21, 21, 21, 0.08);
    display: inline-block;
}
.project-section__content.margin-left {
    margin-left: 106px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section__content.margin-left {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__content.margin-left {
        margin-left: 0px;
    }
}
.project-section__content.margin-top {
    margin-top: 148px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section__content.margin-top {
        margin-top: 110px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__content.margin-top {
        margin-top: 40px;
        text-align: center;
    }
}
.project-section__content .tp-btn-circle-2 {
    width: 192px;
    height: 192px;
    color: var(--rr-common-white);
    border: 0;
    background: var(--rr-text-primary);
}
.project-section__content .tp-btn-circle-2:hover {
    color: #fff
}
.project-section__content .tp-btn-circle-2:hover svg [stroke="white"] {
    stroke: #fff;
}
.project-section__dec {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 85px;
    position: relative;
    z-index: 1;
    color: rgba(69, 48, 48, 0.7);
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section__dec {
        margin-bottom: 40px;
    }
    .project-section__dec br {
        display: none;
    }
}

.experience-section .experience__border {
    border-top: 3px solid rgba(21, 21, 21, 0.08);
}
@media (max-width: 575px) {
    .experience-section .experience__big__text {
        text-align: center;
    }
}
.experience-section .experience__big__text h4 {
    font-family: var(--rr-ff-heading);
    font-size: 200px;
    font-weight: var(--rr-fw-sbold);
    line-height: 1;
    color: #ded2c5;
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .experience-section .experience__big__text h4 {
        font-size: 190px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-section .experience__big__text h4 {
        font-size: 155px;
    }
}
@media (max-width: 575px) {
    .experience-section .experience__big__text h4 {
        font-size: 150px;
    }
}
.experience-section .experience__big__text > span {
    font-family: Playfair Display;
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #453030;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .experience-section .experience__big__text > span {
        font-size: 40px;
    }
}
.experience-section .experience__author {
    display: flex;
    align-items: center;
    column-gap: 13px;
    margin-top: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-section .experience__author {
        display: block;
        margin-top: 45px;
    }
}
@media (max-width: 575px) {
    .experience-section .experience__author {
        display: block;
        text-align: center;
        margin-top: 40px;
    }
}
.experience-section .experience__author__thumb {
    display: flex;
    align-items: center;
    justify-content: start;
}
@media (max-width: 575px) {
    .experience-section .experience__author__thumb {
        justify-content: center;
    }
}
.experience-section .experience__author__thumb img {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 500px;
    margin-left: -25px;
}
.experience-section .experience__author__thumb img:first-of-type {
    margin-left: 0;
}
.experience-section .experience__author__text span {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #555555;
    text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .experience-section .experience__author__text span {
        font-size: 15px;
        line-height: 1;
    }
}
.experience-section .experience__wrapper {
    margin-left: 25px;
    display: flex;
    align-items: center;
    column-gap: 23px;
    padding-top: 38px;
    padding-left: 24px;
    border-left: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .experience-section .experience__wrapper {
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .experience-section .experience__wrapper {
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .experience-section .experience__wrapper {
        display: block;
        text-align: center;
    }
}
.experience-section .experience__wrapper .experience-title {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #453030;
    margin-top: 15px;
}
.experience-section .experience__wrapper .experience-thumb img {
    border-radius: 10px;
}
@media (max-width: 575px) {
    .experience-section .experience__item {
        margin-bottom: 30px;
    }
    .experience-section .experience__item:last-of-type {
        margin-bottom: 0;
    }
}

.heading-slide__active .swiper-wrapper {
    transition-timing-function: linear;
}
.heading-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}

.heading-slide__title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-size: 140px;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: transparent;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 30px;
    -webkit-text-stroke: 1px #ded2c5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .heading-slide__title {
        font-size: 100px;
    }
}
@media (max-width: 575px) {
    .heading-slide__title {
        font-size: 80px;
    }
}
.heading-slide__title img {
    width: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .heading-slide__title img {
        width: 10%;
    }
}
@media (max-width: 575px) {
    .heading-slide__title img {
        width: 10%;
    }
}

.team-section .team-title {
    margin-bottom: 0;
}
.team-section__item {
    background: #eee7df;
    padding: 65px 40px;
    padding-bottom: 42px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    transition: 0.6s;
    border-radius: 20px 20px 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__item {
        height: 420px;
        padding: 40px 0px;
        padding-bottom: 0;
    }
}
.team-section__item:hover {
    padding: 0;
    background: inherit;
}
.team-section__item:hover .team-section__thumb {
    width: 100%;
    height: 100%;
}
.team-section__item:hover .team-section__thumb img {
    border-radius: 20px 20px 10px 20px;
}
.team-section__item:hover .team-section__content {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__item:hover .team-section__content {
        left: 0px;
        bottom: 0px;
    }
}
.team-section__item:hover .team-section__content .team-section__title {
    margin-top: 0;
    color: #fff;
}
.team-section__item:hover .team-section__content .team-section__position {
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__content {
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
.team-section__thumb {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    transition: 0.6s;
}
.team-section__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 500px;
}
.team-section__title {
    font-family: var(--rr-ff-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #453030;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: 62px;
    transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__title {
        margin-top: 28px;
    }
}
.team-section__position {
    font-family: var(--rr-ff-heading);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: rgba(69, 48, 48, 0.7);
}
.team-section__social {
    position: absolute;
    bottom: 0;
    right: 0;
}
.team-section__social a {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    font-size: 19px;
    border-radius: 10px;
    outline: 20px solid #f6f0e9;
}
.team-section__social a:hover {
    color: #fff;
    background-color: #151515;
}
.team-section__social a:hover svg {
    transform: rotate(45deg);
}
.team-section__social a:hover svg path {
    stroke: #fff;
}
.team-section .section__title-wrapper {
    padding-bottom: 30px;
    margin-bottom: 0;
}
.team-section__wrapper {
    position: relative;
    padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__wrapper {
        padding-top: 60px;
    }
}
.team-section__border__shape {
    width: 1px;
    height: 740px;
    background: rgba(21, 21, 21, 0.08);
    display: inline-block;
    position: absolute;
    bottom: -130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-section__border__shape {
        height: 620px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .team-section__border__shape {
        height: 105%;
        bottom: -50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section__border__shape {
        height: 103%;
        bottom: -40px;
    }
}
.team-section__border__shape-1 {
    top: 0;
    left: 115px;
}
.team-section__border__shape-2 {
    top: 0;
    left: 473px;
}
.team-section__border__shape-3 {
    top: 0;
    right: 465px;
}
.team-section__border__shape-4 {
    top: 0;
    right: 115px;
}
.team-section__border__shape-5 {
    width: 100%;
    height: 1px;
    left: 0;
}

.award-section__wrap .item-3 .rr-hover-reveal-bg {
    width: 139px;
    height: 244px;
}
.award-section__content {
    column-gap: 141px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-section__content {
        column-gap: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .award-section__content {
        column-gap: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .award-section__content {
        display: block !important;
    }
}
.award-section__year span {
    color: rgba(69, 48, 48, 0.7);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .award-section__year span {
        margin-right: 30px;
    }
}
.award-section__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    color: #453030;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
    transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
    .award-section__title {
        font-size: 17px;
    }
}
.award-section__title-box {
    display: flex;
    align-items: center;
    column-gap: 265px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-section__title-box {
        column-gap: 150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .award-section__title-box {
        column-gap: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .award-section__title-box {
        display: block;
    }
}
.award-section__title-box span {
    color: #403c38;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media (max-width: 575px) {
    .award-section__title-box span {
        font-size: 11px;
    }
}
.award-section__subtitle {
    font-family: var(--rr-ff-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: rgba(69, 48, 48, 0.7);
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .award-section__subtitle {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .award-section__link {
        margin-top: 20px;
    }
}
.award-section__link > span {
    width: 54px;
    height: 54px;
    border: 1.5px solid rgba(21, 21, 21, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #453030;
    border-radius: 6px;
}
.award-section__link > span i {
    transition: 0.3s;
    transform: rotate(-45deg);
}
@media (max-width: 575px) {
    .award-section__inner-item {
        display: block !important;
    }
}
.award-section__item {
    padding: 27px 0;
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
}
.award-section__item:hover {
    padding-left: 40px;
    padding-right: 30px;
    background-color: #eee7df;
}
@media (max-width: 575px) {
    .award-section__item:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.award-section__item:hover .award-section__link span {
    color: #fff;
    background-color: #453030;
}
.award-section__item:hover .award-section__link span i {
    transform: rotate(0);
}
.award-section__item.item-2 .award-section__title-box {
    column-gap: 184px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-section__item.item-2 .award-section__title-box {
        column-gap: 74px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .award-section__item.item-2 .award-section__title-box {
        column-gap: 20px;
    }
}
.award-section__item.item-3 .award-section__title-box {
    column-gap: 308px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-section__item.item-3 .award-section__title-box {
        column-gap: 193px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .award-section__item.item-3 .award-section__title-box {
        column-gap: 143px;
    }
}
.award-section__item.item-4 .award-section__title-box {
    column-gap: 278px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-section__item.item-4 .award-section__title-box {
        column-gap: 163px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .award-section__item.item-4 .award-section__title-box {
        column-gap: 113px;
    }
}

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

.brand-border-minuas {
    border-top: none !important;
}

.brand-section {
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    position: relative;
    z-index: 2;
}
.brand-section__logo {
    padding: 21px 47.5px;
    display: inline-block;
    height: 122px;
}
.brand-section .sk-logo-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}
.brand-section .sk-logo-slide__active .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.brand-section
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .brand-section__logo
    svg
    g {
    opacity: 1;
}
.brand-section
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active::before {
    opacity: 1;
    visibility: visible;
    width: 215px;
}
@media (max-width: 575px) {
    .brand-section
        .sk-logo-slide__active
        .swiper-wrapper
        .swiper-slide.swiper-slide-active::before {
        width: 150px;
    }
}
.brand-section-2 .sk-logo-slide__active .swiper-wrapper .swiper-slide {
    width: auto;
}
.brand-section-2 .sk-logo-slide__active .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}
.brand-section-2
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .brand-section__logo {
    background: var(--rr-common-black);
}
.brand-section-2
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .brand-section__logo
    svg
    path {
    fill: #fff;
}
.brand-section-2
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .brand-section__logo
    svg
    g
    path {
    fill: #fff;
}
.brand-section-2
    .sk-logo-slide__active
    .swiper-wrapper
    .swiper-slide.swiper-slide-active::before {
    display: none;
}

.brand-section-service {
    margin-top: -10px;
}

/*----------------------------------------*/
/*  8.12 home3
/*----------------------------------------*/
.the-brand__item {
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 72px;
    position: relative;
}
.the-brand__item:hover .the-brand__bg {
    bottom: 0px;
    background: #a35f4a;
}
.the-brand__item:hover .the-brand__count h4 {
    color: #fff;
}
.the-brand__item:hover .the-brand__count h4 span {
    color: #fff;
}
.the-brand__btn a,
.the-brand__area .the-brand__btn p {
    font-family: var(--rr-ff-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 23px;
    color: #a35f4a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 72px;
}
.the-brand__btn a i,
.the-brand__area .the-brand__btn p i {
    transform: rotate(-45deg);
}
.the-brand__count h4 {
    font-family: var(--rr-ff-heading);
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    color: #ab6049;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .the-brand__count h4 {
        font-size: 110px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .the-brand__count h4 {
        font-size: 95px;
    }
}
@media (max-width: 575px) {
    .the-brand__count h4 {
        font-size: 90px;
    }
}
.the-brand__count h4 span.odometer.odometer-auto-theme,
.the-brand__count h4 .odometer.odometer-theme-default {
    font-family: var(--rr-ff-heading);
    line-height: 1;
}
.the-brand__bg {
    background: var(--rr-background-body-bg);
    width: 100%;
    height: 260px;
    display: inline-block;
    border-radius: 14px;
    position: absolute;
    z-index: 1;
    transition: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .the-brand__bg {
        height: 250px;
    }
}
.the-brand__bg__1,
.the-brand__bg__2 {
    bottom: -186px;
    left: 0;
}
.the-brand__bg__2 {
    bottom: -150px;
}
.the-brand__bg__3 {
    bottom: -110px;
}

.products-section .section__title-wrapper-3 {
    padding-bottom: 0px;
}
.products-section .counter-box {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    column-gap: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-section .counter-box {
        gap: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .products-section .counter-box {
        gap: 100px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .products-section .counter-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.products-section .counter-box .shape-1 {
    width: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .products-section .counter-box .shape-1 {
        width: 100%;
    }
}
[dir="rtl"] .products-section .counter-box .shape-1 {
    transform: rotateY(180deg);
}
.products-section .counter-box .number {
    font-size: 470px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.1em;
    color: #eeeeee;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .products-section .counter-box .number {
        font-size: 350px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .products-section .counter-box .number {
        font-size: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .products-section .counter-box .number {
        font-size: 250px;
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .products-section .counter-box .number {
        font-size: 170px;
        margin-top: 30px;
    }
}
.products-section .counter-box .number-2 {
    color: #ded2c5;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 575px) {
    .work-Process {
        /* background: #f6f6f6; */
    }
}
.work-Process__wrapper {
    background: #fbfaf6;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.work-Process__wrapper-2 {
    background-color: #eee7df;
}
.work-Process__item {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
    border-radius: 14px;
    padding: 8px;
    padding-right: 45px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-Process__item {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .work-Process__item {
        display: block;
        padding: 20px;
    }
}
.work-Process__item:hover .work-Process__number {
    background: #9bea9b;
    color: #000000;
}
.work-Process__number {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    opacity: 0px;
    background: #000;
    font-family: var(--rr-ff-heading);
    font-size: 34px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
}
@media (max-width: 575px) {
    .work-Process__number {
        margin: 0 auto;
    }
}
.work-Process__title {
    font-family: var(--rr-ff-heading);
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .work-Process__title {
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
}
.work-Process__wrapper .sub-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 136px 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .work-Process__wrapper .sub-wrapper {
        display: block;
        margin: 0;
    }
}
.work-Process__bg__shape {
    position: absolute;
    top: -90px;
    left: -160px;
}
.work-Process__bg__shape img {
    width: inherit;
}
.work-Process__border__1 {
    position: absolute;
    top: 162px;
    left: 24.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work-Process__border__1 {
        left: 21.5%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-Process__border__1 {
        left: 16%;
    }
}
.work-Process__border__2 {
    position: absolute;
    top: 38.5%;
    left: 48%;
    transform: translate(-50%, -50%);
}
.work-Process__border__3 {
    position: absolute;
    right: 295px;
    bottom: 38.5%;
}
.work-Process__border__4 {
    position: absolute;
    left: 25%;
    bottom: 21.5%;
}
.work-Process__wrapper .sub-wrapper.sub-wrapper-last{
    justify-content: flex-start;
    margin-left: 285px;
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .work-Process__border__3 {
        right: 230px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-Process__border__3 {
        right: 130px;
    }
}

.video-section__thumb {
    position: relative;
    width: 100%;
    height: 870px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .video-section__thumb {
        height: 600px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-section__thumb {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .video-section__thumb {
        height: 450px;
    }
    .work-Process__wrapper .sub-wrapper.sub-wrapper-last{
        margin-left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-section__thumb {
        height: 350px;
    }
    .work-Process__wrapper .sub-wrapper.sub-wrapper-last{
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .video-section__thumb {
        height: 250px;
    }
    .work-Process__wrapper .sub-wrapper.sub-wrapper-last{
        margin-left: 0;
    }
}
.video-section__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-section__play a {
    width: 110px;
    height: 110px;
    background: #fff;
    color: #121212;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    font-size: 31px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.video-section__play a:hover {
    background: #9bea9b;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-section__play a {
        width: 90px;
        height: 90px;
        font-size: 28px;
    }
}
@media (max-width: 575px) {
    .video-section__play a {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}
.video-section__play a::before {
    content: "";
    width: 160px;
    height: 160px;
    border-radius: 500px;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.14);
    animation: zoomInOut 2s ease-in-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-section__play a::before {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 575px) {
    .video-section__play a::before {
        width: 80px;
        height: 80px;
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.project-section-2__area .btn-wrap {
    display: flex;
    justify-content: center;
}
.project-section-2__area .btn-wrap .rr-btn {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    padding: 25px 70px 26px 54px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    justify-content: center;
    margin: 0 auto;
}
.project-section-2__area .btn-wrap .rr-btn::before {
    background: var(--rr-heading-primary);
}
.project-section-2__area .btn-wrap .rr-btn::after {
    background: var(--rr-common-black);
    position: absolute;
    top: 44%;
    right: 50px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
}
.project-section-2__area .btn-wrap .rr-btn:hover {
    color: var(--rr-common-white);
}
.project-section-2__area .btn-wrap .rr-btn:hover::after {
    background: var(--rr-common-white);
}
.project-section-2__item {
    background: #1a1a1a;
    border-radius: 14px;
    margin-bottom: 50px;
    position: relative;
}
.project-section-2__item:last-of-type {
    margin-bottom: 0;
}
.project-section-2__content {
    padding: 60px;
    padding-bottom: 65px;
}
/* @media only screen and (max-width: 1599px) {
    .project-section-2__item {
        max-height: 450px !important;
        height: 450px !important;
    }
    .project-section-2__thumb img{
        max-height: 390px !important;
        height: 390px !important;
        object-fit: cover;
    }
} */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section-2__content {
        padding: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section-2__content {
        padding: 40px 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-2__content {
        padding: 30px;
        padding-bottom: 0;
    }
}
.project-section-2__title {
    font-family: var(--rr-ff-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 45px;
}
h3.project-section-2__title span {
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .project-section-2__title {
        font-size: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .project-section-2__title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
.project-section-2__dec {
    font-family: var(--rr-ff-heading);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
    .project-section-2__dec {
        font-size: 16px;
    }
}
.project-section-2__tag {
    margin-top: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-section-2__tag {
        margin-top: 145px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section-2__tag {
        margin-top: 124px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-section-2__tag {
        margin-top: 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-2__tag {
        margin-top: 30px;
    }
}
.project-section-2__tag ul {
    list-style: none;
}
.project-section-2__tag ul li {
    font-family: var(--rr-ff-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 6.5px 13.4px;
    border-radius: 6px;
    margin-right: 2px;
    margin-bottom: 5px;
}
.project-section-2__thumb {
    padding: 30px;
    padding-left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-2__thumb {
        padding: 20px;
    }
}
.project-section-2__thumb img {
    border-radius: 10px;
}
.project-section-2 .section__title-wrapper-3 {
    padding-bottom: 0;
    margin-bottom: 95px;
    border: none;
}
.project-section-2 .section__title-wrapper-subtitle::after {
    background-color: var(--rr-common-white);
}

.services-section-2__wrapper {
    overflow: hidden;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    transition: 0.6s;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1599px) {
    .project-section-2 .section__title-wrapper-3 {
        margin-bottom: 40px;
    }
    .project-section-2__thumb img{
        max-height: 460px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-section-2__wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section-2__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    (max-width: 575px) {
    .services-section-2__wrapper {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.services-section-2__wrapper:hover {
    padding: 60px 40px;
    border-radius: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section-2__wrapper:hover {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    (max-width: 575px) {
    .services-section-2__wrapper:hover {
        padding: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.services-section-2__wrapper:hover .services-section-2__icon span {
    background-color: #9bea9b;
}
.services-section-2__wrapper:hover
    .services-section-2__icon
    span
    svg
    [fill="white"] {
    fill: #000000;
}
.services-section-2__wrapper:hover .services-section-2__item {
    margin-bottom: 0 !important;
}
.services-section-2__wrapper:hover .services-section-2__btn a svg {
    transform: rotate(45deg);
}
.services-section-2__item {
    margin-bottom: -23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__item {
        display: block;
        margin-bottom: 0;
    }
}
.services-section-2__left {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section-2__left {
        column-gap: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-section-2__left {
        width: 70%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__left {
        display: block;
    }
}
.services-section-2__icon span {
    width: 70px;
    height: 70px;
    border: 1.5px solid #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.services-section-2__title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .services-section-2__title {
        font-size: 70px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section-2__title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-section-2__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-section-2__title {
        font-size: 60px;
        margin: 15px 0;
    }
}
@media (max-width: 575px) {
    .services-section-2__title {
        font-size: 35px;
        margin: 15px 0;
    }
}
.services-section-2__right {
    display: flex;
    align-items: center;
    column-gap: 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-section-2__right {
        column-gap: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .services-section-2__right {
        column-gap: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__right {
        display: block;
    }
}
.services-section-2__dec {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--rr-ff-heading);
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__dec {
        font-size: 16px;
    }
    .services-section-2__dec br {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__dec {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .services-section-2__btn {
        margin-bottom: 10px;
    }
}
.services-section-2 .section__title-wrapper-subtitle::after {
    background-color: var(--rr-common-white);
}
.services-section-2 .section__title-wrapper-3 {
    padding-bottom: 50px;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.team-section-2__item {
    background-color: var(--rr-background-body-bg);
    border-radius: 14px;
    padding: 0 80px;
    padding-left: 0px;
    transition: 0.3s;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-section-2__item {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .team-section-2__item {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section-2__item {
        padding: 30px;
    }
}
@media (max-width: 575px) {
    .team-section-2__item {
        padding: 30px 0px;
    }
}
.team-section-2__item.current .team-section-2__title {
    color: var(--rr-common-white);
}
.team-section-2__item.current .team-section-2__position {
    color: rgba(255, 255, 255, 0.7);
}
.team-section-2__item.current .team-section-2__social a {
    color: var(--rr-common-white);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
}
.team-section-2__item.mleave .team-section-2__title {
    color: var(--rr-common-black) !important;
}
.team-section-2__item.mleave .team-section-2__position {
    color: rgba(0, 0, 0, 0.7) !important;
}
.team-section-2__item.mleave .team-section-2__social a {
    color: var(--rr-common-black) !important;
    border: 1.5px solid rgba(0, 0, 0, 0.14) !important;
}
.team-section-2__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section-2__content {
        display: block;
        text-align: center;
    }
}
.team-section-2__content > div {
    display: flex;
    align-items: center;
    column-gap: 65px;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .team-section-2__content > div {
        column-gap: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section-2__content > div {
        display: block;
        position: relative;
    }
}
.team-section-2__thumb img {
    width: inherit;
    border-radius: 12px 0 0 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section-2__text {
        margin: 20px 0;
    }
}
.team-section-2__title {
    font-family: Poppins;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    color: var(--rr-common-black);
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-section-2__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    (max-width: 575px) {
    .team-section-2__title {
        font-size: 22px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-section-2__title {
        font-size: 28px;
    }
}
.team-section-2__title:hover {
    opacity: 0.5;
}
.team-section-2__position {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.7);
    max-width: 525px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    (max-width: 575px) {
    .team-section-2__position {
        font-size: 16px;
    }
}
.team-section-2__social {
    display: flex;
    align-items: center;
    column-gap: 8px !important;
    z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .team-section-2__social {
        justify-content: center;
    }
}
.team-section-2__social a {
    color: var(--rr-common-black);
    border-radius: 6px;
    border: 1.5px solid rgba(0, 0, 0, 0.14);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.team-section-2__social a:hover {
    color: var(--rr-common-black) !important;
    background: #ffffff;
}
.team-section-2__wrapper .active-bg {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
    background: var(--rr-common-black);
    border-radius: 14px;
    transition: all 0.5s ease;
}
.team-section-2__wrapper:hover .team-section-2__title {
    color: var(--rr-common-white);
}
.team-section-2__wrapper:hover .team-section-2__position {
    color: rgba(255, 255, 255, 0.7);
}
.team-section-2__wrapper:hover .team-section-2__social a {
    color: var(--rr-common-white);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
}

.our-team__area .section__title-wrapper {
    margin-bottom: 40px;
    padding-bottom: 0;
    border: none;
}
.our-team__item {
    padding: 24px 44px 50px 38px;
    border: 1.5px solid rgba(21, 21, 21, 0.14);
    border-radius: 10px;
    background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item {
        padding: 24px 20px 50px 20px;
    }
}
@media (max-width: 450px) {
    .our-team__item {
        padding: 24px 28px 50px 28px;
    }
}
@media (max-width: 320px) {
    .our-team__item {
        padding: 24px 20px 50px 20px;
    }
}
@media (max-width: 320px) {
    .our-team__item {
        padding: 24px 15px 50px 15px;
    }
}
.our-team__item-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-team__item-tag a {
    padding: 0px 14px 0px 25px;
    border: 1px solid rgba(69, 48, 48, 0.14);
    border-radius: 6px;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 15px;
    text-transform: uppercase;
    color: #453030;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-tag a {
        font-size: 10px;
    }
}
@media (max-width: 450px) {
    .our-team__item-tag a {
        font-size: 11px;
        padding: 0px 15px;
    }
}
.our-team__item-tag a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #453030;
    border-radius: 1px;
    display: block;
    position: absolute;
    top: 41%;
    left: 13%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-tag a::before {
        width: 4px;
        height: 4px;
        left: 10%;
    }
}
.our-team__item-information {
    gap: 24px;
}
@media (max-width: 450px) {
    .our-team__item-information {
        gap: 10px;
    }
}
.our-team__item-information .location span {
    font-family: var;
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-information .location span {
        font-size: 10px;
    }
}
@media (max-width: 450px) {
    .our-team__item-information .location span {
        font-size: 11px;
    }
}
.our-team__item-information .location span i {
    margin-right: 6px;
    color: var(--rr-heading-primary);
}
.our-team__item-information .price span {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 15px;
    line-height: 60px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-information .price span {
        font-size: 10px;
    }
}
@media (max-width: 450px) {
    .our-team__item-information .price span {
        font-size: 11px;
    }
}
.our-team__item-information .price span i {
    padding-right: 6px;
}
.our-team__item-content .our-team-title {
    padding-top: 35px;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-team__item-content .our-team-title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-content .our-team-title {
        font-size: 20px;
        padding-top: 10px;
        line-height: 35px;
    }
}
@media (max-width: 450px) {
    .our-team__item-content .our-team-title {
        font-size: 16px;
        line-height: 35px;
        padding-top: 20px;
    }
}
.our-team__item-content p {
    padding-top: 6px;
    padding-bottom: 34px;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-regular);
    font-size: 16px;
    line-height: 27px;
    color: rgba(69, 48, 48, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .our-team__item-content p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .our-team__item-content p {
        font-size: 12px;
        line-height: 23px;
    }
}
@media (max-width: 450px) {
    .our-team__item-content p {
        font-size: 13px;
        line-height: 24px;
    }
}
@media (max-width: 320px) {
    .our-team__item-content p {
        font-size: 11px;
        line-height: 20px;
    }
}
.our-team__item .team-wrap {
    display: inline-block;
}
.our-team__item .team-wrap .team-btn {
    border: 1.5px solid rgba(21, 21, 21, 0.14);
    border-radius: 6px;
    padding: 4px;
    display: block;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.our-team__item .team-wrap .team-btn:hover {
    background: #151515;
}
.our-team__item .team-wrap .team-btn:hover span {
    background: #fff;
}
.our-team__item .team-wrap .team-btn:hover span i {
    color: #151515;
}
.our-team__item .team-wrap .team-btn:hover a {
    color: #fff;
}
.our-team__item .team-wrap .team-btn span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151515;
    border-radius: 4px;
}
.our-team__item .team-wrap .team-btn span i {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.our-team__item .team-wrap .team-btn a {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-ff-medium);
    font-size: 16px;
    line-height: 24px;
    color: #151515;
    padding-right: 24px;
}
@media (max-width: 450px) {
    .our-team__item .team-wrap .team-btn a {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .our-team__item .team-wrap .team-btn a {
        font-size: 12px;
    }
}

.career-details__content .description-title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    color: #453030;
    padding-bottom: 16px;
}
@media (max-width: 320px) {
    .career-details__content .description-title {
        font-size: 20px;
        line-height: 15px;
    }
}
.career-details__content p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
    padding-bottom: 30px;
}
@media (max-width: 320px) {
    .career-details__content p {
        font-size: 13px;
        line-height: 26px;
    }
}
.career-details__content-list {
    padding-left: 18px;
}
.career-details__content-list ul li {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
    padding-bottom: 12px;
}
@media (max-width: 320px) {
    .career-details__content-list ul li {
        font-size: 12px;
        line-height: 20px;
    }
}
.career-details__sidebar {
    padding-top: 30px;
}
.career-details__sidebar .apply-form {
    padding: 70px 60px 55px 60px;
    background: #ffffff;
    box-shadow: 0px 2px 5px rgba(69, 48, 48, 0.2);
    border-radius: 10px 10px 0px 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .career-details__sidebar .apply-form {
        padding: 70px 40px 55px 33px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .career-details__sidebar .apply-form {
        padding: 36px 15px 40px 24px;
    }
}
@media (max-width: 320px) {
    .career-details__sidebar .apply-form {
        padding: 70px 0px 55px 14px;
    }
}
.career-details__sidebar .apply-form ul li {
    list-style: none;
    padding-bottom: 11px;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 18px;
    line-height: 30px;
    color: #453030;
}
@media (max-width: 320px) {
    .career-details__sidebar .apply-form ul li {
        font-size: 11px;
        line-height: 12px;
    }
}
.career-details__sidebar .apply-form ul li span {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.7);
    display: block;
}
.career-details__sidebar a {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #151515;
    border-radius: 0px 0px 6px 6px;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.career-details__sidebar a:hover {
    background: var(--rr-heading-primary);
}

.video-section .hero-2-bottom-video {
    width: 100%;
    height: 100%;
}

.planning-section__number {
    text-align: center;
    width: auto;
    margin: 0 -135px;
    padding-bottom: 15px;
    margin-bottom: 133px;
    border-bottom: 2px solid #cebeac;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .planning-section__number {
        width: 157%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .planning-section__number {
        width: 164%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .planning-section__number {
        width: 134%;
    }
}
@media (max-width: 575px) {
    .planning-section__number {
        width: 185%;
    }
}
.planning-section__number span {
    font-family: var(--rr-ff-heading);
    font-weight: 500;
    font-size: 120px;
    line-height: 1;
    background: linear-gradient(180deg, #dfd3c6 0%, #f6f0e9 99.5%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.planning-section__content {
    background: #ffffff;
    padding: 30px 35px 45px;
    max-width: 370px;
    border-radius: 14px;
    margin-right: 20px;
    min-height: 315px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .planning-section__content {
        padding: 50px 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .planning-section__content {
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .planning-section__content {
        padding: 46px 27px;
    }
}
.planning-section__title {
    font-family: var(--rr-ff-heading);
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #453030;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 1799px) {
   .planning-section__title {
    font-size: 26px;
   }
   .planning-section__content{
    min-height: 390px;
   }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .planning-section__title {
        font-size: 22px;
        line-height: 26px;
    }
    .planning-section__content{
        min-height: 410px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .planning-section__title {
        font-size: 23px;
        line-height: 33px;
    }
    .planning-section__content {
        min-height: 475px;
    }
}
@media only screen and (max-width: 1199px) {
    .planning-section__content {
        min-height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .planning-section__title {
        font-size: 30px;
    }
}
@media (max-width: 575px) {
    .planning-section__title {
        font-size: 22px;
        line-height: 35px;
    }
}
.planning-section__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1600px) {
    .planning-section__wrapper {
        margin: 0 51px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .planning-section__wrapper {
        margin: 0 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px) {
    .planning-section__wrapper {
        display: block;
        column-count: 2;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .planning-section__wrapper {
        display: block;
    }
}
.planning-section__shape {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
}
.planning-section__single__wrapper:last-of-type .planning-section__content {
    margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .planning-section__single__wrapper:last-of-type .planning-section__content {
        margin: 0 auto;
    }
}

.service-details .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: rgba(69, 48, 48, 0.7);
    padding-left: 155px;
    margin-top: 36px;
}

.testimonial-4__slider {
    overflow: visible;
}
.testimonial-4__slider .swiper-wrapper .swiper-slide-active {
    opacity: 1;
}
.testimonial-4__slider-arrow .rr-btn {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    width: 54px;
    height: 54px;
    border: 1px solid var(--rr-theme-primary2);
    transition: all 0.3s ease-in-out;
    padding: 0;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    border-radius: 6px;
}
.testimonial-4__slider-arrow .rr-btn::before {
    background: var(--rr-text-primary);
}
.testimonial-4__slider-arrow .rr-btn:hover {
    color: var(--rr-common-white);
}
.testimonial-4__slider-arrow-prev {
    left: -28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-4__slider-arrow-prev {
        left: 28px;
    }
}
.testimonial-4__slider-arrow-prev-1 {
    left: 0;
}
.testimonial-4__slider-arrow-next {
    right: -28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-4__slider-arrow-next {
        right: 28px;
    }
}
.testimonial-4__slider-arrow-next-1 {
    right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .testimonial-4__slider-arrow {
        display: none;
    }
    .service-details .dec {
        font-size: 16px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-4__slider{
        margin-top: 30px;
        overflow: hidden;
    }
}
.testimonial-4__wrapper {
    background: #eee7df;
    gap: 60px;
    padding: 30px 50px 30px 30px;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .testimonial-4__wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 1599px) {
    .planning-section__shape{
        top: 18%;
    }
}
@media (max-width: 575px) {
    .testimonial-4__wrapper {
        gap: 30px;
        padding: 20px 20px 20px 20px;
    }
}
.testimonial-4__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.testimonial-4__content-star-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial-4__content-star-icon ul {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.testimonial-4__content-star-icon ul li {
    list-style: none;
}
.testimonial-4__content-star-icon ul li i {
    color: var(--rr-heading-primary);
}
.testimonial-4__content-star-icon-quite img {
    width: inherit;
    height: 100%;
    object-fit: cover;
}
.testimonial-4__content-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
    color: rgba(69, 48, 48, 0.8);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .testimonial-4__content-dec br {
        display: none;
    }
}
.testimonial-4__content-author {
    display: flex;
    align-items: center;
    margin-top: 72px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
@media (max-width: 575px) {
    .testimonial-4__content-author {
        margin-top: 30px;
    }
}
.testimonial-4__content-author img {
    width: inherit;
    height: 100%;
    object-fit: cover;
}
.testimonial-4__content-author h5 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: var(--rr-fs-h6);
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
}
.testimonial-4__content-author h5::before {
    background: var(--rr-heading-primary);
    position: absolute;
    top: 8px;
    left: 39%;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
@media (max-width: 450px) {
    .testimonial-4__content-author h5::before {
        display: none;
    }
}
.testimonial-4__content-author h5 span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: rgba(5, 5, 19, 0.7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial2__area {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.testimonial2__area .content-1 p {
    left: 20px;
    top: 51%;
}
.testimonial2__area .content-2 p {
    left: -10px;
    top: 44%;
}
.testimonial2__item {
    padding: 50px 29px 50px 29px;
    background: #fff;
    position: relative;
    gap: 30px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 450px) {
    .testimonial2__item {
        margin: 0 15px;
    }
}
@media (max-width: 320px) {
    .testimonial2__item {
        display: inherit;
        flex-wrap: wrap;
    }
}
.testimonial2__item.item-bg-2 {
    background-color: #f6f0e9 !important;
}
.testimonial2__author-content {
    display: flex;
    align-self: center;
    white-space: nowrap;
}
.testimonial2__author-content .name {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    transform: rotate(-90deg);
    display: block ruby;
    position: absolute;
    left: -25px;
    top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial2__author-content .name {
        top: 47%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial2__author-content .name {
        top: 42%;
    }
}
@media (max-width: 320px) {
    .testimonial2__author-content .name {
        top: inherit;
        left: 45px;
        transform: rotate(0deg);
    }
}
.testimonial2__author-content p {
    transform: rotate(-90deg);
    display: block ruby;
    position: absolute;
    left: 0;
    top: 46%;
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial2__author-content p {
        top: 42%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial2__author-content p {
        top: 37%;
    }
}
@media (max-width: 320px) {
    .testimonial2__author-content p {
        top: 11%;
        left: 10%;
        transform: rotate(0deg);
    }
}
.testimonial2__author-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    transform: rotate(-90deg);
}
@media (max-width: 320px) {
    .testimonial2__author-thumb img {
        transform: rotate(0deg);
    }
}
.testimonial2__content {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 50px;
    padding-top: 6px;
}
@media (max-width: 450px) {
    .testimonial2__content {
        padding-left: 24px;
    }
}
.testimonial2__content-review-list {
    margin-bottom: 18px;
}
.testimonial2__content-review-list i {
    color: #000000;
}
.testimonial2__content-upper-infor p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 18px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 64px;
}
@media (max-width: 450px) {
    .testimonial2__content-upper-infor p {
        font-size: 15px;
        line-height: 26px;
    }
}
.testimonial2__content-lower-quote {
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    right: 8%;
    bottom: 0;
}
.testimonial2__content-lower-quote img {
    width: inherit;
}

.brandshiping__title {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 60px;
    line-height: 74px;
    text-transform: uppercase;
    color: #453030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandshiping__title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .brandshiping__title {
        font-size: 32px;
        line-height: 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__title {
        font-size: 24px;
        line-height: 46px;
    }
}
@media (max-width: 575px) {
    .brandshiping__title {
        font-size: 27px;
        line-height: 40px;
    }
}
@media (max-width: 450px) {
    .brandshiping__title {
        font-size: 26px;
        line-height: 40px;
    }
}
@media (max-width: 320px) {
    .brandshiping__title {
        font-size: 18px;
        line-height: 31px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__content-wrap {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
    .brandshiping__content-wrap {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
    }
}
.brandshiping__content-wrap p {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    line-height: 26px;
    color: rgba(69, 48, 48, 0.7);
    padding-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandshiping__content-wrap p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .brandshiping__content-wrap p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 7px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__content-wrap p {
        padding-bottom: 12px;
    }
}
@media (max-width: 575px) {
    .brandshiping__content-wrap p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
    }
}
@media (max-width: 450px) {
    .brandshiping__content-wrap p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
    }
}
@media (max-width: 320px) {
    .brandshiping__content-wrap p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 11px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px),
    (max-width: 450px),
    (max-width: 320px) {
    .brandshiping__content-wrap p br {
        display: none;
    }
}
.brandshiping__subtitle {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #453030;
    position: relative;
    padding-left: 55px;
}
@media (max-width: 575px), (max-width: 450px), (max-width: 320px) {
    .brandshiping__subtitle {
        font-size: 13px;
    }
}
.brandshiping__subtitle::before {
    content: "";
    width: 40px;
    height: 5px;
    background: #9bea9b;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 37%;
}
.brandshiping__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 34px;
    padding-top: 28px;
    padding-bottom: 44px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__list {
        gap: 15px;
    }
}
@media (max-width: 575px) {
    .brandshiping__list {
        gap: 20px;
    }
}
@media (max-width: 450px) {
    .brandshiping__list {
        gap: 15px;
    }
}
@media (max-width: 320px) {
    .brandshiping__list {
        gap: 17px;
    }
}
.brandshiping__list .textt {
    font-family: var(--rr-ff-heading);
    font-style: normal;
    font-weight: var(--rr-fw-medium);
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandshiping__list .textt {
        font-size: 16px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .brandshiping__list .textt {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__list .textt {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 575px) {
    .brandshiping__list .textt {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 450px) {
    .brandshiping__list .textt {
        font-size: 13px;
        line-height: 26px;
    }
}
@media (max-width: 320px) {
    .brandshiping__list .textt {
        font-size: 16px;
        line-height: 26px;
    }
}
.brandshiping__list .textt i {
    padding-right: 10px;
    font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandshiping__list .textt i {
        padding-right: 8px;
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .brandshiping__list .textt i {
        padding-right: 6px;
        font-size: 10px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brandshiping__list .textt i {
        padding-right: 5px;
        font-size: 11px;
    }
}
@media (max-width: 575px) {
    .brandshiping__list .textt i {
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    .brandshiping__list .textt i {
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .brandshiping__list .textt i {
        padding-right: 7px;
        font-size: 11px;
    }
}
.brandshiping__thumb img {
    border-radius: 6px;
}
.brandshiping__thumb-item1 img {
    border-radius: 6px;
}
.brandshiping__thumb-item2 img {
    border-radius: 6px;
}

.project-section-3 .section__title-wrapper-3 {
    margin-bottom: 40px;
}
.project-section-3 .section__title-wrapper-title {
    color: #453030;
}
.project-section-3 .project-section-2__item {
    background: #eee7df;
}
.project-section-3 .project-section-2__title {
    line-height: 54px;
    color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-section-3 .project-section-2__title {
        font-size: 35px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section-3 .project-section-2__title {
        font-size: 28px;
        line-height: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-3 .project-section-2__title {
        line-height: 40px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section-3 .project-section-2__content {
        padding: 40px;
    }
}
.project-section-3 .project-section-2__tag {
    margin-top: 222px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-section-3 .project-section-2__tag {
        margin-top: 170px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-section-3 .project-section-2__tag {
        margin-top: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-3 .project-section-2__tag {
        margin-top: 0px;
    }
}
.project-section-3 .project-section-2__tag ul li {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.project-section-3 .project-section-2__dec {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-section-3 .project-section-2__dec {
        margin-bottom: 30px;
    }
}

.project-client-details__list__item {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-client-details__list__item {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .project-client-details__list__item {
        justify-content: center;
        margin-bottom: 20px;
    }
}
.project-client-details__list__item li {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #8b7d7a;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--rr-ff-heading);
}
.project-client-details__list__item li span {
    color: #453030;
}
.project-client-details__thumb {
    margin: 0 160px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .project-client-details__thumb {
        margin: 0 100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .project-client-details__thumb {
        margin: 0 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 992px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .project-client-details__thumb {
        margin: 0 0px;
    }
}
.project-client-details__thumb img {
    border-radius: 10px;
}

.project-section__title.collection_title {
    font-size: 46px;
}

@media only screen and (max-width: 1599px) {
    .project-section__title.collection_title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .project-section__title.collection_title {
        font-size: 30px;
        line-height: 1;
    }
}
/**----------------------------------------
START: Slider CSS
----------------------------------------*/
/*----------------------------------------*/
/*  8.1 brand
/*----------------------------------------*/

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

.about_content_wrap {
    margin-top: 30px;
}

/* SaVAn Css */

.catalogue-img-wrapper {
    position: relative;
    overflow: hidden;
}

.catalogue-img-overlay {
    position: relative;
    overflow: hidden;
}

.catalogue-img-overlay img {
    width: 100%;
    transition: 0.4s ease;
}

/* Darken image on hover */
.catalogue-img-overlay:hover img {
    filter: brightness(60%);
}

/* Button container */
.catalogue-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show buttons on image hover */
.catalogue-img-overlay:hover .catalogue-buttons {
    opacity: 1;
}

/* Button styling */
.catalogue-btn {
    padding: 10px 20px;
    color: #e7d2cb;
    border: 2px solid #cdb0a8;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    /* border-radius: 4px; */
}
.view-btn{
    margin-left: 10px;
}
.catalogue-section h3{
    margin-bottom: 0;
}
/* On button hover */
.catalogue-btn:hover {
    background-color: #ab6049;
    color: white;
    border: 2px solid #ab6049;
}
.contact-section__form select#sizes {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    background: transparent;
    text-transform: uppercase;
    color: rgba(69, 48, 48, 0.6);
    font-family: var(--rr-ff-heading);
    border: 1.5px solid rgba(69, 48, 48, 0.14);
}
.packing-details tr td {
    padding: 15px;
}
.packing-details tr > th {
    background-color: #ab6049;
    padding: 10px;
    color: white;
}
.col-text {
    font-weight: 600;
}
.technical_specification tr th {
    background-color: #ab6049;
    color: white;
}
.technical_specification tr td {
    padding: 10px;
}
.technical_specification .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #ab6049; /* Bootstrap primary color */
    font-weight: 400;
    color: #ab6049;
}
.technical_specification .nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 400;
    font-size: 23px;
}
.technical_specification .nav-tabs .nav-link:hover {
    color: #ab6049;
}
.tiles-calculator label {
    font-weight: 500;
}
.tiles-calculator h3 {
    border-bottom: 4px double rgba(69, 48, 48, 0.6);
}
.tips-section ul li {
    border-bottom: 1px solid rgba(69, 48, 48, 0.6);
    list-style-type: none;
    padding-bottom: 5px;
    margin-top: 10px;
}
.tips-section .pricing-body p {
    font-size: 20px;
    padding-bottom: 10px;
}
.tilestips {
    background: none repeat scroll 0 0;
    /* border: 1px solid #d1d1d1; */
    display: inline-block;
    height: 220px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
    margin-left: -35px;
    /*border-radius: 10px 10px 0px 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.tilestips div {
    background: url("../img/tilePattern.png") repeat scroll -4px -4px;
    border: 1px solid #000000;
    left: 52%;
    position: absolute;
    top: 52%;
    transform: translateX(-50%) translateY(-50%);
}

.tilestips .tileFt {
    background: #868686 none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    text-align: center;
}

.tilestips .tileFt span {
    background: #232323 none repeat scroll 0 0;
    color: #d1d1d1;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    text-transform: uppercase;
    width: 50px;
}
.tilestips .horzFt span {
    margin-left: 50%;
    margin-top: -12px;
    transform: translateX(-50%);
}
.tilestips .vertFt span {
    margin-left: -27px;
    top: 50%;
    transform: rotate(-90deg) translateX(20%);
}
.horzFt {
    border-top: 1px dashed #868686;
    height: 0;
    left: 0;
    top: -20px;
    width: 100%;
}

.vertFt {
    border-left: 1px dashed #868686;
    height: 100%;
    left: -20px;
    top: 0;
    width: 0;
}
.custom-blog-details tr th{
    padding: 10px;
}
.custom-blog-details tr td{
    padding: 10px;
}
.custom-blog-details .blogpost11__content-item .content .title {
    font-size: 35px;
    line-height: 42px;
}
.custom-blog-details .blogpost11__content-item .content {
    margin-bottom: 30px;
}
.custom-blog-details .blogpost11__wrap .blogpost11__content-item {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .tilestips {
        margin-left: -10px;
    }
    .tiles-calculator .sm-pt {
        padding-top: 30px;
    }
    .pricing-table-style-01 {
        padding-top: 30px;
    }
    .custom-blog-details {
        padding: 0px !important;
    }
    .custom-blog-details .blogpost11__content-item .content .title {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-blog-details .blogpost11__thumb img {
        margin-bottom: 25px;
    }
    .custom-blog-details .blogpost11__content-item .content .title {
        padding-bottom: 15px;
    }
    .custom-blog-details .blogpost11__content-item .content {
        margin-bottom: 25px;
    }
    .custom-blog-details .blogpost11__wrap .blogpost11__content-item {
        margin-top: 25px;
    }
    .custom-blog-details .blogpost11__content-list-wrap {
        padding-bottom: 30px;
    }
    .custom-blog-details .list h4{
        font-size: 18px;
    }
}


/* SaVAn Css End */

/* Mayur Css */
.custom-blog-details .blog1__item {
    display: flex;
    align-items: center;
}
.custom-blog-details .blog1__item-title {
    font-size: 16px;
    line-height: 25px;
    padding-left: 10px;
}
.blog1__item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.1em;
}

.custom-blog-details {
    padding: 80px;
}

.custom-blog-details .blog-custom img {
    max-width: 180px;
}

.blogpost11__wrap .blogpost11__content-item {
    margin-top: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .contact-section__info {
        margin-bottom: 30px;
    }
}
/* Mayur Css End */

/* jaydeep css  */

.export-slider-section .testimonial-4__wrapper {
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background: transparent;
}
.export-slider-section .testimonial-4__media img {
    border-radius: 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.export-slider-section .testimonial-4__media h6 {
    justify-content: center;
    display: flex;
    background: #eee7df;
    border: 1px dashed;
    text-transform: uppercase;
    margin-top: 10px;
}
.export-section-border .section-2__title-wrapper{
    margin-bottom: 0px;
    border-bottom: none;
}
.export-section .section-2__title-wrapper{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.export-section-space .section-2__title-wrapper{
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}

.export-section .section-2__title-wrapper-title{
    justify-content: center;
    display: flex;
}
.export-section .service1__item{
    background: transparent;
}
.export-section  .service1__item{
        padding: 20px 40px 20px 40px;
}
.export-section  .service1__item-icon{
        margin-bottom: 0px;
}
.export-Process .section__title-wrapper-3 {
        padding-bottom: 0px;
        margin-bottom: 15px;
        border: none;
}
.export-Process .work-Process__number {
        background: #ab6049;
}
.export-Process .work-Process__item:hover .work-Process__number {
    background: #f6f0e9;
}
.export-section-border .service1__item {
background: transparent;
}
/* .export-section-border{
    background-color: #f6f0e99e;
} */
.export-section-border .section-2__title-wrapper  a span img{
    max-width: 40%;
}
.export_section {
    padding-top: 120px;
    padding-bottom: 70px;
}
.export-Process .work-Process__border__2 {
    left: 50%;
}
/* jaydeep css End */

@media only screen and (max-width: 1599px) {
    .heading-section-pb-160,
    .section-space-bottom-160 {
        padding-bottom: 80px;
    }
    .section-space-top-140,
    .section-space-top-160,
    .section-space-top {
        padding-top: 80px;
    }
    .portfolio__big,
    .pin-spacer {
        height: auto !important;
        padding-bottom: 0px !important;
    }
}

/* Anand CSS */

.feature_section .service1__item {
    padding: 40px 40px 30px 40px;
}

.feature_section .service1__item-icon {
    margin-bottom: 30px;
}

.feature_section .service1-title {
    font-size: 28px;
    line-height: 40px;
}

.feature_section .service1__item .divider {
    width: 220px;
    height: 4px;
    background: #453030;
    opacity: 0.14;
    border-radius: 20px;
    display: inline-block;
    margin: 20px 0px 15px 0px;
}

.product_show .team-details__author__info {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.product_show .team-details__text {
    padding: 10px;
    text-align: center;
}

.product_show .team-details__author,
.product_show .team-details__author img {
    border-radius: 0;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}

.product_show .team-details__text {
    background: #ab6049;
}
.product_show .team-details__text h6{
    text-transform: uppercase;
    font-weight: 500;
}

.mega_navbar ul li.active a{
    color: var(--rr-theme-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .product_content.project-section__content.margin-top {
        margin-top: 250px;
    }
}

@media only screen and (max-width:767px){
    .section__title-wrapper-4-5.mobile_wrapper_margin {
        margin-bottom: 50px;
    }
    .feature_section .service1__item {
        padding: 30px 15px 1px 20px;
    }
}
.tabs_section .nav-tabs {
    border: none;
}
.tabs_section .tab__title {
    font-family: var(--rr-ff-heading);
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #b1a18f;
    position: relative;
    text-align: start;
    padding: 15px 50px;
    /* margin-bottom: 30px; */
    cursor: pointer;
    transition: 0.3s;
    border: none;
    border-bottom: 1px solid;
    margin: auto 10px 30px auto;
    background-color: #fbf9f7;
    border-radius: 0;
}
.tabs_section .tab__title.active {
    color: #453030;
    border-bottom: 1px solid;
    background-color: #e7d6c3;
}
/* .tabs_section .services-section .services__tab__wrapper {
    margin-left: 0;
}
.tabs_section .services-section .services__tab__wrapper .nav-link.active .services__tab__title {
    margin-left: 0;
} */





/* Export Map Css Start Here */
.fancy-banner-six{
    padding-top: 0px;
    padding-bottom: 120px;
}
.fancy-banner-six .bg-wrapper {
    /* background: #15191a;
    border-radius: 40px; */
    overflow: hidden
}

.fancy-banner-six .map-wrapper {
    max-width: 1205px;
    padding: 80px 0 0;
}

.fancy-banner-six .location-pin {
    position: absolute;
    left: 60.5%;
    top: 51%;
    padding: 12px;
    z-index: 1
}

.fancy-banner-six .location-pin .dot-marker {
    width: 20px;
    height: 20px;
    border: 5px solid #f1e2d0;
    background: var(--rr-theme-primary);
    position: relative;
    animation: rippleTwo 5s linear infinite;
    cursor: pointer
}

.fancy-banner-six .location-pin .dot-marker::before,.fancy-banner-six .location-pin .dot-marker::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s
}

.fancy-banner-six .location-pin .dot-marker::after {
    animation-delay: 1.5s
}

.fancy-banner-six .location-pin .map-info {
    position: absolute;
    width: 295px;
    top: -138px;
    left: -132px;
    background: #f6f0e9;
    padding: 20px 20px 25px;
    border-radius: 10px;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden
}

.fancy-banner-six .location-pin .map-info:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f6f0e9;
    transform: rotate(45deg);
    bottom: -8px;
    left: 49%;
    z-index: -1
}

.fancy-banner-six .location-pin .map-info .flag {
    width: 39px;
    height: 39px;
    border-radius: 50%
}

.fancy-banner-six .location-pin .map-info .info {
    width: calc(100% - 39px);
    padding-left: 15px
}

.fancy-banner-six .location-pin .map-info .info h6 {
    font-size: 18px;
    background: linear-gradient(45deg, #ffffff, transparent);
    padding: 0 0 0 10px;
    color: #ab6049;
    border-radius: 20px 0px 0px 20px;
}

.fancy-banner-six .location-pin .map-info .info span {
    font-size: 14px;
    line-height: 22px;
    color: #ab6049;
    display: block;
    font-weight: 500;
}
.fancy-banner-six .location-pin .map-info .info a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.fancy-banner-six .location-pin:hover .map-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.fancy-banner-six .location-pin:nth-child(3) {
    left: 65%;
    top: 51%;
}

.fancy-banner-six .location-pin:nth-child(4) {
    left: 83%;
    top: 78%;
}

.fancy-banner-six .location-pin:nth-child(5) {
    left: 68%;
    top: 60%;
}

/* .fancy-banner-six .location-pin:nth-child(6) {
    left: 70%;
    top: 38%
}

.fancy-banner-six .location-pin:nth-child(7) {
    left: 86%;
    top: 79%
} */

.fancy-banner-six .country-list {
    max-width: 85.3%;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.fancy-banner-six .country-list:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -110px;
    width: 110px;
    background: url(../images/shape/shape_41.svg) no-repeat right center;
    background-size: cover
}

.fancy-banner-six .country-list .list-block {
    padding: 28px 10px 30px 48px;
    border-right: 1px solid rgba(0,0,0,.1)
}

.fancy-banner-six .country-list .list-block .title {
    font-size: 24px;
    color: var(--rr-theme-primary);
    margin-bottom: 18px
}

.fancy-banner-six .country-list .list-block ul{
    padding-left: 20px;
}
.fancy-banner-six .country-list .list-block ul li {
    line-height: 40px;
    color: rgba(0,0,0,.7)
}

.fancy-banner-six .country-list .list-block ul.d-flex li {
    width: 50%
}

/* .fancy-banner-six .country-list .list-block{
    width: 20%;
} */
.fancy-banner-six .country-list .list-block:first-child {
    width: 25%;
    padding-left: 0
}

.fancy-banner-six .country-list .list-block:nth-child(2) {
    width: 22%
}

.fancy-banner-six .country-list .list-block:nth-child(3) {
    width: 31%
}

.fancy-banner-six .country-list .list-block:nth-child(4) {
    width: 22%;
    border-right: none
}

.fancy-banner-six .text-slide-wrapper {
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1%
}

.fancy-banner-six .text-slide-wrapper .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 130s linear infinite
}

.fancy-banner-six .text-slide-wrapper .marquee p {
    display: inline-block;
    font-size: 110px;
    /* color: transparent; */
    line-height: 1em;
    margin: 0;
    text-shadow: 0 0 1px rgba(255,255,255,.15);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.15);
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #ab6049;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes marquee {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
.export_globe_gf{
    text-align: end;
}
.export_globe_gf img{
    max-width: 40%;
    margin-left: auto;
}
/* Export Map Css End Now */
