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

    Template Name: Immigration and Visa Consulting HTML5 Template
    Author: RRDevs
    Support: https://support.rrdevs.net
    Description: Immigration and Visa Consulting HTML5 Template
    Version: 1.0
	Developer: Soukhin khan (https://github.com/Soukhinkhan)

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

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

	-----------------
    01. THEME CSS
	-----------------
		1.1 colors
		1.2 mixins
		1.3 extends
		1.4 breakpoints
		1.5 typography
		1.6 root
		1.7 common
		1.8 spacing
		1.9 index

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

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

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 footer
		6.2 footer-2
		6.3 footer-3
		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 home3
		8.15 index
 */


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


/*  1.1 Theme Default
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.banner-home-bg {
    background: linear-gradient(90deg, rgba(255, 61, 0, 0.1) 0.19%, rgba(255, 177, 152, 0.1) 49.48%, rgba(255, 61, 0, 0.1) 99.8%);
}

.latest-feature-bg {
    background-color: #fffbfa;
}

.latest-Choose-bg {
    background-color: #fff;
}

.latest-service-bg {
    background-color: #FAFAFA;
}

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

.question-bg {
    background-color: #fff;
}

.latest-team-bg {
    background-color: #001D08;
}

.latest-project-bg {
    background-color: #fff;
}

.latest-testimonial-bg {
    background-color: #fff;
}

.latest-blog-bg {
    background-color: #fff;
}

.latest-newsletter-bg {
    background-color: #FAFAFA;
}

.footer-home-1-bg {
    background-color: #FFF5F1;
}

.footer__bottom-home-1-bg {
    background-color: #001D08;
}

.latest-blog2-bg {
    background-color: #FAFAFA;
}

.white-bg {
    background: #fff !important;
}

.product-bg {
    background: #FAFAFA;
}

.heading-color {
    color: #001D08 !important;
}

.white-color {
    color: #fff !important;
}

.gray-color {
    color: #d8d9da !important;
}


/*home-3-feature-card-bg-color*/

.frist-bg {
    background: #f5f0ea;
}

.second-bg {
    background: #e9eef4;
}

.thaird-bg {
    background: #f2f1ec;
}

.banner-bg-3 {
    background: #fcffea;
}

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

.happy-customer-bg {
    background: #ffefeb;
}

.footer-home-3-bg {
    background: #F5F5F5;
}

.bg-headr-3 {
    background: var(--rr-common-white) !important;
}

.hover-theme:hover {
    color: red;
}

.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 */

.visa-details__content-faq .accordion-button::after,
.ticket-booking .nice-select::after,
.ask-question__faq .accordion-button::after,
.rs__faq .accordion-button::after,
.banner__navigation button,
.breadcrumb__menu ul li:not(:last-child)::before,
.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-body: 'Plus Jakarta Sans', sans-serif;
    --rr-ff-heading: 'Plus Jakarta Sans', sans-serif;
    --rr-ff-subtitle: 'Plus Jakarta Sans';
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;
    --rr-body-primary: #fff;
    --rr-theme-primary: #83CD20;
    --rr-theme-secondary: #07CBEB;
    --rr-heading-primary: #034833;
    --rr-text-body: #000;
    --rr-text-primary: #000;
    --rr-shadow-primary: 0px 30px 60px 0px rgba(0, 15, 32, 0.1);
    --rr-background-gray: #eae6e5;
    --rr-background-dark-green: #034833;
    --rr-border-primary: 1px solid #E3DBD8;
    /**
  @font weight declaration
  */
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 200;
    --rr-fw-light: 300;
    --rr-fw-regular: 400;
    --rr-fw-medium: 500;
    --rr-fw-sbold: 600;
    --rr-fw-bold: 700;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    /**
  @font size declaration
  */
    --rr-fs-body: 16px;
    --rr-fs-body2: 18px;
    --rr-fs-p: 16px;
    --rr-fs-h1: 80px;
    --rr-fs-h2: 50px;
    --rr-fs-h3: 30px;
    --rr-fs-h4: 24px;
    --rr-fs-h5: 22px;
    --rr-fs-h6: 18px;
    --rr-lh-body: 28px;
    --rr-lh-body2: 26px;
    --rr-lh-p: 26px;
    --rr-lh-h1: 90px;
    --rr-lh-h2: 60px;
    --rr-lh-h3: 36px;
    --rr-lh-h4: 28px;
    --rr-lh-h5: 30px;
    --rr-lh-h6: 28px;
}

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

html {
    font-size: 10px;
}


/*---------------------------------
    Typography css start 
---------------------------------*/

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

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

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1,
    .h1 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    h1,
    .h1 {
        font-size: 32px;
        line-height: 44px;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    h2,
    .h2 {
        font-size: 30px;
        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: 30px;
        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);
}

.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,
a:hover {
    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 {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 16px;
    color: var(--rr-heading-primary);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 29, 8, 0.1);
    margin-left: 30px;
}

textarea {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 60px !important;
    font-size: 16px;
    color: var(--rr-heading-primary);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 29, 8, 0.1);
}

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


/*----------------------------------------
   Bootstrap customize
-----------------------------------------*/

.container {
    --bs-gutter-x: 30px;
    max-width: 1320px;
}

.custom-width {
    --bs-gutter-x: 30px;
    max-width: 1825px;
    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;
}


/*nice-select css*/

.nice-select {
    background-color: transparent !important;
    border: none !important;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: var(--rr-ff-body) !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    height: 42px;
    outline: none;
    padding-left: 18px;
    padding-right: 15px !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100% !important;
    color: var(--rr-common-white);
}

.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% !important;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    color: var(--rr-heading-white) !important;
    font-weight: 500 !important;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.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);
    width: 100%;
}

.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 !important;
    right: 0 !important;
}

.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-black) !important;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    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: 400;
    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 {
    color: var(--rr-heading-primary) !important;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.selected:hover {
    color: var(--rr-heading-primary) !important;
}

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

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

@media only screen and (max-width: 992px) {
    #scroll-percentage.active {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #scroll-percentage.active {
        bottom: 20px;
    }
}

#scroll-percentage-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: var(--rr-common-white);
    color: var(--rr-theme-primary);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 600;
}

#scroll-percentage-value i {
    font-size: 20px;
}

@-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-0 {
    padding-left: 0 !important;
}

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

.opacity-05 {
    opacity: 0.5;
}

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.hr-1 {
    border-top: 1px solid rgb(232, 232, 232);
}

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

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

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

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

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

.border-gray {
    border: 1px solid rgba(0, 29, 8, 0.1);
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .border-gray {
        border: none;
        border-radius: none;
    }
}

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

.opacity {
    opacity: 0.7 !important;
}

.float-right {
    float: right;
}

.box-shadow {
    box-shadow: 0px 20px 40px rgba(0, 29, 8, 0.1);
    border-radius: 10px;
}

.box-shadow-3 {
    box-shadow: 0px 10px 20px rgba(0, 29, 8, 0.1);
}

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

.container-width {
    max-width: 1520px;
}

.home3-container-width {
    max-width: 1550px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .mt-md-30 {
        margin-bottom: 30px;
    }
}

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

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

.gap-6 {
    gap: 6px;
}

.gap-10 {
    gap: 10px;
}

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

.heading-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 40px;
}

.heading-space2 {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 60px;
}

.section-space-bottom-2 {
    padding-bottom: 120px;
}

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

.pb-70-custom {
    padding-bottom: 70px;
}

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

.right {
    margin-right: 60px;
    margin-left: 60px;
}

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

.pb-190 {
    padding-bottom: 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-190 {
        padding-bottom: 100px;
    }
}

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

.border {
    border: none !important;
    padding-bottom: 0 !important;
}

.gap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrap {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
}

.border {
    border-radius: 50px;
}

@media (max-width: 1820px) {
    .border {
        border-radius: 0;
    }
}

.border-1px {
    border: 1px solid #E3DBD8 !important;
    border-radius: 50px;
}

.faq-padding {
    padding: 40px 5px 40px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .faq-padding {
        padding: 30px;
    }
}

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

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

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

.m-5 {
    margin: 5px;
}

.margin-t80 {
    margin-top: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .margin-t80 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .margin-t80 {
        margin-top: 10px;
    }
}

.padding-t100 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .padding-t100 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .padding-t100 {
        padding-top: 70px;
    }
}


/*---------------------------------
	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-2 {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-space-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

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

.top-bottom {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .top-bottom {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .top-bottom {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

.bottom {
    padding-bottom: 120px !important;
}

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

.bottom-160 {
    padding-bottom: 160px;
}

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

.bottom-306 {
    padding-bottom: 303px !important;
}

.section-top {
    padding-top: 142px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-top {
        padding-top: 100px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .section-top {
        padding-top: 80px !important;
    }
}

.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-bottom-2 {
    padding-bottom: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-space-bottom-2 {
        padding-bottom: 80px;
    }
}

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

.section-space-bottom-170 {
    padding-bottom: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-space-bottom-170 {
        padding-bottom: 100px;
    }
}

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

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

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

.ml {
    margin-left: 140px;
}

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

.fs-16 {
    font-size: 16px !important;
}

.pb-306 {
    padding-bottom: 306px;
}

@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) {
    .pb-306 {
        padding-bottom: 255px;
    }
}

.pb-337 {
    padding-bottom: 337px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .pb-337 {
        padding-bottom: 240px !important;
    }
}

.mt-255 {
    margin-top: -183px;
}

.height-693 {
    height: 693px !important;
}

@media (max-width: 575px) {
    .height-693 {
        height: 450px !important;
    }
}

.height-611 {
    height: 611px !important;
}

@media (max-width: 575px) {
    .height-611 {
        height: 400px !important;
    }
}

.padding-b {
    padding-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .padding-b {
        padding-bottom: 0;
    }
}

.padding-t85 {
    padding-top: 85px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .padding-t85 {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .padding-t85 {
        padding-top: 60px;
    }
}


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


/*  2.1 color
/*----------------------------------------*/

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

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

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


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


/*  2.2 background
/*----------------------------------------*/

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

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

.dark-black-bg {
    background-color: #16171A;
}

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

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

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

.theme-bg-2 {
    background-color: var(--rr-gray-900);
}

.bg-gray {
    background: #eae6e5;
}

.h-5-bg {
    background: #111214;
}

.bg-gradient-1 {
    background: linear-gradient(90deg, #674AD9 0%, #FB5141 50.52%, #089EFF 100%);
}


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


/*  2.3 buttons
/*----------------------------------------*/

.rr-btn {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: var(--rr-fw-medium);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -o-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    background-color: var(--rr-theme-primary);
    z-index: 5;
}

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

.rr-btn::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-165%, 0) rotate(0deg);
    transform-origin: right bottom;
    transition: all 0.35s;
    z-index: -1;
    content: "";
}

.rr-btn:hover {
    color: var(--rr-common-white);
    background: var(--rr-heading-primary);
}

.rr-btn:hover::before {
    transform: translate(0, 0);
}

.rr-btn:hover svg path[fill="#00160A"] {
    fill: var(--rr-common-white);
}

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

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

.rr-btn.btn-hover-white:hover svg path[fill=white] {
    fill: var(--rr-heading-primary);
}

.rr-btn.btn-transparent {
    padding: 10px 28px;
    border: 1px solid var(--rr-common-white);
    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 {
    color: var(--rr-common-white);
    border: 1px solid var(--rr-theme-primary);
}

.rr-btn.btn-transparent:hover svg path[fill=white] {
    fill: var(--rr-common-white);
}

.rr-btn.btn-white {
    color: var(--rr-heading-primary);
    background-color: var(--rr-common-white);
}

.rr-btn.btn-white::before {
    background-color: var(--rr-theme-primary);
}

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

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

.small-btn {
    height: 60px;
    width: 60px;
    border: 1px solid #E3DBD8;
    background: #d5dfd4;
    border-radius: 50%;
    transition: 0.3s;
}

.small-btn:hover {
    background: var(--rr-theme-primary);
}

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

.small-btn:hover svg path {
    fill: var(--rr-common-white);
}

.small-btn-transparent {
    background: transparent;
    border: 1px solid #e5e8e6;
}

.rr-btn2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    font-size: 14px;
    line-height: var(--rr-lh-h5);
    padding: 15px 30px;
    border-radius: 30px;
    font-style: normal;
    border: 1px solid #e3dbd8;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rr-btn2:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}


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


/*  offcanvas
/*----------------------------------------*/

.offcanvas__area {
    background: #0E0A24 none repeat scroll 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid var(--rr-border-primary);
}

.offcanvas__area ::-webkit-scrollbar {
    display: none;
}

@media (max-width: 575px) {
    .offcanvas__area {
        width: 400px;
    }
}

@media (max-width:450px) {
    .offcanvas__area {
        width: 100%;
    }
}

.offcanvas__area.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    width: 160px;
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .offcanvas__logo a img {
        width: 130px;
    }
}

.offcanvas__content {
    padding-bottom: 45px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 35px 40px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 25px 25px;
    }
}

.offcanvas__top {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.079);
}

@media (max-width: 575px) {
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

.offcanvas__search {
    position: relative;
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border-bottom: 1px solid var(--rr-border-primary);
    font-size: 16px;
    color: var(--rr-common-white);
    padding-bottom: 15px;
}

.offcanvas__search input::placeholder {
    color: var(--rr-common-white);
}

.offcanvas__search input:focus {
    border-color: var(--rr-common-white);
}

.offcanvas__search button {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 20px;
    color: var(--rr-common-white);
}

.offcanvas__search button:hover {
    color: var(--rr-theme-primary);
}

.offcanvas__title {
    color: var(--rr-common-white);
}

@media (max-width:450px) {
    .offcanvas__title {
        font-size: 20px;
    }
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__social {
    margin-bottom: 40px;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}

.offcanvas__social ul li a {
    color: var(--rr-theme-primary);
    display: -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-common-white);
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.offcanvas__social ul li a:hover {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: var(--rr-common-white);
    position: relative;
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    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: 500;
    color: var(--rr-common-white);
    font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
    color: var(--rr-theme-primary);
}

.offcanvas__notification-text p a {
    color: var(--rr-theme-primary);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--rr-common-black);
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.6;
    visibility: visible;
}

.sidebar__toggle {
    cursor: pointer;
}

.offcanvas__contact-icon {
    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 {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -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: 0;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-common-black);
    font-weight: 500;
    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 !important;
    right: 0 !important;
}

.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: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    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: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover {
    background-color: #f6f7f9;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

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

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


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


/*  2.6 sectiontitle
/*----------------------------------------*/

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

.section__title-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.4px;
}

.section__title-wrapper-black-subtitle {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section__title-wrapper-center-subtitle {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1.4px;
}

.section__title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section__title-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section__title-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-title br {
        display: none;
    }
}

.section__title-wrapper-title-2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .section__title-wrapper-title-2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper-title-2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section__title-wrapper-title-2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-title-2 br {
        display: none;
    }
}

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

.section__title-wrapper2-black-subtitle {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

@media (max-width:376px) {
    .section__title-wrapper2-black-subtitle {
        letter-spacing: 0.4px;
    }
}

.section__title-wrapper2-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section__title-wrapper2-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title-wrapper2-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section__title-wrapper2-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-wrapper2-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .section__title-wrapper2-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.section-title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: end;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    z-index: 1;
}

.section-title2__wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.section-title2__wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-title2__wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title2__wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-title2__wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-title2__wrapper-title br {
        display: none;
    }
}

.section-title2__button a {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lg-h5);
    background: var(--rr-theme-primary);
    font-size: 14px;
    font-style: normal;
    display: inline-flex;
    padding: 15px 30px;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    margin-bottom: 0;
    border-radius: 30px;
}

.section-title2__button a:hover {
    background: var(--rr-heading-primary);
}

.section-title2__paragraph {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lg-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

@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-title2__paragraph br {
        display: none;
    }
}

.section-slider-title {
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.section-slider-title-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-slider-title-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-slider-title-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-slider-title-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-slider-title-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-slider-title-wrapper-title br {
        display: none;
    }
}

.section-slider-title-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-slider-title-button-right {
    height: 60px;
    width: 60px;
    border: 1px solid #E3DBD8;
    background: #034833;
    border-radius: 50%;
    transition: 0.3s;
}

.section-slider-title-button-right i {
    color: var(--rr-common-white);
}

.section-slider-title-button-right:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
}

.section-slider-title-button-right:hover i {
    color: var(--rr-common-white);
}

.section-slider-title-button-right:hover svg path {
    fill: var(--rr-common-white);
}

.section-slider-title-2 {
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.section-slider-title-2-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-slider-title-2-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-slider-title-2-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-slider-title-2-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-slider-title-2-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-slider-title-2-wrapper-title br {
        display: none;
    }
}

.section-slider-title-2-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-slider-title-2-button-right {
    height: 60px;
    width: 60px;
    border: 1px solid #E3DBD8;
    background: #eae6e5;
    border-radius: 50%;
    transition: 0.3s;
}

.section-slider-title-2-button-right i {
    color: var(--rr-heading-primary);
}

.section-slider-title-2-button-right:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
}

.section-slider-title-2-button-right:hover i {
    color: var(--rr-common-white);
}

.section-slider-title-2-button-right:hover svg path {
    fill: var(--rr-common-white);
}

.section-slider-title-3 {
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
}

.section-slider-title-3-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-slider-title-3-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-slider-title-3-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-slider-title-3-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-slider-title-3-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-slider-title-3-wrapper-title br {
        display: none;
    }
}

.section-slider-title-3-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-slider-title-3-button-right {
    height: 60px;
    width: 60px;
    background: #d5dfd4;
    border-radius: 50%;
    transition: 0.3s;
}

.section-slider-title-3-button-right i {
    color: var(--rr-heading-primary);
}

.section-slider-title-3-button-right:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
}

.section-slider-title-3-button-right:hover i {
    color: var(--rr-common-white);
}

.section-slider-title-3-button-right:hover svg path {
    fill: var(--rr-common-white);
}

.section-slider-title-7 {
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
}

.section-slider-title-7-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-slider-title-7-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-slider-title-7-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-slider-title-7-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-slider-title-7-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-slider-title-7-wrapper-title br {
        display: none;
    }
}

.section-slider-title-7-button {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 46px;
    right: 67px;
    z-index: 1;
}

@media (max-width: 575px) {
    .section-slider-title-7-button {
        display: none;
    }
}

.section-slider-title-7-button-right {
    height: 60px;
    width: 60px;
    background: #eae6e5;
    border-radius: 50%;
    transition: 0.3s;
}

.section-slider-title-7-button-right i {
    color: var(--rr-heading-primary);
}

.section-slider-title-7-button-right:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
}

.section-slider-title-7-button-right:hover i {
    color: var(--rr-common-white);
}

.section-slider-title-7-button-right:hover svg path {
    fill: var(--rr-common-white);
}

.section-slider-title-4 {
    justify-content: space-between;
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 10px;
    row-gap: 20px;
    position: relative;
    z-index: 2;
}

.section-slider-title-4-wrapper-subtitle {
    font-family: var(--rr-ff-subtitle);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.section-slider-title-4-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .section-slider-title-4-wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-slider-title-4-wrapper-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .section-slider-title-4-wrapper-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@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-slider-title-4-wrapper-title br {
        display: none;
    }
}

.section-slider-title-4-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section-slider-title-4-button-right {
    height: 60px;
    width: 60px;
    background: transparent;
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid var(--rr-heading-primary);
}

.section-slider-title-4-button-right i {
    color: var(--rr-heading-primary);
}

.section-slider-title-4-button-right:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
}

.section-slider-title-4-button-right:hover i {
    color: var(--rr-common-white);
}

.section-slider-title-4-button-right:hover svg path {
    fill: var(--rr-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .coustom__title br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .coustom__paragraph br {
        display: none;
    }
}


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


/*  2.7 breadcrumb
/*----------------------------------------*/

.breadcrumb-space {
    padding: 166px 0 160px;
}

.breadcrumb__area {
    background-size: cover;
    border-radius: 50px;
    background-repeat: no-repeat;
}

@media (max-width: 1820px) {
    .breadcrumb__area {
        border-radius: 0;
    }
}

.breadcrumb__area.overly {
    position: relative;
    z-index: 1;
}

.breadcrumb__area.overly:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 22, 10, 0.5) 0%, #00160A 100%);
}

.breadcrumb__area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #034833;
    opacity: 0;
}

.breadcrumb__title {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h1);
    line-height: var(--rr-lh-h1);
    margin-bottom: 8px;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .breadcrumb__title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 46px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (max-width: 575px) {
    .breadcrumb__title {
        font-size: 34px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width:450px) {
    .breadcrumb__title {
        font-size: 32px;
    }
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flexbox;
    display: inline-flex;
    gap: 27px;
    justify-content: center;
    align-items: center;
}

.breadcrumb__menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
}

.breadcrumb__menu ul li:not(:last-child)::before {
    display: inline-block;
    content: "\f105";
    position: absolute;
    top: 55.8888%;
    font-family: var(--rr-ff-fontawesome);
    inset-inline-end: -17px;
    color: var(--rr-common-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 16px;
}

.breadcrumb__menu ul li span {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h6);
    font-size: 18px;
    font-style: normal;
}

.breadcrumb__menu ul li span a:hover {
    color: var(--rr-theme-primary);
}

.breadcrumb__menu ul li.active span {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h6);
    font-size: 18px;
    font-style: normal;
}

