
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap");
.offcanvas-overlay,
a,
.btn,
button,
span,
sub,
sup,
p,
input,
select,
textarea,
img,
svg,
.transition-3,
li,
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;
}

:root {
    --cyan: #00b4d8;
    --cyan-dark: #0077a8;
    --navy: #0d1f3c;
    --white: #ffffff;
    --light-bg: #f4f8fb;
    --border: #dce8f0;
    --text: #1a2a3a;
    --muted: #5a6e82;
    /**  @font family declaration */
    --rs-ff-body: "Inter Tight", sans-serif;
    --rs-ff-title: "Inter Tight", sans-serif;
    --rs-ff-p: "Inter Tight", sans-serif;
    --rs-ff-remixicon: "remixicon";
    /** @color declaration */
    --rs-white: #FFFFFF;
    --rs-black: #000;
    --rs-light: #eee;
    --rs-green: #54BD05;
    --rs-yellow: #F69C00;
    --rs-pink: #E033E0;
    --rs-red: #E80000;
    --rs-theme-primary: #219ebc;
    --rs-theme-secondary: #2B3944;
    --rs-text-primary: #616C74;
    --rs-text-secondary: #BEBEBE;
    --rs-title-primary: #2B3944;
    --rs-bg-primary: #2B3944;
    --rs-bg-secondary: #F8F8F9;
    --rs-bg-dark-blue: #2F3E4B;
    --rs-bg-black: #121213;
    --rs-border-primary: #DBDEE1;
    --rs-border-secondary: rgba(255, 255, 255, 0.15);
    --rs-border-tertiary: rgba(255, 255, 255, 0.1);
    --rs-rgba-1: rgba(255, 255, 255, 0.7);
    --rs-rgba-2: rgba(255, 255, 255, 0.8);
    --rs-placeholder: rgba(30, 30, 30, 0.4);
    --rs-gradient-primary: #00033D;
    --rs-gradient-secondary: #0349EF;
    --rs-rating: #F3B656;
    /** @font weight declaration */
    --rs-fw-normal: normal;
    --rs-fw-thin: 100;
    --rs-fw-elight: 200;
    --rs-fw-light: 300;
    --rs-fw-regular: 400;
    --rs-fw-medium: 500;
    --rs-fw-sbold: 600;
    --rs-fw-bold: 700;
    --rs-fw-ebold: 800;
    --rs-fw-black: 900;
    /** @font size declaration */
    --rs-fs-body: 16px;
    --rs-fs-p: 17px;
    --rs-fs-h1: 66px;
    --rs-fs-h2: 52px;
    --rs-fs-h3: 36px;
    --rs-fs-h4: 30px;
    --rs-fs-h5: 24px;
    --rs-fs-h6: 20px;
    --rs-fs-b1: 14px;
    --rs-fs-b2: 16px;
    --rs-fs-b3: 18px;
    --rs-fs-b4: 22px;
}


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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 3rem;
}

@media (min-width: 1441px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1310px;
    }
}

.row {
    --bs-gutter-x: 3rem;
}

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

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

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

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

.gy-24 {
    --bs-gutter-y: 24px;
}

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

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


/*---------------------------------
    1.2 Common Classes
---------------------------------*/

.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

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

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

.opacity-05 {
    opacity: 0.5;
}

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

.p-relative {
    position: relative;
}

.position-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.position-absolute {
    position: absolute;
}

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

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

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

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

.overflow-visible {
    overflow: visible;
}


/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

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


/*----------------------------------------
   Text Underline
-----------------------------------------*/

.underline a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: left 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
    padding-bottom: 0;
}

.underline a:hover {
    color: var(--rs-title-primary);
    background-size: 100% 1px;
}

.underline.is-white a {
    background-image: linear-gradient(var(--rs-white), var(--rs-white)), linear-gradient(var(--rs-white), var(--rs-white));
}

.underline.is-white a:hover {
    color: var(--rs-white);
}


/*----------------------------------------
   Mfp customize
-----------------------------------------*/

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px;
}

@media only screen and (max-width: 1366px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 850px;
    }
}

@media only screen and (max-width: 1199px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 820px;
    }
}

@media only screen and (max-width: 991px) {
    .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(--rs-white);
}

.mfp-close::after {
    position: absolute;
    content: "\eb98";
    height: 100%;
    width: 100%;
    font-family: var(--rs-ff-remixicon);
    font-size: 31px;
    font-weight: 200;
    right: -20px;
    margin-top: -25px;
}

@media only screen and (max-width: 991px) {
    .mfp-close::after {
        right: 15px;
        margin-top: -30px;
    }
}


/*---------------------------------
	1.3 Typography SCSS
---------------------------------*/

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

html {
    font-size: 10px;
}


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

body {
    color: var(--rs-text-primary);
    font-family: var(--rs-ff-body);
    font-size: var(--rs-fs-body);
    font-weight: normal;
    line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h5,
h5,
.h5,
h6,
.h6 {
    color: var(--rs-title-primary);
    margin-top: 0px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: var(--rs-fw-sbold);
    word-break: break-word;
    font-family: var(--rs-ff-title);
}

h1,
.h1 {
    font-size: var(--rs-fs-h1);
    line-height: 1;
    font-family: var(--rs-ff-title);
}

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

@media only screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 55px;
    }
}

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

@media only screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

h2,
.h2 {
    font-size: var(--rs-fs-h2);
    font-weight: var(--rs-fw-sbold);
    line-height: 1.19;
}

@media only screen and (max-width: 1600px) {
    h2,
    .h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    h2,
    .h2 {
        font-size: 47px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    h2,
    .h2 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    h2,
    .h2 {
        font-size: 27px;
    }
}

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

@media only screen and (max-width: 1600px) {
    h3,
    .h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h3,
    .h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    h3,
    .h3 {
        font-size: 20px;
    }
}

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

@media only screen and (max-width: 1600px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {
    h4,
    .h4 {
        font-size: 22px;
    }
}

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

@media only screen and (max-width: 1600px) {
    h5,
    .h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1199px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    h5,
    .h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    h5,
    .h5 {
        font-size: 20px;
    }
}

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

h6.small,
.h6.small {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    h6,
    .h6 {
        font-size: 18px;
    }
}

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

p {
    font-size: var(--rs-fs-p);
    font-family: var(--rs-ff-p);
    font-weight: var(--rs-fw-normal);
    color: var(--rs-text-primary);
    margin-bottom: 30px;
    line-height: 28px;
}

p.b1 {
    font-size: var(--rs-fs-b1);
    line-height: 1.714;
}

p.b2 {
    font-size: var(--rs-fs-b2);
    line-height: 1.625;
}

p.b3 {
    font-size: var(--rs-fs-b3);
    line-height: 1.55;
}

p.b4 {
    font-size: var(--rs-fs-b4);
    line-height: 1.454;
}

p:last-child {
    margin-bottom: 0;
}

.b1 {
    font-size: var(--rs-fs-b1);
    line-height: 1.714;
}

.b2 {
    font-size: var(--rs-fs-b2);
    line-height: 1.625;
}

.b3 {
    font-size: var(--rs-fs-b3);
    line-height: 1.55;
}

.b4 {
    font-size: var(--rs-fs-b4);
    line-height: 1.454;
}

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 {
    max-width: 100%;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

hr:not([size]) {
    margin: 0;
    opacity: 1;
    border: none;
    height: 1px;
    background-color: #ececec;
}

[rs-theme=rs-theme-dark] hr:not([size]) {
    background-color: #2d2d27;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    outline: none;
    background-color: transparent;
    height: 50px;
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid var(--rs-border-primary);
    color: var(--rs-black);
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: var(--rs-theme-primary);
}

textarea {
    padding: 14px 24px;
}

textarea:focus {
    border-color: var(--rs-theme-primary);
}

*::-moz-selection {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    text-shadow: none;
}

::selection {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    text-shadow: none;
}

*::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: var(--rs-placeholder);
}

*::placeholder {
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--rs-ff-title);
    color: var(--rs-placeholder);
}


/*---------------------------------
	1.1 Default Spacing SCSS
---------------------------------*/

.section-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .form-card{
        padding:50px 22px!important;
    }
    .section-space {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .section-space {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space-top {
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space-top {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .section-space-top {
        padding-top: 60px;
    }
}

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

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

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

@media only screen and (max-width: 480px) {
    .section-space-bottom {
        padding-bottom: 60px;
    }
}

.section-title-space {
    margin-bottom: 45px;
}


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


/*  2.1 accordion
/*----------------------------------------*/

.rs-accordion-one .accordion-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.062);
    border-radius: 6px;
    overflow: hidden;
}

.rs-accordion-one .rs-accordion-item {
    border-radius: 0;
    background-color: transparent;
}

.rs-accordion-one .rs-accordion-item.active {
    background: #2F3E4B;
}

.rs-accordion-one .rs-accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.062);
}

.rs-accordion-one .accordion-button {
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    padding-right: 50px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-inline-start: 20px;
    padding-inline-end: 50px;
    text-align: start;
}

@media only screen and (max-width: 1199px) {
    .rs-accordion-one .accordion-button {
        font-size: 18px;
    }
}

.rs-accordion-one .accordion-button::after {
    content: none;
}

.rs-accordion-one .accordion-button:focus {
    border: none;
}

.rs-accordion-one .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--rs-white);
}

.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::before {
    transform: translateX(-50%) rotate(90deg);
}

.rs-accordion-one .accordion-button:not(.collapsed) .accordion-btn::after {
    background: var(--rs-white);
}

.rs-accordion-one .accordion-button .accordion-btn {
    position: absolute;
    top: 50%;
    inset-inline-end: 30px;
    display: inline-block;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}

.rs-accordion-one .accordion-button .accordion-btn::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: var(--rs-white);
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.3s ease-out 0s;
}

.rs-accordion-one .accordion-button .accordion-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--rs-white);
    border-radius: 2px;
}

.rs-accordion-one .accordion-button .accordion-btn:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.rs-accordion-one .accordion-button .accordion-icon {
    margin-inline-end: 20px;
}

.rs-accordion-one .accordion-button .accordion-icon svg {
    width: 40px;
    height: 40px;
}

.rs-accordion-one .accordion-button .accordion-icon svg path {
    fill: var(--rs-theme-primary) !important;
}

.rs-accordion-one .accordion-body {
    padding: 0;
    color: rgba(255, 255, 255, 0.56);
    padding-top: 0;
    padding-bottom: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 50px;
    border-top: 0;
    font-size: 17px;
}

.rs-accordion-two .rs-accordion-item {
    border: 1px solid var(--rs-border-primary);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
    border-radius: 6px;
}

@media only screen and (max-width: 575px) {
    .rs-accordion-two .rs-accordion-item {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.rs-accordion-two .rs-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.rs-accordion-two .accordion-button {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline-end: 50px;
    padding-inline-start: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--rs-title-primary);
    text-align: start;
}

@media only screen and (max-width: 767px) {
    .rs-accordion-two .accordion-button {
        font-size: 20px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-accordion-two .accordion-button {
        font-size: 18px;
    }
}

.rs-accordion-two .accordion-button::after {
    content: none;
}

.rs-accordion-two .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--rs-theme-primary);
}

.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg {
    transform: rotate(0deg);
}

.rs-accordion-two .accordion-button:not(.collapsed) .accordion-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-accordion-two .accordion-icon {
    position: absolute;
    inset-inline-end: 0px;
    transition: all 0.4s ease-out 0s;
}

.rs-accordion-two .accordion-icon svg {
    width: 16px;
    transform: rotate(-90deg);
}

[dir=rtl] .rs-accordion-two .accordion-icon svg {
    transform: rotate(90deg);
}

.rs-accordion-two .accordion-icon svg path {
    fill: var(--rs-theme-secondary);
    transition: all 0.4s ease-out 0s;
}

.rs-accordion-two .accordion-item {
    padding-top: 22px;
    padding-bottom: 0;
    padding-inline-end: 22px;
    padding-inline-start: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.rs-accordion-two .accordion-item:first-child {
    border-top: 1px solid #ebebeb;
}

.rs-accordion-two .accordion-body {
    color: var(--rs-text-primary);
    padding: 14px 30px 0 0px;
    line-height: 28px;
}

@media only screen and (max-width: 767px) {
    .rs-accordion-two .accordion-body {
        padding: 14px 0px 0 0px;
    }
}


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


/*  2.3 Background
/*----------------------------------------*/

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

.secondary-bg {
    background-color: var(--rs-bg-secondary);
}

.bg-grey {
    background-color: var(--rs-bg-grey);
}

.theme-secondary {
    background: var(--rs-theme-secondary);
}

.blue-bg {
    background: var(--rs-blue);
}


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


/*  2.6 Buttons
/*----------------------------------------*/

.rs-btn {
    font-size: 17px;
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    transition: all 0.4s ease-out 0s;
    border-radius: 50px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--rs-theme-primary);
}

.rs-btn:hover {
    background: var(--rs-theme-secondary);
    color: var(--rs-white);
}

[rs-theme=rs-theme-dark] .rs-btn:hover {
    background: var(--rs-white);
    color: var(--rs-black);
}

[rs-theme=rs-theme-dark] .rs-btn:hover .icon-box svg path {
    fill: var(--rs-black);
}

.rs-btn:hover.has-icon .icon-first {
    transform: translateX(150%);
}

.rs-btn:hover.has-icon .icon-second {
    transform: translateX(0%);
}

.rs-btn.has-theme-secondary {
    background: var(--rs-theme-secondary);
}

.rs-btn.has-theme-secondary:hover {
    background: var(--rs-theme-primary);
}

.rs-btn.has-text {
    padding: 0;
    width: unset;
    height: unset;
    background: transparent;
}

.rs-btn.has-text:hover {
    color: var(--rs-theme-primary);
}

.rs-btn.has-text:hover.has-icon .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-btn.has-text.has-icon {
    gap: 8px;
}

.rs-btn.has-text.has-icon .icon-box svg path {
    fill: var(--rs-title-primary);
}

.rs-btn.has-text.has-icon.is-white .icon-box svg path {
    fill: var(--rs-white);
    transition: 0.3s;
}

.rs-btn.has-text.has-icon.is-white:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-white {
    color: var(--rs-white);
}

.rs-btn.has-text.is-text-white:hover {
    color: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-white:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-white.has-icon svg path {
    fill: var(--rs-white);
}

.rs-btn.has-text.is-text-black {
    color: var(--rs-title-primary);
}

.rs-btn.has-text.is-text-black:hover {
    color: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-black.has-icon svg path {
    fill: var(--rs-black);
}

.rs-btn.has-text.is-text-primary {
    color: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-primary:hover {
    color: var(--rs-theme-primary);
}

.rs-btn.has-text.is-text-primary.has-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-btn.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rs-btn.has-icon .icon-box {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-45deg);
}

[dir=rtl] .rs-btn.has-icon .icon-box {
    transform: rotate(-180deg);
}

.rs-btn.has-icon .icon-box svg {
    width: 17px;
}

.rs-btn.has-icon .icon-box svg path {
    fill: var(--rs-white);
}

.rs-btn.has-icon .icon-box:hover .icon-first {
    transform: translateX(150%);
}

.rs-btn.has-icon .icon-box:hover .icon-second {
    transform: translateX(0%);
}

.rs-btn.has-icon .icon-box.is-black svg path {
    fill: var(--rs-black);
}

.rs-btn.has-icon .icon-first {
    transition: all 0.3s ease-out 0s;
}

.rs-btn.has-icon .icon-second {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-out 0s;
}

.rs-btn.hover-white:hover {
    background: var(--rs-white);
    color: var(--rs-black);
}

.rs-btn.hover-white:hover .icon-box svg path {
    fill: var(--rs-black);
}

.rs-btn.hover-black:hover {
    background: var(--rs-black);
    color: var(--rs-white);
}

.rs-btn.hover-black:hover .icon-box svg path {
    fill: var(--rs-white);
}

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

.rs-btn.hover-secondary:hover {
    background: var(--rs-theme-secondary);
}

.rs-btn .border-hover-primary:hover {
    border-color: var(--rs-theme-primary);
}

.rs-btn.is-circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: #f2f2f2;
}

.rs-btn.is-circle svg path {
    fill: var(--rs-primary);
}

.rs-btn.is-circle:hover {
    background: var(--rs-primary);
}

.rs-btn.is-circle:hover svg path {
    fill: var(--rs-white);
}

.rs-btn.has-radius {
    border-radius: 50px;
}

.rs-btn.has-sm-radius {
    border-radius: 3px;
}

.rs-btn.has-md-radius {
    border-radius: 6px;
}

.rs-btn.is-small {
    height: 45px;
    padding: 15px 20px;
}

.rs-btn.is-transparent {
    background: transparent;
    border: 1px solid var(--rs-border-secondary);
}

.rs-btn.border-red {
    border: 1px solid var(--rs-theme-primary);
    color: var(--rs-theme-primary);
}

.rs-btn.border-red .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-btn.border-red:hover {
    color: var(--rs-white);
}

.rs-btn.border-red:hover .icon-box svg path {
    fill: var(--rs-white);
}

.rs-btn.has-bg-white {
    background: var(--rs-white);
    color: var(--rs-title-primary);
}

.rs-btn.has-bg-white .icon-box svg path {
    fill: var(--rs-theme-secondary);
}

.rs-btn.has-bg-white:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-btn.has-bg-white:hover .icon-box svg path {
    fill: var(--rs-white);
}

.rs-btn.has-bg-white.has-bg-secondary:hover {
    background: var(--rs-theme-secondary);
}

.rs-btn.has-text-underline {
    text-decoration: underline;
    color: var(--rs-title-primary);
    overflow: visible;
}

.rs-btn.has-border {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--rs-theme-primary);
    border-radius: 0;
}

.rs-btn.has-border.has-border-white {
    border-color: var(--rs-white);
}

.rs-btn.has-border.has-border-white:hover {
    border-color: var(--rs-theme-primary);
}

.rs-rotate-btn {
    width: 180px;
    height: 180px;
    position: relative;
}

.rs-rotate-btn:hover .rs-text-circle {
    animation-play-state: paused;
}

.rs-rotate-btn .rs-circle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    transform: translate(-50%, -50%);
    background: var(--rs-theme-primary);
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    z-index: 1;
    transition: 0.3s;
}

.rs-rotate-btn .rs-circle-btn:hover svg {
    transform: rotate(45deg);
}

.rs-rotate-btn .rs-circle-btn svg {
    width: 27px;
    height: 27px;
}

.rs-rotate-btn .rs-circle-btn svg path {
    fill: var(--rs-theme-secondary);
}

.rs-rotate-btn .rs-text-circle-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.rs-rotate-btn .rs-text-circle {
    animation: rotate-infinite 30s infinite linear;
    width: 100%;
    height: 100%;
    position: relative;
}

.rs-rotate-btn .rs-text-circle span {
    position: absolute;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: var(--rs-title-primary);
}

.rs-rotate-btn .rs-text-circle.is-text-white span {
    color: var(--rs-white);
}

.rs-play-btn {
    width: 70px;
    height: 70px;
    font-size: 20px;
    background: var(--rs-theme-primary);
    display: inline-flex;
    border-radius: 50%;
    color: var(--rs-white);
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.rs-play-btn.is-large {
    width: 90px;
    height: 90px;
    font-size: 30px;
}

.rs-play-btn.is-large::before {
    width: 90px;
    height: 90px;
}

.rs-play-btn.is-medium {
    width: 80px;
    height: 80px;
    font-size: 30px;
}

.rs-play-btn.is-medium::before {
    width: 80px;
    height: 80px;
}

.rs-play-btn.is-small {
    width: 40px;
    height: 40px;
    font-size: 13px;
}

.rs-play-btn.is-small::before {
    width: 35px;
    height: 35px;
}

.rs-play-btn.is-white {
    background: var(--rs-white);
    color: var(--rs-theme-secondary);
}

.rs-play-btn.is-white::before {
    background: var(--rs-white);
}

.rs-play-btn.is-white:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    border-color: var(--rs-theme-primary);
}

.rs-play-btn.has-transparent-btn::before {
    content: none;
}

.rs-play-btn.has-transparent-btn::after {
    content: none;
}

.rs-play-btn.has-blur {
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(71, 74, 74, 0.12) 0%, rgba(226, 237, 237, 0.12) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(21px);
}

.rs-play-btn.hover-primary:hover {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-play-btn:hover {
    color: var(--rs-black);
}

.rs-play-btn::before {
    background: var(--rs-theme-primary);
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border-radius: 50%;
    -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
    animation: rs-pulse-border 1500ms ease-out infinite;
}

.rs-play-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border-radius: 50%;
    transition: all 200ms;
}

.rs-btn-circle {
    width: 60px;
    height: 60px;
    background: var(--rs-theme-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
}

.rs-btn-circle:hover {
    background: var(--rs-white);
}

.rs-btn-circle:hover svg {
    transform: rotate(45deg);
}

.rs-btn-circle:hover i {
    color: var(--rs-black);
}

.rs-btn-circle svg {
    width: 14px;
    height: 14px;
}

.rs-btn-circle svg path {
    fill: var(--rs-white);
}

.rs-btn-circle i {
    font-size: 25px;
    color: var(--rs-white);
}

.rs-square-btn {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 9px;
    height: 30px;
    transition: all 0.3s linear;
    border-radius: 2px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #202021;
}

.rs-square-btn.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rs-square-btn.has-icon .icon-box {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
    transform: rotate(-45deg);
}

[dir=rtl] .rs-square-btn.has-icon .icon-box {
    transform: rotate(-180deg);
}

.rs-square-btn.has-icon .icon-box svg {
    width: 16px;
}

.rs-square-btn.has-icon .icon-box svg path {
    fill: var(--rs-white);
}

.rs-square-btn.has-icon .icon-box:hover .icon-first {
    transform: translateX(150%);
}

.rs-square-btn.has-icon .icon-box:hover .icon-second {
    transform: translateX(0%);
}

.rs-square-btn.has-icon .icon-first {
    transition: all 0.3s ease-out 0s;
}

.rs-square-btn.has-icon .icon-second {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-out 0s;
}

.rs-square-btn.has-icon:hover {
    background: var(--rs-theme-primary);
}

.rs-square-btn.has-icon:hover .icon-first {
    transform: translateX(150%);
}

.rs-square-btn.has-icon:hover .icon-second {
    transform: translateX(0%);
}

.rs-square-btn.has-transparent {
    background: transparent;
    padding: unset;
}

.rs-square-btn.has-transparent:hover {
    background: transparent;
}


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


/*  2.7 Color Short Code
/*----------------------------------------*/

.rs-text-primary {
    color: var(--rs-primary);
}

.rs-white {
    color: var(--rs-white);
}

.rs-black {
    color: var(--rs-black);
}

.rs-light-purple {
    color: var(--rs-theme-purple-light);
}

.rs-red {
    color: var(--rs-red);
}

.rating-color {
    color: #FFB21D;
}


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


/*  2. 9 counter
/*----------------------------------------*/

.rs-counter-one .rs-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-counter-one .rs-counter-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-counter-one .rs-counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .rs-counter-one .rs-counter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-counter-one .rs-counter-item {
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px;
    padding-top: 35px;
    padding-inline-start: 35px;
    padding-bottom: 180px;
    padding-inline-end: 35px;
    background: var(--rs-bg-secondary);
    position: relative;
    transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 1199px) {
    .rs-counter-one .rs-counter-item {
        padding-top: 30px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-counter-one .is-item-active:hover {
    background: var(--rs-theme-primary);
}

.rs-counter-one .is-item-active.active {
    background: var(--rs-theme-primary);
}

.rs-counter-one .is-item-active.active .rs-counter-number,
.rs-counter-one .is-item-active.active .prefix {
    color: var(--rs-white);
}

.rs-counter-one .is-item-active.active .rs-counter-title {
    color: var(--rs-white);
}

.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
    font-size: 40px;
    color: var(--rs-title-primary);
    font-weight: 600;
    line-height: 0.8;
}

@media only screen and (max-width: 1199px) {
    .rs-counter-one .rs-counter-number,
    .rs-counter-one .prefix {
        font-size: 35px;
    }
}

.rs-counter-one .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.rs-counter-one .rs-counter-title {
    color: var(--rs-text-primary);
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .rs-counter-one .rs-counter-title {
        font-size: 16px;
    }
}

.rs-counter-one .rs-counter-count-number {
    background: var(--rs-theme-secondary);
    color: var(--rs-white);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 0px 3px 0px 6px;
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    letter-spacing: 0.16px;
}

[dir=rtl] .rs-counter-one .rs-counter-count-number {
    border-radius: 6px 0px 3px 0px;
}

.rs-counter-two .rs-counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-counter-two .rs-counter-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-counter-two .rs-counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .rs-counter-two .rs-counter-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-counter-two .rs-counter-item {
    display: flex;
    /* border: 1px solid var(--rs-border-primary); */
    padding: 30px;
    gap: 20px;
    border-radius: 6px;
    /* background: var(--rs-bg-secondary); */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 1600px) {
    .rs-counter-two .rs-counter-item {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-counter-two .rs-counter-item {
        flex-wrap: wrap;
    }
}

.rs-counter-two .rs-counter-icon svg {
    color: white;
    width: 60px;
    height: 60px;
}

.rs-counter-two .rs-counter-number,
.rs-counter-two .prefix {
    font-size: 40px;
    color: var(--rs-title-primary);
    font-weight: 600;
    line-height: 0.8;
    color: white;
}

@media only screen and (max-width: 1600px) {
    .rs-counter-two .rs-counter-number,
    .rs-counter-two .prefix {
        font-size: 40px;
    }
}

.rs-counter-two .rs-counter-number-wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: white;
    text-align: center;
}


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


/*  2.15 Offcanvas
/*----------------------------------------*/

.offcanvas-area {
    background: var(--rs-white) none repeat scroll 0 0;
    position: fixed;
    inset-inline-end: -100%;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    transition: all 0.5s ease-in-out;
}

.offcanvas-area ::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 575px) {
    .offcanvas-area {
        width: 100%;
    }
}

.offcanvas-area.info-open {
    inset-inline-end: 0%;
}

.offcanvas-area .mean-container .mean-nav ul li.active>a {
    color: var(--rs-theme-primary);
}

.offcanvas-logo a img {
    width: 88px;
}

.offcanvas-logo .logo-white {
    display: none;
}

.offcanvas-content {
    padding-bottom: 1px;
}

.offcanvas-wrapper {
    position: relative;
    height: 100%;
    padding: 40px 40px;
}

@media only screen and (max-width: 575px) {
    .offcanvas-wrapper {
        padding: 20px;
    }
}

.offcanvas-title-meta {
    color: var(--rs-title-primary);
    margin-bottom: 20px;
    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 {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--rs-border-primary);
    color: #585B6F;
    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: var(--rs-theme-primary);
    color: var(--rs-white);
    border-color: var(--rs-theme-primary);
}

.offcanvas-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-overlay:hover {
    cursor: url(../images/shape/cross-out.html), pointer;
}

.offcanvas-overlay.overlay-open {
    opacity: 1;
    visibility: visible;
}

.offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.offcanvas-contact ul li a:hover {
    color: var(--rs-theme-primary);
}

.offcanvas-contact ul li:hover svg {
    animation: rs-fold linear 0.5s;
}

.offcanvas-contact-icon {
    flex: 0 0 auto;
}

.offcanvas-contact-icon svg {
    width: 22px;
    height: 22px;
}

.offcanvas-contact-icon svg path {
    fill: var(--rs-theme-primary);
}

.offcanvas-gallery-thumb-wrapper {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.offcanvas-gallery-thumb-wrapper .offcanvas-popup-thumb img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

.offcanvas-about p {
    max-width: 300px;
}

.offcanvas-close {
    width: 35px;
    height: 35px;
    background: var(--rs-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.offcanvas-close-icon {
    line-height: 1;
    color: var(--rs-black);
}

.offcanvas-close-icon .offcanvas-m-lines {
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
}

.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;
    inset-inline-start: 0;
    height: 2px;
    width: 100%;
    background-color: var(--rs-white);
    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.22 Section Title  
/*----------------------------------------*/

.section-title {
    color: var(--rs-title-primary);
}

.section-title.is-white {
    color: var(--rs-white);
}

.section-subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--rs-title-primary);
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 2.5px;
}

.section-subtitle.is-white {
    color: var(--rs-white);
}

.section-desc.is-white {
    color: rgba(255, 255, 255, 0.8);
}


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


/*  2.5 Breadcrumb
/*----------------------------------------*/

.rs-breadcrumb-one {
    background: var(--rs-theme-secondary);
    padding-top: 200px;
    padding-bottom: 75px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-breadcrumb-one {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.rs-breadcrumb-one .rs-breadcrumb-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
}

.rs-breadcrumb-one .rs-breadcrumb-title {
    font-size: 54px;
    line-height: 1.12;
    color: var(--rs-white);
    font-weight: 500;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .rs-breadcrumb-one .rs-breadcrumb-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-breadcrumb-one .rs-breadcrumb-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-breadcrumb-one .rs-breadcrumb-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-breadcrumb-one .rs-breadcrumb-title {
        font-size: 35px;
    }
}

.rs-breadcrumb-one .rs-breadcrumb-line {
    width: 482px;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 767px) {
    .rs-breadcrumb-one .rs-breadcrumb-line {
        width: 100%;
    }
}

.rs-breadcrumb-one .rs-breadcrumb-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul {
    display: flex;
    align-items: center;
    gap: 8px 32px;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul>svg {
    width: 20px;
    height: 20px;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li {
    list-style: none;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li:last-child {
    color: white;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover {
    color: var(--rs-theme-primary);
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li a:hover svg path {
    fill: var(--rs-theme-primary);
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li a svg path {
    transition: 0.3s;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li span {
    position: relative;
    display: inline-block;
}

.rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
    content: "";
    position: absolute;
    inset-inline-end: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M1.99974 13.0001L1.9996 11.0002L18.1715 11.0002L14.2218 7.05044L15.636 5.63623L22 12.0002L15.636 18.3642L14.2218 16.9499L18.1716 13.0002L1.99974 13.0001Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
}

[dir=rtl] .rs-breadcrumb-one .rs-breadcrumb-menu ul li span::before {
    transform: translateY(-50%) rotateY(180deg);
}

.rs-breadcrumb-one .rs-breadcrumb-desc {
    color: rgba(255, 255, 255, 0.7);
}


/*----------------------------------------
   2.16 Basic pagination
-----------------------------------------*/

.rs-pagination.swiper-pagination {
    position: unset;
    overflow: visible;
    font-size: unset;
    transform: unset !important;
    width: 100% !important;
}

.rs-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #DBDEE1;
    position: relative;
    transform: unset;
    opacity: unset;
    margin: 3px 13px;
}

.rs-pagination.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: calc(100% + 17px);
    height: calc(100% + 17px);
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
}

.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--rs-theme-primary);
}

.rs-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: var(--rs-theme-primary);
    transform: translate(-50%, -50%) scale(1);
}

.common-pagination {
    margin-top: 45px;
}

.common-pagination ul {
    display: inline-flex;
    gap: 10px;
}

.common-pagination ul li {
    list-style: none;
}

.common-pagination ul li.current {
    background: var(--rs-theme-primary);
}

.common-pagination ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rs-border-primary);
    color: var(--rs-black);
    border-radius: 50%;
    position: relative;
    background: var(--rs-bg-secondary);
}

.common-pagination ul li a:hover {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
    color: var(--rs-white);
}

.common-pagination ul li a.current {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    border: none;
}

.common-pagination ul li a.is-next::before {
    position: absolute;
    font-family: remixicon !important;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    content: "\ea6b";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[dir=rtl] .common-pagination ul li a.is-next::before {
    transform: translate(-50%, -50%) rotateY(180deg);
}


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


/*  2.11 forms
/*----------------------------------------*/


/* Custom checkbox button */

input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked~label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

input[type=checkbox]:checked~label::after {
    background-color: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

input[type=checkbox]:checked~label::before {
    visibility: visible;
    opacity: 1;
}

input[type=checkbox]~label {
    position: relative;
    padding-inline-start: 25px;
    color: var(--rs-white);
    font-size: 16px;
}

input[type=checkbox]~label::after {
    position: absolute;
    content: "";
    top: 4px;
    inset-inline-start: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
    transition: all 0.2s linear;
    border-radius: 2px;
}

input[type=checkbox]~label::before {
    position: absolute;
    content: "\eb7a";
    top: 3px;
    inset-inline-start: 1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--rs-white);
    transition: all 0.2s linear;
    font-family: remixicon !important;
    font-size: 10px;
}

input[type=checkbox]~label:hover {
    cursor: pointer;
}


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


/*  2.25 social
/*----------------------------------------*/

.theme-social {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.theme-social a {
    color: var(--rs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    background-color: var(--rs-theme-primary);
    transition: 0.5s;
    border-radius: 50%;
}

.theme-social a:hover {
    background: var(--rs-theme-secondary);
}

.theme-social svg {
    width: 16px;
    height: 16px;
}

.theme-social.has-transparent a {
    background: transparent;
    color: #fff;
    width: unset;
    height: unset;
    border-radius: 0;
}

.theme-social.has-transparent a:hover {
    color: var(--rs-theme-primary);
}

.theme-social.has-border a {
    border: 1px solid var(--rs-border-primary);
}

.theme-social.rs-social-links a {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.theme-social.rs-social-links a:hover {
    background: 0.5;
}

.theme-social.rs-social-links a.is-facebook {
    background: #1559C2;
}

.theme-social.rs-social-links a.is-instagram {
    background: #E1306C;
}

.theme-social.rs-social-links a.is-twitter {
    background: #202021;
}

.theme-social.rs-social-links a.is-linkedin {
    background: #0077B5;
}

.theme-social.has-transform a:hover {
    transform: translate(0, -10%);
}


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


/*  2.4 Back to top
/*----------------------------------------*/

.backtotop-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 5px;
    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(--rs-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    color: var(--rs-white);
}

.backtotop-wrap:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 575px) {
    .backtotop-wrap {
        bottom: 20px;
        inset-inline-end: 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);
}


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


/*  2.2 Animations
/*----------------------------------------*/

.animate-play {
    position: relative;
    z-index: 5;
}

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

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

@keyframes rs-scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
}

@-webkit-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rs-left-right {
    0% {
        transform: translateX(-200px);
        -webkit-transform: translateX(-200px);
    }
    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
}

@keyframes rs-pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes rs-fold {
    0% {
        transform: rotateY(0);
    }
    50% {
        transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@keyframes btnHoverEffectReverse {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes btnHoverEffect {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes marquee_rev {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(-50%);
    }
}


/* marquee left */

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes rs-scale-two {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
    }
}

@keyframes rs-scale-three {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

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

.popup-circle:before {
    content: "";
    position: relative;
    display: block;
    top: -14px;
    inset-inline-start: -14px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #E40101;
    animation: rs-pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.popup-circle:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #E40101;
    border-radius: 50%;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes rs-pulse {
    0% {
        transform: scale(0.33);
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes popup-circle {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes textRotatingOut {
    from {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
    to {
        transform: translateY(-70%) rotateX(100deg);
        opacity: 0;
    }
}

@keyframes textRotatingIn {
    from {
        transform: translateY(70%) rotateX(-100deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes rs-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rs-slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rs-skew {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.7, 1.1);
    }
    50% {
        transform: scale(1.1, 0.7);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}


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


/*  2. 8 Short codes
/*----------------------------------------*/

.container.has-large {
    max-width: 1720px;
}

.is-stroke-text {
    -webkit-text-stroke: 2px var(--rs-primary);
    -webkit-text-fill-color: var(--rs-white);
}

.h-55 {
    height: 55px;
}

.height-50 {
    height: 50px;
}


/* display flex */

.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.has-separator {
    position: relative;
}

.has-separator::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background-color: rgba(101, 101, 103, 0.3);
    transform: translateY(-50%);
    inset-inline-end: 0px;
    top: 50%;
}

.image-link {
    width: 100%;
    height: 100%;
}


/* gap */

.gap-05 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-16 {
    gap: 16px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.gap-35 {
    gap: 35px;
}

.mb-0 {
    margin-bottom: 0;
}


/* List Style None */

.list-none ul {
    list-style: none;
}

.gap-20 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}


/* Font Weight */

.fw-1 {
    font-weight: var(--rs-fw-thin);
}

.fw-2 {
    font-weight: var(--rs-fw-elight);
}

.fw-3 {
    font-weight: var(--rs-fw-light);
}

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

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

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

.fw-7 {
    font-weight: var(--rs-fw-bold);
}

.fw-8 {
    font-weight: var(--rs-fw-ebold);
}

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

.rs-section-border-wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .rs-section-border-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.rs-section-border-wrapper .section-border {
    width: 100%;
    display: flex;
    align-items: center;
}

.rs-section-border-wrapper .section-border {
    padding-inline-end: 20px;
}

@media only screen and (max-width: 991px) {
    .rs-section-border-wrapper .section-border {
        padding-inline-end: 0px;
    }
}

.rs-section-border-wrapper .rs-section-dot {
    width: 7px;
    height: 7px;
    background-color: var(--rs-theme-primary);
    display: inline-block;
    transform: rotate(45deg);
    margin-inline-end: 5px;
    margin-inline-start: 5px;
}

.rs-section-border-wrapper .rs-section-line {
    border: 1px solid var(--rs-border-primary);
    border-width: 1px 0;
    flex-grow: 1;
    height: 4px;
}

.radius-6 {
    border-radius: 6px;
}

.timeline-divider {
    position: absolute;
    width: 10px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-divider::before {
    content: "";
    border: 1px solid var(--rs-theme-primary);
    border-radius: 10px;
    position: absolute;
    inset: 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--rs-border-tertiary);
}

.timeline-divider .divider-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--rs-theme-primary);
    z-index: 1;
    border-radius: 10px;
}

.timeline-divider .divider-circle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 2;
    background-color: var(--rs-white);
    border: 3px solid var(--rs-theme-primary);
}


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


/*  2.19 Preloader
/*----------------------------------------*/

#pre-load {
    background-color: var(--rs-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--rs-theme-primary);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


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


/*  2.20 Progress Bar
/*----------------------------------------*/

.single-progress {
    position: relative;
    overflow: hidden;
}

.progress {
    overflow: visible;
    border-radius: 0px;
    height: 14px;
    line-height: 14px;
    padding: 3px 3px 3px 3px;
    border: 1px solid var(--rs-border-primary);
    background-color: var(--rs-bg-secondary);
}

.progress-bar {
    border-radius: 0px;
    width: 0;
    height: 100%;
    background-color: var(--rs-theme-secondary);
    transition: width 0.5s ease;
    overflow: visible;
}

.progress-number {
    position: absolute;
    font-size: 16px;
    top: 0;
    inset-inline-end: 0;
    z-index: 1;
    font-weight: 500;
    color: var(--rs-title-primary);
}

.progress-title {
    font-size: 18px;
    font-weight: 500;
}

.progress-top {
    margin-bottom: 17px;
}


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


/*  2.10 cursor
/*----------------------------------------*/

#rs-mouse {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 999999;
    transition: opacity 0.2s ease-in-out 0.5s;
}

#rs-mouse #cursor-ball {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(156, 156, 156, 0.5);
    border-radius: 50%;
    pointer-events: none;
    box-sizing: border-box;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

#rs-mouse #cursor-ball:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--rs-theme-primary);
    transform: translate(-50%);
}

@media only screen and (max-width: 991px) {
    #rs-mouse {
        display: none;
    }
}


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


/*  2.21 Swiper scrollbar 
/*----------------------------------------*/

.rs-swiper-scrollbar.swiper-scrollbar {
    height: 5px;
    background: var(--rs-bg-secondary);
}

.rs-swiper-scrollbar .swiper-scrollbar-drag {
    width: 220px !important;
    background: var(--rs-theme-primary);
}


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


/* 2.12 lenis
/*----------------------------------------*/

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-scrolling {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


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


/*  2.23 settings
/*----------------------------------------*/

.rs-theme-settings-area {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 240px;
    background-color: var(--rs-white);
    transform: translateY(-50%) translateX(100%);
    z-index: 991;
    border-bottom-right-radius: 4px;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s 0s ease-out;
}

.rs-theme-settings-area.settings-opened {
    transform: translateY(-50%) translateX(0%);
}

.rs-theme-settings-area.settings-opened .rs-theme-settings-gear {
    opacity: 0;
}

.rs-theme-settings-area.settings-opened .rs-theme-settings-close {
    opacity: 1;
}

.rs-theme-settings-open {
    position: absolute;
    top: -1px;
    right: 100%;
}

.rs-theme-settings-open button {
    background-color: var(--rs-white);
    border-inline-end: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    color: var(--rs-black);
    position: relative;
    border-start-start-radius: 2px;
    border-bottom-left-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.15);
}

.rs-theme-settings-gear {
    display: inline-block;
    color: var(--rs-black);
    animation: spin 8s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rs-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

[dir=rtl] .rs-theme-settings-close {
    inset-inline-end: 50%;
    inset-inline-start: auto;
}

.rs-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--rs-black);
}

.rs-theme-wrapper {
    padding: 15px 20px 20px 20px;
}

.rs-theme-toggle {
    text-align: center;
}

.rs-theme-toggle-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: var(--rs-black);
    padding: 4px;
    border-radius: 2px;
}

.rs-theme-toggle-main span.active {
    color: var(--rs-black);
}

.rs-theme-toggle-light,
.rs-theme-toggle-dark {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.rs-theme-toggle input {
    display: none;
}

.rs-theme-toggle:hover {
    cursor: pointer;
}

.rs-theme-toggle label {
    font-size: 14px;
    font-weight: 500;
}

.rs-theme-toggle label:hover {
    cursor: pointer;
}

.rs-theme-toggle #rs-theme-toggler {
    display: none;
}

.rs-theme-toggle #rs-theme-toggler:checked+i {
    inset-inline-end: calc(50% - 4px);
}

.rs-theme-toggle-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    background-color: var(--rs-white);
    border-radius: 3px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.rs-theme-dir {
    text-align: center;
}

.rs-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: var(--rs-theme-primary);
    padding: 4px 0px 3px 0px;
    border-radius: 2px;
}

.rs-theme-dir-main span.active {
    color: var(--rs-black);
}

.rs-theme-dir-ltr,
.rs-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
    color: var(--rs-white);
}

.rs-theme-dir input {
    display: none;
}

.rs-theme-dir:hover {
    cursor: pointer;
}

.rs-theme-dir label {
    font-size: 14px;
    font-weight: 500;
}

.rs-theme-dir label:hover {
    cursor: pointer;
}

.rs-theme-dir #rs-dir-toggler {
    display: none;
}

.rs-theme-dir #rs-dir-toggler:checked+i {
    inset-inline-end: calc(50% - 4px);
}

.rs-theme-dir-slide {
    position: absolute;
    top: 50%;
    inset-inline-end: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 25px;
    background-color: var(--rs-white);
    border-radius: 2px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    transition: all, 0.2s, cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}


/*----------------------------------------
   2.14 Basic navigation
-----------------------------------------*/

.rs-swiper-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-swiper-btn {
    width: 40px;
    height: 40px;
    background: var(--rs-theme-secondary);
    color: var(--rs-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s 0s ease-out;
    cursor: pointer;
}

[dir=rtl] .rs-swiper-btn {
    transform: rotateY(-180deg);
}

.rs-swiper-btn.is-large {
    width: 60px;
    height: 60px;
    background: var(--rs-theme-secondary);
    border-radius: 0%;
    font-size: 30px;
    color: var(--rs-white);
}

.rs-swiper-btn.is-large:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-swiper-btn.has-radius-small {
    border-radius: 3px;
}

.rs-swiper-btn:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-theme-secondary);
}

.rs-swiper-btn.has-transparent {
    background: transparent;
    width: unset;
    height: unset;
}

.rs-swiper .swiper-button-prev,
.rs-swiper .swiper-button-next {
    position: unset;
    margin-top: 0;
}

.rs-swiper .swiper-button-prev::after,
.rs-swiper .swiper-button-next::after {
    content: none;
}


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


/*  2.13 list
/*----------------------------------------*/

.rs-list-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
}

@media only screen and (max-width: 480px) {
    .rs-list-item ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-list-item ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--rs-title-primary);
}

.rs-list-item ul li svg {
    width: 20px;
    height: 20px;
}

.rs-list-item ul li svg path {
    fill: var(--rs-theme-primary);
}

.rs-list-item ul li i {
    border: 2px solid var(--rs-theme-blue);
    color: var(--rs-theme-blue);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-list-item.is-list-block ul {
    display: block;
}

.rs-list-item.is-list-block ul li:not(:last-child) {
    margin-bottom: 13px;
}

.rs-list-item.is-large ul li svg {
    width: 22px;
    height: 22px;
}

.rs-list-item.is-large ul li svg path {
    fill: var(--rs-primary);
}


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


/*  2.18 post tag
/*----------------------------------------*/

.rs-post-tag .post-tag {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    height: 21px;
    border-radius: 0 100px 100px 70px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
}

.rs-post-tag .post-tag.is-yellow {
    background-color: var(--rs-yellow);
}

.rs-post-tag .post-tag.is-green {
    background-color: var(--rs-green);
}

.rs-post-tag .post-tag.is-pink {
    background-color: var(--rs-pink);
}

.rs-post-tag .post-tag.is-red {
    background: #FF3A3A;
}

.rs-post-tag-two .post-tag {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--rs-text-primary);
    padding-inline-start: 16px;
}

.rs-post-tag-two .post-tag:hover {
    color: var(--rs-theme-primary);
}

.rs-post-tag-two .post-tag::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(246, 156, 0, 0.5);
    border-radius: 50%;
}

.rs-post-tag-two .post-tag.is-white {
    color: var(--rs-white);
}

.rs-post-tag-two .post-tag.is-white:hover {
    color: var(--rs-theme-primary);
}


/*----------------------------------------
   2.17 Post Meta
-----------------------------------------*/

.rs-post-meta ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-post-meta ul {
        flex-wrap: wrap;
    }
}

.rs-post-meta ul li {
    list-style: none;
}

.rs-post-meta .rs-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.rs-post-meta .rs-meta svg {
    width: 15px;
    height: 15px;
}

.rs-post-meta .rs-meta svg path {
    fill: var(--rs-theme-primary);
}

.rs-post-meta .rs-meta .meta-author:hover {
    color: var(--rs-theme-primary);
}

.rs-post-meta .rs-meta .rs-meta-thumb img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.rs-post-meta.meta-white span {
    color: rgba(255, 255, 255, 0.8);
}

.rs-post-meta.meta-white .rs-meta svg path {
    fill: rgba(255, 255, 255, 0.8);
}


/* HEADER CSS */


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


/*  3.5.1 Header Style 1
/*----------------------------------------*/

.rs-header-one {
    overflow-x: clip;
}

.rs-header-one .header-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    justify-content: space-between;
    background: #ffffff;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-header-one .header-wrapper {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-header-one .header-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-header-one .header-wrapper {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.rs-header-one .header-wrapper.has-bg-gradient {
    background: #ffffff;
    backdrop-filter: blur(21px) !important;
}

.rs-header-one .header-logo {
    position: relative;
    z-index: 1;
}

.rs-header-one .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
}

.rs-header-one .header-menu {
    display: flex;
    align-items: center;
}

.rs-header-one .header-right {
    display: flex;
    gap: 65px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-header-one .header-right {
        gap: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-header-one .header-right {
        gap: 30px;
    }
}

.rs-header-one .header-search-icon {
    cursor: pointer;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media only screen and (max-width: 480px) {
    .rs-header-one .header-search-icon {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-header-one .header-btn {
        display: none;
    }
}

.rs-header-one.has-bg-white .header-wrapper {
    background: var(--rs-white);
}

.rs-header-one.has-bg-white .header-search-icon {
    border-color: var(--rs-border-primary);
}

.rs-header-one.has-bg-white .header-search-icon i {
    color: var(--rs-theme-secondary);
}

.rs-header-one.has-bg-white .header-search-icon:hover .has-search {
    color: var(--rs-theme-primary);
}

.rs-header-one.has-bg-white .sidebar-toggle {
    background: transparent;
    border-color: var(--rs-border-primary);
}

.rs-header-one.has-bg-white .sidebar-toggle .header-bar-icon span {
    background: var(--rs-theme-secondary);
}


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


/*  3.5.2 Header Style 2
/*----------------------------------------*/

.rs-header-two {
    overflow-x: clip;
}

.rs-header-two .header-wrapper {
    align-items: center;
    position: relative;
    z-index: 99;
    justify-content: space-between;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .rs-header-two .header-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-two .header-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}

.rs-header-two .header-logo {
    position: relative;
    z-index: 1;
}

.rs-header-two .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--rs-theme-primary);
    padding-inline-start: 80px;
    padding-inline-end: 90px;
}

@media only screen and (max-width: 1600px) {
    .rs-header-two .header-left {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-header-two .header-left {
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-two .header-left {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
}

.rs-header-two .header-left.has-header-space {
    padding-top: 3px;
}

.rs-header-two .header-menu {
    display: flex;
    align-items: center;
    margin-inline-start: 90px;
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .header-menu {
        margin-inline-start: 30px;
    }
}

.rs-header-two .header-menu.has-menu-space {
    margin-inline-start: 223px;
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .header-menu.has-menu-space {
        margin-inline-start: 60px;
    }
}

.rs-header-two .header-right {
    display: flex;
    align-items: center;
    background: var(--rs-theme-secondary);
    padding-top: 33px;
    padding-bottom: 33px;
    padding-inline-end: 15px;
    padding-inline-start: 15px;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .header-right {
        padding-top: 19px;
        padding-bottom: 19px;
        height: 100%;
        min-height: 94px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-header-two .header-right {
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-two .header-right {
        padding-top: 10px;
        padding-bottom: 10px;
        height: unset;
        min-height: unset;
    }
}

.rs-header-two .header-search-icon {
    cursor: pointer;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .header-btn {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-header-two .header-btn {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .rs-header-two .header-btn {
        display: none;
    }
}

.rs-header-two .main-menu ul li.active>a {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu ul li ul.submenu li.active>a {
    color: rgba(255, 255, 255, 0.7);
}

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

.rs-header-two .main-menu ul li:hover>a {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu ul li:hover>a::after {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu ul .mega-menu li.active>a {
    color: var(--rs-theme-primary);
}

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

.rs-header-two .main-menu ul .mega-menu.mega-grid {
    inset-inline-start: 330px;
    margin: unset;
}

@media only screen and (max-width: 1600px) {
    .rs-header-two .main-menu ul .mega-menu.mega-grid {
        inset-inline-start: 265px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-header-two .main-menu ul .mega-menu.mega-grid {
        inset-inline-start: 205px;
    }
}

.rs-header-two .main-menu>ul {
    gap: 0 30px;
}

.rs-header-two .main-menu .onepage-menu li.active>a {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu .onepage-menu li a.active {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu .onepage-menu li:hover>a {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .main-menu .onepage-menu li:hover>a::after {
    color: rgba(255, 255, 255, 0.7);
}

.rs-header-two .header-logo {
    min-width: 160px;
}

.rs-header-two .rs-promo-one.rs-promo-wrapper {
    margin-top: 0;
}

.rs-header-two .rs-promo-one .rs-promo-content p,
.rs-header-two .rs-promo-one .rs-promo-content a {
    color: var(--rs-white);
}

@media only screen and (max-width: 575px) {
    .rs-header-two .rs-promo-one .rs-promo-content p,
    .rs-header-two .rs-promo-one .rs-promo-content a {
        text-align: center;
    }
}

.rs-header-two .rs-promo-one .rs-promo-icon {
    background: var(--rs-white);
}

@media only screen and (max-width: 575px) {
    .rs-header-two .rs-promo-one .rs-promo-icon {
        display: none;
    }
}

.rs-header-two .rs-promo-one .rs-promo-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-header-two .sidebar-toggle {
    border-color: rgba(255, 255, 255, 0.2);
}


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


/*  3.5.3 Header Style 3
/*----------------------------------------*/

.rs-header-three {
    overflow-x: clip;
}

.rs-header-three .header-bottom-wrapper {
    display: flex;
    align-items: center;
    padding-inline-start: 248px;
    padding-inline-end: 248px;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1700px) {
    .rs-header-three .header-bottom-wrapper {
        padding-inline-start: 150px;
        padding-inline-end: 150px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-header-three .header-bottom-wrapper {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-three .header-bottom-wrapper {
        justify-content: center;
    }
}

.rs-header-three .header-wrapper {
    padding-inline-start: 248px;
    padding-inline-end: 248px;
    background: var(--rs-black);
    position: relative;
}

@media only screen and (max-width: 1700px) {
    .rs-header-three .header-wrapper {
        padding-inline-start: 150px;
        padding-inline-end: 150px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-header-three .header-wrapper {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.rs-header-three .header-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 460px;
    justify-content: end;
    margin-inline-start: auto;
}

@media only screen and (max-width: 1199px) {
    .rs-header-three .header-right {
        max-width: 100%;
        justify-content: start;
        margin-inline-start: unset;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.rs-header-three .header-right .swiper-slide {
    width: auto !important;
}

.rs-header-three .header-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 12px);
    background: var(--rs-border-secondary);
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-header-three .header-right .swiper-wrapper .swiper-slide:last-child {
    padding-right: 0;
}

.rs-header-three .main-menu li a {
    padding: 18px 0px;
}

.rs-header-three .header-top-tag ul li {
    list-style: none;
    position: relative;
    text-align: center;
}

.rs-header-three .header-top-tag ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.rs-header-three .header-top-tag ul li a:hover {
    color: var(--rs-theme-primary);
}

.rs-header-three .header-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rs-header-three .header-navigation button {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

[dir=rtl] .rs-header-three .header-navigation button {
    transform: rotateY(180deg);
}

.rs-header-three .header-navigation button i {
    font-weight: 400;
}

.rs-header-three .header-navigation button:hover {
    color: var(--rs-theme-primary);
}

.rs-header-three .header-logo {
    max-width: 130px;
}

.rs-header-three .header-logo .logo-white {
    display: none;
}

.rs-header-three .header-toggle {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .rs-header-three .header-toggle {
        display: block;
        padding-inline-start: 20px;
    }
}


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


/*  3.5.5 Header Top Style
/*----------------------------------------*/

.rs-header-top.rs-header-top-one {
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    padding-bottom: 7px;
    padding-top: 7px;
    background: var(--rs-theme-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media only screen and (max-width: 1600px) {
    .rs-header-top.rs-header-top-one {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-top.rs-header-top-one {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-top.rs-header-top-one {
        padding-bottom: 10px;
        padding-top: 8px;
    }
}

.rs-header-top.rs-header-top-one .header-top-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .rs-header-top.rs-header-top-one .header-top-wrapper .header-top-icon {
        display: none;
    }
}

.rs-header-top.rs-header-top-one .header-top-icon {
    width: 17px;
    min-width: 17px;
    flex-wrap: wrap;
    background: var(--rs-white);
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.rs-header-top.rs-header-top-one .header-top-icon svg {
    width: 9px;
}

.rs-header-top.rs-header-top-one .header-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 480px) {
    .rs-header-top.rs-header-top-one .header-top-left {
        display: none;
    }
}

.rs-header-top.rs-header-top-one .header-top-right {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .rs-header-top.rs-header-top-one .header-top-right {
        flex-wrap: wrap;
        gap: 5px 30px;
        justify-content: center;
    }
}

.rs-header-top.rs-header-top-one .header-top-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.rs-header-top.rs-header-top-one .header-top-content p a {
    text-decoration: underline;
}

.rs-header-top.rs-header-top-one .header-top-content p a:hover {
    color: var(--rs-theme-secondary);
}

.rs-header-top.rs-header-top-one .header-top-description {
    font-size: 14px;
    font-weight: 500;
    color: var(--rs-white);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 350px;
}

@media only screen and (max-width: 480px) {
    .rs-header-top.rs-header-top-one .header-top-description {
        text-align: center;
    }
}

.rs-header-top.rs-header-top-one .header-top-description.is-active {
    position: relative;
    opacity: 1;
    animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}

.rs-header-top.rs-header-top-one .header-top-description:not(.is-active) {
    animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}

.rs-header-top.rs-header-top-one .header-top-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.rs-header-top.rs-header-top-one .header-top-item:not(:last-child) {
    padding-inline-end: 15px;
    margin-inline-end: 15px;
}

.rs-header-top.rs-header-top-one .header-top-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    inset-inline-end: 0;
}

@media only screen and (max-width: 575px) {
    .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child) {
        padding-inline-end: 0px;
        margin-inline-end: 0px;
    }
    .rs-header-top.rs-header-top-one .header-top-item:not(:last-child):not(:last-child)::before {
        content: none;
    }
}

.rs-header-top.rs-header-top-one .header-top-item h6 {
    font-size: 15px;
    font-weight: 400;
    color: var(--rs-white);
}

.rs-header-top.rs-header-top-one .header-top-item h6 a:hover {
    color: rgba(255, 255, 255, 0.72);
}

.rs-header-top.rs-header-top-one .header-top-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
    padding-inline-end: 15px;
    margin-inline-end: 15px;
}

.rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    inset-inline-end: 0;
}

@media only screen and (max-width: 575px) {
    .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child) {
        padding-inline-end: 0;
        margin-inline-end: 0px;
    }
    .rs-header-top.rs-header-top-one .header-top-meta:not(:last-child)::before {
        content: none;
    }
}

.rs-header-top.rs-header-top-one .header-top-meta-icon {
    position: relative;
    top: -2px;
}

.rs-header-top.rs-header-top-one .header-top-meta-icon svg {
    width: 16px;
    height: 16px;
}

.rs-header-top.rs-header-top-one .header-top-meta-icon svg path {
    fill: var(--rs-white);
}

.rs-header-top.rs-header-top-one .header-top-meta-content span {
    color: var(--rs-white);
    font-size: 14px;
    font-weight: 500;
}

.rs-header-top.rs-header-top-one .header-top-meta-content a {
    color: var(--rs-white);
    font-size: 14px;
    font-weight: 500;
}

.rs-header-top.rs-header-top-one .header-top-meta-content a:hover {
    color: var(--rs-theme-secondary);
}

.rs-header-top.rs-header-top-one .popup-circle {
    width: 8px;
    height: 8px;
    position: relative;
}

.rs-header-top.rs-header-top-one .header-top-title {
    font-size: 14px;
    font-weight: 600;
    color: #E40101;
    text-transform: uppercase;
    line-height: 20px;
}

.rs-header-top.rs-header-top-one .header-top-social a {
    font-size: 14px;
}

.rs-header-top.rs-header-top-one .header-top-social-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-header-top.rs-header-top-one .header-top-social-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--rs-white);
}

.rs-header-top.rs-header-top-two {
    padding-inline-start: 170px;
    padding-inline-end: 170px;
    padding-bottom: 12px;
    padding-top: 12px;
    background: var(--rs-black);
}

@media only screen and (max-width: 1600px) {
    .rs-header-top.rs-header-top-two {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-header-top.rs-header-top-two {
        justify-content: center;
    }
}

.rs-header-top.rs-header-top-two .header-top-left {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rs-header-top.rs-header-top-two .header-top-left {
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .rs-header-top.rs-header-top-two .header-top-left {
        gap: 5px 30px;
        flex-wrap: wrap;
    }
}

.rs-header-top.rs-header-top-two .header-top-content {
    overflow: hidden;
    position: relative;
}

.rs-header-top.rs-header-top-two .header-top-description {
    font-size: 14px;
    font-weight: 500;
    color: var(--rs-white);
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 350px;
}

@media only screen and (max-width: 480px) {
    .rs-header-top.rs-header-top-two .header-top-description {
        text-align: center;
    }
}

.rs-header-top.rs-header-top-two .header-top-description.is-active {
    position: relative;
    opacity: 1;
    animation: textRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}

.rs-header-top.rs-header-top-two .header-top-description:not(.is-active) {
    animation: textRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}

.rs-header-top.rs-header-top-two .header-top-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.rs-header-top.rs-header-top-two .header-top-item:not(:last-child) {
    padding-inline-end: 15px;
    margin-inline-end: 15px;
}

.rs-header-top.rs-header-top-two .header-top-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    inset-inline-end: 0;
}

@media only screen and (max-width: 575px) {
    .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child) {
        padding-inline-end: 0px;
        margin-inline-end: 0px;
    }
    .rs-header-top.rs-header-top-two .header-top-item:not(:last-child):not(:last-child)::before {
        content: none;
    }
}

.rs-header-top.rs-header-top-two .header-top-item h6 {
    font-size: 15px;
    font-weight: 400;
    color: var(--rs-white);
}

.rs-header-top.rs-header-top-two .header-top-item h6 a:hover {
    color: rgba(255, 255, 255, 0.72);
}

.rs-header-top.rs-header-top-two .popup-circle {
    width: 8px;
    height: 8px;
    position: relative;
}

.rs-header-top.rs-header-top-two .header-top-title {
    font-size: 14px;
    font-weight: 600;
    color: #E40101;
    text-transform: uppercase;
    line-height: 20px;
}

.rs-header-top.rs-header-top-two .header-top-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 520px;
    justify-content: end;
    margin-inline-start: auto;
}

@media only screen and (max-width: 767px) {
    .rs-header-top.rs-header-top-two .header-top-right {
        justify-content: unset;
        margin-inline-start: unset;
        margin: 0 auto;
    }
}

.rs-header-top.rs-header-top-two .header-top-right .swiper-slide {
    width: auto !important;
}

.rs-header-top.rs-header-top-two .header-top-right .swiper-slide:not(:last-child) .header-top-tag ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 12px);
    background: var(--rs-border-secondary);
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-header-top.rs-header-top-two .header-top-right .swiper-wrapper .swiper-slide:last-child {
    padding-right: 0;
}

.rs-header-top.rs-header-top-two .header-top-tag ul li {
    list-style: none;
    position: relative;
    text-align: center;
}

.rs-header-top.rs-header-top-two .header-top-tag ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.rs-header-top.rs-header-top-two .header-top-tag ul li a:hover {
    color: var(--rs-theme-primary);
}

.rs-header-top.rs-header-top-two .header-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rs-header-top.rs-header-top-two .header-navigation button {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

[dir=rtl] .rs-header-top.rs-header-top-two .header-navigation button {
    transform: rotateY(180deg);
}

.rs-header-top.rs-header-top-two .header-navigation button i {
    font-weight: 400;
}

.rs-header-top.rs-header-top-two .header-navigation button:hover {
    color: var(--rs-theme-primary);
}


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


/*  3.5.4 Header Common Style 
/*----------------------------------------*/

.header-logo {
    width: 100px;
    padding: 8px 0px;
}

@media only screen and (max-width: 575px) {
    .header-logo {
        width: 70px;
        padding: 0;
    }
}

.header-search-wrapper {
    position: relative;
}

.header-search-inner {
    display: none;
    position: absolute;
    width: 290px;
    top: 74px;
    z-index: 2;
    inset-inline-end: 0;
}

@media only screen and (max-width: 1199px) {
    .header-search-inner {
        top: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .header-search-inner {
        width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .header-search-inner {
        top: 60px;
        width: 220px;
    }
}

.header-search-icon {
    cursor: pointer;
}

.header-search-icon:hover .has-search {
    color: var(--rs-theme-primary);
}

.header-search-icon:hover .has-close {
    color: var(--rs-theme-primary);
}

.header-search-icon i {
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    color: var(--rs-white);
}

@media only screen and (max-width: 480px) {
    .header-search-icon i {
        font-size: 17px;
    }
}

.header-search-icon .has-close {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
}

.header-search-icon.icon-close .has-search {
    opacity: 0;
    visibility: hidden;
}

.header-search-icon.icon-close .has-close {
    opacity: 1;
    visibility: visible;
}

.header-search input {
    color: var(--rs-white);
    padding-inline-end: 40px;
    padding-inline-start: 15px;
    width: 100%;
    background: var(--rs-bg-primary);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    height: 48px;
}

[dir=rtl] .header-search input {
    padding-inline-end: 40px;
}

.header-search input::placeholder {
    color: var(--rs-text-primary);
    font-weight: 500;
}

.header-search button {
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

[dir=rtl] .header-search button {
    left: 20px;
}

.header-search button:hover {
    color: var(--rs-theme-primary);
}

.header-content {
    display: flex;
    align-items: center;
    position: relative;
    gap: 18px;
}

.header-inner.rs-sticky .header-menu>nav>ul>li>a {
    padding: 32px 0;
}

.header-inner.rs-sticky .header-search-inner {
    top: 56px;
}

@media only screen and (max-width: 1199px) {
    .header-inner.rs-sticky .header-search-inner {
        top: 51px;
    }
}

@media only screen and (max-width: 480px) {
    .header-inner.rs-sticky .header-search-inner {
        top: 48px;
    }
}

.sidebar-toggle {
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rs-bg-primary);
}

@media only screen and (max-width: 480px) {
    .sidebar-toggle {
        height: 48px;
        width: 48px;
    }
}

.sidebar-toggle.is-transparent {
    background: black;
}

.header-bar-icon {
    width: 20px;
    height: 16px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: color 0.2s ease-out;
}

.header-bar-icon span {
    width: 28px;
    height: 2px;
    background: var(--rs-white);
    display: inline-block;
    transition: color 0.2s ease-out;
    margin: 0 auto;
    margin-right: auto;
    margin-right: 0;
}

.header-bar-icon span:nth-child(1) {
    width: 20px;
    transition: all 0.3s linear;
}

.header-bar-icon span:nth-child(2) {
    width: 15px;
    transition: all 0.3s linear;
}

.header-bar-icon span:nth-child(3) {
    width: 20px;
    transition: all 0.3s linear;
}

.header-bar-icon:hover span {
    animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

.header-bar-icon:hover span:nth-child(2) {
    animation-delay: 0.1s;
}

.header-bar-icon:hover span:nth-child(3) {
    animation-delay: 0.2s;
}

.rs-sticky-header {
    position: fixed !important;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    width: 100%;
    z-index: 999;
    background: var(--rs-white);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.6s ease;
}

.rs-sticky-header.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-transparent {
    position: absolute;
    inset-inline-start: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
}


/* HEADER CSS */


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


/*  3.1.1 banner style 1
/*----------------------------------------*/

.rs-banner-one {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-banner-one .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top center;
}

[dir=rtl] .rs-banner-one .rs-banner-bg-thumb {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .rs-banner-one .rs-banner-bg-thumb {
        background-position: top left;
    }
}

.rs-banner-one .rs-banner-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #192C3B 0%, rgba(19, 30, 38, 0) 90.29%);
    z-index: 1;
}

.rs-banner-one .rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
}

.rs-banner-one .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-inline-start: 200px;
    padding-bottom: 330px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-one .rs-banner-wrapper {
        padding-inline-start: 100px;
        padding-bottom: 295px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-one .rs-banner-wrapper {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-one .rs-banner-wrapper {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-one .rs-banner-wrapper {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.rs-banner-one .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-one .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

@media only screen and (max-width: 480px) {
    .rs-banner-one .rs-banner-title br {
        display: none;
    }
}

.rs-banner-one .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .rs-banner-one .rs-banner-desc {
        max-width: 100%;
    }
}

.rs-banner-one .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 767px) {
    .rs-banner-one .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-one .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-one .rs-banner-scroll-btn {
    position: absolute;
    bottom: 130px;
    transform: rotate(90deg);
    inset-inline-start: 140px;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-one .rs-banner-scroll-btn {
        display: none;
    }
}

.rs-banner-one .rs-banner-scroll-btn .rs-btn {
    padding: 7px 26px;
    font-size: 16px;
    font-weight: 400;
}

[dir=rtl] .rs-banner-one .rs-banner-scroll-btn .rs-btn {
    flex-direction: row-reverse;
}

.rs-banner-one .rs-banner-scroll-btn .rs-btn.has-icon .icon-box {
    transform: rotate(0);
}


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


/*  3.1.2 banner style 2
/*----------------------------------------*/

.rs-banner-two {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-banner-two .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top center;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

[dir=rtl] .rs-banner-two .rs-banner-bg-thumb {
    transform: rotateY(180deg);
}

.rs-banner-two .rs-banner-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #192C3B 0%, rgba(19, 30, 38, 0) 90.29%);
    z-index: 1;
}

.rs-banner-two .rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.rs-banner-two .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-inline-start: 170px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1800px) {
    .rs-banner-two .rs-banner-wrapper {
        padding-inline-start: 0px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-banner-two .rs-banner-wrapper {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-two .rs-banner-wrapper {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-two .rs-banner-wrapper {
        padding-top: 150px;
    }
}

.rs-banner-two .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-two .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

.rs-banner-two .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

.rs-banner-two .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-two .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-two .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-two .rs-banner-btn {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1366px) {
    .rs-banner-two .rs-banner-btn {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-two .rs-banner-btn {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-two .rs-banner-btn {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-two .rs-banner-btn {
        margin-bottom: 50px;
    }
}

.rs-banner-two .rs-banner-feature-wrapper {
    max-width: 1070px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline-start: auto;
    margin-top: -282px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-two .rs-banner-feature-wrapper {
        max-width: 1000px;
        margin-top: -308px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-two .rs-banner-feature-wrapper {
        max-width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-two .rs-banner-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-banner-two .rs-banner-feature-item {
    display: flex;
    gap: 35px;
    padding-top: 35px;
    padding-inline-start: 35px;
    padding-bottom: 25px;
    padding-inline-end: 35px;
}

@media only screen and (max-width: 575px) {
    .rs-banner-two .rs-banner-feature-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.rs-banner-two .rs-banner-feature-item:hover .rs-banner-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-banner-two .rs-banner-feature-item.item-one {
    background: var(--rs-theme-secondary);
}

.rs-banner-two .rs-banner-feature-item.item-one .rs-banner-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-banner-two .rs-banner-feature-item.item-two {
    background: var(--rs-theme-primary);
}

.rs-banner-two .rs-banner-feature-item.item-two .rs-banner-feature-icon {
    background: #219ebc;
}

.rs-banner-two .rs-banner-feature-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.rs-banner-two .rs-banner-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-banner-two .rs-banner-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-banner-two .rs-banner-feature-title {
    color: var(--rs-white);
}

.rs-banner-two .rs-banner-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-two .rs-banner-feature-line {
        width: 100%;
    }
}

.rs-banner-two .rs-banner-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-two .rs-banner-feature-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}

.rs-banner-two .rs-banner-feature-btn .icon-box svg {
    width: 25px;
    height: 25px;
}

.rs-banner-two .rs-banner-tab-wrapper {
    display: flex;
    align-items: center;
    gap: 30px 50px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1700px) {
    .rs-banner-two .rs-banner-tab-wrapper {
        gap: 30px 30px;
        flex-direction: column;
        align-items: start;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-two .rs-banner-tab-wrapper {
        flex-direction: unset;
    }
}

.rs-banner-two .rs-swiper-btn {
    font-size: 24px;
    font-weight: 500;
    color: var(--rs-white);
    width: unset;
    height: unset;
    background: transparent;
    border-bottom: 1px solid var(--rs-white);
    border-radius: 0;
    padding-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .rs-banner-two .rs-swiper-btn {
        font-size: 22px;
    }
}

.rs-banner-two .rs-swiper-btn.swiper-button-disabled {
    color: var(--rs-white);
    opacity: 0.3;
    border-bottom: 1px solid var(--rs-white);
}

.rs-banner-two .swiper-slide-active .rs-banner-subtitle,
.rs-banner-two .swiper-slide-active .rs-banner-title,
.rs-banner-two .swiper-slide-active .rs-banner-desc,
.rs-banner-two .swiper-slide-active .rs-banner-btn {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.rs-banner-two .swiper-slide-active .rs-banner-subtitle {
    animation-delay: 0.3s;
    animation-duration: 0.7s;
}

.rs-banner-two .swiper-slide-active .rs-banner-title {
    animation-delay: 0.5s;
    animation-duration: 0.9s;
}

.rs-banner-two .swiper-slide-active .rs-banner-desc {
    animation-delay: 0.7s;
    animation-duration: 1.1s;
}

.rs-banner-two .swiper-slide-active .rs-banner-btn {
    animation-delay: 0.9s;
    animation-duration: 1.3s;
}


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


/*  3.1.3 banner style 3
/*----------------------------------------*/

.rs-banner-three {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-banner-three .rs-banner-shape {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0px;
    z-index: 1;
}

[dir=rtl] .rs-banner-three .rs-banner-shape {
    transform: rotateY(180deg);
}

.rs-banner-three .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .rs-banner-three .rs-banner-wrapper {
        display: block;
    }
}

.rs-banner-three .rs-banner-content-wrapper {
    overflow: hidden;
    min-width: 1004px;
    width: 50%;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-three .rs-banner-content-wrapper {
        min-width: 864px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-three .rs-banner-content-wrapper {
        min-width: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-three .rs-banner-content-wrapper {
        min-width: 498px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-three .rs-banner-content-wrapper {
        min-width: 100%;
    }
}

.rs-banner-three .rs-banner-content-inner {
    background: var(--rs-theme-secondary);
    padding-top: 155px;
    padding-inline-start: 160px;
    padding-inline-end: 160px;
    padding-bottom: 250px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-three .rs-banner-content-inner {
        padding-top: 140px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-three .rs-banner-content-inner {
        padding-top: 120px;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-three .rs-banner-content-inner {
        padding-top: 95px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-three .rs-banner-content-inner {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.rs-banner-three .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-three .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-three .rs-banner-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-three .rs-banner-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-three .rs-banner-title {
        font-size: 40px;
    }
}

.rs-banner-three .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

.rs-banner-three .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-three .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-three .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-three .rs-banner-thumb {
    position: relative;
    width: 100%;
}

.rs-banner-three .rs-banner-thumb img {
    width: 100%;
    height: 931px;
    object-fit: cover;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-three .rs-banner-thumb img {
        height: 100%;
    }
}

.rs-banner-three .rs-banner-brand {
    position: relative;
}

.rs-banner-three .rs-banner-brand .rs-brand-two {
    background: var(--rs-theme-secondary);
    backdrop-filter: unset;
    margin-top: 0;
}

.rs-banner-three .rs-banner-feature {
    display: flex;
    gap: 35px;
    padding-top: 35px;
    padding-inline-start: 35px;
    padding-bottom: 25px;
    padding-inline-end: 35px;
    background: var(--rs-theme-primary);
    position: absolute;
    bottom: 0;
    width: 535px;
    inset-inline-end: 0;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-three .rs-banner-feature {
        width: 500px;
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-bottom: 25px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-three .rs-banner-feature {
        width: 450px;
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-bottom: 20px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-three .rs-banner-feature {
        width: 100%;
        position: unset;
        flex-wrap: wrap;
        gap: 25px;
        padding-top: 25px;
        padding-inline-start: 25px;
        padding-bottom: 15px;
        padding-inline-end: 25px;
    }
}

.rs-banner-three .rs-banner-feature:hover .rs-banner-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-banner-three .rs-banner-feature .rs-banner-feature-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #219ebc;
}

.rs-banner-three .rs-banner-feature .rs-banner-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-banner-three .rs-banner-feature .rs-banner-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-banner-three .rs-banner-feature-title {
    color: var(--rs-white);
}

.rs-banner-three .rs-banner-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-three .rs-banner-feature-line {
        width: 100%;
    }
}

.rs-banner-three .rs-banner-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-three .rs-banner-feature-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}

@media only screen and (max-width: 575px) {
    .rs-banner-three .rs-banner-feature-desc {
        margin-bottom: 20px;
    }
}

.rs-banner-three .rs-banner-feature-btn .icon-box svg {
    width: 25px;
    height: 25px;
}


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


/*  3.1.4 banner style 4
/*----------------------------------------*/

.rs-banner-four {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background: var(--rs-theme-secondary);
}

.rs-banner-four .rs-banner-shape-one {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

[dir=rtl] .rs-banner-four .rs-banner-shape-one {
    transform: rotateY(180deg);
}

.rs-banner-four .rs-banner-shape-two {
    position: absolute;
    bottom: 20px;
    inset-inline-start: 20px;
    transform: rotate(90deg);
}

[dir=rtl] .rs-banner-four .rs-banner-shape-two {
    inset-inline-end: 20px;
    inset-inline-start: auto;
}

.rs-banner-four .rs-banner-shape-three {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1600px) {
    .rs-banner-four .rs-banner-shape-three {
        display: none;
    }
}

.rs-banner-four .rs-banner-thumb {
    position: relative;
}

[dir=rtl] .rs-banner-four .rs-banner-thumb {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 991px) {
    .rs-banner-four .rs-banner-thumb {
        height: 300px;
    }
}

.rs-banner-four .rs-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.rs-banner-four .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-four .rs-banner-wrapper {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.rs-banner-four .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-four .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-four .rs-banner-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-four .rs-banner-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-four .rs-banner-title {
        font-size: 40px;
    }
}

.rs-banner-four .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

.rs-banner-four .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-four .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-four .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-four .rs-banner-form {
    margin-top: -320px;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .rs-banner-four .rs-banner-form {
        margin-top: 0;
    }
}

.rs-banner-four .rs-banner-form .section-title-wrapper {
    border-radius: 6px 0 0 0;
}

[dir=rtl] .rs-banner-four .rs-banner-form .section-title-wrapper {
    border-radius: 0px 6px 0 0;
}

.rs-banner-four .rs-banner-form .rs-contact-input input {
    height: 56px;
}

.rs-banner-four .rs-banner-form .rs-contact-input .nice-select {
    height: 56px;
}

.rs-banner-four .rs-banner-form .rs-contact-form {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-four .rs-banner-form .rs-contact-form {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-banner-four .rs-banner-content-wrapper {
    display: grid;
    grid-template-columns: auto 750px;
    align-items: end;
    gap: 30px 140px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-four .rs-banner-content-wrapper {
        grid-template-columns: auto 600px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-four .rs-banner-content-wrapper {
        grid-template-columns: auto 550px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-four .rs-banner-content-wrapper {
        grid-template-columns: auto 470px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-four .rs-banner-content-wrapper {
        grid-template-columns: auto;
    }
}

.rs-banner-four .rs-banner-content {
    padding-top: 80px;
    padding-inline-start: 105px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1700px) {
    .rs-banner-four .rs-banner-content {
        padding-inline-start: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-four .rs-banner-content {
        padding-top: 45px;
        padding-bottom: 0;
    }
}


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


/*  3.1.5 banner style 5
/*----------------------------------------*/

.rs-banner-five {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background: var(--rs-theme-secondary);
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-five {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
        padding-bottom: 15px;
    }
}

.rs-banner-five .rs-banner-shape {
    position: absolute;
    inset-inline-start: 44%;
    top: 43%;
    z-index: 2;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1700px) {
    .rs-banner-five .rs-banner-shape {
        inset-inline-start: 52%;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-banner-five .rs-banner-shape {
        inset-inline-start: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-shape {
        display: none;
    }
}

.rs-banner-five .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
}

[dir=rtl] .rs-banner-five .rs-banner-bg-thumb {
    transform: rotateY(180deg);
}

.rs-banner-five .rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
    border-radius: 6px;
}

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

.rs-banner-five .rs-banner-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(240deg, rgba(171, 5, 45, 0) 44%, var(--rs-theme-primary) 0%);
    mix-blend-mode: multiply;
    border-radius: 6px 0px 0px 6px;
}

@media only screen and (max-width: 767px) {
    .rs-banner-five .rs-banner-wrapper::before {
        background-image: linear-gradient(240deg, rgba(171, 5, 45, 0) 0%, var(--rs-theme-primary) 0% 0%);
    }
}

[dir=rtl] .rs-banner-five .rs-banner-wrapper::before {
    transform: rotateY(180deg);
}

.rs-banner-five .rs-banner-content {
    padding-top: 180px;
    padding-inline-start: 120px;
    padding-bottom: 190px;
    z-index: 1;
    max-width: 750px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-five .rs-banner-content {
        padding-top: 120px;
        padding-inline-start: 100px;
        max-width: 710px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-five .rs-banner-content {
        padding-top: 110px;
        padding-inline-start: 60px;
        max-width: 670px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-content {
        padding-top: 90px;
        padding-inline-start: 40px;
        max-width: 620px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-five .rs-banner-content {
        padding-top: 70px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        max-width: 600px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-five .rs-banner-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-five .rs-banner-content {
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-banner-five .rs-banner-btn {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-btn {
        margin-bottom: 0px;
    }
}

.rs-banner-five .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-five .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

.rs-banner-five .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

.rs-banner-five .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-five .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-five .rs-banner-feature-wrapper {
    max-width: 1125px;
    display: flex;
    margin-inline-start: auto;
    margin-top: -190px;
    position: relative;
    z-index: 2;
    background: var(--rs-white);
    padding-top: 35px;
    padding-inline-start: 35px;
    padding-bottom: 33px;
    padding-inline-end: 35px;
    border-radius: 0 0 6px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-feature-wrapper {
        max-width: 100%;
        padding-top: 25px;
        padding-inline-start: 30px;
        padding-bottom: 23px;
        padding-inline-end: 30px;
        margin-top: 0;
        border-radius: 0 0 6px 6px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-five .rs-banner-feature-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

[dir=rtl] .rs-banner-five .rs-banner-feature-wrapper {
    border-radius: 0 0 0px 6px;
}

.rs-banner-five .rs-banner-feature-item {
    display: flex;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .rs-banner-five .rs-banner-feature-item {
        flex-wrap: wrap;
    }
}

.rs-banner-five .rs-banner-feature-item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80px;
    background: var(--rs-border-primary);
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .rs-banner-five .rs-banner-feature-item::before {
        content: none;
    }
}

.rs-banner-five .rs-banner-feature-item:first-child {
    padding-inline-end: 30px;
    margin-inline-end: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-banner-five .rs-banner-feature-item:first-child {
        padding-inline-end: 0px;
        margin-inline-end: 0px;
    }
}

.rs-banner-five .rs-banner-feature-item:last-child::before {
    content: none;
}

.rs-banner-five .rs-banner-feature-item:hover .rs-banner-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-banner-five .rs-banner-feature-icon {
    margin-inline-end: 20px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-five .rs-banner-feature-icon {
        margin-inline-end: 0;
        margin-bottom: 20px;
    }
}

.rs-banner-five .rs-banner-feature-icon svg {
    width: 22px;
    height: 22px;
}

.rs-banner-five .rs-banner-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    border-color: rgba(43, 57, 68, 0.1490196078);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-feature-line {
        width: 100%;
    }
}

.rs-banner-five .rs-banner-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-theme-secondary);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-five .rs-banner-video-btn {
    position: absolute;
    top: 190px;
    inset-inline-end: 365px;
    z-index: 2;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-five .rs-banner-video-btn {
        inset-inline-end: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-five .rs-banner-video-btn {
        display: none;
    }
}

.rs-banner-five .rs-play-btn {
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(39, 38, 40, 0.2) 0%, rgba(39, 38, 40, 0.12) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(21px);
    color: var(--rs-white);
}

.rs-banner-five .rs-play-btn::before {
    content: none;
}


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


/*  3.1.6 banner style 6
/*----------------------------------------*/

.rs-banner-six {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-banner-six .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top center;
}

.rs-banner-six .rs-banner-bg-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #22313C 32.44%, rgba(34, 49, 60, 0) 129.77%);
    z-index: 1;
}

.rs-banner-six .banner-shape-one {
    position: absolute;
    inset-inline-start: 0;
    bottom: 120px;
}

.rs-banner-six .rs-banner-wrapper {
    padding-top: 50px;
    padding-inline-start: 160px;
    display: flex;
    justify-content: space-between;
    gap: 30px 300px;
}

@media only screen and (max-width: 1800px) {
    .rs-banner-six .rs-banner-wrapper {
        gap: 30px 150px;
        padding-inline-start: 45px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-banner-six .rs-banner-wrapper {
        padding-inline-start: 0px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-wrapper {
        grid-template-columns: 550px auto;
        display: grid;
        align-items: end;
        gap: 30px 30px;
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-six .rs-banner-wrapper {
        padding-top: 70px;
        grid-template-columns: auto;
    }
}

.rs-banner-six .rs-banner-content {
    padding-top: 90px;
    padding-bottom: 125px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-content {
        padding-top: 0;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-six .rs-banner-content {
        padding-bottom: 0px;
    }
}

.rs-banner-six .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-six .rs-banner-title {
    color: var(--rs-white);
    font-weight: 500;
    line-height: 1.12;
}

.rs-banner-six .rs-banner-desc {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-desc {
        max-width: 100%;
    }
}

.rs-banner-six .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 26px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-six .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-six .rs-banner-thumb {
    position: relative;
    z-index: 2;
    min-width: 600px;
    margin-inline-end: 175px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-six .rs-banner-thumb {
        margin-inline-end: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-six .rs-banner-thumb {
        min-width: 550px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-thumb {
        min-width: 100%;
    }
}

.rs-banner-six .rs-banner-thumb img {
    width: 100%;
}

.rs-banner-six .rs-text-clip-title {
    font-size: 770px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.75;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -8px;
    inset-inline-end: -100px;
    z-index: -1;
}

@media only screen and (max-width: 1700px) {
    .rs-banner-six .rs-text-clip-title {
        font-size: 700px;
        inset-inline-end: -30px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-banner-six .rs-text-clip-title {
        inset-inline-end: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-text-clip-title {
        font-size: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-six .rs-text-clip-title {
        bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-six .rs-text-clip-title {
        font-size: 450px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-six .rs-text-clip-title {
        font-size: 400px;
    }
}

.rs-banner-six .rs-banner-brand {
    position: relative;
    width: 70%;
    z-index: 1;
    margin-top: -122px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-six .rs-banner-brand {
        width: 100%;
        margin-top: 0;
        z-index: 2;
    }
}

.rs-banner-six .rs-brand-two {
    margin-top: unset;
    background: var(--rs-bg-primary);
    backdrop-filter: unset;
}


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


/*  3.1.7 banner style 7
/*----------------------------------------*/

.rs-banner-seven {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-banner-seven .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

[dir=rtl] .rs-banner-seven .rs-banner-bg-thumb {
    transform: rotateY(180deg);
}

.rs-banner-seven .rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
}

.rs-banner-seven .rs-banner-shape-one {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-seven .rs-banner-shape-one {
        display: none;
    }
}

[dir=rtl] .rs-banner-seven .rs-banner-shape-one {
    transform: rotateY(180deg);
}

.rs-banner-seven .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-inline-start: 170px;
    padding-inline-end: 170px;
    display: grid;
    grid-template-columns: 655px auto;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-seven .rs-banner-wrapper {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-seven .rs-banner-wrapper {
        grid-template-columns: 500px auto;
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-seven .rs-banner-wrapper {
        grid-template-columns: auto;
        padding-top: 70px;
    }
}

.rs-banner-seven .rs-banner-content {
    padding-bottom: 280px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-seven .rs-banner-content {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-seven .rs-banner-content {
        padding-bottom: 0px;
    }
}

.rs-banner-seven .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-title-primary);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-seven .rs-banner-title {
    font-weight: 500;
    line-height: 1.12;
}

.rs-banner-seven .rs-banner-desc {
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-seven .rs-banner-desc {
        max-width: 100%;
    }
}

.rs-banner-seven .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 30px;
    border-color: rgba(97, 108, 116, 0.1490196078);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-seven .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-seven .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-theme-primary);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

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

.rs-banner-seven .rs-banner-thumb img {
    width: 100%;
}


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


/*  3.1.8 banner style 8
/*----------------------------------------*/

.rs-banner-eight {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background: #E5EBEA;
    border-radius: 6px 0px 0px 6px;
    margin-inline-start: 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-eight {
        margin-inline-start: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight {
        margin-inline-end: 0px;
        margin-inline-start: 0px;
        border-radius: 0;
    }
}

.rs-banner-eight .banner-shape-one {
    position: absolute;
    bottom: 50px;
    inset-inline-start: 0;
}

[dir=rtl] .rs-banner-eight .banner-shape-one {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 1700px) {
    .rs-banner-eight .banner-shape-one {
        display: none;
    }
}

.rs-banner-eight .banner-shape-two {
    position: absolute;
    bottom: 40px;
    inset-inline-end: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .banner-shape-two {
        display: none;
    }
}

.rs-banner-eight .rs-banner-bg-thumb-two {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    mix-blend-mode: overlay;
}

.rs-banner-eight .rs-banner-shape-one {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}

.rs-banner-eight .rs-banner-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-inline-start: 110px;
    padding-inline-end: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 730px auto;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (max-width: 1700px) {
    .rs-banner-eight .rs-banner-wrapper {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-eight .rs-banner-wrapper {
        grid-template-columns: 680px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-eight .rs-banner-wrapper {
        grid-template-columns: 550px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-wrapper {
        grid-template-columns: auto;
        padding-top: 70px;
        padding-inline-end: 15px;
        padding-inline-start: 15px;
    }
}

.rs-banner-eight .rs-banner-content {
    padding-top: 70px;
    padding-bottom: 270px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.rs-banner-eight .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-title-primary);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-eight .rs-banner-title {
    font-weight: 500;
    line-height: 1.12;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-eight .rs-banner-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-eight .rs-banner-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-eight .rs-banner-title {
        font-size: 40px;
    }
}

.rs-banner-eight .rs-banner-desc {
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-desc {
        max-width: 100%;
    }
}

.rs-banner-eight .rs-banner-line {
    width: 583px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 30px;
    border-color: rgba(97, 108, 116, 0.1490196078);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-eight .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-eight .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-theme-primary);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

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

.rs-banner-eight .rs-banner-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 6px 0px;
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-thumb img {
        height: auto;
        border-radius: 0;
    }
}

.rs-banner-eight .rs-banner-scroll-btn {
    position: absolute;
    bottom: 130px;
    transform: rotate(90deg);
    inset-inline-start: 140px;
    z-index: 2;
}

@media only screen and (max-width: 1700px) {
    .rs-banner-eight .rs-banner-scroll-btn {
        inset-inline-start: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-eight .rs-banner-scroll-btn {
        display: none;
    }
}

.rs-banner-eight .rs-banner-scroll-btn .rs-btn {
    padding: 7px 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--rs-title-primary);
    border-color: var(--rs-border-primary);
}

[dir=rtl] .rs-banner-eight .rs-banner-scroll-btn .rs-btn {
    flex-direction: row-reverse;
}

.rs-banner-eight .rs-banner-scroll-btn .rs-btn.has-icon .icon-box {
    transform: rotate(0);
}

.rs-banner-eight .rs-banner-scroll-btn .rs-btn.has-icon .icon-box svg path {
    fill: var(--rs-title-primary);
}

.rs-banner-eight .rs-banner-scroll-btn .rs-btn:hover {
    color: var(--rs-white);
}

.rs-banner-eight .rs-banner-scroll-btn .rs-btn:hover .icon-box svg path {
    fill: var(--rs-white);
}

.rs-banner-eight .rs-banner-feature {
    width: 625px;
    position: absolute;
    bottom: 0;
    inset-inline-start: -625px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-eight .rs-banner-feature {
        width: 580px;
        inset-inline-start: -580px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-feature {
        position: relative;
        width: 100%;
        inset-inline-start: unset;
        bottom: unset;
        margin-top: 30px;
    }
}

.rs-banner-eight .rs-banner-feature:hover .rs-banner-feature-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-banner-eight .rs-banner-feature-title {
    color: var(--rs-white);
}

.rs-banner-eight .rs-banner-feature-desc {
    color: var(--rs-white);
    margin-top: 15px;
    margin-bottom: 21px;
}

.rs-banner-eight .rs-banner-feature-inner {
    display: grid;
    grid-template-columns: 265px auto;
    gap: 30px;
    align-items: center;
    padding: 16px;
    border-radius: 6px 0px 0px 6px;
    background: var(--rs-theme-secondary);
}

@media only screen and (max-width: 991px) {
    .rs-banner-eight .rs-banner-feature-inner {
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-eight .rs-banner-feature-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-eight .rs-banner-feature-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
}

.rs-banner-eight .rs-banner-feature-thumb {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.rs-banner-eight .rs-banner-feature-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.8s ease;
}


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


/*  3.1.9 banner style 9
/*----------------------------------------*/

.rs-banner-nine {
    position: relative;
    overflow-x: clip;
}

.rs-banner-nine .rs-banner-shape {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .rs-banner-nine .rs-banner-shape {
        display: none;
    }
}

[dir=rtl] .rs-banner-nine .rs-banner-shape {
    transform: translateY(-50%) rotateY(180deg);
}

.rs-banner-nine .rs-banner-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.rs-banner-nine .rs-banner-wrapper {
    position: relative;
}

.rs-banner-nine .rs-banner-item-wrapper {
    padding-top: 290px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-banner-nine .rs-banner-item-wrapper {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-banner-nine .rs-banner-item-wrapper {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-banner-nine .rs-banner-item-wrapper {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-banner-nine .rs-banner-item-wrapper {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-nine .rs-banner-item-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.rs-banner-nine .rs-banner-item {
    background: var(--rs-theme-secondary);
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    max-width: 645px;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-nine .rs-banner-item {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-inline-start: 40px;
        padding-inline-end: 40px;
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-banner-nine .rs-banner-item {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-nine .rs-banner-item {
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-banner-nine .rs-banner-subtitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--rs-white);
    margin-bottom: 15px;
    display: inline-block;
}

.rs-banner-nine .rs-banner-title {
    font-weight: 500;
    line-height: 1.15;
    color: var(--rs-white);
    font-size: 52px;
}

@media only screen and (max-width: 767px) {
    .rs-banner-nine .rs-banner-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-banner-nine .rs-banner-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-banner-nine .rs-banner-title {
        font-size: 35px;
    }
}

.rs-banner-nine .rs-banner-desc {
    font-weight: 500;
    letter-spacing: 0.02em;
    max-width: 580px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}

.rs-banner-nine .rs-banner-line {
    width: 490px;
    position: relative;
    display: inline-block;
    margin-top: 37px;
    margin-bottom: 25px;
    border-color: var(--rs-border-secondary);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-banner-nine .rs-banner-line {
        width: 100%;
    }
}

.rs-banner-nine .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 122px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-banner-nine .rs-banner-navigation {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    inset-inline-end: 30px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .rs-banner-nine .rs-banner-navigation {
        display: none;
    }
}

.rs-banner-nine .rs-banner-pagination {
    display: none;
}

@media only screen and (max-width: 767px) {
    .rs-banner-nine .rs-banner-pagination {
        display: block;
    }
}

.rs-banner-nine .rs-banner-pagination .rs-pagination.swiper-pagination {
    position: absolute;
    bottom: 40px;
}

.rs-banner-nine .swiper-slide-active .rs-banner-subtitle,
.rs-banner-nine .swiper-slide-active .rs-banner-title,
.rs-banner-nine .swiper-slide-active .rs-banner-desc,
.rs-banner-nine .swiper-slide-active .rs-banner-btn {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.rs-banner-nine .swiper-slide-active .rs-banner-subtitle {
    animation-delay: 0.3s;
    animation-duration: 0.7s;
}

.rs-banner-nine .swiper-slide-active .rs-banner-title {
    animation-delay: 0.5s;
    animation-duration: 0.9s;
}

.rs-banner-nine .swiper-slide-active .rs-banner-desc {
    animation-delay: 0.7s;
    animation-duration: 1.1s;
}

.rs-banner-nine .swiper-slide-active .rs-banner-btn {
    animation-delay: 0.9s;
    animation-duration: 1.3s;
}

.rs-banner-nine .swiper-slide-active .rs-banner-bg-thumb {
    transform: scale(1.15);
}


/* Menu index */

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

.main-menu ul li a.active {
    color: var(--rs-theme-primary);
}

.main-menu ul li ul.submenu li.active>a {
    color: var(--rs-theme-primary);
}

.main-menu>ul {
    display: inline-flex;
    gap: 0 52px;
}

@media only screen and (max-width: 1366px) {
    .main-menu>ul {
        gap: 0 30px;
    }
}

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

.main-menu>ul>li:hover>a::before {
    opacity: 1;
}

.main-menu>ul>li:hover .mega-menu {
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}

.main-menu>ul>li:hover>ul {
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}

.main-menu>ul>li:hover>ul.submenu li:hover>ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.main-menu li {
    position: relative;
    list-style: none;
}

.main-menu li a {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: black;
    padding: 37px 0px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s linear;
}

.main-menu .submenu {
    background-color: var(--rs-theme-secondary);
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    width: 260px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    top: 100%;
    transform: scaleY(0);
    transition: all 0.5s ease;
    visibility: hidden;
    transform-origin: top center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-menu .submenu ul {
    background-color: var(--rs-theme-secondary);
    width: 260px;
    position: absolute;
    inset-inline-start: 100%;
    top: 0;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
}

.main-menu .submenu li {
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.main-menu .submenu li:last-child {
    padding-bottom: 0;
}

.main-menu .submenu li:first-child {
    padding-top: 0;
}

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

.main-menu .submenu li:hover>ul {
    opacity: 1;
    transform: none !important;
    pointer-events: all;
}

.main-menu .submenu li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    transition: all 0.5s;
    text-align: start;
    cursor: pointer;
    padding: 0;
}

.main-menu .mega-menu {
    background-color: #2F3E4B;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    top: 100%;
    transform: scaleY(0);
    transition: all 0.5s ease;
    visibility: hidden;
    transform-origin: top center;
    padding: 30px 30px 30px 30px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    z-index: 99;
}

@media only screen and (max-width: 1600px) {
    .main-menu .mega-menu {
        width: 1150px;
    }
}

.main-menu .mega-menu li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
}

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

.main-menu .mega-menu ul li {
    padding-top: 12px;
    padding-bottom: 12px;
}

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

.main-menu .mega-menu .active>a {
    color: var(--rs-theme-primary);
}

.main-menu .mega-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 50px;
    display: grid;
    width: 1010px;
}

.main-menu .mega-grid>li {
    position: relative;
}

.main-menu .mega-grid>li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-inline-end: 1px solid #414D57;
    inset-inline-end: 0;
}

.main-menu .mega-grid>li:last-child::before {
    content: none;
}

.main-menu .rs-mega-menu {
    position: static;
    transition: all 15s ease-in-out;
}

.main-menu .mega-menu-title a {
    display: inline-block;
    border-radius: 6px;
    font-size: 22px;
    margin-bottom: 0px;
    color: var(--rs-title-primary);
    font-weight: 600;
}

.main-menu .mega-menu-title a:hover {
    color: var(--rs-theme-primary);
}

.main-menu .rs-mega-menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

.main-menu .mega-menu .title {
    pointer-events: none;
    font-weight: 600;
    color: var(--rs-white) !important;
    margin-bottom: 20px;
}

.main-menu .mega-grid-two {
    background-color: var(--rs-white);
    grid-template-columns: repeat(4, 1fr) 410px;
    display: grid;
    width: 1300px;
    padding: 0;
}

@media only screen and (max-width: 1366px) {
    .main-menu .mega-grid-two {
        width: 1150px;
        grid-template-columns: repeat(4, 1fr) 300px;
    }
}

.main-menu .mega-grid-two>li {
    position: relative;
}

.main-menu .mega-grid-two>li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-inline-end: 1px solid var(--rs-border-primary);
    inset-inline-end: 0;
    top: 0;
}

.main-menu .mega-grid-two>li:nth-child(4)::before {
    content: none;
}

.main-menu .mega-grid-two>li:last-child::before {
    content: none;
}

.main-menu .mega-grid-two .title {
    color: var(--rs-title-primary) !important;
}

.main-menu .mega-grid-two li a {
    color: var(--rs-text-primary);
}

.main-menu .rs-mega-menu-left {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.main-menu .rs-mega-menu-right {
    background: var(--rs-bg-secondary);
    padding: 20px;
}

.main-menu .rs-mega-menu-right:hover .rs-mega-menu-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.main-menu .rs-mega-menu-right .mega-menu-title a {
    font-size: 20px;
    font-weight: 600;
    color: var(--rs-title-primary);
    padding: 0;
}

.main-menu .rs-mega-menu-desc {
    margin: 10px 0 10px 0;
}

.main-menu .rs-mega-menu-thumb {
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.main-menu .rs-mega-menu-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
    object-fit: cover;
    object-position: top center;
    height: 150px;
}

@media only screen and (max-width: 1366px) {
    .main-menu .rs-mega-menu-thumb img {
        height: 100%;
    }
}

.main-menu .rs-menu-item {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}

.main-menu .rs-mega-menu-btn .rs-btn {
    font-size: 14px;
}

.main-menu .rs-mega-menu-btn .rs-btn .icon-box svg {
    width: 14px;
    height: 14px;
}

.main-menu li .has-arrow>a::after {
    position: absolute;
    inset-inline-end: 20px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    content: "\ea4e";
    font-family: var(--rs-ff-remixicon);
}

.main-menu li .has-arrow:hover a::after {
    transform: rotate(-90deg);
}

[dir=rtl] .main-menu li .has-arrow:hover a::after {
    transform: rotate(90deg);
}

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

.main-menu>ul>li.menu-item-has-children>a {
    position: relative;
}

.main-menu>ul>li.menu-item-has-children>a::after {
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    margin-left: 2px;
    font-size: 20px;
    content: "\ea4e";
    font-family: var(--rs-ff-remixicon);
}

.main-menu ul li.rs-mega-menu.is-text-white.active>a {
    color: var(--rs-white);
}

.main-menu ul li.rs-mega-menu.is-text-white.active>a:hover {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu ul li.active>a {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu ul li a.active {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu .submenu li:hover>a {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu .submenu li a {
    color: rgba(255, 255, 255, 0.6);
}

.rs-header-area.has-bg-white .main-menu .submenu li a:hover {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu .submenu li a.active {
    color: var(--rs-theme-primary);
}

.rs-header-area.has-bg-white .main-menu .mega-menu li a {
    color: rgba(255, 255, 255, 0.6);
}

.rs-header-area.has-bg-white .main-menu>ul>li a {
    color: var(--rs-title-primary);
}

.rs-header-area.has-bg-white .main-menu>ul>li a:hover {
    color: var(--rs-theme-primary);
}


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


/*  3.6.2 Mobile Menu css
/*----------------------------------------*/

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
    margin-bottom: 30px;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: var(--rs-white);
    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: var(--rs-white);
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    float: left;
    width: 100%;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mean-container .mean-nav ul.mega-menu {
    position: static;
    height: 100%;
    background: transparent;
    z-index: 3;
    display: block;
    padding: 0 0;
    opacity: 1;
    visibility: visible;
    transition: none;
    padding-inline-start: 20px;
}

[dir=rtl] .mean-container .mean-nav ul.mega-menu {
    padding-inline-start: 22px;
    padding-inline-end: 0;
}

.mean-container .mean-nav .submenu {
    padding-inline-start: 20px;
}

.mean-container .mean-nav .submenu a {
    font-size: 16px;
}

.mean-container .mean-nav .mega-menu ul {
    padding-inline-start: 20px;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
    display: block;
    float: left;
    width: 90%;
    padding: 10px 5%;
    margin: 0;
    text-align: start;
    text-decoration: none;
    width: 100%;
    padding: 10px 0;
    color: var(--rs-black);
    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(--rs-theme-primary);
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
    color: var(--rs-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
    text-align: center;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    z-index: 2;
    background: transparent;
    border: none !important;
    font-size: 14px !important;
    margin-top: 8px;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    color: var(--rs-black);
    line-height: 30px;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.mean-container .mean-nav ul li a.mean-expand i,
.mean-container .mean-nav ul li span.mean-expand i {
    transition: all 0.3s ease-out 0s;
}

.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(--rs-theme-primary);
    color: var(--rs-black);
    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(--rs-white);
    transform: rotate(45deg);
}

.mobile-menu.mean-container .menu-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(43, 77, 255, 0.1215686275);
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.mobile-menu.mean-container .menu-item:hover {
    background: rgba(43, 77, 255, 0.0392156863);
}

.mobile-menu.mean-container .menu-item:hover .title {
    color: var(--rs-theme-primary);
}

.mobile-menu.mean-container .menu-item-has-children.dropdown-opened {
    border-bottom: 0;
}

.mobile-menu.mean-container .rs-mega-menu-btn {
    margin-bottom: 20px;
}

.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn {
    border-radius: 0;
    display: inline-flex;
    float: unset;
    align-items: center;
    justify-content: start;
    font-size: 15px;
    height: unset;
    padding: unset;
    width: unset;
}

.mobile-menu.mean-container .rs-mega-menu-btn .rs-btn .icon-box {
    width: unset;
    padding: 0;
}

.mobile-menu.mean-container .rs-mega-menu-thumb .image-link {
    padding: 0;
}

.mobile-menu.mean-container .rs-mega-menu-desc {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    #mobile-menu-two {
        display: none;
    }
}

.mobile-menu.mean-container .onepage-menu li a.active {
    color: var(--rs-theme-primary);
}


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


/*  3.2.2 Blog css
/*----------------------------------------*/

.rs-blog-one .rs-blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-blog-one .rs-blog-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-blog-one .rs-blog-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-blog-one .rs-blog-item {
    position: relative;
}

.rs-blog-one .rs-blog-item:hover .rs-blog-content-hover {
    opacity: 1;
    visibility: visible;
}

.rs-blog-one .rs-blog-item:hover .rs-blog-tag a {
    background: var(--rs-white);
    color: var(--rs-title-primary);
}

.rs-blog-one .rs-blog-item:hover .rs-blog-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-blog-one .rs-blog-thumb {
    height: 380px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-blog-one .rs-blog-thumb {
        height: 500px;
    }
}

.rs-blog-one .rs-blog-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(43, 57, 68, 0) 0%, #2B3944 92.33%);
    z-index: 1;
}

.rs-blog-one .rs-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.rs-blog-one .rs-blog-meta-item {
    display: flex;
    align-items: center;
}

.rs-blog-one .rs-blog-meta-item span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rs-white);
}

.rs-blog-one .rs-blog-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
}

.rs-blog-one .rs-blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-blog-one .rs-blog-content {
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-blog-one .rs-blog-content {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-blog-one .rs-blog-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px;
    z-index: 2;
}

.rs-blog-one .rs-blog-title {
    color: var(--rs-white);
}

.rs-blog-one .rs-blog-content-wrapper {
    width: 100%;
}

.rs-blog-one .rs-blog-content-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--rs-theme-primary);
    z-index: 1;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.rs-blog-one .rs-blog-content-hover .rs-blog-content {
    position: relative;
    padding-top: 115px;
    height: 100%;
}

.rs-blog-one .rs-blog-content-hover .rs-blog-desc {
    color: var(--rs-white);
    margin-bottom: 153px;
}

@media only screen and (max-width: 991px) {
    .rs-blog-one .rs-blog-content-hover .rs-blog-desc {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-blog-one .rs-blog-content-hover .rs-blog-desc {
        margin-bottom: 80px;
    }
}

.rs-blog-one .rs-blog-content-hover .rs-blog-title {
    color: var(--rs-white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.rs-blog-one .rs-blog-content-hover .rs-btn {
    text-decoration: underline;
    overflow: visible;
}

.rs-blog-one .rs-blog-content-hover .rs-btn:hover {
    color: var(--rs-black);
}

.rs-blog-two {
    position: relative;
    z-index: 1;
}

.rs-blog-two .rs-blog-bg-thumb {
    position: absolute;
    width: 100%;
    height: calc(100% - 390px);
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-blog-two .rs-blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.rs-blog-two .rs-blog-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-blog-two .rs-blog-item:hover .rs-blog-title::after {
    width: 100%;
}

.rs-blog-two .rs-blog-item:hover .rs-blog-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-blog-two .rs-blog-item:hover .rs-blog-meta-inner {
    background: var(--rs-theme-primary);
}

.rs-blog-two .rs-blog-content {
    background: var(--rs-white);
    border: 1px solid var(--rs-border-primary);
    border-radius: 0 0 6px 6px;
    padding-top: 30px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
    padding-inline-end: 40px;
    border-top: 0;
}

@media only screen and (max-width: 1600px) {
    .rs-blog-two .rs-blog-content {
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-blog-two .rs-blog-content {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-blog-two .rs-blog-content {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-blog-two .rs-blog-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rs-blog-two .rs-blog-title:hover {
    color: var(--rs-theme-primary);
}

.rs-blog-two .rs-blog-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--rs-border-primary);
    bottom: 0;
    height: 1px;
}

.rs-blog-two .rs-blog-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-black);
    inset-inline-start: 0;
    height: 1px;
    bottom: 0;
    transition: 0.6s;
}

.rs-blog-two .rs-blog-desc {
    margin-bottom: 15px;
}

.rs-blog-two .rs-blog-meta {
    position: absolute;
    bottom: 0;
}

.rs-blog-two .rs-blog-meta-inner {
    background: var(--rs-theme-secondary);
    display: flex;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    align-items: center;
    gap: 12px;
    transition: 0.5s;
    flex-wrap: wrap;
}

.rs-blog-two .rs-blog-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.rs-blog-two .rs-blog-meta-item span {
    color: var(--rs-white);
    font-size: 14px;
    font-weight: 500;
}

.rs-blog-two .rs-blog-meta-item span a:hover {
    color: var(--rs-theme-secondary);
}

.rs-blog-two .rs-blog-meta-icon {
    font-size: 14px;
    color: var(--rs-white);
}


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


/*  3.2.1 Blog tag css
/*----------------------------------------*/

.rs-blog-tag a {
    color: var(--rs-white);
    font-size: 14px;
    padding: 6px 12px 6px 12px;
    border-radius: 3px;
    background: var(--rs-theme-secondary);
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.rs-blog-tag a:hover {
    background: var(--rs-white);
    color: var(--rs-title-primary);
}


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


/*  3.2.3 Postbox css
/*----------------------------------------*/

.rs-postbox-more-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--rs-border-primary);
    border-bottom: 1px solid var(--rs-border-primary);
    padding-top: 30px;
    margin-top: 50px;
    padding-bottom: 30px;
    background: var(--rs-white);
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 480px) {
    .rs-postbox-more-navigation {
        justify-content: center;
    }
}

.rs-postbox-more-navigation a {
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--rs-title-primary);
}

.rs-postbox-more-navigation a:hover {
    color: var(--rs-theme-primary);
}

.rs-postbox-more-navigation a i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-postbox-more-item::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--rs-border-primary);
    left: 50%;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

@media only screen and (max-width: 480px) {
    .rs-postbox-more-item::before {
        content: none;
    }
}

.rs-postbox-more-item:last-child::before {
    content: none;
}

.rs-postbox-item:not(:last-child) {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .rs-postbox-item:not(:last-child) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

.rs-postbox-content {
    padding-top: 30px;
}

.rs-postbox-accordion .accordion-item {
    background: var(--rs-white);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 6px !important;
    padding: 30px 30px 30px 30px;
}

@media only screen and (max-width: 480px) {
    .rs-postbox-accordion .accordion-item {
        padding: 20px 20px 20px 20px;
    }
}

.rs-postbox-accordion .accordion-button:not(.collapsed) .accordion-icon i {
    transform: rotate(180deg);
}

.rs-postbox-accordion .accordion-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--rs-title-primary);
}

.rs-postbox-accordion .accordion-icon {
    width: 28px;
    height: 28px;
    background: var(--rs-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 13px;
    color: var(--rs-white);
    position: absolute;
    right: 0;
}

.rs-postbox-accordion .accordion-icon i {
    transition: 0.3s;
}

.rs-postbox-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.rs-postbox-thumb:hover img {
    transform: scale(1.1);
}

.rs-postbox-thumb img {
    width: 100%;
    transition: 0.9s;
}

.rs-postbox-tag {
    position: absolute;
    top: 20px;
    inset-inline-start: 20px;
}

.rs-postbox-tag a {
    color: var(--rs-title-primary);
    font-size: 16px;
    text-transform: capitalize;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    background: var(--rs-theme-primary);
    transition: 0.3s;
}

.rs-postbox-tag a:hover {
    background: var(--rs-theme-secondary);
    color: var(--rs-white);
}

.rs-postbox-meta-list {
    display: flex;
    align-items: center;
    gap: 20px 0px;
}

.rs-postbox-title {
    margin: 15px 0 15px;
    font-size: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-title {
        font-size: 26px;
    }
}

.rs-postbox-title a:hover {
    color: #acd601;
}

.rs-postbox-meta-item {
    position: relative;
    display: flex;
    align-items: center;
}

.rs-postbox-meta-item:not(:last-child) {
    padding-inline-end: 15px;
    margin-inline-end: 15px;
}

.rs-postbox-meta-item::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    inset-inline-start: -15px;
    top: 50%;
    background: #616161;
    transform: translate(-50%, -50%);
}

.rs-postbox-meta-item:not(:last-child)::before {
    content: none;
}

.rs-postbox-meta-item span {
    font-size: 16px;
}

.rs-postbox-meta-item .meta-author {
    font-weight: 700;
}

.rs-postbox-meta-item .meta-author:hover {
    color: var(--rs-theme-primary);
}

.rs-postbox-btn {
    margin-top: 30px;
}

.rs-postbox-btn .rs-btn {
    height: 55px;
    padding: 15px 20px;
}

.rs-postbox-details-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-postbox-details-title {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-details-title {
        font-size: 25px;
    }
}

.rs-postbox-details-tags {
    align-items: center;
}

.rs-postbox-details-tags span {
    font-weight: 600;
    padding-inline-end: 10px;
    color: var(--rs-title-primary);
}

.rs-postbox-details-tags.tagcloud a {
    padding: 6px 15px;
    margin-bottom: 0px;
    margin-inline-end: 0px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px;
}

.rs-postbox-details-social {
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-top: 1px solid var(--rs-border-primary);
    border-bottom: 1px solid var(--rs-border-primary);
    padding-top: 20px;
    padding-bottom: 20px;
}

.rs-postbox-details-comment-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

.rs-postbox-details-video {
    position: relative;
    z-index: 1;
    height: 380px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-details-video {
        height: 300px;
    }
}

.rs-postbox-details-video .rs-video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.rs-postbox-details-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-postbox-details-comment-inner ul li {
    list-style: none;
}

.rs-postbox-details-comment-inner ul.children {
    margin-inline-start: 77px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-details-comment-inner ul.children {
        margin-inline-start: 0px;
    }
}

.rs-postbox-details-comment-inner ul.children li {
    border-bottom: 1px solid var(--rs-border-primary);
}

.rs-postbox-details-comment-inner ul.children li:first-child {
    border-top: 1px solid var(--rs-border-primary);
}

.rs-postbox-details-avater-meta {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
    display: inline-block;
}

.rs-postbox-details-comment-content P {
    margin-bottom: 20px;
}

.rs-postbox-details-comment-box {
    margin-bottom: 30px;
    padding-top: 30px;
    gap: 20px 30px;
    display: flex;
    align-items: start;
}

@media only screen and (max-width: 575px) {
    .rs-postbox-details-comment-box {
        flex-wrap: wrap;
    }
}

.rs-postbox-details-comment-reply a {
    padding: 6px 20px;
    background: var(--rs-theme-primary);
    color: var(--rs-title-primary);
    font-size: 14px;
    border-radius: 5px;
}

.rs-postbox-details-comment-reply a:hover {
    background: var(--rs-theme-secondary);
    color: var(--rs-white);
}

.rs-postbox-details-comment-thumb img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}

.rs-postbox-details-social .rs-postbox-social span {
    font-weight: 600;
    padding-inline-end: 10px;
    color: var(--rs-title-primary);
}

.rs-postbox-details-social .rs-postbox-social a {
    color: #616C74;
    font-size: 16px;
}

.rs-postbox-details-social .rs-postbox-social .rs-theme-social {
    gap: 15px;
}

.rs-postbox-quote {
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .rs-postbox-quote {
        margin-top: 50px;
    }
}

.rs-postbox-quote blockquote {
    background: var(--rs-bg-secondary);
    border-radius: 6px;
    padding-top: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-quote blockquote {
        padding-top: 20px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-postbox-quote blockquote {
        padding-top: 15px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
        padding-bottom: 25px;
    }
}

.rs-postbox-quote p {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 31px;
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-quote p {
        margin-bottom: 20px;
    }
}

.rs-postbox-quote cite {
    text-transform: uppercase;
    font-style: normal;
    color: var(--rs-black);
    font-weight: 500;
    position: relative;
    padding-inline-start: 57px;
}

.rs-postbox-quote cite::before {
    content: "";
    background: var(--rs-theme-primary);
    height: 2px;
    width: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rs-postbox-quote-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.rs-postbox-quote .rs-postbox-quote-icon svg {
    width: 36px;
}

.rs-postbox-quote .rs-postbox-quote-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-postbox-details-feature {
    margin-top: 20px;
}

.rs-postbox-details-feature ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .rs-postbox-details-feature ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-postbox-details-feature ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-postbox-details-feature ul li {
    list-style: none;
    position: relative;
    display: flex;
    color: var(--rs-black);
    gap: 7px;
    font-weight: 500;
}

.rs-postbox-details-feature ul li span {
    width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.rs-postbox-details-feature ul li span svg {
    width: 11px;
    height: 11px;
}

.rs-postbox-comment-form .rs-contact-input-title {
    font-size: 16px;
    color: var(--rs-title-primary);
    margin-bottom: 7px;
    font-weight: 500;
}

.rs-postbox-comment-form .rs-contact-input input {
    height: 56px;
    border-radius: 6px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border: 1px solid var(--rs-border-primary);
}

.rs-postbox-comment-form .rs-contact-input input:focus {
    border-color: var(--rs-theme-primary);
}

.rs-postbox-comment-form .rs-contact-input textarea {
    height: 200px;
    border-radius: 6px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border: 1px solid var(--rs-border-primary);
}

.rs-postbox-comment-form .rs-contact-input textarea:focus {
    border-color: var(--rs-theme-primary);
}

.rs-blog-post-one .rs-blog-post-title {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.25;
}

.rs-blog-post-one .rs-blog-post-social {
    align-items: center;
    display: flex;
    gap: 15px;
}

.rs-blog-post-one .rs-blog-post-social-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--rs-title-primary);
    flex: 0 0 auto;
}

.rs-blog-post-one .rs-blog-post-right {
    margin-top: 45px;
}

@media only screen and (max-width: 991px) {
    .rs-blog-post-one .rs-blog-post-right {
        margin-top: 0;
    }
}

.rs-blog-post-one .rs-blog-post-description {
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-blog-post-one .rs-blog-post-description {
        max-width: 100%;
    }
}


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


/*  3.2.5 Sidebar css
/*----------------------------------------*/

.rs-sidebar-sticky {
    position: sticky;
    top: 110px;
}

@media only screen and (max-width: 991px) {
    .rs-sidebar-sticky {
        position: relative;
        top: unset;
    }
}

.sidebar-widget {
    position: relative;
    background: var(--rs-bg-secondary);
    border: 1px solid var(--rs-border-primary);
    padding: 30px 30px 38px 30px;
    border-radius: 8px;
}

@media only screen and (max-width: 1600px) {
    .sidebar-widget {
        padding: 10px 20px 20px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar-widget {
        padding: 20px 30px 30px 30px;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-widget {
        padding: 10px 20px 20px 20px;
    }
}

.sidebar-widget.widget-categories ul li {
    list-style: none;
}

.sidebar-widget.widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid rgba(62, 62, 62, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar-widget.widget-categories ul li a {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
}

.sidebar-widget.widget-categories ul li a:hover {
    color: var(--rs-theme-primary);
}

.sidebar-widget.widget-categories-two {
    padding: 30px 30px 40px 30px;
}

@media only screen and (max-width: 1199px) {
    .sidebar-widget.widget-categories-two {
        padding: 20px 20px 20px 20px;
    }
}

.sidebar-widget.widget-categories-two.has-content-none::before {
    content: none;
}

.sidebar-widget.widget-categories-two ul li {
    list-style: none;
}

.sidebar-widget.widget-categories-two ul li:not(:last-child) {
    margin-bottom: 12px;
}

.sidebar-widget.widget-categories-two ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(2, 1, 1, 0.09);
    padding: 12px 20px;
    background: var(--rs-white);
    font-weight: 500;
    border-radius: 6px;
    font-size: 17px;
}

.sidebar-widget.widget-categories-two ul li a:hover {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
    color: var(--rs-white);
}

.sidebar-widget.widget-categories-two ul li i {
    font-size: 20px;
}

.sidebar-widget.widget-price-filter {
    overflow-x: clip;
}

.sidebar-search-input {
    position: relative;
}

.sidebar-search-input input {
    padding-inline-end: 50px;
    background: var(--rs-white);
    border: 1px solid #ddd;
    height: 60px;
}

.sidebar-search-input button {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    color: var(--rs-black);
    font-size: 16px;
    transform: translateY(-50%);
}

.sidebar-search-input button:hover {
    color: var(--rs-theme-primary);
}

.sidebar-widget-title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    padding-bottom: 12px;
}

.sidebar-widget-title::before {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    inset-inline-start: 0px;
    bottom: 0;
    background: #2B3944;
}

.sidebar-widget-title::after {
    content: "";
    width: 65px;
    height: 2px;
    position: absolute;
    inset-inline-start: 30px;
    bottom: 0;
    background: var(--rs-theme-primary);
}

.sidebar-widget-title.has-large {
    font-size: 36px;
}

@media only screen and (max-width: 575px) {
    .sidebar-widget-title.has-large {
        font-size: 30px;
    }
}

.sidebar-widget-title.has-border {
    position: relative;
    margin-bottom: 40px;
    border-inline-start: 2px solid var(--rs-theme-primary);
    padding-inline-start: 20px;
}

.sidebar-blog-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 480px) {
    .sidebar-blog-item {
        display: grid;
        grid-template-columns: auto;
    }
}

.sidebar-blog-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 20px;
}

.sidebar-blog-item:hover .sidebar-blog-thumb img {
    transform: scale3d(1.07, 1.07, 1.07);
}

.sidebar-blog-thumb {
    overflow: hidden;
    flex: 0 0 auto;
    width: 85px;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .sidebar-blog-thumb {
        width: 100%;
    }
}

.sidebar-blog-thumb img {
    width: 100%;
    border-radius: 4px;
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.sidebar-blog-title {
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .sidebar-blog-title {
        font-size: 16px;
    }
}

.sidebar-blog-title a:hover {
    color: var(--rs-theme-primary);
}

.sidebar-blog-meta {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sidebar-blog-meta i {
    color: var(--rs-theme-primary);
}

.sidebar-social a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(116, 116, 117, 0.141);
    background: transparent;
}

.sidebar-social a:hover {
    border-color: var(--rs-theme-primary);
}


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


/*  3.2.4 Sidebar css
/*----------------------------------------*/

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tagcloud.has-bg-transparent {
    background: transparent;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 8px;
    padding: 30px;
}

.tagcloud.has-bg-transparent a {
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--rs-white);
    background: var(--rs-bg-primary);
}

.tagcloud.has-bg-white a {
    background: var(--rs-white);
}

.tagcloud a {
    font-size: 16px;
    border: 1px solid var(--rs-border-primary);
    padding: 7px 15px;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    background: var(--rs-white);
    border-radius: 6px;
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 480px) {
    .tagcloud a {
        font-size: 14px;
        padding: 6px 13px;
    }
}

.tagcloud a:hover {
    color: var(--rs-white);
    background-color: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}


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


/*  3.4.1 Footer Style
/*----------------------------------------*/

.rs-footer-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rs-footer-one .rs-footer-shape-one {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

[dir=rtl] .rs-footer-one .rs-footer-shape-one {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-shape-one {
        display: none;
    }
}

.rs-footer-one .rs-footer-shape-two {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

[dir=rtl] .rs-footer-one .rs-footer-shape-two {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-shape-two {
        display: none;
    }
}

.rs-footer-one .rs-footer-widget-desc {
    color: rgba(255, 255, 255, 0.43);
    margin-bottom: 0px;
    margin-top: 30px;
}

.rs-footer-one .rs-footer-widget-contact-info {
    margin-bottom: 45px;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-widget-contact-info {
        margin-bottom: 35px;
        margin-top: 25px;
    }
}

.rs-footer-one .rs-footer-widget-title {
    color: var(--rs-white);
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.rs-footer-one .rs-footer-widget-title::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    bottom: 0;
}

.rs-footer-one .rs-footer-widget-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--rs-white);
    inset-inline-start: 0;
    bottom: 0px;
}

.rs-footer-one .rs-footer-content-item:not(:last-child) {
    margin-bottom: 18px;
}

.rs-footer-one .rs-footer-social a {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.06);
}

.rs-footer-one .rs-footer-social a svg path {
    transition: 0.3s;
}

.rs-footer-one .rs-footer-social a:hover {
    background: var(--rs-theme-primary);
}

.rs-footer-one .rs-footer-social a:hover svg path {
    fill: var(--rs-white);
}

.rs-footer-one .rs-footer-content-item span,
.rs-footer-one .rs-footer-content-item a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4392156863);
}

.rs-footer-one .rs-footer-content-item a:hover {
    color: var(--rs-theme-primary);
}

.rs-footer-one .rs-footer-wrapper {
    display: grid;
    grid-template-columns: 500px auto;
}

@media only screen and (max-width: 1600px) {
    .rs-footer-one .rs-footer-wrapper {
        grid-template-columns: 400px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-footer-one .rs-footer-wrapper {
        grid-template-columns: 330px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-one .rs-footer-wrapper {
        grid-template-columns: auto;
        gap: 30px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-wrapper {
        padding-bottom: 75px;
    }
}

.rs-footer-one .rs-footer-widget-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-widget-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-footer-one .rs-footer-widget-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-footer-one .rs-footer-left {
    padding-top: 40px;
    /* padding-bottom: 230px; */
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    padding-inline-end: 100px;
    margin-inline-end: 115px;
}

@media only screen and (max-width: 1600px) {
    .rs-footer-one .rs-footer-left {
        padding-inline-end: 70px;
        margin-inline-end: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-footer-one .rs-footer-left {
        padding-inline-end: 40px;
        margin-inline-end: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-one .rs-footer-left {
        padding-inline-end: 0px;
        margin-inline-end: 0px;
        border-inline-end: 0;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-left {
        padding-top: 80px;
    }
}

.rs-footer-one .rs-footer-right {
    padding-top: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-footer-one .rs-footer-right {
        padding-top: 0;
    }
}

.rs-footer-one .rs-footer-widget-link ul li {
    list-style: none;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.43);
}

.rs-footer-one .rs-footer-widget-link ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rs-footer-one .rs-footer-widget-link ul li a {
    position: relative;
    transition: 0.5s;
}

.rs-footer-one .rs-footer-widget-link ul li a:hover {
    color: var(--rs-theme-primary);
    padding-inline-start: 20px;
}

.rs-footer-one .rs-footer-widget-link ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.rs-footer-one .rs-footer-widget-link ul li a::before {
    content: "\f2e5";
    color: var(--rs-theme-primary);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    font-family: var(--rs-ff-remixicon);
    position: absolute;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.rs-footer-one .rs-footer-subscribe-from {
    background-color: var(--rs-bg-dark-blue);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 70px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-footer-subscribe-from {
        margin-top: 40px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.rs-footer-one .rs-footer-subscribe-title {
    color: var(--rs-white);
    font-weight: 500;
}

.rs-footer-one .rs-cta-input {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .rs-footer-one .rs-cta-input {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-one .rs-cta-input {
        width: unset;
    }
}

@media only screen and (max-width: 767px) {
    .rs-footer-one .rs-cta-input {
        width: 100%;
    }
}

.rs-footer-one .rs-cta-input input {
    background: var(--rs-theme-secondary);
    border-color: var(--rs-theme-secondary);
    height: 54px;
    padding-inline-end: 135px;
    color: var(--rs-white);
}

.rs-footer-one .rs-cta-input input::placeholder {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 400;
}

.rs-footer-one .rs-cta-input button {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 400;
    background: #2F3E4B;
    position: absolute;
    inset-inline-end: 10px;
    top: 10px;
}

.rs-footer-one .rs-cta-input button .icon-box svg {
    width: 12px;
    height: 12px;
}

.rs-footer-one .rs-footer-brand {
    display: flex;
    justify-content: center;
    gap: 30px 55px;
    margin-top: 42px;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .rs-footer-one .rs-footer-brand {
        flex-wrap: wrap;
        gap: 30px 30px;
    }
}

.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb {
    cursor: pointer;
}

.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb img {
    opacity: 0.5;
}

.rs-footer-one .rs-footer-brand .rs-footer-brand-thumb:hover img {
    opacity: 1;
}

.rs-footer-one .footer-1-col-3 {
    margin-inline-start: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-footer-one .footer-1-col-3 {
        margin-inline-start: 0px;
    }
}

.rs-footer-two {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rs-footer-two .rs-footer-widget-desc {
    color: var(--rs-rgba-1);
    margin-bottom: 20px;
    margin-top: 30px;
}

.rs-footer-two .rs-footer-widget-contact-info {
    margin-bottom: 45px;
    margin-top: 35px;
}

.rs-footer-two .rs-footer-widget-title {
    color: var(--rs-white);
    margin-bottom: 20px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.rs-footer-two .rs-footer-widget-title::before {
    position: absolute;
    content: "";
    width: 148px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    bottom: 0;
}

.rs-footer-two .rs-footer-widget-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--rs-white);
    inset-inline-start: 0;
    bottom: 0px;
}

.rs-footer-two .rs-footer-content-item:not(:last-child) {
    margin-bottom: 18px;
}

.rs-footer-two .rs-footer-social a {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.06);
}

.rs-footer-two .rs-footer-social a svg path {
    transition: 0.3s;
}

.rs-footer-two .rs-footer-social a:hover {
    background: var(--rs-theme-primary);
}

.rs-footer-two .rs-footer-social a:hover svg path {
    fill: var(--rs-white);
}

.rs-footer-two .rs-footer-content-item span,
.rs-footer-two .rs-footer-content-item a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4392156863);
}

.rs-footer-two .rs-footer-content-item a:hover {
    color: var(--rs-theme-primary);
}

.rs-footer-two .rs-footer-wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    padding-top: 90px;
    padding-bottom: 50px;
    gap: 30px 190px;
}

@media only screen and (max-width: 1600px) {
    .rs-footer-two .rs-footer-wrapper {
        gap: 30px 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-footer-two .rs-footer-wrapper {
        grid-template-columns: 270px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-two .rs-footer-wrapper {
        grid-template-columns: auto;
        padding-top: 80px;
    }
}

.rs-footer-two .rs-footer-widget-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-footer-two .rs-footer-widget-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .rs-footer-two .rs-footer-widget-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-footer-two .rs-footer-location p a {
    color: var(--rs-rgba-1);
}

.rs-footer-two .rs-footer-location p a:hover {
    color: var(--rs-theme-primary);
}

.rs-footer-two .rs-footer-contact a {
    color: var(--rs-rgba-1);
}

.rs-footer-two .rs-footer-contact a:not(:last-child) {
    margin-bottom: 5px;
}

.rs-footer-two .rs-footer-contact a:hover {
    color: var(--rs-theme-primary);
}

.rs-footer-two .rs-footer-time p {
    color: var(--rs-rgba-1);
}

.rs-footer-two .rs-footer-widget-link ul li {
    list-style: none;
    line-height: 1;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.43);
}

.rs-footer-two .rs-footer-widget-link ul li:not(:last-child) {
    margin-bottom: 24px;
}

.rs-footer-two .rs-footer-widget-link ul li a {
    position: relative;
    transition: 0.5s;
}

.rs-footer-two .rs-footer-widget-link ul li a:hover {
    color: var(--rs-theme-primary);
    padding-inline-start: 20px;
}

.rs-footer-two .rs-footer-widget-link ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}

.rs-footer-two .rs-footer-widget-link ul li a::before {
    content: "\f2e5";
    color: var(--rs-theme-primary);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    font-family: var(--rs-ff-remixicon);
    position: absolute;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.rs-footer-two .rs-footer-subscribe-from {
    background-color: #2F3E4B;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline-start: 30px;
    padding-inline-end: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-footer-two .rs-footer-subscribe-from {
        padding-inline-start: 20px;
        margin-top: 40px;
    }
}

.rs-footer-two .rs-footer-subscribe-title {
    color: var(--rs-white);
    font-weight: 500;
}

.rs-footer-two .rs-cta-input {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .rs-footer-two .rs-cta-input {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-two .rs-cta-input {
        width: unset;
    }
}

@media only screen and (max-width: 767px) {
    .rs-footer-two .rs-cta-input {
        width: 100%;
    }
}

.rs-footer-two .rs-cta-input input {
    background: var(--rs-theme-secondary);
    border-color: var(--rs-theme-secondary);
    height: 54px;
    padding-inline-end: 135px;
    color: var(--rs-white);
}

.rs-footer-two .rs-cta-input input::placeholder {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 400;
}

.rs-footer-two .rs-cta-input button {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 400;
    background: #2F3E4B;
    position: absolute;
    inset-inline-end: 10px;
    top: 10px;
}

.rs-footer-two .rs-cta-input button .icon-box svg {
    width: 12px;
    height: 12px;
}

.rs-footer-two .rs-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rs-footer-two .footer-1-col-3 {
    margin-inline-start: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-footer-two .footer-1-col-3 {
        margin-inline-start: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-footer-two .footer-1-col-3 {
        margin-inline-start: 0px;
    }
}


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


/*  3.4.2 Copyright Style
/*----------------------------------------*/

.rs-copyright-one {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.082);
}

.rs-copyright-one .rs-footer-copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .rs-copyright-one .rs-footer-copyright-wrapper {
        justify-content: center;
    }
}

.rs-copyright-one .rs-footer-copyright a {
    color: var(--rs-theme-primary);
}

.rs-copyright-one .rs-footer-copyright a:hover {
    color: var(--rs-theme-primary);
}

.rs-copyright-one .rs-footer-copyright p {
    color: #BFC4C7;
    text-align: center;
}

.rs-copyright-one .rs-footer-copyright-link a {
    font-size: 16px;
    color: #BFC4C7;
}

.rs-copyright-one .rs-footer-copyright-link a:hover {
    color: var(--rs-theme-primary);
}

.rs-copyright-one .rs-footer-copyright-left {
    display: flex;
    align-items: center;
    gap: 28px;
}


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


/*  4.1 About css
/*----------------------------------------*/

.rs-about-one {
    overflow-x: clip;
}

.rs-about-one .rs-about-wrapper {
    display: grid;
    grid-template-columns: auto 475px;
    gap: 30px 50px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-one .rs-about-wrapper {
        grid-template-columns: auto 430px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-one .rs-about-wrapper {
        grid-template-columns: auto 340px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-one .rs-about-wrapper {
        grid-template-columns: auto;
        gap: 30px 30px;
    }
}

.rs-about-one .rs-about-content-inner {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

@media only screen and (max-width: 1800px) {
    .rs-about-one .rs-about-content-inner {
        align-items: start;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-one .rs-about-content-inner {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.rs-about-one .rs-about-content-left {
    padding-inline-end: 65px;
    margin-inline-end: 65px;
    position: relative;
}

.rs-about-one .rs-about-content-left::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 29px);
    top: 19px;
    inset-inline-end: 0;
    border-inline-end: 1px solid var(--rs-border-primary);
}

@media only screen and (max-width: 1600px) {
    .rs-about-one .rs-about-content-left {
        padding-inline-end: 40px;
        margin-inline-end: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-one .rs-about-content-left {
        padding-inline-end: 30px;
        margin-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-one .rs-about-content-left {
        padding-inline-end: 0px;
        margin-inline-end: 0px;
    }
    .rs-about-one .rs-about-content-left::before {
        content: none;
    }
}

.rs-about-one .rs-counter-number-wrapper {
    display: flex;
    align-items: start;
}

.rs-about-one .rs-counter-number-wrapper .prefix {
    font-size: 35px;
    font-weight: 400;
    color: var(--rs-title-primary);
}

.rs-about-one .rs-counter-number {
    font-size: 225px;
    color: var(--rs-title-primary);
    font-weight: 400;
    line-height: 0.8;
}

@media only screen and (max-width: 1600px) {
    .rs-about-one .rs-counter-number {
        font-size: 180px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-about-one .rs-counter-number {
        font-size: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-one .rs-counter-number {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-one .rs-counter-number {
        font-size: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-one .rs-counter-number {
        font-size: 80px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-one .rs-counter-number {
        font-size: 70px;
    }
}

.rs-about-one .rs-counter-title {
    font-size: 22px;
    color: var(--rs-title-primary);
    font-weight: 500;
    margin-inline-start: 30px;
    display: inline-block;
}

@media only screen and (max-width: 1600px) {
    .rs-about-one .rs-counter-title {
        margin-inline-start: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-one .rs-counter-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-one .rs-counter-title {
        margin-inline-start: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-one .rs-counter-title {
        margin-top: 5px;
    }
}

.rs-about-one .rs-about-desc {
    max-width: 324px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1366px) {
    .rs-about-one .rs-about-desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-one .rs-about-desc {
        max-width: 100%;
    }
}

.rs-about-one .rs-about-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-about-one .rs-about-thumb img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: unset;
}

.rs-about-two {
    overflow-x: clip;
}

.rs-about-two .rs-about-wrapper {
    display: grid;
    grid-template-columns: 616px auto;
    gap: 30px 80px;
    align-items: start;
}

@media only screen and (max-width: 1600px) {
    .rs-about-two .rs-about-wrapper {
        grid-template-columns: 520px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-two .rs-about-wrapper {
        grid-template-columns: 370px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-two .rs-about-wrapper {
        grid-template-columns: auto;
    }
}

.rs-about-two .rs-about-thumb {
    position: sticky;
    top: 110px;
    overflow: hidden;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .rs-about-two .rs-about-thumb {
        position: relative;
        top: unset;
    }
}

.rs-about-two .rs-about-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-about-two .rs-about-thumb-two {
    overflow: hidden;
    visibility: hidden;
}

.rs-about-two .rs-about-thumb-two img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-about-two .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-two .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-two .rs-about-list-icon svg {
    width: 15px;
    height: 15px;
}

.rs-about-two .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-two .rs-about-list-title {
    margin-bottom: 13px;
}

.rs-about-two .rs-about-list-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    max-width: 538px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rs-about-two .rs-about-list-item-wrapper {
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-two .rs-about-list-desc {
    margin-bottom: 20px;
}

.rs-about-two .rs-about-progress-wrapper {
    margin-top: 35px;
}

.rs-about-two .rs-about-progress-title {
    margin-bottom: 13px;
}

.rs-about-two .single-progress:not(:last-child) {
    margin-bottom: 20px;
}

.rs-about-two .rs-about-progress-desc {
    margin-bottom: 25px;
}

.rs-about-two .rs-about-list-wrapper {
    margin-top: 35px;
}

.rs-about-three {
    position: relative;
    z-index: 1;
}

.rs-about-three .rs-shape-one {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

@media only screen and (max-width: 575px) {
    .rs-about-three .rs-shape-one {
        display: none;
    }
}

.rs-about-three .rs-shape-two {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 767px) {
    .rs-about-three .rs-shape-two {
        display: none;
    }
}

.rs-about-three .rs-about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 100px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-three .rs-about-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-three .rs-about-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-three .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 560px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-about-three .rs-about-list-wrapper {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-three .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-three .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-title-primary);
}

.rs-about-three .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-three .rs-about-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-about-three .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-three .rs-about-thumb {
    position: relative;
    margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
    .rs-about-three .rs-about-thumb {
        margin-bottom: 0;
    }
}

.rs-about-three .rs-about-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-about-three .rs-about-meta {
    background: var(--rs-bg-secondary);
    padding: 35px;
    border-radius: 6px;
    position: absolute;
    bottom: -50px;
    inset-inline-end: 30px;
    width: 285px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-three .rs-about-meta {
        padding: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-three .rs-about-meta {
        padding: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-three .rs-about-meta {
        position: unset;
        width: 100%;
    }
}

.rs-about-three .rs-about-meta-icon img {
    width: 50px;
}

.rs-about-three .rs-about-meta-desc {
    font-size: 24px;
    color: var(--rs-title-primary);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.33;
}

@media only screen and (max-width: 1199px) {
    .rs-about-three .rs-about-meta-desc {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

.rs-about-four {
    position: relative;
    z-index: 1;
}

.rs-about-four::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 340px);
    bottom: 0;
    left: 0;
    background: var(--rs-theme-secondary);
    z-index: -1;
}

.rs-about-four .about-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

.rs-about-four .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-about-four .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .rs-about-four .rs-about-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin-bottom: 40px;
    }
}

.rs-about-four .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-four .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-four .rs-about-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-about-four .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-four .rs-progress-sec-title {
    position: relative;
    display: inline-flex;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .rs-about-four .rs-progress-sec-title {
        margin-bottom: 20px;
    }
}

.rs-about-four .rs-progress-sec-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--rs-border-primary);
    bottom: 0;
    height: 1px;
}

.rs-about-four .rs-progress-sec-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-theme-secondary);
    inset-inline-start: 0;
    height: 2px;
    bottom: 0;
    transition: 0.6s;
}

.rs-about-four .rs-about-thumb {
    position: relative;
    z-index: 1;
    height: 100%;
}

.rs-about-four .rs-about-thumb img {
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .rs-about-four .rs-about-thumb img {
        border-radius: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-four .rs-about-thumb img {
        height: auto;
    }
}

[dir=rtl] .rs-about-four .rs-about-thumb img {
    border-radius: 0px 6px 6px 0px;
}

@media only screen and (max-width: 991px) {
    [dir=rtl] .rs-about-four .rs-about-thumb img {
        border-radius: 0;
    }
}

.rs-about-four .rs-about-wrapper {
    display: grid;
    grid-template-columns: 580px auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-about-four .rs-about-wrapper {
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-four .rs-about-wrapper {
        grid-template-columns: 350px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-four .rs-about-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}

.rs-about-four .single-progress:not(:last-child) {
    margin-bottom: 18px;
}

.rs-about-four .progress-title {
    font-size: 14px;
}

.rs-about-four .progress-top {
    margin-bottom: 13px;
}

.rs-about-four .progress-number {
    font-size: 14px;
}

.rs-about-four .rs-progress-wrapper {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    background: var(--rs-white);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    border-radius: 6px;
}

@media only screen and (max-width: 1800px) {
    .rs-about-four .rs-progress-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-about-four .rs-about-progress-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    inset-inline-start: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 65px;
    padding-inline-end: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-four .rs-about-progress-wrapper {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-four .rs-about-progress-wrapper {
        position: unset;
        inset-inline-start: unset;
        padding-inline-end: 0;
        padding-inline-start: 0;
        padding-bottom: 0;
    }
}

.rs-about-four .rs-about-content-wrapper {
    background: var(--rs-bg-secondary);
    padding-top: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    padding-bottom: 60px;
    border-radius: 0px 6px 6px 0px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-four .rs-about-content-wrapper {
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-four .rs-about-content-wrapper {
        border-radius: 0;
    }
}

[dir=rtl] .rs-about-four .rs-about-content-wrapper {
    border-radius: 0px 6px 0px 6px;
}

@media only screen and (max-width: 991px) {
    [dir=rtl] .rs-about-four .rs-about-content-wrapper {
        border-radius: 0;
    }
}

.rs-about-five {
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

.rs-about-five .rs-about-shape {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

@media only screen and (max-width: 767px) {
    .rs-about-five .rs-about-shape {
        display: none;
    }
}

.rs-about-five .rs-about-wrapper {
    display: grid;
    grid-template-columns: 630px auto;
    gap: 30px 100px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-about-five .rs-about-wrapper {
        grid-template-columns: 550px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-about-five .rs-about-wrapper {
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-five .rs-about-wrapper {
        grid-template-columns: 450px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-wrapper {
        grid-template-columns: auto;
    }
}

.rs-about-five .rs-about-content-right {
    width: 870px;
}

@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-content-right {
        width: 100%;
    }
}

.rs-about-five .section-desc {
    max-width: 550px;
}

.rs-about-five .rs-about-list-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    border-top: 1px solid var(--rs-border-primary);
    border-bottom: 1px solid var(--rs-border-primary);
}

@media only screen and (max-width: 767px) {
    .rs-about-five .rs-about-list-wrapper {
        margin-bottom: 40px;
    }
}

.rs-about-five .rs-about-list-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-primary);
    top: 50%;
    transform: translateY(-50%);
}

.rs-about-five .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-five .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-title-primary);
}

.rs-about-five .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-five .rs-about-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-about-five .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-five .rs-about-list-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 560px;
    gap: 20px;
}

@media only screen and (max-width: 1366px) {
    .rs-about-five .rs-about-list-inner {
        width: 450px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-five .rs-about-list-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-list-inner {
        width: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-five .rs-about-list-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-five .rs-about-list-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-five .rs-about-meta-wrapper {
    background: var(--rs-theme-primary);
    padding-top: 60px;
    padding-bottom: 55px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    border-radius: 6px 0 0 0;
}

@media only screen and (max-width: 1366px) {
    .rs-about-five .rs-about-meta-wrapper {
        padding-top: 30px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-about-five .rs-about-meta-title {
    color: var(--rs-white);
    font-size: 22px;
    position: relative;
}

.rs-about-five .rs-about-meta-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-white);
    bottom: 0;
    left: 0;
}

.rs-about-five .rs-about-meta-info {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.rs-about-five .rs-about-meta-desc {
    color: rgba(255, 255, 255, 0.9);
    max-width: 468px;
}

@media only screen and (max-width: 767px) {
    .rs-about-five .rs-about-meta-desc {
        max-width: 100%;
    }
}

.rs-about-five .rs-about-thumb {
    position: relative;
}

.rs-about-five .rs-about-thumb img {
    width: 100%;
}

.rs-about-five .rs-about-award {
    background-image: radial-gradient(at center center, #5A6268 0%, rgba(90, 98, 104, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(21px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 540px;
    position: absolute;
    bottom: 40px;
    inset-inline-start: 40px;
}

@media only screen and (max-width: 1366px) {
    .rs-about-five .rs-about-award {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-five .rs-about-award {
        flex-wrap: wrap;
        gap: 30px;
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-five .rs-about-award {
        width: 100%;
        position: relative;
        inset-inline-start: 0px;
        bottom: 0px;
        margin-top: 30px;
        margin-bottom: 70px;
        background: var(--rs-theme-primary);
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-five .rs-about-award {
        position: relative;
        bottom: 0;
        inset-inline-start: 0px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-about-five .rs-about-award {
        margin-bottom: 60px;
    }
}

.rs-about-five .rs-about-award-desc {
    color: var(--rs-white);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
    padding-inline-start: 40px;
    margin-inline-start: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-five .rs-about-award-desc {
        border-inline-start: 0;
        padding-inline-start: 0px;
        margin-inline-start: 0px;
    }
}

.rs-about-five .rs-about-award-thumb {
    width: 123px;
    min-width: 123px;
}

.rs-about-six {
    padding-top: 250px;
}

@media only screen and (max-width: 991px) {
    .rs-about-six {
        padding-top: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-six {
        padding-top: 190px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-about-six {
        padding-top: 180px;
    }
}

.rs-about-six .rs-about-wrapper {
    display: grid;
    grid-template-columns: 616px auto;
    gap: 30px 80px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-six .rs-about-wrapper {
        grid-template-columns: 500px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-six .rs-about-wrapper {
        grid-template-columns: 400px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-six .rs-about-wrapper {
        grid-template-columns: auto;
    }
}

.rs-about-six .rs-about-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 95px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-six .rs-about-thumb {
        position: sticky;
        top: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-six .rs-about-thumb {
        position: relative;
        top: unset;
    }
}

@media only screen and (max-width: 480px) {
    .rs-about-six .rs-about-thumb {
        margin-bottom: 0;
    }
}

.rs-about-six .rs-about-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-about-six .rs-about-rotate-btn {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
    .rs-about-six .rs-about-rotate-btn {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        display: flex;
        justify-content: center;
    }
}

.rs-about-six .rs-rotate-btn {
    width: 204px;
    height: 204px;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
    background: var(--rs-theme-primary);
    border-radius: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 50% 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-six .rs-counter-number,
.rs-about-six .prefix {
    font-size: 50px;
    color: var(--rs-white);
    font-weight: 500;
    line-height: 0.8;
}

.rs-about-six .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.rs-about-six .rs-counter-title {
    color: var(--rs-white);
    font-size: 13px;
    font-weight: 500;
}

.rs-about-six .rs-counter-wrapper {
    text-align: center;
}

.rs-about-six .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
    max-width: 576px;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-about-six .rs-about-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
}

.rs-about-six .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-six .rs-about-list-item p {
    color: var(--rs-white);
}

.rs-about-six .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-six .rs-about-list-icon svg {
    width: 15px;
    height: 15px;
}

.rs-about-six .rs-about-list-icon svg path {
    fill: var(--rs-white);
}

.rs-about-seven {
    position: relative;
    z-index: 1;
}

.rs-about-seven .rs-about-shape {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
}

@media only screen and (max-width: 575px) {
    .rs-about-seven .rs-about-shape {
        display: none;
    }
}

.rs-about-seven .rs-about-wrapper {
    display: grid;
    grid-template-columns: 610px auto;
    gap: 30px 70px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-seven .rs-about-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-seven .rs-about-wrapper {
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-seven .rs-about-wrapper {
        grid-template-columns: auto;
    }
}

.rs-about-seven .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-seven .rs-about-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-about-seven .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-seven .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-about-seven .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-seven .rs-about-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-seven .rs-about-list-wrapper {
        width: 510px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-about-seven .rs-about-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-seven .rs-about-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-seven .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-seven .rs-about-btn {
    margin-top: 45px;
}

.rs-about-seven .rs-about-thumb {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
    .rs-about-seven .rs-about-thumb {
        margin-bottom: 0;
    }
}

.rs-about-seven .rs-about-thumb>img {
    width: 100%;
    border-radius: 6px;
}

.rs-about-seven .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
}

.rs-about-seven .rs-about-counter {
    background: var(--rs-theme-primary);
    padding-top: 30px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    width: 363px;
    border-radius: 6px;
    position: absolute;
    bottom: -30px;
    inset-inline-end: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-seven .rs-about-counter {
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        width: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-about-seven .rs-about-counter {
        width: 100%;
        position: relative;
        bottom: unset;
        inset-inline-end: unset;
        margin-top: 30px;
    }
}

.rs-about-seven .rs-counter-number,
.rs-about-seven .prefix {
    font-size: 50px;
    color: var(--rs-white);
    font-weight: 600;
    line-height: 0.8;
}

@media only screen and (max-width: 1199px) {
    .rs-about-seven .rs-counter-number,
    .rs-about-seven .prefix {
        font-size: 40px;
    }
}

.rs-about-seven .rs-counter-title {
    font-size: 24px;
    color: var(--rs-white);
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-seven .rs-counter-title {
        font-size: 20px;
    }
}

.rs-about-seven .rs-about-counter-btn .rs-btn {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    background: var(--rs-white);
    color: var(--rs-title-primary);
}

.rs-about-seven .rs-about-counter-btn .icon-box svg {
    width: 13px;
    height: 13px;
}

.rs-about-seven .rs-about-counter-shape {
    position: absolute;
    width: 46px;
    top: 35px;
    inset-inline-end: 35px;
}

.rs-about-eight {
    position: relative;
    z-index: 1;
}

.rs-about-eight::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 340px);
    bottom: 0;
    left: 0;
    background: var(--rs-theme-secondary);
    z-index: -1;
}

.rs-about-eight .about-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

.rs-about-eight .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-white);
}

.rs-about-eight .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .rs-about-eight .rs-about-list-wrapper {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
    }
}

.rs-about-eight .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-eight .rs-about-list-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-eight .rs-about-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-about-eight .rs-about-list-icon svg path {
    fill: var(--rs-white);
}

.rs-about-eight .rs-about-thumb {
    position: relative;
    z-index: 1;
    margin: 17px;
}

.rs-about-eight .rs-about-thumb::before {
    position: absolute;
    content: "";
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background: #2B3944;
    top: -17px;
    left: -17px;
    border-radius: 6px;
    z-index: -1;
}

.rs-about-eight .rs-about-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    .rs-about-eight .rs-about-thumb img {
        height: auto;
    }
}

.rs-about-eight .rs-about-wrapper {
    display: grid;
    grid-template-columns: 550px auto;
    gap: 30px;
    position: relative;
    z-index: 1;
    background: #2F3E4B;
    padding-top: 40px;
    padding-inline-start: 45px;
    padding-inline-end: 45px;
    padding-bottom: 30px;
    border-radius: 6px;
    border: 1px solid var(--rs-border-secondary);
}

@media only screen and (max-width: 1199px) {
    .rs-about-eight .rs-about-wrapper {
        grid-template-columns: 450px auto;
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-eight .rs-about-wrapper {
        grid-template-columns: auto;
    }
}

.rs-about-eight .rs-about-meta-wrapper {
    background: var(--rs-theme-primary);
    width: 432px;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 6px 0px 6px 0px;
    position: absolute;
    bottom: 0px;
    inset-inline-end: 0px;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-about-eight .rs-about-meta-wrapper {
        width: 350px;
        padding-top: 30px;
        padding-bottom: 20px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-eight .rs-about-meta-wrapper {
        width: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-eight .rs-about-meta-wrapper {
        position: relative;
        bottom: unset;
        inset-inline-end: unset;
        width: 100%;
        margin-top: 30px;
    }
}

[dir=rtl] .rs-about-eight .rs-about-meta-wrapper {
    border-radius: 0px 6px 0px 6px;
}

.rs-about-eight .rs-about-meta-title {
    color: var(--rs-white);
    font-size: 22px;
    text-decoration: underline;
}

@media only screen and (max-width: 575px) {
    .rs-about-eight .rs-about-meta-title {
        font-size: 20px;
    }
}

.rs-about-eight .rs-about-meta-desc {
    color: rgba(255, 255, 255, 0.9);
}

.rs-about-eight .rs-about-meta-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rs-about-nine .rs-about-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 90px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-nine .rs-about-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-about-nine .rs-about-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-nine .rs-about-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-about-nine .rs-about-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-about-nine .rs-about-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-about-nine .rs-about-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-about-nine .rs-about-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 570px;
    margin-top: 30px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .rs-about-nine .rs-about-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-about-nine .rs-about-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-nine .rs-about-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-about-nine .rs-about-btn {
    margin-top: 45px;
    margin-bottom: 45px;
}

.rs-about-nine .rs-about-thumb {
    position: relative;
}

.rs-about-nine .rs-about-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 480px) {
    .rs-about-nine .rs-about-thumb img {
        height: auto;
    }
}

.rs-about-nine .rs-about-meta {
    background: var(--rs-bg-secondary);
    padding: 35px;
    border-radius: 6px;
    position: absolute;
    bottom: 25px;
    inset-inline-end: 25px;
    width: 283px;
}

@media only screen and (max-width: 1600px) {
    .rs-about-nine .rs-about-meta {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-about-nine .rs-about-meta {
        padding: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-about-nine .rs-about-meta {
        width: 100%;
        position: unset;
        margin-top: 30px;
    }
}

.rs-about-nine .rs-about-meta-icon img {
    width: 50px;
}

.rs-about-nine .rs-about-meta-desc {
    font-size: 24px;
    color: var(--rs-title-primary);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.33;
}

@media only screen and (max-width: 1600px) {
    .rs-about-nine .rs-about-meta-desc {
        font-size: 22px;
    }
}

.rs-about-nine .single-progress:not(:last-child) {
    margin-bottom: 25px;
}


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


/*  4.7 call to action css
/*----------------------------------------*/

.rs-cta-one {
    position: relative;
    z-index: 1;
}

.rs-cta-one .rs-cta-wrapper {
    display: grid;
    grid-template-columns: auto auto;
}

@media only screen and (max-width: 991px) {
    .rs-cta-one .rs-cta-wrapper {
        grid-template-columns: auto;
    }
}

.rs-cta-one .rs-cta-icon {
    background-color: var(--rs-white);
    width: 17px;
    min-width: 17px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.rs-cta-one .rs-cta-content p {
    font-size: 16px;
    font-weight: 500;
}

.rs-cta-one .rs-cta-content p a {
    text-decoration: underline;
}

.rs-cta-one .rs-cta-content p a:hover {
    color: var(--rs-theme-secondary);
}

.rs-cta-one .rs-cta-content p a:hover {
    color: var(--rs-theme-secondary);
}

.rs-cta-one .rs-cta-left {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 38px;
    padding-bottom: 38px;
    justify-content: end;
    padding-inline-start: 15px;
    padding-inline-end: 130px;
    background: var(--rs-theme-primary);
}

@media only screen and (max-width: 1199px) {
    .rs-cta-one .rs-cta-left {
        padding-inline-end: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-one .rs-cta-left {
        justify-content: center;
    }
}

.rs-cta-one .rs-cta-left .rs-cta-content p {
    color: var(--rs-white);
}

.rs-cta-one .rs-cta-right {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 38px;
    padding-bottom: 38px;
    justify-content: start;
    padding-inline-start: 130px;
    padding-inline-end: 15px;
    background: var(--rs-bg-secondary);
}

@media only screen and (max-width: 1199px) {
    .rs-cta-one .rs-cta-right {
        padding-inline-start: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-one .rs-cta-right {
        justify-content: center;
    }
}

.rs-cta-one .rs-cta-right .rs-cta-icon {
    border: 1px solid var(--rs-border-primary);
}

.rs-cta-two {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.rs-cta-two .rs-cta-wrapper {
    border-radius: 6px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 65px;
    padding-inline-end: 65px;
    background: var(--rs-theme-primary);
    display: grid;
    grid-template-columns: 1fr 365px;
    gap: 30px 230px;
}

@media only screen and (max-width: 1199px) {
    .rs-cta-two .rs-cta-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline-start: 40px;
        padding-inline-end: 40px;
        background: var(--rs-theme-primary);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-two .rs-cta-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-cta-two .rs-cta-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-cta-two .rs-cta-title {
    color: var(--rs-white);
    margin-bottom: 25px;
}

.rs-cta-two .rs-cta-input input {
    background: #219ebc;
    border: 0;
    height: 66px;
    padding-inline-start: 50px;
    padding-inline-end: 150px;
    color: var(--rs-white);
}

@media only screen and (max-width: 480px) {
    .rs-cta-two .rs-cta-input input {
        padding-inline-end: 20px;
    }
}

.rs-cta-two .rs-cta-input input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.rs-cta-two .rs-cta-input {
    position: relative;
}

.rs-cta-two .rs-cta-input button {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    background: var(--rs-white);
    position: absolute;
    inset-inline-end: 15px;
    top: 15px;
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 480px) {
    .rs-cta-two .rs-cta-input button {
        position: relative;
        top: unset;
        inset-inline-end: unset;
        margin-top: 10px;
        width: 100%;
        padding: 12px 26px;
    }
}

.rs-cta-two .rs-cta-input button:hover {
    color: var(--rs-theme-primary);
}

.rs-cta-two .rs-cta-input button:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-cta-two .rs-cta-input .icon-box svg {
    width: 12px;
    height: 12px;
}

.rs-cta-two .rs-cta-input .icon-box svg path {
    fill: var(--rs-title-primary);
}

.rs-cta-two .rs-cta-icon {
    position: absolute;
}

.rs-cta-two .rs-cta-icon svg {
    width: 16px;
}

.rs-cta-two .rs-cta-icon {
    position: absolute;
    top: 30px;
    inset-inline-start: 15px;
    transform: translateY(-50%);
}

.rs-cta-two .rs-cta-meta-title {
    color: var(--rs-white);
    font-size: 22px;
}

@media only screen and (max-width: 575px) {
    .rs-cta-two .rs-cta-meta-title {
        font-size: 20px;
    }
}

.rs-cta-two .rs-cta-desc {
    color: rgba(255, 255, 255, 0.9);
}

.rs-cta-two .rs-cta-content-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rs-cta-three {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .rs-cta-three {
        margin-top: 0;
    }
}

.rs-cta-three .rs-cta-wrapper {
    background: var(--rs-theme-primary);
    display: grid;
    grid-template-columns: 347px auto;
    align-items: center;
    padding-inline-start: 80px;
    padding-inline-end: 80px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-cta-three .rs-cta-wrapper {
        grid-template-columns: 320px auto;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-cta-three .rs-cta-wrapper {
        grid-template-columns: 280px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-three .rs-cta-wrapper {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 30px;
        gap: 30px;
    }
}

.rs-cta-three .rs-cta-thumb {
    margin-top: -80px;
}

[dir=rtl] .rs-cta-three .rs-cta-thumb {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 991px) {
    .rs-cta-three .rs-cta-thumb {
        margin-top: 0;
    }
}

.rs-cta-three .rs-cta-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

.rs-cta-three .rs-cta-shape-two {
    position: absolute;
    top: 30px;
    inset-inline-end: 30px;
    width: 60px;
}

@media only screen and (max-width: 480px) {
    .rs-cta-three .rs-cta-shape-two {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-three .rs-cta-rotate-btn {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-three .section-title-wrapper {
        text-align: center;
    }
}

.rs-cta-three .rs-rotate-btn {
    width: 186px;
    height: 186px;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
    background: var(--rs-white);
    border-radius: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 50% 110px;
}

.rs-cta-three .rs-meta-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60px;
}

.rs-cta-three .rs-text-circle {
    animation: unset;
    transform: rotate(-90deg);
}

.rs-cta-three .rs-text-circle span {
    font-size: 14px;
}

.rs-cta-three .rs-cta-content-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px 40px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .rs-cta-three .rs-cta-content-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-three .rs-cta-content-wrapper {
        grid-template-columns: auto;
        gap: 20px 30px;
    }
}

.rs-cta-four {
    margin-top: -130px;
    margin-bottom: -120px;
    position: relative;
    z-index: 2;
}

.rs-cta-four .rs-cta-wrapper {
    border-radius: 6px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 65px;
    padding-inline-end: 65px;
    background: var(--rs-theme-primary);
    display: grid;
    grid-template-columns: 555px auto;
    gap: 30px 230px;
}

@media only screen and (max-width: 1600px) {
    .rs-cta-four .rs-cta-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline-start: 45px;
        padding-inline-end: 45px;
        gap: 30px 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-cta-four .rs-cta-wrapper {
        gap: 30px 30px;
        grid-template-columns: 450px auto;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-cta-four .rs-cta-wrapper {
        grid-template-columns: auto;
    }
}

.rs-cta-four .rs-cta-title {
    color: var(--rs-white);
    margin-bottom: 25px;
}

.rs-cta-four .rs-cta-input {
    position: relative;
}

.rs-cta-four .rs-cta-input button {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    background: var(--rs-white);
    position: absolute;
    inset-inline-end: 15px;
    top: 13px;
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 480px) {
    .rs-cta-four .rs-cta-input button {
        position: unset;
        inset-inline-end: unset;
        top: unset;
        margin-top: 15px;
    }
}

.rs-cta-four .rs-cta-input button:hover {
    color: var(--rs-theme-primary);
}

.rs-cta-four .rs-cta-input button:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-cta-four .rs-cta-input .icon-box svg {
    width: 12px;
    height: 12px;
}

.rs-cta-four .rs-cta-input .icon-box svg path {
    fill: var(--rs-title-primary);
}

.rs-cta-four .rs-cta-meta-title {
    color: var(--rs-white);
    font-size: 22px;
}

.rs-cta-four .rs-cta-desc {
    color: rgba(255, 255, 255, 0.9);
}

.rs-cta-four .rs-cta-content-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.rs-cta-four .rs-cta-input .nice-select {
    width: 100%;
    background: #219ebc;
    height: 60px;
    border: 0;
    color: var(--rs-white);
    display: flex;
    align-items: center;
    padding-inline-end: 185px;
}

@media only screen and (max-width: 480px) {
    .rs-cta-four .rs-cta-input .nice-select {
        padding-inline-end: 20px;
    }
}

.rs-cta-four .rs-cta-input .nice-select::before {
    position: absolute;
    content: "";
    inset-inline-end: 145px;
    top: 50%;
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
    transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
    .rs-cta-four .rs-cta-input .nice-select::before {
        content: none;
    }
}

.rs-cta-four .rs-cta-input .nice-select::after {
    color: var(--rs-white);
    inset-inline-end: 155px;
}

@media only screen and (max-width: 480px) {
    .rs-cta-four .rs-cta-input .nice-select::after {
        inset-inline-end: 20px;
    }
}

.rs-cta-four .rs-cta-input .list {
    width: 100%;
    background: var(--rs-theme-primary);
    padding-bottom: 6px;
    padding-top: 5px;
    margin-top: 0;
    border: 1px solid var(--rs-border-secondary);
}

.rs-cta-four .rs-cta-input .option {
    color: var(--rs-white);
}

.rs-cta-five {
    padding-top: 70px;
    padding-bottom: 70px;
    background: var(--rs-theme-primary);
}

@media only screen and (max-width: 991px) {
    .rs-cta-five {
        padding-top: 60px;
    }
}

.rs-cta-five .rs-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.rs-cta-six {
    margin-top: -70px;
    position: relative;
    z-index: 2;
    overflow-x: clip;
}

.rs-cta-six .rs-cta-icon {
    background-color: var(--rs-white);
    width: 17px;
    min-width: 17px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .rs-cta-six .rs-cta-icon {
        display: none;
    }
}

.rs-cta-six .rs-cta-content {
    font-size: 14px;
    font-weight: 500;
}

.rs-cta-six .rs-cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .rs-cta-six .rs-cta-content p {
        text-align: center;
    }
}

.rs-cta-six .rs-cta-content p a {
    text-decoration: underline;
    display: inline-block;
}

.rs-cta-six .rs-cta-content p a:hover {
    color: var(--rs-theme-primary);
}

.rs-cta-six .rs-cta-content-wrapper {
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
    backdrop-filter: blur(21px);
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-inline: 15px;
}


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


/*  4.22 Team css
/*----------------------------------------*/

.rs-team-one .rs-team-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-team-one .rs-team-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-team-one .rs-team-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-team-one .rs-team-thumb {
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.rs-team-one .rs-team-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-team-one .rs-team-item:hover .rs-team-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-team-one .rs-team-item:hover .rs-team-content-wrapper::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-team-one .rs-team-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-team-one .rs-team-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-team-one .rs-team-item:hover .rs-btn.has-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-team-one .rs-team-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 25px;
}

.rs-team-one .rs-team-content-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-primary);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-team-one .rs-team-content-wrapper::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-team-one .rs-team-title {
    margin-bottom: 5px;
    letter-spacing: 0.01em;
}

.rs-team-one .rs-team-title:hover {
    color: var(--rs-theme-primary);
}

.rs-team-one .rs-team-designation {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.rs-team-two .rs-team-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-team-two .rs-team-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-team-two .rs-team-item:hover .rs-team-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-team-two .rs-team-item:hover .rs-team-btn .rs-btn.has-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-team-two .rs-team-item:hover .rs-team-line::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-team-two .rs-team-item:hover .rs-team-social {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.rs-team-two .rs-team-thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.rs-team-two .rs-team-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-team-two .rs-team-content-wrapper {
    position: absolute;
    width: 90%;
    bottom: 0;
    background: var(--rs-theme-secondary);
    padding-top: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    padding-bottom: 35px;
    border-radius: 0 6px 0px 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-team-two .rs-team-content-wrapper {
        padding-top: 20px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-team-two .rs-team-content-wrapper {
        width: 80%;
        padding-top: 20px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
        padding-bottom: 25px;
    }
}

.rs-team-two .rs-team-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.rs-team-two .rs-team-title {
    margin-bottom: 5px;
    color: var(--rs-white);
}

.rs-team-two .rs-team-title:hover {
    color: var(--rs-theme-primary);
}

.rs-team-two .rs-team-designation {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-white);
}

.rs-team-two .rs-team-btn .rs-btn .icon-box svg {
    width: 22px;
    height: 22px;
}

.rs-team-two .rs-team-line {
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.rs-team-two .rs-team-line::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    inset-inline-end: 0;
    top: 0;
    transition: 0.5s;
}

.rs-team-two .rs-team-social {
    position: absolute;
    top: 0;
    transform: translateX(100%);
    inset-inline-end: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

[dir=rtl] .rs-team-two .rs-team-social {
    inset-inline-end: auto;
    inset-inline-start: 0;
}

.rs-team-two .rs-team-social .theme-social {
    gap: 10px;
    flex-direction: column;
    background: var(--rs-theme-primary);
    padding: 10px;
    border-radius: 0px 5px 0px 5px;
}

.rs-team-two .rs-team-social .theme-social a {
    font-size: 16px;
}

.rs-team-two .rs-team-social .theme-social a:hover {
    color: var(--rs-theme-secondary);
}

.rs-team-three .rs-team-item {
    gap: 30px 100px;
    display: grid;
    grid-template-columns: 470px auto;
    align-items: center;
}

@media only screen and (max-width: 1366px) {
    .rs-team-three .rs-team-item {
        gap: 30px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-team-three .rs-team-item {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-team-three .rs-team-item {
        grid-template-columns: auto;
    }
}

.rs-team-three .rs-team-thumb-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-team-three .rs-team-thumb-wrapper {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-team-three .rs-team-thumb-wrapper {
        height: 400px;
    }
}

.rs-team-three .rs-team-thumb {
    opacity: 0;
    scale: 1.1;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-size: cover;
    background-position: top center;
    transition: 0.5s;
    z-index: 1;
}

.rs-team-three .rs-team-thumb.active {
    opacity: 1;
    scale: 1;
}

.rs-team-three .rs-team-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-team-three .rs-team-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid var(--rs-border-primary);
    padding-bottom: 25px;
    padding-top: 25px;
}

@media only screen and (max-width: 480px) {
    .rs-team-three .rs-team-content-item {
        display: grid;
        gap: 20px;
    }
}

.rs-team-three .rs-team-content-item:last-child {
    border-bottom: 1px solid var(--rs-border-primary);
}

.rs-team-three .rs-team-content-item.active .rs-team-title {
    color: var(--rs-theme-primary);
}

.rs-team-three .rs-team-content-item.active .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-team-three .rs-team-content-item.active .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-team-three .rs-team-content-item.active .rs-btn .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-team-three .rs-team-btn .icon-box svg {
    width: 20px;
    height: 20px;
}

.rs-team-details .rs-team-details-wrapper {
    display: grid;
    grid-template-columns: 510px 1fr;
    gap: 30px 100px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-team-details .rs-team-details-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-team-details .rs-team-details-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }
}

.rs-team-details .rs-team-details-thumb {
    height: 513px;
}

@media only screen and (max-width: 1366px) {
    .rs-team-details .rs-team-details-thumb {
        height: 100%;
    }
}

.rs-team-details .rs-team-details-thumb img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.rs-team-details .rs-team-details-desig {
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .rs-team-details .rs-team-details-desig {
        font-size: 18px;
    }
}

.rs-team-details .rs-team-details-desc {
    margin-top: 6px;
    margin-bottom: 40px;
}

.rs-team-details .rs-team-details-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.rs-team-details .rs-team-details-line {
    width: 686px;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 42px;
    border-color: var(--rs-border-primary);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-team-details .rs-team-details-line {
        width: 100%;
    }
}

.rs-team-details .rs-team-details-line::after {
    position: absolute;
    content: "";
    width: 145px;
    background: var(--rs-theme-primary);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-team-details .rs-team-details-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
}

@media only screen and (max-width: 1199px) {
    .rs-team-details .rs-team-details-info {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-team-details .rs-team-details-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-team-details .rs-team-details-info-item {
    background: var(--rs-bg-secondary);
    padding-top: 28px;
    padding-bottom: 28px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .rs-team-details .rs-team-details-info-item {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-team-details .rs-team-details-info-item {
        flex-wrap: wrap;
    }
}

.rs-team-details .rs-team-details-info-icon {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rs-white);
    border-radius: 3px;
}

.rs-team-details .rs-team-details-info-icon svg {
    width: 32px;
    height: 32px;
}

.rs-team-details .rs-team-details-info-title {
    margin-bottom: 5px;
}

.rs-team-details .rs-team-details-info-value a {
    font-weight: 500;
}

.rs-team-details .rs-team-details-info-value a:hover {
    color: var(--rs-theme-primary);
}


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


/*   4.6 Contact css
/*----------------------------------------*/

.rs-contact-one {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-contact-one:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 290px);
    bottom: 0;
    left: 0;
    background: var(--rs-bg-secondary);
    z-index: -1;
}

.rs-contact-one .rs-contact-shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: -1;
}

.rs-contact-one .rs-contact-meta-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.rs-contact-one .rs-contact-meta-inner {
    background: var(--rs-theme-primary);
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 480px) {
    .rs-contact-one .rs-contact-meta-inner {
        padding: 15px 20px 18px 20px;
    }
}

.rs-contact-one .rs-contact-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-contact-one .rs-contact-meta-icon svg {
    width: 16px;
    height: 16px;
}

.rs-contact-one .rs-contact-meta-icon svg path {
    fill: var(--rs-white);
}

.rs-contact-one .rs-contact-meta-content {
    color: var(--rs-white);
}

.rs-contact-one .rs-contact-meta-content a:hover {
    color: var(--rs-title-primary);
}

.rs-contact-one .rs-contact-meta-btn .rs-btn {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 400;
}

.rs-contact-one .rs-contact-meta-btn .rs-btn .icon-box svg {
    width: 14px;
    height: 14px;
}

.rs-contact-one .rs-contact-wrapper {
    display: grid;
    grid-template-columns: 490px auto;
    align-items: center;
    gap: 0;
    background: var(--rs-white);
    border-radius: 6px;
    border: 1px solid var(--rs-border-primary);
}

@media only screen and (max-width: 1600px) {
    .rs-contact-one .rs-contact-wrapper {
        grid-template-columns: 470px auto;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-one .rs-contact-wrapper {
        grid-template-columns: 440px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-contact-one .rs-contact-wrapper {
        grid-template-columns: auto;
    }
}

.rs-contact-one .rs-contact-form {
    padding-inline-end: 80px;
    padding-inline-start: 80px;
    padding-top: 70px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-one .rs-contact-form {
        padding-inline-end: 50px;
        padding-inline-start: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-one .rs-contact-form {
        padding-inline-end: 30px;
        padding-inline-start: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.rs-contact-one .rs-contact-input-box {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .rs-contact-one .rs-contact-input-box textarea {
        margin-top: 20px;
    }
}

.rs-contact-one .rs-contact-form-title {
    margin-bottom: 17px;
}

.rs-contact-one .rs-contact-input input {
    height: 50px;
    border-radius: 3px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: var(--rs-white);
}

.rs-contact-one .rs-contact-input input::placeholder {
    color: var(--rs-title-primary);
}

.rs-contact-one .rs-contact-input textarea {
    height: 174px;
    border-radius: 3px;
    padding: 15px 20px;
    background: var(--rs-white);
}

.rs-contact-one .rs-contact-input textarea::placeholder {
    color: var(--rs-title-primary);
}

.rs-contact-one .rs-contact-input .nice-select {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: var(--rs-white);
}

.rs-contact-one .rs-contact-input .nice-select .list {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rs-contact-one .rs-contact-input .nice-select .list .option:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-one .rs-contact-thumb {
    height: 100%;
    width: 100%;
    position: relative;
}

.rs-contact-one .rs-contact-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
}

@media only screen and (max-width: 991px) {
    .rs-contact-one .rs-contact-thumb img {
        border-radius: 6px 6px 0 0px;
    }
}

.rs-contact-two {
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two {
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-contact-two {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-contact-two {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-contact-two {
        padding-bottom: 60px;
    }
}

.rs-contact-two .rs-contact-bg-thumb {
    position: absolute;
    width: 100%;
    height: 512px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .rs-contact-two .rs-contact-bg-thumb {
        height: 380px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two .section-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-two .section-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-contact-two .section-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-contact-two .section-title {
        font-size: 27px;
    }
}

.rs-contact-two .rs-contact-form {
    background: var(--rs-white);
    padding-top: 62px;
    padding-bottom: 62px;
    padding-inline-start: 60px;
    padding-inline-end: 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two .rs-contact-form {
        padding-inline-start: 40px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-two .rs-contact-form {
        padding-inline-start: 30px;
        padding-top: 35px;
        padding-bottom: 35px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two .rs-contact-form {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.rs-contact-two .rs-contact-wrapper {
    display: grid;
    grid-template-columns: 740px 851px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two .rs-contact-wrapper {
        grid-template-columns: 550px 851px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-two .rs-contact-wrapper {
        grid-template-columns: 450px 851px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two .rs-contact-wrapper {
        grid-template-columns: auto;
    }
}

.rs-contact-two .section-title-wrapper {
    background: var(--rs-theme-primary);
    padding-top: 50px;
    padding-inline-start: 60px;
    padding-bottom: 55px;
    padding-inline-end: 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two .section-title-wrapper {
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
    }
}

.rs-contact-two .rs-section-desc {
    color: var(--rs-white);
}

.rs-contact-two .rs-contact-input input {
    height: 50px;
    border-radius: 100px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: var(--rs-white);
}

.rs-contact-two .rs-contact-input input::placeholder {
    color: var(--rs-title-primary);
}

.rs-contact-two .rs-contact-input textarea {
    height: 174px;
    border-radius: 16px;
    padding: 15px 20px;
    background: var(--rs-white);
}

.rs-contact-two .rs-contact-input textarea::placeholder {
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 767px) {
    .rs-contact-two .rs-contact-input textarea {
        margin-top: 20px;
    }
}

.rs-contact-two .rs-contact-input .nice-select {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: var(--rs-white);
    border-radius: 100px;
}

.rs-contact-two .rs-contact-input .nice-select .list {
    margin-top: 0;
    border-radius: 16px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rs-contact-two .rs-contact-input .nice-select .list .option:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-two .rs-contact-input-box {
    margin-bottom: 20px;
}

.rs-contact-two .rs-contact-btn .rs-btn {
    border-radius: 16px;
}

.rs-contact-two .rs-contact-item-wrapper {
    background: var(--rs-theme-secondary);
    padding-top: 88px;
    padding-inline-start: 60px;
    padding-bottom: 85px;
    padding-inline-end: 60px;
    display: flex;
    align-items: center;
    gap: 30px 70px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two .rs-contact-item-wrapper {
        padding-top: 60px;
        padding-inline-start: 30px;
        padding-bottom: 60px;
        padding-inline-end: 30px;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two .rs-contact-item-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        gap: 30px 30px;
    }
}

.rs-contact-two .rs-contact-title {
    color: #ffffff;
    font-size: 20px;
    display: block;
    line-height: 1.15;
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .rs-contact-two .rs-contact-title {
        font-size: 20px;
    }
}

.rs-contact-two .rs-contact-item a {
    color: var(--rs-white);
    font-size: 16px;
}

.rs-contact-two .rs-contact-item a:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-two .rs-contact-thumb {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two .rs-contact-thumb {
        height: auto;
    }
}

.rs-contact-two .rs-contact-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-contact-two .rs-contact-thumb.has-height {
    height: 100%;
}

.rs-contact-two .rs-ripple-item {
    position: absolute;
}

.rs-contact-two .rs-ripple-item.ripple .pre-circle-ripple::before {
    -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
    animation: rs-pulse-border 1500ms ease-out infinite;
    opacity: 1;
}

.rs-contact-two .rs-ripple-item.ripple .rs-ripple-figure {
    opacity: 1;
    transform: translate3d(-50%, -35px, 0);
    visibility: visible;
}

.rs-contact-two .rs-ripple-item:hover .pre-circle-ripple::before {
    -webkit-animation: rs-pulse-border 1500ms ease-out infinite;
    animation: rs-pulse-border 1500ms ease-out infinite;
    opacity: 1;
}

.rs-contact-two .rs-ripple-item:hover .rs-ripple-figure {
    opacity: 1;
    transform: translate3d(-50%, -35px, 0);
    visibility: visible;
}

.rs-contact-two .rs-ripple-item.ripple-1 {
    inset-inline-start: 17%;
    top: 30%;
}

@media only screen and (max-width: 991px) {
    .rs-contact-two .rs-ripple-item.ripple-1 {
        inset-inline-start: 24%;
    }
}

.rs-contact-two .rs-ripple-item.ripple-2 {
    inset-inline-start: 50%;
    top: 22%;
}

.rs-contact-two .rs-ripple-item.ripple-3 {
    inset-inline-start: 55%;
    top: 46%;
}

.rs-contact-two .rs-ripple-item.ripple-4 {
    inset-inline-start: 37%;
    bottom: 33%;
}

.rs-contact-two .rs-ripple-figure {
    display: flex;
    background: var(--rs-bg-secondary);
    padding: 8px;
    border-radius: 6px;
    gap: 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    min-width: 370px;
    position: absolute;
    bottom: 0;
    left: 8px;
    transition: all 0.4s ease;
    z-index: 99;
    opacity: 0;
    transition: all 500ms ease;
    transform: translate3d(-50%, -70px, 0);
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .rs-contact-two .rs-ripple-figure {
        display: none;
    }
}

.rs-contact-two .rs-ripple-figure::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid var(--rs-theme-secondary);
    top: 100%;
    right: 0;
    margin: 0 auto;
}

.rs-contact-two .ripple-content .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.rs-contact-two .rs-ripple-thumb {
    width: 130px;
    min-width: 130px;
}

.rs-contact-two .rs-ripple-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-contact-two .pre-circle-ripple {
    position: relative;
    cursor: pointer;
}

.rs-contact-two .pre-circle-ripple::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--rs-theme-secondary);
    transform-origin: center center;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.rs-contact-two .pre-circle-ripple::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7607843137);
    z-index: 9;
    border: 1px solid var(--rs-theme-secondary);
}

.rs-contact-two .pre-circle-ripple .ripple-line {
    position: absolute;
    left: 7px;
    bottom: -19px;
    width: 1px;
    height: 8px;
    background: var(--rs-theme-secondary);
}

.rs-contact-two .mobile_item {
    display: none;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 280px;
    color: #000;
    background: var(--rs-white);
    padding: 30px;
    border-radius: 5px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
    .rs-contact-two .mobile_item {
        display: block !important;
        padding: 15px;
    }
}

.rs-contact-two .mobile_item.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

.rs-contact-two .mobile_item .description {
    color: var(--rs-text-primary);
}

.rs-contact-two .mobile_item .pre-title .title {
    color: var(--rs-title-primary);
    font-size: 18px;
    margin-bottom: 6px;
}

.rs-contact-two .mobile_item .remove-icon {
    border: 1px solid #d5d5d5;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.rs-contact-two.rs-contact-alt .rs-contact-bg-thumb {
    position: absolute;
    width: 100%;
    height: 400px;
    bottom: 1px;
    left: 0;
    z-index: -1;
}

.rs-contact-two.rs-contact-alt .rs-contact-form {
    background: var(--rs-bg-secondary);
}

@media only screen and (max-width: 1199px) {
    .rs-contact-two.rs-contact-alt .rs-contact-form {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-contact-two.rs-contact-alt .rs-contact-thumb img {
    height: auto;
}

.rs-contact-two.rs-contact-alt .rs-ripple-item.ripple-4 {
    bottom: 43%;
}

.rs-contact-two.rs-contact-alt-two .rs-contact-bg-thumb {
    display: none;
}

.rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
    display: grid;
    grid-template-columns: 745px auto;
    margin-inline-end: 140px;
    margin-inline-start: 140px;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-inline-end: 100px;
        margin-inline-start: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
        margin-inline-end: 0px;
        margin-inline-start: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-contact-two.rs-contact-alt-two .rs-contact-form {
    background: var(--rs-bg-secondary);
    padding-top: 52px;
    padding-bottom: 52px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
}

@media only screen and (max-width: 1366px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-form {
        padding-inline-start: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
    }
}

.rs-contact-two.rs-contact-alt-two .rs-contact-thumb {
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-thumb {
        height: auto;
    }
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input {
    position: relative;
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input input {
    border-radius: 3px;
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input textarea {
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-input textarea {
        margin-top: 0;
    }
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select {
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select {
        margin-bottom: 20px;
    }
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input .nice-select .list {
    border-radius: 3px;
}

.rs-contact-two.rs-contact-alt-two .rs-contact-input i {
    pointer-events: none;
    position: absolute;
    inset-inline-end: 20px;
    font-size: 18px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.rs-contact-two.rs-contact-alt-two .rs-contact-btn .rs-btn {
    border-radius: 3px;
}

.rs-contact-two.rs-contact-alt-two .rs-ripple-item.ripple-4 {
    bottom: 35%;
}

.rs-contact-three .rs-contact-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-contact-three .rs-contact-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-contact-three .rs-contact-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-contact-three .rs-contact-item {
    text-align: center;
}

.rs-contact-three .rs-contact-item:hover .rs-contact-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-contact-three .rs-contact-thumb {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 144px;
}

.rs-contact-three .rs-contact-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-contact-three .rs-contact-title {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rs-contact-three .rs-contact-title::before {
    position: absolute;
    content: "";
    width: 145px;
    height: 1px;
    background: var(--rs-border-primary);
    bottom: 0;
    inset-inline-start: 0;
}

.rs-contact-three .rs-contact-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--rs-theme-primary);
    inset-inline-start: 0;
    bottom: 0px;
}

.rs-contact-three .rs-contact-info span {
    display: block;
}

.rs-contact-three .rs-contact-info span:not(:last-child) {
    margin-bottom: 5px;
}

.rs-contact-three .rs-contact-info a:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-four {
    position: relative;
    z-index: 1;
}

.rs-contact-four .rs-contact-meta-icon svg {
    width: 16px;
    height: 16px;
}

.rs-contact-four .rs-contact-meta-icon svg path {
    fill: var(--rs-white);
}

.rs-contact-four .rs-contact-meta-content {
    color: var(--rs-white);
}

.rs-contact-four .rs-contact-meta-content a:hover {
    color: var(--rs-title-primary);
}

.rs-contact-four .rs-contact-wrapper {
    display: grid;
    grid-template-columns: 805px auto;
    gap: 30px 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-four .rs-contact-wrapper {
        grid-template-columns: 480px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-contact-four .rs-contact-wrapper {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-contact-four .rs-contact-wrapper {
        grid-template-columns: auto;
    }
}

.rs-contact-four .rs-contact-form {
    padding-inline-end: 60px;
    padding-inline-start: 60px;
    padding-top: 50px;
    padding-bottom: 60px;
    /* background: var(--rs-bg-secondary); */
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-four .rs-contact-form {
        padding-inline-end: 40px;
        padding-inline-start: 40px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-contact-four .rs-contact-form {
        padding-inline-end: 30px;
        padding-inline-start: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.rs-contact-four .rs-contact-input-box {
    margin-bottom: 20px;
}

.rs-contact-four .rs-contact-form-title {
    margin-bottom: 17px;
}

.rs-contact-four .rs-contact-input input {
    height: 50px;
    border-radius: 3px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: var(--rs-white);
}

.rs-contact-four .rs-contact-input input::placeholder {
    color: var(--rs-title-primary);
}

.rs-contact-four .rs-contact-input textarea {
    height: 174px;
    border-radius: 3px;
    padding: 15px 20px;
    background: var(--rs-white);
}

.rs-contact-four .rs-contact-input textarea::placeholder {
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 767px) {
    .rs-contact-four .rs-contact-input textarea {
        margin-top: 20px;
    }
}

.rs-contact-four .rs-contact-input .nice-select {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: var(--rs-white);
}

.rs-contact-four .rs-contact-input .nice-select .list {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rs-contact-four .rs-contact-input .nice-select .list .option:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-four .rs-contact-list {
    border: 1px solid var(--rs-border-primary);
    padding: 40px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--navy) 0%, #0a3a5c 100%);
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .rs-contact-four .rs-contact-list {
        padding: 30px;
    }
}

.rs-contact-four .rs-contact-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.rs-contact-four .rs-contact-list li:not(:last-child) {
    /* margin-bottom: 35px; */
    /* padding-bottom: 35px; */
    /* border-bottom: 1px solid var(--rs-border-primary); */
}

.rs-contact-four .rs-contact-list-content .label {
    font-size: 24px;
    display: block;
    color: var(--rs-title-primary);
    font-weight: 600;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .rs-contact-four .rs-contact-list-content .label {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-contact-four .rs-contact-list-content .label {
        font-size: 20px;
    }
}

.rs-contact-four .rs-contact-list-content a {
    font-size: 17px;
}

.rs-contact-four .rs-contact-list-content a:hover {
    color: var(--rs-theme-primary);
}

.rs-contact-four .rs-contact-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--rs-bg-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-contact-four .rs-contact-icon svg {
    width: 32px;
    height: 32px;
}

.rs-contact-four .rs-contact-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-map-one {
    line-height: 0;
}

.rs-map-one .rs-google-map iframe {
    width: 100%;
    height: 575px;
    /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
    border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
    .rs-map-one .rs-google-map iframe {
        height: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-map-one .rs-google-map iframe {
        height: 450px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-map-one .rs-google-map iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-map-one .rs-google-map iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-map-one .rs-google-map iframe {
        height: 250px;
    }
}


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


/*  4.28 video css
/*----------------------------------------*/

.rs-video-one {
    position: relative;
    z-index: 2;
    padding-top: 160px;
    padding-bottom: 230px;
    overflow-x: hidden;
}

@media only screen and (max-width: 1600px) {
    .rs-video-one {
        padding-top: 130px;
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-video-one {
        padding-top: 130px;
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-video-one {
        padding-top: 100px;
        padding-bottom: 170px;
    }
}

.rs-video-one .rs-video-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-video-two {
    position: relative;
    z-index: 2;
    padding-top: 130px;
    padding-bottom: 230px;
    overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
    .rs-video-two {
        padding-top: 100px;
        padding-bottom: 200px;
    }
}

.rs-video-two.has-padding {
    padding-top: 190px;
    padding-bottom: 190px;
}

@media only screen and (max-width: 1600px) {
    .rs-video-two.has-padding {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-video-two.has-padding {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-video-two.has-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.rs-video-two.has-padding-two {
    padding-top: 135px;
    padding-bottom: 255px;
}

@media only screen and (max-width: 1366px) {
    .rs-video-two.has-padding-two {
        padding-top: 120px;
        padding-bottom: 240px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-video-two.has-padding-two {
        padding-top: 100px;
        padding-bottom: 220px;
    }
}

.rs-video-two .rs-video-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-video-two .rs-video-icon {
    background-color: var(--rs-white);
    width: 17px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.rs-video-two .rs-video-content {
    font-size: 14px;
    font-weight: 500;
}

.rs-video-two .rs-video-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.rs-video-two .rs-video-content p a {
    text-decoration: underline;
}

.rs-video-two .rs-video-content p a:hover {
    color: var(--rs-theme-primary);
}

.rs-video-two .rs-video-content-wrapper {
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
    backdrop-filter: blur(21px);
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
    margin-top: 125px;
}

.rs-video-two .has-bg-gradient.rs-play-btn {
    background: radial-gradient(at center center, rgba(71, 74, 74, 0.1215686275) 0%, rgba(226, 237, 237, 0.1215686275) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(21px);
    color: var(--rs-white);
}

.rs-video-two .has-bg-gradient.rs-play-btn::before {
    content: none;
}

.rs-video-three {
    position: relative;
    z-index: 1;
    min-height: 513px;
    margin-top: -165px;
}

@media only screen and (max-width: 1600px) {
    .rs-video-three {
        min-height: 430px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-video-three {
        min-height: 420px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-video-three {
        min-height: 400px;
    }
}

.rs-video-three .rs-video-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.rs-video-four .rs-video-wrapper {
    height: 600px;
}

@media only screen and (max-width: 1600px) {
    .rs-video-four .rs-video-wrapper {
        height: 500px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-video-four .rs-video-wrapper {
        height: 100%;
    }
}

.rs-video-four .rs-video-wrapper video {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}


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


/*   4.10 feature css
/*----------------------------------------*/

.rs-feature-one {
    position: relative;
    z-index: 1;
    margin-bottom: 160px;
    padding-top: 325px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-one {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-one {
        padding-top: 150px;
    }
}

.rs-feature-one .rs-feature-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-feature-one .rs-feature-wrapper {
    background: var(--rs-theme-primary);
    /* padding-top: 50px; */
    /* padding-bottom: 40px; */
    padding-inline-start: 100px;
    padding-inline-end: 100px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 30px 120px;
    border-radius: 6px;
    margin-bottom: -160px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-one .rs-feature-wrapper {
        padding-inline-start: 60px;
        padding-inline-end: 60px;
        gap: 30px 60px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-feature-one .rs-feature-wrapper {
        /* padding-top: 40px; */
        /* padding-bottom: 30px; */
        padding-inline-start: 40px;
        padding-inline-end: 40px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-one .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-one .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-one .rs-feature-wrapper {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-feature-one .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-white);
}

.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-feature-one .rs-feature-title {
    color: var(--rs-white);
    letter-spacing: 0.01em;
}

.rs-feature-one .rs-feature-desc {
    color: rgba(255, 255, 255, 0.8);
}

.rs-feature-one .rs-feature-icon {
    background: #219ebc;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.rs-feature-one .rs-feature-icon svg {
    width: 44px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-feature-one .rs-feature-icon svg path {
    fill: var(--rs-white);
    transition: all 0.5s ease-in-out;
}

.rs-feature-one .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-one .rs-feature-line {
        width: 100%;
    }
}

.rs-feature-one .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-two {
    position: relative;
    z-index: 1;
}

.rs-feature-two .rs-feature-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-feature-two .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-two .rs-feature-wrapper {
        grid-template-columns: 410px 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-two .rs-feature-wrapper {
        grid-template-columns: 1fr;
    }
}

.rs-feature-two .rs-feature-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-two .rs-feature-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-two .rs-feature-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-two .rs-feature-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-two .rs-feature-list ul li {
    list-style: none;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.rs-feature-two .rs-feature-list ul li svg {
    width: 12px;
    height: 12px;
    min-width: 12px;
}

.rs-feature-two .rs-feature-list ul li svg path {
    fill: var(--rs-white);
}

.rs-feature-two .rs-feature-list-title {
    color: var(--rs-white);
}

.rs-feature-two .rs-feature-list {
    width: 470px;
}

@media only screen and (max-width: 575px) {
    .rs-feature-two .rs-feature-list {
        width: 100%;
    }
}

.rs-feature-two .rs-feature-thumb img {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 100px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-two .rs-feature-thumb img {
        width: 55px;
        min-width: 55px;
        height: 55px;
    }
}

.rs-feature-two .rs-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline-start: 16px;
    padding-inline-end: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-in-out;
}

.rs-feature-two .rs-feature-item:hover {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
    backdrop-filter: unset;
}

.rs-feature-two .rs-feature-title {
    color: var(--rs-white);
}

.rs-feature-two .rs-feature-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .rs-feature-two .rs-feature-item-wrapper {
        justify-content: start;
    }
}

.rs-feature-three .rs-feature-wrapper {
    display: grid;
    grid-template-columns: 430px auto;
    gap: 30px 80px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-three .rs-feature-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-three .rs-feature-wrapper {
        grid-template-columns: 350px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-three .rs-feature-wrapper {
        grid-template-columns: 300px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-three .rs-feature-wrapper {
        grid-template-columns: auto;
    }
}

.rs-feature-three .rs-feature-more-btn {
    margin-top: 42px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-three .rs-feature-more-btn {
        margin-top: 30px;
    }
}

.rs-feature-three .rs-feature-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-three .rs-feature-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-three .rs-feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--rs-border-primary);
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 15px;
}

.rs-feature-three .rs-feature-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-feature-three .rs-feature-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-feature-three .rs-feature-item:hover .rs-btn .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-feature-three .rs-feature-item:hover .rs-feature-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-feature-three .rs-feature-item:hover .rs-feature-title {
    color: var(--rs-theme-primary);
}

.rs-feature-three .rs-feature-item:first-child {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-three .rs-feature-item:first-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.rs-feature-three .rs-feature-item:nth-child(2) {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
}

.rs-feature-three .rs-feature-item:nth-child(5) {
    margin-bottom: 0px;
}

.rs-feature-three .rs-feature-item:nth-child(6) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-three .rs-feature-item:nth-child(6) {
        padding-top: 15px;
    }
}

.rs-feature-three .rs-feature-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.rs-feature-three .rs-feature-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.rs-feature-three .rs-feature-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-feature-three .rs-feature-title {
    font-weight: 500;
    transition: unset;
}

.rs-feature-three .rs-feature-title:hover {
    color: var(--rs-theme-primary);
}

.rs-feature-three .rs-feature-btn {
    display: flex;
    align-items: center;
}

.rs-feature-three .rs-feature-btn .rs-btn .icon-box svg {
    width: 18px;
    height: 18px;
}

.rs-feature-four {
    position: relative;
    z-index: 1;
    padding-top: 245px;
    margin-top: -150px;
}

.rs-feature-four::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--rs-theme-secondary);
    z-index: -1;
}

.rs-feature-four .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--rs-border-tertiary);
    border-bottom: 1px solid var(--rs-border-tertiary);
}

@media only screen and (max-width: 991px) {
    .rs-feature-four .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
        border-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-four .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-four .rs-feature-item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 0;
    padding-inline-end: 50px;
    border-inline-end: 1px solid var(--rs-border-tertiary);
}

@media only screen and (max-width: 1600px) {
    .rs-feature-four .rs-feature-item {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-four .rs-feature-item {
        border-inline-end: 0;
        padding-inline-end: 0px;
    }
}

.rs-feature-four .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-four .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-four .rs-feature-item:nth-child(3) {
    border-inline-end: 0;
}

@media only screen and (max-width: 991px) {
    .rs-feature-four .rs-feature-item:nth-child(3) {
        border-inline-end: 1px solid var(--rs-border-tertiary);
        border-bottom: 1px solid var(--rs-border-tertiary);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-four .rs-feature-item:nth-child(3) {
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-four .rs-feature-item:first-child {
        border-bottom: 1px solid var(--rs-border-tertiary);
    }
}

.rs-feature-four .rs-feature-item:nth-child(2),
.rs-feature-four .rs-feature-item:nth-child(3) {
    padding-inline-start: 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-four .rs-feature-item:nth-child(2),
    .rs-feature-four .rs-feature-item:nth-child(3) {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-four .rs-feature-item:nth-child(2) {
        border-bottom: 1px solid var(--rs-border-tertiary);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-four .rs-feature-item:nth-child(2) {
        padding-inline-start: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-four .rs-feature-item:nth-child(3) {
        padding-inline-start: 0px;
    }
}

.rs-feature-four .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 13px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.rs-feature-four .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-four .rs-feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rs-white);
    transition: 0.5s;
    border-radius: 3px;
}

.rs-feature-four .rs-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-feature-four .rs-feature-icon svg path {
    fill: var(--rs-theme-secondary);
    transition: 0.5s;
}

.rs-feature-four .rs-feature-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--rs-white);
}

.rs-feature-four .rs-feature-title {
    color: var(--rs-white);
}

.rs-feature-four .rs-feature-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.rs-feature-four .rs-feature-desc {
    color: rgba(255, 255, 255, 0.78);
    width: 320px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-four .rs-feature-desc {
        width: 100%;
    }
}

.rs-feature-five {
    position: relative;
    z-index: 1;
}

.rs-feature-five .rs-feature-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-feature-five .rs-feature-wrapper {
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(42, 45, 45, 0.3) 0%, rgba(42, 45, 45, 0.3) 100%);
    backdrop-filter: blur(21px);
    border-radius: 0px 0px 0px 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-five .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-five .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-five .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-five .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-five .rs-feature-title {
    color: var(--rs-white);
    letter-spacing: 0.01em;
}

.rs-feature-five .rs-feature-desc {
    color: rgba(255, 255, 255, 0.8);
}

.rs-feature-five .rs-feature-icon {
    background: var(--rs-white);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}

.rs-feature-five .rs-feature-icon svg {
    width: 44px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-feature-five .rs-feature-icon svg path {
    fill: var(--rs-theme-secondary);
    transition: all 0.5s ease-in-out;
}

.rs-feature-five .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 10px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-five .rs-feature-line {
        width: 100%;
    }
}

.rs-feature-five .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-five .rs-feature-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--rs-white);
}

.rs-feature-five .rs-feature-icon-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.rs-feature-five .rs-feature-item {
    padding-top: 50px;
    padding-inline-start: 45px;
    padding-bottom: 43px;
    padding-inline-end: 45px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-five .rs-feature-item {
        padding-top: 30px;
        padding-inline-start: 30px;
        padding-bottom: 25px;
        padding-inline-end: 30px;
    }
}

.rs-feature-five .rs-feature-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: var(--rs-border-secondary);
    top: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 767px) {
    .rs-feature-five .rs-feature-item:not(:last-child)::before {
        content: none;
    }
}

.rs-feature-five .rs-feature-item:nth-child(2) {
    padding-inline-start: 45px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-five .rs-feature-item:nth-child(2) {
        padding-inline-start: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-five .rs-feature-item:nth-child(2)::before {
        content: none;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-five .rs-feature-item:nth-child(2) {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-five .rs-feature-item:nth-child(2) {
        padding-top: 0;
    }
}

.rs-feature-five .rs-feature-item:nth-child(3) {
    padding-inline-start: 45px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-five .rs-feature-item:nth-child(3) {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-five .rs-feature-item:nth-child(3) {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-five .rs-feature-item:nth-child(3) {
        padding-top: 0;
    }
}

.rs-feature-six .rs-feature-wrapper {
    display: grid;
    grid-template-columns: 486px auto;
    gap: 30px 70px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-six .rs-feature-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-six .rs-feature-wrapper {
        grid-template-columns: 300px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-six .rs-feature-wrapper {
        grid-template-columns: auto;
    }
}

.rs-feature-six .rs-feature-more-btn {
    margin-top: 42px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-six .rs-feature-more-btn {
        margin-top: 30px;
    }
}

.rs-feature-six .rs-feature-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-six .rs-feature-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-six .rs-feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--rs-border-secondary);
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 15px;
}

.rs-feature-six .rs-feature-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-feature-six .rs-feature-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-feature-six .rs-feature-item:hover .rs-btn .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-feature-six .rs-feature-item:hover .rs-feature-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-feature-six .rs-feature-item:hover .rs-feature-title {
    color: var(--rs-theme-primary);
}

.rs-feature-six .rs-feature-item:first-child {
    border-top: 1px solid var(--rs-border-secondary);
    padding-top: 15px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-six .rs-feature-item:first-child {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.rs-feature-six .rs-feature-item:nth-child(2) {
    border-top: 1px solid var(--rs-border-secondary);
    padding-top: 15px;
}

.rs-feature-six .rs-feature-item:nth-child(5) {
    margin-bottom: 0px;
}

.rs-feature-six .rs-feature-item:nth-child(6) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-six .rs-feature-item:nth-child(6) {
        padding-top: 15px;
    }
}

.rs-feature-six .rs-feature-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.rs-feature-six .rs-feature-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.rs-feature-six .rs-feature-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-feature-six .rs-feature-title {
    font-weight: 500;
    color: var(--rs-white);
    transition: unset;
}

.rs-feature-six .rs-feature-title:hover {
    color: var(--rs-theme-primary);
}

.rs-feature-six .rs-feature-btn {
    display: flex;
    align-items: center;
}

.rs-feature-six .rs-feature-btn .rs-btn .icon-box svg {
    width: 18px;
    height: 18px;
}

.rs-feature-six .rs-feature-btn .rs-btn .icon-box svg path {
    fill: var(--rs-white);
}

.rs-feature-six .section-desc {
    color: var(--rs-white);
    font-size: 16px;
}

.rs-feature-seven {
    position: relative;
    z-index: 1;
    background: var(--rs-theme-secondary);
}

.rs-feature-seven .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.082);
    border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}

@media only screen and (max-width: 1366px) {
    .rs-feature-seven .rs-feature-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-seven .rs-feature-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-seven .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-seven .rs-feature-item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 20px;
    padding-inline-end: 30px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-seven .rs-feature-item {
        padding-inline-end: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item {
        border-inline-end: 0;
    }
}

.rs-feature-seven .rs-feature-item:last-child {
    border-inline-end: 0;
    padding-inline-start: 40px;
    padding-inline-end: 0px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-seven .rs-feature-item:last-child {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.082);
    }
}

.rs-feature-seven .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-seven .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-seven .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-seven .rs-feature-item:nth-child(1) {
    padding-inline-start: 0px;
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:nth-child(1) {
        padding-inline-end: 0;
    }
}

.rs-feature-seven .rs-feature-item:nth-child(2) {
    padding-inline-end: 20px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-seven .rs-feature-item:nth-child(2) {
        padding-inline-end: 0px;
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:nth-child(2) {
        padding-inline-end: 0px;
        padding-inline-start: 0;
    }
}

.rs-feature-seven .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-seven .rs-feature-item:nth-child(3) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-seven .rs-feature-item:nth-child(3) {
        padding-inline-end: 0;
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-seven .rs-feature-item:nth-child(3) {
        padding-inline-start: 0px;
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:nth-child(3) {
        padding-inline-end: 0px;
        border-inline-end: 0;
        padding-top: 30px;
    }
}

.rs-feature-seven .rs-feature-item:nth-child(4) {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-seven .rs-feature-item:nth-child(4) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-seven .rs-feature-item:nth-child(4) {
        padding-inline-end: 0px;
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-seven .rs-feature-item:nth-child(4) {
        padding-inline-start: 0px;
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
        padding-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-seven .rs-feature-item:nth-child(4) {
        padding-inline-start: 25px;
        padding-inline-end: 0px;
        border-inline-end: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:nth-child(4) {
        padding-inline-start: 0px;
        padding-inline-end: 0;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-seven .rs-feature-item:nth-child(5) {
        padding-inline-start: 0px;
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
        padding-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-seven .rs-feature-item:nth-child(5) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-seven .rs-feature-item:nth-child(5) {
        padding-inline-start: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-seven .rs-feature-item:nth-child(5) {
        border-inline-end: 0;
        padding-inline-end: 0;
        padding-top: 30px;
    }
}

.rs-feature-seven .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 13px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.rs-feature-seven .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-seven .rs-feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F3E4B;
    transition: 0.5s;
    border-radius: 3px;
}

.rs-feature-seven .rs-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-feature-seven .rs-feature-icon svg path {
    fill: var(--rs-white);
    transition: 0.5s;
}

.rs-feature-seven .rs-feature-title {
    color: var(--rs-white);
}

.rs-feature-seven .rs-feature-top {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 22px;
}

.rs-feature-seven .rs-feature-desc {
    color: rgba(255, 255, 255, 0.78);
}

.rs-feature-eight {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--rs-border-primary);
}

@media only screen and (max-width: 991px) {
    .rs-feature-eight {
        border-bottom: 0;
    }
}

.rs-feature-eight .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-eight .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-eight .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-eight .rs-feature-shape {
    position: absolute;
    inset-inline-end: 40px;
    top: 40px;
}

.rs-feature-eight .rs-feature-item {
    padding-top: 40px;
    padding-bottom: 33px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    background: var(--rs-bg-secondary);
    border-inline-start: 1px solid var(--rs-border-primary);
    border-inline-end: 1px solid var(--rs-border-primary);
    position: relative;
}

@media only screen and (max-width: 1366px) {
    .rs-feature-eight .rs-feature-item {
        padding-top: 30px;
        padding-bottom: 28px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-eight .rs-feature-item {
        border-bottom: 1px solid var(--rs-border-primary);
    }
    .rs-feature-eight .rs-feature-item:last-child {
        border-top: 1px solid var(--rs-border-primary);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-eight .rs-feature-item:nth-child(2) {
        border-top: 1px solid var(--rs-border-primary);
    }
}

.rs-feature-eight .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-eight .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-eight .rs-feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rs-white);
    transition: 0.5s;
    border-radius: 3px;
}

.rs-feature-eight .rs-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-feature-eight .rs-feature-icon svg path {
    fill: var(--rs-theme-secondary);
    transition: 0.5s;
}

.rs-feature-eight .rs-feature-title {
    margin-bottom: 15px;
}

.rs-feature-eight .rs-feature-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.rs-feature-eight.feature-border {
    border-bottom: 0;
}

.rs-feature-eight.feature-border .rs-feature-item {
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px;
}

.rs-feature-nine {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-feature-nine .rs-feature-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.rs-feature-nine .rs-feature-slider-wrapper .swiper {
    overflow: visible;
    max-width: 805px;
    margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-nine .rs-feature-slider-wrapper .swiper {
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-nine .rs-feature-slider-wrapper .swiper {
        overflow: hidden;
        max-width: 100%;
        margin: unset;
    }
}

.rs-feature-nine .rs-feature-slider-wrapper .swiper .swiper-slide-active .rs-feature-item {
    background: var(--rs-theme-primary);
}

.rs-feature-nine .rs-feature-slider-wrapper .swiper .swiper-slide-active .rs-btn:hover {
    background: var(--rs-theme-secondary);
}

.rs-feature-nine .rs-feature-item {
    background: var(--rs-theme-secondary);
    padding-top: 42px;
    padding-bottom: 50px;
    padding-inline-end: 50px;
    padding-inline-start: 120px;
    position: relative;
    z-index: 1;
    margin-inline-start: 100px;
    transition: 0.5s;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-nine .rs-feature-item {
        padding-top: 32px;
        padding-bottom: 40px;
        padding-inline-end: 40px;
        padding-inline-start: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-nine .rs-feature-item {
        padding-top: 32px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
        padding-inline-start: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-nine .rs-feature-item {
        padding-inline-start: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-nine .rs-feature-item {
        padding-inline-start: 30px;
        margin-inline-start: 0px;
    }
}

.rs-feature-nine .rs-feature-thumb {
    width: 158px;
    height: 158px;
    margin: 14px;
    position: absolute;
    inset-inline-start: -100px;
    top: 47%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1366px) {
    .rs-feature-nine .rs-feature-thumb {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-nine .rs-feature-thumb {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-nine .rs-feature-thumb {
        position: relative;
        top: unset;
        inset-inline-start: unset;
        transform: unset;
        margin-bottom: 35px;
    }
}

.rs-feature-nine .rs-feature-thumb::before {
    position: absolute;
    content: "";
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    border-radius: 50%;
    background: var(--rs-white);
    z-index: -1;
    left: -14px;
    top: -14px;
}

.rs-feature-nine .rs-feature-country {
    font-size: 24px;
    font-weight: 600;
    color: var(--rs-white);
}

.rs-feature-nine .rs-feature-title {
    color: var(--rs-white);
    margin-top: 10px;
    margin-bottom: 12px;
}

.rs-feature-nine .rs-feature-desc {
    color: rgba(255, 255, 255, 0.83);
    margin-bottom: 22px;
}

.rs-feature-nine .rs-feature-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-nine .rs-feature-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-nine .rs-feature-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-feature-nine .rs-feature-list-item p {
    color: var(--rs-white);
    font-size: 15px;
    font-weight: 500;
}

.rs-feature-nine .rs-feature-list-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-feature-nine .rs-feature-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-feature-nine .rs-feature-list-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-ten {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    min-width: 1136px;
    width: 1136px;
    margin-top: -165px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-ten {
        margin-top: 30px;
        width: 100%;
        min-width: 100%;
    }
}

.rs-feature-ten .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--rs-theme-secondary);
    border-radius: 0px 6px 6px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-ten .rs-feature-wrapper {
        border-radius: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-ten .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-ten .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-ten .rs-feature-item {
    padding-top: 50px;
    padding-bottom: 40px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    text-align: center;
}

@media only screen and (max-width: 1366px) {
    .rs-feature-ten .rs-feature-item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.rs-feature-ten .rs-feature-item:hover .rs-feature-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-ten .rs-feature-item:hover .rs-feature-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-ten .rs-feature-item:hover .rs-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-ten .rs-feature-item.active-item {
    background: var(--rs-theme-primary);
    padding-inline-start: 30px;
}

.rs-feature-ten .rs-feature-item.active-item .rs-feature-icon {
    background: var(--rs-white);
}

.rs-feature-ten .rs-feature-item.active-item .rs-feature-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-feature-ten .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 13px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.rs-feature-ten .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-ten .rs-feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F3E4B;
    transition: 0.5s;
    border-radius: 3px;
    margin: 0 auto 20px;
}

.rs-feature-ten .rs-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-feature-ten .rs-feature-icon svg path {
    fill: var(--rs-white);
    transition: 0.5s;
}

.rs-feature-ten .rs-feature-title {
    color: var(--rs-white);
}

.rs-feature-ten .rs-feature-desc {
    color: rgba(255, 255, 255, 0.78);
    width: 320px;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-ten .rs-feature-desc {
        width: 100%;
    }
}

.rs-feature-eleven {
    position: relative;
    z-index: 1;
    background: var(--rs-theme-secondary);
    overflow-x: clip;
}

.rs-feature-eleven .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.082);
    border-bottom: 1px solid rgba(255, 255, 255, 0.082);
}

@media only screen and (max-width: 1366px) {
    .rs-feature-eleven .rs-feature-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-eleven .rs-feature-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-eleven .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-feature-eleven .rs-feature-item {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-inline-start: 20px;
    padding-inline-end: 30px;
    border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    text-align: center;
    transition: 0.5s;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-eleven .rs-feature-item {
        padding-inline-end: 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-item {
        border-inline-end: 0;
    }
}

.rs-feature-eleven .rs-feature-item:last-child {
    border-inline-end: 0;
    padding-inline-start: 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-eleven .rs-feature-item:last-child {
        padding-inline-start: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.082);
    }
}

.rs-feature-eleven .rs-feature-item:hover {
    background: #2F3E4B;
}

.rs-feature-eleven .rs-feature-item:hover .rs-feature-number {
    background: var(--rs-theme-secondary);
}

.rs-feature-eleven .rs-feature-item:nth-child(2) {
    padding-inline-end: 20px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-eleven .rs-feature-item:nth-child(2) {
        border-inline-end: 0;
    }
}

.rs-feature-eleven .rs-feature-item:nth-child(3) {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-eleven .rs-feature-item:nth-child(3) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-eleven .rs-feature-item:nth-child(3) {
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-eleven .rs-feature-item:nth-child(3) {
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-item:nth-child(3) {
        border-inline-end: 0;
        padding-top: 30px;
    }
}

.rs-feature-eleven .rs-feature-item:nth-child(4) {
    padding-inline-start: 30px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-eleven .rs-feature-item:nth-child(4) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-eleven .rs-feature-item:nth-child(4) {
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-eleven .rs-feature-item:nth-child(4) {
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-eleven .rs-feature-item:nth-child(4) {
        padding-inline-start: 25px;
        border-inline-end: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-item:nth-child(4) {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-eleven .rs-feature-item:nth-child(5) {
        padding-inline-end: 25px;
        border-inline-end: 1px solid rgba(255, 255, 255, 0.082);
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-eleven .rs-feature-item:nth-child(5) {
        padding-inline-start: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-eleven .rs-feature-item:nth-child(5) {
        border-inline-end: 0;
        padding-top: 30px;
    }
}

.rs-feature-eleven .rs-feature-line {
    width: 145px;
    position: relative;
    display: inline-block;
    margin-top: 23px;
    margin-bottom: 13px;
    border-color: rgba(255, 255, 255, 0.14);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.rs-feature-eleven .rs-feature-line::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-feature-eleven .rs-feature-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F3E4B;
    transition: 0.5s;
    border-radius: 3px;
}

.rs-feature-eleven .rs-feature-icon svg {
    width: 44px;
    height: 44px;
}

.rs-feature-eleven .rs-feature-icon svg path {
    fill: var(--rs-white);
    transition: 0.5s;
}

.rs-feature-eleven .rs-feature-title {
    color: var(--rs-white);
}

.rs-feature-eleven .rs-feature-number {
    font-size: 16px;
    font-weight: 600;
    color: var(--rs-white);
    background: #2F3E4B;
    border-radius: 100px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 32px;
    margin-bottom: 40px;
}

.rs-feature-eleven .rs-feature-desc {
    color: rgba(255, 255, 255, 0.78);
}

.rs-feature-twelve {
    overflow-x: clip;
}

.rs-feature-twelve .rs-feature-wrapper {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 30px 120px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-twelve .rs-feature-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-twelve .rs-feature-wrapper {
        grid-template-columns: 1fr 450px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-twelve .rs-feature-wrapper {
        grid-template-columns: 1fr;
    }
}

.rs-feature-twelve .rs-feature-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rs-feature-twelve .rs-feature-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-feature-twelve .rs-feature-thumb img {
    width: 100%;
    transition: unset;
}

.rs-feature-twelve .rs-section-desc {
    max-width: 590px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-twelve .rs-section-desc {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.rs-feature-twelve .rs-feature-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.rs-feature-twelve .rs-feature-list-item {
    display: flex;
    gap: 25px;
    position: relative;
    background: var(--rs-bg-secondary);
    padding-top: 30px;
    padding-bottom: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-twelve .rs-feature-list-item {
        flex-wrap: wrap;
    }
}

.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon {
    background: var(--rs-theme-primary);
}

.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon svg {
    animation: rs-skew 0.6s;
}

.rs-feature-twelve .rs-feature-list-item:hover .rs-feature-list-icon svg path {
    fill: var(--rs-white);
}

.rs-feature-twelve .rs-feature-list-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--rs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: 0.5s;
}

.rs-feature-twelve .rs-feature-list-icon svg {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-feature-twelve .rs-feature-list-icon svg path {
    fill: var(--rs-bg-primary);
    transition: 0.3s;
}

.rs-feature-twelve .rs-feature-list-title {
    margin-bottom: 12px;
}

.rs-feature-thirteen {
    position: relative;
    z-index: 1;
}

.rs-feature-thirteen .rs-feature-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    align-items: center;
    background: var(--rs-bg-secondary);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-thirteen .rs-feature-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline-start: 40px;
        padding-inline-end: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .rs-feature-thirteen .rs-feature-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-feature-thirteen .rs-feature-bg-thumb {
    position: absolute;
    width: 100%;
    height: 470px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-feature-thirteen .rs-feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--rs-border-primary);
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 15px;
}

.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-feature-thirteen .rs-feature-item:hover .rs-btn .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-feature-thirteen .rs-feature-item:hover .rs-feature-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-feature-thirteen .rs-feature-item:hover .rs-feature-title {
    color: var(--rs-theme-primary);
}

.rs-feature-thirteen .rs-feature-item:first-child {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:first-child {
        border-bottom: 0;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(2) {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(2) {
        border-bottom: 0;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(3) {
    border-top: 1px solid var(--rs-border-primary);
    padding-top: 15px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(4) {
        margin-bottom: 0;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(5) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(5) {
        padding-top: 15px;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(6) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(6) {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(7) {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(8) {
        padding-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(8) {
        padding-top: 0px;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(10) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(10) {
        margin-bottom: 15px;
    }
}

.rs-feature-thirteen .rs-feature-item:nth-child(11) {
    margin-bottom: 0px;
}

.rs-feature-thirteen .rs-feature-item:nth-child(12) {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-thirteen .rs-feature-item:nth-child(12) {
        padding-top: 15px;
    }
}

.rs-feature-thirteen .rs-feature-info {
    display: flex;
    align-items: center;
    gap: 25px;
}

.rs-feature-thirteen .rs-feature-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    overflow: hidden;
    border-radius: 50%;
}

.rs-feature-thirteen .rs-feature-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-feature-thirteen .rs-feature-title {
    font-weight: 500;
    transition: unset;
}

@media only screen and (max-width: 1199px) {
    .rs-feature-thirteen .rs-feature-title {
        font-size: 18px;
    }
}

.rs-feature-thirteen .rs-feature-title:hover {
    color: var(--rs-theme-primary);
}

.rs-feature-thirteen .rs-feature-btn {
    display: flex;
    align-items: center;
}

.rs-feature-thirteen .rs-feature-btn .rs-btn .icon-box svg {
    width: 18px;
    height: 18px;
}

.rs-feature-fourteen {
    overflow-x: clip;
    margin-top: -330px;
}

@media only screen and (max-width: 1600px) {
    .rs-feature-fourteen {
        margin-top: -295px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-fourteen {
        margin-top: 0;
    }
}

.rs-feature-fourteen .rs-feature-info-list-wrapper {
    display: flex;
    flex-direction: column;
}

.rs-feature-fourteen .rs-feature-info-wrapper {
    position: relative;
    z-index: 1;
    background: var(--rs-theme-secondary);
    padding-top: 50px;
    padding-bottom: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    display: grid;
    grid-template-columns: 487px auto;
    gap: 30px 100px;
    border-radius: 6px 0 0 0;
}

@media only screen and (max-width: 1800px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        gap: 30px 50px;
    }
}

@media only screen and (max-width: 1700px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        grid-template-columns: 390px auto;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        gap: 30px 40px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-feature-fourteen .rs-feature-info-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.rs-feature-fourteen .rs-feature-info-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    gap: 30px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-feature-fourteen .rs-feature-info-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-feature-fourteen .rs-feature-info-list-item {
        gap: 15px;
    }
}

.rs-feature-fourteen .rs-feature-info-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-feature-fourteen .rs-feature-info-list-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-feature-fourteen .rs-feature-info-list-item:hover {
    flex: 1.15;
}

.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-feature-info-number {
    color: var(--rs-white);
}

.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-feature-info-title {
    color: var(--rs-white);
}

.rs-feature-fourteen .rs-feature-info-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn .icon-first {
    transform: translateX(150%);
}

.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn .icon-second {
    transform: translateX(0%);
}

.rs-feature-fourteen .rs-feature-info-list-item:hover .rs-square-btn.has-icon .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-feature-fourteen .rs-feature-info-content {
    display: flex;
    align-items: center;
    gap: 30px 40px;
}

@media only screen and (max-width: 767px) {
    .rs-feature-fourteen .rs-feature-info-content {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-feature-fourteen .rs-feature-info-content {
        gap: 30px 20px;
    }
}

.rs-feature-fourteen .rs-feature-info-number {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    letter-spacing: 0.01em;
}

@media only screen and (max-width: 575px) {
    .rs-feature-fourteen .rs-feature-info-number {
        font-size: 17px;
    }
}

.rs-feature-fourteen .rs-feature-info-title {
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 480px) {
    .rs-feature-fourteen .rs-feature-info-title {
        font-size: 17px;
    }
}

.rs-feature-fourteen .rs-feature-info-btn .rs-square-btn.has-icon .icon-box svg {
    width: 20px;
}

.rs-feature-fourteen .rs-feature-info-btn .rs-square-btn.has-icon .icon-box svg path {
    fill: rgba(255, 255, 255, 0.3);
}

.rs-feature-fourteen .rs-feature-info-desc {
    color: var(--rs-white);
    font-weight: 500;
}

.rs-feature-fourteen .rs-feature-info-counter .rs-counter-item {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-feature-fourteen .rs-feature-info-counter .rs-counter-item {
        margin-top: 30px;
    }
}

.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number,
.rs-feature-fourteen .rs-feature-info-counter .prefix {
    font-size: 90px;
    color: var(--rs-white);
    font-weight: 500;
    line-height: 0.8;
}

@media only screen and (max-width: 767px) {
    .rs-feature-fourteen .rs-feature-info-counter .rs-counter-number,
    .rs-feature-fourteen .rs-feature-info-counter .prefix {
        font-size: 70px;
    }
}

.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rs-feature-fourteen .rs-feature-info-counter .rs-counter-number-wrapper .prefix {
    color: var(--rs-theme-primary);
}

.rs-feature-fourteen .rs-feature-info-counter .rs-counter-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-white);
}


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


/*  4.30 work
/*----------------------------------------*/

.rs-working-one {
    overflow-x: clip;
}

.rs-working-one .rs-working-wrapper {
    display: grid;
    grid-template-columns: 418px auto;
    gap: 30px 75px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-one .rs-working-wrapper {
        grid-template-columns: 370px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-one .rs-working-wrapper {
        grid-template-columns: auto;
        gap: 30px 30px;
    }
}

.rs-working-one .rs-working-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-working-one .rs-working-thumb img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    transition: unset;
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-thumb img {
        height: unset;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-thumb {
        position: sticky;
        top: 110px;
        align-self: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-one .rs-working-thumb {
        position: relative;
        top: unset;
        align-self: unset;
    }
}

.rs-working-one .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 0 30px;
    }
}

.rs-working-one .rs-working-list-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-list-item {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-working-one .rs-working-list-item {
        flex-wrap: wrap;
    }
}

.rs-working-one .rs-working-list-item:nth-child(3) {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-list-item:nth-child(3) {
        margin-bottom: 30px;
    }
}

.rs-working-one .rs-working-list-item:nth-child(4) {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .rs-working-one .rs-working-list-item:nth-child(4) {
        padding-bottom: 0;
    }
    .rs-working-one .rs-working-list-item:nth-child(4)::before {
        content: none;
    }
    .rs-working-one .rs-working-list-item:nth-child(4)::after {
        content: none;
    }
}

.rs-working-one .rs-working-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-working-one .rs-working-list-item:hover .rs-working-list-icon svg {
    animation: rs-skew 0.6s;
}

.rs-working-one .rs-working-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-primary);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-working-one .rs-working-list-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-working-one .rs-working-list-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--rs-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-one .rs-working-list-icon svg {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-working-one .rs-working-list-icon svg path {
    fill: var(--rs-bg-primary);
}

.rs-working-one .rs-working-list-title {
    margin-bottom: 10px;
}

.rs-working-two .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    margin-top: 30px;
}

.rs-working-two .rs-working-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-working-two .rs-working-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-two .rs-working-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-working-two .rs-working-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-three {
    overflow-x: clip;
}

.rs-working-three .rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}

@media only screen and (max-width: 991px) {
    .rs-working-three .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-three .rs-working-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-working-three .rs-working-thumb img {
    width: 100%;
    transition: unset;
}

.rs-working-three .rs-working-btn {
    margin-top: 40px;
}

@media only screen and (max-width: 991px) {
    .rs-working-three .rs-working-btn {
        margin-top: 30px;
    }
}

.rs-working-three .rs-section-desc {
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    .rs-working-three .rs-section-desc {
        max-width: 100%;
    }
}

.rs-working-four {
    position: relative;
    z-index: 2;
}

.rs-working-four .rs-working-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 500px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-four .rs-working-wrapper {
        grid-template-columns: 1fr 1fr 350px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-four .rs-working-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-working-wrapper {
        grid-template-columns: 1fr;
    }
}

.rs-working-four .rs-working-item {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-working-item.item-one {
        min-height: 250px;
    }
}

.rs-working-four .rs-working-item.item-two {
    background: var(--rs-theme-primary);
    padding-top: 55px;
    padding-bottom: 60px;
    padding-inline-start: 50px;
    padding-inline-end: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-four .rs-working-item.item-two {
        padding-top: 25px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-working-four .rs-working-item.item-two .rs-counter-shape {
    position: absolute;
    width: 56px;
    inset-inline-end: 20px;
    top: 20px;
}

.rs-working-four .rs-working-item.item-three {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    background: var(--rs-bg-secondary);
    border-radius: 0 6px 6px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-four .rs-working-item.item-three {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-four .rs-working-item.item-three {
        grid-column: 1/-1;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-working-item.item-three {
        border-radius: 0;
    }
}

.rs-working-four .rs-working-item.item-three .rs-progress-sec-title {
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.rs-working-four .rs-working-item.item-three .rs-progress-sec-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--rs-border-primary);
    bottom: 0;
    height: 1px;
}

.rs-working-four .rs-working-item.item-three .rs-progress-sec-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-theme-secondary);
    inset-inline-start: 0;
    height: 1px;
    bottom: 0;
    transition: 0.6s;
}

.rs-working-four .rs-working-item.item-three .single-progress:not(:last-child) {
    margin-bottom: 15px;
}

.rs-working-four .rs-video-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 6px 0 0px 6px;
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-video-bg-thumb {
        border-radius: 0;
    }
}

.rs-working-four .rs-video-play-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.rs-working-four .rs-counter-number,
.rs-working-four .prefix {
    font-size: 50px;
    color: var(--rs-white);
    font-weight: 600;
    line-height: 0.8;
}

@media only screen and (max-width: 1199px) {
    .rs-working-four .rs-counter-number,
    .rs-working-four .prefix {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-counter-number,
    .rs-working-four .prefix {
        font-size: 35px;
    }
}

.rs-working-four .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rs-working-four .rs-counter-btn .rs-btn {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 500;
    background: var(--rs-white);
    color: var(--rs-title-primary);
}

.rs-working-four .rs-counter-btn .rs-btn:hover {
    color: var(--rs-theme-primary);
}

.rs-working-four .rs-counter-btn .rs-btn:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-working-four .rs-counter-btn .rs-btn .icon-box svg {
    width: 12px;
    height: 12px;
}

.rs-working-four .rs-counter-btn .rs-btn .icon-box svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-four .rs-counter-title {
    font-size: 24px;
    color: var(--rs-white);
    font-weight: 500;
    margin-bottom: 80px;
    display: inline-block;
}

@media only screen and (max-width: 1600px) {
    .rs-working-four .rs-counter-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-four .rs-counter-title {
        margin-bottom: 30px;
    }
}

.rs-working-five {
    position: relative;
    z-index: 1;
}

.rs-working-five .rs-working-bg-thumb {
    position: absolute;
    width: 100%;
    height: calc(100% - 360px);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-working-five .rs-working-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-working-five .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .rs-working-five .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin-bottom: 40px;
    }
}

.rs-working-five .rs-working-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-working-five .rs-working-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-five .rs-working-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-working-five .rs-working-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-five .rs-progress-sec-title {
    position: relative;
    display: inline-flex;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.rs-working-five .rs-progress-sec-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--rs-border-primary);
    bottom: 0;
    height: 1px;
}

.rs-working-five .rs-progress-sec-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-theme-secondary);
    inset-inline-start: 0;
    height: 2px;
    bottom: 0;
    transition: 0.6s;
}

.rs-working-five .rs-working-thumb {
    position: relative;
    z-index: 1;
}

.rs-working-five .rs-working-thumb img {
    border-radius: 6px;
    width: 100%;
}

.rs-working-five .rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: var(--rs-bg-secondary);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    gap: 30px 50px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-five .rs-working-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-five .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-five .single-progress:not(:last-child) {
    margin-bottom: 18px;
}

.rs-working-five .progress-title {
    font-size: 14px;
}

.rs-working-five .progress-top {
    margin-bottom: 13px;
}

.rs-working-five .progress-number {
    font-size: 14px;
}

.rs-working-five .rs-progress-wrapper {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    background: var(--rs-white);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-five .rs-progress-wrapper {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-working-five .rs-progress-wrapper {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-working-five .rs-working-thumb-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
    .rs-working-five .rs-working-thumb-wrapper {
        margin-bottom: 0;
    }
}

.rs-working-five .rs-working-progress-wrapper {
    position: absolute;
    width: 485px;
    bottom: -95px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
    .rs-working-five .rs-working-progress-wrapper {
        width: 320px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-five .rs-working-progress-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-five .rs-working-progress-wrapper {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        margin-top: 30px;
    }
}

.rs-working-five .rs-section-desc {
    max-width: 500px;
}

.rs-working-six .rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-working-six .rs-working-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-six .rs-working-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-six .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-six .rs-working-item {
    padding: 12px 12px 18px 12px;
    background: var(--rs-bg-secondary);
    border: 1px solid var(--rs-border-primary);
    border-radius: 90px 6px 6px 6px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .rs-working-six .rs-working-item {
        border-radius: 150px 6px 6px 6px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-working-six .rs-working-item {
        border-radius: 90px 6px 6px 6px;
    }
}

.rs-working-six .rs-working-item:hover .rs-working-number {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-working-six .rs-working-item:hover .rs-working-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-working-six .rs-working-thumb {
    overflow: hidden;
    border-radius: 500px 0px 0px 500px;
}

.rs-working-six .rs-working-thumb.has-radius {
    border-radius: 500px;
}

.rs-working-six .rs-working-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-working-six .rs-working-number {
    width: 62px;
    height: 62px;
    background: var(--rs-white);
    font-size: 20px;
    color: var(--rs-theme-primary);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: -30px auto 20px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.rs-working-six .rs-working-title {
    margin-bottom: 10px;
}

.rs-working-seven {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-working-seven .rs-working-wrapper {
    display: grid;
    grid-template-columns: 1fr 522px;
    background: var(--rs-bg-secondary);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-inline-start: 60px;
    padding-inline-end: 30px;
    gap: 30px 90px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-seven .rs-working-wrapper {
        padding-inline-start: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-seven .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-seven .rs-working-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-working-seven .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 515px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-seven .rs-working-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-working-seven .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-seven .rs-working-list-wrapper {
        margin-bottom: 40px;
        grid-template-columns: repeat(2, 1fr);
        width: 515px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-working-seven .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

.rs-working-seven .rs-working-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-working-seven .rs-working-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-seven .rs-working-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-working-seven .rs-working-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-seven .rs-working-thumb {
    position: relative;
    z-index: 1;
    visibility: hidden;
    overflow: hidden;
}

.rs-working-seven .rs-working-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: unset;
}

.rs-working-eight {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-working-eight .rs-working-wrapper {
    display: grid;
    grid-template-columns: 630px 1fr;
    gap: 30px 75px;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .rs-working-eight .rs-working-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-eight .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-eight .rs-section-desc {
    max-width: 530px;
}

@media only screen and (max-width: 991px) {
    .rs-working-eight .rs-section-desc {
        max-width: 100%;
    }
}

.rs-working-eight .rs-working-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-working-eight .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 515px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-working-eight .rs-working-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-working-eight .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-eight .rs-working-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-working-eight .rs-working-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-eight .rs-working-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-working-eight .rs-working-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-eight .rs-working-thumb {
    position: relative;
    z-index: 1;
    height: 350px;
    overflow: hidden;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .rs-working-eight .rs-working-thumb {
        height: 100%;
    }
}

.rs-working-eight .rs-working-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: unset;
}

.rs-working-nine {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-working-nine .rs-working-bg-thumb {
    position: absolute;
    width: 100%;
    height: calc(100% - 360px);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-working-nine .rs-working-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-working-nine .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-working-nine .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
}

.rs-working-nine .rs-working-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-working-nine .rs-working-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-working-nine .rs-working-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-working-nine .rs-working-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-working-nine .rs-progress-sec-title {
    position: relative;
    display: inline-flex;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.rs-working-nine .rs-progress-sec-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--rs-border-primary);
    bottom: 0;
    height: 1px;
}

.rs-working-nine .rs-progress-sec-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-theme-secondary);
    inset-inline-start: 0;
    height: 2px;
    bottom: 0;
    transition: 0.6s;
}

.rs-working-nine .rs-working-thumb {
    position: relative;
    z-index: 1;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
}

.rs-working-nine .rs-working-thumb img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: unset;
}

.rs-working-nine .rs-working-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: var(--rs-bg-secondary);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    gap: 30px 50px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-working-nine .rs-working-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-working-nine .rs-working-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-working-nine .rs-working-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-working-nine .single-progress:not(:last-child) {
    margin-bottom: 18px;
}

.rs-working-nine .progress-title {
    font-size: 14px;
}

.rs-working-nine .progress-top {
    margin-bottom: 13px;
}

.rs-working-nine .progress-number {
    font-size: 14px;
}

.rs-working-nine .rs-progress-wrapper {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    background: var(--rs-white);
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 6px;
}

.rs-working-nine .rs-working-thumb-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 95px;
}

.rs-working-nine .rs-working-progress-wrapper {
    position: absolute;
    width: 485px;
    bottom: -95px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.rs-working-nine .rs-section-desc {
    max-width: 500px;
}

@media only screen and (max-width: 991px) {
    .rs-working-nine .rs-section-desc {
        max-width: 100%;
    }
}


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


/*  4.12 login
/*----------------------------------------*/

.rs-login-wrapper {
    background-color: var(--rs-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
    padding: 30px 30px;
    margin: 0 auto;
    border-radius: 8px 0 0px 8px;
}

@media only screen and (max-width: 480px) {
    .rs-login-wrapper {
        padding: 25px 25px;
    }
}

.rs-login-wrapper input[type=checkbox]~label {
    color: var(--rs-black);
}

.rs-login-wrapper input[type=checkbox]~label::after {
    border: 1px solid rgba(102, 102, 102, 0.278);
    z-index: 1;
}

.rs-login-wrapper input[type=checkbox]~label::before {
    color: var(--rs-white);
    z-index: 2;
}

.rs-login-wrapper .form-input-title label {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: left;
    display: block;
    font-weight: 500;
    color: var(--rs-black);
}

.rs-login-thumb {
    height: 100%;
}

.rs-login-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 6px 6px 0px;
}

@media only screen and (max-width: 991px) {
    .rs-login-thumb img {
        border-radius: 0 0px 6px 6px;
    }
}

.rs-login-link {
    color: var(--rs-theme-primary);
}

.rs-login-link:hover {
    color: var(--rs-black);
}

.rs-login-btn .rs-btn {
    height: 50px;
}

.rs-login-meta-divider-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 -15px;
    margin-top: 30px;
}

.rs-login-meta-divider-line {
    position: relative;
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
    width: 100%;
    height: 1px;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
}

.rs-login-meta-divider-line.left-line {
    background-image: linear-gradient(-90deg, #46494D, rgba(33, 38, 45, 0));
}

.rs-login-meta-divider-line-right-line {
    background-image: linear-gradient(90deg, #46494D, rgba(33, 38, 45, 0));
}

.rs-login-meta-divider-title {
    position: relative;
    padding: 0 15px;
    width: max-content;
    font-size: 17px;
    color: var(--rs-black);
}

.rs-login-label {
    color: var(--rs-black);
}


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


/*  4.8 error
/*----------------------------------------*/

.error-wrapper {
    position: relative;
}

.error-wrapper .section-title {
    font-size: 50px;
}

@media only screen and (max-width: 1366px) {
    .error-wrapper .section-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .error-wrapper .section-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .error-wrapper .section-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .error-wrapper .section-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .error-wrapper .section-title {
        font-size: 25px;
    }
}

.error-title {
    font-size: 500px;
    line-height: 0.8;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1600px) {
    .error-title {
        font-size: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .error-title {
        font-size: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .error-title {
        font-size: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .error-title {
        font-size: 150px;
    }
}


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


/*  4.17 privacy policy css
/*----------------------------------------*/

.policy-wrapper {
    padding: 50px 50px 50px 50px;
    background-color: var(--rs-white);
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 767px) {
    .policy-wrapper {
        padding: 40px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .policy-wrapper {
        padding: 30px 20px;
    }
}

.policy-meta {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.policy-title {
    margin-bottom: 10px;
    font-size: 28px;
}

@media only screen and (max-width: 575px) {
    .policy-title {
        font-size: 22px;
    }
}

.policy-item:not(:last-child) {
    margin-bottom: 25px;
}

.policy-item ul li {
    font-size: 16px;
    position: relative;
    padding-inline-start: 15px;
    list-style: none;
}

.policy-item ul li::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: var(--rs-theme-primary);
    border-radius: 50%;
}

.policy-item ul li:not(:last-child) {
    margin-bottom: 5px;
}

.policy-item ul li b {
    color: var(--rs-black);
}

.policy-contact ul {
    margin-bottom: 10px;
}

.policy-contact ul li {
    list-style: none;
    font-size: 16px;
    color: var(--rs-black);
}

.policy-contact ul li a:hover {
    color: var(--rs-theme-primary);
}

.policy-address p {
    font-size: 16px;
    line-height: 1.5;
}


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


/*  4.3 brand css
/*----------------------------------------*/

.rs-brand-one {
    overflow-x: clip;
}

.rs-brand-one .brand-slider {
    border-top: 1px solid var(--rs-border-primary);
}

.rs-brand-one .rs-brand-item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-inline-start: 1px solid var(--rs-border-primary);
    border-bottom: 1px solid var(--rs-border-primary);
}

.rs-brand-one .rs-brand-item .rs-brand-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.rs-brand-one .rs-brand-item .rs-brand-thumb img {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    opacity: 0.7;
    width: 180px;
}

@media only screen and (max-width: 1366px) {
    .rs-brand-one .rs-brand-item .rs-brand-thumb img {
        width: 150px;
    }
}

.rs-brand-one .rs-brand-item:hover .rs-brand-thumb img {
    animation: rs-slideInUp 500ms;
    filter: brightness(100%) contrast(150%) saturate(100%) blur(0px) hue-rotate(0deg);
    opacity: 1;
}

.rs-brand-two {
    overflow-x: clip;
    margin-top: -120px;
    position: relative;
    z-index: 1;
    background: radial-gradient(174.58% 135.27% at 35.14% -15.53%, rgba(47, 62, 75, 0.6) 0%, rgba(47, 62, 75, 0.036) 100%);
    backdrop-filter: blur(21px);
}

@media only screen and (max-width: 991px) {
    .rs-brand-two {
        margin-top: -115px;
    }
}

.rs-brand-two .brand-slider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rs-brand-two .rs-brand-item {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rs-brand-two .rs-brand-item .rs-brand-thumb {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.rs-brand-two .rs-brand-item .rs-brand-thumb img {
    filter: brightness(0) invert(1);
    width: 180px;
}

@media only screen and (max-width: 1366px) {
    .rs-brand-two .rs-brand-item .rs-brand-thumb img {
        width: 150px;
    }
}

.rs-brand-two .rs-brand-item:hover .rs-brand-thumb img {
    animation: rs-slideInUp 500ms;
    filter: unset;
}

.rs-brand-two.has-margin {
    margin-top: -120px;
    z-index: 2;
}

.rs-brand-three .rs-brand-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 991px) {
    .rs-brand-three .rs-brand-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-brand-three .rs-brand-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .rs-brand-three .rs-brand-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-brand-three .rs-brand-item {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rs-border-primary);
    background: var(--rs-bg-secondary);
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .rs-brand-three .rs-brand-item {
        height: 120px;
    }
}

.rs-brand-three .rs-brand-item .rs-brand-thumb {
    position: relative;
    overflow: hidden;
}

.rs-brand-three .rs-brand-item .rs-brand-thumb img {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    opacity: 0.7;
    width: 180px;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .rs-brand-three .rs-brand-item .rs-brand-thumb img {
        width: 150px;
    }
}

.rs-brand-three .rs-brand-item:hover {
    background: var(--rs-theme-primary);
}

.rs-brand-three .rs-brand-item:hover .rs-brand-thumb img {
    animation: rs-slideInUp 500ms;
    filter: brightness(0) invert(1);
    opacity: 1;
}


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


/*  4.20 services css
/*----------------------------------------*/

.rs-services-one {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    margin-bottom: 165px;
}

.rs-services-one .rs-services-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-services-one .rs-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: -165px;
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .rs-services-one .rs-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-one .rs-services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-one .rs-services-item {
    padding-top: 45px;
    padding-inline-start: 40px;
    padding-bottom: 50px;
    padding-inline-end: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background: var(--rs-bg-primary);
}

@media only screen and (max-width: 1600px) {
    .rs-services-one .rs-services-item {
        padding-top: 25px;
        padding-inline-start: 30px;
        padding-bottom: 30px;
        padding-inline-end: 30px;
    }
}

.rs-services-one .rs-services-item:hover .rs-services-thumb {
    opacity: 1;
    background-position: left bottom;
    pointer-events: auto;
}

.rs-services-one .rs-services-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-services-one .rs-services-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-services-one .rs-services-item.item-two {
    background: var(--rs-theme-primary);
}

.rs-services-one .rs-services-item.item-two:hover {
    background: #219ebc;
}

.rs-services-one .rs-services-item.item-two .rs-services-thumb {
    display: none;
}

.rs-services-one .rs-services-item.item-two .rs-services-list ul li {
    border-color: rgba(255, 255, 255, 0.14);
}

.rs-services-one .rs-services-item.item-two .rs-btn:hover {
    color: var(--rs-white);
}

.rs-services-one .rs-services-item.item-two .rs-btn.has-icon:hover .icon-box svg path {
    fill: var(--rs-white);
}

.rs-services-one .rs-services-item.item-three:hover .rs-services-thumb {
    background-position: bottom right;
}

.rs-services-one .rs-services-item.item-three .rs-services-thumb {
    background-position: 800px 800px;
    inset-inline-end: 0;
    inset-inline-start: auto;
}

.rs-services-one .rs-services-thumb {
    position: absolute;
    width: 308px;
    height: 244px;
    bottom: 0;
    inset-inline-start: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    background-position: -621px 654px;
    transition: all 0.5s ease-in-out;
}

.rs-services-one .rs-services-number {
    font-size: 24px;
    color: var(--rs-white);
    font-weight: 500;
    border-bottom: 1px solid var(--rs-white);
    display: inline-flex;
    line-height: 1.16;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
}

.rs-services-one .rs-services-title {
    color: var(--rs-white);
    margin-bottom: 15px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .rs-services-one .rs-services-title {
        margin-top: 30px;
    }
}

.rs-services-one .rs-services-desc {
    color: rgba(255, 255, 255, 0.8);
}

.rs-services-one .rs-services-list {
    margin-bottom: 35px;
}

.rs-services-one .rs-services-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rs-services-one .rs-services-list ul li {
    list-style: none;
    font-size: 14px;
    color: var(--rs-white);
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px 0px 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-one .rs-btn {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255, 255, 255, 0.31);
    border-radius: 0;
    padding-bottom: 4px;
}

.rs-services-one .rs-btn.has-text:hover {
    color: var(--rs-theme-primary);
}

.rs-services-one .rs-btn.has-text:hover .icon-box svg path {
    fill: var(--rs-white);
}

.rs-services-two {
    position: relative;
    z-index: 1;
}

.rs-services-two .rs-services-shape {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.rs-services-two .section-desc {
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.32px;
}

.rs-services-two .rs-services-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-inline-start: 75px;
    padding-inline-end: 75px;
}

@media only screen and (max-width: 1600px) {
    .rs-services-two .rs-services-wrapper {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-services-two .rs-services-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1199px) {
    .rs-services-two .rs-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-two .rs-services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-two .rs-services-item {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #2F3E4B;
    padding-top: 16px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    padding-bottom: 30px;
    transition: all 0.5s ease;
}

.rs-services-two .rs-services-item:hover {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-services-two .rs-services-item:hover .rs-services-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-services-two .rs-services-item:hover .rs-services-btn {
    opacity: 1;
    visibility: visible;
}

.rs-services-two .rs-services-title {
    color: var(--rs-white);
    font-weight: 500;
    letter-spacing: 0.16px;
}

.rs-services-two .rs-services-desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    margin-bottom: 30px;
}

.rs-services-two .rs-services-thumb {
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.rs-services-two .rs-services-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-services-two .rs-services-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
}

.rs-services-two .rs-services-list-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-two .rs-services-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-services-two .rs-services-list-icon svg path {
    fill: var(--rs-white);
}

.rs-services-two .rs-services-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-services-two .rs-services-list-item:not(:last-child) {
    margin-bottom: 8px;
}

.rs-services-two .rs-services-list-item p {
    color: var(--rs-white);
    font-size: 16px;
    font-weight: 500;
}

.rs-services-two .rs-services-list-title {
    color: var(--rs-white);
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.rs-services-two .rs-services-content {
    padding-inline-start: 18px;
    padding-inline-end: 20px;
}

@media only screen and (max-width: 480px) {
    .rs-services-two .rs-services-content {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.rs-services-three {
    position: relative;
    z-index: 1;
}

.rs-services-three::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 490px);
    background: var(--rs-bg-primary);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-services-three.has-bg-none::before {
    content: none;
}

.rs-services-three .rs-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-three .rs-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-three .rs-services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-three .rs-services-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.rs-services-three .rs-services-item:hover .rs-services-title::after {
    width: 100%;
}

.rs-services-three .rs-services-item:hover .rs-desc-height {
    scale: 1;
    opacity: 1;
    height: var(--desc-height) !important;
    margin-bottom: 30px;
}

.rs-services-three .rs-services-thumb {
    position: relative;
    z-index: 1;
}

.rs-services-three .rs-services-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-services-three .rs-services-content {
    background: radial-gradient(187.38% 200.79% at 5.44% -12.25%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: blur(21px);
    position: absolute;
    bottom: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    margin-inline-end: 30px;
    border-radius: 0 6px 0 6px;
    transition: 0.6s;
}

@media only screen and (max-width: 575px) {
    .rs-services-three .rs-services-content {
        padding-top: 25px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-services-three .rs-services-info {
    display: flex;
    gap: 22px;
}

@media only screen and (max-width: 480px) {
    .rs-services-three .rs-services-info {
        flex-wrap: wrap;
    }
}

.rs-services-three .rs-services-icon svg {
    width: 50px;
}

.rs-services-three .rs-services-icon svg path {
    fill: var(--rs-white);
}

.rs-services-three .rs-services-title {
    color: var(--rs-white);
    position: relative;
    padding-bottom: 23px;
}

.rs-services-three .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-three .rs-services-title::before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    bottom: 0;
    height: 1px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-three .rs-services-title {
        width: 100%;
    }
}

.rs-services-three .rs-services-title::after {
    position: absolute;
    content: "";
    width: 70px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 1px;
    bottom: 0;
    transition: 0.6s;
}

.rs-services-three .rs-services-desc {
    color: rgba(255, 255, 255, 0.83);
    margin-top: 40px;
}

.rs-services-three .rs-desc-height {
    scale: 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    margin-bottom: 0;
}

.rs-services-three .is-item-active.active .rs-services-desc {
    margin-top: 25px;
}

.rs-services-three .is-item-active.active .rs-desc-height {
    scale: 1;
    opacity: 1;
    height: var(--desc-height) !important;
    margin-bottom: 30px;
}

.rs-services-four {
    position: relative;
    z-index: 1;
}

.rs-services-four::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 530px);
    background: var(--rs-theme-secondary);
    z-index: -1;
    bottom: 0;
    left: 0;
}

.rs-services-four.has-bg-none::before {
    content: none;
}

.rs-services-four .services-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.rs-services-four .rs-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-four .rs-services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-four .rs-services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-four .rs-services-thumb {
    border-radius: 6px;
    margin-bottom: 22px;
    overflow: hidden;
}

.rs-services-four .rs-services-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-services-four .rs-services-item {
    border: 1px solid var(--rs-border-primary);
    background: var(--rs-bg-secondary);
    padding-top: 10px;
    padding-bottom: 36px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    border-radius: 6px;
    transition: 0.5s;
}

.rs-services-four .rs-services-item:hover .rs-services-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-services-four .rs-services-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-services-four .rs-services-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-services-four .rs-services-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
}

.rs-services-four .rs-services-list-item:not(:last-child) {
    margin-bottom: 8px;
}

.rs-services-four .rs-services-list-wrapper {
    margin-bottom: 35px;
}

.rs-services-four .rs-services-list-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-four .rs-services-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-services-four .rs-services-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-services-four .rs-services-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-services-four .rs-services-btn .rs-btn {
    justify-content: space-between;
}

.rs-services-four .rs-services-content {
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

@media only screen and (max-width: 480px) {
    .rs-services-four .rs-services-content {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.rs-services-four .rs-services-desc {
    margin-top: 15px;
    margin-bottom: 25px;
}

.rs-services-four .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-five {
    overflow-x: clip;
}

.rs-services-five .rs-services-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.rs-services-five .rs-services-icon {
    margin-top: 90px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-five .rs-services-icon {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-five .rs-services-icon {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.rs-services-five .rs-services-icon svg {
    width: 48px;
    height: 48px;
}

.rs-services-five .rs-services-icon svg path {
    fill: var(--rs-white);
}

.rs-services-five .rs-services-item {
    background: linear-gradient(135deg, var(--navy) 0%, #0a3a5c 100%);
    padding: 30px;
    border-radius: 6px;
    gap: 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .rs-services-five .rs-services-item {
        display: grid;
    }
}

@media only screen and (max-width: 480px) {
    .rs-services-five .rs-services-item {
        padding: 25px;
    }
}

.rs-services-five .rs-services-item:not(:last-child) {
    margin-bottom: 30px;
}

.rs-services-five .rs-services-content {
    width: 500px;
}

@media only screen and (max-width: 991px) {
    .rs-services-five .rs-services-content {
        width: 100%;
    }
}

.rs-services-five .rs-services-title {
    color: var(--rs-white);
}

.rs-services-five .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-five .rs-services-desc {
    color: rgba(255, 255, 255, 0.9);
}

.rs-services-five .rs-services-number span {
    font-size: 24px;
    font-weight: 500;
    color: var(--rs-white);
    border-bottom: 1px solid var(--rs-white);
    letter-spacing: 0.01em;
}

.rs-services-six {
    overflow-x: clip;
}

.rs-services-six .rs-services-icon svg {
    width: 48px;
    height: 48px;
}

.rs-services-six .rs-services-icon svg path {
    fill: var(--rs-white);
}

.rs-services-six .rs-services-title {
    color: var(--rs-white);
    margin-bottom: 16px;
}

.rs-services-six .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-six .rs-services-desc {
    color: rgba(255, 255, 255, 0.8);
}

.rs-services-six .rs-services-info {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-six .rs-services-info {
        flex-wrap: wrap;
    }
}

.rs-services-six .rs-services-number {
    font-size: 110px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 500;
    line-height: 0.85;
}

@media only screen and (max-width: 1600px) {
    .rs-services-six .rs-services-number {
        font-size: 90px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-services-six .rs-services-number {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-services-six .rs-services-number {
        font-size: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-services-six .rs-services-number {
        font-size: 40px;
    }
}

.rs-services-six .rs-services-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
    .rs-services-six .rs-services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-six .rs-services-item {
    display: grid;
    grid-template-columns: 518px auto;
    justify-content: space-between;
    gap: 30px;
    padding-inline-start: 60px;
    padding-inline-end: 60px;
    padding-top: 70px;
    padding-bottom: 65px;
    border-top: 1px solid var(--rs-border-secondary);
    border-inline-start: 1px solid var(--rs-border-secondary);
    border-inline-end: 1px solid var(--rs-border-secondary);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1700px) {
    .rs-services-six .rs-services-item {
        padding-inline-start: 50px;
        padding-inline-end: 50px;
        padding-top: 60px;
        padding-bottom: 55px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-services-six .rs-services-item {
        padding-inline-start: 40px;
        padding-inline-end: 40px;
        padding-top: 30px;
        padding-bottom: 35px;
        grid-template-columns: 400px auto;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-services-six .rs-services-item {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
        padding-top: 20px;
        padding-bottom: 25px;
        grid-template-columns: 400px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-services-six .rs-services-item {
        grid-template-columns: 300px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-six .rs-services-item {
        grid-template-columns: 250px auto;
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-six .rs-services-item {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 480px) {
    .rs-services-six .rs-services-item {
        display: flex;
        flex-direction: column-reverse;
    }
}

.rs-services-six .rs-services-item:nth-child(1) {
    border-inline-end: 0;
}

.rs-services-six .rs-services-item:nth-child(3) {
    border-inline-end: 0;
}

.rs-services-six .rs-services-item:nth-child(5) {
    border-inline-end: 0;
}

.rs-services-six .rs-services-item.active-item.active .rs-services-bg-thumb {
    width: 100%;
    inset-inline-start: 0;
}

.rs-services-six .rs-services-item.active-item.active .rs-services-number {
    color: var(--rs-white);
}

.rs-services-six .rs-services-item:hover .rs-services-bg-thumb {
    width: 100%;
    inset-inline-start: 0;
}

.rs-services-six .rs-services-item:hover .rs-services-number {
    color: var(--rs-white);
}

.rs-services-six .rs-services-item:hover .rs-services-icon svg {
    animation: rs-skew 0.6s;
}

.rs-services-six .rs-services-bg-thumb {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    inset-inline-start: 100%;
    transition: width 0.5s ease, opacity 0.5s ease, inset-inline-start 0.5s ease;
}

.rs-services-seven {
    position: relative;
    z-index: 1;
    padding-bottom: 240px;
}

@media only screen and (max-width: 991px) {
    .rs-services-seven {
        padding-bottom: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-seven {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-services-seven {
        padding-bottom: 180px;
    }
}

.rs-services-seven .rs-services-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 991px) {
    .rs-services-seven .rs-services-shape {
        display: none;
    }
}

.rs-services-seven .rs-services-item {
    padding: 12px;
    background: var(--rs-bg-secondary);
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px;
}

.rs-services-seven .rs-services-item:hover .rs-services-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-services-seven .rs-services-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rs-services-seven .rs-services-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.rs-services-seven .rs-services-content {
    padding-top: 15px;
    padding-bottom: 35px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}

@media only screen and (max-width: 480px) {
    .rs-services-seven .rs-services-content {
        padding-inline-start: 0px;
        padding-inline-end: 0px;
    }
}

.rs-services-seven .rs-services-list-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-seven .rs-services-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-services-seven .rs-services-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-services-seven .rs-services-thumb {
    overflow: hidden;
    border-radius: 6px;
}

.rs-services-seven .rs-services-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-services-seven .rs-services-title {
    margin-bottom: 15px;
}

.rs-services-seven .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-seven .rs-services-desc {
    margin-bottom: 20px;
}

.rs-services-seven .rs-services-list-desc {
    color: var(--rs-title-primary);
}

@media only screen and (max-width: 991px) {
    .rs-services-seven .rs-promo-one.rs-promo-wrapper {
        margin-top: 35px;
    }
}

.rs-services-eight {
    position: relative;
    z-index: 1;
}

.rs-services-eight .rs-services-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 991px) {
    .rs-services-eight .rs-services-shape {
        display: none;
    }
}

[dir=rtl] .rs-services-eight .rs-services-shape {
    transform: rotateY(180deg);
}

.rs-services-eight .rs-services-item {
    display: grid;
    grid-template-columns: 610px auto;
    align-items: center;
    gap: 30px 60px;
}

@media only screen and (max-width: 1600px) {
    .rs-services-eight .rs-services-item {
        grid-template-columns: 580px auto;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-services-eight .rs-services-item {
        grid-template-columns: 550px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-services-eight .rs-services-item {
        grid-template-columns: 450px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-eight .rs-services-item {
        grid-template-columns: auto;
    }
}

.rs-services-eight .rs-services-number {
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 991px) {
    .rs-services-eight .rs-services-number {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-services-eight .rs-services-number {
        font-size: 20px;
    }
}

.rs-services-eight .rs-services-thumb-wrapper {
    position: relative;
    height: 445px;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-services-eight .rs-services-thumb-wrapper {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-eight .rs-services-thumb-wrapper {
        height: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-services-eight .rs-services-thumb-wrapper {
        height: 300px;
    }
}

.rs-services-eight .rs-services-thumb {
    opacity: 0;
    scale: 1.1;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    z-index: 1;
}

.rs-services-eight .rs-services-thumb.active {
    opacity: 1;
    scale: 1;
}

.rs-services-eight .rs-services-title {
    color: rgba(255, 255, 255, 0.3);
}

.rs-services-eight .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-eight .rs-services-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    border-top: 1px solid var(--rs-border-secondary);
    padding-bottom: 25px;
    padding-top: 25px;
    transition: 0.3s;
}

@media only screen and (max-width: 480px) {
    .rs-services-eight .rs-services-content-item {
        gap: 0;
    }
}

.rs-services-eight .rs-services-content-item:last-child {
    border-bottom: 1px solid var(--rs-border-secondary);
}

.rs-services-eight .rs-services-content-item.active {
    background: #2F3E4B;
    padding-inline-start: 24px;
    padding-inline-end: 24px;
}

@media only screen and (max-width: 1366px) {
    .rs-services-eight .rs-services-content-item.active {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.rs-services-eight .rs-services-content-item.active .rs-services-number {
    color: var(--rs-white);
}

.rs-services-eight .rs-services-content-item.active .rs-services-title {
    color: var(--rs-white);
}

.rs-services-eight .rs-services-content-item.active .rs-btn .icon-box svg path {
    fill: var(--rs-white);
}

.rs-services-eight .rs-services-btn .has-icon .icon-box svg {
    width: 20px;
    height: 20px;
}

.rs-services-eight .rs-services-btn .has-icon .icon-box svg path {
    fill: rgba(255, 255, 255, 0.3);
}

.rs-services-nine .rs-services-item {
    background: var(--rs-bg-secondary);
    border: 1px solid var(--rs-border-primary);
    padding-top: 12px;
    padding-bottom: 26px;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    border-radius: 6px;
}

.rs-services-nine .rs-services-item:hover .rs-services-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-services-nine .rs-services-item:hover .rs-services-icon {
    background: var(--rs-theme-primary);
}

.rs-services-nine .rs-services-item:hover .rs-services-icon svg {
    animation: rs-skew 0.6s;
}

.rs-services-nine .rs-services-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 1;
}

.rs-services-nine .rs-services-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 0.8s ease;
}

.rs-services-nine .rs-services-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(21px);
    position: absolute;
    bottom: 25px;
    inset-inline-start: 25px;
    transition: 0.5s;
}

.rs-services-nine .rs-services-icon svg {
    width: 36px;
    height: 36px;
}

.rs-services-nine .rs-services-icon svg path {
    fill: var(--rs-white);
}

.rs-services-nine .rs-services-content {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

@media only screen and (max-width: 480px) {
    .rs-services-nine .rs-services-content {
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
}

.rs-services-nine .rs-services-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.rs-services-nine .rs-services-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-services-nine .rs-services-desc {
    margin-bottom: 15px;
}

.rs-services-nine .rs-services-pagination {
    margin-top: 40px;
}

.rs-services-ten .rs-services-wrapper {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
    .rs-services-ten .rs-services-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .rs-services-wrapper {
        padding-inline-start: 30px;
    }
    [dir=rtl] .rs-services-ten .rs-services-wrapper {
        padding-inline-start: 0;
        padding-inline-end: 30px;
    }
}

.rs-services-ten .rs-services-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

@media only screen and (max-width: 1366px) {
    .rs-services-ten .rs-services-item-wrapper {
        gap: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-services-ten .rs-services-item-wrapper {
        gap: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .rs-services-item-wrapper {
        gap: 30px;
    }
}

.rs-services-ten .rs-services-item {
    display: flex;
    align-items: center;
    gap: 30px 225px;
    opacity: 0.25;
    transition: 0.3s;
}

@media only screen and (max-width: 1600px) {
    .rs-services-ten .rs-services-item {
        gap: 30px 200px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-services-ten .rs-services-item {
        gap: 30px 130px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .rs-services-item {
        gap: 0px;
        flex-wrap: wrap;
    }
    .rs-services-ten .rs-services-item:nth-child(1) {
        flex-direction: column-reverse;
    }
    .rs-services-ten .rs-services-item:nth-child(3) {
        flex-direction: column-reverse;
    }
}

.rs-services-ten .rs-services-item.item-visible {
    opacity: 1;
}

.rs-services-ten .rs-services-content {
    background-color: var(--rs-bg-dark-blue);
    padding-top: 33px;
    padding-bottom: 32px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-services-ten .rs-services-content {
        padding-top: 23px;
        padding-bottom: 22px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-services-ten .rs-services-content {
        padding-top: 18px;
        padding-bottom: 17px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-services-ten .rs-services-title {
    color: var(--rs-white);
    font-weight: 500;
}

.rs-services-ten .rs-services-desc {
    font-size: 20px;
    font-style: italic;
    color: white;
    line-height: 1.5;
}

@media only screen and (max-width: 575px) {
    .rs-services-ten .rs-services-desc {
        font-size: 18px;
    }
}

.rs-services-ten .rs-services-content-info {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
    .rs-services-ten .rs-services-content-info {
        gap: 20px;
        flex-wrap: wrap;
    }
}

.rs-services-ten .rs-services-meta {
    font-size: 15px;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    display: inline-block;
    color: white;
}

.rs-services-ten .rs-services-number {
    color: white;
    letter-spacing: 1.2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.95;
}

@media only screen and (max-width: 575px) {
    .rs-services-ten .rs-services-number {
        font-size: 35px;
    }
}

.rs-services-ten .rs-services-thumb {
    min-width: 447px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-ten .rs-services-thumb {
        min-width: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .rs-services-thumb {
        min-width: 100%;
    }
}

.rs-services-ten .rs-services-thumb img {
    width: 100%;
    border-radius: 137px;
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .rs-services-thumb img {
        border-radius: 0;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-ten .timeline-divider {
        left: 0;
    }
}

.rs-services-details-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-services-details-title {
    font-size: 45px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-details-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-details-title {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-details-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-services-details-title {
        font-size: 27px;
    }
}

.rs-services-details-desc.desc-two {
    font-weight: 500;
    font-style: italic;
    color: var(--rs-title-primary);
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.rs-services-details-working-list .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 40px;
    margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-details-working-list .rs-working-list-wrapper {
        gap: 30px 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .rs-services-details-working-list .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-details-working-list .rs-working-list-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 33px;
}

@media only screen and (max-width: 991px) {
    .rs-services-details-working-list .rs-working-list-item {
        flex-wrap: wrap;
    }
}

.rs-services-details-working-list .rs-working-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-services-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
    animation: rs-skew 0.6s;
}

.rs-services-details-working-list .rs-working-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-primary);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-services-details-working-list .rs-working-list-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-services-details-working-list .rs-working-list-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--rs-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-services-details-working-list .rs-working-list-icon svg {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-services-details-working-list .rs-working-list-icon svg path {
    fill: var(--rs-bg-primary);
}

.rs-services-details-working-list .rs-working-list-title {
    margin-bottom: 10px;
}

.rs-services-details-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-details-content-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-services-details-content-wrapper {
        gap: 30px 30px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-services-details-content-wrapper h5 {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .rs-services-details-content-wrapper h5 {
        margin-top: 30px;
    }
}

.rs-services-details-content-list p {
    position: relative;
    padding-inline-start: 15px;
    font-size: 17px;
}

.rs-services-details-content-list p:not(:last-child) {
    margin-bottom: 15px;
}

.rs-services-details-content-list p::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #616c74;
    top: 10px;
    inset-inline-start: 0;
    border-radius: 50%;
}

.rs-services-details .rs-services-details-thumb {
    margin-bottom: 50px;
}


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


/*  4.25 text slide css
/*----------------------------------------*/

.rs-text-slide-one {
    padding-bottom: 26px;
    overflow-x: clip;
    background: var(--rs-theme-primary);
    padding-top: 26px;
    position: relative;
    z-index: 1;
}

.rs-text-slide-one .rs-text-slide-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.rs-text-slide-one .rs-text-slide-inner {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.rs-text-slide-one .rs-text-slide-item {
    display: inline-flex;
    align-items: center;
    gap: 0px 30px;
}

.rs-text-slide-one .rs-text-slide-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rs-white);
    font-weight: 500;
}

.rs-text-slide-one .rs-text-slide-thumb img {
    width: 24px;
}

.rs-text-slide-two {
    padding-bottom: 26px;
    overflow-x: clip;
    background: var(--rs-bg-secondary);
    padding-top: 26px;
    position: relative;
    z-index: 1;
}

.rs-text-slide-two .rs-text-slide-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
}

.rs-text-slide-two .rs-text-slide-inner {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 0px 30px;
}

.rs-text-slide-two .rs-text-slide-item {
    display: inline-flex;
    align-items: center;
    gap: 0px 30px;
}

.rs-text-slide-two .rs-text-slide-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--rs-title-primary);
    font-weight: 500;
}

.rs-text-slide-two .rs-text-slide-thumb img {
    width: 24px;
}


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


/*  4.23 testimonial
/*----------------------------------------*/

.rs-testimonial-one {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background: var(--rs-bg-primary);
}

.rs-testimonial-one .rs-testimonial-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-testimonial-one .rs-testimonial-wrapper {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-one .rs-testimonial-wrapper {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-testimonial-one .rs-testimonial-wrapper {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-one .rs-testimonial-wrapper {
        padding-bottom: 60px;
    }
}

.rs-testimonial-one .rs-testimonial-thumb {
    position: relative;
    margin-inline-end: 30px;
}

.rs-testimonial-one .rs-testimonial-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(43, 57, 68, 0) 36.01%, #2B3944 89.31%);
    top: 0;
    left: 0;
    z-index: 1;
}

.rs-testimonial-one .rs-testimonial-thumb img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-one .rs-testimonial-thumb {
        margin-inline-end: 0px;
    }
}

.rs-testimonial-one .rs-testimonial-slider-wrapper {
    margin-inline-end: -415px;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-one .rs-testimonial-slider-wrapper {
        margin-inline-end: -330px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-one .rs-testimonial-slider-wrapper {
        margin-inline-end: 0px;
    }
}

.rs-testimonial-one .rs-testimonial-item {
    background: var(--rs-bg-dark-blue);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-one .rs-testimonial-item {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-testimonial-one .rs-testimonial-icon svg {
    width: 60px;
}

.rs-testimonial-one .rs-testimonial-icon svg path {
    fill: #3D4C57;
}

.rs-testimonial-one .rs-testimonial-desc {
    color: var(--rs-rgba-1);
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.32px;
    line-height: 32px;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-one .rs-testimonial-desc {
        font-size: 18px;
    }
}

.rs-testimonial-one .rs-testimonial-avater-title {
    font-size: 20px;
    color: var(--rs-white);
    font-weight: 600;
    letter-spacing: 0.16px;
    margin-bottom: 5px;
}

.rs-testimonial-one .rs-testimonial-avater-designation {
    font-size: 16px;
    color: var(--rs-white);
    font-weight: 500;
    letter-spacing: 0.16px;
}

.rs-testimonial-one .rs-testimonial-rating {
    font-size: 60px;
    font-weight: 600;
    color: var(--rs-white);
    line-height: 0.9;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-one .rs-testimonial-rating {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-testimonial-one .rs-testimonial-rating {
        font-size: 40px;
    }
}

.rs-testimonial-one .rs-testimonial-rating-icon i {
    color: #FF8E2B;
    font-size: 17px;
}

.rs-testimonial-one .rs-testimonial-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 55px;
    margin-bottom: 35px;
}

.rs-testimonial-one .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rs-testimonial-two {
    position: relative;
    z-index: 1;
    margin-bottom: 315px;
    overflow-x: clip;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-two {
        margin-bottom: 240px;
    }
}

.rs-testimonial-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--rs-theme-secondary);
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-testimonial-two .rs-testimonial-shape {
    position: absolute;
    right: 0;
    top: 280px;
    z-index: -1;
}

.rs-testimonial-two .rs-testimonial-bg-thumb {
    position: absolute;
    width: 100%;
    height: 513px;
    bottom: -315px;
    left: 0;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-two .rs-testimonial-bg-thumb {
        bottom: -240px;
    }
}

.rs-testimonial-two .section-desc {
    color: var(--rs-white);
}

.rs-testimonial-two .rs-counter-number,
.rs-testimonial-two .prefix {
    font-size: 100px;
    color: var(--rs-white);
    font-weight: 500;
    line-height: 0.8;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-two .rs-counter-number,
    .rs-testimonial-two .prefix {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-testimonial-two .rs-counter-number,
    .rs-testimonial-two .prefix {
        font-size: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-testimonial-two .rs-counter-number,
    .rs-testimonial-two .prefix {
        font-size: 60px;
    }
}

.rs-testimonial-two .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rs-testimonial-two .rs-counter-number-wrapper .prefix {
    color: var(--rs-theme-primary);
}

.rs-testimonial-two .rs-counter-title {
    font-size: 20px;
    color: var(--rs-white);
}

.rs-testimonial-two .rs-testimonial-counter {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-two .rs-testimonial-counter {
        justify-content: start;
    }
}

.rs-testimonial-two .rs-testimonial-slider-wrapper {
    position: relative;
    z-index: 1;
}

.rs-testimonial-two .rs-testimonial-wrapper {
    background: var(--rs-white);
    padding: 20px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 500px 644px;
    align-items: center;
    gap: 30px 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-two .rs-testimonial-wrapper {
        grid-template-columns: 400px 630px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-two .rs-testimonial-wrapper {
        grid-template-columns: auto 480px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-two .rs-testimonial-wrapper {
        display: block;
    }
}

.rs-testimonial-two .rs-testimonial-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-testimonial-two .rs-testimonial-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-testimonial-two .rs-testimonial-rating-icon i {
    color: #FF8E2B;
}

.rs-testimonial-two .rs-testimonial-title-info {
    position: relative;
}

.rs-testimonial-two .rs-testimonial-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rs-testimonial-two .rs-testimonial-icon svg {
    opacity: 0.1;
}

.rs-testimonial-two .rs-testimonial-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 23px;
    margin-top: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-two .rs-testimonial-top {
        margin-top: 35px;
    }
}

.rs-testimonial-two .rs-testimonial-desc {
    font-size: 20px;
    font-style: italic;
    color: var(--rs-title-primary);
    line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-two .rs-testimonial-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-two .rs-testimonial-desc {
        font-size: 16px;
    }
}

.rs-testimonial-two .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rs-testimonial-two .rs-testimonial-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rs-testimonial-two .rs-testimonial-avater-designation {
    font-size: 15px;
    font-weight: 500;
}

.rs-testimonial-two .rs-testimonial-avater-title {
    margin-bottom: 2px;
}

.rs-testimonial-two .rs-testimonial-navigation {
    width: 82px;
    border-radius: 100px;
    border: 1px solid var(--rs-border-primary);
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    gap: unset;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-two .rs-testimonial-navigation {
        position: relative;
        margin: 20px auto 0;
    }
}

.rs-testimonial-two .rs-testimonial-navigation::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: var(--rs-border-primary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rs-testimonial-two .rs-testimonial-navigation .rs-swiper-btn {
    font-size: 18px;
    color: #2B3944;
}

.rs-testimonial-two .rs-testimonial-navigation .rs-swiper-btn:hover {
    color: var(--rs-theme-primary);
}

.rs-testimonial-three {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-testimonial-three .section-desc {
    max-width: 500px;
    margin-inline-start: auto;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-three .section-desc {
        max-width: 100%;
    }
}

.rs-testimonial-three .rs-testimonial-slider-wrapper {
    position: relative;
    z-index: 1;
}

.rs-testimonial-three .rs-testimonial-wrapper {
    background: var(--rs-bg-secondary);
    padding: 20px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 500px 644px;
    align-items: center;
    gap: 30px 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-three .rs-testimonial-wrapper {
        grid-template-columns: 450px 550px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-three .rs-testimonial-wrapper {
        grid-template-columns: 350px 500px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-three .rs-testimonial-wrapper {
        display: block;
    }
}

.rs-testimonial-three .rs-testimonial-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-testimonial-three .rs-testimonial-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-testimonial-three .rs-testimonial-rating-icon i {
    color: #FF8E2B;
}

.rs-testimonial-three .rs-testimonial-title-info {
    position: relative;
}

.rs-testimonial-three .rs-testimonial-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rs-testimonial-three .rs-testimonial-icon svg {
    opacity: 0.1;
}

.rs-testimonial-three .rs-testimonial-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 23px;
    margin-top: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-three .rs-testimonial-top {
        margin-top: 35px;
    }
}

.rs-testimonial-three .rs-testimonial-desc {
    font-size: 20px;
    font-style: italic;
    color: var(--rs-title-primary);
    line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-three .rs-testimonial-desc {
        font-size: 18px;
    }
}

.rs-testimonial-three .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rs-testimonial-three .rs-testimonial-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rs-testimonial-three .rs-testimonial-avater-designation {
    font-size: 15px;
    font-weight: 500;
}

.rs-testimonial-three .rs-testimonial-avater-title {
    margin-bottom: 2px;
}

.rs-testimonial-three .rs-testimonial-navigation {
    width: 82px;
    border-radius: 100px;
    border: 1px solid var(--rs-border-primary);
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    gap: unset;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-three .rs-testimonial-navigation {
        position: relative;
        margin: 20px auto 0;
    }
}

.rs-testimonial-three .rs-testimonial-navigation::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: var(--rs-border-primary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rs-testimonial-three .rs-testimonial-navigation .rs-swiper-btn {
    font-size: 18px;
    color: #2B3944;
}

.rs-testimonial-three .rs-testimonial-navigation .rs-swiper-btn:hover {
    color: var(--rs-theme-primary);
}

.rs-testimonial-four {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    background: var(--rs-bg-primary);
    padding-top: 275px;
    margin-top: -160px;
}

.rs-testimonial-four .rs-testimonial-shape {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
}

.rs-testimonial-four .rs-testimonial-item {
    background: #2F3E4B;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-four .rs-testimonial-item {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-testimonial-four .rs-testimonial-icon svg {
    width: 60px;
}

.rs-testimonial-four .rs-testimonial-icon svg path {
    fill: #3D4C57;
}

.rs-testimonial-four .rs-testimonial-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.32px;
    line-height: 1.5;
}

.rs-testimonial-four .rs-testimonial-avater-title {
    font-size: 20px;
    color: var(--rs-white);
    font-weight: 600;
    letter-spacing: 0.16px;
    margin-bottom: 5px;
}

.rs-testimonial-four .rs-testimonial-avater-designation {
    font-size: 16px;
    color: var(--rs-white);
    font-weight: 500;
    letter-spacing: 0.16px;
}

.rs-testimonial-four .rs-testimonial-rating {
    font-size: 60px;
    font-weight: 600;
    color: var(--rs-white);
    line-height: 0.9;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-four .rs-testimonial-rating {
        font-size: 50px;
    }
}

.rs-testimonial-four .rs-testimonial-rating-icon i {
    color: #FF8E2B;
    font-size: 17px;
}

.rs-testimonial-four .rs-testimonial-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 55px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .rs-testimonial-four .rs-testimonial-rating-wrapper {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.rs-testimonial-four .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-four .rs-testimonial-avater-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.rs-testimonial-five .rs-testimonial-item {
    background: var(--rs-bg-secondary);
    border-radius: 16px;
    padding-top: 8px;
    padding-inline-end: 30px;
    padding-inline-start: 35px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-five .rs-testimonial-item {
        padding-inline-start: 25px;
        padding-bottom: 30px;
    }
}

.rs-testimonial-five .rs-testimonial-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-inline-start: -28px;
    margin-bottom: 20px;
    margin-inline-start: 0;
    margin-top: 0;
}

.rs-testimonial-five .rs-testimonial-avater-thumb img {
    border-radius: 12px 0px 60px 0px;
    width: 110px;
    height: 110px;
    min-width: 110px;
}

.rs-testimonial-five .rs-testimonial-rating i {
    font-size: 20px;
    color: #F55B1F;
}

.rs-testimonial-five .rs-testimonial-desc {
    font-size: 24px;
    line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-five .rs-testimonial-desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-testimonial-five .rs-testimonial-desc {
        font-size: 18px;
    }
}

.rs-testimonial-five .rs-testimonial-avater-title {
    margin-bottom: 3px;
}

.rs-testimonial-six {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-testimonial-six::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 337px);
    background: var(--rs-theme-secondary);
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-testimonial-six .rs-testimonial-bg-thumb {
    position: absolute;
    width: 100%;
    height: 513px;
    bottom: -315px;
    left: 0;
    z-index: 0;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-six .rs-testimonial-bg-thumb {
        bottom: -240px;
    }
}

.rs-testimonial-six .section-desc {
    color: var(--rs-white);
}

.rs-testimonial-six .rs-counter-number,
.rs-testimonial-six .prefix {
    font-size: 100px;
    color: var(--rs-white);
    font-weight: 500;
    line-height: 0.8;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-six .rs-counter-number,
    .rs-testimonial-six .prefix {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-testimonial-six .rs-counter-number,
    .rs-testimonial-six .prefix {
        font-size: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-testimonial-six .rs-counter-number,
    .rs-testimonial-six .prefix {
        font-size: 60px;
    }
}

.rs-testimonial-six .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.rs-testimonial-six .rs-counter-number-wrapper .prefix {
    color: var(--rs-theme-primary);
}

.rs-testimonial-six .rs-counter-title {
    font-size: 20px;
    color: var(--rs-white);
}

.rs-testimonial-six .rs-testimonial-counter {
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-six .rs-testimonial-counter {
        justify-content: start;
    }
}

.rs-testimonial-six .rs-testimonial-slider-wrapper {
    position: relative;
    z-index: 1;
}

.rs-testimonial-six .rs-testimonial-wrapper {
    background: var(--rs-bg-secondary);
    padding: 20px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 500px 644px;
    align-items: center;
    gap: 30px 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-six .rs-testimonial-wrapper {
        grid-template-columns: 400px 630px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-six .rs-testimonial-wrapper {
        grid-template-columns: auto 480px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-six .rs-testimonial-wrapper {
        display: block;
    }
}

.rs-testimonial-six .rs-testimonial-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-testimonial-six .rs-testimonial-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-testimonial-six .rs-testimonial-rating-icon i {
    color: #FF8E2B;
}

.rs-testimonial-six .rs-testimonial-title-info {
    position: relative;
}

.rs-testimonial-six .rs-testimonial-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rs-testimonial-six .rs-testimonial-icon svg {
    opacity: 0.1;
}

.rs-testimonial-six .rs-testimonial-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 23px;
    margin-top: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-six .rs-testimonial-top {
        margin-top: 35px;
    }
}

.rs-testimonial-six .rs-testimonial-desc {
    font-size: 20px;
    font-style: italic;
    color: var(--rs-title-primary);
    line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-six .rs-testimonial-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-six .rs-testimonial-desc {
        font-size: 16px;
    }
}

.rs-testimonial-six .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rs-testimonial-six .rs-testimonial-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rs-testimonial-six .rs-testimonial-avater-designation {
    font-size: 15px;
    font-weight: 500;
}

.rs-testimonial-six .rs-testimonial-avater-title {
    margin-bottom: 2px;
}

.rs-testimonial-six .rs-testimonial-navigation {
    width: 82px;
    border-radius: 100px;
    border: 1px solid var(--rs-border-primary);
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    gap: unset;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-six .rs-testimonial-navigation {
        position: relative;
        margin: 20px auto 0;
    }
}

.rs-testimonial-six .rs-testimonial-navigation::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: var(--rs-border-primary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rs-testimonial-six .rs-testimonial-navigation .rs-swiper-btn {
    font-size: 18px;
    color: #2B3944;
}

.rs-testimonial-six .rs-testimonial-navigation .rs-swiper-btn:hover {
    color: var(--rs-theme-primary);
}

.rs-testimonial-seven {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-testimonial-seven .rs-testimonial-bg-thumb {
    position: absolute;
    width: 100%;
    height: 513px;
    bottom: -315px;
    left: 0;
    z-index: 0;
}

.rs-testimonial-seven .rs-testimonial-slider-wrapper {
    position: relative;
    z-index: 1;
}

.rs-testimonial-seven .section-desc {
    margin-inline-start: auto;
    max-width: 490px;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-seven .section-desc {
        margin-inline-start: auto;
        max-width: 100%;
    }
}

.rs-testimonial-seven .rs-testimonial-wrapper {
    background: var(--rs-bg-secondary);
    padding: 20px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 500px 644px;
    align-items: center;
    gap: 30px 60px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .rs-testimonial-seven .rs-testimonial-wrapper {
        grid-template-columns: 400px 630px;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-seven .rs-testimonial-wrapper {
        grid-template-columns: auto 480px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-seven .rs-testimonial-wrapper {
        display: block;
    }
}

.rs-testimonial-seven .rs-testimonial-thumb {
    overflow: hidden;
    visibility: hidden;
}

.rs-testimonial-seven .rs-testimonial-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-testimonial-seven .rs-testimonial-rating-icon i {
    color: #FF8E2B;
}

.rs-testimonial-seven .rs-testimonial-title-info {
    position: relative;
}

.rs-testimonial-seven .rs-testimonial-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.rs-testimonial-seven .rs-testimonial-icon svg {
    opacity: 0.1;
}

.rs-testimonial-seven .rs-testimonial-top {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 23px;
    margin-top: 10px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .rs-testimonial-seven .rs-testimonial-top {
        margin-top: 35px;
    }
}

.rs-testimonial-seven .rs-testimonial-desc {
    font-size: 20px;
    font-style: italic;
    color: var(--rs-title-primary);
    line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
    .rs-testimonial-seven .rs-testimonial-desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-seven .rs-testimonial-desc {
        font-size: 16px;
    }
}

.rs-testimonial-seven .rs-testimonial-avater-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
}

.rs-testimonial-seven .rs-testimonial-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.rs-testimonial-seven .rs-testimonial-avater-designation {
    font-size: 15px;
    font-weight: 500;
}

.rs-testimonial-seven .rs-testimonial-avater-title {
    margin-bottom: 2px;
}

.rs-testimonial-seven .rs-testimonial-navigation {
    width: 82px;
    border-radius: 100px;
    border: 1px solid var(--rs-border-primary);
    padding-inline-end: 10px;
    padding-inline-start: 10px;
    gap: unset;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media only screen and (max-width: 480px) {
    .rs-testimonial-seven .rs-testimonial-navigation {
        position: relative;
        margin: 20px auto 0;
    }
}

.rs-testimonial-seven .rs-testimonial-navigation::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: var(--rs-border-primary);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rs-testimonial-seven .rs-testimonial-navigation .rs-swiper-btn {
    font-size: 18px;
    color: #2B3944;
}

.rs-testimonial-seven .rs-testimonial-navigation .rs-swiper-btn:hover {
    color: var(--rs-theme-primary);
}


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


/*  4.29 why choose css
/*----------------------------------------*/

.rs-why-choose-one .rs-why-choose-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 80px;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-one .rs-why-choose-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-one .rs-why-choose-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-why-choose-one .rs-why-choose-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-why-choose-one .rs-why-choose-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-why-choose-one .rs-why-choose-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-why-choose-one .rs-why-choose-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-why-choose-one .rs-why-choose-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 510px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-why-choose-one .rs-why-choose-list-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .rs-why-choose-one .rs-why-choose-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-why-choose-one .rs-why-choose-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-why-choose-one .rs-why-choose-btn {
    margin-top: 45px;
    margin-bottom: 45px;
}

.rs-why-choose-one .rs-why-choose-thumb {
    position: relative;
    margin-bottom: 35px;
    margin-inline-end: 35px;
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-one .rs-why-choose-thumb {
        margin-bottom: 0px;
        margin-inline-end: 0px;
    }
}

.rs-why-choose-one .rs-why-choose-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-why-choose-one .rs-why-choose-meta {
    background: var(--rs-bg-secondary);
    padding: 35px;
    border-radius: 6px;
    position: absolute;
    bottom: -35px;
    inset-inline-end: -35px;
    width: 283px;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-one .rs-why-choose-meta {
        padding: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-one .rs-why-choose-meta {
        bottom: 0;
        inset-inline-end: 0;
        padding: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-why-choose-one .rs-why-choose-meta {
        width: 100%;
        position: unset;
        margin-top: 30px;
    }
}

.rs-why-choose-one .rs-why-choose-meta-icon img {
    width: 50px;
}

.rs-why-choose-one .rs-why-choose-meta-desc {
    font-size: 24px;
    color: var(--rs-title-primary);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.33;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-one .rs-why-choose-meta-desc {
        font-size: 22px;
    }
}

.rs-why-choose-two {
    position: relative;
    z-index: 1;
    padding-top: 150px;
}

@media only screen and (max-width: 1366px) {
    .rs-why-choose-two {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-two {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-two {
        padding-top: 80px;
    }
}

.rs-why-choose-two .rs-why-choose-bg-thumb {
    position: absolute;
    width: 100%;
    height: calc(100% - 447px);
    top: 0;
    left: 0;
    background-position: top center;
}

.rs-why-choose-two .rs-why-choose-wrapper {
    background: var(--rs-theme-secondary);
    position: relative;
    z-index: 1;
    padding-top: 95px;
    padding-bottom: 100px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    border-radius: 6px;
}

@media only screen and (max-width: 1366px) {
    .rs-why-choose-two .rs-why-choose-wrapper {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-two .rs-why-choose-wrapper {
        padding-top: 55px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-two .rs-why-choose-wrapper {
        padding-top: 45px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-why-choose-two .rs-why-choose-wrapper {
        padding-top: 35px;
        padding-bottom: 40px;
        padding-inline-start: 40px;
        padding-inline-end: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-why-choose-two .rs-why-choose-wrapper {
        padding-top: 25px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-why-choose-two .section-desc {
    color: rgba(255, 255, 255, 0.8);
}

.rs-why-choose-two .rs-why-choose-tab {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 25px;
}

@media only screen and (max-width: 1366px) {
    .rs-why-choose-two .rs-why-choose-tab {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-why-choose-two .rs-why-choose-tab {
        margin-bottom: 40px;
    }
}

.rs-why-choose-two .rs-why-choose-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.rs-why-choose-two .rs-why-choose-tab .nav-link {
    background: transparent;
    color: var(--rs-text-primary);
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--rs-white);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
    .rs-why-choose-two .rs-why-choose-tab .nav-link {
        width: 100%;
        padding: 10px 15px 10px 15px;
    }
}

.rs-why-choose-two .rs-why-choose-tab .nav-link.active {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-why-choose-two .rs-why-choose-tab .nav-link:hover {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

@media only screen and (max-width: 480px) {
    .rs-why-choose-two .rs-why-choose-tab .nav-item {
        width: 100%;
    }
}

.rs-why-choose-two .rs-why-choose-tab-title {
    color: var(--rs-white);
    font-weight: 500;
    margin-bottom: 18px;
}

.rs-why-choose-two .rs-why-choose-tab-desc {
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rs-why-choose-two .rs-why-choose-list-icon svg {
    width: 16px;
    height: 16px;
}

.rs-why-choose-two .rs-why-choose-list-icon svg path {
    fill: var(--rs-theme-primary);
}

.rs-why-choose-two .rs-why-choose-list-title {
    color: var(--rs-white);
}

.rs-why-choose-two .rs-why-choose-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rs-why-choose-two .rs-why-choose-tab-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
}

.rs-why-choose-two .rs-why-choose-tab-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 0;
    max-width: 500px;
}

@media only screen and (max-width: 767px) {
    .rs-why-choose-two .rs-why-choose-tab-list {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
}

.rs-why-choose-two .rs-why-choose-tab-item {
    display: grid;
    grid-template-columns: 525px auto;
    gap: 30px 80px;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-two .rs-why-choose-tab-item {
        gap: 30px 30px;
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-two .rs-why-choose-tab-item {
        grid-template-columns: 300px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-two .rs-why-choose-tab-item {
        grid-template-columns: auto;
    }
}

.rs-why-choose-two .rs-why-choose-tab-anim .tab-pane.active {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

.rs-why-choose-three {
    overflow-x: clip;
}

.rs-why-choose-three .rs-why-choose-wrapper {
    display: grid;
    grid-template-columns: 418px auto;
    gap: 30px 75px;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-three .rs-why-choose-wrapper {
        grid-template-columns: 340px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-wrapper {
        grid-template-columns: 400px auto;
        align-items: start;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-three .rs-why-choose-wrapper {
        grid-template-columns: auto;
    }
}

.rs-why-choose-three .rs-why-choose-thumb {
    overflow: hidden;
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-thumb {
        position: sticky;
        top: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-why-choose-three .rs-why-choose-thumb {
        position: relative;
        top: unset;
    }
}

.rs-why-choose-three .rs-why-choose-thumb img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
    transition: unset;
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-thumb img {
        height: auto;
    }
}

.rs-why-choose-three .rs-why-choose-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
}

@media only screen and (max-width: 1600px) {
    .rs-why-choose-three .rs-why-choose-list-wrapper {
        gap: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-why-choose-three .rs-why-choose-list-item {
    display: flex;
    gap: 30px;
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-list-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-why-choose-three .rs-why-choose-list-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.rs-why-choose-three .rs-why-choose-list-item:nth-child(3) {
    margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .rs-why-choose-three .rs-why-choose-list-item:nth-child(3) {
        margin-bottom: 30px;
    }
}

.rs-why-choose-three .rs-why-choose-list-item:nth-child(4) {
    margin-bottom: 0;
}

.rs-why-choose-three .rs-why-choose-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-why-choose-three .rs-why-choose-list-item:hover .rs-why-choose-list-icon svg {
    animation: rs-skew 0.6s;
}

.rs-why-choose-three .rs-why-choose-list-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-primary);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-why-choose-three .rs-why-choose-list-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-why-choose-three .rs-why-choose-list-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--rs-bg-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-why-choose-three .rs-why-choose-list-icon svg {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-why-choose-three .rs-why-choose-list-icon svg path {
    fill: var(--rs-bg-primary);
}

.rs-why-choose-three .rs-why-choose-list-title {
    margin-bottom: 10px;
}


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


/*  4.9 faq css
/*----------------------------------------*/

.rs-faq-one .rs-section-desc {
    color: var(--rs-white);
}

.rs-faq-one .rs-faq-contact {
    background: var(--rs-theme-primary);
    border-radius: 6px;
    padding-top: 32px;
    padding-bottom: 35px;
    padding-inline: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    flex-wrap: wrap;
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-faq-one .rs-faq-contact {
        padding-top: 22px;
        padding-bottom: 30px;
        padding-inline: 30px;
        margin-top: 50px;
    }
}

.rs-faq-one .rs-faq-contact-title {
    color: var(--rs-white);
    margin-bottom: 10px;
}

.rs-faq-one .rs-faq-contact-desc {
    color: var(--rs-white);
    margin-bottom: 0;
}

.rs-faq-one .rs-faq-wrapper {
    display: grid;
    grid-template-columns: 650px auto;
    align-items: center;
    gap: 30px 85px;
}

@media only screen and (max-width: 1600px) {
    .rs-faq-one .rs-faq-wrapper {
        grid-template-columns: 630px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-faq-one .rs-faq-wrapper {
        grid-template-columns: 450px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-faq-one .rs-faq-wrapper {
        grid-template-columns: auto;
    }
}

.rs-faq-two {
    overflow-x: clip;
}

@media only screen and (max-width: 991px) {
    .rs-faq-two {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-faq-two {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-faq-two {
        padding-bottom: 60px;
    }
}

.rs-faq-two .rs-section-desc {
    color: var(--rs-white);
}

.rs-faq-two .rs-faq-thumb>img {
    width: 100%;
    border-radius: 6px 0 0 0;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 575px) {
    .rs-faq-two .rs-faq-thumb>img {
        height: auto;
    }
}

.rs-faq-two .rs-faq-wrapper {
    display: grid;
    grid-template-columns: 640px auto;
    gap: 30px 90px;
}

@media only screen and (max-width: 1600px) {
    .rs-faq-two .rs-faq-wrapper {
        grid-template-columns: 550px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-faq-two .rs-faq-wrapper {
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-faq-two .rs-faq-wrapper {
        grid-template-columns: 450px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-faq-two .rs-faq-wrapper {
        grid-template-columns: auto;
    }
}

.rs-faq-two .rs-faq-content {
    padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .rs-faq-two .rs-faq-content {
        padding-bottom: 0;
    }
}

.rs-faq-two .rs-faq-thumb {
    width: 870px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .rs-faq-two .rs-faq-thumb {
        width: 100%;
    }
}

.rs-faq-two .rs-faq-award {
    background-image: radial-gradient(at center center, #5A6268 0%, rgba(90, 98, 104, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(21px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 540px;
    position: absolute;
    bottom: 40px;
    inset-inline-start: 40px;
}

@media only screen and (max-width: 1366px) {
    .rs-faq-two .rs-faq-award {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-faq-two .rs-faq-award {
        flex-wrap: wrap;
        gap: 30px;
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-faq-two .rs-faq-award {
        width: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-faq-two .rs-faq-award {
        position: relative;
        bottom: 0;
        inset-inline-start: 0px;
        width: 100%;
        margin-top: 30px;
    }
}

.rs-faq-two .rs-faq-award-desc {
    color: var(--rs-white);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
    padding-inline-start: 40px;
    margin-inline-start: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-faq-two .rs-faq-award-desc {
        border-inline-start: 0;
        padding-inline-start: 0px;
        margin-inline-start: 0px;
    }
}

.rs-faq-two .rs-faq-award-thumb {
    width: 123px;
    min-width: 123px;
}

.rs-faq-three {
    overflow-x: clip;
}

.rs-faq-three .rs-section-desc {
    color: var(--rs-white);
}

.rs-faq-three .rs-faq-thumb>img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 480px) {
    .rs-faq-three .rs-faq-thumb>img {
        height: auto;
    }
}

.rs-faq-three .rs-faq-wrapper {
    display: grid;
    grid-template-columns: 630px auto;
    gap: 30px 90px;
}

@media only screen and (max-width: 1600px) {
    .rs-faq-three .rs-faq-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-faq-three .rs-faq-wrapper {
        grid-template-columns: 500px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-faq-three .rs-faq-wrapper {
        grid-template-columns: auto;
    }
}

.rs-faq-three .rs-faq-thumb {
    position: relative;
}

.rs-faq-three .rs-faq-meta {
    background: var(--rs-bg-secondary);
    padding: 35px;
    border-radius: 6px;
    position: absolute;
    bottom: 20px;
    inset-inline-end: 20px;
    width: 285px;
}

@media only screen and (max-width: 767px) {
    .rs-faq-three .rs-faq-meta {
        padding: 25px;
        width: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-faq-three .rs-faq-meta {
        position: relative;
        bottom: unset;
        inset-inline-end: unset;
        width: 100%;
        margin-top: 30px;
    }
}

.rs-faq-three .rs-faq-meta-icon img {
    width: 50px;
}

.rs-faq-three .rs-faq-meta-desc {
    font-size: 24px;
    color: var(--rs-title-primary);
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.33;
}

@media only screen and (max-width: 767px) {
    .rs-faq-three .rs-faq-meta-desc {
        font-size: 20px;
    }
}

.rs-faq-four .rs-faq-wrapper {
    display: grid;
    grid-template-columns: 510px 1fr;
    gap: 30px 80px;
}

@media only screen and (max-width: 1600px) {
    .rs-faq-four .rs-faq-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-faq-four .rs-faq-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .rs-faq-four .rs-faq-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-faq-four .rs-faq-thumb {
    height: 100%;
    position: relative;
}

.rs-faq-four .rs-faq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.rs-faq-four .rs-faq-meta-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
}

.rs-faq-four .rs-faq-meta-inner {
    background: var(--rs-theme-primary);
    padding: 15px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    gap: 20px;
    flex-wrap: wrap;
}

.rs-faq-four .rs-faq-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-faq-four .rs-faq-meta-icon svg {
    width: 16px;
    height: 16px;
}

.rs-faq-four .rs-faq-meta-icon svg path {
    fill: var(--rs-white);
}

.rs-faq-four .rs-faq-meta-content {
    color: var(--rs-white);
}

.rs-faq-four .rs-faq-meta-content a:hover {
    color: var(--rs-title-primary);
}

.rs-faq-four .rs-faq-meta-btn .rs-btn {
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 400;
}

.rs-faq-four .rs-faq-meta-btn .rs-btn .icon-box svg {
    width: 14px;
    height: 14px;
}


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


/*  4.13 portfolio css
/*----------------------------------------*/

.rs-portfolio-one {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-portfolio-one .rs-portfolio-shape {
    position: absolute;
    inset-inline-end: 0;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .rs-portfolio-one .rs-portfolio-shape {
        display: none;
    }
}

.rs-portfolio-one .rs-portfolio-tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.rs-portfolio-one .rs-portfolio-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 22px;
    padding-bottom: 22px;
}

.rs-portfolio-one .rs-portfolio-tab .nav-link {
    background: transparent;
    color: var(--rs-text-primary);
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--rs-white);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-one .rs-portfolio-tab .nav-link {
        width: 100%;
        padding: 10px 15px 10px 15px;
    }
}

.rs-portfolio-one .rs-portfolio-tab .nav-link.active {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-portfolio-one .rs-portfolio-tab .nav-link:hover {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-one .rs-portfolio-tab .nav-item {
        width: 100%;
    }
}

.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-portfolio-tab-content::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-portfolio-tab-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-portfolio-one .rs-portfolio-tab-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-portfolio-one .rs-portfolio-tab-thumb {
    overflow: hidden;
    border-radius: 6px;
}

.rs-portfolio-one .rs-portfolio-tab-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
}

.rs-portfolio-one .rs-portfolio-tab-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
}

.rs-portfolio-one .rs-portfolio-tab-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--rs-border-secondary);
    bottom: 0;
    inset-inline-end: 0;
}

.rs-portfolio-one .rs-portfolio-tab-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--rs-theme-primary);
    bottom: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
}

.rs-portfolio-one .rs-portfolio-tab-title {
    color: var(--rs-white);
}

.rs-portfolio-one .rs-portfolio-tab-title:hover {
    color: var(--rs-theme-primary);
}

.rs-portfolio-one .rs-portfolio-tab-btn .rs-btn:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-portfolio-one .rs-portfolio-tab-btn .icon-box svg {
    width: 20px;
    height: 20px;
}

.rs-portfolio-one .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

.rs-portfolio-two {
    position: relative;
    z-index: 1;
}

.rs-portfolio-two .rs-portfolio-tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}

.rs-portfolio-two .rs-portfolio-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 22px;
    padding-bottom: 22px;
}

.rs-portfolio-two .rs-portfolio-tab .nav-link {
    background: transparent;
    color: var(--rs-text-primary);
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--rs-white);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-two .rs-portfolio-tab .nav-link {
        width: 100%;
    }
}

.rs-portfolio-two .rs-portfolio-tab .nav-link.active {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-portfolio-two .rs-portfolio-tab .nav-link:hover {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-two .rs-portfolio-tab .nav-item {
        width: 100%;
    }
}

.rs-portfolio-two .rs-portfolio-tab-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.025);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.rs-portfolio-two .rs-portfolio-tab-title {
    color: var(--rs-white);
}

.rs-portfolio-two .rs-portfolio-tab-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-portfolio-two .rs-portfolio-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.rs-portfolio-two .rs-portfolio-tag a {
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 12px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 15px;
}

.rs-portfolio-two .rs-portfolio-tag a:hover {
    color: var(--rs-theme-primary);
    background: var(--rs-white);
}

.rs-portfolio-two .rs-banner-line {
    width: 146px;
    position: relative;
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 18px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-portfolio-two .rs-banner-line {
        width: 100%;
    }
}

.rs-portfolio-two .rs-banner-line::after {
    position: absolute;
    content: "";
    width: 73px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-portfolio-two .rs-desc-height {
    color: var(--rs-rgba-2);
}

.rs-portfolio-two .rs-portfolio-tab-content {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(0px);
    padding-top: 45px;
    padding-bottom: 40px;
    padding-inline-start: 45px;
    padding-inline-end: 45px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 1;
    transition: 0.5s;
}

@media only screen and (max-width: 1600px) {
    .rs-portfolio-two .rs-portfolio-tab-content {
        padding-top: 40px;
        padding-bottom: 35px;
        padding-inline-start: 35px;
        padding-inline-end: 35px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-portfolio-two .rs-portfolio-tab-content {
        padding-top: 30px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-portfolio-two .rs-portfolio-tab-item {
    min-height: 570px;
    position: relative;
    border-right: 1px solid var(--rs-border-secondary);
    overflow: hidden;
}

@media only screen and (max-width: 1366px) {
    .rs-portfolio-two .rs-portfolio-tab-item {
        min-height: 500px;
    }
}

.rs-portfolio-two .portfolio-slide-active .swiper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.rs-portfolio-two .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-content {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(21px);
}

.rs-portfolio-two .portfolio-slide-active .swiper-slide-active .rs-desc-height {
    scale: 1;
    opacity: 1;
    height: var(--desc-height) !important;
    margin-bottom: 20px;
}

.rs-portfolio-two .rs-desc-height {
    scale: 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    margin-bottom: 0;
}

.rs-portfolio-two .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-pills {
    border-color: var(--rs-border-primary);
}

.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link {
    color: var(--rs-text-primary);
    border-color: var(--rs-border-primary);
}

.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link.active {
    color: var(--rs-white);
    border-color: var(--rs-theme-primary);
}

.rs-portfolio-two.has-tab-black .rs-portfolio-tab .nav-link:hover {
    color: var(--rs-white);
    border-color: var(--rs-theme-primary);
}

.rs-portfolio-three {
    position: relative;
    z-index: 1;
    overflow-x: clip;
}

.rs-portfolio-three::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 291px);
    top: 0;
    left: 0;
    background: var(--rs-theme-secondary);
    z-index: -1;
}

.rs-portfolio-three.has-bg-none::before {
    display: none;
}

.rs-portfolio-three.has-tab-black .rs-portfolio-tab .nav-pills {
    border-color: var(--rs-border-primary);
}

.rs-portfolio-three.has-tab-black .rs-portfolio-tab .nav-link {
    color: var(--rs-text-primary);
    border-color: var(--rs-border-primary);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-services-desc {
    margin-top: 25px;
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-desc-height {
    scale: 1;
    opacity: 1;
    height: var(--desc-height) !important;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-tab-title {
    color: var(--rs-white);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-tab-content {
    background: var(--rs-theme-primary);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn {
    color: var(--rs-white);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-btn .icon-box svg path {
    fill: var(--rs-white);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-line {
    border-color: var(--rs-border-secondary);
}

.rs-portfolio-three.has-tab-black .is-item-active.active .rs-portfolio-line::after {
    background: var(--rs-white);
}

.rs-portfolio-three .rs-portfolio-tab {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.rs-portfolio-three .rs-portfolio-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 22px;
    padding-bottom: 22px;
}

.rs-portfolio-three .rs-portfolio-tab .nav-link {
    background: transparent;
    color: var(--rs-text-primary);
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--rs-white);
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-three .rs-portfolio-tab .nav-link {
        width: 100%;
    }
}

.rs-portfolio-three .rs-portfolio-tab .nav-link.active {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-portfolio-three .rs-portfolio-tab .nav-link:hover {
    color: var(--rs-white);
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

@media only screen and (max-width: 480px) {
    .rs-portfolio-three .rs-portfolio-tab .nav-item {
        width: 100%;
    }
}

.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-tab-thumb img {
    transform: scale3d(1.1, 1.1, 1);
}

.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-line {
    border-color: rgba(255, 255, 255, 0.2);
}

.rs-portfolio-three .rs-portfolio-tab-item:hover .rs-portfolio-line:after {
    background: var(--rs-white);
    width: 100%;
}

.rs-portfolio-three .rs-portfolio-tab-thumb {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.rs-portfolio-three .rs-portfolio-tab-thumb img {
    width: 100%;
    transition: all 0.8s ease;
    transform: scale(1.02);
    min-height: 570px;
    object-fit: cover;
    object-position: top center;
}

@media only screen and (max-width: 1366px) {
    .rs-portfolio-three .rs-portfolio-tab-thumb img {
        min-height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-portfolio-three .rs-portfolio-tab-thumb img {
        min-height: 450px;
    }
}

.rs-portfolio-three .rs-portfolio-tab-content {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    background: var(--rs-bg-secondary);
    padding-top: 32px;
    padding-bottom: 35px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 0px 0px 6px 6px;
    transition: 0.5s;
}

@media only screen and (max-width: 1600px) {
    .rs-portfolio-three .rs-portfolio-tab-content {
        padding-top: 22px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-portfolio-three .rs-portfolio-tab-content {
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-portfolio-three .rs-portfolio-tab-title {
    color: var(--rs-title-primary);
    transition: unset;
}

.rs-portfolio-three .rs-portfolio-tab-btn .rs-btn:hover .icon-box svg path {
    fill: var(--rs-theme-primary);
}

.rs-portfolio-three .rs-portfolio-tab-anim .tab-pane.active .rs-portfolio-tab-slider {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

.rs-portfolio-three .rs-desc-height {
    scale: 1 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    margin-bottom: 0;
    color: var(--rs-text-primary);
}

.rs-portfolio-three .rs-portfolio-line {
    width: 146px;
    position: relative;
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 18px;
    border-color: var(--rs-border-primary);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-three .rs-portfolio-line {
        width: 100%;
    }
}

.rs-portfolio-three .rs-portfolio-line::after {
    position: absolute;
    content: "";
    width: 73px;
    background: #2B3944;
    inset-inline-start: 0;
    height: 1px;
    top: 50%;
    transition: 0.5s;
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-desc-height {
    scale: 1;
    opacity: 1;
    height: var(--desc-height) !important;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-title {
    color: var(--rs-white);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-tab-content {
    background: var(--rs-theme-primary);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn {
    color: var(--rs-white);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-btn .icon-box svg path {
    fill: var(--rs-white);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-line {
    border-color: var(--rs-border-secondary);
}

.rs-portfolio-three .portfolio-slide-active .swiper-slide-active .rs-portfolio-line::after {
    background: var(--rs-white);
}

.rs-portfolio-four {
    overflow-x: clip;
    position: relative;
    z-index: 1;
}

.rs-portfolio-four .rs-portfolio-slider {
    position: relative;
}

.rs-portfolio-four .rs-portfolio-item {
    min-height: 800px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1600px) {
    .rs-portfolio-four .rs-portfolio-item {
        min-height: 700px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-portfolio-four .rs-portfolio-item {
        min-height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-portfolio-four .rs-portfolio-item {
        min-height: 500px;
    }
}

.rs-portfolio-four .rs-portfolio-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media only screen and (max-width: 767px) {
    .rs-portfolio-four .rs-portfolio-bg-thumb {
        position: relative;
        height: 300px;
    }
}

.rs-portfolio-four .rs-portfolio-content {
    background-color: transparent;
    max-width: 505px;
    backdrop-filter: blur(21px);
    background-image: radial-gradient(at center center, rgba(42, 45, 45, 0.3019607843) 0%, rgba(42, 45, 45, 0.3019607843) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    flex: 1;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .rs-portfolio-four .rs-portfolio-content {
        flex: unset;
        min-width: 100%;
        padding: 25px;
        background-image: unset;
        backdrop-filter: unset;
        background: var(--rs-theme-secondary);
    }
}

.rs-portfolio-four .rs-portfolio-shape {
    position: absolute;
    top: 200px;
    inset-inline-start: 50px;
}

@media only screen and (max-width: 1366px) {
    .rs-portfolio-four .rs-portfolio-shape {
        top: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-portfolio-four .rs-portfolio-shape {
        display: none;
    }
}

.rs-portfolio-four .rs-portfolio-line {
    width: 146px;
    position: relative;
    display: inline-block;
    margin-top: 21px;
    margin-bottom: 18px;
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-four .rs-portfolio-line {
        width: 100%;
    }
}

.rs-portfolio-four .rs-portfolio-line::after {
    position: absolute;
    content: "";
    width: 73px;
    background: var(--rs-white);
    inset-inline-start: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.rs-portfolio-four .rs-portfolio-title {
    color: var(--rs-white);
}

.rs-portfolio-four .rs-portfolio-title a:hover {
    color: var(--rs-theme-primary);
}

.rs-portfolio-four .rs-portfolio-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.rs-portfolio-four .rs-portfolio-tag a {
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 12px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    font-size: 15px;
}

.rs-portfolio-four .rs-portfolio-tag a:hover {
    color: var(--rs-theme-primary);
    background: var(--rs-white);
}

.rs-portfolio-four .rs-portfolio-desc {
    color: var(--rs-rgba-2);
    margin-bottom: 20px;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-title,
.rs-portfolio-four .swiper-slide-active .rs-banner-line,
.rs-portfolio-four .swiper-slide-active .rs-portfolio-desc,
.rs-portfolio-four .swiper-slide-active .rs-portfolio-btn {
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-title {
    animation-delay: 0.3s;
    animation-duration: 0.7s;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-title {
    animation-delay: 0.5s;
    animation-duration: 0.9s;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-desc {
    animation-delay: 0.7s;
    animation-duration: 1.1s;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-btn {
    animation-delay: 0.9s;
    animation-duration: 1.3s;
}

.rs-portfolio-four .swiper-slide-active .rs-portfolio-bg-thumb {
    transform: scale(1.15);
}

.rs-portfolio-four .rs-portfolio-navigation {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-four .rs-portfolio-navigation {
        display: none;
    }
}

.rs-portfolio-four .rs-portfolio-navigation button {
    width: 92px;
    height: 92px;
    background: transparent;
    border: 1px solid var(--rs-border-secondary);
    font-size: 40px;
    color: var(--rs-border-secondary);
    position: absolute;
    z-index: 3;
    inset-inline-start: 545px;
    bottom: 40px;
    top: unset;
}

.rs-portfolio-four .rs-portfolio-navigation button.swiper-button-next {
    inset-inline-start: auto;
    inset-inline-end: 40px;
}

.rs-portfolio-four .rs-portfolio-navigation button:hover {
    border-color: var(--rs-white);
    color: var(--rs-white);
}

.rs-portfolio-four .rs-portfolio-pagination {
    display: none;
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-four .rs-portfolio-pagination {
        display: block;
    }
}

.rs-portfolio-four .rs-portfolio-pagination .rs-pagination.swiper-pagination {
    position: absolute;
    bottom: 40px;
}

.rs-portfolio-details-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-portfolio-details-title {
    font-size: 45px;
}

@media only screen and (max-width: 1199px) {
    .rs-portfolio-details-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-details-title {
        font-size: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-portfolio-details-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-portfolio-details-title {
        font-size: 27px;
    }
}

.rs-portfolio-details-desc.desc-two {
    font-weight: 500;
    font-style: italic;
    color: var(--rs-title-primary);
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.rs-portfolio-details-working-list .rs-working-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 45px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 6px;
    padding: 30px;
    background: var(--rs-bg-secondary);
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-details-working-list .rs-working-list-wrapper {
        grid-template-columns: repeat(3, 1fr);
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-portfolio-details-working-list .rs-working-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .rs-portfolio-details-working-list .rs-working-list-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-portfolio-details-working-list .rs-working-list-item {
    display: flex;
    gap: 23px;
    position: relative;
    border: 1px solid var(--rs-border-primary);
    padding-top: 25px;
    padding-bottom: 20px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 6px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1600px) {
    .rs-portfolio-details-working-list .rs-working-list-item {
        padding-top: 20px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.rs-portfolio-details-working-list .rs-working-list-item:hover::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-portfolio-details-working-list .rs-working-list-item:hover .rs-working-list-icon svg {
    animation: rs-skew 0.6s;
}

.rs-portfolio-details-working-list .rs-working-list-icon svg {
    width: 40px;
    height: 40px;
    transition: all linear 0.3s;
}

.rs-portfolio-details-working-list .rs-working-list-icon svg path {
    fill: var(--rs-bg-primary);
}

.rs-portfolio-details-working-list .rs-working-list-title {
    margin-bottom: 5px;
}

.rs-portfolio-details-working-list .rs-working-list-content p a {
    color: var(--rs-theme-primary);
}

.rs-portfolio-details-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 35px;
}

@media only screen and (max-width: 1199px) {
    .rs-portfolio-details-content-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-portfolio-details-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-portfolio-details-content-wrapper h5 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.rs-portfolio-details-content-list p {
    position: relative;
    padding-inline-start: 15px;
    font-size: 17px;
}

.rs-portfolio-details-content-list p:not(:last-child) {
    margin-bottom: 15px;
}

.rs-portfolio-details-content-list p::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #616c74;
    top: 10px;
    inset-inline-start: 0;
    border-radius: 50%;
}


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


/*  4.24 Text clip css
/*----------------------------------------*/

.rs-text-clip-one .rs-text-clip {
    text-align: center;
}

.rs-text-clip-one .rs-text-clip-title {
    font-size: 340px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 0.8;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1600px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 200px;
        line-height: 190px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 230px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-text-clip-one .rs-text-clip-title {
        font-size: 80px;
    }
}


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


/*  4.16 pricing css
/*----------------------------------------*/

.rs-pricing-one .rs-pricing-item {
    background-color: var(--rs-white);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 6px;
    border: 1px solid var(--rs-border-primary);
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0);
    transition: all 0.5s ease-out 0s;
}

@media only screen and (max-width: 1366px) {
    .rs-pricing-one .rs-pricing-item {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-pricing-one .rs-pricing-item:hover {
    border-color: var(--rs-theme-primary);
}

.rs-pricing-one .rs-pricing-item.active {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-title {
    color: var(--rs-white);
    border-color: rgba(219, 222, 225, 0.2);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-amount {
    color: var(--rs-white);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-duration {
    color: var(--rs-white);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-desc {
    color: rgba(255, 255, 255, 0.9);
}

.rs-pricing-one .rs-pricing-item.active .rs-feature-title {
    color: rgba(255, 255, 255, 0.9);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-feature-icon {
    border-color: rgba(255, 255, 255, 0.2);
}

.rs-pricing-one .rs-pricing-item.active .rs-pricing-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-pricing-one .rs-pricing-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rs-pricing-one .rs-pricing-amount {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
}

@media only screen and (max-width: 1199px) {
    .rs-pricing-one .rs-pricing-amount {
        font-size: 35px;
    }
}

.rs-pricing-one .rs-pricing-amount-wrapper {
    display: flex;
    align-items: end;
    gap: 6px;
}

.rs-pricing-one .rs-pricing-duration {
    font-size: 20px;
    font-weight: 500;
}

.rs-pricing-one .rs-pricing-desc {
    margin-top: 15px;
    margin-bottom: 20px;
}

.rs-pricing-one .rs-pricing-btn {
    margin-bottom: 35px;
}

.rs-pricing-one .rs-pricing-btn .rs-btn {
    justify-content: space-between;
}

.rs-pricing-one .rs-pricing-feature ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rs-pricing-one .rs-pricing-feature ul li:not(:last-child) {
    margin-bottom: 18px;
}

.rs-pricing-one .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg {
    width: 14px;
    height: 14px;
}

.rs-pricing-one .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg path {
    opacity: 0.6;
}

.rs-pricing-one .rs-pricing-feature ul li.close .rs-feature-title {
    opacity: 0.6;
}

.rs-pricing-one .rs-pricing-feature-icon {
    width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-pricing-one .rs-pricing-tab-switcher {
    display: flex;
    justify-content: center;
}

.rs-pricing-one .rs-pricing-tab-switcher {
    margin-bottom: 40px;
}

.rs-pricing-one .rs-pricing-tab-inner {
    width: 100%;
    max-width: 280px;
    border: 1px solid var(--rs-border-primary);
    padding: 7px;
    border-radius: 6px;
    background: transparent;
    transition: 0.4s;
    display: inline-flex;
    justify-content: space-between;
}

.rs-pricing-one .rs-pricing-switcher-tab button {
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 6px;
}

.rs-pricing-one .rs-pricing-switcher-tab button.active {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-pricing-one .yearly-pricing {
    display: none;
}


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


/*  4.4 career css
/*----------------------------------------*/

.rs-career-one {
    padding-top: 30px;
}

.rs-career-one .rs-career-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 490px;
    justify-content: space-between;
    gap: 30px;
    margin-inline-start: 45px;
    margin-inline-end: 45px;
}

@media only screen and (max-width: 1700px) {
    .rs-career-one .rs-career-wrapper {
        grid-template-columns: 1fr 1fr 400px;
    }
}

@media only screen and (max-width: 1600px) {
    .rs-career-one .rs-career-wrapper {
        grid-template-columns: 1fr 1fr 300px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-career-one .rs-career-wrapper {
        grid-template-columns: 1fr 1fr 230px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-career-one .rs-career-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 991px) {
    .rs-career-one .rs-career-wrapper {
        grid-template-columns: 1fr;
    }
}

.rs-career-one .rs-career-item.item-one {
    display: grid;
    grid-template-columns: 270px 290px;
    align-items: center;
    gap: 25px;
    background: var(--rs-theme-secondary);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    border-radius: 6px;
}

@media only screen and (max-width: 1600px) {
    .rs-career-one .rs-career-item.item-one {
        grid-template-columns: 220px 290px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-career-one .rs-career-item.item-one {
        grid-template-columns: 200px 250px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-career-one .rs-career-item.item-one {
        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 575px) {
    .rs-career-one .rs-career-item.item-one {
        grid-template-columns: auto;
    }
}

.rs-career-one .rs-career-item.item-one .rs-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
}

.rs-career-one .rs-career-item.item-one .rs-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.rs-career-one .rs-career-item.item-one .rs-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-tertiary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-career-one .rs-career-item.item-one .rs-list-icon svg {
    width: 12px;
    height: 12px;
}

.rs-career-one .rs-career-item.item-one .rs-list-icon svg path {
    fill: var(--rs-white);
}

.rs-career-one .rs-career-item.item-one .rs-career-title {
    color: var(--rs-white);
}

.rs-career-one .rs-career-item.item-one .rs-list-desc {
    font-size: 16px;
    color: var(--rs-white);
    font-weight: 500;
}

.rs-career-one .rs-career-item.item-one .rs-career-desc {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    margin-top: 15px;
}

.rs-career-one .rs-career-item.item-one .rs-list-title {
    color: var(--rs-white);
    font-size: 16px;
    border-bottom: 1px solid var(--rs-border-tertiary);
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.rs-career-one .rs-career-item.item-one .rs-list-wrapper {
    max-width: 260px;
}

.rs-career-one .rs-career-item.item-one .rs-career-thumb {
    height: 100%;
}

.rs-career-one .rs-career-item.item-one .rs-career-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.rs-career-one .rs-career-item.item-two {
    border-radius: 6px;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-inline-start: 35px;
    padding-inline-end: 35px;
    background: var(--rs-bg-secondary);
    border: 1px solid var(--rs-border-secondary);
}

@media only screen and (max-width: 1600px) {
    .rs-career-one .rs-career-item.item-two {
        padding-top: 20px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-career-one .rs-career-item.item-two .rs-contact-input-box {
    margin-bottom: 20px;
}

.rs-career-one .rs-career-item.item-two .rs-contact-input input {
    height: 50px;
    border-radius: 100px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    background: var(--rs-white);
}

.rs-career-one .rs-career-item.item-two .rs-contact-input input::placeholder {
    font-size: 14px;
}

.rs-career-one .rs-career-item.item-two .rs-contact-input .nice-select {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background: var(--rs-white);
    border-radius: 100px;
    margin-bottom: 20px;
    color: var(--rs-text-primary);
    font-size: 14px;
}

.rs-career-one .rs-career-item.item-two .rs-contact-input .nice-select .list {
    width: 100%;
}

.rs-career-one .rs-career-item.item-two .rs-contact-btn .rs-btn {
    border-radius: 100px;
}

.rs-career-one .rs-career-item.item-two .rs-contact-title {
    margin-bottom: 20px;
}

.rs-career-one .rs-career-item.item-three .rs-counter-thumb {
    position: relative;
    z-index: 1;
    height: 100%;
}

.rs-career-one .rs-career-item.item-three .rs-counter-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 480px) {
    .rs-career-one .rs-career-item.item-three .rs-counter-thumb img {
        height: 400px;
    }
}

.rs-career-one .rs-career-item.item-three .rs-counter-number-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-bottom: 5px;
}

.rs-career-one .rs-career-item.item-three .rs-counter-number-wrapper .prefix {
    font-size: 40px;
    font-weight: 400;
    color: var(--rs-white);
}

.rs-career-one .rs-career-item.item-three .rs-counter-number {
    font-size: 125px;
    color: var(--rs-white);
    font-weight: 400;
    line-height: 0.8;
}

@media only screen and (max-width: 1600px) {
    .rs-career-one .rs-career-item.item-three .rs-counter-number {
        font-size: 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-career-one .rs-career-item.item-three .rs-counter-number {
        font-size: 80px;
    }
}

.rs-career-one .rs-career-item.item-three .rs-counter-title {
    font-size: 16px;
    color: var(--rs-white);
    font-weight: 500;
}

.rs-career-one .rs-career-item .rs-counter-wrapper {
    background-image: linear-gradient(174deg, rgba(222, 223, 223, 0.3019607843) 0%, rgba(42, 45, 45, 0.3019607843) 100%);
    backdrop-filter: blur(21px) !important;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    width: 243px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .rs-career-one .rs-career-item .rs-counter-wrapper {
        width: 200px;
    }
}

.rs-career-two .rs-career-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    border-top: 1px solid var(--rs-border-primary);
    padding-bottom: 33px;
    padding-top: 33px;
}

.rs-career-two .rs-career-item:last-child {
    border-bottom: 1px solid var(--rs-border-primary);
}

.rs-career-two .rs-career-type {
    font-size: 17px;
    font-weight: 500;
    color: var(--rs-title-primary);
}

.rs-career-two .rs-career-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rs-career-two .rs-career-company {
    font-size: 17px;
    font-weight: 500;
}

.rs-career-two .rs-career-desc {
    margin-bottom: 0;
    max-width: 450px;
}


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


/*  4.27 value css
/*----------------------------------------*/

.rs-value-one {
    position: relative;
    z-index: 1;
    padding-top: 188px;
    padding-bottom: 188px;
}

@media only screen and (max-width: 1600px) {
    .rs-value-one {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-value-one {
        padding-top: 130px;
        padding-bottom: 130px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-value-one {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.rs-value-one .rs-value-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rs-value-one .rs-value-title {
    font-size: 120px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.1);
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #B2B2B2;
    stroke: #B2B2B2;
    line-height: 0.9;
}

@media only screen and (max-width: 1600px) {
    .rs-value-one .rs-value-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-value-one .rs-value-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-value-one .rs-value-title {
        font-size: 60px;
        line-height: 1;
    }
}

.rs-value-one .rs-value-content {
    text-align: center;
    position: relative;
    z-index: 1;
}


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


/*  4.21 skill css
/*----------------------------------------*/

.rs-skill-one {
    overflow-x: clip;
}

.rs-skill-one .rs-skill-wrapper {
    display: grid;
    grid-template-columns: 616px auto;
    gap: 30px 80px;
    align-items: start;
}

@media only screen and (max-width: 1600px) {
    .rs-skill-one .rs-skill-wrapper {
        grid-template-columns: 520px auto;
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-skill-one .rs-skill-wrapper {
        grid-template-columns: 370px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-skill-one .rs-skill-wrapper {
        grid-template-columns: auto;
    }
}

.rs-skill-one .rs-skill-thumb-wrapper {
    position: sticky;
    top: 110px;
}

@media only screen and (max-width: 991px) {
    .rs-skill-one .rs-skill-thumb-wrapper {
        position: relative;
        top: unset;
    }
}

.rs-skill-one .rs-skill-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 75px;
}

@media only screen and (max-width: 480px) {
    .rs-skill-one .rs-skill-thumb {
        margin-bottom: 0;
    }
}

.rs-skill-one .rs-skill-thumb img {
    width: 100%;
    border-radius: 6px;
}

.rs-skill-one .rs-skill-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-skill-one .rs-skill-list-item p {
    color: var(--rs-white);
}

.rs-skill-one .rs-skill-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-skill-one .rs-skill-list-icon svg {
    width: 15px;
    height: 15px;
}

.rs-skill-one .rs-skill-list-icon svg path {
    fill: var(--rs-white);
}

.rs-skill-one .rs-skill-list-title {
    margin-bottom: 13px;
    color: var(--rs-white);
}

.rs-skill-one .rs-skill-list-item-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
    max-width: 538px;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rs-skill-one .rs-skill-list-item-wrapper {
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-skill-one .rs-skill-list-desc {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.rs-skill-one .rs-skill-progress-wrapper {
    margin-top: 35px;
}

.rs-skill-one .rs-skill-progress-title {
    margin-bottom: 13px;
    color: var(--rs-white);
}

.rs-skill-one .single-progress:not(:last-child) {
    margin-bottom: 20px;
}

.rs-skill-one .rs-skill-progress-desc {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.rs-skill-one .rs-skill-list-wrapper {
    margin-top: 35px;
}

.rs-skill-one .rs-rotate-btn {
    width: 186px;
    height: 186px;
    position: relative;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.09);
    background: var(--rs-theme-primary);
    border-radius: 50%;
    padding: 5px;
    background-repeat: no-repeat;
    background-position: 50% 76px;
}

.rs-skill-one .rs-meta-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 90px;
}

.rs-skill-one .rs-skill-rotate-btn {
    position: absolute;
    bottom: -75px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
    .rs-skill-one .rs-skill-rotate-btn {
        position: relative;
        bottom: unset;
        inset-inline-start: unset;
        transform: unset;
        display: flex;
        justify-content: center;
    }
}

.rs-skill-one .progress-title {
    color: var(--rs-white);
}

.rs-skill-one .progress {
    border: 1px solid var(--rs-border-secondary);
    background-color: transparent;
}

.rs-skill-one .progress-bar {
    background-color: var(--rs-theme-primary);
}

.rs-skill-one .progress-number {
    color: var(--rs-white);
}

.rs-skill-two {
    overflow-x: clip;
}

.rs-skill-two .rs-skill-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 130px;
}

@media only screen and (max-width: 1600px) {
    .rs-skill-two .rs-skill-wrapper {
        gap: 30px 100px;
    }
}

@media only screen and (max-width: 1366px) {
    .rs-skill-two .rs-skill-wrapper {
        gap: 30px 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-skill-two .rs-skill-wrapper {
        gap: 30px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-skill-two .rs-skill-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-skill-two .rs-skill-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rs-skill-two .rs-skill-list-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    border: 1px solid var(--rs-border-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-skill-two .rs-skill-list-icon svg {
    width: 14px;
    height: 14px;
}

.rs-skill-two .rs-skill-list-icon svg path {
    fill: var(--rs-theme-secondary);
}

.rs-skill-two .rs-skill-list-desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--rs-theme-secondary);
}

.rs-skill-two .rs-skill-list-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
    width: 570px;
    margin-top: 30px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .rs-skill-two .rs-skill-list-wrapper {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-skill-two .rs-skill-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rs-skill-two .rs-text-clip-title {
    font-size: 140px;
}

@media only screen and (max-width: 1199px) {
    .rs-skill-two .rs-text-clip-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-skill-two .rs-text-clip-title {
        font-size: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-skill-two .rs-text-clip-title {
        font-size: 60px;
    }
}

.rs-skill-two .rs-skill-thumb {
    margin-top: 50px;
    visibility: hidden;
    overflow: hidden;
}

.rs-skill-two .rs-skill-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: unset;
}

.rs-skill-two .rs-skill-progress-desc {
    margin-top: 12px;
    margin-bottom: 25px;
}

.rs-skill-two .single-progress:not(:last-child) {
    margin-bottom: 25px;
}


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


/*  4.18 promo css
/*----------------------------------------*/

.rs-promo-one.rs-promo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 65px;
}

.rs-promo-one .rs-promo-icon {
    background-color: var(--rs-theme-primary);
    width: 17px;
    min-width: 17px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.rs-promo-one .rs-promo-icon svg path {
    fill: var(--rs-white);
}

.rs-promo-one .rs-promo-content p {
    font-size: 14px;
    font-weight: 500;
}

.rs-promo-one .rs-promo-content p a {
    text-decoration: underline;
    color: var(--rs-title-primary);
}

.rs-promo-one .rs-promo-content p a:hover {
    color: var(--rs-theme-primary);
}


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


/*  4.15 pricing cta css
/*----------------------------------------*/

.rs-pricing-cta-wrapper {
    display: grid;
    grid-template-columns: 530px auto;
}

@media only screen and (max-width: 1600px) {
    .rs-pricing-cta-wrapper {
        grid-template-columns: 560px auto;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-pricing-cta-wrapper {
        grid-template-columns: 350px auto;
    }
}

@media only screen and (max-width: 991px) {
    .rs-pricing-cta-wrapper {
        grid-template-columns: auto;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-item {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 6px;
    border: 1px solid var(--rs-border-secondary);
    transition: all 0.5s ease-out 0s;
}

@media only screen and (max-width: 1199px) {
    .rs-pricing-cta-wrapper .rs-pricing-item {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-pricing-cta-wrapper .rs-pricing-item {
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-title {
    color: var(--rs-white);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
    border-bottom: 1px solid var(--rs-border-secondary);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rs-pricing-cta-wrapper .rs-pricing-amount {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    color: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-amount-wrapper {
    display: flex;
    align-items: end;
    gap: 6px;
}

.rs-pricing-cta-wrapper .rs-pricing-duration {
    font-size: 20px;
    font-weight: 500;
    color: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-desc {
    margin-top: 17px;
    margin-bottom: 22px;
    color: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-btn {
    margin-bottom: 35px;
}

.rs-pricing-cta-wrapper .rs-pricing-btn .rs-btn {
    justify-content: space-between;
}

.rs-pricing-cta-wrapper .rs-pricing-feature ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-feature ul li:not(:last-child) {
    margin-bottom: 18px;
}

.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg {
    width: 14px;
    height: 14px;
}

.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-pricing-feature-icon svg path {
    opacity: 0.6;
}

.rs-pricing-cta-wrapper .rs-pricing-feature ul li.close .rs-feature-title {
    opacity: 0.6;
}

.rs-pricing-cta-wrapper .rs-pricing-feature-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-pricing-cta-wrapper .rs-pricing-feature-icon svg path {
    fill: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-tab {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media only screen and (max-width: 480px) {
    .rs-pricing-cta-wrapper .rs-pricing-tab .nav-pills {
        gap: 20px;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
    background: transparent;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0px;
    border-bottom: 1px solid var(--rs-border-tertiary);
    color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .rs-pricing-cta-wrapper .rs-pricing-tab .nav-link {
        width: 100%;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link.active {
    color: var(--rs-white);
    border-color: var(--rs-white);
}

.rs-pricing-cta-wrapper .rs-pricing-tab .nav-link:hover {
    color: var(--rs-white);
    border-color: var(--rs-white);
}

@media only screen and (max-width: 480px) {
    .rs-pricing-cta-wrapper .rs-pricing-tab .nav-item {
        width: 100%;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-pricing-tab-content::after {
    width: 100%;
    inset-inline-start: 0;
}

.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-first {
    transform: translateX(150%);
}

.rs-pricing-cta-wrapper .rs-pricing-tab-item:hover .rs-btn .icon-second {
    transform: translateX(0%);
}

.rs-pricing-cta-wrapper .rs-pricing-wrapper {
    background: var(--rs-theme-secondary);
    padding-top: 35px;
    padding-bottom: 50px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    border-radius: 6px 0px 0px 6px;
}

@media only screen and (max-width: 1199px) {
    .rs-pricing-cta-wrapper .rs-pricing-wrapper {
        padding-top: 25px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-pricing-cta-wrapper .rs-pricing-wrapper {
        border-radius: 0;
    }
}

@media only screen and (max-width: 575px) {
    .rs-pricing-cta-wrapper .rs-pricing-wrapper {
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.rs-pricing-cta-wrapper .rs-pricing-tab-anim .tab-pane.active .rs-pricing-item {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
    border-radius: 0 6px 0px 0px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title-wrapper {
        border-radius: 0;
    }
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
    position: absolute;
    top: 30px;
    inset-inline-end: 30px;
}

@media only screen and (max-width: 767px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .contact-shape {
        display: none;
    }
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
    font-size: 36px;
}

@media only screen and (max-width: 991px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .section-title {
        font-size: 27px;
    }
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
    background: var(--rs-bg-secondary);
    padding-top: 55px;
    padding-bottom: 50px;
    padding-inline-start: 50px;
    padding-inline-end: 50px;
    border-radius: 0 0px 6px 0px;
}

@media only screen and (max-width: 1199px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-form {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input input {
    border-radius: 6px;
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input textarea {
    border-radius: 6px;
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-input .nice-select {
    border-radius: 6px;
}

.rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-btn .rs-btn {
    border-radius: 6px;
}

@media only screen and (max-width: 991px) {
    .rs-pricing-cta-wrapper .rs-contact-form-wrapper .rs-contact-two {
        padding-bottom: 0;
    }
}


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


/*  4.26 time line css
/*----------------------------------------*/

.rs-time-line-one {
    overflow-x: clip;
}

.rs-time-line-one .rs-time-line-wrapper {
    position: relative;
}

.rs-time-line-one .rs-time-line-wrapper::before,
.rs-time-line-one .rs-time-line-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    inset-inline-start: 0;
    width: 15%;
    background: linear-gradient(90deg, #2B3944 51.13%, rgba(43, 57, 68, 0) 106.7%);
    z-index: 2;
    pointer-events: none;
}

.rs-time-line-one .rs-time-line-wrapper:after {
    inset-inline-start: unset;
    inset-inline-end: 0;
    scale: -1;
}

.rs-time-line-one .rs-time-line-item {
    border: 1px solid var(--rs-border-tertiary);
    border-radius: 6px;
    background: var(--rs-bg-dark-blue);
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 24px;
    padding-inline-end: 24px;
    text-align: center;
    position: relative;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    .rs-time-line-one .rs-time-line-item {
        max-width: 175px;
        width: 100%;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        margin: 0 auto;
    }
}

.rs-time-line-one .rs-time-line-item::after {
    position: absolute;
    content: "";
    transition: 0.4s;
    left: 50%;
    translate: -50% 0;
    width: 18px;
    height: 18px;
    rotate: 45deg;
    background: var(--rs-bg-primary);
    border: 1px solid var(--rs-border-tertiary);
    top: -9px;
    z-index: -1;
}

.rs-time-line-one .empty-box {
    height: 99px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rs-time-line-one .rs-time-line-year {
    color: var(--rs-white);
    margin-bottom: 5px;
}

.rs-time-line-one .rs-time-line-title {
    color: var(--rs-white);
}

.rs-time-line-one .swiper::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: calc(50% - 0.5px);
    height: 1px;
    background: var(--rs-border-tertiary);
    pointer-events: none;
}

.rs-time-line-one .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 140px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .rs-time-line-one .swiper-slide {
        gap: 100px;
    }
}

.rs-time-line-one .swiper-slide::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--rs-white);
    border: 3px solid var(--rs-theme-primary);
}

.rs-time-line-one .swiper-slide.t-odd {
    flex-direction: column-reverse;
}

.rs-time-line-one .swiper-slide.t-odd .rs-time-line-item::after {
    top: unset;
    bottom: -9px;
}

.rs-time-line-one .swiper-slide-active .rs-time-line-item {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}

.rs-time-line-one .swiper-slide-active .rs-time-line-item::after {
    background: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
}


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


/*  4.2 Bio css
/*----------------------------------------*/

.rs-bio {
    position: relative;
}

.rs-bio::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 595px;
    background: var(--rs-theme-secondary);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.rs-bio .rs-bio-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    transform: rotateY(180deg);
}

.rs-bio .rs-bio-wrapper {
    background: var(--rs-theme-primary);
    padding-top: 57px;
    padding-bottom: 65px;
    padding-inline-start: 65px;
    padding-inline-end: 65px;
    border-radius: 6px;
}

@media only screen and (max-width: 1366px) {
    .rs-bio .rs-bio-wrapper {
        padding-top: 22px;
        padding-bottom: 30px;
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-bio .rs-bio-wrapper {
        padding-top: 22px;
        padding-bottom: 25px;
        padding-inline-start: 25px;
        padding-inline-end: 25px;
    }
}

.rs-bio .rs-bio-info-item {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--rs-border-secondary);
    gap: 30px;
}

@media only screen and (max-width: 1199px) {
    .rs-bio .rs-bio-info-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-bio .rs-bio-info-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.rs-bio .rs-bio-info-item:last-child {
    border-bottom: 1px solid var(--rs-border-secondary);
}

.rs-bio .rs-bio-title {
    font-size: 40px;
    color: var(--rs-white);
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.12;
}

@media only screen and (max-width: 1199px) {
    .rs-bio .rs-bio-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-bio .rs-bio-title {
        font-size: 30px;
    }
}

.rs-bio .rs-bio-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
    .rs-bio .rs-bio-desc {
        margin-bottom: 40px;
    }
}

.rs-bio .rs-bio-info-title,
.rs-bio .rs-bio-info-content {
    font-size: 24px;
    color: var(--rs-white);
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .rs-bio .rs-bio-info-title,
    .rs-bio .rs-bio-info-content {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-bio .rs-bio-info-title,
    .rs-bio .rs-bio-info-content {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-bio .rs-bio-info-title,
    .rs-bio .rs-bio-info-content {
        font-size: 18px;
    }
}

.rs-bio .rs-bio-quote {
    background: var(--rs-white);
    border-radius: 6px;
    padding-top: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 80px;
    padding-bottom: 30px;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .rs-bio .rs-bio-quote {
        padding-inline-end: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-bio .rs-bio-quote {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-inline-end: 25px;
        padding-inline-start: 25px;
    }
}

.rs-bio .rs-bio-quote-desc {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.4;
}

@media only screen and (max-width: 575px) {
    .rs-bio .rs-bio-quote-desc {
        font-size: 18px;
    }
}

.rs-bio .rs-bio-quote-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.rs-bio .rs-bio-quote-icon {
    width: 36px;
}

.rs-bio .rs-bio-quote-icon path {
    fill: var(--rs-theme-primary);
}

.rs-bio .rs-bio-quote-author {
    color: var(--rs-title-primary);
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-inline-start: 57px;
}

.rs-bio .rs-bio-quote-author::before {
    content: "";
    background: var(--rs-theme-primary);
    height: 2px;
    width: 42px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


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


/*  4.11 gallery css
/*----------------------------------------*/

.rs-gallery-one .rs-gallery-item {
    position: relative;
}

.rs-gallery-one .rs-gallery-item:hover .rs-gallery-thumb::before {
    visibility: visible;
    opacity: 1;
}

.rs-gallery-one .rs-gallery-item:hover .rs-gallery-btn {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.rs-gallery-one .rs-gallery-thumb {
    position: relative;
}

.rs-gallery-one .rs-gallery-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 57, 68, 0.5);
    transition: all 0.4s ease-out;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}

.rs-gallery-one .rs-gallery-thumb img {
    width: 100%;
    border-radius: 6px;
    height: 445px;
    object-fit: cover;
    object-position: top center;
}

@media only screen and (max-width: 767px) {
    .rs-gallery-one .rs-gallery-thumb img {
        height: 100%;
    }
}

.rs-gallery-one .rs-gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
}


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


/*  4.14 price range CSS
/*----------------------------------------*/

.sidebar-widget-range .noUi-horizontal {
    height: 8px;
}

.sidebar-widget-range .noUi-target {
    background: #ddd;
    border: none;
    box-shadow: none;
}

.sidebar-widget-range .noUi-connect {
    background: var(--rs-theme-primary);
}

.sidebar-widget-range .noUi-handle {
    border: none;
    background: var(--rs-theme-primary);
    cursor: default;
    box-shadow: none;
    border-radius: 0;
}

.sidebar-widget-range .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    inset-inline-end: -15px;
    top: 4px;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 50%;
}

.sidebar-widget-range .noUi-handle::after,
.sidebar-widget-range .noUi-handle::before {
    display: none;
}

.sidebar-widget-range .price-filter input {
    border: none;
    height: unset;
    padding: 0;
    color: var(--rs-text-primary);
    font-size: 16px;
    text-align: end;
}

.sidebar-widget-range .noUi-base .noUi-connects {
    border-radius: 0;
}

.sidebar-widget-range-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-widget-range-amount .rs-btn {
    background: var(--rs-theme-primary);
    height: 44px;
    font-size: 14px;
    color: var(--rs-white);
}

.sidebar-widget-range-amount .rs-btn:hover {
    background: var(--rs-theme-secondary);
}


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


/*  4.19 quantity css
/*----------------------------------------*/

.rs-product-quantity {
    width: 156px;
    position: relative;
}

.rs-cart-plus,
.rs-cart-minus {
    width: 50px;
    height: 50px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--rs-black);
    position: absolute;
    top: 50%;
    left: 0px;
    border: 2px solid var(--rs-border-primary);
    cursor: pointer;
    transform: translateY(-50%);
}

.rs-cart-input[type=text] {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: var(--rs-bg-secondary);
    padding: 0 45px;
    line-height: 1.5;
    color: var(--rs-black);
    border: 2px solid var(--rs-border-primary);
}

.rs-cart-plus.rs-cart-plus,
.rs-cart-minus.rs-cart-plus {
    left: auto;
    right: 0px;
}

.product-details-info p,
.product-details-categories p,
.product-details-tags p,
.product-details-id p,
.product-details-share p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--rs-black);
    margin-bottom: 0;
    margin-right: 5px;
}

.product-details-checkout-card p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--rs-black);
    margin-bottom: 10px;
}


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


/*  4.5 cart css
/*----------------------------------------*/

.table.table-bordered {
    border: 1px solid var(--rs-border-primary);
}

@media only screen and (max-width: 991px) {
    .table.table-bordered {
        width: 900px;
    }
}

.table.table-bordered thead tr th {
    border: none;
}

.shop-table-content table {
    border-color: var(--rs-border-primary);
    text-align: center;
}

.shop-table-content table>thead {
    vertical-align: middle;
}

.shop-table-content table>thead th {
    font-size: 16px;
    font-weight: 500;
}

.shop-table-content table>tbody {
    vertical-align: middle;
}

.shop-table-content table .product-thumbnail img {
    width: 125px;
}

.shop-table-content table .rs-product-quantity {
    margin: auto;
}

.removeRow {
    color: var(--rs-black);
    transition: all 0.3s ease-in-out;
}

.removeRow:hover {
    color: var(--rs-theme-orange);
}

.rs-cart-checkout-wrapper {
    background: var(--rs-bg-primary);
    padding: 36px 24px 28px;
    margin-left: -24px;
}

.rs-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid var(--rs-border-primary);
}

.rs-cart-checkout-top span {
    font-size: 20px;
    color: var(--rs-black);
    font-weight: 500;
}

.rs-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--rs-border-primary);
    margin-bottom: 15px;
}

.rs-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--rs-ff-body);
    color: var(--rs-black);
}

.rs-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 5px;
}

.rs-cart-checkout-shipping-option input[type=radio]~label::before {
    border: 1px solid var(--rs-black);
}

.rs-cart-checkout-shipping-option input[type=radio]:checked~label::before {
    border-color: var(--rs-primary);
}

.rs-cart-checkout-shipping-option input[type=radio]:checked~label::after {
    background-color: var(--rs-primary);
}

.rs-cart-checkout-shipping-option label {
    color: var(--rs-black);
    position: relative;
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
}

.rs-cart-checkout-shipping-option label span {
    color: var(--rs-primary);
}

.rs-cart-checkout-total {
    margin-bottom: 25px;
}

.rs-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: var(--rs-black);
}

.rs-cart-coupon-input-box label {
    font-size: 18px;
    color: var(--rs-black);
    margin-bottom: 10px;
    font-weight: var(--rs-fw-sbold);
}

.rs-cart-coupon-input-box input[type=text] {
    max-width: 282px;
    height: 60px;
}

.rs-cart-coupon-input .rs-btn:hover {
    background: var(--rs-theme-secondary);
}

.rs-cart-update .rs-btn:hover {
    background: var(--rs-theme-secondary);
}

.cart-page-total {
    margin-top: 80px;
}

.cart-page-total h5 {
    margin-bottom: 20px;
}

.cart-page-total ul {
    border: 1px solid var(--rs-border-primary);
}

.cart-page-total ul li {
    list-style: none;
    font-size: 16px;
    color: var(--rs-black);
    padding: 10px 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-page-total ul li:not(:last-child) {
    border-bottom: 1px solid var(--rs-border-primary);
}

.cart-page-total .rs-btn {
    border-color: var(--rs-border-primary);
    color: var(--rs-title-primary);
}

.cart-page-total .rs-btn:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    border-color: var(--rs-theme-primary);
}


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


/*  3.3.2 Shop Style
/*----------------------------------------*/

.rs-shop-meta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.rs-shorting-select .nice-select {
    height: 52px;
    display: flex;
    align-items: center;
    background: transparent;
    min-width: 220px;
}

.rs-shorting-select .nice-select::after {
    font-size: 18px;
}

.rs-shorting-select .nice-select .list {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.rs-shorting-select .nice-select .list .option:hover {
    color: var(--rs-theme-primary);
}

.rs-product-item:hover .rs-product-thumb::before {
    opacity: 1;
    visibility: visible;
}

.rs-product-item:hover .rs-product-thumb img {
    transform: scale(1.1);
}

.rs-product-item:hover .rs-product-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(-30px);
}

.rs-product-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;
}

.rs-product-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, var(--rs-theme-secondary) 0%, transparent 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    z-index: 1;
}

.rs-product-thumb img {
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.rs-product-btn {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    transform: translateY(0px);
    transition: 0.6s;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}

.rs-product-btn .product-btn {
    font-size: 17px;
    color: var(--rs-white);
}

.rs-product-btn-inner {
    background: var(--rs-theme-primary);
    padding-top: 7px;
    padding-bottom: 7px;
    padding-inline-end: 7px;
    padding-inline-start: 20px;
    border-radius: 30px;
    font-weight: 500;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.rs-product-btn-inner:hover {
    background: var(--rs-white);
    color: var(--rs-title-primary);
}

.rs-product-btn-inner:hover .rs-icon {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.rs-product-btn-inner:hover .product-btn {
    color: var(--rs-title-primary);
}

.rs-product-btn .rs-icon {
    width: 35px;
    height: 35px;
    background: var(--rs-white);
    color: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.rs-product-title:hover {
    color: var(--rs-theme-primary);
}

.rs-product-price .rs-current-price {
    font-size: 16px;
    color: var(--rs-title-primary);
    font-weight: 600;
}

.rs-product-price .rs-product-discount-price {
    color: #5d5d5d;
    opacity: 0.5;
}

.rs-product-badge {
    position: absolute;
    inset-inline-end: 10px;
    top: 10px;
    z-index: 1;
}

.rs-product-badge .rs-circle-badge {
    width: 47px;
    height: 47px;
    background: var(--rs-theme-primary);
    display: flex;
    border-radius: 50%;
    font-size: 14px;
    color: var(--rs-white);
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.product-details-reviews-wrapper {
    margin-bottom: 50px;
}

.product-details-wrapper {
    margin-inline-start: 50px;
}

@media only screen and (max-width: 1199px) {
    .product-details-wrapper {
        margin-inline-start: 0px;
    }
}

.product-details-active {
    overflow: hidden;
}

.product-details-thumb {
    position: relative;
    width: 186px;
    flex: 0 0 auto;
    border-radius: 4px;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .product-details-thumb {
        margin: 0 auto 20px;
    }
}

.product-details-thumb img {
    width: 100%;
    border-radius: 4px;
}

.product-details-nav .swiper-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.product-details-nav .swiper-wrapper .custom-button {
    border: none;
    background: transparent;
    padding: 0;
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: transparent;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.product-details-nav .swiper-wrapper .custom-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-nav .swiper-wrapper .swiper-slide {
    width: auto !important;
}

.product-details-nav .swiper-slide-thumb-active .custom-button {
    background: var(--rs-white);
    border-color: var(--rs-theme-primary);
}

.product-details-rating-count span {
    font-size: 14px;
}

.product-details-price {
    display: flex;
    align-items: end;
    gap: 5px;
}

.product-details-old-price {
    font-size: 16px;
    color: var(--rs-text-primary);
    text-decoration-line: line-through;
}

.product-details-current-price {
    font-size: 24px;
}

.product-details-count-wrap {
    border-bottom: 1px solid rgba(62, 62, 62, 0.1);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.product-details-action .rs-btn {
    background: var(--rs-theme-primary);
    display: flex;
    gap: 10px;
    height: 48px;
}

.product-details-action .rs-btn:hover {
    background: var(--rs-theme-secondary);
}

.product-details-more a {
    font-size: 16px;
}

.product-details-more a:hover {
    color: var(--rs-theme-primary);
}

.product-details-tags a {
    font-size: 16px;
}

.product-details-tags a:hover {
    color: var(--rs-theme-primary);
}

@media only screen and (max-width: 991px) {
    .product-details-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .product-details-title {
        font-size: 26px;
    }
}

.product-rating {
    position: relative;
    padding-inline-end: 10px;
    margin-inline-end: 10px;
}

.product-rating::before {
    position: absolute;
    content: "";
    inset-inline-end: 0;
    top: 0px;
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}

.product-rating i {
    font-size: 14px;
}

.product-information-tab .nav-link {
    background: #fbfbfb;
    color: var(--rs-text-primary);
    padding: 0 40px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    transition: 0.3s;
}

.product-information-tab .nav-link:hover {
    background-color: var(--rs-theme-primary);
    color: var(--rs-white);
}

@media only screen and (max-width: 575px) {
    .product-information-tab .nav-link {
        padding: 0 20px;
        height: 50px;
        font-size: 16px;
    }
}

.product-information-tab .nav-link.active {
    background-color: var(--rs-theme-primary);
    border-color: var(--rs-theme-primary);
    color: var(--rs-white);
}

.product-information-tab .has-border {
    border-bottom: 1px solid var(--rs-border-primary);
}

.product-review-avater {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.product-review-item:not(:last-child) {
    border-bottom: 1px solid var(--rs-border-primary);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.product-review-input input {
    height: 60px;
}

.product-review-input.is-textarea textarea {
    height: 180px;
}

.product-review-btn .rs-btn:hover {
    background: var(--rs-theme-secondary);
}


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


/*  3.3.1 Checkout Style
/*----------------------------------------*/

.checkout-verify-item button {
    font-weight: 600;
}

.coupon-info .rs-btn:hover {
    background: rgb(255, 92, 0);
}

.checkout-verify-reveal {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    gap: 10px;
    border-top: 3px solid var(--rs-theme-primary);
    color: #515151;
    padding-top: 16px;
    padding-inline-start: 50px;
    padding-bottom: 16px;
    padding-inline-end: 16px;
    position: relative;
    flex-wrap: wrap;
}

.checkout-verify-reveal .checkout-login-form-reveal-btn:hover {
    color: var(--rs-theme-primary);
}

.checkout-verify-reveal::before {
    content: "\ed53";
    inset-inline-start: 15px;
    top: 13px;
    position: absolute;
    color: var(--rs-theme-primary);
    font-family: var(--rs-ff-remixicon);
    font-weight: 700;
}

.coupon-content {
    display: none;
    margin-top: 14px;
    padding: 30px 30px;
    background-color: var(--rs-white);
    border: 1px solid rgba(54, 54, 54, 0.1);
    border-radius: 5px;
}

.coupon-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.checkout-coupon-form input {
    margin-bottom: 20px;
    height: 60px;
    border-radius: 2px;
}

.checkout-form {
    margin-bottom: 20px;
}

.checkout-form input {
    height: 60px;
    border-radius: 0;
    border-radius: 2px;
}

.checkout-form label {
    font-weight: 500;
    margin-bottom: 5px;
}

.checkout-form .required {
    color: var(--rs-theme-primary);
}

.checkout-bill-area {
    margin-top: 35px;
}

.checkout-bill-title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .checkout-bill-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .checkout-bill-title {
        font-size: 26px;
    }
}

.checkout-bill-inner .checkout-input {
    margin-bottom: 20px;
}

.checkout-bill-inner .checkout-input input {
    height: 55px;
    border-radius: 0;
    border-radius: 2px;
}

.checkout-bill-inner .checkout-input label {
    margin-bottom: 5px;
    font-weight: 600;
}

.checkout-bill-inner .checkout-input span {
    color: var(--rs-theme-primary);
}

.checkout-bill-inner .checkout-input .nice-select {
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    border: 1px solid var(--rs-border-primary);
    color: var(--rs-black);
    float: none;
    padding: 0 26px;
}

.checkout-bill-inner .checkout-input .nice-select .current {
    color: var(--rs-text-primary);
}

.checkout-bill-inner .checkout-input .nice-select .list {
    width: 100%;
}

.checkout-bill-inner .checkout-input .nice-select .list li:hover {
    color: var(--rs-theme-primary);
}

.checkout-bill-inner textarea {
    height: 70px;
    background: var(--rs-white);
    border: 1px solid var(--rs-border-primary);
    border-radius: 2px;
}

.checkout-place-total ul {
    border: 1px solid var(--rs-border-primary);
}

.checkout-place-total ul li {
    list-style: none;
    color: var(--rs-black);
    padding: 10px 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .checkout-place-total ul li {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .checkout-place-total ul li {
        padding: 10px 15px;
    }
}

.checkout-place-total ul li:not(:last-child) {
    border-bottom: 1px solid var(--rs-border-primary);
}

.checkout-place-total ul li:nth-child(2) {
    padding: 20px 30px;
    color: var(--rs-text-primary);
}

@media only screen and (max-width: 767px) {
    .checkout-place-total ul li:nth-child(2) {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .checkout-place-total ul li:nth-child(2) {
        padding: 10px 15px;
    }
}

.checkout-place-total .rs-btn:hover {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
}

.checkout-place-total .rs-btn:hover {
    background: var(--rs-theme-secondary);
}

@media only screen and (max-width: 1199px) {
    .checkout-place-total .checkout-place-order-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .checkout-place-total .checkout-place-order-title {
        font-size: 26px;
    }
}

.rs-footer-widget-logo a {
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 7px;
    padding: 10px;
}

.rs-footer-widget-logo a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.rs-breadcrumb-bg-thumb::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.6;
}


/* ---------------chapter---------------- */


/* â”€â”€â”€ SHARED â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cyan-dark);
    margin-bottom: 14px;
}

.eyebrow::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: var(--rs-theme-primary);
    border-radius: 2px;
}

.sec-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 16px;
}

.sec-title span {
    color: var(--cyan-dark);
}

.sec-desc {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    max-width: 520px;
}

.divider-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--rs-theme-primary), var(--cyan-dark));
    border-radius: 3px;
    margin: 18px 0 26px;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
         SECTION 1 â€” CHAPTER INFO
      â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

#chapter {
    background: var(--white);
    padding: 90px 0 80px;
}


/* â”€â”€ Meeting Card â”€â”€ */

.meeting-card {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: 36px 32px;
    height: 100%;
    position: relative;
    transition: box-shadow .3s, border-color .3s;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.meeting-card:hover {
    box-shadow: 0 12px 40px rgba(0, 180, 216, .12);
    border-color: var(--rs-theme-primary);
}

.meeting-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rs-theme-primary), var(--cyan-dark));
    /* border-radius: 16px 16px 0 0; */
}

.card-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e6f7fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--cyan-dark);
    margin-bottom: 22px;
}

.card-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 8px;
}

.card-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 22px;
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

.info-row:last-of-type {
    border-bottom: none;
}

.info-row-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: #e6f7fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--cyan-dark);
    flex-shrink: 0;
}

.info-row-text {
    font-size: 15px;
    color: var(--text);
    line-height: 1.6;
}

.info-row-text strong {
    color: var(--navy);
}

.info-row-sublabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 3px;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--cyan-dark);
    text-decoration: none;
    margin-top: 18px;
    transition: gap .2s, color .2s;
}

.map-link:hover {
    gap: 13px;
    color: var(--rs-theme-primary);
}


/* â”€â”€ Count Card â”€â”€ */

.count-card {
    background: linear-gradient(140deg, var(--cyan-dark) 0%, #004e75 100%);
    border-radius: 16px;
    padding: 40px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.count-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
}

.count-card::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
}

.count-sublabel {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.count-number {
    font-size: 96px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.count-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .12);
    border: 2px solid rgba(255, 255, 255, .4);
    color: var(--white);
    border-radius: 50px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background .25s, border-color .25s;
    position: relative;
    z-index: 1;
}

.btn-white-outline:hover {
    background: rgba(255, 255, 255, .22);
    border-color: var(--white);
    color: var(--white);
}


/* â”€â”€ CTA Card â”€â”€ */

.cta-card {
    background: var(--light-bg);
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: 36px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s, border-color .3s;
}

.cta-card:hover {
    box-shadow: 0 12px 40px rgba(0, 180, 216, .10);
    border-color: var(--rs-theme-primary);
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rs-theme-primary), var(--cyan-dark));
    border-radius: 16px 16px 0 0;
}

.cta-text {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-cyan-fill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--rs-theme-primary) 0%, var(--cyan-dark) 100%);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .25s;
    margin-bottom: 14px;
}

.btn-cyan-fill:hover {
    opacity: .88;
    color: var(--white);
}

.btn-cyan-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: var(--cyan-dark);
    border: 2px solid var(--rs-theme-primary);
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s;
}

.btn-cyan-outline:hover {
    background: var(--rs-theme-primary);
    color: var(--white);
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
         SECTION 2 â€” MEMBERS
      â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */


/* search */

.search-wrap {
    position: relative;
    max-width: 380px;
}

.search-wrap i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 16px;
    pointer-events: none;
}

.search-wrap input {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 50px;
    color: var(--text);
    padding: 13px 22px 13px 48px;
    font-size: 15px;
    width: 100%;
    outline: none;
    transition: border-color .25s, box-shadow .25s;
}

.search-wrap input::placeholder {
    color: var(--muted);
}

.search-wrap input:focus {
    border-color: var(--rs-theme-primary);
    box-shadow: 0 0 0 4px rgba(0, 180, 216, .1);
}


/* member card */

.member-card {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 16px;
    padding: 28px 26px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s, border-color .3s, transform .3s;
    justify-content: center;
    text-align: center;
}

.member-card:hover {
    box-shadow: 0 14px 40px rgba(0, 120, 168, .12);
    border-color: var(--rs-theme-primary);
    transform: translateY(-4px);
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rs-theme-primary), var(--cyan-dark));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity .3s;
}

.member-card:hover::before {
    opacity: 1;
}


/* .m-avatar {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--rs-theme-primary) 0%, var(--cyan-dark) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        font-weight: 800;
        color: var(--white);
        margin-bottom: 16px;
        flex-shrink: 0;
      } */

.m-avatar {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 20px;
}

.m-avatar img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.m-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 18px;
    line-height: 1.3;
}

.m-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e6f7fc;
    border: 1px solid #b3e4f3;
    color: var(--cyan-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 0;
    justify-content: center;
}

.m-company {
    font-size: 15px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    margin: 18px 0px;
}

.m-company i {
    color: var(--cyan-dark);
    font-size: 14px;
    flex-shrink: 0;
}

.btn-details {
    /* margin-top: 20px; */
    background: transparent;
    border: 2px solid var(--rs-theme-primary);
    color: var(--cyan-dark);
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    align-self: flex-start;
    transition: all .25s;
    margin: auto;
}

.btn-details:hover {
    background: var(--rs-theme-primary);
    color: var(--white);
}


/* â”€â”€ MODAL â”€â”€ */

.modal-content {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, var(--cyan-dark) 0%, #004e75 100%);
    padding: 28px 32px 22px;
    border-bottom: none;
}

.modal-badge-top {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.modal-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--white);
}

.btn-close {
    filter: invert(1) opacity(.7);
}

.modal-body {
    padding: 28px 32px;
}

.mrow {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.mrow:last-child {
    border-bottom: none;
}

.mrow-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #e6f7fc;
    border: 1px solid #b3e4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan-dark);
    font-size: 16px;
    flex-shrink: 0;
}

.mrow-lbl {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
}

.mrow-val {
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
    line-height: 1.6;
}


/* body.modal-open {
        overflow: hidden;
        position: fixed;
    } */

.modal-footer {
    border-top: 1px solid var(--border);
    padding: 18px 32px 26px;
    gap: 12px;
    justify-content: flex-start;
    background: var(--light-bg);
}

.btn-modal-fill {
    background: linear-gradient(135deg, var(--rs-theme-primary) 0%, var(--cyan-dark) 100%);
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    transition: opacity .25s;
}

.btn-modal-fill:hover {
    opacity: .87;
    color: var(--white);
}

.btn-modal-ghost {
    background: transparent;
    border: 2px solid var(--rs-theme-primary);
    color: var(--cyan-dark);
    border-radius: 50px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    transition: all .25s;
}

.btn-modal-ghost:hover {
    background: var(--rs-theme-primary);
    color: var(--white);
}


/* ---------------chapter--end-------------- */


/* --------------Become-page-------------- */

   /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       HERO / BREADCRUMB BANNER
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    .page-hero {
      background: linear-gradient(135deg, var(--navy) 0%, #0a3a5c 100%);
      padding: 80px 0 70px;
      position: relative;
      overflow: hidden;
      margin-top: 116px;
    }

    /* Grid pattern overlay */
    .page-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(0,180,216,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,180,216,.06) 1px, transparent 1px);
      background-size: 50px 50px;
      pointer-events: none;
    }

    /* Glow orbs */
    .page-hero::after {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 350px; height: 350px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,180,216,.18) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-orb2 {
      position: absolute;
      bottom: -60px; left: -60px;
      width: 260px; height: 260px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,180,216,.10) 0%, transparent 70%);
      pointer-events: none;
    }

    /* Decorative cyan bar on left */
    .hero-accent-bar {
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 5px;
      background: linear-gradient(180deg, var(--cyan) 0%, transparent 100%);
    }

    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255,255,255,.55);
      margin-bottom: 18px;
    }
    .hero-eyebrow::before {
      content: '';
      display: block;
      width: 24px;
      height: 2px;
      background: var(--cyan);
      border-radius: 2px;
    }

    .hero-title {
      font-size: clamp(32px, 5vw, 52px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 18px;
      position: relative; z-index: 1;
    }
    .hero-title span { color: var(--cyan); }

    .hero-desc {
      font-size: 16px;
      color: rgba(255,255,255,.65);
      line-height: 1.8;
      max-width: 520px;
      margin-bottom: 28px;
    }

    /* Breadcrumb */
    .breadcrumb-wrap {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 50px;
      padding: 8px 20px;
      font-size: 13px;
    }
    .breadcrumb-wrap a {
      color: rgba(255,255,255,.6);
      text-decoration: none;
      transition: color .2s;
    }
    .breadcrumb-wrap a:hover { color: var(--cyan); }
    .breadcrumb-wrap .sep {
      color: rgba(255,255,255,.3);
      font-size: 11px;
    }
    .breadcrumb-wrap .current {
      color: var(--cyan);
      font-weight: 600;
    }

    /* Stats row inside hero */
    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin-top: 36px;
      position: relative; z-index: 1;
    }
    .hero-stat {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .hero-stat-icon {
      width: 42px; height: 42px;
      border-radius: 10px;
      background: rgba(0,180,216,.15);
      border: 1px solid rgba(0,180,216,.25);
      display: flex; align-items: center; justify-content: center;
      color: var(--cyan);
      font-size: 16px;
      flex-shrink: 0;
    }
    .hero-stat-num {
      font-size: 20px;
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
    }
    .hero-stat-lbl {
      font-size: 12px;
      color: rgba(255,255,255,.5);
      line-height: 1.3;
    }

    /* Right card floating in hero */
    .hero-card {
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 18px;
      padding: 32px 28px;
      backdrop-filter: blur(12px);
      position: relative; z-index: 1;
    }
    .hero-card-icon {
      width: 58px; height: 58px;
      border-radius: 16px;
      background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 24px;
      color: var(--white);
      margin-bottom: 18px;
    }
    .hero-card h4 {
      font-size: 20px;
      font-weight: 800;
      color: var(--white);
      margin-bottom: 10px;
    }
    .hero-card p {
      font-size: 14px;
      color: rgba(255,255,255,.6);
      line-height: 1.75;
      margin-bottom: 0;
    }
    .hero-card-list {
      list-style: none;
      margin-top: 18px;
      padding: 0;
    }
    .hero-card-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      color: rgba(255,255,255,.75);
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .hero-card-list li:last-child { border-bottom: none; }
    .hero-card-list li i { color: var(--cyan); font-size: 13px; }

    /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       FORM SECTION
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
    #member-form-section {
      /* padding: 90px 0 100px; */
      background: var(--light-bg);
      position: relative;
      overflow: hidden;
    }
    #member-form-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--cyan), var(--cyan-dark), transparent);
    }
    #member-form-section::after {
      content: '';
      position: absolute;
      bottom: -100px; right: -100px;
      width: 380px; height: 380px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,180,216,.07) 0%, transparent 70%);
      pointer-events: none;
    }

    /* Eyebrow */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--cyan-dark);
      margin-bottom: 12px;
    }
    .eyebrow::before {
      content: '';
      display: block;
      width: 26px; height: 3px;
      background: var(--cyan);
      border-radius: 2px;
    }

    .sec-title {
      font-size: 36px;
      font-weight: 800;
      color: var(--navy);
      line-height: 1.2;
      margin-bottom: 12px;
    }
    .sec-title span { color: var(--cyan-dark); }

    .divider-line {
      width: 54px; height: 4px;
      background: linear-gradient(90deg, var(--cyan), var(--cyan-dark));
      border-radius: 3px;
      margin-bottom: 20px;
    }

    /* Steps sidebar */
    .steps-sidebar {
      position: sticky;
      top: 30px;
    }
    .step-item {
      display: flex;
      gap: 16px;
      margin-bottom: 28px;
      position: relative;
    }
    .step-item::after {
      content: '';
      position: absolute;
      left: 18px;
      top: 44px;
      bottom: -10px;
      width: 2px;
      background: var(--border);
    }
    .step-item:last-child::after { display: none; }
    .step-num {
      width: 38px; height: 38px;
      border-radius: 50%;
      background: var(--white);
      border: 2px solid var(--cyan);
      display: flex; align-items: center; justify-content: center;
      font-size: 14px;
      font-weight: 800;
      color: var(--cyan-dark);
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .step-item.active .step-num {
      background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%);
      color: var(--white);
      border-color: transparent;
    }
    .step-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--navy);
      margin-bottom: 3px;
    }
    .step-desc {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.6;
    }

    /* Info card in sidebar */
    .info-side-card {
      background: var(--white);
      border: 2px solid var(--border);
      border-radius: 16px;
      padding: 28px 24px;
      margin-top: 36px;
      position: relative;
      overflow: hidden;
    }
    .info-side-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--cyan), var(--cyan-dark));
      border-radius: 16px 16px 0 0;
    }
    .info-side-item {
      display: flex;
      align-items: flex-start;
      gap: 13px;
      padding: 12px 0;
      border-bottom: 1px solid var(--border);
    }
    .info-side-item:last-child { border-bottom: none; padding-bottom: 0; }
    .info-side-item:first-child { padding-top: 0; }
    .info-side-icon {
      width: 36px; height: 36px;
      border-radius: 9px;
      background: #e6f7fc;
      border: 1px solid #b3e4f3;
      display: flex; align-items: center; justify-content: center;
      color: var(--cyan-dark);
      font-size: 14px;
      flex-shrink: 0;
    }
    .info-side-lbl {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 3px;
    }
    .info-side-val {
      font-size: 14px;
      color: var(--text);
      font-weight: 600;
      line-height: 1.5;
    }

    /* Form card */
    .form-card {
      background: var(--white);
      border: 2px solid var(--border);
      border-radius: 20px;
      padding: 50px 46px;
      position: relative;
      overflow: hidden;
    }
    .form-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--cyan), var(--cyan-dark));
      border-radius: 20px 20px 0 0;
    }

    /* Field styles */
    .form-group {margin-bottom: 24px;}
    .form-group label {
      display: block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 8px;
    }
    .required { color: var(--cyan-dark); margin-left: 2px; }

    .field-wrap {
      position: relative;
      height: 50px;
    }
    .field-wrap i {
      position: absolute;
      left: 13px;
      top: 50%;
      transform: translateY(-50%);
      color: #9ab0c0;
      font-size: 15px;
      pointer-events: none;
      z-index: 11;
    }
    .field-wrap i.top-i { top: 17px; transform: none; }

    .form-field {
      width: 100%!important;
      background: var(--light-bg)!important;
      border: 2px solid var(--border)!important;
      border-radius: 12px!important;
      /* padding: 14px 18px 14px 46px; */
      font-size: 15px!important;
      /* color: var(--text)!important; */
      outline: none!important;
      transition: border-color .25s, box-shadow .25s, background .25s;
      appearance: none;
      padding-inline: 36px 0px!important;
      height: 50px!important;
    }
    .form-field::placeholder { color: #a0b4c4; }
    .form-field:focus {
      border-color: var(--cyan);
      background: var(--white);
      box-shadow: 0 0 0 4px rgba(0,180,216,.10);
    }
    textarea.form-field {
      resize: vertical;
      min-height: 110px;
      line-height: 1;
      padding-top: 14px;
    }
    select.form-field {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235a6e82' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 16px center;
      background-color: var(--light-bg);
      padding-right: 42px;
      cursor: pointer;
    }
    select.form-field:focus { background-color: var(--white); }

    /* Date input icon fix */
    input[type="date"].form-field {
      color: var(--text);
    }

    /* Field group label */
    .field-group-label {
      font-size: 16px;
      font-weight: 800;
      color: var(--navy);
      margin-bottom: 20px;
      padding-bottom: 12px;
      border-bottom: 2px solid var(--border);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .field-group-label i {
      width: 32px; height: 32px;
      border-radius: 8px;
      background: #e6f7fc;
      display: flex; align-items: center; justify-content: center;
      color: var(--cyan-dark);
      font-size: 14px;
    }

    /* Consent checkbox */
    .consent-row {
      display: flex;
      align-items: flex-start;
      gap: 13px;
      padding: 18px 20px;
      background: var(--light-bg);
      border: 2px solid var(--border);
      border-radius: 12px;
      margin-bottom: 26px;
      cursor: pointer;
      transition: border-color .25s;
    }
    .consent-row:hover { border-color: var(--cyan); }
    .consent-row input[type="checkbox"] {
      width: 20px; height: 20px;
      accent-color: var(--cyan-dark);
      margin-top: 2px;
      flex-shrink: 0;
      cursor: pointer;
    }
    .consent-text {
      font-size: 14px;
      color: var(--muted);
      line-height: 1.65;
    }
    .consent-text a { color: var(--cyan-dark); text-decoration: none; }
    .consent-text a:hover { text-decoration: underline; }

    /* Submit */
    .btn-submit {
      width: 100%;
      background: linear-gradient(135deg, var(--cyan) 0%, var(--cyan-dark) 100%);
      color: var(--white);
      border: none;
      border-radius: 14px;
      padding: 17px 36px;
      font-size: 17px;
      font-weight: 800;
      letter-spacing: .5px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      transition: opacity .25s, transform .2s, box-shadow .25s;
      box-shadow: 0 8px 24px rgba(0,119,168,.25);
    }
    .btn-submit:hover {
      opacity: .9;
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(0,119,168,.35);
    }
    .btn-submit:active { transform: translateY(0); }

    .form-note {
      font-size: 13px;
      color: var(--muted);
      text-align: center;
      margin-top: 16px;
      line-height: 1.6;
    }
    .form-note i { color: var(--cyan-dark); margin-right: 4px; }
/* --------------become-page-end------------- */

.rs-services-item::after, .rs-contact-list::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 180, 216, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 180, 216, .06) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.gray-bg{
    background-color: #f5f5f5;
}

.achievements-bg{
        background-image: url(/../uploads/works/1773831357_jaddd.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
}
.achievements-bg::before{
    content: "";
    background: #0000005e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}