.breadcrumb__area .inner-top-shape {
    z-index: -1;
    opacity: 0.5 !important;
    top: -55px;
    left: 621px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__area .inner-top-shape {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .breadcrumb__area .inner-top-shape {
        display: none;
    }
}

.breadcrumb__area .banner-all-shape-wrapper .first-shape {
    top: 222px;
    left: 585px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .breadcrumb__area .banner-all-shape-wrapper .first-shape {
        left: 370px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb__area .banner-all-shape-wrapper .first-shape {
        left: 245px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .breadcrumb__area .banner-all-shape-wrapper .first-shape {
        display: none;
    }
}

.breadcrumb__area .banner-all-shape-wrapper .second-shape {
    top: 500px;
    left: 33px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .breadcrumb__area .banner-all-shape-wrapper .second-shape {
        display: none;
    }
}

.breadcrumb__area .banner-all-shape-wrapper .right-shape {
    position: absolute;
    right: 35px;
}

.breadcrumb__area .banner-all-shape-wrapper .right-shape img {
    width: 100%;
    height: auto;
}

@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__area .banner-all-shape-wrapper .right-shape img {
        display: none;
    }
}


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


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

.rs-theme-light:root .theme-bg-1 {
    background-color: var(--rr-bg-2);
}


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


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

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

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

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


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


/*  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("https://html.rrdevs.net/routex/assets/css/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("https://html.rrdevs.net/routex/assets/css/images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("https://html.rrdevs.net/routex/assets/css/images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("https://html.rrdevs.net/routex/assets/css/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("https://html.rrdevs.net/routex/assets/css/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("https://html.rrdevs.net/routex/assets/css/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
/*----------------------------------------*/

.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span {
    color: var(--rr-common-white);
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li>a {
    color: var(--rr-heading-primary);
}

.header-1.rs-sticky .main-menu ul li>a::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before {
    background-color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
    color: var(--rr-theme-primary);
}


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


/*  3.2 header-2
/*----------------------------------------*/

.header-1.rs-sticky .header__btn .text h5,
.header-1.rs-sticky .header__btn .text span {
    color: var(--rr-common-white);
}

.header-1.rs-sticky .header__btn .text a:hover h5 {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li>a {
    color: var(--rr-heading-primary);
}

.header-1.rs-sticky .main-menu ul li>a::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li a:hover::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li:hover>a::before {
    background-color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .submenu li.has-dropdown:hover>a::after {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li ul li:hover>a::before {
    background: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a {
    color: var(--rr-theme-primary);
}

.header-1.rs-sticky .main-menu ul li:hover>a::after {
    color: var(--rr-theme-primary);
}

#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(https://html.rrdevs.net/routex/assets/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: 20px;
    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;
}


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


/*  3.3 header-3
/*----------------------------------------*/

.header__logo-3 {
    max-width: 100% !important;
}

.header__logo-3 .header__hamburger {
    margin-left: -80px !important;
}

@media (max-width: 1750px) {
    .header__logo-3 .header__hamburger {
        margin-left: 0 !important;
    }
}


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


/*  3.3 header-4
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .header-4 {
        padding: 0 !important;
    }
}

.header-4__top-bar {
    background: var(--rr-theme-primary);
    padding: 12px 0;
}

.header-4__top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header-4__top-bar-inner {
        justify-content: center;
    }
}

.header-4__top-bar-inner .top-bar-list {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.header-4__top-bar-inner .top-bar-list li {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    list-style: none;
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.header-4__top-bar-inner .top-bar-list li i {
    margin-top: 3px;
}

.header-4__top-bar-inner .top-bar-list li a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    list-style: none;
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
}

.header-4__top-bar-inner .top-bar-list li a:hover {
    color: var(--rr-heading-primary);
}

.header-4__top-bar-inner .top-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-4__top-bar-inner .top-social h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}

.header-4__top-bar-inner .top-social .list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-4__top-bar-inner .top-social .list li {
    list-style: none;
}

.header-4__top-bar-inner .top-social .list li a {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 15px;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
}

.header-4__top-bar-inner .top-social .list li a:hover {
    color: var(--rr-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-4__top-bar-inner .top-social {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-4__top-bar {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .header-4__main {
        padding: 15px 0;
    }
}

.header-4__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
    margin-inline-end: 24px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li {
        margin-inline-end: 12px !important;
    }
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li:last-child {
    margin-inline-end: 0 !important;
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li>a {
    padding: 38px 0;
    letter-spacing: 1.2px;
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li .submenu li a {
    padding: 0 25px !important;
}

.header-4__middle .mean__menu-wrapper .main-menu .mobile-menu ul li.has-dropdown>a::after {
    top: 38%;
}

.header-4__icon {
    background: transparent;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(3, 72, 51, 0.1);
    border-radius: 50%;
}

.rs-sticky .header-4__top-bar {
    display: none;
}


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


/*  3.3 header-5
/*----------------------------------------*/

.rs-sticky .header-5__top-bar {
    display: none;
}

.header-5__top-bar {
    background: var(--rr-heading-primary);
    position: relative;
    z-index: 1;
    padding: 12px 100px;
}

.header-5__top-bar-bg-color {
    background-color: var(--rr-theme-primary);
    width: 24%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1800px) {
    .header-5__top-bar-bg-color {
        display: none;
    }
}

.header-5__top-bar-inner .top-bar-list li a {
    transition: all 0.3s ease-in-out;
}

.header-5__top-bar-inner .top-bar-list li a:hover {
    color: var(--rr-theme-primary);
}

.header-5__top-bar-inner .top-social {
    gap: 30px;
}

.header-5__top-bar-inner .top-social .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header-5__top-bar-inner .top-social .contact-link h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
}

.header-5__top-bar-inner .top-social .contact-link h3 span {
    margin-left: 8px;
}

.header-5__top-bar-inner .top-social .contact-link .support {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-size: 15px;
    line-height: 19px;
    transition: all 0.3s ease-in-out;
}

.header-5__top-bar-inner .top-social .contact-link .support:hover {
    text-decoration: underline;
}

.header-5__main {
    padding: 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .header-5__main {
        padding: 15px 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-5__main {
        padding: 15px 15px;
    }
}

.header-5__left {
    display: flex;
    align-items: center;
    gap: 120px;
}

@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) {
    .header-5__action .header-2-icon {
        display: none !important;
    }
}

@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) {
    .header-5__action .text {
        display: none !important;
    }
}

.header-5__wrap {
    gap: 41px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-5__wrap {
        gap: 0;
    }
}

.header-5__wrap .rr-btn {
    padding: 10px 30px;
}

@media screen and (max-width: 769px) {
    .header-5__wrap .rr-btn {
        display: none;
    }
}

.header-5__wrap .rr-btn::before {
    background-color: var(--rr-heading-primary);
}

.header-5__wrap::before {
    background: rgba(3, 72, 51, 0.1);
    position: absolute;
    width: 1px;
    height: 50px;
    top: 5px;
    left: 41%;
    content: "";
    transform: translate(-50%, 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-5__wrap::before {
        display: none;
    }
}

.header-5__icon {
    width: 50px;
    height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header-5__icon {
        display: none !important;
    }
}

.header-5__btn-right-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}


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


/*  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: #eae6e5 !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 29, 8, 0.1);
    border-top: 0;
}

.rs-sticky-2 {
    padding-bottom: 20px;
}

.rs-sticky .header-top {
    position: fixed !important;
    top: -100%;
    z-index: 111;
    inset-inline-end: 0;
    inset-inline-start: 0;
    width: 100%;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background: var(--rr-gray-900);
    border-top: 0;
}

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

.rs-sticky.header-2 .main-menu .mobile-menu ul li a {
    color: var(--rr-common-white) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li a:hover {
    color: var(--rr-theme-primary) !important;
}

.rs-sticky.header-2 .main-menu .mobile-menu ul li ul.submenu li a {
    color: var(--rr-heading-primary) !important;
}

.header__area {
    position: inherit;
    width: 100%;
    z-index: 99;
}

@media (max-width: 1199px) {
    .header__area {
        padding: 15px 0;
    }
}

.header__area.header-inner {
    background: var(--rr-common-white);
}

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

.header__logo {
    max-width: 188px;
}

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

@media (max-width:450px) {
    .header__logo {
        max-width: 150px;
    }
}

.header__logo.header__logo-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__logo.header__logo-3 .header__hamburger {
        margin-left: 55px;
    }
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle {
    background: var(--rr-heading-primary);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.header__logo.header__logo-3 .header__hamburger .sidebar__toggle .bar-icon span {
    background: var(--rr-common-white);
}

.header__logo.header__logo-3 .logo-3 {
    width: 164px;
}

@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) {
    .header__logo.header__logo-3 .logo-3 {
        width: 130px;
    }
}

.header-container {
    max-width: 1825px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1900px) {
    .header-container {
        padding: 0 20px;
    }
}

.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 {
    margin-right: 10px;
}

.header2__menu ul li>a {
    padding: 27px 0 !important;
}

.header2__menu ul li ul li a {
    padding: 5px 25px !important;
}

.header2__main {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header2__main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

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

.header__main .header__right .header__action .search-icon {
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__main .header__right .header__action .search-icon {
        display: none !important;
    }
}

.header__main .header__right .header__action .text span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.header__main .header__right .header__action .text h4 a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-heading-primary);
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}

.header__main .header__right .header__action .text h4 a:hover {
    color: var(--rr-theme-primary);
}

@media (max-width: 575px) {
    .header__main .header__right .header__action .text {
        display: none;
    }
}

.header__main .header__right .header__action .header__social {
    gap: 24px;
}

.header__main .header__right .header__action .header__social a {
    position: relative;
}

.header__main .header__right .header__action .header__social a .icon-wrapper {
    position: absolute;
    top: -13px;
    left: 13px;
    width: 15px;
    height: 16px;
    display: flex;
    background: #FF3D00;
    align-items: center;
    border-radius: 500px;
    justify-content: center;
}

.header__main .header__right .header__action .header__message {
    gap: 10px;
}

.header__main .header__right .header__action .header__message h6 {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-30);
    font-size: 16px;
    font-style: normal;
}

@media (max-width: 575px) {
    .header__main .header__right .header__action .header__message h6 {
        display: none;
    }
}

.header__main .header__right .header__action .header__message h6:hover {
    color: var(--rr-theme-primary);
}

.header__main .header__right .header__action .header__message .circle-message {
    height: 50px;
    width: 50px;
    display: flex;
    background: var(--rr-theme-primary);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.header__main .header__right .action-3 {
    margin-right: 74px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__main .header__right .action-3 {
        margin-right: 0;
    }
}

.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-theme-primary);
    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: 20px;
    -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;
}

.header-top {
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.1);
}

.header-top-menu {
    gap: 30px;
    list-style: none;
}

.header-top-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: 400;
    font-size: 14px;
    line-height: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header-top-menu li {
        font-size: 12px;
    }
}

.header-top-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rr-common-white);
}

.header-top-menu li a:hover {
    color: var(--rr-theme-primary);
}

.header-top-socail-menu {
    gap: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-socail-menu .lan-select-2 {
    width: 85px;
}

.header-top-socail-menu .lan-select-2 .lan-home-2 {
    background: transparent;
    color: #fff;
    border: none;
}

.header-top-socail-menu .lan-select-2 .lan-home-2 option {
    background: #000;
    border: none;
}

.header-top-socail-menu span a {
    display: flex;
    font-size: 14px;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-style: normal;
    line-height: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header-top-socail-menu span a {
        font-size: 12px;
    }
}

.header-top-socail-menu span a:hover {
    color: var(--rr-theme-primary);
}

.header-top-3 {
    padding: 5px 0;
    background: var(--rr-heading-primary);
}

.header-top-3 .header-top-socail-menu {
    gap: 15px !important;
}

.header-top-3 .lan-select .nice-select {
    margin-left: -18px !important;
    font-weight: 500 !important;
}

.header-top-3 .lan-select .nice-select:after {
    font-size: 12px;
}

.header-top-3 .container-width {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1550px;
}

.header-top-3-menu {
    gap: 30px;
    list-style: none;
}

.header-top-3-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: 400;
    font-size: 14px;
    line-height: 17px;
}

.header-top-3-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rr-common-white);
}

.header-top-3-menu li a:hover {
    color: var(--rr-theme-primary);
}

.header-top-3-socail-menu {
    gap: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-3-socail-menu .lan-select .lan {
    background: transparent;
    color: #fff;
    border: none;
}

.header-top-3-socail-menu .lan-select .lan option {
    background: #000;
    border: none;
}

.header-top-3-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: 500;
    line-height: 17px;
}

.header-top-3-socail-menu li a:hover {
    color: var(--rr-theme-primary);
}

.header-top-3 .header-top-menu li a {
    color: var(--rr-theme-primary);
}

.header-top-3 .header-top-menu li a:hover {
    text-decoration: underline;
}

.header-top-3 .header-top-social {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
    gap: 20px;
}

.header-top-3 .header-top-social a:hover {
    color: var(--rr-common-white);
}

.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: 400;
    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: #fff;
    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: 500;
    line-height: 17px;
}

.inner-page-socail-menu li a:hover {
    color: var(--rr-theme-primary);
}

.inner-page .header-top-menu li a {
    color: var(--rr-theme-primary);
}

.inner-page .header-top-social {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
    gap: 20px;
}

.inner-page .header-top-social a:hover {
    color: var(--rr-common-white);
}

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


/* HEADER CSS */


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


/*  3.1 banner Style 1
/*----------------------------------------*/

.banner-home {
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.banner-home__all-shape .left-tower {
    position: absolute;
    left: -30px;
    bottom: 0;
}

@media (max-width: 1780px) {
    .banner-home__all-shape .left-tower {
        display: none;
    }
}

.banner-home__all-shape .left-tower img {
    width: 100%;
    height: auto;
}

.banner-home__content h1 {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h1);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-home__content h1 {
        font-size: 65px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-home__content h1 {
        font-size: 58px;
        line-height: 78px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-home__content h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-home__content h1 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .banner-home__content h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width:450px) {
    .banner-home__content h1 {
        font-size: 27px;
        line-height: 37px;
    }
}

.banner-home__content .description p {
    max-width: 624px;
    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: 20px;
    margin-bottom: 0;
}

.banner-home__btn__wrapper {
    row-gap: 20px;
}

.banner-home__btn__wrapper .banner-video-button {
    align-items: center;
    gap: 30px;
    height: 50px;
    width: 50px;
    background: #1c5a47;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 2px;
    margin-left: 30px;
    margin-right: 10px;
}

.banner-home .video-text {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h6);
    line-height: var(--rr-lh-h6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    transition: 0.3s;
}

.banner-home .video-text:hover {
    color: var(--rr-theme-primary);
}

.banner-home__shape {
    max-width: 645px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-home__shape {
        top: 420px;
    }
}

@media (max-width: 575px) {
    .banner-home__shape {
        top: 350px;
    }
}

@media (max-width:450px) {
    .banner-home__shape {
        top: 245px;
    }
}

@media (max-width:376px) {
    .banner-home__shape {
        top: 165px;
    }
}

@media (max-width:320px) {
    .banner-home__shape {
        top: 100px;
    }
}

.banner-home__shape .ball-shape {
    position: absolute;
    bottom: -530px;
}

@media (max-width: 895px) {
    .banner-home__shape .ball-shape {
        bottom: -360px;
    }
}

.banner-home__shape .man-img {
    position: absolute;
    bottom: -375px;
    left: -30px;
    z-index: 1;
}

@media (max-width: 895px) {
    .banner-home__shape .man-img {
        bottom: -270px;
    }
}

.banner-home__shape .right-tower {
    position: absolute;
    right: -100px;
    top: -160px;
    transform: rotate(3deg);
}

@media (max-width: 895px) {
    .banner-home__shape .right-tower {
        right: -120px;
        top: -215px;
    }
}

.banner-home .padding-space {
    padding: 235px 70px 194px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-home .padding-space {
        padding: 200px 0px 194px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-home .padding-space {
        padding: 130px 0px 194px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-home .padding-space {
        padding: 120px 0px 105px 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-home .padding-space {
        padding: 135px 0px 685px 0px;
    }
}

@media (max-width: 575px) {
    .banner-home .padding-space {
        padding: 75px 0px 515px 0px;
    }
}

@media (max-width:376px) {
    .banner-home .padding-space {
        padding: 50px 0px 435px 0px;
    }
}

@media (max-width:320px) {
    .banner-home .padding-space {
        padding: 50px 0px 370px 0px;
    }
}

.banner-wrap {
    max-width: 1830px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 50px;
}

@media (max-width: 1820px) {
    .banner-wrap {
        border-radius: 0;
    }
}


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


/*  3.1 banner Style 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) {
    .banner2__right-thumb {
        justify-content: center;
    }
}

.banner2__shape {
    width: 1821px;
    height: 1134px;
    position: absolute;
    left: -221px;
    top: -237px;
}

.banner2__padding-space2 {
    padding: 180px 0 0 0;
}

@media (max-width: 575px) {
    .banner2__padding-space2 {
        padding: 130px 0 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .banner2__content {
        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) {
    .banner2__content {
        margin-bottom: 50px;
        margin-top: 90px;
    }
}

.banner2__subtitle {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: -80px;
}

.banner2__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: 80px;
    line-height: 90px;
    font-style: normal;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner2__title {
        font-size: 67px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner2__title {
        font-size: 60px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner2__title {
        font-size: 55px;
        line-height: 75px;
    }
}

@media (max-width: 575px) {
    .banner2__title {
        font-size: 43px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner2__title br {
        display: none;
    }
}

.banner2__button {
    background: var(--rr-background-gray);
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    border: 1px solid var(--rr-heading-primary);
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.banner2__button:hover {
    background: var(--rr-theme-primary);
    border-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.banner2__right-img {
    max-width: 420px;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.banner2__right-img img {
    border-radius: 20px;
    border: 5px solid var(--rr-theme-primary);
    width: 100%;
    height: 100%;
}

.banner2__right-img:hover .banner2__item-indonesia-small-img img {
    transform: rotate(360deg);
}

.banner2__right-img:hover .banner2__item-south-africa-small-img img {
    transform: rotate(360deg);
}

.banner2__right-img:hover .banner2__item-turkey-small-img img {
    transform: rotate(360deg);
}

.banner2__item-germany {
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 0.498824px solid #E3DBD8;
    padding: 10px 65px 10px 15px;
    position: absolute;
    z-index: 1;
    top: 71px;
    left: -59px;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .banner2__item-germany {
        top: 71px;
        left: 0px;
    }
}

.banner2__item-germany-small-img img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.banner2__item-germany-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    font-size: 16px;
}

.banner2__item-south-korea {
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 0.498824px solid #E3DBD8;
    padding: 10px 41px 10px 15px;
    position: absolute;
    z-index: 1;
    top: 71px;
    right: -80px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner2__item-south-korea {
        top: 175px;
        right: 0px;
    }
}

@media (max-width: 575px) {
    .banner2__item-south-korea {
        top: 160px;
        right: 0px;
    }
}

.banner2__item-south-korea-small-img img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.banner2__item-south-korea-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    font-size: 16px;
}

.banner2__item-south-africa {
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 0.498824px solid #E3DBD8;
    padding: 10px 42px 10px 15px;
    position: absolute;
    z-index: 1;
    top: 311px;
    left: -75px;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .banner2__item-south-africa {
        top: 250px;
        left: 0px;
    }
}

.banner2__item-south-africa-small-img img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.banner2__item-south-africa-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    font-size: 16px;
}

.banner2__item-turkey {
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 0.498824px solid #E3DBD8;
    padding: 10px 84px 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 98px;
    left: -110px;
}

@media (max-width: 575px) {
    .banner2__item-turkey {
        bottom: 98px;
        left: 0px;
    }
}

@media (max-width:320px) {
    .banner2__item-turkey {
        bottom: 350px;
        left: 0px;
    }
}

.banner2__item-turkey-small-img img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.banner2__item-turkey-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    font-size: 16px;
}

.banner2__item-indonesia {
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    border: 0.498824px solid #E3DBD8;
    padding: 10px 59px 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 116px;
    right: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner2__item-indonesia {
        bottom: 155px;
        right: 0px;
    }
}

@media (max-width: 575px) {
    .banner2__item-indonesia {
        bottom: 190px;
        right: 0px;
    }
}

@media (max-width:450px),
(max-width:376px) {
    .banner2__item-indonesia {
        bottom: 25px;
        right: 0px;
    }
}

.banner2__item-indonesia-small-img img {
    width: 100%;
    height: 100%;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.banner2__item-indonesia-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    font-size: 16px;
}


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


/*  3.1 banner Style 1
/*----------------------------------------*/

.banner {
    z-index: 1;
    position: relative;
}

.banner-custom-container {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.banner__navigation {
    position: absolute;
    left: 47%;
    top: 90%;
}

.banner__navigation button {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--rr-theme-primary);
    position: absolute;
    top: 90%;
    left: 80px;
    z-index: 55;
    background-color: var(--rr-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__navigation button {
        left: 20px;
        width: 50px;
        height: 50px;
    }
    .banner__navigation button svg {
        max-width: 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__navigation button {
        left: 10px;
        width: 50px;
        height: 50px;
    }
    .banner__navigation button svg {
        max-width: 17px;
    }
}

.banner__navigation button svg {
    max-width: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__navigation button svg {
        max-width: 17px !important;
    }
}

.banner__navigation button:after {
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 100%;
    background: var(--rr-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.banner__navigation button:hover {
    background: var(--rr-theme-primary);
}

.banner__navigation button:hover svg path[stroke="#001D08"] {
    stroke: var(--rr-common-white);
}

.banner__navigation .banner__button-next {
    left: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner__navigation .banner__button-next {
        width: 50px;
        height: 50px;
        right: 20px;
    }
    .banner__navigation .banner__button-next svg {
        max-width: 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__navigation .banner__button-next {
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .banner__navigation .banner__button-next svg {
        max-width: 17px;
    }
}

.banner_parallax-slider {
    position: relative;
}

.banner_parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100% + 1px);
    top: -1px;
}

.banner__space {
    padding: 205px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner__space {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__space {
        padding-top: 120px;
        padding-bottom: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner__space {
        padding-top: 80px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__space {
        padding-top: 80px;
        padding-bottom: 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),
(max-width:450px) {
    .banner__space-shape-wrapper {
        display: none;
    }
}

.banner__space-shape-wrapper-top-black-shape {
    position: absolute;
    top: -10px;
    left: 0;
}

.banner__space-shape-wrapper-top-black-shape img {
    width: 100%;
    height: auto;
}

.banner__space-shape-wrapper-bottom-shape {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.banner__space-shape-wrapper-bottom-shape img {
    width: 100%;
    height: auto;
}

.banner__thumb-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner__thumb-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner__sub-title {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-subtitle);
    font-weight: var(--rr-fw-regular);
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 12px;
}

.banner__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: 80px;
    line-height: 90px;
    font-style: normal;
    margin-bottom: 35px;
}

.banner__title span {
    color: var(--rr-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner__title {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner__title {
        font-size: 45px;
        line-height: 57px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__title {
        font-size: 45px;
        line-height: 57px;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .banner__title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media (max-width:450px) {
    .banner__title {
        font-size: 27px;
        line-height: 37px;
    }
}

@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) {
    .banner__content {
        left: 9px;
    }
}

.banner__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner__content p br {
        display: none;
    }
}


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


/*  3.1 banner Style 4
/*----------------------------------------*/

.banner-4__shapes-shape-1 {
    position: absolute;
    width: 271px;
    height: 273px;
    top: 185px;
    left: 15px;
    z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-4__shapes-shape-1 {
        display: none;
    }
}

.banner-4__thumb-bg::before {
    background: linear-gradient(89.91deg, #034833 0.07%, rgba(3, 72, 51, 0) 99.91%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

.banner-4__space {
    padding: 176px 0 191px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-4__space {
        padding: 80px 0 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-4__space {
        padding: 100px 0 100px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-4__space {
        padding: 110px 0 110px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-4__space {
        padding: 130px 0 130px 0;
    }
}

.banner-4__content p {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.banner-4__title {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-4__title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-4__title {
        margin-bottom: 10px;
    }
}

.banner-4__btn-wrapper {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-4__btn-wrapper {
        margin-top: 25px;
    }
}

.banner-4__btn-wrapper-btn {
    padding: 10px 29px;
}

.banner-4__icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-4__icon-box .icon {
    background: var(--rr-common-white);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.banner-4__icon-box .text {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.banner-4__icon-box .text:hover {
    color: var(--rr-theme-primary);
}

.banner-4__slider-arrow-4 .slider-nav {
    background: rgba(255, 255, 255, 0.3);
    color: var(--rr-heading-primary);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 777px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    transform: translateY(-50%);
    transition: 0.3s;
    z-index: 2;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.banner-4__slider-arrow-4 .slider-nav:hover {
    background: var(--rr-common-white);
}

.banner-4__slider-arrow-4 .slider-next {
    right: 315px;
    left: auto;
}

.banner-4__slider-arrow-4 .slider-prev {
    left: auto;
    right: 385px;
}


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


/*  3.1 banner Style 5
/*----------------------------------------*/

.banner-5 {
    background: #111214;
}

.banner-5-gutter {
    padding-right: 0;
}

@media (max-width: 575px) {
    .banner-5-gutter {
        padding-right: 15px;
    }
}

.banner-5__thumb-bg {
    opacity: 0.5;
    background-position: bottom;
}

.banner-5__thumb-bg::before {
    background: linear-gradient(89.99deg, #111214 0.01%, rgba(17, 18, 20, 0) 99.99%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

.banner-5__subtitle {
    background: rgba(255, 255, 255, 0.1);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: inline;
    padding: 8px 20px;
    letter-spacing: 1.4px;
    border-radius: 2px;
}

.banner-5__title {
    margin-top: 15px;
    font-weight: var(--rr-fw-sbold);
}

@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-5__title br {
        display: none;
    }
}

.banner-5__space {
    padding: 147px 0 147px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-5__space {
        padding: 80px 0 80px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .banner-5__space {
        padding: 110px 0 110px 0;
    }
}

.banner-5__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .banner-5__wrapper {
        justify-content: center;
    }
}

.banner-5__content p {
    color: rgba(255, 255, 255, 0.7);
    margin-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) {
    .banner-5__content p br {
        display: none;
    }
}

.banner-5__form-wrapper {
    background: #111214;
    max-width: 480px;
    padding: 57px 30px 60px 30px;
    border-radius: 10px;
    box-shadow: inset 0px 4px 0px #83CD20;
}

.banner-5__form-wrapper-subtitle {
    font-family: var(--rr-ff-heading);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.banner-5__form-wrapper-title {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.banner-5__form-wrapper-form-input input {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-text-body);
    font-style: normal;
    font-size: 14px;
    margin-left: 0;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.banner-5__form-wrapper-form-textarea textarea {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-text-body);
    font-style: normal;
    font-size: 14px;
    margin-left: 0;
    border-radius: 4px;
    height: 120px !important;
    padding: 12px 14px;
}

.banner-5__form-wrapper-form .rr-btn {
    gap: 6px;
    border-radius: 4px;
}

.banner-5__form-wrapper-form .rr-btn i {
    margin-top: 2px;
}


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


/*  7.1 cta-4
/*----------------------------------------*/

.cta-4 {
    background: var(--rr-heading-primary);
    padding: 137px 0 307px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-4__bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.cta-4__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}

.cta-4__text-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-4__text-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .cta-4__text-title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width:320px) {
    .cta-4__text-title {
        font-size: 37px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta-4__text-title br {
        display: none;
    }
}

.cta-4__icon a {
    background: var(--rr-common-white);
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(0);
    padding-left: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta-4__icon {
        margin: 0 auto;
        margin-top: 40px;
    }
}

.cta-4__icon .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ripple 2s linear infinite;
}

.cta-4__icon .video-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ripple 2s linear 1s infinite;
}


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


/*  7.1 cta
/*----------------------------------------*/

.cta__fake-div {
    width: 100%;
    height: 183px;
    margin-bottom: -183px;
    position: relative;
}

.cta__fake-div:before {
    width: 100%;
    content: "";
    height: 100%;
    background-color: currentColor;
    position: absolute;
    bottom: -100%;
    left: 0;
}

.cta__area {
    position: relative;
    z-index: 11;
}

.cta__area.footer-up-cta {
    margin-bottom: -63px;
}

.cta__area.footer-up-cta-2 {
    margin-bottom: -172px;
}

.cta__area.footer-up-home-1 {
    margin-bottom: -91.5px;
}

.cta__wrapper {
    gap: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.cta__wrapper.primary-border-top {
    border-top: 2px solid var(--rr-border-primary);
}

.cta__content {
    max-width: 420px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta__content {
        text-align: center;
        max-width: 100%;
    }
}

.cta__content p {
    max-width: 400px;
}

.cta__subscribe {
    gap: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta__subscribe {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.cta__meida {
    border: 36px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    border-radius: 500px;
}

.cta-2 .cta__content {
    max-width: 654px;
}

.cta-2 .cta__content p {
    max-width: 570px;
}


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


/*  4.2 Menu
/*----------------------------------------*/

@media (max-width: 1100px) {
    .main-menu {
        display: none;
    }
}

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

@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) !important;
}

.main-menu ul li>a {
    display: inline-block;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-bold);
    padding: 47px 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
}

@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: 700;
    content: "\f107";
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(1px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
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) {
    .main-menu ul li.has-dropdown>a::after {
        top: 34%;
        right: 0;
    }
}

.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: 15px;
    padding: 0 25px;
    padding-inline-start: 30px;
    padding-bottom: 9px;
    width: 100%;
}

.main-menu ul li .submenu li a::before {
    position: absolute;
    content: "";
    left: 28px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0px;
    height: 1px;
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
    padding-inline-start: 43px !important;
}

.main-menu ul li .submenu li:hover>a::before {
    width: 12px;
}

.main-menu ul li .submenu li:hover>a::after {
    color: var(--rr-theme-primary);
}

.main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.main-menu ul li .mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 30px 35px 30px;
    background: var(--rr-heading-primary);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    -moz-transform: translateX(-50%) translateZ(0);
    -ms-transform: translateX(-50%) translateZ(0);
    -o-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    clip: rect(0px, 200vw, 0, 0px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li .mega-menu {
        padding: 25px 25px;
    }
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-4 {
    padding: 30px 35px 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.main-menu ul li .mega-menu.mega-menu.mega-menu-grid-3 {
    padding: 30px 35px 30px;
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    width: 950px;
    margin: 0 auto;
    justify-content: space-around;
}

.main-menu ul li .mega-menu li .mega-menu-title {
    font-weight: 500;
    color: var(--rr-text-body);
    cursor: text;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--rr-border-primary);
    padding-bottom: 5px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
    display: none;
}

.main-menu ul li .mega-menu li ul li {
    width: 100%;
    float: none;
    margin-bottom: 9px;
}

.main-menu ul li .mega-menu li ul li:last-child {
    margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
    font-size: 16px;
    color: var(--rr-text-body);
    padding: 0;
    position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0;
    height: 1px;
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li ul li:hover>a::before {
    background-color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li:hover>.mega-menu-title {
    color: var(--rr-theme-primary);
    padding-inline-start: 0;
}

.main-menu ul li .mega-menu li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li .mega-menu li a:hover {
    padding-inline-start: 18px;
}

.main-menu ul li .mega-menu li a:hover::before {
    width: 12px;
}

.main-menu ul li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu ul li:hover>a::after {
    color: var(--rr-theme-primary);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
}

.main-menu-2 ul li>a {
    color: var(--rr-text-secondary);
}

.main-menu-2 ul li>a::before {
    background: var(--rr-theme-primary);
}

.main-menu-2 ul li .submenu li a:hover {
    color: var(--rr-theme-primary);
}

.main-menu-2 ul li .submenu li a:hover::before {
    background: var(--rr-theme-primary);
}

.main-menu-2 ul li .submenu li:hover>a {
    color: var(--rr-theme-primary);
}

.main-menu-2 ul li .submenu li:hover>a::before {
    background-color: var(--rr-theme-primary);
}

.main-menu-2 ul li .submenu li.has-dropdown:hover>a::after {
    color: 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>a {
    color: var(--rr-common-white);
}

.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-theme-primary);
}

.main-menu-2.main-menu-2 ul li .submenu li:hover>a::before {
    background-color: var(--rr-theme-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: var(--rr-theme-primary);
}

.main-menu-2.main-menu-2 ul li:hover>a::after {
    color: var(--rr-theme-primary);
}

.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: 500;
    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: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    font-weight: 700;
    display: none !important;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
}

.mean-container .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: transparent;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked i,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked i {
    color: var(--rr-common-white);
    -webkit-transform: rotate(90deg);
    -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;
}

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

.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: 30px;
    font-weight: 400;
    border-radius: 3px;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
    color: var(--rr-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked {
    color: var(--rr-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
.mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-theme-primary);
}

.mean-container .mean-nav ul li li a {
    width: 90%;
    padding: 10px 7%;
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 10px 12%;
}

.mean-container .mean-nav ul li li li li a {
    width: 70%;
    padding: 10px 17%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 60%;
    padding: 10px 20%;
}

.mean-container .mean-bar {
    background: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    /* Fix for box sizing on Foundation Framework etc. */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


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


/*  5.1 blog
/*----------------------------------------*/

.blog__content-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.blog__content-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blog__content-thumb img:hover {
    transform: scale(1.2);
}

.blog__content-meta {
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .blog__content-meta {
        gap: 20px;
    }
}

.blog__content-meta li {
    list-style: none;
}

.blog__content-meta li a {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    color: #111214;
    font-style: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog__content-meta li a:hover {
    color: var(--rr-theme-primary);
}

.blog__content-meta li span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    color: #111214;
    font-style: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog__content-text-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 20px;
    transition: 0.3s;
}

.blog__content-text-title a:hover {
    color: var(--rr-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog__content-text-title a {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__content-text-title a {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .blog__content-text-title a {
        font-size: 25px;
        line-height: 35px;
    }
}

.blog__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.blog__content-pagination-social {
    gap: 15px;
}

.blog__content-pagination-social a {
    color: var(--rr-heading-primary);
    border: 1px solid #E3DBD8;
    padding: 15px 25px;
    border-radius: 5px;
}

@media (max-width: 320px) {
    .blog__content-pagination-social a {
        padding: 10px 20px;
    }
}

.blog__content-pagination-social a i {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
}

.blog__content-pagination-social a:hover {
    border: 1px solid var(--rr-theme-primary);
}

.blog__content-pagination-social .active {
    border: 1px solid var(--rr-theme-primary);
}


/*blog home-2*/

.latest-blog2__thumb {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.latest-blog2__thumb img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.latest-blog2__thumb img:hover {
    transform: scale(1.2);
}

.latest-blog2__content {
    background: var(--rr-common-white);
    padding: 20px 40px 40px 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-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) {
    .latest-blog2__content {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .latest-blog2__content {
        padding: 20px 20px 20px 20px;
    }
}

.latest-blog2__content-meta ul {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .latest-blog2__content-meta ul {
        gap: 10px;
    }
}

.latest-blog2__content-meta ul li {
    list-style: none;
}

.latest-blog2__content-meta ul li span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-lh-h5);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-blog2__content-meta ul li span i {
    color: var(--rr-theme-primary);
}

.latest-blog2__content-meta ul li a {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-lh-h5);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-blog2__content-meta ul li a i {
    color: var(--rr-theme-primary);
}

.latest-blog2__content-meta ul li a:hover {
    color: var(--rr-theme-primary);
}

.latest-blog2__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 23px;
    font-style: normal;
}

.latest-blog2__content-title a:hover {
    color: var(--rr-theme-primary);
}

.latest-blog2__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.latest-blog2__content-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    margin-top: 30px;
}

.latest-blog2__content-btn i {
    color: var(--rr-theme-primary);
}

.latest-blog2__content-btn:hover {
    color: var(--rr-theme-primary);
}

.latest-blog2__content-btn:hover i {
    color: var(--rr-theme-primary);
}

.latest-blog2__right-content {
    display: flex;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-blog2__right-content {
        flex-wrap: wrap;
    }
}

.latest-blog2__right-content-img {
    max-width: 220px;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-blog2__right-content-img {
        max-width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }
}

.latest-blog2__right-content-img img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-blog2__right-content-img img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        height: 300px;
    }
}

.latest-blog2__right-content-img img:hover {
    transform: scale(1.2);
}

.latest-blog2__right-content-text {
    background: var(--rr-common-white);
    padding: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-blog2__right-content-text {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }
}

.latest-blog2__right-content-text-meta {
    margin-bottom: 10px;
}

.latest-blog2__right-content-text-meta ul {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media (max-width: 373px) {
    .latest-blog2__right-content-text-meta ul {
        gap: 10px;
    }
}

.latest-blog2__right-content-text-meta ul li {
    list-style: none;
}

.latest-blog2__right-content-text-meta ul li span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-blog2__right-content-text-meta ul li a {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.latest-blog2__right-content-text-meta ul li a:hover {
    color: var(--rr-theme-primary);
}

.latest-blog2__right-content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 15px;
    font-style: normal;
    margin-bottom: 0;
}

.latest-blog2__right-content-text-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    margin-top: 20px;
}

.latest-blog2__right-content-text-btn i {
    color: var(--rr-heading-primary);
}

.latest-blog2__right-content-text-btn:hover {
    color: var(--rr-theme-primary);
}

.latest-blog2__right-content-text-btn:hover i {
    color: var(--rr-theme-primary);
}


/*latest-blog area start*/

.latest-blog__title-wrapper h6 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-subtitle);
    font-weight: var(--rr-fw-sbold);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.latest-blog__title-wrapper h2 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h2);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-blog__title-wrapper h2 {
        font-size: 38px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .latest-blog__title-wrapper h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-blog__title-wrapper h2 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width: 575px) {
    .latest-blog__title-wrapper h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width:450px) {
    .latest-blog__title-wrapper h2 {
        font-size: 27px;
        line-height: 37px;
    }
}

.latest-blog__button-right {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.latest-blog__button-right .right-icon {
    padding: 10px 26px;
}

.latest-blog__button-right a {
    width: 50px;
    height: 50px;
}

.latest-blog__item {
    transition: 0.3s;
}

.latest-blog__item-media {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.latest-blog__item-media a img {
    max-width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.latest-blog__item-media a img:hover {
    transform: scale(1.2);
}

.latest-blog__item-media-2 {
    padding: 20px 20px 0 20px;
    background: var(--rr-common-white);
    border-radius: 20px;
}

.latest-blog__item-media-2 a img {
    border-radius: 20px;
}

.latest-blog__item-text {
    padding: 20px 40px 40px;
    border: 1px solid #E3DBD8;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
    transition: 0.3s;
}

.latest-blog__item-text-2 {
    border: 0;
}

.latest-blog__item-text-meta {
    justify-content: space-between;
    padding-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-blog__item-text-meta {
        gap: 5px;
    }
}

.latest-blog__item-text-meta-calender {
    width: 50px;
    height: 56px;
    flex-shrink: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--rr-theme-primary);
    text-align: center;
    padding: 12px 8px;
    margin-top: -30px;
    z-index: 1;
}

.latest-blog__item-text-meta-calender h4 {
    color: var(--rr-common-white);
    text-align: center;
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-sbold);
    line-height: 14px;
    margin-bottom: 5px;
}

.latest-blog__item-text-meta-calender p {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    margin: 0;
}

.latest-blog__item-text-meta span {
    list-style: none;
}

.latest-blog__item-text-meta span a {
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    line-height: 22px;
}

.latest-blog__item-text-meta span a i {
    color: #111214;
}

.latest-blog__item-text-meta span a:hover {
    color: var(--rr-theme-primary);
}

@media (max-width: 575px) {
    .latest-blog__item-text-meta .meta-comment {
        display: none;
    }
}

.latest-blog__item-text-bottom a h4 {
    font-size: 21px;
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    margin-bottom: 10px;
}

@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) {
    .latest-blog__item-text-bottom a h4 {
        max-width: 100%;
    }
}

.latest-blog__item-text-bottom a h4:hover {
    color: var(--rr-theme-primary);
}

.latest-blog__item-text-bottom p {
    font-weight: var(--rr-fw-regular);
    color: var(--rr-text-body);
    line-height: 30px;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
    z-index: 1;
}

.latest-blog__item-text-bottom a {
    margin-top: 30px;
    color: var(--rr-heading-primary);
    font-family: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-fs-h4);
    font-size: 15px;
    gap: 6px;
}

.latest-blog__item-text-bottom a:hover {
    color: var(--rr-theme-primary);
}

.latest-blog__wrap {
    background: var(--rr-common-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid var(--rr-common-white);
}

.latest-blog__wrap:hover {
    transition: 0.3s;
    border: 1px solid var(--rr-theme-primary);
}

.latest-blog__btn {
    display: inline-flex;
    border: 1px solid var(--rr-theme-primary);
    padding: 15px 30px;
    border-radius: 999px;
    transition: 0.3s;
}

.latest-blog__btn:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white) !important;
}


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


/*  5.1 blog 4
/*----------------------------------------*/

.blog-4__button a {
    padding: 11px 30px;
}

.blog-4__button a i {
    margin-top: 2px;
}

.blog-4__button a::before {
    background-color: var(--rr-heading-primary);
}

.blog-4__item {
    background: #F6F6F6;
    border-radius: 0 0 10px 10px;
}

.blog-4__item:hover .blog-4__item-thumb img {
    transform: scale(1.2);
    transition: all 1s ease-in-out;
}

.blog-4__item-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease-in-out;
}

.blog-4__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.blog-4__item-thumb-text {
    background: var(--rr-theme-primary);
    border-radius: 10px 0px 0px 0px;
    padding: 5px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-4__item-thumb-text span {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.blog-4__item-content {
    padding: 30px 40px 30px 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-4__item-content {
        padding: 20px;
    }
}

.blog-4__item-content-wrap {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.blog-4__item-content-wrap-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.blog-4__item-content-wrap-cta .bullet {
    background: var(--rr-theme-primary);
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.blog-4__item-content-wrap-cta .title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.blog-4__item-content-wrap-cta .title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.blog-4__item-content-wrap-cta .title a:hover {
    color: var(--rr-theme-primary);
}

.blog-4__item-content-title {
    margin-bottom: 22px;
}

.blog-4__item-content-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 23px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.blog-4__item-content-title a:hover {
    color: var(--rr-theme-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-4__item-content-title a {
        font-size: 20px;
    }
}

.blog-4__item-content-title-2 a {
    font-size: 21px;
    line-height: 27px;
}

.blog-4__item-content-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    gap: 6px;
}

.blog-4__item-content-btn i {
    margin-top: 3px;
}

.blog-4__item-content-btn:hover {
    color: var(--rr-theme-primary);
}


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


/*  5.1 blog 5
/*----------------------------------------*/

.blog-5__item {
    background: var(--rr-common-white);
    position: relative;
    box-shadow: 0px 10px 20px rgba(3, 72, 51, 0.1);
}

.blog-5__item-thumb {
    position: relative;
}

.blog-5__item-thumb-text {
    background: var(--rr-theme-primary);
    text-align: center;
    padding: 6px 14px;
    border-radius: 4px;
    position: absolute;
    top: -40px;
    right: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-5__item-thumb-text {
        top: -50px;
    }
}

.blog-5__item-thumb-text h6 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-medium);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
}

.blog-5__item-thumb-text span {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}

.blog-5__item-content {
    position: relative;
}


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


/*  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: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: var(--rr-common-white);
    border-radius: 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

@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);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    border-bottom: 1px solid #E3DBD8;
    padding-bottom: 15px;
}

.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: 18px;
    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 {
    height: 50px;
    width: 100%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.sidebar__widget-search .search__bar input {
    height: 100%;
    padding: 14px 35px 14px 20px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #E3DBD8;
    background: var(--rr-common-white);
    color: var(--rr-text-body);
    font-family: var(--rr-ff-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    margin-left: 0;
}

.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;
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-body2);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar__widget-category a span:first-child {
    display: flex;
    align-items: center;
}

.sidebar__widget-category a:hover {
    color: var(--rr-theme-primary);
}

.sidebar__widget-category a:hover span:first-child svg circle[fill="#525257"] {
    fill: var(--rr-theme-primary);
}

.sidebar__widget-tags .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar__widget-tags .tags a {
    display: block;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: var(--rr-common-white);
    border: 1px solid rgba(0, 15, 32, 0.1);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.sidebar__widget-tags .tags a:hover {
    color: var(--rr-common-white);
    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: 18px;
    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 {
    width: 90px;
    overflow: hidden;
    height: 90px;
    min-width: 90px;
    min-height: 90px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.sidebar__widget .sidebar-post_thumb img {
    width: 100%;
    height: 100%;
    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 {
    max-width: 186px;
}

@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) {
    .sidebar__widget .sidebar-post_content {
        max-width: 100%;
    }
}

.sidebar__widget .sidebar-post_content .post-meta {
    margin-bottom: 6px;
}

.sidebar__widget .sidebar-post_content .post-meta li {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
}

@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-sbold);
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
}

@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-primary);
}


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


/*  5.1 blog-details
/*----------------------------------------*/

.blog-details__content-thumb {
    overflow: hidden;
    border-radius: 30px;
    transition: 0.3s;
}

.blog-details__content-thumb img {
    border-radius: 30px;
    transition: 0.3s;
}

@media (max-width:376px) {
    .blog-details__content-thumb img {
        height: 200px;
    }
}

.blog-details__content-thumb img:hover {
    transform: scale(1.2);
}

.blog-details__content-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.blog-details__content-meta li {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    list-style: none;
    color: #111214;
    font-style: normal;
    font-size: 16px;
}

.blog-details__content-meta li a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-details__content-meta li span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-details__content-text-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .blog-details__content-text-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details__content-text-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .blog-details__content-text-title {
        font-size: 25px;
        line-height: 35px;
    }
}

.blog-details__content-text-paragraph {
    margin-bottom: 10px !important;
}

.blog-details__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.blog-details__middel {
    gap: 30px;
    flex-wrap: wrap;
}

.blog-details__middel-img {
    overflow: hidden;
    border-radius: 20px;
}

.blog-details__middel-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.blog-details__middel-img img:hover {
    transform: scale(1.2);
}

.blog-details__middel-content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h3);
    font-size: 29px;
    font-style: normal;
}

@media (max-width: 575px) {
    .blog-details__middel-content-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-details__middel-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-details__middel-content p br {
        display: none;
    }
}

.blog-details__middel-content-list ul li {
    list-style: none;
}

.blog-details__middel-content-list ul li a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black) !important;
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
    font-style: normal;
}

.blog-details__middel-content-list ul li a i {
    color: var(--rr-theme-primary);
}

.blog-details__testimonial {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-details__testimonial {
        padding: 20px;
    }
}

.blog-details__testimonial-icon {
    border: 1px solid var(--rr-theme-primary);
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blog-details__testimonial-icon i {
    color: var(--rr-theme-primary);
}

.blog-details__testimonial p {
    font-family: var(--rr-text-body);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 20px;
    margin-bottom: 0;
    font-style: normal;
}

.blog-details__testimonial-details h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    margin-bottom: 5px;
    font-style: normal;
}

.blog-details__testimonial-details p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.blog-details__bottom-text-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

.blog-details__bottom-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.blog-details__social {
    padding: 40px 0px 40px 0px;
    border-top: 1px solid #E3DBD8;
    border-bottom: 1px solid #E3DBD8;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.blog-details__social-tags {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.blog-details__social-tags a {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    background: #eae6e5;
    padding: 5px 10px;
    border-radius: 20px;
    transition: 0.3s;
}

.blog-details__social-tags a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.blog-details__social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-details__social-media a {
    border: 1px solid var(--rr-heading-primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.blog-details__social-media a i {
    color: var(--rr-heading-primary);
}

.blog-details__social-media a:hover {
    border: 1px solid var(--rr-theme-primary);
}

.blog-details__wrapper {
    margin-top: 80px;
    background: #eae6e5;
    border-radius: 20px;
    padding: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-details__wrapper {
        padding: 20px;
    }
}

.blog-details__wrapper h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

@media (max-width: 575px) {
    .blog-details__wrapper h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.blog-details__wrapper p {
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.blog-details__wrapper-from-input input {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    background: var(--rr-common-white);
    font-size: 16px;
    margin-left: 0;
    font-style: normal;
    border: none;
    border-radius: 20px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}

.blog-details__wrapper-from-textarea textarea {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    background: var(--rr-common-white);
    font-size: 16px;
    margin-left: 0;
    font-style: normal;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    max-width: 100%;
    height: 167px !important;
}

.form-check-input:checked {
    background-color: var(--rr-theme-primary);
}

.form-check-input:focus {
    box-shadow: none;
}


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


/*  6.1 footer
/*----------------------------------------*/

.footer__area-common {
    position: relative;
    z-index: 1;
}

.footer__area-common.background {
    background: #FFF5F1;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__area-common {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__area-common {
        padding-top: 30px;
    }
}

.footer__area-common .footer-top {
    flex-wrap: wrap;
    row-gap: 20px;
    position: relative;
}

.footer__area-common .footer-top::before {
    width: 117px;
    top: 89px;
    left: 47%;
    right: 50%;
    content: "";
    position: absolute;
    border-bottom: 1px solid #356d5c;
    transform: rotate(90deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__area-common .footer-top::before {
        display: none;
    }
}

.footer__area-common .footer-top .footer-top-left {
    gap: 30px;
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--rr-theme-primary);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg svg {
    transition: 0.3s;
}

.footer__area-common .footer-top .footer-top-left .footer-left-svg:hover svg {
    animation: shake 0.5s;
}

.footer__area-common .footer-top .footer-top-left h3 {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__area-common .footer-top .footer-top-left h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__area-common .footer-top .footer-top-left h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .footer__area-common .footer-top .footer-top-left h3 {
        font-size: 17px;
    }
}

.footer__area-common .footer-top .footer-top-right {
    gap: 30px;
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--rr-theme-primary);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg svg {
    transition: 0.3s;
}

.footer__area-common .footer-top .footer-top-right .footer-right-svg:hover svg {
    animation: shake 0.5s;
}

.footer__area-common .footer-top .footer-top-right h3 {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .footer__area-common .footer-top .footer-top-right h3 {
        font-size: 16px;
    }
}

.footer-wrap {
    padding: 80px 0 102px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap {
        --bs-gutter-x: 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) {
    .footer-wrap {
        padding: 40px 0 70px 0;
    }
}

.footer__border-bottom {
    border-bottom: 1px solid #356d5c;
}

.footer__main {
    position: relative;
    padding-bottom: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__main {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .footer__main {
        padding-bottom: 40px;
    }
}

.footer__widget {
    margin-bottom: 0;
}

.footer__widget.footer__widget-item-1 {
    max-width: 323px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__widget.footer__widget-item-1 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget.footer__widget-item-2 {
        padding-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) {
    .footer__widget.footer__widget-item-2 {
        padding-left: 0;
    }
}

.footer__widget.footer__widget-item-3 {
    padding-left: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__widget.footer__widget-item-3 {
        padding-left: 0;
    }
}

.footer__widget-title h4 {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: var(--rr-lh-h4);
    position: relative;
    z-index: 10;
    text-transform: capitalize;
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    margin-top: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-title h4 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .footer__widget-title-2 {
        margin-top: 35px;
    }
}

.footer__widget-description p {
    font-size: var(--rr-fs-body2);
    margin-bottom: 0;
    opacity: 0.9;
    color: var(--rr-common-black);
}

.footer__widget .footer-form {
    position: relative;
    margin-top: 30px;
}

.footer__widget .footer-form .form-control {
    background-color: #111214;
    padding: 17px 104px 17px 20px;
    color: var(--rr-common-white);
    box-shadow: none;
    border-radius: 150px;
    border: none;
}

.footer__widget .footer-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-common-white);
}

.footer__widget .footer-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-common-white);
}

.footer__widget .footer-form .form-control:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-common-white);
}

.footer__widget .footer-form .form-control:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-common-white);
}

.footer__widget .footer-form .form-control::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-common-white);
}

.footer__widget .footer-form .form-control-2 {
    color: var(--rr-common-white);
    background: #1c5a47;
}

.footer__widget .footer-form input {
    margin-left: 0;
}

.footer__widget .footer-form .submit {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 58px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 58px;
    border-radius: 50%;
}

.footer__logo img {
    max-width: 188px;
}

.footer__content 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: 16px;
    margin-bottom: 0;
}

.footer__link ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.footer__link ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.footer__link ul li a {
    font-family: var(--rr-ff-heading);
    display: flex;
    color: var(--rr-common-white);
    font-size: 16px;
    position: relative;
    font-weight: var(--rr-fw-regular);
    gap: 10px;
}

.footer__link ul li a i {
    margin-top: 5px;
    color: var(--rr-theme-primary);
}

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

.footer__link ul li a:hover::before {
    width: 12px;
}

.footer__link-date span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-regular);
    display: block;
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-size: 16px;
}

.footer__link-date span i {
    color: var(--rr-theme-primary);
}

.footer__link-date a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}

.footer__link-date a:hover {
    color: var(--rr-theme-primary);
}

.footer__social {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}

.footer__social a {
    overflow: hidden;
    position: relative;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 15px;
    line-height: 15;
}

.footer__social a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s;
    z-index: -1;
    content: "";
}

.footer__social a:hover {
    color: var(--rr-theme-primary);
}

.footer__social a:hover::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.footer__subscribe {
    max-width: 210px;
}

.footer__subscribe ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.footer__subscribe ul li p {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.footer__subscribe.subscribe-2 {
    max-width: inherit;
}

.footer__subscribe .footer-input input {
    width: 300px;
    height: 58px;
    background: #111214;
    color: var(--rr-common-white);
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    border: none;
    border-radius: 150px;
}

.footer__background-shpae {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.footer__widget-item-1 .footer__widget-item-1-location {
    position: absolute;
    z-index: -1;
    right: 59%;
    top: 53%;
    transform: translate(-50%, -50%);
}

.footer__widget-item-1 .footer__widget-item-1-location img {
    width: 45px;
    height: 65px;
}


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


/*  6.2 footer-2
/*----------------------------------------*/

.footer2__area-common {
    background-repeat: no-repeat;
}

.footer2__top {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.footer2__widget2 {
    margin-left: 85px;
}

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

.footer2__widget3 {
    margin-left: 15px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer2__date a br {
        display: none;
    }
}

.footer2__right-social {
    align-items: center;
    gap: 10px;
}

.footer2__right-social a {
    border: 1px solid var(--rr-text-body);
    color: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.3s;
}

.footer2__right-social a:hover {
    border-color: var(--rr-theme-primary);
}

.footer2__title h4 {
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer2__title h4 {
        margin-bottom: 15px;
    }
}

.footer2__wrap {
    padding: 80px 0 80px 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer2__wrap {
        padding: 50px 0 50px 0;
    }
}


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


/*  6.3 footer-3
/*----------------------------------------*/

.footer__area-common {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.footer__area-common-3 {
    background-position: center right;
    padding-top: 94px;
}

@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__area-common-3 {
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__area-common-3 {
        padding-top: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__area-common-3 {
        padding-top: 80px;
    }
}

.footer__area-common-3 .footer__bottom {
    border-top: 1px solid var(--rr-border-secondary);
}

.footer__area-common-3 .footer__bottom-wrapper {
    border-top: 0;
}

.footer__widget-3:nth-child(1) {
    max-width: 381px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-3:nth-child(1) {
        max-width: 250px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__widget-3:nth-child(1) {
        max-width: 100%;
    }
}

.footer__widget-3:nth-child(2) {
    max-width: 221px;
}

.footer__widget-3:nth-child(3) {
    max-width: 191px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__widget-3:nth-child(3) {
        max-width: 100%;
    }
}

.footer__widget-3:nth-child(4) {
    max-width: 300px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget-3:nth-child(4) {
        max-width: 100%;
        min-width: 100%;
    }
}

.footer__widget-3:nth-child(4) .footer__link ul {
    max-width: 166px;
}

.footer__widget-3 .footer__widget-title h4 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.footer__widget-3 .footer__link ul {
    gap: 10px;
}

.footer__social-xl {
    gap: 10px;
}

.footer__social-xl a {
    border: 0;
    background: var(--rr-gray-700);
    width: 50px;
    height: 50px;
}

.footer3 {
    background-repeat: no-repeat;
}

.footer3__item {
    padding-left: 70px;
}

.footer3__item-2 {
    margin-left: -25px;
}

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

.our-gallery__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    background-color: var(--rr-theme-primary);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
}

.rr-footer__widget-gallery {
    margin: 0px 5px 5px 5px;
}

.rr-footer__widget-gallery:hover .our-gallery__item::before {
    transform: scale(1);
}

.rr-footer__widget-gallery:hover.rr-footer__widget-gallery a span {
    opacity: 1;
}

.rr-footer__widget-gallery a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rr-footer__widget-gallery a img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rr-footer-widget-content-item {
    margin-bottom: 16px;
}

.rr-footer-widget-content-item:last-child {
    margin-bottom: 0;
}

.rr-footer-widget-content-item svg {
    margin-top: -4px;
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.rr-footer-widget-content p {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-p);
}

.rr-footer-widget-content-item a {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-p);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
}

.rr-footer-widget-content-item a:hover {
    color: var(--rr-heading-1);
}

.rr-footer-title {
    font-family: var(--rr-ff-h);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: var(--rr-common-white);
}

.rr-footer-social span {
    font-family: var(--rr-ff-p);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-right: 10px;
}

.rr-footer-social a {
    font-size: 18px;
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    background-color: #fff;
    color: #051145;
    transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
(max-width: 575px) {
    .rr-footer-social a {
        font-size: 13px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.rr-footer-social a svg path {
    transition: 0.3s;
}

.rr-footer-social a:hover {
    color: var(--rr-common-white);
    background-color: #051145;
}

.rr-footer-social a:hover svg path {
    stroke: var(--rr-common-white);
}

.rr-footer-title {
    font-weight: 700;
    font-size: 22px;
    color: var(--rr-common-white);
    margin-top: 5px;
    margin-bottom: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
(max-width: 575px) {
    .rr-footer-title {
        font-size: 20px;
    }
}

.rr-footer-list ul li {
    list-style-type: none;
    overflow: hidden;
}

.rr-footer-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.rr-footer-list ul li a {
    color: var(--rr-common-white);
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: 0.3s;
    font-family: var(--rr-ff-p);
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
(max-width: 575px) {
    .rr-footer-list ul li a {
        font-size: 14px;
    }
}

.rr-footer-list ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
}

.rr-footer-list ul li a:hover {
    margin-left: 0;
    color: var(--rr-heading-primary);
}


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


/*  6.3 footer-4
/*----------------------------------------*/

.footer-4-wrap {
    padding: 80px 0 80px 0;
}

.footer-4__content p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-4__widget .footer__widget-title h4 {
    margin-bottom: 43px;
    margin-top: 8px;
}

@media (max-width: 575px) {
    .footer-4__widget .footer__widget-title h4 {
        margin-bottom: 25px;
        margin-top: 0;
    }
}

.footer-4__widget-left {
    padding-left: 64px;
}

@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-4__widget-left {
        padding-left: 0;
    }
}

.footer-4__link ul li a {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
}

.footer-4__link ul li a svg {
    transition: all 0.3s ease-in-out;
}

.footer-4__link ul li a:hover svg path {
    stroke: var(--rr-theme-primary);
}

.footer-4__logo img {
    max-width: 129px;
}

.footer-4__subscribe ul li p {
    color: rgba(255, 255, 255, 0.9);
}

.footer-4__subscribe .footer-form {
    margin-top: 22px;
}

.footer-4__subscribe .footer-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-4__bottom-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}


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


/*  6.3 footer-5
/*----------------------------------------*/

.footer-5__top-text {
    padding-left: 150px;
}

@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-5__top-text {
        padding-left: 0;
    }
}

.footer-5__top-text h3 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    margin-top: 8px;
}

.footer-5__top-footer-form .rr-subscribe-form {
    position: relative;
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3 {
    background: transparent;
    margin-left: 0;
    padding: 11px 224px 12px 30px;
    border-radius: 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3:focus {
    box-shadow: none;
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .form-control-3::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.7);
}

.footer-5__top-footer-form .rr-subscribe-form .submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}

.footer-5__top-footer-form .rr-subscribe-form .rr-btn {
    padding: 10px 29px;
}

.footer-5__top-footer-form .rr-subscribe-form .rr-btn i {
    margin-top: 2px;
}

.footer-5-wrap {
    padding: 75px 0 72px 0;
}

.footer-5__widget-title h4 {
    margin-top: 0;
}

@media (max-width: 575px) {
    .footer-5__widget-title h4 {
        margin-bottom: 20px;
    }
}

.footer-5__widget-left-1 {
    padding-left: 108px;
}

.footer-5__widget-left-2 {
    padding-left: 73px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-5__widget-left-2 {
        padding-left: 0 !important;
    }
}

.footer-5__widget-left-3 {
    padding-left: 16px;
}

.footer-5__bottom-wrapper {
    background: rgba(255, 255, 255, 0.1);
}


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


/*  6.4 footer-copyright
/*----------------------------------------*/

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    gap: 10px 30px;
}

.footer__bottom-wrapper {
    border-top: 1px solid #356d5c;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.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: 18px;
    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: 18px;
    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: 30px 0;
    gap: 10px 30px;
    border-top: var(--rr-border-white30);
}

@media (max-width: 660px) {
    .footer__bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.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);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    opacity: 0.7;
    margin-bottom: 0;
}

.footer__copyright p a:hover {
    color: var(--rr-theme-primary);
}

.footer__copyright-menu ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 39px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright-menu ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .footer__copyright-menu ul {
        gap: 10px;
    }
}

.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);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    position: relative;
    opacity: 0.7;
}

.footer__copyright-menu ul li a:hover {
    color: var(--rr-theme-primary);
}

.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
/*----------------------------------------*/

.error .error__content .error__content-media img {
    width: 100%;
    height: auto;
}

.error .error__content .section__title-wrapper {
    margin: auto;
}

.error .error__content .section__title-wrapper .section__title {
    color: var(--rr-heading-primary);
    font-size: var(--rr-fs-h2);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .error .error__content .section__title-wrapper .section__title {
        font-size: 35px;
        line-height: 50px;
    }
    .error .error__content .section__title-wrapper .section__title br {
        display: none;
    }
}

.error .error__content .section__title-wrapper p {
    color: var(--rr-text-body);
    font-family: var(--rr-ff-heading);
    line-height: var(--rr-lh-h5);
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

@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) {
    .error .error__content .section__title-wrapper p br {
        display: none;
    }
}

.error .error__content .section__title-wrapper .error-btn {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    width: 217px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: relative;
    left: 0;
    margin: auto;
    border-radius: 4px;
    transition: 0.3s;
}

.error .error__content .section__title-wrapper .error-btn:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.error .error__content .section__title-wrapper .footer-form {
    position: relative;
    width: 630px;
    display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .error .error__content .section__title-wrapper .footer-form {
        width: 100%;
    }
}

.error .error__content .section__title-wrapper .footer-form .form-control {
    background-color: #eae6e5;
    padding: 17px 104px 17px 20px;
    color: var(--rr-text-body);
    box-shadow: none;
    border-radius: 150px;
    border: none;
}

.error .error__content .section__title-wrapper .footer-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
}

.error .error__content .section__title-wrapper .footer-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-text-body);
}

.error .error__content .section__title-wrapper .footer-form .form-control:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-text-body);
}

.error .error__content .section__title-wrapper .footer-form .form-control:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-text-body);
}

.error .error__content .section__title-wrapper .footer-form .form-control::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-text-body);
}

.error .error__content .section__title-wrapper .footer-form input {
    margin-left: 0;
}

.error .error__content .section__title-wrapper .footer-form .submit {
    background-color: var(--rr-theme-primary);
    color: var(--rr-common-white);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 58px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    width: 58px;
    border-radius: 50%;
}

.project1__thumb {
    display: flex;
    align-items: center;
    gap: 38px;
}

.project1__media img {
    width: 100%;
    height: 100%;
}

.project1__media-item img {
    width: 100%;
    height: 100%;
}


/*process section*/

.process__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
}

.process__item {
    background: var(--rr-common-white);
    padding: 30px 40px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.process__item-number {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    color: var(--rr-heading-primary);
    font-style: normal;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}

.process__item h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 21px;
    font-style: normal;
}

.process__item p {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.process__item-2 {
    margin-top: 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) {
    .process__item-2 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about__content {
        margin-top: 50px;
    }
}

.about__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.about__box {
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
(max-width: 575px) {
    .about__box {
        justify-content: inherit;
        column-gap: 20px;
        row-gap: 20px;
    }
}

.about__box-item-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about__box-item-title i {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    font-size: 13px;
    width: 18px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.about__box-item p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.about-us-2__wrapper {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-us-2__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .about-us-2__wrapper {
        display: block;
    }
}

.about-us-2__wrapper-media {
    margin-left: 19px;
}

@media (max-width: 575px) {
    .about-us-2__wrapper-media {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

.about-us-2__wrapper-media:first-child {
    column-gap: 25px;
}

@media (max-width: 575px) {
    .about-us-2__wrapper-media:first-child {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.about-us-2__wrapper-media-image-1 {
    max-width: 312px;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.3s;
}

.about-us-2__wrapper-media-image-2 {
    max-width: 244px;
    height: 217px;
    margin-top: 45px;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .about-us-2__wrapper-media-image-2 {
        margin-top: 0;
    }
}

.about-us-2__wrapper-media-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about-us-2__wrapper-media-image-2 img:hover {
    transform: scale(1.2);
}

.about-us-2__wrapper-media-image-3 {
    max-width: 312px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: -78px;
}

@media (max-width: 575px) {
    .about-us-2__wrapper-media-image-3 {
        margin-top: 0;
    }
}

.about-us-2__wrapper-media-image-3 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about-us-2__wrapper-media-image-3 img:hover {
    transform: scale(1.2);
}

.about-us-2__wrapper-media__counter {
    padding: 40px 38px;
    width: 174px;
    height: 210px;
    margin-top: 16px;
    margin-left: 27px;
    margin-right: 19px;
    border-radius: 20px;
    background-color: #83CD20;
    margin-top: 21px;
}

.about-us-2__wrapper-media__counter-title {
    font-size: 50px;
    line-height: 60px;
    color: white;
    margin-bottom: 13px;
}

.about-us-2__wrapper-media__counter-title span {
    font-family: var(--rr-ff-heading);
}

.about-us-2__wrapper-media__counter p {
    color: white;
    margin-bottom: 0;
}

.about-us-2__shap {
    position: absolute;
    bottom: -21px;
    object-fit: cover;
    left: 0;
    z-index: -1;
    width: 306px;
    height: 267px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-2__shap {
        left: 20%;
    }
}

@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-us-2__shap {
        display: none;
    }
}

.coaching__item {
    gap: 20px;
}

@media (max-width: 575px) {
    .coaching__item {
        flex-direction: column;
        align-items: start !important;
    }
}

.coaching__item-midea {
    width: 100%;
}

.coaching__item-midea img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width: 575px) {
    .coaching__item-midea img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.coaching__item-content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 18px;
    font-style: normal;
}

.coaching__item-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 15px;
    font-style: normal;
    margin-bottom: 30px;
}

.coaching__item-content a {
    font-family: var(--rr-ff-heading);
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.coaching__item-content a i {
    transform: rotate(-45deg);
    transition: 0.3s;
}

.coaching__item-content a:hover {
    color: var(--rr-heading-primary);
}

.coaching__item-content a:hover i {
    transform: rotate(1deg);
}

.coaching__bottom-btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
}

.coaching__bottom-btn::before {
    background-color: #e3dbd8;
    content: "";
    width: 550px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.coaching__bottom-btn::after {
    background-color: #e3dbd8;
    content: "";
    width: 550px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.coaching-details__category {
    background: #eae6e5;
    border-radius: 20px;
    padding: 30px;
}

.coaching-details__category a {
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 150px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 18px;
    font-style: normal;
    transition: 0.3s;
}

.coaching-details__category a span {
    background: #f3fae9;
    color: var(--rr-heading-primary);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}

.coaching-details__category a:hover span {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.coaching-details__widget {
    background: #eae6e5;
    border-radius: 20px;
    padding: 60px;
    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) {
    .coaching-details__widget {
        margin-bottom: 60px;
    }
}

.coaching-details__widget-icon {
    background: #83CD20;
    display: inline-flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.coaching-details__widget h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 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) {
    .coaching-details__widget h3 {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .coaching-details__widget h3 {
        margin-bottom: 25px;
    }
}

.coaching-details__widget a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
}

.coaching-details__widget:hover .coaching-details__widget-icon svg {
    animation: shake 0.5s;
}

.coaching-details__content-top-img img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.coaching-details__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .coaching-details__content-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .coaching-details__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .coaching-details__content-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.coaching-details__content p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    color: var(--rr-text-body);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.coaching-details__content .paragrapg {
    margin-top: 30px;
}

.coaching-details__guides {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .coaching-details__guides {
        justify-content: center;
    }
}

.coaching-details__guides-card-tetx h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h6);
    font-size: 18px;
    font-style: normal;
    margin-bottom: 10px;
}

.coaching-details__guides-card-tetx h5 i {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    font-style: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.coaching-details__guides-card-tetx p {
    font-family: var(--rr-text-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.coaching-details__bottom-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.coaching-details__bottom h5 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

.coaching-details__bottom p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}


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


/*  8.8 contact-us
/*----------------------------------------*/

.map {
    width: 100%;
    height: 676px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .map {
        height: 400px;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .map {
        height: 300px;
    }
}

.map iframe {
    width: 100%;
    height: 100%;
}

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

.success-message {
    color: green;
}

.error-message {
    color: red !important;
}

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

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

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper {
    background: #eae6e5;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 575px) {
    .contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper {
        padding: 20px;
    }
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input {
    position: relative;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input span {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: block;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input {
    position: relative;
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-regular);
    margin-top: 5px;
    margin-left: 0;
    background: var(--rr-common-white);
    margin-bottom: 30px;
    padding: 16px 45px 15px 20px;
    border-radius: 150px;
    font-style: normal;
    border: 1px solid #E3DBD8;
    outline: none;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input {
        padding: 16px 45px 15px 20px;
    }
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--rr-heading-primary);
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea {
    position: relative;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea span {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea {
    background: var(--rr-common-white);
    margin-top: 5px;
    height: 130px !important;
    margin-left: 0;
    border: 1px solid rgba(0, 29, 8, 0.1);
    padding: 13px 45px 13px 20px;
    border-radius: 30px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__textarea textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-heading-primary);
    opacity: 0.6;
    font-size: 16px;
}

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

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

.contact-btn:hover {
    background: var(--rr-heading-primary);
}


/*second product__area*/

.product-filter-area-review {
    justify-content: center;
    gap: 10px;
}

.product-filter-area-review .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    font-size: 22px;
    font-style: normal;
    border-radius: 20px;
    border: 1px solid #83CD20;
    transition: 0.3s;
}

.product-filter-area .rr-fea-product__tab nav .all-button {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.product-filter-area .rr-fea-product__tab nav button {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    transition: 0.3s;
    padding: 0;
    border-radius: 20px;
    margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-filter-area .rr-fea-product__tab nav button {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .product-filter-area .rr-fea-product__tab nav button {
        font-size: 13px;
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .product-filter-area .rr-fea-product__tab nav button {
        font-size: 13px;
    }
}

.product-filter-area .rr-fea-product__tab nav button.active {
    background-color: var(--rr-theme-primary);
    font-weight: var(--rr-fw-bold);
}

.product-filter-area .rr-fea-product__tab nav button.active span {
    color: #fff !important;
}

.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav {
    background: var(--rr-theme-primary);
}

.product-filter-area .rr-fea-product__tab .nav-inner .demo-nav.active {
    background: var(--rr-theme-primary);
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .title {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: 46px;
    margin-bottom: 10px;
    font-style: normal;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .dc {
    margin-bottom: 14px;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .title-wrapper .main-dc {
    margin-bottom: 24px;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item h6 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h6);
    font-size: 18px;
    font-style: normal;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item input {
    height: 50px;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item textarea {
    height: 180px !important;
    border-radius: 4px;
    margin-left: 0;
    border: 1px solid #e5e8e6;
    padding: 10px 20px;
}

.product-filter-area .second-pane .rr-fea-product__wrapper .signup-form-wrapper .item-thumb .signup-item .text .social i {
    color: var(--rr-theme-primary);
}

.latest-contact-us-2-media-content-title {
    margin-left: 50px;
}

@media (max-width:376px),
(max-width:320px) {
    .latest-contact-us-2-media-content-title {
        margin-left: 20px;
    }
}

.latest-contact-us-2-media-content-title h4 {
    color: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h4);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 4px;
}

.latest-contact-us-2-media-content-title p {
    color: rgba(159, 112, 112, 0.7);
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h6);
    font-style: normal;
    font-size: 16px;
    padding: 3px;
}

.latest-contact-us-2-media-content-contact {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-contact-us-2-media-content-contact {
        gap: 20px;
    }
}

.latest-contact-us-2-media-content-contact-text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.latest-contact-us-2-media-content-contact-text h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 18px;
    font-style: normal;
}

@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) {
    .latest-contact-us-2-media-content-contact-text h6 br {
        display: none;
    }
}

.latest-contact-us-2-media-content-contact-text h6:hover {
    color: var(--rr-theme-primary);
}

.latest-contact-us-2-media-content-contact-text h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 18px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 14px;
}

.latest-contact-us-2-media-content-social {
    margin-left: 50px;
    margin-top: 127px;
    display: flex;
    gap: 20px;
}

@media (max-width:320px) {
    .latest-contact-us-2-media-content-social {
        margin-top: 80px;
    }
}

.latest-contact-us-2-media-content-social-icon a {
    color: var(--rr-common-white);
    height: 36px;
    width: 36px;
    background: #193421;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.latest-contact-us-2-media-content-social-icon a:hover {
    background: var(--rr-common-white);
    color: var(--rr-theme-primary);
}

.latest-contact-us-2-media h5 {
    color: #fff;
}

.latest-contact-us-2 .tab-content img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.rr-fea-product {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 60px 60px 60px 55px;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .rr-fea-product {
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .rr-fea-product {
        padding: 40px 40px 40px 40px;
        justify-content: center !important;
    }
}

.rr-fea-product .media-content.has--line {
    position: relative;
}

.rr-fea-product .media-content.has--line::before {
    background: #D9D9D9;
    content: "";
    height: 257px;
    width: 1px;
    position: absolute;
    top: 7px;
    right: -41%;
}

@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) {
    .rr-fea-product .media-content.has--line::before {
        display: none;
    }
}

.rr-fea-product .tab-content img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .rr-fea-product .tab-content img {
        height: 180px;
    }
}


/*contact3*/

.contact3__bg-color {
    background: var(--rr-theme-primary);
    border-radius: 20px;
}

.contact3__bg-img {
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 32px;
    left: 21px;
    max-width: 565px;
}

.contact3__wrap {
    flex-wrap: wrap;
    padding: 30px;
}

.contact3__content {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    padding: 30px;
}

@media (max-width: 575px) {
    .contact3__content {
        padding: 0;
        margin-left: 0;
    }
}

.contact3__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact3__content p br {
        display: none;
    }
}

.contact3__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    margin-bottom: 20px;
    font-style: normal;
}

@media (max-width: 575px) {
    .contact3__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.contact3__thumb img {
    width: 100%;
    height: 100%;
}

.contact3__form {
    margin-top: 40px;
    gap: 10px;
    flex-wrap: wrap;
}

.contact3__form-control {
    background: transparent !important;
    border: 1px solid var(--rr-common-white) !important;
    margin-left: 0 !important;
    border-radius: 999px;
    padding: 15px 30px;
    width: 100%;
    max-width: 406px;
    height: 60px;
}

.contact3__form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-common-white);
}

.contact3__form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-common-white);
}

.contact3__form-control:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-common-white);
}

.contact3__form-control:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-common-white);
}

.contact3__form-control::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-common-white);
}

.contact3__form-btn {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    color: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    display: inline-flex;
    align-items: center;
    padding: 15px 29px;
    border-radius: 999px;
    font-style: normal;
    font-size: 14px;
    transition: 0.3s;
}

.contact3__form-btn:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
}


/*contact4*/

.contact4__bg-color {
    background: var(--rr-common-white);
    border-radius: 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.contact4__bg-img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 565px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact4__wrap {
    flex-wrap: wrap;
}

.contact4__thumb {
    margin-top: -40px;
}

@media (max-width: 575px) {
    .contact4__thumb {
        margin-top: 20px;
    }
}

.contact4__btn {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 999px;
    transition: 0.3s;
}

.contact4__btn:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
}

.contact4__content {
    position: relative;
    z-index: 1;
    margin-left: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact4__content {
        margin-left: 35px;
        margin-top: 30px;
    }
}

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

.contact4__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.contact4__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    margin-bottom: 20px;
    font-style: normal;
}

@media (max-width: 575px) {
    .contact4__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.contact4__thumb img {
    width: 100%;
    height: 100%;
}

.tab__wrap button {
    color: var(--rr-heading-primary) !important;
}

.tab__wrap button.active {
    color: var(--rr-theme-primary) !important;
}

.countrie-details__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .countrie-details__content-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .countrie-details__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .countrie-details__content-title {
        font-size: 25px;
        line-height: 35px;
    }
}

.countrie-details__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.countrie-details__content h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

.countrie-details__content-text h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 18px;
    font-style: normal;
    margin-bottom: 10px;
}

.countrie-details__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.countrie-details__title {
    background: #eae6e5;
    border-radius: 20px 20px 0px 0px;
    padding: 30px 30px 30px 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) {
    .countrie-details__title {
        margin-top: 50px;
    }
}

.countrie-details__title h4 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
}

.countrie-details__box {
    border: 1px solid #E3DBD8;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: none;
}

.countrie-details__box-content {
    padding: 20px 30px 0px 30px;
}

.countrie-details__box-content a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: flex;
    gap: 20px;
    align-items: center;
}

.countrie-details__box-content a i {
    color: var(--rr-theme-primary);
    font-weight: 900;
    font-size: 16px;
}

.countrie-details__box-content a:hover {
    color: var(--rr-theme-primary);
}

.countrie-details__box-btn {
    padding: 0px 30px 40px 30px;
}

.countrie-details__box-btn a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.3s;
}

.countrie-details__box-btn a i {
    transform: rotate(-45deg);
    font-weight: 900;
    font-size: 16px;
    transition: 0.3s;
}

.countrie-details__box-btn a:hover {
    color: var(--rr-theme-primary);
}

.countrie-details__box-btn a:hover i {
    transform: rotate(1deg);
}

.countrie-details__input {
    position: relative;
    margin-top: 92px;
}

.countrie-details__input h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
}

.countrie-details__input input {
    position: relative;
    margin-left: 0;
    border: 2px solid #E3DBD8;
    border-radius: 20px;
    padding: 15px 30px;
}

.countrie-details__input-icon {
    position: absolute;
    top: 71%;
    right: 20px;
    transform: translateY(-50%);
}

.countrie-details__links {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
}

.countrie-details__links a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3DBD8;
    padding-bottom: 20px;
}

.countrie-details__links a:hover {
    color: var(--rr-theme-primary);
}

.countrie-details__links a:hover i {
    color: var(--rr-heading-primary);
}

.countrie-details__links a i {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}


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


/* 8.1 404
/*----------------------------------------*/

.rs__faq .accordion-button {
    font-size: 18px;
    line-height: var(--rr-lh-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    background: #fff;
    display: inline-block;
    padding: 19px;
    padding-right: 64px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

@media (max-width: 575px) {
    .rs__faq .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }
}

.rs__faq .accordion-button:focus {
    box-shadow: none;
}

.rs__faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
}

.rs__faq .accordion-button:not(.collapsed)::after {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    content: "\f077";
    border-color: transparent;
}

.rs__faq .accordion-button::after {
    width: 32px;
    height: 32px;
    position: absolute;
    border: 2px solid #eae6e5;
    border-radius: 500px;
    right: 24px;
    content: "\f054";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: 16px;
    top: calc(50% + 1px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
    background: #eae6e5;
}

.rs__faq .accordion-body {
    padding-top: 25px !important;
    padding: 25px;
    padding-top: 0;
    background: #eae6e5;
}

.rs__faq .accordion-body>p {
    color: var(--rr-heading-primary);
    margin-bottom: 0;
}

.rs__faq .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -o-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
    border: none;
    transition: 0.3s;
}

.rs__faq .accordion-item:last-child {
    margin-bottom: 0;
}

.rs__faq .accordion-item:has(.collapse.show) {
    border-color: transparent;
    background: #eae6e5;
    border-radius: 20px;
}

.rs__faq .accordion {
    columns: 2;
    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) {
    .rs__faq .accordion {
        columns: 1;
    }
}


/*brand*/

.main-brand__tittle-wrapper-title {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h4);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 8px;
}

.main-brand__tittle-wrapper-subtitle {
    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: 16px;
    font-style: normal;
}

.brand__thumb img {
    opacity: 1;
    width: auto;
    height: 48px;
}

@media (max-width: 1189px) {
    .faq__content-text p br {
        display: none;
    }
}

.faq__content-right-img {
    position: absolute;
    width: 373.74px;
    height: 440.95px;
    left: 505px;
    top: 12px;
}

@media (max-width: 1199px) {
    .faq__content-right-img {
        display: none;
    }
}

.faq__media img {
    width: 100%;
    height: 614px;
    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) {
    .faq__media img {
        height: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .faq__media img {
        max-width: 450px;
        height: 450px;
        display: block;
        margin: 0 auto;
    }
}

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

.faq__content-text-icon {
    background: var(--rr-theme-primary);
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 17px;
    transition: 0.3s;
}

.faq__content-text-icon svg {
    transition: 0.3s;
}

.faq__content-text-icon:hover svg {
    animation: shake 0.5s;
}

.faq__content-text h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 13px;
}

.faq__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}


/*counter-section*/

.counter__bg {
    background: var(--rr-theme-primary);
    padding: 50px;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 575px) {
    .counter__bg {
        padding: 30px;
    }
}

.counter__item-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    letter-spacing: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .counter__item-title {
        font-size: 46px;
    }
}

.counter__item-title span {
    font-family: var(--rr-ff-heading) !important;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

.counter__item p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .counter__item {
        text-align: center;
    }
}

.gallery__item {
    position: relative;
}

.gallery__item:hover .gallery__content {
    opacity: 1;
    visibility: visible;
}

.gallery__media img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.gallery__content {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 1;
    bottom: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    transform: translate(-50%, -50%);
}

.gallery__title {
    color: var(--rr-heading-primary);
    margin-bottom: 10px;
    transition: 0.3s;
}

.gallery__title:hover {
    color: var(--rr-theme-primary);
}

.contact-info__shadow {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 60px 40px 60px 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-info__shadow {
        padding: 25px 25px 25px 25px;
    }
}

@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-info__content {
        margin-bottom: 40px;
    }
}

.contact-info__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.contact-info__content-text-list ul li {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 28px;
    font-size: 18px;
    list-style: none;
    font-style: normal;
}

.contact-info__content-text-list ul li i {
    color: var(--rr-theme-primary);
}

.contact-info__content-2 {
    margin-left: 43px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-info__content-2 {
        margin-left: 15px;
    }
}

.contact-info__link-phone {
    display: flex;
    gap: 20px;
    align-items: center;
}

.contact-info__link-phone-icon i {
    color: var(--rr-theme-primary);
    font-weight: 900;
    font-size: 25px;
    line-height: 25px;
    font-style: normal;
}

.contact-info__link-phone-text {
    display: block;
}

.contact-info__link-phone-text span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.contact-info__link-phone-text a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-top: 3px;
}

.contact-info__link-phone-text a:hover {
    color: var(--rr-theme-primary);
}

.contact-info__link-phone-text h4 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-top: 3px;
}

.p-0 {
    padding: 0 !important;
    background: var(--rr-common-white) !important;
}


/*team*/

.team__item-media {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
}

.team__item-media img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team__item-content {
    padding: 20px 40px 40px 40px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__item-content {
        padding: 20px 20px 20px 20px;
    }
}

.team__item-content-text a h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: var(--rr-fs-h5);
    margin-bottom: 5px;
    font-style: normal;
}

.team__item-content-text a h5:hover {
    color: var(--rr-theme-primary);
}

.team__item-content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.team__item-content-social {
    position: relative;
}

.team__item-content-social-icon {
    display: inline-flex;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.team__item-content-social-icon i {
    font-size: 18px;
    color: var(--rr-theme-primary);
}

.team__item-content-social-icon:hover i {
    color: var(--rr-heading-primary);
}

.team__item-content-social-list {
    position: absolute;
    bottom: 75px;
    right: 10px;
    list-style: none;
    background: var(--rr-theme-primary);
    padding: 15px 10px;
    border-radius: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.team__item-content-social-list:hover {
    background: var(--rr-heading-primary);
}

.team__item-content-social-list:hover a:hover i {
    color: var(--rr-theme-primary);
}

.team__item-content-social-list li {
    text-align: center;
}

.team__item-content-social-list li a {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
}

.team__item-content-social-list li a:hover {
    color: var(--rr-heading-primary);
}

.team__item-content-social:hover .team__item-content-social-list {
    opacity: 1;
    visibility: visible;
}

.team__item:hover .team__item-media img {
    transform: scale(1.2);
}


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


/*  8.11 team-details
/*----------------------------------------*/

.teamdetail__media img {
    max-width: 440px;
    height: 100%;
    border-radius: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .teamdetail__media img {
        max-width: 100%;
    }
}

.teamdetail__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .teamdetail__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .teamdetail__content-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.teamdetail__content b {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
    margin-left: 94px;
}

.teamdetail__content b::before {
    position: absolute;
    content: "";
    width: 70px;
    top: 10px;
    right: 0;
    left: -94px;
    border: 1px solid #034833;
}

.teamdetail__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.teamdetail__content-text ul li {
    font-family: var(--rr-heading-primary);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h6);
    font-size: 18px;
    font-style: normal;
    list-style: none;
    margin-top: 15px;
}

.teamdetail__content-text ul li span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-left: 15px;
}

.teamdetail__content-text ul li a {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-left: 15px;
}

.teamdetail__content-text ul li a:hover {
    color: var(--rr-theme-primary);
}

.teamdetail__description-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 29px;
    font-style: normal;
}

.teamdetail__description-paragraph {
    margin-bottom: 30px !important;
}

.teamdetail__description p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.teamdetail__progress {
    margin-right: 62px;
}

@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) {
    .teamdetail__progress {
        margin-right: 0;
    }
}

.teamdetail__progress-wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

.teamdetail__progress-wrapper-item {
    margin-bottom: 15px;
}

.teamdetail__progress-wrapper-item-content {
    margin-bottom: 10px;
}

.teamdetail__progress-wrapper-item-content .span-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.teamdetail__progress-wrapper-item-content .left-side {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.teamdetail__progress-wrapper-item .progress {
    border-radius: 5px;
    height: 8px;
}

.teamdetail__progress-wrapper-item .progress-2 {
    height: 6px;
}

.teamdetail__progress-wrapper-item .progress .progress-bar {
    border-radius: 5px;
    background: var(--rr-theme-primary);
}

.teamdetail__from-content {
    background: #eae6e5;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 575px) {
    .teamdetail__from-content {
        padding: 20px 20px 30px 20px;
    }
}

.teamdetail__from-content-title {
    font-family: var(--rr-heading-primary);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
    margin-bottom: 20px;
}

.teamdetail__from-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 20px;
}

.teamdetail__from-content-input input {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    background: var(--rr-common-white);
    font-size: 16px;
    font-style: normal;
    margin-left: 0;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    margin-bottom: 20px;
}

.teamdetail__from-content-textarea textarea {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    background: var(--rr-common-white);
    font-size: 16px;
    font-style: normal;
    margin-left: 0;
    border-radius: 20px;
    padding: 10px 20px;
    height: 167px !important;
    border: none;
}

.teamdetail__from-content-button {
    flex-wrap: wrap;
    row-gap: 20px;
}

.teamdetail__from-content-button .live-comment-widget__agree {
    display: flex;
    gap: 10px;
    align-items: center;
}

.teamdetail__from-content-button .form-check-label {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.teamdetail__from-content-button-btn {
    color: var(--rr-common-white);
    background: var(--rr-theme-primary);
    border-radius: 30px;
    padding: 10px 51px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.teamdetail__from-content-button-btn:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
}


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


/*  8.12 home1
/*----------------------------------------*/


/*service*/

.service__item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 50px 40px 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service__item {
        padding: 40px 40px 40px;
    }
}

.service__item-icon {
    background: var(--rr-theme-primary);
    display: inline-flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

.service__item-icon svg {
    transition: 0.3s;
}

.service__item-content h4 {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h5);
    line-height: var(--rr-lh-h5);
    font-style: normal;
    margin-bottom: 20px;
}

.service__item-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.service__item:hover .service__item-icon svg {
    animation: shake 0.5s;
}


/*choose-us*/

.choose-us__media {
    display: flex;
    gap: 30px;
    max-width: 580px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose-us__media {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .choose-us__media {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.choose-us__media-thumb-img-img img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.choose-us__media-thumb-img-green-border {
    position: absolute;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 20px;
    width: 261px;
    height: 350px;
    margin-left: 15px;
    margin-top: 20px;
    z-index: 1;
}

.choose-us__media-thumb-circle {
    margin-top: 50px;
    max-width: 206px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.choose-us__media-thumb-circle img {
    width: 100%;
    height: 100%;
}

.choose-us__media-img-pictute {
    max-width: 282px;
    width: 100%;
}

.choose-us__media-img-pictute img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.choose-us__text {
    background: var(--rr-theme-primary);
    display: flex;
    align-items: center;
    padding: 33px 44px;
    border-radius: 20px;
    gap: 20px;
    margin-bottom: 23px;
}

.choose-us__text span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

.choose-us__text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .choose-us__content {
        margin-top: 40px;
    }
}

.choose-us__content-description {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.choose-us__content-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .choose-us__content-wrapper {
        gap: 25px;
    }
}

.choose-us__content-wrapper-box {
    border: var(--rr-border-primary);
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}

.choose-us__content-wrapper-box-title {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.choose-us__content-wrapper-box-title-icon {
    background: var(--rr-theme-primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-wrap: wrap;
    column-gap: 10px;
}

.choose-us__content-wrapper-box-title-icon svg {
    transition: 0.3s;
}

.choose-us__content-wrapper-box-title h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-fs-h5);
    font-size: 22px;
    font-style: normal;
}

.choose-us__content-wrapper-box-list ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-fs-h5);
    font-style: normal;
    font-size: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.choose-us__content-wrapper-box-list ul li i {
    color: var(--rr-theme-primary);
}

.choose-us__content-wrapper-box:hover .choose-us__content-wrapper-box-title-icon svg {
    animation: shake 0.5s;
}

.choose-us__button {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.choose-us__button-2 {
    gap: 30px;
}

.choose-us__button-btn a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 30px;
    transition: 0.3s;
}

.choose-us__button-btn a:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    border: 1px solid var(--rr-heading-primary);
}

.choose-us__button-btn-2 {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white) !important;
}

.choose-us__button-btn-2:hover {
    background: var(--rr-heading-primary);
}

.choose-us__button-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    column-gap: 10px;
}

.choose-us__button-text-icon {
    background: var(--rr-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.choose-us__button-text-icon i {
    color: var(--rr-common-white);
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
}

.choose-us__button-text-icon:hover i {
    animation: shake 0.5s;
}

.choose-us__button-text-number h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.choose-us__button-text-number a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    transition: 0.3s;
}

.choose-us__button-text-number a:hover {
    color: var(--rr-theme-primary);
}


/*adventure-section*/

.adventure__item {
    padding: 40px 30px;
    border: var(--rr-border-primary);
    border-radius: 20px;
    background: var(--rr-background-gray);
    transition: 0.3s;
}

.adventure__item-icon img {
    width: 70px;
    height: 70px;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.adventure__item-content h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
}

.adventure__item-content-list ul li {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}

.adventure__item-content-list ul li i {
    color: var(--rr-heading-primary);
}

.adventure__item-content .list-2 ul li i {
    color: var(--rr-theme-primary);
}

.adventure__item:hover .adventure__item-icon img {
    transform: rotate(360deg);
}


/**coaching**/

.coaching__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.coaching__content-box {
    background: var(--rr-common-white);
    border: var(--rr-border-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .coaching__content-box {
        padding: 25px 25px;
    }
}

.coaching__content-box-text h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    margin-bottom: 10px;
    font-style: normal;
}

.coaching__content-box-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-fs-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.coaching__content-box-button a {
    color: var(--rr-heading-primary);
    border: var(--rr-border-primary);
    padding: 20px 23px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.coaching__content-box-button a i {
    color: var(--rr-heading-primary);
}

.coaching__content-box-button a:hover {
    background: var(--rr-theme-primary);
    border: 1px solid var(--rr-theme-primary);
}

.coaching__content-box-button a:hover i {
    color: var(--rr-common-white);
}

.coaching__media-thumb {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .coaching__media-thumb {
        margin-top: 30px;
    }
}

.coaching__media-thumb img {
    width: 100%;
    height: 455px;
    border-radius: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .coaching__media-thumb img {
        height: 100%;
    }
}

.coaching__media-social {
    display: flex;
    justify-content: center;
}

.coaching__media-social-icon {
    position: absolute;
    top: 76%;
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    padding: 9px 15px;
    background: var(--rr-common-white);
    display: inline-flex;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    justify-content: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .coaching__media-social-icon {
        top: 88%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .coaching__media-social-icon {
        top: 80%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .coaching__media-social-icon {
        top: 78%;
    }
}

.coaching__media-social-icon a {
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    font-style: normal;
    transition: 0.3s;
}

.coaching__media-social-icon a:hover {
    color: var(--rr-theme-primary);
}


/*testimonial*/

.testimonial__media img {
    width: 100%;
    height: 645px;
    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) {
    .testimonial__media img {
        height: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}

.testimonial__content {
    background: var(--rr-theme-primary);
    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) {
    .testimonial__content {
        margin-top: 40px;
    }
}

.testimonial__content-text {
    padding: 60px 60px 0px 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial__content-text {
        padding: 30px 30px 0px 30px;
    }
}

.testimonial__content-text-icon {
    margin-bottom: 20px;
}

.testimonial__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-size: 29px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .testimonial__content-text p {
        font-size: 20px;
        line-height: 35px;
    }
}

.testimonial__content-text-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.testimonial__content-text-title-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial__content-text-title-name h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 5px;
}

.testimonial__content-text-title-name span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.testimonial__content-button {
    gap: 20px;
    align-items: center;
    margin-top: 50px;
    justify-content: end;
    padding: 0px 60px 40px 60px;
}

.testimonial__content-button-border::before {
    width: 457px;
    right: 215px;
    content: "";
    position: absolute;
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial__content-button-border::before {
        display: none;
    }
}

.testimonial__content-button-btn {
    background: var(--rr-common-white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.testimonial__content-button-btn i {
    color: var(--rr-heading-primary);
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
}

.testimonial__content-button-btn:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
}

.testimonial__content-button-btn:hover i {
    color: var(--rr-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial__content-button {
        justify-content: center;
    }
}

.testimonial__content-2 {
    background: var(--rr-common-white);
    margin-left: -215px;
}

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

.testimonial__content-2-text {
    padding: 60px 60px 87px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial__content-2-text {
        padding: 30px 30px 30px 30px;
    }
}

.testimonial__content-2-text-icon {
    margin-bottom: 20px;
}

.testimonial__content-2-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-size: 29px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .testimonial__content-2-text p {
        font-size: 20px;
        line-height: 35px;
    }
}

.testimonial__content-2-text-name h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .testimonial__content-2-text-name h6 {
        font-size: 18px;
    }
}

.testimonial__content-2-text-name span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.testimonial__content-2-swiper-pagination {
    position: absolute;
    bottom: 100px !important;
    left: 610px !important;
}

.testimonial__content-2-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--rr-common-black);
}

.testimonial__content-2-swiper-pagination .swiper-pagination-bullet-active-next {
    border: 1px solid var(--rr-heading-primary);
    background: var(--rr-common-white);
}

.testimonial__content-3 {
    background: var(--rr-common-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-right: -110px;
}

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

.testimonial__content-3-text {
    padding: 60px 60px 60px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial__content-3-text {
        padding: 30px 30px 30px 30px;
    }
}

.testimonial__content-3-text p {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    font-size: 29px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .testimonial__content-3-text p {
        font-size: 20px;
        line-height: 35px;
    }
}

.testimonial__content-3-text-name h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .testimonial__content-3-text-name h6 {
        font-size: 18px;
    }
}

.testimonial__content-3-text-name span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.testimonial__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 334px;
    height: 261px;
    position: absolute;
    top: 75px;
    right: 104px;
    opacity: 1;
}


/*latest-tema area start*/

.latest-team__title-wrapper h6 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-subtitle);
    font-weight: var(--rr-fw-sbold);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
    display: flex;
    font-style: normal;
    align-items: center;
    gap: 10px;
}

.latest-team__title-wrapper h2 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-size: var(--rr-fs-h2);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .latest-team__title-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-team__title-wrapper h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .latest-team__title-wrapper h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .latest-team__title-wrapper h2 br {
        display: none;
    }
}

@media (max-width: 575px),
(max-width:450px) {
    .latest-team__item-slide {
        width: 100% !important;
    }
}

.latest-team__button-right .right-icon {
    margin-right: 10px;
}

.latest-team__button-right a {
    width: 50px;
    height: 50px;
}

.latest-team__item {
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px),
(max-width:450px) {
    .latest-team__item {
        margin-right: 0;
    }
}

.latest-team__item-media {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.latest-team__item-media a img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.latest-team__item-media-img-title {
    background: var(--rr-common-white);
    right: 0;
    margin: auto;
    margin-left: 30px;
    z-index: 7;
    padding: 30px 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: space-between;
    margin-top: -75px;
    align-items: center;
    position: relative;
}

@media (max-width: 575px) {
    .latest-team__item-media-img-title {
        padding: 20px 20px;
    }
}

.latest-team__item-media-img-title-text h4 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
}

.latest-team__item-media-img-title-text p {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-fs-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .latest-team__item-media-img-title-text p br {
        display: none;
    }
}

.latest-team__item-media-img-title-button {
    display: flex;
    align-items: center;
}

.latest-team__item-media-img-title-button a {
    background: var(--rr-common-white);
    border: var(--rr-border-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border-radius: 20px;
}

.latest-team__item-media-img-title-button a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    border: 1px solid var(--rr-theme-primary);
}

.latest-team__item-media-img-title-button a:hover i {
    color: var(--rr-common-white);
    transform: rotate(0deg);
}

.latest-team__item-media-img-title-button a i {
    color: var(--rr-heading-primary);
    transform: rotate(-40deg);
    transition: 0.3s;
}


/*latest-testimonial area start*/

.testi-carousel-wrap .testi-thumb-wrap {
    overflow: hidden;
    width: 338px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testi-carousel-wrap .thumb-carousel {
    width: 110px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: visible;
}

.testi-carousel-wrap .thumb-carousel .swiper-slide {
    height: 110px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi-carousel-wrap .testi-thumb {
    border: 5px solid transparent;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    opacity: 0.3;
}

.testi-carousel-wrap .testi-thumb img {
    border-radius: 50%;
    border: 3px solid #FF3D00;
}

.testi-carousel-wrap .swiper-slide.swiper-slide-active .testi-thumb {
    height: 100px;
    width: 100px;
    border: 5px solid var(--mt-color-theme-secondary);
    border-radius: 50%;
    opacity: 1;
}

.testi-carousel-wrap .content-carousel {
    padding-bottom: 55px;
}

.testi-carousel-wrap .content-carousel .swiper-pagination {
    left: 0;
    text-align: left;
}

.lan-select .nice-select {
    border: none;
}


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


/*  8.12 home3
/*----------------------------------------*/

.choose-us2__thumb {
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .choose-us2__thumb {
        margin-left: 0;
    }
}

.choose-us2__thumb-media {
    max-width: 510px;
}

@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) {
    .choose-us2__thumb-media {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}

.choose-us2__thumb-media-border {
    position: absolute;
    border: 5px solid var(--rr-theme-primary);
    border-radius: 20px;
    width: 510px;
    height: 561px;
    margin-left: -30px;
    margin-top: 40px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .choose-us2__thumb-media-border {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}

.choose-us2__thumb-media img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-left: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose-us2__thumb-media img {
        height: 450px;
    }
}

.choose-us2__text {
    position: absolute;
    margin-bottom: 0;
    z-index: 1;
    padding: 20px 30px;
    max-width: 242px;
    margin-left: 330px;
    margin-top: -160px;
}

@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) {
    .choose-us2__text {
        margin-left: 10px;
        margin-top: -122px;
    }
}

.choose-us2__text P {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.choose-us2__list {
    display: flex;
    align-items: start;
    gap: 15px;
    flex-wrap: wrap;
}

.choose-us2__list-icon {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 6px;
    margin-top: 5px;
}

.choose-us2__list-text h4 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    margin-bottom: 16px;
    font-style: normal;
}

.choose-us2__list-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .choose-us2__list-text p br {
        display: none;
    }
}


/*visa-catagory__*/

.visa-catagory__item {
    background: var(--rr-background-gray);
    border: var(--rr-border-primary);
    padding: 40px;
    border-radius: 20px;
    transition: 0.3s;
}

.visa-catagory__item:hover {
    border-color: var(--rr-theme-primary);
}

.visa-catagory__item-icon {
    margin-bottom: 30px;
}

.visa-catagory__item-icon svg {
    transition: 0.3s;
}

.visa-catagory__item-content span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    text-transform: uppercase;
}

.visa-catagory__item-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.visa-catagory__item:hover .visa-catagory__item-icon svg {
    animation: shake 0.5s;
}

.visa-catagory__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    text-transform: capitalize;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-catagory__thumb-media {
        margin-top: 40px;
    }
}

.visa-catagory__thumb-media img {
    width: 100%;
    height: 690px;
    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) {
    .visa-catagory__thumb-media img {
        height: 100%;
    }
}


/*brand-bg-theme*/

.rr-brand-active .swiper-slide {
    width: auto;
    display: inline-block;
}

.rr-slider-transition {
    transition-timing-function: linear;
}


/*brand-bg-theme*/


/*process-overview-section*/

.process-overview__wrapper {
    gap: 74px;
    justify-content: center;
    flex-wrap: wrap;
    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) {
    .process-overview__wrapper {
        gap: 30px;
    }
}

.process-overview__bg-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    bottom: 0;
}

@media (max-width: 575px) {
    .process-overview__bg-img {
        display: none;
    }
}

.process-overview__wrap {
    position: relative;
    z-index: 1;
}

.process-overview__item {
    background: var(--rr-common-white);
    border: var(--rr-border-primary);
    padding: 40px 40px 40px 70px;
    border-radius: 20px;
    z-index: 2;
    max-width: 360px;
    top: 0;
    right: -40px;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process-overview__item {
        padding: 30px 30px 30px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process-overview__item {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process-overview__item {
        right: 0;
    }
}

.process-overview__item span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
}

.process-overview__item p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .process-overview__item p br {
        display: none;
    }
}

.process-overview__item:hover .process-overview__icon svg {
    animation: shake 0.5s;
}

.process-overview__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-top: 5px;
}

.process-overview__title:hover {
    color: var(--rr-theme-primary);
}

.process-overview__icon {
    background: var(--rr-common-white);
    border: 1px solid var(--rr-theme-primary);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .process-overview__icon {
        margin-left: 265px;
        margin-top: -25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-overview__icon {
        margin-left: 215px;
        margin-top: -30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .process-overview__icon {
        margin-left: 260px;
        margin-top: -25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .process-overview__icon {
        display: none;
    }
}


/*ticket-booking*/

.ticket-booking-wrapper {
    display: flex;
    overflow: hidden;
    align-items: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 15px;
    background: linear-gradient(90deg, #034833 0%, #034833 38.32%, rgba(3, 72, 51, 0) 99.43%);
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .ticket-booking-wrapper {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        display: inherit;
        background-color: #034833;
    }
}

.ticket-booking-wrapper__from {
    margin-left: 71px;
    min-width: 551px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ticket-booking-wrapper__from {
        margin-left: 50px;
    }
}

@media (max-width: 575px) {
    .ticket-booking-wrapper__from {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .ticket-booking-wrapper__from {
        min-width: inherit;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .ticket-booking-wrapper__from {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.ticket-booking-wrapper__from .row {
    --ticket-bookingbs-gutter-x: 20px;
}

.ticket-booking-wrapper__from-item {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

.ticket-booking-wrapper__from-item label {
    color: var(--rr-common-white);
    margin-bottom: 10px;
}

.ticket-booking-wrapper__from-item .input-datepicker {
    position: relative;
}

.ticket-booking-wrapper__from-item .input-datepicker::before {
    right: 0px;
    content: "\f107";
    position: absolute;
    color: var(--rr-common-white);
    transform: translate(-38px, 50%);
    font-family: var(--rr-ff-fontawesome);
}

.ticket-booking-wrapper__from-item .input-datepicker::before:hover::before {
    rotate: 180deg;
}

.ticket-booking-wrapper__from-item .input-datepicker .icon {
    left: 0px;
    position: absolute;
    transform: translate(38px, 50%);
}

.ticket-booking-wrapper__from-item-select {
    position: relative;
}

.ticket-booking-wrapper__from-item-select .icon {
    position: absolute;
    transform: translate(38px, 50%);
}

.ticket-booking-wrapper__from .nice-select span {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 16px;
}

.ticket-booking-wrapper__from input {
    z-index: 2;
    position: relative;
    width: 100%;
    padding: 5px 17px;
    border: none;
    height: 60px;
    cursor: pointer;
    padding-bottom: 0;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid var(--rr-common-white);
    background: transparent;
    border-radius: 999px;
    color: var(--rr-common-white) !important;
    margin-left: 0;
}

.ticket-booking-wrapper__from input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--rr-common-white) !important;
    font-size: 16px;
    font-weight: 400;
}

.ticket-booking-wrapper__from input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--rr-common-white) !important;
    font-size: 16px;
    font-weight: 400;
}

.ticket-booking-wrapper__from input:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--rr-common-white) !important;
    font-size: 16px;
    font-weight: 400;
}

.ticket-booking-wrapper__from input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--rr-common-white) !important;
    font-size: 16px;
    font-weight: 400;
}

.ticket-booking-wrapper__from input::placeholder {
    /* MODERN BROWSER */
    color: var(--rr-common-white) !important;
    font-size: 16px;
    font-weight: 400;
}

.ticket-booking-wrapper__from .quantity__group {
    position: relative;
}

.ticket-booking-wrapper__from .quantity__group label {
    color: var(--rr-common-white);
    margin-bottom: 10px;
}

.ticket-booking-wrapper__from .quantity__group .quantity-control {
    color: #83CD20;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
}

.ticket-booking-wrapper__from .quantity__group .quantity-control.plus {
    right: 0px;
    position: absolute;
    transform: translate(-38px, 50%);
}

.ticket-booking-wrapper__from .quantity__group .quantity-control.minus {
    left: 38px;
    position: absolute;
    top: 56%;
}

.ticket-booking-wrapper__from button {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    background: #83CD20;
    border-radius: 999px;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    transition: 0.3s;
}

.ticket-booking-wrapper__from button:hover {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
}

@media (max-width: 575px) {
    .ticket-booking-wrapper__from button {
        margin-top: 20px;
    }
}

.ticket-booking-wrapper__media {
    z-index: -1;
    margin-left: -170px;
    min-width: 808px;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ticket-booking-wrapper__media {
        margin-left: -40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .ticket-booking-wrapper__media {
        margin-left: 0px;
        min-width: inherit;
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
}

.ticket-booking-wrapper__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ticket-booking-wrapper__media img {
        height: 500px;
    }
}

.ticket-booking .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-radius: 999px;
    border: solid 1px var(--rr-common-white) !important;
    color: var(--rr-common-white);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    width: 100% !important;
    line-height: 60px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -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;
}

.ticket-booking .nice-select:hover {
    border-color: #dbdbdb;
}

.ticket-booking .nice-select:active,
.ticket-booking .nice-select.open,
.ticket-booking .nice-select:focus {
    border-color: #999;
}

.ticket-booking .nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 38px;
    font-family: var(--rr-ff-fontawesome);
    color: var(--rr-common-white);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
}

.ticket-booking .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);
}

.ticket-booking .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);
}

.ticket-booking .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.ticket-booking .nice-select.disabled::after {
    border-color: #cccccc;
}

.ticket-booking .nice-select.wide {
    width: 100%;
}

.ticket-booking .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.ticket-booking .nice-select.right {
    float: right;
}

.ticket-booking .nice-select.right .list {
    left: auto;
    right: 0;
}

.ticket-booking .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.ticket-booking .nice-select.small::after {
    height: 4px;
    width: 4px;
}

.ticket-booking .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.ticket-booking .nice-select .list {
    background-color: var(--rr-common-white) !important;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    color: var(--rr-common-black) !important;
    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;
}

.ticket-booking .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    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;
}

.ticket-booking .nice-select .option:hover {
    background-color: #f6f7f9;
}

.ticket-booking .nice-select .option.selected {
    font-weight: bold;
}

.ticket-booking .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.ticket-booking .no-csspointerevents .nice-select .list {
    display: none;
}

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


/*counter-section*/

.counter2__allcontent {
    position: relative;
    z-index: 2;
    margin-top: -203px;
}

.counter2__bg-color {
    background: var(--rr-theme-primary);
    padding: 40px 40px 40px 60px;
    border-radius: 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) {
    .counter2__bg-color {
        padding: 73px 40px 40px 60px;
    }
}

@media (max-width: 575px) {
    .counter2__bg-color {
        padding: 50px 30px 30px 30px;
    }
}

.counter2__bg-img {
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.counter2__paragraph {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.counter2__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.counter2__count {
    display: flex;
    align-items: center;
    gap: 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) {
    .counter2__count {
        margin-top: 40px;
        margin: 40px auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .counter2__count {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.counter2__item {
    border: 1px solid var(--rr-common-white);
    padding: 37px 53px 28px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .counter2__item {
        padding: 20px 20px 20px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.counter2__item-icon {
    background: var(--rr-common-white);
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.counter2__item-count-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    letter-spacing: 3px;
}

@media (max-width: 780px) {
    .counter2__item-count-title {
        font-size: 43px;
    }
}

.counter2__item-count-title span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

.counter2__item-count p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.counter2__item:hover .counter2__item-icon svg {
    animation: shake 0.5s;
}


/*ask-question*/

.ask-question__media {
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .ask-question__media {
        justify-content: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .ask-question__media {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 50px;
    }
}

.ask-question__media-thumb-img {
    border-radius: 20px;
    overflow: hidden;
}

.ask-question__media-thumb-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.ask-question__media-thumb-img img:hover {
    transform: scale(1.2);
}

.ask-question__media-img-img1 {
    border-radius: 30px;
    overflow: hidden;
}

.ask-question__media-img-img1 img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.ask-question__media-img-img1 img:hover {
    transform: scale(1.2);
}

.ask-question__media-img-img2 {
    margin-top: 23px;
    border-radius: 20px;
    overflow: hidden;
}

.ask-question__media-img-img2 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.ask-question__media-img-img2 img:hover {
    transform: scale(1.2);
}

.ask-question__text {
    background: var(--rr-common-white);
    border: 2px solid var(--rr-theme-primary);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 30px;
}

.ask-question__text:hover .ask-question__text-icon svg {
    animation: shake 0.5s;
}

@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) {
    .ask-question__text {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.ask-question__text-icon {
    background: var(--rr-theme-primary);
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.ask-question__text-title h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 5px;
}

.ask-question__text-title p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.ask-question__faq .accordion-button {
    background: var(--rr-background-gray);
    line-height: var(--rr-lh-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    border: 1px solid #E3DBD8;
    font-size: 18px;
    display: inline-block;
    padding: 30px;
    padding-right: 64px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px !important;
}

@media (max-width: 575px) {
    .ask-question__faq .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }
}

.ask-question__faq .accordion-button:focus {
    box-shadow: none;
}

.ask-question__faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 1px solid #E3DBD8;
    border-bottom: none;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-bottom: 10px;
}

.ask-question__faq .accordion-button:not(.collapsed)::after {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    content: "\f077";
    border-color: transparent;
}

.ask-question__faq .accordion-button::after {
    width: 32px;
    height: 32px;
    position: absolute;
    border: 2px solid #eae6e5;
    border-radius: 500px;
    right: 24px;
    content: "\f054";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: 16px;
    top: calc(50% + 1px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
    background: var(--rr-common-white);
}

.ask-question__faq .accordion-body {
    padding: 25px;
    padding-top: 0;
    background: var(--rr-background-gray);
    border: 1px solid #E3DBD8;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ask-question__faq .accordion-body>p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .ask-question__faq .accordion-body>p br {
        display: none;
    }
}

@media (max-width: 575px) {
    .ask-question__faq .accordion-body>p {
        font-size: 13px;
        line-height: 25px;
    }
}

.ask-question__faq .accordion-item {
    margin-bottom: 14px;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -o-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
    border: none;
    transition: 0.3s;
}

.ask-question__faq .accordion-item:last-child {
    margin-bottom: 0;
}

.ask-question__faq .accordion-item:has(.collapse.show) {
    border-color: transparent;
    background: var(--rr-background-gray);
}

.ask-question__faq-item {
    background: var(--rr-background-gray);
}


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


/*  8.12 home3
/*----------------------------------------*/


/*visa-category*/

.visa-category-2__tab {
    border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab {
        margin-bottom: 40px;
    }
}

.visa-category-2__tab li {
    display: inline-block;
    width: 100%;
}

.visa-category-2__tab li:not(:last-child) {
    margin-bottom: 30px;
}

.visa-category-2__tab li button {
    padding: 33px 30px;
    width: 100%;
    column-gap: 30px;
    display: flex;
    font-size: 22px;
    font-style: normal;
    border-radius: 20px;
    color: rgba(3, 72, 51, 0.3);
    border: 1px solid #E3DBD8;
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-bold);
    font-family: var(--rr-ff-heading);
}

@media (max-width: 575px) {
    .visa-category-2__tab li button {
        flex-wrap: wrap;
    }
}

.visa-category-2__tab li button .icon {
    width: 80px;
    height: 80px;
    border-radius: 500px;
    display: flex;
    min-width: 80px;
    align-items: center;
    justify-content: center;
    background-color: var(--rr-theme-primary);
}

.visa-category-2__tab li button .text {
    text-align: left;
}

@media (max-width: 575px) {
    .visa-category-2__tab li button .text {
        margin-top: 20px;
    }
}

.visa-category-2__tab li button .text .heading {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
    font-style: normal;
}

.visa-category-2__tab li button .text .heading:hover {
    color: var(--rr-theme-primary);
}

.visa-category-2__tab li button .text .paragraph {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.visa-category-2__tab li button.active {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.visa-category-2__tab-content {
    position: relative;
}

.visa-category-2__tab-content__media {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab-content__media {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

.visa-category-2__tab-content__media .image-1 {
    border-radius: 20px;
    border: 5px solid var(--rr-theme-primary);
    object-fit: cover;
    position: absolute;
    top: 112px;
    rotate: -15deg;
    z-index: 1;
    left: 82px;
    max-width: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab-content__media .image-1 {
        top: 40px;
    }
}

@media (max-width: 575px) {
    .visa-category-2__tab-content__media .image-1 {
        display: none;
    }
}

.visa-category-2__tab-content__media .image-2 {
    rotate: 15deg;
    max-width: 310px;
    border-radius: 20px;
    position: absolute;
    right: 50px;
    top: 10px;
    border: 2px solid var(--rr-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab-content__media .image-2 {
        position: inherit;
    }
}

@media (max-width: 575px) {
    .visa-category-2__tab-content__media .image-2 {
        right: 0;
        max-width: 100%;
        rotate: 0deg;
    }
}

.visa-category-2__tab-content__media-shap .shap-1 {
    max-width: 124px;
    height: auto;
    position: absolute;
    top: -14px;
    left: 125px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab-content__media-shap .shap-1 {
        display: none;
    }
}

.visa-category-2__tab-content__media-shap .shap-2 {
    max-width: 37px;
    height: auto;
    position: absolute;
    top: 140px;
    left: 10px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-category-2__tab-content__media-shap .shap-2 {
        display: none;
    }
}

.visa-category-2__item:hover .icon svg {
    animation: shake 0.5s;
}


/**countries**/

.countries__tab {
    padding: 40px;
    border-bottom: none;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

@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) {
    .countries__tab {
        margin-bottom: 40px;
    }
}

.countries__tab li {
    display: inline-block;
    width: 100%;
}

.countries__tab li:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #E3DBD8;
}

.countries__tab li button {
    width: 100%;
    display: flex;
    font-size: 22px;
    font-style: normal;
    align-items: center;
    line-height: var(--rr-lh-h5);
    font-weight: var(--rr-fw-bold);
    justify-content: space-between;
    font-family: var(--rr-ff-heading);
    color: rgba(3, 72, 51, 0.3);
}

.countries__tab li button i {
    color: #034833;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}

.countries__tab li button.active {
    color: #034833;
}

.countries__tab-content {
    column-count: 2;
    column-gap: 30px;
}

@media (max-width: 575px) {
    .countries__tab-content {
        column-count: 1;
    }
}

.countries__tab-content__countries-name {
    gap: 30px;
    padding: 19px 30px;
    border-radius: 20px;
    align-items: center;
    transition: all 0.3s;
    border: 1px solid #E3DBD8;
}

.countries__tab-content__countries-name:hover {
    border-color: var(--rr-theme-primary);
}

.countries__tab-content__countries-name:hover img {
    transform: rotate(360deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .countries__tab-content__countries-name {
        gap: 15px;
        padding: 19px 10px;
    }
}

.countries__tab-content__countries-name img {
    max-width: 80px;
    height: 80px;
    border-radius: 500px;
    border: 1px solid var(--rr-theme-primary);
}

.countries__tab-content__countries-name img h5 {
    font-size: 22px;
    font-style: normal;
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
}


/*cta*/

.cta__media-icon {
    background: var(--rr-theme-primary);
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    left: 40%;
}

.cta__media-icon svg {
    margin-left: 8px;
}

@media (max-width: 575px) {
    .cta__media-icon {
        width: 100px;
        height: 100px;
        top: 23%;
        left: 33%;
    }
}

.cta__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.cta__counter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .cta__counter {
        margin-top: 50px;
    }
}

.cta__box {
    background: var(--rr-common-white);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 45px 30px 55px 30px;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cta__box {
        padding: 30px 20px 30px 20px;
    }
}

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

.cta__box-icon {
    background: var(--rr-theme-primary);
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.cta__box-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.cta__box:hover .cta__box-icon svg {
    animation: shake 0.5s;
}

.cta__count-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    letter-spacing: 3px;
}

.cta__count-title span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}


/*coaching2*/

.coaching2__item {
    background: var(--rr-common-white);
    padding: 40px;
    border-radius: 20px;
}

.coaching2__item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 1px solid #e3dbd8;
    border-radius: 50%;
    transition: 0.3s;
}

.coaching2__item:hover .coaching2__item-icon {
    border-color: var(--rr-theme-primary);
}

.coaching2__item:hover .coaching2__item-icon svg {
    animation: shake 0.5s;
}

.coaching2__item:hover .coaching2__link i {
    color: var(--rr-theme-primary);
}

.coaching2__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    transition: 0.3s;
}

.coaching2__title:hover {
    color: var(--rr-theme-primary);
}

.coaching2__paragraph {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.coaching2__link {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.coaching2__link i {
    transition: 0.3s;
}

.coaching2__link:hover {
    color: var(--rr-theme-primary);
}


/*overview*/

.overview__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.overview__item {
    background: var(--rr-common-white);
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    transition: 0.3s;
}

.overview__item:hover svg {
    animation: shake 0.5s;
}

.overview__icon {
    background: var(--rr-theme-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 168px;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .overview__icon {
        width: 100%;
    }
}

.overview__icon-number {
    position: absolute;
    top: 10px;
    left: 10px;
}

.overview__icon-number span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    text-transform: capitalize;
    font-style: normal;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}

.overview__text-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
}

.overview__text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

@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) {
    .overview__text p br {
        display: none;
    }
}


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


/*  8.12 home 4
/*----------------------------------------*/

.categories__item {
    background: #F6F6F6;
    padding: 50px 40px;
    border-radius: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .categories__item {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .categories__item {
        padding: 30px 30px;
    }
}

.categories__item:hover .categories__item-icon svg {
    animation: shake 0.5s;
}

.categories__item:hover .categories__item-icon svg path {
    fill: var(--rr-theme-primary);
}

.categories__item:hover .categories__btn {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.categories__item:hover .categories__item-text {
    padding-left: 65px;
}

.categories__item:hover .categories__item-text::before {
    width: 60px;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.categories__item-icon {
    margin-bottom: 35px;
}

.categories__item-text {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    padding-left: 45px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.categories__item-text::before {
    background: var(--rr-theme-primary);
    position: absolute;
    width: 40px;
    height: 1px;
    content: "";
    top: 50%;
    left: 0;
}

.categories__item-dec {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .categories__item-dec br {
        display: none;
    }
}

.categories__title {
    margin-bottom: 18px;
}

.categories__title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.categories__title a:hover {
    color: var(--rr-theme-primary);
}

.categories__btn {
    background: var(--rr-common-white);
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 31px;
    border-radius: 150px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.categories__btn i {
    margin-top: 2px;
}

.categories__btn:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.visit__shape {
    position: absolute;
    top: -311px;
    right: -99px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visit__shape {
        display: none;
    }
}

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

.visit__wrapper {
    background: var(--rr-common-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    box-shadow: 0px 10px 30px rgba(22, 23, 26, 0.1);
    border-radius: 10px;
    padding: 80px 80px 80px 80px;
    position: relative;
    margin-top: -170px;
    z-index: 1;
    overflow: hidden;
}

@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) {
    .visit__wrapper {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visit__wrapper {
        padding: 80px 25px 80px 25px;
    }
}

.visit__wrapper-countries-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

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

@media (max-width:450px) {
    .visit__wrapper-countries-wrap {
        gap: 30px;
    }
}

@media screen and (max-width: 475px) {
    .visit__wrapper-countries-wrap {
        flex-direction: column;
    }
}

.visit__wrapper-countries-wrap-box {
    text-align: center;
}

.visit__wrapper-countries-wrap-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #83CD20;
}

.visit__wrapper-countries-wrap-box .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: 30px;
}

.visit__wrapper-countries-wrap .img-6 {
    padding-left: 17px;
}

@media screen and (max-width: 475px) {
    .visit__wrapper-countries-wrap .img-6 {
        padding-left: 8px;
    }
}

.visit__wrapper-countries-wrap-1 {
    padding-left: 13px;
}

@media screen and (max-width: 475px) {
    .visit__wrapper-countries-wrap-1 {
        padding-left: 0;
    }
}

.visit__wrapper-countries .margin-bottom {
    margin-bottom: 60px;
}

@media screen and (max-width: 475px) {
    .visit__wrapper-countries .margin-bottom {
        margin-bottom: 18px;
    }
}

.visit__wrapper-media {
    position: absolute;
    bottom: 0;
    right: 77px;
}

@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) {
    .visit__wrapper-media {
        position: inherit;
        right: 0;
    }
}

.visit__wrapper-media img {
    width: 100%;
    height: 100%;
}

.choose-us-4__item {
    background: var(--rr-common-white);
    border: 1px solid rgba(3, 72, 51, 0.1);
    border-radius: 10px;
    padding: 30px 19px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.choose-us-4__item:hover .icon {
    animation: shake 0.5s;
}

.choose-us-4__item .icon {
    margin-bottom: 22px;
}

.choose-us-4__item .title {
    margin-bottom: 10px;
}

.choose-us-4__item .title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.choose-us-4__item .title a:hover {
    color: var(--rr-theme-primary);
}

.choose-us-4__item .dec {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
}

.choose-us-4__item .choose-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease-in-out;
}

.choose-us-4__item .choose-btn i {
    margin-top: 3px;
}

.choose-us-4__item .choose-btn:hover {
    color: var(--rr-theme-primary);
}

.team-4__shape {
    position: absolute;
    top: -250px;
    left: 0;
}

.team-4__shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-4__item {
    transition: all 0.3s ease-in-out;
}

.team-4__item:hover .team-4__item-thumb-overlay {
    visibility: visible;
    opacity: 1;
}

.team-4__item:hover .team-4__item-content {
    background: var(--rr-heading-primary);
}

.team-4__item:hover .team-4__item-thumb-social {
    visibility: visible;
    opacity: 1;
}

.team-4__item-thumb {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.team-4__item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-4__item-thumb-overlay {
    background: rgba(3, 72, 51, 0.5);
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.team-4__item-thumb-social {
    background: #eae6e5;
    border-radius: 4px 0px 0px 4px;
    padding: 17px 12px;
    position: absolute;
    top: 60px;
    right: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.team-4__item-thumb-social ul li {
    list-style: none;
}

.team-4__item-thumb-social ul li a {
    font-weight: var(--rr-fw-regular);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease-in-out;
}

.team-4__item-thumb-social ul li a:hover {
    color: var(--rr-theme-primary);
}

.team-4__item-content {
    background: var(--rr-theme-primary);
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.team-4__item-content .title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.team-4__item-content .title a:hover {
    text-decoration: underline;
}

.team-4__item-content .dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.about-4__wrapper {
    max-width: 610px;
}

.about-4__wrapper-media {
    margin-left: 0;
}

.about-4__wrapper-media .img-wrap {
    border: 1px solid var(--rr-theme-primary);
    padding: 10px;
    border-radius: 10px;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-1 {
    border-radius: 10px;
    width: 100%;
    max-width: 330px;
    height: 420px;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-1 img {
    width: 100%;
    height: 100%;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 {
    max-width: 106px;
    height: 106px;
    margin-top: 0;
    border-radius: 10px;
    margin-left: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-4__wrapper-media .about-us-2__wrapper-media-image-2 {
        margin-left: 0;
    }
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img {
    border-radius: 0;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-2 img:hover {
    transform: scale(1);
}

.about-4__wrapper-media .about-us-2__wrapper-media__counter {
    background: var(--rr-common-white);
    box-shadow: 0px 6px 30px rgba(3, 72, 51, 0.2);
    padding: 26px 26px;
    border-radius: 10px;
    margin-top: 30px;
    width: 230px;
    height: 125px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .about-4__wrapper-media .about-us-2__wrapper-media__counter {
        display: none;
    }
}

.about-4__wrapper-media .about-us-2__wrapper-media__counter .about-us-2__wrapper-media__counter-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 16px;
}

.about-4__wrapper-media .about-us-2__wrapper-media__counter .about-us-2__wrapper-media__counter-title span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-theme-primary);
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 37px;
}

.about-4__wrapper-media .about-us-2__wrapper-media__counter p {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-medium);
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 {
    position: absolute;
    top: 200px;
    right: 10px;
    width: 100%;
    max-width: 350px;
    height: 420px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .about-4__wrapper-media .about-us-2__wrapper-media-image-3 {
        display: none;
    }
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-4__wrapper-media .about-us-2__wrapper-media-image-3 img:hover {
    transform: scale(1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-4__content {
        margin-top: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .about-4__content {
        margin-top: 130px;
    }
}

.about-4__box-item {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .about-4__box-item {
        gap: 10px;
    }
}

.about-4__box-item .icon {
    background: var(--rr-theme-primary);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.about-4__box-item .text .about__box-item-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}

.about-4__box-item .text p {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 575px) {
    .about-4__box-item .text p br {
        display: none;
    }
}

.about-4__btn {
    margin-top: 55px;
}

@media (max-width: 575px) {
    .about-4__btn {
        margin-top: 30px;
    }
}

.about-4__btn .rr-btn {
    padding: 10px 29px;
}

.apply-form-4__area {
    min-height: 743px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .apply-form-4__area {
        min-height: 668px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .apply-form-4__area {
        min-height: 700px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .apply-form-4__area {
        min-height: 650px;
    }
}

@media (max-width: 575px) {
    .apply-form-4__area {
        min-height: 790px;
    }
}

.apply-form-4__wrapper {
    position: relative;
    z-index: 2;
    padding-top: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .apply-form-4__wrapper {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .apply-form-4__wrapper {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .apply-form-4__wrapper {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .apply-form-4__wrapper {
        padding-top: 65px;
    }
}

@media (max-width: 575px) {
    .apply-form-4__wrapper {
        padding-top: 50px;
    }
}

.apply-form-4__bg__1 {
    background-color: rgba(131, 205, 32, 0.7);
    width: 1370px;
    height: 743px;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(100% 0%, 80% 66%, 87% 100%, 0 100%, 0% 50%, 0 0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .apply-form-4__bg__1 {
        width: 960px;
        height: 668px;
    }
}

.apply-form-4__bg__2 {
    background-color: #034833;
    width: 1105px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 0%, 78% 0%, 100% 50%, 78% 100%, 0% 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .apply-form-4__bg__2 {
        width: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .apply-form-4__bg__2 {
        width: 650px;
    }
}

.apply-form-4__thumb__bg {
    width: 1114px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .apply-form-4__thumb__bg {
        width: 850px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .apply-form-4__thumb__bg {
        width: 950px;
    }
}

.apply-form-4__top span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.apply-form-4__title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-top: 5px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .apply-form-4__title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .apply-form-4__title {
        font-size: 40px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .apply-form-4__title {
        font-size: 28px;
        line-height: 22px;
        margin-top: 10px;
    }
}

.apply-form-4__dec {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 30px;
    opacity: 0.7;
}

.apply-form-4__input input {
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    margin-left: 0;
    padding: 0 20px;
    background: transparent;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.apply-form-4__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.apply-form-4__input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.apply-form-4__input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.apply-form-4__input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.apply-form-4__input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

.apply-form-4__input__Select .nice-select {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 25px;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 20px;
    margin-bottom: 30px;
    z-index: 2;
}

.apply-form-4__input__Select .nice-select::after {
    right: 20px;
}

.apply-form-4__btn {
    background: #83CD20;
    padding: 11px 28.8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 500px;
    display: inline-block;
    transition: 0.3s;
}

.apply-form-4__btn:hover {
    background: var(--rr-common-white);
    color: var(--rr-heading-primary);
}

.apply-form-4__btn:hover svg [fill=white] {
    fill: var(--rr-heading-primary);
}

.apply-form-4__btn svg {
    margin-left: 6px;
    margin-top: -2px;
    transition: 0.3s;
}

.apply-form-4__shape {
    position: absolute;
    top: 63px;
    left: -135px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .apply-form-4__shape {
        left: -310px;
    }
}

.apply-form-4__shape img {
    width: 85%;
}

.get-visa__area {
    position: relative;
    margin-bottom: -90px;
    z-index: 2;
}

.get-visa__wrapper {
    background: var(--rr-heading-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 10px 10px 0px;
    padding: 60px 60px 60px 0;
    max-width: 1605px;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.get-visa__wrapper-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    padding-left: 315px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .get-visa__wrapper-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .get-visa__wrapper-title {
        font-size: 35px;
        line-height: 45px;
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .get-visa__wrapper-title {
        font-size: 28px;
        line-height: 38px;
        padding-left: 15px;
    }
}

.get-visa__wrapper .rr-btn {
    padding: 10px 30px;
}

.get-visa__wrapper .rr-btn i {
    margin-top: 2px;
}

@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__area {
        padding-bottom: 70px;
    }
}

.testimonial-4__bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 27%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-4__bg-img {
        left: 0;
    }
}

.testimonial-4__wrapper {
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-4__wrapper {
        display: block;
    }
}

.testimonial-4__wrapper-thumb {
    width: 725px;
    height: 770px;
    margin-top: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px) {
    .testimonial-4__wrapper-thumb {
        height: 870px;
        max-width: 800px;
        margin: 0 auto;
        margin-top: 85px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-4__wrapper-thumb {
        height: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 85px;
    }
}

.testimonial-4__wrapper-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-4__wrapper-content {
    padding-top: 210px;
}

@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-content {
        padding-top: 65px;
    }
}

.testimonial-4__all-content-wrap {
    margin-left: 30px;
    max-width: 850px;
    width: 100%;
}

@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__all-content-wrap {
        margin-left: 0;
        margin: 0 auto;
    }
}

.testimonial-4__all-content-wrap .section__title-wrapper .section__title-wrapper-center-subtitle {
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
}

.testimonial-4__all-content-wrap .section__title-wrapper .section__title-wrapper-title {
    color: var(--rr-common-white);
}

.testimonial-4__all-content-wrap .swiper-pagination {
    text-align: end;
    left: -36%;
    bottom: 111px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-4__all-content-wrap .swiper-pagination {
        display: none;
    }
}

.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0;
    opacity: 1;
}

.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 10px;
}

.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.testimonial-4__all-content-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--rr-common-white);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-4__slider {
    background: #312E29;
    padding: 66px 40px 71px 55px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    border-radius: 10px;
}

.testimonial-4__slider .media .title-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.testimonial-4__slider .media .title-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-4__slider .media .icon {
    margin-top: 15px;
}

.testimonial-4__slider .media .icon ul {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.testimonial-4__slider .media .icon ul li {
    list-style: none;
}

.testimonial-4__slider .text p {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-4__slider .text p br {
        display: none;
    }
}

.testimonial-4__slider .text .title-wrap {
    margin-top: 20px;
}

.testimonial-4__slider .text .title-wrap .title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.testimonial-4__slider .text .title-wrap .title a:hover {
    color: var(--rr-theme-primary);
}

.testimonial-4__slider .text .title-wrap span {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}


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


/*  8.12 home 5
/*----------------------------------------*/

.feature-5__item {
    background: #eae6e5;
    border-radius: 10px;
    display: flex;
    align-items: start;
    gap: 24px;
    padding: 27px 40px 34px 40px;
}

@media (max-width:450px) {
    .feature-5__item {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .feature-5__item {
        gap: 20px;
        padding: 27px 30px 34px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-5__item {
        padding: 25px 15px 25px 15px;
    }
}

.feature-5__item:hover .feature-5__item-icon img {
    animation: shake 0.5s;
}

.feature-5__item-icon {
    margin-top: 11px;
}

.feature-5__item-icon img {
    width: 50px;
    height: 60px;
}

.feature-5__item-icon-2 img {
    width: 60px;
    height: 60px;
}

.feature-5__item-content-title {
    margin-bottom: 7px;
}

.feature-5__item-content-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-5__item-content-title a {
        font-size: 18px;
        line-height: 28px;
    }
}

.feature-5__item-content-title a:hover {
    color: var(--rr-theme-primary);
}

.feature-5__item-content-dec {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
}

.feature-5__item-content-btn svg {
    transition: all 0.2s ease-in-out;
    width: 25px;
    height: 12px;
}

.feature-5__item-content-btn:hover svg {
    width: 35px;
    height: 18px;
}

.feature-5__item-content-btn:hover svg path {
    stroke: var(--rr-theme-primary);
    transition: all 0.3s ease-in-out;
}

.choice__item {
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(3, 72, 51, 0.1);
    padding: 17px 20px 22px 20px;
    transition: all 0.3s ease-in-out;
}

.choice__item:hover {
    background: var(--rr-theme-primary);
}

.choice__item:hover .choice__item-icon img {
    border: 1px solid var(--rr-common-white);
}

.choice__item:hover .choice__item-title a {
    color: var(--rr-common-white);
}

.choice__item:hover .choice__item-dec {
    color: var(--rr-common-white);
}

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

.choice__item-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.choice__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--rr-theme-primary);
    border-radius: 50%;
}

.choice__item-title {
    margin-top: 18px;
    margin-bottom: 5px;
}

.choice__item-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.choice__item-title a:hover {
    text-decoration: underline;
}

.choice__item-dec {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 11px;
}

.choice__item-btn {
    font-family: var(--rr-ff-heading);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.choice__item-btn i {
    margin-top: 2px;
}

.choice__item-btn:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-5__title-wrapper {
        margin-bottom: 30px;
    }
}

.service-5__subtitle {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.service-5__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .service-5__title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .service-5__title {
        font-size: 28px;
        line-height: 38px;
    }
}

.service-5__dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    color: var(--rr-text-body);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-5__dec br {
        display: none;
    }
}

.service-5__item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.service-5__item:hover .service-5__item-thumb-content {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.service-5__item:hover .service-5__item-title {
    display: none;
    transition: all 0.3s ease-in-out;
}

.service-5__item-icon {
    background: var(--rr-heading-primary);
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 50%;
    top: 30px;
    right: 30px;
}

.service-5__item-icon img {
    object-fit: cover;
}

.service-5__item-thumb {
    position: relative;
    width: 100%;
    height: 270px;
}

.service-5__item-thumb::before {
    background: linear-gradient(180deg, rgba(3, 72, 51, 0) 0%, rgba(3, 72, 51, 0.7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
}

.service-5__item-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.service-5__item-thumb-content {
    background: var(--rr-common-white);
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -20px;
    padding: 24px 42px 22px 20px;
    width: calc(100% - 20px);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.service-5__item-thumb-content-title {
    margin-bottom: 5px;
}

.service-5__item-thumb-content-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.service-5__item-thumb-content-title a:hover {
    color: var(--rr-theme-primary);
}

.service-5__item-thumb-content-dec {
    font-family: var(--rr-ff-body);
    font-weight: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}

.service-5__item-thumb-content-btn {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-sbold);
    color: var(--rr-heading-primary);
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease-in-out;
}

.service-5__item-thumb-content-btn i {
    margin-top: 2px;
}

.service-5__item-thumb-content-btn:hover {
    color: var(--rr-theme-primary);
}

.service-5__item-title {
    position: absolute;
    left: 30px;
    bottom: 22px;
    z-index: 2;
}

.service-5__item-title a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
}

.service-5__item .img-height-1 img {
    object-fit: cover;
    width: 36px;
    height: 22px;
}

.service-5__item .img-height-2 img {
    object-fit: cover;
    width: 36px;
    height: 31 px;
}

.service-5__item .img-height-3 img {
    object-fit: cover;
    width: 32px;
    height: 36px;
}

.service-5__item .img-height-4 img {
    object-fit: cover;
    width: 27px;
    height: 36px;
}

.service-5__item .img-height-5 img {
    object-fit: cover;
    width: 36px;
    height: 36px;
}

.service-5__item-2 {
    background: var(--rr-heading-primary);
    padding: 40px 40px 48px 40px;
    border-radius: 10px;
    height: 270px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-5__item-2-shape {
    position: absolute;
    width: 382px;
    height: 244px;
    top: 0;
    left: 115px;
    transform: rotate(-35.99deg);
    z-index: -1;
}

.service-5__item-2-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-5__item-2-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
}

.service-5__item-2 .rr-btn {
    padding: 10px 29px;
    gap: 6px;
}

.team-5__wrap .swiper-pagination {
    text-align: end;
    left: -42%;
    bottom: -7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-5__wrap .swiper-pagination {
        left: -40%;
        bottom: -7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .team-5__wrap .swiper-pagination {
        left: -38%;
        bottom: -7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .team-5__wrap .swiper-pagination {
        display: none;
    }
}

.team-5__wrap .swiper-pagination .swiper-pagination-bullet {
    background: rgba(3, 72, 51, 0.1);
    width: 60px;
    height: 10px;
    border-radius: 5px;
    margin: 0;
    opacity: 1;
}

.team-5__wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 10px;
}

.team-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.team-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--rr-theme-primary);
    content: "";
    width: 60px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testi-5__bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    z-index: -1;
}

.testi-5__wrap .swiper-pagination {
    text-align: end;
    left: -42%;
    bottom: -7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testi-5__wrap .swiper-pagination {
        left: -40%;
        bottom: -7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .testi-5__wrap .swiper-pagination {
        left: -38%;
        bottom: -7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testi-5__wrap .swiper-pagination {
        display: none;
    }
}

.testi-5__wrap .swiper-pagination .swiper-pagination-bullet {
    background: var(--rr-common-white);
    width: 60px;
    height: 10px;
    border-radius: 5px;
    margin: 0;
    opacity: 1;
}

.testi-5__wrap .swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 10px;
}

.testi-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.testi-5__wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--rr-theme-primary);
    content: "";
    width: 60px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testi-5__item-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.testi-5__item-thumb img {
    border: 1px solid var(--rr-theme-primary);
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.testi-5__item-title {
    padding-top: 7px;
    padding-bottom: 1px;
}

.testi-5__item-title a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
}

.testi-5__item-subtitle {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7);
}

.testi-5__item-dec {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 40px;
    line-height: 60px;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .testi-5__item-dec {
        font-size: 34px;
        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) {
    .testi-5__item-dec br {
        display: none;
    }
}

.testi-bg {
    background-color: #001C13;
}

.about-5__shape {
    position: absolute;
    top: 242px;
    left: 39%;
    transform: translateX(0, -50%);
}

.about-5__shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-5__thumb {
    position: relative;
    max-width: 300px;
}

@media (max-width: 575px) {
    .about-5__thumb {
        margin: auto;
        margin-bottom: 40px;
    }
}

.about-5__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-5__thumb-border {
    border: 1px solid rgba(131, 205, 32, 0.3);
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: 50%;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, 0);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-5__title-wrapper {
        margin-top: 40px;
    }
}

.about-5__wrap .skills-item {
    overflow: hidden;
}

.about-5__wrap .skills-item:not(:last-of-type) {
    margin-bottom: 32px;
}

.about-5__wrap .skills-item .title {
    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: 28px;
    margin-bottom: 14px;
}

.about-5__wrap .skills-item .progress {
    height: 6px;
    overflow: visible;
    border-radius: 5px;
}

.about-5__wrap .skills-item .progress .progress-bar {
    position: relative;
    background-color: var(--rr-theme-primary);
    overflow: visible;
    border-radius: 5px;
}

.about-5__wrap .skills-item .progress .progress-bar span {
    font-size: 18px;
    font-weight: var(--rr-fw-sbold);
    background-repeat: no-repeat;
    color: var(--rr-heading-primary);
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: -55px;
    right: -11px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-5__wrap .skills-item .progress .progress-bar span {
        font-size: 18px;
        padding-top: 20px;
        top: -60px;
    }
}

.about-5__media-circle {
    width: 210px;
    height: 210px;
    background: #044833;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px;
}

.about-5__media-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-5__media-bottom-img {
    margin-top: 47px;
    position: relative;
    max-width: 270px;
}

@media (max-width: 575px) {
    .about-5__media-bottom-img {
        margin: auto;
        margin-top: 40px;
    }
}

.about-5__media-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-5__media-bottom-img-border {
    border: 1px solid rgba(131, 205, 32, 0.3);
    width: 200px;
    height: 200px;
    top: -140px;
    left: 50%;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, 0);
    z-index: -1;
}

.about-5__wrap .rr-btn {
    padding: 10px 31px;
    gap: 6px;
}

.about-5__wrap .rr-btn i {
    margin-top: 2px;
}

.about-5__wrap-item {
    margin-bottom: 28px;
}

.about-5__wrap-title {
    font-family: var(--rr-ff-heading) !important;
    font-weight: var(--rr-fw-sbold) !important;
    color: var(--rr-heading-primary) !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 3px;
}

.about-5__wrap-side {
    font-family: var(--rr-ff-heading) !important;
    font-weight: var(--rr-fw-sbold) !important;
    color: var(--rr-heading-primary) !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .faq-5__area .section__title-wrapper {
        margin-top: 30px;
    }
}

.faq-5__item .accordion-header .accordion-button {
    background: var(--rr-common-white);
    border-radius: 4px !important;
    box-shadow: none;
    padding: 15px 0 15px 30px;
    transition: all 0.3s ease-in-out;
}

@media (max-width:320px) {
    .faq-5__item .accordion-header .accordion-button {
        padding: 15px 0 15px 15px;
    }
}

.faq-5__item .accordion-header .accordion-button::after {
    background: transparent;
    color: var(--rr-heading-primary);
    border: none;
    width: 0;
    height: 0;
    right: 38px;
    top: calc(50% - 13px);
}

@media (max-width:320px) {
    .faq-5__item .accordion-header .accordion-button::after {
        top: calc(38% - 13px);
    }
}

.faq-5__item .accordion-collapse .accordion-body {
    background: var(--rr-common-white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (max-width:320px) {
    .faq-5__item .accordion-collapse .accordion-body {
        padding: 10px;
    }
}

.faq-5__item:has(.collapse.show) {
    border-color: transparent;
    background: var(--rr-background-gray);
    transition: all 0.3s ease-in-out;
}

.faq-5__item:has(.collapse.show) .accordion-button {
    transition: all 0.3s ease-in-out;
    padding: 30px 0 10px 30px;
    border-bottom: none;
}

.faq-5__item:has(.collapse.show) .accordion-button::after {
    content: "\f077";
}

@media (max-width:320px) {
    .faq-5__item:has(.collapse.show) .accordion-button {
        padding: 15px 0 15px 15px;
    }
}

.faq-5__thumb {
    position: relative;
    max-width: 839px;
}

.faq-5__thumb-shape {
    position: absolute;
    width: 801px;
    height: 584px;
    top: 47px;
    left: -109px;
    transform: rotate(0.35deg);
}

@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) {
    .faq-5__thumb-shape {
        display: none;
    }
}

.faq-5__thumb-shape img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-5__thumb-media {
    max-width: 593px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .faq-5__thumb-media {
        margin: 0 auto;
    }
}

.faq-5__thumb-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trining__area {
    padding-bottom: 190px;
}

@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) {
    .trining__area {
        padding-bottom: 80px;
    }
}

.trining__shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.04;
}

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

.trining__content {
    background: var(--rr-theme-primary);
    padding: 120px 132px 120px 120px;
    margin-left: -120px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@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) {
    .trining__content {
        padding: 120px 40px 120px 120px;
    }
}

.trining__content-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.06;
}

.trining__content-subtitle {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.trining__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .trining__content-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trining__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .trining__content-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.trining__content-dec {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-regular);
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.trining__content .rr-btn {
    padding: 10px 30px;
}

.trining__content .rr-btn i {
    margin-top: 2px;
}

.trining__content .rr-btn::before {
    background-color: var(--rr-heading-primary);
}

.trining__subtitle {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.trining__slider {
    max-width: 960px;
    position: absolute;
    top: 325px;
    right: 110px;
}

@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) {
    .trining__slider {
        position: inherit;
        margin-top: 30px;
    }
}

.trining__title-wrap {
    padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .trining__title-wrap {
        margin-top: 30px;
    }
}

.trining__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .trining__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .trining__title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .trining__title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .trining__title br {
        display: none;
    }
}

.trining__slider-item {
    transition: all 0.3s ease-in-out;
}

.trining__slider-item:hover .trining__slider-item-thumb::before {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.trining__slider-item:hover .trining__slider-item-thumb-icon i {
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.trining__slider-item:hover .trining__slider-item-thumb-title a {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.trining__slider-item-thumb {
    position: relative;
    height: 330px;
}

.trining__slider-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.trining__slider-item-thumb::before {
    background: rgba(3, 72, 51, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
}

.trining__slider-item-thumb-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}

.trining__slider-item-thumb-icon i {
    color: var(--rr-common-white);
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.06s ease-in-out;
}

.trining__slider-item-thumb-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    transition: all 0.06s ease-in-out;
}

.trining__slider-item-thumb-title a {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 22px;
    line-height: 60px;
    visibility: hidden;
    opacity: 1;
    transition: all 0.06s ease-in-out;
}

.piechart-wrapper {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-top: 40px;
    position: relative;
    padding: 50px 0;
    z-index: 1;
    overflow: hidden;
}

.piechart {
    position: relative;
    display: inline-block;
    font-size: 36px;
    text-align: center;
}

.piechart canvas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.piechart {
    color: var(--rr-common-white);
    font-weight: 400;
    width: 160px;
    height: 160px;
    line-height: 155px;
}

.pie-item {
    background: var(--rr-theme-primary);
    border-radius: 10px 0px 0px 10px;
    padding: 35px 41px;
    position: absolute;
    top: 380px;
    left: 491px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .pie-item {
        left: 311px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .pie-item {
        left: 512px;
    }
}

.pie-item h4 {
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    color: var(--rr-common-white);
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

@media (max-width: 1400px) {
    .piechart-wrapper {
        column-gap: 20px;
    }
}

@media (max-width: 1200px) {
    .piechart {
        height: 120px;
        width: 120px;
        line-height: 120px;
    }
    .piechart canvas {
        height: 120px !important;
        width: 120px !important;
    }
    .piechart span {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .skill-bg {
        display: none;
    }
    .skill-content {
        padding-top: 50px;
    }
    .skill-section .skill-shape {
        display: none;
    }
    .piechart-wrapper {
        justify-content: center;
    }
    .piechart-wrapper:before {
        width: 100%;
        right: 0;
    }
}

@media (max-width: 767px) {
    .piechart-wrapper {
        flex-direction: column;
        row-gap: 50px;
    }
}

.story__content {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px 40px 80px 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) {
    .story__content {
        padding: 40px 40px 40px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .story__content {
        padding: 40px 40px 60px 40px;
    }
}

.story__content-text p {
    font-family: var(--rr-ff-body);
    color: var(--rr-ff-body);
    font-weight: var(--rr-fw-regular);
    font-size: 29px;
    line-height: 50px;
    margin-bottom: 0;
    font-style: normal;
}

@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) {
    .story__content-text p {
        font-size: 17px;
        line-height: 30px;
    }
}

.story__content-details {
    gap: 20px;
    flex-wrap: wrap;
}

.story__content-details-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.story__content-details-name h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 5px;
}

.story__content-details-name span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    opacity: 0.7;
}

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

.gray-bg {
    background: #eae6e5;
}

.story-details__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .story-details__content-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .story-details__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .story-details__content-title {
        font-size: 28px;
        line-height: 38px;
    }
}

.story-details__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-reagular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.story-details__button {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.story-details__button a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--rr-theme-primary);
    padding: 15px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.story-details__button a:hover {
    background: var(--rr-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .story-details__button {
        margin-bottom: 50px;
    }
}

.story-details__media {
    position: relative;
    max-width: 528px;
    width: 100%;
    margin: 0 auto;
}

.story-details__media-wrapper-left-shape {
    position: absolute;
    top: -90px;
    right: 345px;
}

@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) {
    .story-details__media-wrapper-left-shape {
        display: none;
    }
}

.story-details__media-wrapper-left-shape img {
    width: 100%;
    height: 100%;
}

.story-details__media-wrapper-right-shape {
    position: absolute;
    top: -70px;
    right: 105px;
}

@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) {
    .story-details__media-wrapper-right-shape {
        display: none;
    }
}

.story-details__media-wrapper-right-shape img {
    width: 100%;
    height: 100%;
}

.story-details__media-thumb-box {
    background: #eae6e5;
    border-radius: 21.3651px;
    transform: rotate(10deg);
    position: absolute;
    width: 331.35px;
    height: 475.45px;
    right: 40px;
    z-index: -1;
}

@media (max-width: 575px) {
    .story-details__media-thumb-box {
        display: none;
    }
}

.story-details__media-thumb img {
    position: relative;
    transform: rotate(-5deg);
    max-width: 418px;
    height: 481px;
    border-radius: 20px;
    border: 5px solid var(--rr-theme-primary);
}

@media (max-width: 575px) {
    .story-details__media-thumb img {
        transform: rotate(0deg);
        max-width: 100%;
        height: 10%;
    }
}

.story-details__media-thumb img:hover {
    transform: rotate(10deg);
}


/*service-home-3*/

.service__bg-wrap {
    width: 585px;
    height: 844px;
    position: absolute;
    right: 0;
}

.service__bg-wrap::before {
    background: linear-gradient(180deg, #F2EDEB 0%, rgba(245, 240, 238, 0) 100%);
    border-radius: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
}

.service__bg-img {
    background-position: right;
    background-repeat: no-repeat;
    width: 585px;
    height: 844px;
    position: absolute;
    top: 0;
    right: 0;
}

.service__box {
    text-align: center;
    background: var(--rr-common-white);
    padding: 50px 40px 40px 40px;
    border-radius: 20px;
    transition: 0.3s;
    border: 1px solid var(--rr-common-white);
}

.service__box:hover {
    border: 1px solid var(--rr-theme-primary);
}

.service__box:hover .service__icon svg {
    animation: shake 0.5s;
}

.service__box-paragraph {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.service__title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    transition: 0.3s;
}

.service__title:hover {
    color: var(--rr-theme-primary);
}

.service__icon {
    background: var(--rr-theme-primary);
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.visa__item {
    background: var(--rr-common-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px;
    gap: 52px;
}

@media (max-width: 575px) {
    .visa__item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.visa__item-media {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
}

.visa__item-media img {
    width: inherit;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .visa__item-media img {
        height: 260px;
    }
}

.visa__item-content h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
}

.visa__item-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    margin-bottom: 0;
    font-style: normal;
}

.visa__item-content-button a {
    color: var(--rr-theme-primary);
    border: 1px solid var(--rr-theme-primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: 0.3s;
}

.visa__item-content-button a i {
    transform: rotate(-40deg);
    transition: 0.3s;
}

.visa__item-content-button a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.visa__item-content-button a:hover i {
    transform: rotate(1deg);
}

.visa__item-content-button img {
    max-width: 55px;
    height: 100%;
}

.visa__item-2 {
    background: var(--rr-gray) !important;
    border: var(--rr-border-primary) !important;
}

.visa__item:hover .visa__item-media img {
    transform: scale(1.2);
}

.visa-details__content-title {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .visa-details__content-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visa-details__content-title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 575px) {
    .visa-details__content-title {
        font-size: 25px;
        line-height: 35px;
    }
}

.visa-details__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.visa-details__content h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

@media (max-width: 575px) {
    .visa-details__content h3 {
        font-size: 25px;
        line-height: 35px;
    }
}

.visa-details__content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

.visa-details__content-list ul li {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: 28px;
    font-size: 18px;
    font-style: normal;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.visa-details__content-list ul li span {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
}

.visa-details__content-faq-title h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

@media (max-width: 575px) {
    .visa-details__content-faq-title h3 {
        font-size: 28px;
        line-height: 38px;
    }
}

.visa-details__content-faq .accordion-button {
    font-size: 18px;
    line-height: var(--rr-lh-h5);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-medium);
    background: #fff;
    display: inline-block;
    padding: 19px;
    padding-right: 64px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px !important;
}

@media (max-width: 575px) {
    .visa-details__content-faq .accordion-button {
        font-size: 15px;
        line-height: 25px;
    }
}

.visa-details__content-faq .accordion-button:focus {
    box-shadow: none;
}

.visa-details__content-faq .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 1px solid #E3DBD8;
}

.visa-details__content-faq .accordion-button:not(.collapsed)::after {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
    content: "\f077";
    border-color: transparent;
}

.visa-details__content-faq .accordion-button::after {
    width: 32px;
    height: 32px;
    position: absolute;
    border: 2px solid #eae6e5;
    border-radius: 500px;
    right: 24px;
    content: "\f054";
    background-image: none;
    font-family: var(--rr-ff-fontawesome);
    font-size: 16px;
    top: calc(50% + 1px);
    line-height: 29px;
    font-weight: 900;
    text-align: center;
    color: var(--rr-heading-primary);
    background: #eae6e5;
}

.visa-details__content-faq .accordion-body {
    padding-top: 25px !important;
    padding: 25px;
    padding-top: 0;
    background: var(--rr-common-white);
}

.visa-details__content-faq .accordion-body>p {
    color: var(--rr-heading-primary);
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-details__content-faq .accordion-body>p br {
        display: none;
    }
}

.visa-details__content-faq .accordion-item {
    margin-bottom: 14px;
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -o-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
    border: none;
    transition: 0.3s;
}

.visa-details__content-faq .accordion-item:last-child {
    margin-bottom: 0;
}

.visa-details__content-faq .accordion-item:has(.collapse.show) {
    border-color: transparent;
    background: var(--rr-common-white);
}

.visa-details__links-visa {
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 20px 20px;
    padding: 40px;
    background: #eae6e5;
}

.visa-details__links-visa-2 {
    background: var(--rr-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-details__links-visa {
        margin-top: 60px;
    }
}

.visa-details__links-visa a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3DBD8;
    padding-bottom: 20px;
}

.visa-details__links-visa a:hover {
    color: var(--rr-theme-primary);
}

.visa-details__links-visa a:hover i {
    color: var(--rr-heading-primary);
}

.visa-details__links-visa a i {
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
}

.visa-details__widget {
    background: #eae6e5;
    border-radius: 20px;
    padding: 60px;
    text-align: center;
}

.visa-details__widget-icon {
    background: #83CD20;
    display: inline-flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.visa-details__widget-icon i {
    color: var(--rr-common-white);
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    font-style: normal;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rr-common-white);
    border-radius: 50%;
}

.visa-details__widget h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .visa-details__widget h3 {
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .visa-details__widget h3 {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .visa-details__widget h3 {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .visa-details__widget h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 25px;
    }
}

.visa-details__widget a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .visa-details__widget a {
        font-size: 18px;
    }
}

.visa-details__widget a:hover {
    color: var(--rr-theme-primary);
}

.visa-details__widget:hover .visa-details__widget-icon i {
    animation: shake 0.5s;
}

.pricing__item-title {
    background: #eae6e5;
    border-radius: 20px 20px 0px 0px;
    padding: 30px;
    text-align: center;
}

.pricing__item-title h3 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    font-size: var(--rr-fs-h3);
    line-height: var(--rr-lh-h3);
    font-style: normal;
}

.pricing__item-content {
    border: 1px solid #E3DBD8;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 40px 40px 40px;
    border-top: none;
}

.pricing__item-content-dolar h2 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    font-size: var(--rr-fs-h2);
    line-height: var(--rr-lh-h2);
    font-style: normal;
    text-align: center;
    border-bottom: 1px solid #E3DBD8;
    padding-bottom: 30px;
}

.pricing__item-content-dolar h2 span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
}

.pricing__item-content-list ul li {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    list-style: none;
    font-style: normal;
}

.pricing__item-content-list ul li i {
    color: var(--rr-theme-primary);
}

.pricing__item-content-list-btn a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    border: 1px solid var(--rr-theme-primary);
    font-size: 14px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 15px 30px;
    gap: 10px;
}

.pricing__item-content-list-btn a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.visa-offer__item-thumb {
    position: relative;
}

.visa-offer__item-thumb-small-img {
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
}

.visa-offer__item-thumb-small-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--rr-theme-primary);
}

.visa-offer__item-thumb img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .visa-offer__item-thumb {
        height: 215px;
    }
}

.visa-offer__item-content {
    padding: 40px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 20px 20px;
}

.visa-offer__item-content-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
}

.visa-offer__item-content-text-title h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px;
}

.visa-offer__item-content-text-title p {
    font-family: var(--rr-ff-body);
    color: var(--rr-text-body);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .visa-offer__item-content-text-title p br {
        display: none;
    }
}

.visa-offer__item-content-text-button {
    padding-top: 20px;
}

.visa-offer__item-content-text-button a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h5);
    font-size: 22px;
    font-style: normal;
    border: 1px solid #E3DBD8;
    border-radius: 20px;
    padding: 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) {
    .visa-offer__item-content-text-button a {
        padding: 15px;
    }
}

.visa-offer__item-content-text-button a:hover {
    border-color: var(--rr-theme-primary);
}

.visa-offer__item-content-btn a {
    font-family: var(--rr-ff-heading);
    color: var(--rr-heading-primary);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    font-size: 14px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--rr-theme-primary);
    padding: 15px 30px;
    transition: 0.3s;
}

.visa-offer__item-content-btn a:hover {
    background: var(--rr-theme-primary);
    color: var(--rr-common-white);
}

.visa-offer__item:hover .visa-offer__item-thumb-small-img img {
    transform: rotate(180deg);
}

.slider_hover__item {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
}

.slider_hover__item li {
    border-radius: 20px;
    cursor: pointer;
    flex: 1;
    max-width: 410px;
    width: 100%;
    height: 422px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider_hover__item li {
        max-width: 100%;
        flex: 0 0 calc(50% - 60px);
    }
}

.slider_hover__item li.active {
    flex: 2.3;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider_hover__item li.active {
        flex: 0 0 100%;
    }
}

.slider_hover__item li:hover .project-three__single-content,
.slider_hover__item li.active .project-three__single-content {
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.6s;
    transition-property: all;
    opacity: 1;
}

.project-three__single-inner {
    position: relative;
    display: block;
    min-height: 550px;
}

.project-three__single-content {
    background: #83CD20;
    position: absolute;
    width: calc(100% - 24px);
    border-radius: 20px;
    left: 12px;
    bottom: 140px;
    padding: 31px 28px 28px 28px;
    overflow: hidden;
    -webkit-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -ms-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    transform: perspective(400px) rotateX(40deg) scaleY(0.7);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    transition-property: all;
    opacity: 0;
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-three__single-content {
        padding: 20px 15px 20px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-three__single-content {
        transform: perspective(400px) rotateX(0deg) scaleY(1);
        transition-delay: 0.1s;
        transition-timing-function: ease-in-out;
        transition-duration: 0.6s;
        transition-property: all;
        opacity: 1;
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .project-three__single-content {
        transform: perspective(400px) rotateX(0deg) scaleY(1);
        transition-delay: 0.1s;
        transition-timing-function: ease-in-out;
        transition-duration: 0.6s;
        transition-property: all;
        opacity: 1;
        bottom: 20px;
        padding: 20px 20px 20px 20px;
    }
}

.project-three__single-content h4 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    line-height: var(--rr-fs-h5);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-three__single-content h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
}

.project-three__single-content p {
    font-family: var(--rr-ff-body);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    line-height: var(--rr-lh-h5);
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-three__single-content p {
        font-size: 15px;
        line-height: 25px;
    }
}

@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-three__single-content p br {
        display: none;
    }
}

.project-three__single-content .button {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-three__single-content .button {
        margin-top: 15px;
    }
}

.project-three__single-content .button a {
    background: var(--rr-theme-primary);
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-sbold);
    line-height: var(--rr-lh-h5);
    border: 1px solid var(--rr-common-white);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    padding: 15px 30px;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .project-three__single-content .button a {
        padding: 7px 15px;
    }
}

@media (max-width: 575px) {
    .project-three__single-content .button a {
        padding: 10px 20px;
    }
}

.project-three__single-content .button a:hover {
    background: var(--rr-heading-primary);
    color: var(--rr-common-white);
    border-color: var(--rr-heading-primary);
}

.project-three__single-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    max-height: 422px;
    border-radius: 20px;
}

.project-small-img {
    position: absolute;
    margin-right: 20px;
    margin-top: 20px;
    width: 60px;
    height: 60px;
    right: 0;
    z-index: 2;
}

.project-small-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--rr-theme-primary);
}

.slide-height {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}


/**----------------------------------------
START: Slider CSS
----------------------------------------*/


/* Fade Effect */

.pixfix-fadeIn {
    animation-name: asFadeIn;
}

@keyframes asFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pixfix-fadeInLeft {
    animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
    }
}

.pixfix-fadeInRight {
    animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
    }
}

.pixfix-fadeInDown {
    animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
    }
}

.pixfix-fadeInUp {
    animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
    from {
        opacity: 0;
        z-index: -2;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
    }
}


/* Image Effect */

.pixfix-img-effect {
    animation-name: imgEffect;
}

@keyframes imgEffect {
    from {
        opacity: 0;
        transform: translatex(50%) scalex(2);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translatex(0) scalex(1);
        filter: blur(0);
    }
}


/* Move From Effect */

.pixfix-moveFromLeft {
    animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
    from {
        visibility: hidden;
        transform: translateX(-50px);
    }
    to {
        visibility: visible;
    }
}

.pixfix-moveFromRight {
    animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
    from {
        visibility: hidden;
        transform: translateX(50px);
    }
    to {
        visibility: visible;
    }
}

.pixfix-moveFromTop {
    animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
    from {
        visibility: hidden;
        transform: translateY(-50px);
    }
    to {
        visibility: visible;
    }
}

.pixfix-moveFromBottom {
    animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
    from {
        visibility: hidden;
        transform: translateY(50px);
    }
    to {
        visibility: visible;
    }
}

.banner-4__active .swiper-slide-active .banner__thumb-bg {
    transform: scale(1.2);
    transition: all 4s ease-in-out;
}


/* Blur Effect */

.pixfix-blurIn {
    animation-name: asBlurIn;
}

@keyframes asBlurIn {
    from {
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInLeft {
    animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInRight {
    animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInTop {
    animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
    from {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pixfix-blurInBottom {
    animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
    from {
        transform: translateY(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}


/* Zoom Effect */

.pixfix-zoomIn {
    animation-name: asZoomIn;
}

@keyframes asZoomIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.pixfix-zoomInLeft {
    animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
    from {
        transform: scale(5) translateX(-50%);
        opacity: 0;
    }
}

.pixfix-zoomInRight {
    animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
    from {
        transform: scale(5) translateX(50%);
        opacity: 0;
    }
}

.pixfix-zoomInTop {
    animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
    from {
        transform: scale(10) translateY(-50%);
        opacity: 0;
    }
}

.pixfix-zoomInBottom {
    animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
    from {
        transform: scale(10) translateY(50%);
        opacity: 0;
    }
}


/* Flip Effect */

.pixfix-flipInTop {
    animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
    from {
        transform: perspective(600px);
        opacity: 0;
    }
    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: 0 0;
        animation-timing-function: ease-out;
    }
    to {
        transform: perspective(600px);
    }
}

.pixfix-flipInBottom {
    animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
    from {
        transform: perspective(600px);
        opacity: 0;
    }
    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: bottom;
        animation-timing-function: ease-out;
    }
    to {
        transform: perspective(600px);
    }
}


/* Roll Effect */

.pixfix-rollFromLeft {
    animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
    from {
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0;
    }
}

.pixfix-rollFromRight {
    animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
    from {
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0;
    }
}

.pixfix-rollFromTop {
    animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
    from {
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0;
    }
}

.pixfix-rollFromBottom {
    animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
    from {
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0;
    }
}


/* Rotate Skate Effect */

.pixfix-rotateSkateInRight {
    animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
    from {
        transform: scaleX(0.2) translateX(100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInLeft {
    animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
    from {
        transform: scaleX(0.2) translateX(-100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInTop {
    animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
    from {
        transform: scaleY(0.2) translateY(-100px);
        opacity: 0;
    }
}

.pixfix-rotateSkateInBottom {
    animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
    from {
        transform: scaleY(0.2) translateY(100px);
        opacity: 0;
    }
}


/* PopUp Effect */

.pixfix-popUp {
    animation-name: asPopUp;
}

@keyframes asPopUp {
    0% {
        visibility: hidden;
    }
    50% {
        transform: scale(1.1);
        visibility: visible;
    }
}

.pixfix-popUpLeft {
    animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
        transform: translateX(-20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}

.pixfix-popUpRight {
    animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
        transform: translateX(20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}


/* !END:  Slider CSS */


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


/*  8.8 counter
/*----------------------------------------*/

.latest-counter__shapes .shape-1 {
    position: absolute;
    width: 272px;
    height: 274px;
    top: 95px;
    left: -40px;
}

.latest-counter__shapes .shape-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.02;
}

.latest-counter__content__counter-img {
    background: var(--rr-theme-primary);
    width: 170px;
    height: 170px;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    margin-bottom: 24px;
}

@media (max-width:450px),
(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),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .latest-counter__content__counter-img {
        margin-top: 40px;
    }
}

.latest-counter__content__counter-img:hover img {
    transform: rotate(45deg);
}

.latest-counter__content .img-1 img {
    width: 83px;
    height: 80px;
    object-fit: cover;
}

.latest-counter__content .img-2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.latest-counter__content .img-3 img {
    width: 97px;
    height: 80px;
    object-fit: cover;
}

.latest-counter__content .img-4 img {
    width: 85px;
    height: 80px;
    object-fit: cover;
}

.latest-counter__content h5 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1.2px;
}

.latest-counter__content h5 span {
    font-family: var(--rr-ff-heading) !important;
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-bold);
    font-style: normal;
    font-size: 50px;
    line-height: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-counter__content h5 span {
        font-size: 55px;
        line-height: 67px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .latest-counter__content h5 span {
        font-size: 50px;
        line-height: 62px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-counter__content h5 span {
        font-size: 45px;
        line-height: 57px;
    }
}

@media (max-width: 575px) {
    .latest-counter__content h5 span {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width:450px) {
    .latest-counter__content h5 span {
        font-size: 37px;
        line-height: 47px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-counter__content h5 {
        font-size: 55px;
        line-height: 67px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .latest-counter__content h5 {
        font-size: 50px;
        line-height: 62px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-counter__content h5 {
        font-size: 45px;
        line-height: 57px;
    }
}

@media (max-width: 575px) {
    .latest-counter__content h5 {
        font-size: 40px;
        line-height: 52px;
    }
}

@media (max-width:450px) {
    .latest-counter__content h5 {
        font-size: 37px;
        line-height: 47px;
    }
}

.latest-counter__content span {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-white);
    font-weight: var(--rr-fw-regular);
    font-size: 16px;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
}


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